.cmshtml {
  /* CSS Document */
  /* header */
  /* contents-top */
  /* box-title */
  /* link01 */
  /* link02 */
  /* main-img-top */
  /* kv */
  /* contents00 */
  /* contents02 */
  /* contents03 */
  /* contents04 */
  /* contents05 */
  /* topcontents-wrap */
  /* contents06 */
  /* contents07 */
  /* news */
}

.cmshtml .header .box-in {
  justify-content: flex-end;
}

.cmshtml .header-left {
  position: fixed;
  left: 0px;
  top: 60px;
  width: 180px;
  max-width: 180px;
  z-index: 99;
}

.cmshtml .header-left .h-logo01 {
  display: block;
  position: relative;
}

.cmshtml .header-left .h-logo02 {
  display: none;
}

.cmshtml .contents-top {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-top img {
  width: 100%;
  height: auto;
}

.cmshtml .contents-top .box-title-top {
  margin-bottom: 40px;
}

.cmshtml .contents-top .box-title-top h2 {
  font-family: var(--title-font);
  font-weight: var(--base-weight3);
  color: var(--color-base2);
  font-size: 43px;
  line-height: 1.2;
  letter-spacing: 0.25em;
  position: relative;
  padding-left: 35px;
}

.cmshtml .contents-top .box-title-top h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  display: block;
  background-image: url("../../img/common/icon01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 25px;
  height: 25px;
  margin-left: -7px;
}

.cmshtml .contents-top .box-title-top2 {
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  padding: 65px 0px 60px;
}

.cmshtml .contents-top .box-title-top2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  background-image: url("../../img/common/midashi01.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 150px;
}

.cmshtml .contents-top .box-title-top2 h2 {
  font-family: var(--subtitle-font);
  font-weight: var(--base-weight3);
  color: var(--color-main);
  font-size: 15px;
  line-height: 0.8;
  letter-spacing: 0.15em;
}

.cmshtml .contents-top .box-title-top2 h3 {
  font-family: var(--title-font);
  font-weight: var(--base-weight3);
  color: var(--color-base2);
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.25em;
  padding-top: 20px;
}

.cmshtml .link01 a {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  color: #FFF;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-color: var(--color-main);
  display: inline-block;
  padding: 27px 60px;
  position: relative;
  min-width: 320px;
  text-align: center;
}

.cmshtml .contents06 .link01 a {
  padding: 35px 80px;
}

.cmshtml .contents06 .link01 a::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  right: 7px;
  bottom: 7px;
  display: block;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
  /*    display: none;*/
}

.cmshtml .contents07 .link01 a {
  padding: 18px 60px;
}

.cmshtml .link01 a:hover {
  opacity: 1;
  background-color: var(--color-base);
}

.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 35px;
  width: 35px;
  height: 100%;
  transition: .5s;
}

.cmshtml .link01 a:hover::after {
  right: 15px;
}

.cmshtml .link02 {
  text-align: right;
}

.cmshtml .link02 a {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  color: var(--color-sub);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  min-height: 65px;
  padding-top: 22px;
  padding-right: 90px;
}

.cmshtml .link02 a:hover {
  opacity: 1;
}

.cmshtml .link02 a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  background-image: url("../../img/common/link-arrow02.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 65px;
  width: 65px;
  height: 100%;
  transition: .5s;
}

.cmshtml .link02 a:hover::after {
  right: 0px;
}

.cmshtml .contents-top p,
.cmshtml .contents-top .wc_textbox {
  font-weight: var(--base-weight2);
  letter-spacing: 0.05em;
  line-height: 2;
}

.cmshtml .main-img-top {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .main-img-top::before {
  content: "";
  position: absolute;
  left: 2%;
  top: 0px;
  display: block;
  background-image: url("../../img/common/scroll.svg");
  background-position: left bottom 30px;
  background-repeat: no-repeat;
  background-size: auto 230px;
  width: 33px;
  height: 100vh;
}

.cmshtml .main-img-top .box-inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  clip: rect(auto, auto, auto, auto);
  -webkit-clip: rect(auto, auto, auto, auto);
}

.cmshtml .main-img-top .lay01 {
  position: fixed;
  top: 0;
  left: 5%;
  z-index: -1;
  display: block;
  width: 95%;
  max-width: 95%;
  height: 100vh;
}

.cmshtml .kv_area {
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.cmshtml .kv_in {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.cmshtml .kv {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: 1s ease-in-out;
}

.cmshtml .kv.pre {
  z-index: 20;
}

.cmshtml .kv.show {
  opacity: 1;
}

.cmshtml .kv .ph_area {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.cmshtml .kv .ph_out {
  position: relative;
  height: 100%;
}

.cmshtml .kv .ph {
  position: absolute;
  left: 0;
  transform: translateX(-2.5%) scale(1.05);
  top: 0;
  width: 100%;
  height: 100%;
  transition: 6.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.cmshtml .kv.show .ph {
  transform: translateX(2.5%) scale(1.05);
}

.cmshtml .kv_area .kv_in .kv .ph_area {
  width: 30%;
  transition: 1.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.cmshtml .kv_area .kv_in .kv.show .ph_area {
  width: 100%;
}

.cmshtml .kv_area .kv_in:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 100;
  transition: 1.8s cubic-bezier(0.65, 0, 0.35, 1);
}

.cmshtml .kv_area.show .kv_in:before {
  width: 0;
}

.cmshtml .kv.show .ph img {
  width: 100%;
  height: 106%;
  object-position: center;
}

.cmshtml .main-img-top .lay02 {
  position: fixed;
  top: 0;
  left: 5%;
  z-index: 0;
  display: block;
  width: 40%;
  max-width: 40%;
  height: 100vh;
  z-index: 99;
}

.cmshtml .main-img-top .box-detail {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 0px 30px;
  position: relative;
  padding-right: 30%;
  padding-top: 100px;
}

.cmshtml .main-img-top .box-detail::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(0% 50% 0deg, #42210b 0%, rgba(66, 33, 11, 0) 100%);
  background: -webkit-linear-gradient(0deg, #42210b 0%, rgba(66, 33, 11, 0) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #42210b), color-stop(1, rgba(66, 33, 11, 0)));
  background: -o-linear-gradient(0deg, #42210b 0%, rgba(66, 33, 11, 0) 100%);
  background: -ms-linear-gradient(0deg, #42210b 0%, rgba(66, 33, 11, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#42210B', endColorstr='#42210B' ,GradientType=0)";
  background: linear-gradient(90deg, #42210b 0%, rgba(66, 33, 11, 0) 100%);
  opacity: 0.3;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#42210B', endColorstr='#42210B', GradientType=1);
}

.cmshtml .main-img-top h2,
.cmshtml .main-img-top h3 {
  position: relative;
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  color: #FFF;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.cmshtml .main-img-top h2 {
  font-size: 46px;
}

.cmshtml .main-img-top h3 {
  font-size: 18px;
  line-height: 3;
  padding-top: 10px;
}

.cmshtml .contents00 {
  width: 100%;
  max-width: 100%;
  padding-top: 100vh;
}

.cmshtml .contents00-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 200px 5%;
}

.cmshtml .contents00 .box-text {
  width: 60%;
  max-width: 60%;
  padding: 70px 4.5% 100px;
  position: relative;
  background-color: rgba(66, 33, 11, 0.3);
  text-align: left;
}

.cmshtml .contents00 .box:not(:last-child) {
  margin-bottom: 40px;
}

.cmshtml .contents00 .box-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.cmshtml .contents00 h5,
.cmshtml .contents00 p,
.cmshtml .contents00 .wc_textbox {
  font-weight: var(--base-weight2);
  color: #FFF;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.cmshtml .contents00 h5 {
  font-family: var(--title-font);
  font-weight: var(--base-weight3);
  font-size: 21px;
  letter-spacing: 0em;
  line-height: 2;
  text-indent: -10px;
  padding-top: 30px;
}

.cmshtml .contents00 p,
.cmshtml .contents00 .wc_textbox {
  line-height: 2;
}

.cmshtml .contents02 {
  width: 100%;
  max-width: 100%;
  padding: 120px 0px 150px;
}

.cmshtml .contents02 .box-inner {
  width: 1160px;
  max-width: 1160px;
  position: relative;
  border-style: solid;
  border-color: rgba(247, 147, 30, 0.7);
  border-width: 3px;
  border-radius: 30px;
  padding: 30px 60px;
  padding-left: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cmshtml .contents02 .box-inner::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  background-image: url("../../img/top/text-side01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 30px;
  height: 220px;
  margin-right: -55px;
}

.cmshtml .contents02 .box-title {
  width: 290px;
  max-width: 290px;
  position: relative;
  padding-top: 40px;
  /*    padding-top: 0px;*/
}

.cmshtml .contents02 .box-detail {
  width: 620px;
  max-width: 620px;
}

.cmshtml .contents02 .box-link {
  position: absolute;
  right: 0px;
  bottom: 25px;
}

.cmshtml .contents02 .box-title-top {
  margin-bottom: 30px;
}

.cmshtml .contents02 h3 {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.cmshtml .contents03 {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents03 .box-inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: row-reverse;
  gap: 0px 5%;
}

.cmshtml .contents03 .box-img {
  width: 50%;
  max-width: 50%;
}

.cmshtml .contents03 .box-img img {
  min-height: 660px;
}

.cmshtml .contents03 .box-detail {
  width: 500px;
  max-width: 500px;
  position: relative;
}

.cmshtml .contents03 .box-detail::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  background-image: url("../../img/top/text01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 1000px;
  height: 230px;
  margin-top: -240px;
  margin-left: -100px;
}

.cmshtml .contents03 .box-link {
  padding-top: 50px;
}

.cmshtml .contents03 .box-title {
  margin-bottom: 40px;
}

.cmshtml .contents03 h2 {
  font-family: var(--title-font);
  font-weight: var(--base-weight3);
  color: var(--color-sub);
  font-size: 44px;
  line-height: 1.8;
  letter-spacing: 0.25em;
  display: inline;
  border-bottom-style: dotted;
  border-color: rgba(238, 119, 0, 0.5);
  border-width: 4px;
  padding-bottom: 7px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.cmshtml .contents04 {
  width: 100%;
  max-width: 100%;
  padding: 170px 0px;
}

.cmshtml .contents04 .box-inner {
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents04 .item {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0px 5%;
}

.cmshtml .contents04 .item:nth-child(even) {
  flex-direction: row-reverse;
}

.cmshtml .contents04 .item:not(:last-child) {
  margin-bottom: 150px;
}

.cmshtml .contents04 .item::before {
  content: "";
  position: absolute;
  top: 0px;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 270px;
  margin-top: -35px;
}

.cmshtml .contents04 .item:nth-child(odd)::before {
  right: 0px;
  background-position: right top;
  margin-right: -110px;
}

.cmshtml .contents04 .item:nth-child(even)::before {
  left: 0px;
  background-position: left top;
  margin-left: -110px;
}

.cmshtml .contents04 .item01::before {
  background-image: url("../../img/top/text-back01.svg");
}

.cmshtml .contents04 .item02::before {
  background-image: url("../../img/top/text-back02.svg");
}

.cmshtml .contents04 .item03::before {
  background-image: url("../../img/top/text-back03.svg");
}

.cmshtml .contents04 .item04::before {
  background-image: url("../../img/top/text-back04.svg");
}

.cmshtml .contents04 .box-img {
  width: 430px;
  max-width: 430px;
  position: relative;
}

.cmshtml .contents04 .box-img::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  display: block;
  border-style: solid;
  border-color: var(--color-sub2);
  border-width: 1px;
}

.cmshtml .contents04 .box-img::after {
  content: "";
  position: absolute;
  top: 0px;
  display: block;
  background-image: url("../../img/top/text-side02.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 30px;
  height: 290px;
  margin-top: -20px;
}

.cmshtml .contents04 .item:nth-child(odd) .box-img::after {
  left: 0px;
  background-position: right top;
  margin-left: -75px;
}

.cmshtml .contents04 .item:nth-child(even) .box-img::after {
  right: 0px;
  background-position: left top;
  margin-right: -75px;
}

.cmshtml .contents04 .box-detail {
  width: 630px;
  max-width: 630px;
  position: relative;
  padding-top: 50px;
  /*    padding-top: 0px;*/
}

.cmshtml .contents04 .box-title-top {
  margin-bottom: 30px;
}

.cmshtml .contents04 .box-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.cmshtml .contents05 {
  width: 100%;
  max-width: 100%;
  padding-bottom: 200px;
  background-image: url("../../img/top/text-back05.svg");
  background-position: right 30px bottom 30px;
  background-repeat: no-repeat;
  background-size: auto 92px;
}

.cmshtml .contents05 .box-inner {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents05 .box img {
  border-radius: 20px;
}

.cmshtml .infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
  position: relative;
}

.cmshtml .infinite-slider .swiper-slide {
  padding: 0px 30px;
  height: auto !important;
  width: 420px !important;
}

.cmshtml .infinite-slider .space-top {
  padding-top: 100px;
}

.cmshtml .infinite-slider .swiper-slide img {
  height: auto !important;
  width: 360px !important;
}

.cmshtml .topcontents-wrap {
  width: 100%;
  max-width: 100%;
  background-color: var(--color-back01);
}

.cmshtml .contents06 {
  width: 100%;
  max-width: 100%;
  padding: 120px 0px;
}

.cmshtml .contents06 .box-inner {
  width: 1160px;
  max-width: 1160px;
}

.cmshtml .contents06 .item {
  width: 100%;
  max-width: 100%;
  position: relative;
  border-style: solid;
  border-color: rgba(247, 147, 30, 0.7);
  border-width: 3px;
  border-radius: 30px;
  padding: 70px 80px 50px;
}

.cmshtml .contents06 .item:not(:last-child) {
  margin-bottom: 45px;
}

.cmshtml .contents06 .item::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 60px;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 600px;
  margin-right: -40px;
}

.cmshtml .contents06 .item01::after {
  background-image: url("../../img/top/text02.svg");
  height: 140px;
}

.cmshtml .contents06 .item02::after {
  background-image: url("../../img/top/text03.svg");
  height: 135px;
  top: 30px;
}

.cmshtml .contents06 .box-detail {
  position: relative;
}

.cmshtml .contents06 .box-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.cmshtml .contents06 .item01 .lay02 {
  width: 500px;
  max-width: 500px;
}

.cmshtml .contents06 .item02 .lay02 {
  width: 600px;
  max-width: 600px;
}

.cmshtml .contents06 h3 {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  color: var(--color-sub);
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.cmshtml .contents07 {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.cmshtml .contents07 .item {
  width: 100%;
  max-width: 100%;
  padding-bottom: 110px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 120px;
}

.cmshtml .contents07 .item01 {
  background-image: url("../../img/top/text-back06.svg");
}

.cmshtml .contents07 .item02 {
  background-image: url("../../img/top/text-back07.svg");
}

.cmshtml .contents07 .item:not(:last-child) {
  margin-bottom: 20px;
}

.cmshtml .contents07 .box-title-top2 {
  width: 1170px;
  max-width: 1170px;
}

.cmshtml .contents07 .box-detail {
  width: 1160px;
  max-width: 1160px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 2.5%;
  /*    padding: 0px;*/
}

.cmshtml .contents07 .box {
  width: 31.6%;
  max-width: 31.6%;
  background-color: #FFF;
  padding: 30px 20px 20px;
}

.cmshtml .contents07 .box:nth-child(3n) {
  margin-right: 0px;
}

.cmshtml .contents07 .box-title {
  padding-bottom: 25px;
  border-bottom-style: dotted;
  border-color: #998675;
  border-width: 3px;
}

.cmshtml .contents07 .box-text {
  padding: 25px 5px;
}

.cmshtml .contents07 .lay01,
.cmshtml .contents07 .lay02 {
  position: relative;
  padding-left: 35px;
}

.cmshtml .contents07 .lay01::before,
.cmshtml .contents07 .lay02::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 25px;
  height: 25px;
}

.cmshtml .contents07 .lay01::before {
  background-image: url("../../img/common/icon-map.svg");
}

.cmshtml .contents07 .lay02::before {
  background-image: url("../../img/common/icon-company.svg");
  height: 22px;
}

.cmshtml .contents07 .lay01 {
  margin-bottom: 10px;
}

.cmshtml .contents07 h4,
.cmshtml .contents07 h5 {
  font-family: var(--title-font);
  font-weight: var(--base-weight3);
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.cmshtml .contents07 h4 {
  font-size: 20px;
  margin-bottom: 2px;
}

.cmshtml .contents07 h5 {
  font-size: 26px;
}

.cmshtml .contents07 .wc_textbox,
.cmshtml .contents07 p {
  line-height: 1.6;
  text-align: left;
}

.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: 320px;
}

.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: 25px 5px;
  transition: .5s;
  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-arrow03.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  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) {
  border-bottom-style: dotted;
  border-color: #998675;
  border-width: 3px;
}

.cmshtml .contents-top .rdNewInfoList_ez .rdNewInfoList_ez-item {
  padding: 25px 5px;
}

.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 .rdNewInfoList_ez-ContDate,
.cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  width: 115px;
  max-width: 115px;
  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(--subtitle-font);
  font-weight: var(--base-weight3);
  color: var(--color-main);
  line-height: 1.6;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  font-size: var(--base-font-size);
  line-height: 1.2;
  padding: 20px 5px 5px;
  width: 100%;
  max-width: 100%;
  font-weight: var(--base-weight3);
  color: var(--color-main);
}

.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 #footer {
  border-top-style: 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 .header-left {
     position: static;
}

#editView .cmshtml .header-left .h-logo02 {
    display: block;
}


#editView .cmshtml .contents-top .box-title-top h2 {
    padding-left: 0px;
}

#editView .cmshtml .contents-top .box-title-top h2::before {
    display: none;
}

#editView .cmshtml .contents-top .box-title-top2 {
    padding-top: 0px;
}

#editView .cmshtml .contents-top .box-title-top2::before {
    display: none;
}


#editView .cmshtml .link02 a {
    padding: 15px 0px;
    min-height: auto;
}


#editView .cmshtml .link02 a::after {
     display: none;
}

#editView .cmshtml .main-img-top .box-inner {
	width:1280px;
    max-width: 1280px;
    clip: none;
    height: auto;
}

#editView .cmshtml .main-img-top .lay01 {
	 z-index: 0;
     width: 1280px;
     max-width: 1280px;
     height: auto;
}

#editView .cmshtml .main-img-top .lay01 img {
	width: 100%;
height: auto;
}


#editView .cmshtml .kv_area {
     height: auto;
}

#editView .cmshtml .kv_in {
   height: auto;
    overflow: visible;
}

#editView .cmshtml .kv {
   height: auto;
    opacity: 1;
}

#editView .cmshtml .kv .ph_area {
    height: auto;
    overflow: visible;
}

#editView .cmshtml .kv .ph_out {
   height: auto;
}

#editView .cmshtml .kv .ph {
     transform: translateX(0%) scale(1);
    height: auto;
}

#editView .cmshtml .kv.show .ph {
    transform: translateX(0%) scale(1);
}


#editView .cmshtml .kv_area .kv_in .kv .ph_area {
    width: 100%;
    max-width: 100%;
}

#editView .cmshtml .kv.show .ph img {
     height: auto;
}


#editView .cmshtml .main-img-top .lay02 {
    width: 1000px;
    max-width: 1000px;
    height: auto;
}


#editView .cmshtml .main-img-top .box-detail {
    height: auto;
    padding-right: 0%;
    padding-top: 0px;
}

#editView .cmshtml .main-img-top h2,
#editView .cmshtml .main-img-top h3 {
     color: var(--color-base);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    writing-mode: horizontal-tb
}

#editView .cmshtml .contents00 {
	width: 1280px;
    max-width: 1280px;
    padding-top: 0px;
}

#editView .cmshtml .contents00-inner {
    padding: 80px 0px;
}

#editView .cmshtml .contents00 .box-text {
	width: 800px;
    max-width: 800px;
    padding: 70px 4.5%;
    background-color: rgba(66, 33, 11, 1);
}

#editView .cmshtml .contents00 .box-link {
    width: 300px;
    max-width: 300px;
}

#editView .cmshtml .contents02 .box-link {
    width: 350px;
    max-width: 350px;
}


#editView .cmshtml .contents03 .box-inner {
     width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents03 .box-img {
   width: 700px;
    max-width: 700px;
}

#editView .cmshtml .contents03 .box-img img {
   min-height: auto;
}

#editView .cmshtml .contents03 .box-detail {
    margin-right: 5%;
}

#editView .cmshtml .contents03 h2 {
     display: block;
    border-bottom-style: none;
    line-height: 1.4;
}


#editView .cmshtml .contents04 .item {
    margin-bottom: 50px;
}


#editView .cmshtml .contents04 .box-link {
    width: 350px;
    max-width: 350px;
    padding-top: 30px;
}

#editView .cmshtml .contents05 {
     padding-bottom: 100px;
}

#editView .cmshtml .contents05 .box-inner {
    width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents05 .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#editView .cmshtml .contents05 .box {
    width: 240px;
    max-width: 240px;
}

#editView .cmshtml .contents05 .box:not(:last-child) {
    margin-right: 20px;
}

#editView .cmshtml .contents05 .box img {
     border-radius: 0px;
}


#editView .cmshtml .infinite-slider .swiper-slide {
    width: 240px !important;
    padding: 0px;
}

#editView .cmshtml .infinite-slider .space-top {
     padding-top: 0px;
}

#editView .cmshtml .infinite-slider .swiper-slide img {
     width: 240px !important;
}

#editView .cmshtml .contents06 .item {
    margin-bottom: 45px;
border-style: solid;
    border-color: rgba(247, 147, 30, 0.7);
    border-width: 3px;
    border-radius: 30px;
    padding: 70px 80px 50px;
}


#editView .cmshtml .contents06 .box-link {
   width: 500px;
    max-width: 500px;
}

#editView .cmshtml .contents06 .item01 .lay02 {
    width: 600px;
    max-width: 600px;
}


#editView .cmshtml .contents07 .box-inner {
    width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .contents07 .item01, #editView .cmshtml .contents07 .item02 {
    background-image: none;
}

#editView .cmshtml .contents07 .item01 {
    margin-bottom: 20px;
}

#editView .cmshtml .contents07 .box-link a {
   min-width: 260px;
}

#editView .cmshtml .contents07 .box {
    width: 320px;
    max-width: 320px;
    margin-right: 20px;
}

#editView .cmshtml .contents07 .lay01,
#editView .cmshtml .contents07 .lay02 {
     padding-left: 0px;
}

#editView .cmshtml .contents07 .lay01::before,
#editView .cmshtml .contents07 .lay02::before {
    display: none;
}

#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 .sp-view {
    display: inline-block;
}