@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext p, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
font-weight: 500;
}
.cmshtml p {
font-weight: 500;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  font-family: "Zen Maru Gothic", serif;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .maru_Gothic, .cmshtml .maru_Gothic * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
}
.cmsbody {
  line-height: 1.7;
}
.cmshtml ul {
  margin: 0;
  padding: 0;
}
.cmshtml li {
  list-style: none;
}
.cmshtml li img {
  vertical-align: bottom;
}
.cmshtml img {
  vertical-align: bottom;
}
.cmshtml a {
  color: #f8a3c0;
  text-decoration: underline;
color: #b27fc9;
}
.cmshtml a:hover {
  text-decoration: none;
}
.cmshtml a img {
  transition: all 0.3s;
}
.cmshtml a:hover img {
  opacity: 0.8;
}
.cmshtml .vrl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.cmshtml .tal {
  text-align: left;
}
.cmshtml .tac {
  text-align: center;
}
.cmshtml .tar {
  text-align: right;
}
.cmshtml .justimg img {
  max-width: 100% !important;
  height: auto !important;
}
.cmshtml .maximg img {
  width: 100% !important;
  height: auto !important;
}
.cmshtml .fade-up {
  opacity: 0;
  transition: opacity 0.7s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: translateY(70px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .sec_tit {
  position: relative;
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  background: #FFFEF2;
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border-radius: 6px;
  border: 2px solid #f8a3c0;
  color: #f8a3c0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 6px 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #f8a3c0;
  color: #fff;
}
.cmshtml .link_btn02 {
  font-size: 18px;
  color: #f8a3c0;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  border-radius: 6px;
  background: #fff;
  border: #f8a3c0 2px solid;
  display: inline-block;
  color: #f8a3c0;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a:hover {
  background: #f8a3c0;
  color: #fff;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  content: '';
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  z-index: 10;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before {
  background-image: url("../img/icon-pdf-m.svg");
}
.cmshtml .link_btn02 a[href*=".doc"]:before {
  background-image: url("../img/icon-word-m.svg");
}
.cmshtml .link_btn02 a[href*=".xls"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn02 a[href*=".xlsx"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 5px 35px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  padding-left: 20px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .menu_tit {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #333;
  display: inline-block;
  position: relative;
}
.cmshtml .li_icon {
  max-width: 65px;
  text-align: center;
  margin: 0 auto;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmshtml .li_text {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-top: auto;
  transition: all 0.3s;
}
.cmshtml .h_li, .cmshtml .li_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  cursor: pointer;
}
.cmshtml .h_li:hover, .cmshtml .drop-menu.menu_active .li_txt, .cmshtml .drop-menu.menu_active:hover .li_txt {
  background: #E2BEF0;
}
.cmshtml .h_li:hover .li_text, .cmshtml .drop-menu.menu_active .li_txt .li_text, .cmshtml .h_li:hover .li_text a, .cmshtml .drop-menu.menu_active .li_txt .li_text a {
  color: #fff;
}
.cmshtml .h_li .li_icon img, .cmshtml .drop-menu.menu_active .li_txt .li_icon img {
  transition: all 0.3s;
}
.cmshtml .h_li:hover .li_icon img, .cmshtml .drop-menu.menu_active .li_txt .li_icon img {
  filter: brightness(0) invert(1);
}
.cmshtml .li_pink, .cmshtml .li_purple {
  transition: all 0.3s;
}
.cmshtml .li_pink {
  background: #F1A5BF;
}
.cmshtml .li_pink:hover {
  background: #F57AA4;
  background: #F0DAF5;
}
.cmshtml .li_purple {
  background: #ECAAD5;
}
.cmshtml .li_purple:hover {
  background: #F18CCE;
  background: #F0DAF5;
}
.cmshtml .li_pink .li_text, .cmshtml .li_purple .li_text {
  color: #543629;
  transition: all 0.3s;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: 10;
}
.cmshtml .drop_box {
  align-items: center;
  padding: 15px;
  position: relative;
}
.cmshtml .drop_box:not(:first-child):before {
  background: url("../img/drop_li_dot.png") repeat-x left top;
  background-size: auto;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.cmshtml .drop_inwrap {
  align-items: center;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .li_title {
  color: #333333;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
.cmshtml .li_title a {
  color: #333;
  transition: all 0.3s;
  text-decoration: none;
}
.cmshtml .listbox {
  align-items: center;
  padding-left: 20px;
  position: relative;
}
.cmshtml .drop_li {
  color: #333;
  font-weight: 500;
  margin: 3px 0;
  margin-right: 30px;
  position: relative;
}
.cmshtml .drop_li a {
  color: #333;
  display: inline-block;
  padding-left: 20px;
}
.cmshtml .drop_li a:before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.cmshtml .drop_li a:hover:before {
  opacity: 1;
}
.cmshtml .color_ore {
  background: #FFF9F5;
}
.cmshtml .color_ore .li_title a:hover {
  color: #f08850;
}
.cmshtml .color_ore .drop_li a:hover {
  color: #f08850;
}
.cmshtml .color_ore .drop_li a:before {
  background-image: url("../img/dro_li_ore.png");
}
.cmshtml .color_pur {
  background: #FEFCFF;
}
.cmshtml .color_pur .li_title a:hover {
  color: #bb77cf;
}
.cmshtml .color_pur .drop_li a:hover {
  color: #bb77cf;
}
.cmshtml .color_pur .drop_li a:before {
  background-image: url("../img/dro_li_pur.png");
}
.cmshtml .color_pink {
  background: #FFF8F9;
}
.cmshtml .color_pink .li_title a:hover {
  color: #f07ea5;
}
.cmshtml .color_pink .drop_li a:hover {
  color: #f07ea5;
}
.cmshtml .color_pink .drop_li a:before {
  background-image: url("../img/dro_li_pink.png");
}
@media screen and (min-width: 1001px) {
  .cmshtml .li_txt {
    position: relative;
  }
  .cmshtml .li_txt:after {
    background: #dcb2e5;
    content: "";
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 20px;
    height: 8px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 5;
  }
  .cmshtml .menu_active .li_txt:after {
    background: #fff;
    top: calc(100% - 8px);
    transform: rotate(180deg);
  }
  .cmshtml .drop_inwrap > div:first-child {
    width: 300px;
  }
  .cmshtml .drop_inwrap > div:nth-child(2) {
    width: calc(100% - 300px);
  }
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #f8a3c0;
  cursor: pointer;
  padding: 10px 20px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  color: #fff;
  background: #F0DAF5;
}
.cmshtml .selectlang_inner {
  display: none;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #ff76a4;
  background: #F0DAF5;
  color: #fff;
  color: #333;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #ff76a4;
  background: #F0DAF5;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    font-weight: 600;
  }
  .cmshtml .selectlang:hover {
    background: #ff76a4;
    background: #F0DAF5;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 240px;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 100;
  }
  .cmshtml .selectlang_inner > div + div {
    border-top: 1px dashed #666;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  background: url("../img/bg_mv.png") no-repeat top center;
  background-size: 100% 100%;
  background-color: #fffef2;
  position: relative;
  padding-bottom: 135px;
  overflow: hidden;
}
.cmshtml .mainvisual {
  position: relative;
  width: 100%;
  height: 509px;
}
.cmshtml #slide_wrap, .cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .slide_item {
  margin: 0 50px;
  max-width: 764px;
  position: relative;
}
.cmshtml #slide_wrap .slick-dots {
  bottom: auto;
  margin-top: 13px;
}
.cmshtml #slide_wrap .slick-dots li {
  background: #FAF3FC;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  margin: 0 11px;
}
.cmshtml #slide_wrap .slick-dots li.slick-active {
  background: #E3C7E9;
}
.cmshtml #slide_wrap .slick-prev, .cmshtml #slide_wrap .slick-next {
  background: #DCB2E5;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  transition: all 0.3s;
}
.cmshtml #slide_wrap .slick-prev:hover, .cmshtml #slide_wrap .slick-next:hover {
  background: #F4C1FF;
}
.cmshtml #slide_wrap .slick-prev {
  left: 26%;
  right: auto;
}
.cmshtml #slide_wrap .slick-next {
  left: auto;
  right: 26%;
}
.cmshtml #slide_wrap .slick-prev:before, .cmshtml #slide_wrap .slick-next:before {
  background: #fff;
  content: "";
  font-size: unset;
  opacity: 1;
  width: 13px;
  height: 22px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.cmshtml #slide_wrap .slick-prev:before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.cmshtml #slide_wrap .slick-next:before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.cmshtml .catchcopy {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.cmshtml #slide_wrap .catchcopy .catch_img {
  width: auto;
  height: auto;
}
.cmshtml .catchcopy.mv_view {
  opacity: 1;
}
/*---------------
about
---------------*/
.cmshtml .sec_about {
  background: #FFFEF2;
  border-radius: 66px;
  max-width: 1350px;
  width: 92%;
  margin: 110px auto 0;
  padding: 50px 3.6% 95px;
}
.cmshtml .about_label {
  background: url(../img/tit_dot.png) no-repeat center top;
  background-size: auto;
  color: #774D3B;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 10px;
  padding-top: 30px;
  text-align: center;
}
.cmshtml .about_tit {
  color: #774D3B;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.2rem;
}
.cmshtml .about_tit::first-letter {
  color: #F8A3C0;
  font-size: 50px;
}
.cmshtml .about_inwrap {
  align-items: center;
  justify-content: space-between;
}
.cmshtml .about_inwrap > div {
  width: 48%;
}
.cmshtml .about_img {
  position: relative;
}
.cmshtml .about_img img {
  border-radius: 27px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}
.cmshtml .about_about_textbox {
  position: relative;
}
.cmshtml .about_txt {
  color: #543629;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cmshtml .about_link {
  font-size: 20px;
  font-weight: 600;
}
.cmshtml .about_link a {
  background: url(../img/btn_p.png) no-repeat left 34px center;
  background-size: 31px auto;
  background-color: #fff;
  border: 3px solid #E2BEF0;
  border-radius: 10px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  padding: 11px 30px 11px 90px;
  transition: all 0.3s;
}
.cmshtml .about_link a:hover {
  background: url(../img/btn_p_hover.png) no-repeat left 34px center;
  background-size: 31px auto;
  background-color: #E2BEF0;
}
.cmshtml .about_decoration {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .about_deco01_b {
  width: 24%;
  left: -150px;
  top: 0px;
  left: -11%;
}
.cmshtml .about_deco01_f {
  width: 26%;
  left: -120px;
  top: -130px;
  left: -9%;
  top: -18%;
}
.cmshtml .about_deco02 {
  width: 20%;
  left: -100px;
  bottom: 30px;
  left: -7%;
}
.cmshtml .mv_deco_b, .cmshtml .mv_deco_f {
  z-index: 10;
}
.cmshtml .mv_deco_b {
  width: 20%;
  right: 160px;
  bottom: 0;
  right: 9%;
}
.cmshtml .mv_deco_f {
  width: 20%;
  right: 0;
  bottom: 40px;
}
@media screen and (max-width: 1800px) {
  .cmshtml #slide_wrap .slick-prev {
    left: 15%;
  }
  .cmshtml #slide_wrap .slick-next {
    right: 15%;
  }
}
@media screen and (max-width: 1500px) {
  .cmshtml #slide_wrap .slick-prev {
    left: 5%;
  }
  .cmshtml #slide_wrap .slick-next {
    right: 5%;
  }
  .cmshtml .catchcopy {
    padding: 10px;
  }
  .cmshtml .about_tit {
    font-size: 30px;
  }
  .cmshtml .about_tit::first-letter {
    font-size: 42px;
  }
  .cmshtml .about_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .catch_img {
    max-width: 150px;
  }
  .cmshtml #slide_wrap .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
  .cmshtml .about_tit {
    font-size: 24px;
  }
  .cmshtml .about_tit::first-letter {
    font-size: 30px;
  }
  .cmshtml .about_link {
    font-size: 16px;
  }
  .cmshtml .about_link a {
    background-position: left 15px center;
    background-size: 25px auto;
    background-color: #fff;
    padding: 11px 20px 11px 55px;
  }
  .cmshtml .about_link a:hover {
    background-position: left 15px center;
    background-size: 25px auto;
    background-color: #E2BEF0;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap {
    background-size: auto 100%;
    padding-bottom: 80px;
  }
  .cmshtml .catch_img {
    max-width: 150px;
    width: 30%;
  }
  .cmshtml .sec_about {
    border-radius: 30px;
    margin: 110px auto 0;
    padding: 50px 2%;
  }
  .cmshtml .about_inwrap {
    align-items: flex-start;
  }
  .cmshtml .about_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 764px) {
  .cmshtml .catchcopy {
    align-items: center;
    padding-left: 70vw;
  }
}
@media screen and (max-width: 750px) {
  .cmshtml .mainvisual {
    height: 400px;
  }
  .cmshtml .slide_item {
    max-width: 750px;
  }
  .cmshtml .sec_about {
    border-radius: 15px;
    padding: 50px 4%;
  }
  .cmshtml .about_label {
    background-size: 50px auto;
    background-position: center top;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .cmshtml .about_tit {
    font-size: 20px;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
    opacity: 1;
    transform: translate(0);
  }
  .cmshtml .about_tit::first-letter {
    font-size: 28px;
  }
  .cmshtml .about_inwrap > div {
    width: 100%;
  }
  .cmshtml .about_img {
    margin-bottom: 30px;
  }
  .cmshtml .about_img img {
    border-radius: 15px;
  }
  .cmshtml .about_about_textbox {
    padding: 0 4%;
  }
  .cmshtml .about_link {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .mv_wrap {
    background-color: #fff;
  }
  .cmshtml #slide_wrap .slick-dots {
    margin-top: 0;
  }
  .cmshtml #slide_wrap .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .cmshtml .sec_about {
    padding: 30px 4%;
    margin-top: 30px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
  .cmshtml .about_link {
    font-size: 14px;
    text-align: center;
  }
  .cmshtml .about_link a {
    background: url(../img/btn_p.png) no-repeat left 15px center;
    background-size: 20px auto;
    background-color: #fff;
    padding: 6px 15px 6px 50px;
  }
  .cmshtml .about_link a:hover {
    background: url("../img/btn_p_hover.png") no-repeat left 15px center;
    background-size: 20px auto;
    background-color: #E2BEF0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .mainvisual {
    height: auto;
  }
  .cmshtml #slide_wrap, .cmshtml #slide_wrap div {
    width: auto;
    height: auto;
  }
  .cmshtml .slide_item {
    margin: 0 10px;
  }
  .cmshtml .slide_item.slick-slide img {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: unset;
  }
  .cmshtml #slide_wrap .catchcopy {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .cmshtml {
    /*.mainvisual {
        height: 300px;
    }*/
  }
  .cmshtml .catchcopy {
    padding-left: 64vw;
  }
  .cmshtml #slide_wrap .catchcopy .catch_img {
    max-width: 120px;
  }
}
/*------------------------------------------------------
contract
------------------------------------------------------*/
.cmshtml .sec_contract {
  background: url("../img/bg_contract.png") no-repeat center;
  background-size: 100% 100%;
  padding: 85px 4% 210px;
}
.cmshtml .contract_inwrap {
  align-items: flex-start;
  max-width: 1620px;
  width: 100%;
  margin: 0 auto 80px;
  position: relative;
}
.cmshtml .contract_inwrap > div:first-child {
  width: 66%;
}
.cmshtml .contract_inwrap > div:nth-child(2) {
  width: 34%;
}
.cmshtml .contract_textbox {
  padding-top: 30px;
  padding-right: 4%;
}
.cmshtml .contract_label {
  background: url(../img/tit_dot.png) no-repeat right top;
  background-size: auto;
  color: #774D3B;
  font-size: 18px;
  font-weight: 600;
  width: 90%;
  margin: 0 auto;
  text-align: right;
  padding-top: 30px;
}
.cmshtml .contract_tit {
  color: #774D3B;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.4rem;
  text-align: right;
  width: 90%;
  margin: 0 auto 25px;
}
.cmshtml .contract_txt {
  background: #fff;
  border-radius: 20px;
  color: #543629;
  font-size: 22px;
  font-weight: 500;
  padding: 35px 45px 40px;
  position: relative;
}
.cmshtml .contract_img {
  position: relative;
}
.cmshtml .contract_img img {
  border-radius: 34px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}
.cmshtml .contract_links {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.cmshtml .contract_links > div {
  margin: 0 10px 20px;
}
.cmshtml .contract_link {
  border-radius: 10px;
  color: #333333;
  font-size: 25px;
  font-weight: 600;
  position: relative;
}
.cmshtml .contract_link span {
  font-size: 18px;
}
.cmshtml .contract_link a {
  background: url("../img/btn_purple.png") no-repeat left 20px center;
  background-size: 29px auto;
  background-color: #E2BEF0;
  border: 3px solid #E2BEF0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333333;
  text-decoration: none;
  padding: 15px 45px 15px 65px;
  position: relative;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.cmshtml .contract_link a:hover {
  background: url("../img/btn_purple_hover.png") no-repeat left 20px center;
  background-size: 29px auto;
  background-color: #fff;
}
/*------------------------------------------------------
care
------------------------------------------------------*/
.cmshtml .sec_care {
  padding: 113px 4% 156px;
}
.cmshtml .sec_care > * {
  position: relative;
  z-index: 5;
}
.cmshtml .contract_deco {
  z-index: 1;
}
.cmshtml .contract_deco01 {
  width: 21%;
  top: -140px;
  left: 0;
  top: -15%;
}
.cmshtml .contract_deco02 {
  width: 14%;
  right: 0;
  bottom: -50px;
}
.cmshtml .care_inwrap {
  align-items: flex-start;
  max-width: 1565px;
  width: 100%;
  margin: 0 auto 70px;
}
.cmshtml .care_inwrap > div:first-child {
  width: 34%;
}
.cmshtml .care_inwrap > div:nth-child(2) {
  width: 66%;
}
.cmshtml .care_img {
  position: relative;
}
.cmshtml .care_img img {
  border-radius: 34px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}
.cmshtml .care_textbox {
  padding-left: 4.7%;
  position: relative;
}
.cmshtml .care_label {
  background: url(../img/tit_dot.png) no-repeat left top;
  background-size: auto;
  color: #774D3B;
  font-size: 18px;
  font-weight: 600;
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
.cmshtml .care_tit {
  color: #774D3B;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.4rem;
  max-width: 90%;
  margin: 0 auto 25px;
}
.cmshtml .care_txt {
  background: #fff;
  border-radius: 20px;
  color: #543629;
  font-size: 22px;
  font-weight: 500;
  padding: 35px 6% 65px 4.6%;
}
.cmshtml .care_links {
  max-width: 1368px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .care_links > div {
  margin: 0 10px 20px;
}
.cmshtml .care_link {
  border-radius: 10px;
  color: #333333;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.cmshtml .care_link a {
  background: url(../img/btn_ore02.png) no-repeat left 20px center;
  background-size: 30px auto;
  background-color: #F8C2A2;
  border: 3px solid #F8C2A2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333333;
  text-decoration: none;
  padding: 15px 45px 15px 65px;
  position: relative;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.cmshtml .care_link span {
  font-size: 18px;
}
.cmshtml .care_link a:hover {
  background: url("../img/btn_ore02_hover.png") no-repeat left 20px center;
  background-size: 30px auto;
  background-color: #fff;
}
/*------------------------------------------------------
independence
------------------------------------------------------*/
.cmshtml .sec_independence {
  padding: 88px 4% 100px;
}
.cmshtml .indep_inwrap {
  align-items: flex-start;
  max-width: 1573px;
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
}
.cmshtml .indep_inwrap > div:first-child {
  width: 35%;
}
.cmshtml .indep_inwrap > div:nth-child(2) {
  width: 65%;
}
.cmshtml .indep_img {
  position: relative;
}
.cmshtml .indep_img img {
  border-radius: 34px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}
.cmshtml .indep_textbox {
  padding-top: 15px;
  padding-left: 4%;
  position: relative;
}
.cmshtml .indep_label {
  background: url(../img/tit_dot.png) no-repeat left top;
  background-size: auto;
  color: #543629;
  font-size: 18px;
  font-weight: 600;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
.cmshtml .indep_tit {
  color: #774D3B;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.4rem;
  max-width: 90%;
  margin: 0 auto 25px;
}
.cmshtml .indep_txt {
  background: #fff;
  border-radius: 20px;
  color: #543629;
  font-size: 22px;
  font-weight: 500;
  padding: 35px 6% 65px 4.6%;
}
.cmshtml .indep_links {
  margin-bottom: 1200px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}
.cmshtml .indep_links > div {
  margin: 0 10px 20px;
}
.cmshtml .indep_link {
  border-radius: 10px;
  color: #333333;
  font-size: 25px;
  font-weight: 600;
  position: relative;
}
.cmshtml .indep_link span {
  font-size: 18px;
}
.cmshtml .indep_link a {
  background: url("../img/btn_pink.png") no-repeat left 20px center;
  background-size: 29px auto;
  background-color: #FBB5C3;
  border: 3px solid #FBB5C3;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333333;
  text-decoration: none;
  padding: 15px 45px 15px 65px;
  position: relative;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.cmshtml .indep_link a:hover {
  background: url("../img/btn_pink_hover.png") no-repeat left 20px center;
  background-size: 29px auto;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_care, .cmshtml .sec_independence, .cmshtml .sec_contract {
    padding: 80px 4%;
  }
  .cmshtml .care_tit, .cmshtml .contract_tit, .cmshtml .indep_tit {
    font-size: 30px;
  }
  .cmshtml .care_txt, .cmshtml .contract_txt, .cmshtml .indep_txt {
    font-size: 18px;
  }
  .cmshtml .care_links, .cmshtml .contract_links, .cmshtml .indep_links {
    justify-content: flex-start;
  }
  .cmshtml .care_links > div, .cmshtml .contract_links > div, .cmshtml .indep_links > div {
    margin: 0 5px 10px;
  }
  .cmshtml .care_link, .cmshtml .contract_link, .cmshtml .indep_link {
    font-size: 18px;
  }
  .cmshtml .care_link a, .cmshtml .contract_link a, .cmshtml .indep_link a {
    padding: 10px 20px 10px 65px;
  }
  .cmshtml .care_link span, .cmshtml .contract_link span, .cmshtml .indep_link span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .care_tit, .cmshtml .contract_tit, .cmshtml .indep_tit {
    font-size: 24px;
  }
  .cmshtml .care_inwrap, .cmshtml .contract_inwrap, .cmshtml .indep_inwrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_contract {
    background-size: auto 100%;
  }
  .cmshtml .care_txt, .cmshtml .contract_txt, .cmshtml .indep_txt {
    border-radius: 10px;
    padding: 30px 4%;
  }
  .cmshtml .care_txt, .cmshtml .contract_txt, .cmshtml .indep_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .cmshtml .contract_inwrap {
    flex-direction: column-reverse;
  }
  .cmshtml .care_inwrap > div:first-child, .cmshtml .care_inwrap > div:nth-child(2), .cmshtml .contract_inwrap > div:first-child, .cmshtml .contract_inwrap > div:nth-child(2), .cmshtml .indep_inwrap > div:first-child, .cmshtml .indep_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .care_img, .cmshtml .indep_img, .cmshtml .contract_img {
    margin-bottom: 30px;
  }
  .cmshtml .care_img img, .cmshtml .indep_img img, .cmshtml .contract_img img {
    border-radius: 15px;
  }
  .cmshtml .indep_textbox, .cmshtml .care_textbox, .cmshtml .contract_textbox {
    padding: 0;
  }
  .cmshtml .care_label, .cmshtml .contract_label, .cmshtml .indep_label {
    background-size: 50px auto;
    background-position: center top;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
  }
  .cmshtml .care_tit, .cmshtml .contract_tit, .cmshtml .indep_tit {
    text-align: center;
  }
  .cmshtml .care_links > div, .cmshtml .contract_links > div, .cmshtml .indep_links > div {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_contract {
    background: #fbf6fd;
  }
  .cmshtml .sec_care, .cmshtml .sec_independence, .cmshtml .sec_contract {
    padding: 60px 4%;
  }
  .cmshtml .care_link, .cmshtml .contract_link, .cmshtml .indep_link {
    font-size: 16px;
    text-align: center;
  }
  .cmshtml .care_link a, .cmshtml .contract_link a, .cmshtml .indep_link a {
    padding: 10px 20px 10px 50px;
    background-size: 22px auto;
    background-position: left 15px center;
  }
  .cmshtml .care_link a:hover, .cmshtml .contract_link a:hover, .cmshtml .indep_link a:hover {
    background-size: 22px auto;
    background-position: left 15px center;
  }
  .cmshtml .care_link span, .cmshtml .contract_link span, .cmshtml .indep_link span {
    font-size: 14px;
  }
  .cmshtml .care_txt, .cmshtml .contract_txt, .cmshtml .indep_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .cmshtml .care_links > div, .cmshtml .contract_links > div, .cmshtml .indep_links > div {
    margin: 0 auto 10px;
    width: 100%;
    max-width: 320px;
  }
  .cmshtml .care_link, .cmshtml .contract_link, .cmshtml .indep_link {
    text-align: left;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  background: linear-gradient(to top, #fff 50%, #FFFEF2 50%);
  padding: 156px 4% 143px;
}
.cmshtml .sec_info > * {
  position: relative;
  z-index: 5;
}
.cmshtml .sec_info:before {
  background: url("../img/bg_info.png") no-repeat center;
  background-size: 100% 100%;
  content: "";
  display: block;
  background-repeat: no-repeat;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.cmshtml .info_deco {
  width: 20%;
  left: -160px;
  top: 100px;
  left: -9%;
  z-index: 5;
}
.cmshtml .info_inwrap {
  background: #fff;
  border-radius: 27px;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.cmshtml .info_inwrap > div:first-child {
  width: 20%;
}
.cmshtml .info_inwrap > div:nth-child(2) {
  width: 80%;
}
.cmshtml .info_textbox {
  background: #FEE0DA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.cmshtml .info_tit {
  color: #774D3B;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 75px;
}
.cmshtml .info_link {
  font-size: 22px;
  font-weight: 600;
}
.cmshtml .info_link a {
  background: url(../img/btn_ore.png) no-repeat right 8px center;
  background-size: 29px auto;
  background-color: #fff;
  border-radius: 9px;
  border: 3px solid #F39C8A;
  display: inline-block;
  color: #F39C8A;
  text-decoration: none;
  padding: 4px 46px 4px 20px;
  transition: all 0.3s;
}
.cmshtml .info_link a:hover {
  background: url(../img/btn_ore_hover.png) no-repeat right 8px center;
  background-size: 29px auto;
  background-color: #F39C8A;
  color: #fff;
}
.cmshtml .newsbox {
  padding: 30px 20px 50px 70px;
  position: relative;
}
.cmshtml .scnews {
  max-width: 1030px;
  width: 100%;
  position: relative;
  overflow: auto;
  max-height: 500px;
  padding-right: 15px;
}
.cmshtml .news_div {
  border-bottom: 1px dashed #774D3B;
  flex-flow: nowrap;
  padding: 25px;
  align-items: center;
}
.cmshtml .info_date {
  color: #543629;
  font-size: 18px;
  font-weight: 600;
  min-width: 85px;
}
.cmshtml .info_tag {
  background: #F890A5;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0 20px;
  padding: 6px 15px;
  min-width: 115px;
}
.cmshtml .info_tag a {
  color: #fff;
}
.cmshtml .info_txt {
  color: #543629;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_info {
    padding: 120px 4%;
  }
  .cmshtml .info_tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .cmshtml .newsbox {
    padding: 30px 20px 50px;
  }
  .cmshtml .news_div {
    padding: 15px;
  }
  .cmshtml .info_date {
    font-size: 16px;
    min-width: 75px;
  }
  .cmshtml .info_tag {
    font-size: 14px;
    margin: 0 15px;
    padding: 5px 10px;
    min-width: 100px;
  }
  .cmshtml .info_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .info_inwrap > div:first-child {
    width: 25%;
  }
  .cmshtml .info_inwrap > div:nth-child(2) {
    width: 75%;
  }
  .cmshtml .info_link {
    font-size: 18px;
  }
  .cmshtml .info_tit {
    font-size: 24px;
  }
  .cmshtml .info_link a {
    background: url(../img/btn_ore.png) no-repeat right 8px center;
    background-size: 22px auto;
    background-color: #fff;
  }
  .cmshtml .info_link a:hover {
    background: url(../img/btn_ore_hover.png) no-repeat right 8px center;
    background-size: 22px auto;
    background-color: #F39C8A;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    padding: 80px 4%;
  }
  .cmshtml .sec_info:before {
    background-size: auto 100%;
  }
  .cmshtml .info_inwrap {
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 20px;
    overflow: visible;
  }
  .cmshtml .info_inwrap > div:first-child, .cmshtml .info_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .info_textbox {
    background: no-repeat;
    padding: 0;
    margin-bottom: 30px;
  }
  .cmshtml .newsbox {
    padding: 0 15px;
  }
  .cmshtml .news_div {
    padding: 15px;
    flex-flow: wrap;
  }
  .cmshtml .info_tag {
    padding: 3px 10px;
    min-width: 1px;
  }
  .cmshtml .info_txt {
    margin-top: 10px;
  }
  .cmshtml .info_link {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    background: #fff4f6;
    padding: 40px 4%;
  }
  .cmshtml .sec_info:before {
    display: none;
  }
  .cmshtml .info_inwrap {
    padding: 30px 0;
  }
  .cmshtml .info_tit {
    font-size: 22px;
  }
  .cmshtml .news_div {
    padding: 10px 5px;
  }
  .cmshtml .info_tag {
    font-size: 12px;
    min-width: 80px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
recruit
------------------------------------------------------*/
.cmshtml .sec_rec {
  background: #fff;
  padding: 155px 4% 140px;
}
.cmshtml .rec_inwrap {
  align-items: flex-start;
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .rec_inwrap > div:first-child {
  width: 40%;
}
.cmshtml .rec_inwrap > div:nth-child(2) {
  width: calc(60% - 30px);
  margin-left: 30px;
}
.cmshtml .rec_img {
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
.cmshtml .rec_img img {
  border-radius: 45px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  overflow: hidden;
}
.cmshtml .rec_textbox {
  background: #FFFEF2;
  border-radius: 22px;
  padding: 45px 15px 40px 4.4%;
  position: relative;
}
.cmshtml .rec_label {
  background: url("../img/tit_dot.png") no-repeat left top;
  background-size: auto;
  color: #543629;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 30px;
}
.cmshtml .rec_tit {
  color: #543629;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.cmshtml .rec_txt {
  color: #543629;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 45px;
}
.cmshtml .rec_link {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .rec_link a {
  background: url("../img/btn_p.png") no-repeat left 34px center;
  background-size: 31px auto;
  background-color: #fff;
  border: 3px solid #E2BEF0;
  border-radius: 10px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  padding: 11px 30px 11px 90px;
  transition: all 0.3s;
}
.cmshtml .rec_link a:hover {
  background: url("../img/btn_p_hover.png") no-repeat left 34px center;
  background-size: 31px auto;
  background-color: #E2BEF0;
}
.cmshtml .rec_decoration {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .rec_deco01_b {
  width: 16%;
  right: 80px;
  top: 0;
  z-index: 1;
  right: 4%;
}
.cmshtml .rec_deco01_f {
  width: 16%;
  right: 0;
  top: 80px;
  z-index: 2;
}
.cmshtml .rec_deco02_b {
  width: 20%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .rec_deco02_f {
  width: 20%;
  left: -80px;
  left: -4%;
  bottom: 35px;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_rec {
    padding: 100px 4%;
  }
  .cmshtml .rec_textbox {
    padding: 30px 4%;
  }
  .cmshtml .rec_label {
    margin-bottom: 0;
  }
  .cmshtml .rec_tit {
    margin-bottom: 10px;
  }
  .cmshtml .rec_txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .rec_tit {
    font-size: 24px;
  }
  .cmshtml .rec_txt {
    font-size: 16px;
  }
  .cmshtml .rec_link {
    font-size: 16px;
  }
  .cmshtml .rec_link a {
    background: url(../img/btn_p.png) no-repeat left 15px center;
    background-size: 25px auto;
    background-color: #fff;
    padding: 11px 20px 11px 55px;
  }
  .cmshtml .rec_link a:hover {
    background: url("../img/btn_p_hover.png") no-repeat left 15px center;
    background-size: 25px auto;
    background-color: #E2BEF0;
  }
}
@media screen and (max-width: 750px) {
  .cmshtml .rec_inwrap > div:first-child, .cmshtml .rec_inwrap > div:nth-child(2) {
    width: 100%;
    margin: 0;
  }
  .cmshtml .rec_img img {
    border-radius: 20px 20px 0 0;
    box-shadow: none;
  }
  .cmshtml .rec_textbox {
    border-radius: 0 0 20px 20px;
  }
  .cmshtml .rec_label {
    background: url(../img/tit_dot.png) no-repeat center top;
    text-align: center;
  }
  .cmshtml .rec_tit {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_rec {
    padding: 60px 4%;
  }
  .cmshtml .rec_label {
    background-size: 50px auto;
    font-size: 14px;
    padding-top: 15px;
  }
  .cmshtml .rec_tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cmshtml .rec_txt {
    font-size: 14px;
  }
  .cmshtml .rec_link {
    font-size: 14px;
  }
  .cmshtml .rec_link a {
    background: url(../img/btn_p.png) no-repeat left 15px center;
    background-size: 20px auto;
    background-color: #fff;
    padding: 6px 15px 6px 50px;
  }
  .cmshtml .rec_link a:hover {
    background: url("../img/btn_p_hover.png") no-repeat left 15px center;
    background-size: 20px auto;
    background-color: #E2BEF0;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #F5F5F5;
  padding: 0;
}
.cmshtml #footer .inwrap {
  padding: 15px 30px;
  padding-bottom: 0;
  justify-content: space-between;
}
.cmshtml .f_about {
  padding: 50px 2.6% 20px;
  position: relative;
}
.cmshtml .logo_txt {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.cmshtml .f_logo {
  margin-bottom: 15px;
}
.cmshtml .f_address {
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.cmshtml #copy {
  background: #E2BEF0;
  padding: 7px 4%;
  text-align: center;
}
.cmshtml .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #fff;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .cmshtml .f_about {
    padding: 30px 2.5%;
    text-align: center;
  }
  .cmshtml .logo_txt {
    font-size: 14px;
  }
  .cmshtml .f_address {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .f_about {
    padding: 30px 4% 50px;
  }
  .cmshtml .logo_txt {
    font-size: 12px;
  }
  .cmshtml .f_address {
    font-size: 14px;
  }
  .cmshtml #copy {
    padding: 10px;
  }
  .cmshtml .copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .logo_txt {
    font-size: 10px;
  }
  .cmshtml .copyright {
    font-size: 8px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  padding: 100px 2%;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .inwrap {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 64px 4%;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title {
  color: #4F4F4F;
  font-weight: 600;
  text-align: center;
}
.cmshtml .page_title01 {
  font-size: 25px;
}
.cmshtml .page_title02 {
  font-size: 18px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  background: #fff;
  padding: 0 0 60px;
}
.cmshtml .subpage_contents > * {
  max-width: 1200px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.cmshtml .subpage_contents .care_link, .cmshtml .subpage_contents .contract_link, .cmshtml .subpage_contents .indep_link {
  text-align: left;
}
.cmshtml .subpage_contents .care_link a,
.cmshtml .subpage_contents .contract_link a,
.cmshtml .subpage_contents .indep_link a {
  display: inline-block;
  height: auto;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}



.cmshtml .wrap_link.care_link a,
.cmshtml .wrap_link.contract_link a,
.cmshtml .wrap_link.indep_link a,
.cmshtml .wrap_link .care_link a,
.cmshtml .wrap_link .contract_link a,
.cmshtml .wrap_link .indep_link a {
    display: block;
    width: 100%;
    padding-left: 60px;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  background: #ddd;
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #fbf6fd;
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 20px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #fff;
}
.cmshtml .p_link {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  background: #E2BEF0;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  padding: 5px 20px;
  padding-left: 40px;
  position: relative;
  transition: all 0.3s;
  background: #D387F1;
}
.cmshtml .page_link .p_link a:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  margin: auto;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}
.cmshtml .page_link .p_link a:hover {
  background: #D387F1;
  background: #E2BEF0;
}
/*---------------
h2 - h6
---------------*/
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  display: block;
  font-weight: 500;
  margin: auto;
  position: relative;
}
.cmshtml .rdplanetitle h2 {
  background: url("../img/tit_dot.png") no-repeat center top;
  background-size: auto;
  color: #543629;
  display: inline-block;
  min-width: 76px;
  font-size: 40px !important;
  font-weight: 600 !important;
  padding: 30px 0 0;
  text-align: center;
}
.cmshtml .rdplanetitle h3 {
  border-radius: 26px;
  background: #E2BEF0;
  color: #fff;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding: 0 35px;
  position: relative;
}
.cmshtml .rdplanetitle h3 a {
  color: #fff;
}
.cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  color: #543629;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding: 0 20px 15px;
}
.cmshtml .rdplanetitle h4:after, .cmshtml .rdplanetitle h5:after, .cmshtml .rdplanetitle h6:after {
  border-radius: 10px;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.cmshtml .rdplanetitle h4:after {
  background: #DCB2E5;
}
.cmshtml .rdplanetitle h5:after {
  background: #F8C2A1;
}
.cmshtml .rdplanetitle h6:after {
  background: #FBB5C3;
}
.cmshtml .bdr_tit {
  color: #543629;
  font-size: 27px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}
.cmshtml .bdr_tit:before {
  background: #E2BEF0;
  border-radius: 10px;
  content: "";
  display: block;
  width: 6px;
  height: 65%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/*---------------
list block
---------------*/
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1160px;
}
.cmshtml .list01_inwrap li {
  list-style: disc !important;
  display: list-item;
  color: #f8a3c0;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1160px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #f8a3c0;
  font-weight: 500;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
  font-weight: 500;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  border-radius: 6px;
  background: #fff4f6;
  border-left: 20px solid #f8a3c0;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  padding-left: 20px;
  position: relative;
}
.cmshtml .mark_btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(45deg);
}
.cmshtml .mark_btn .link_btn01 {
  text-align: right;
}
.cmshtml .mark_btn .link_btn01 a {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #f8a3c0;
  display: inline-block;
  color: #f8a3c0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  min-width: 1px;
  transition: all 0.3s;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  background: #f8a3c0;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #f8a3c0;
  align-items: center;
  flex-flow: nowrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.cmshtml .ico_title02 {
  border-bottom: none;
}
.cmshtml .ico_title > div:first-child {
  max-width: 80px;
  min-width: 80px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #f8a3c0;
  font-size: 24px;
  font-weight: 500;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  line-height: 1.4;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_q:before, .cmshtml .qa_a:before {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #f8a3c0;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #e4bcec;
  content: "A";
}
.cmshtml .qa_q > div, .cmshtml .qa_a > div {
  max-width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_q > div {
  padding: 10px 0px;
}
.cmshtml .qa_a > div {
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
}
.cmshtml .qa_a > div:before {
  background: #fff;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  content: "";
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  z-index: 2;
  transform: rotateZ(-45deg);
}
/*---------------
bt line
---------------*/
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 20px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 1px solid #f8a3c0 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
/*---------------
img text
---------------*/
.cmshtml .img_txt {
  align-items: flex-start;
  margin-bottom: 90px;
  position: relative;
}
.cmshtml .img_div {
  width: 40%;
  position: relative;
  z-index: 3;
}
.cmshtml .img_div img {
  border-radius: 10px;
}
.cmshtml .txt_div {
  border-radius: 10px;
  background: #fff4f6;
  line-height: 2;
  padding: 30px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 60px);
}
.cmshtml .img_txt02 .txt_div {
  padding: 30px;
  padding-right: 6%;
  transform: translate(3%, 60px);
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e3bdee;
  position: relative;
}
.cmshtml .step_div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmshtml .step_div > div:first-child {
  max-width: 205px;
  min-width: 205px;
}
.cmshtml .step_div > div:nth-child(2) {
  max-width: calc(100% - 205px);
}
.cmshtml .step_div > div + div {
  border-left: 1px solid #e3bdee;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #e3bdee;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 30px;
  position: relative;
}
.cmshtml .stepbox > div:not(:last-child) .step_num:after {
  border: 30px solid transparent;
  border-top: 20px solid #e3bdee;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.cmshtml .step_txt {
  padding: 10px;
}
.cmshtml .one_side.step_div {
  padding: 20px 30px;
}
.cmshtml .one_side.step_div > div {
  display: block;
  border: none;
}
.cmshtml .one_side.step_div > div:first-child, .cmshtml .one_side.step_div > div:nth-child(2) {
  max-width: none;
  min-width: 1px;
}
.cmshtml .stepbox > div.one_side.step_div:not(:last-child):after {
  border: 30px solid transparent;
  border-top: 20px solid #e3bdee;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
@media screen and (min-width: 681px) {
  .cmshtml .step_num {
    border-radius: 6px 0 0 6px;
  }
}
/*---------------
floor
---------------*/
.cmshtml .floor {
  margin: 60px auto 120px;
  position: relative;
  z-index: 1;
}
.cmshtml .floor_tab {
  justify-content: center;
}
.cmshtml .floor_tab > div {
  background: #f8a3c0;
  display: block !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  max-width: 200px;
  width: calc(33.333% - 10px);
  margin: 0 5px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.cmshtml .floor_tab > div:hover, .cmshtml .floor_tab > div.active {
  background: #ddd;
  color: #f8a3c0;
}
.cmshtml .floor_imgs {
  background: #ddd;
  padding: 30px 2%;
}
.cmshtml .floor_imgs > div {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .floor_box {
  display: none;
}
.cmshtml .floor_box.active {
  display: block;
}
.cmshtml .floor_tit {
  color: #666;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .floor_inwrap {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.cmshtml .floor_map {
  margin-bottom: 40px;
}
.cmshtml .in_imgs > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box:before {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: -11px 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  left: 14px;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 45px !important;
  position: relative;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .acco_tit:after {
  transform: rotate(90deg);
}
.cmshtml .acco_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .hide_area {
  display: none;
  border-top: 1px solid #ededed;
  padding: 40px 3%;
}
.cmshtml .hide_area > * + * {
  margin-top: 30px;
}
.cmshtml .acco_box:before {
  border: 5px solid #f8a3c0;
}
.cmshtml .acco_tit {
  color: #f8a3c0;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #f8a3c0;
}
/*---------------
twin box
---------------*/
.cmshtml .twin_box01 > div:first-child, .cmshtml .twin_box02 > div:nth-child(2) {
  width: 70%;
}
.cmshtml .twin_box01 > div:nth-child(2), .cmshtml .twin_box02 > div:first-child {
  width: 30%;
}
.cmshtml .twin_box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml .twin_box01 .imgbox img {
  border-radius: 40px 0 0 0;
}
.cmshtml .twin_box02 .imgbox img {
  border-radius: 0 40px 0 0;
}
.cmshtml .twin_box .textbox {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.cmshtml .twin_box .twin_tit {
  border-bottom: 1px solid #f8a3c0;
  color: #f8a3c0;
  font-size: 24px;
  margin-bottom: 20px;
}
.cmshtml .twin_box .link_btn, .cmshtml .twin_box .link_btn01, .cmshtml .twin_box .link_btn02 {
  margin-top: auto;
  margin-bottom: 0;
}
.cmshtml .twin_box02 .link_btn, .cmshtml .twin_box02 .link_btn01, .cmshtml .twin_box02 .link_btn02 {
  text-align: right;
}
.cmshtml .twin_box .link_btn01 a {
  padding: 5px 20px;
  padding-right: 50px;
} /*---------------
profile
---------------*/
.cmshtml .profile {
  border-radius: 20px;
  background-color: #fff;
  background-image: radial-gradient(#ddd 30%, transparent 30%);
  background-size: 10px 10px;
  max-width: 1300px;
  padding: 20px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .pro_img {
  position: relative;
}
.cmshtml .pro_card {
  padding: 20px;
}
.cmshtml .pro_txt {
  font-weight: 500;
}
.cmshtml .pro_txt01 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #f8a3c0;
  font-weight: 600;
}
.cmshtml .pro_txt02 {
  font-weight: 500;
}
.cmshtml .profile_inwrap01 {
  background: #fff;
  margin: 0 auto;
  box-shadow: #ccc 0 0 5px;
}
.cmshtml .profile_inwrap01 > div:first-child {
  width: 40%;
}
.cmshtml .profile_inwrap01 > div:nth-child(2) {
  width: 60%;
}
.cmshtml .profile_inwrap02 {
  border: 1px solid #CEE1FF;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  align-items: flex-start;
}
.cmshtml .profile_inwrap02 > div:first-child {
  width: 70%;
}
.cmshtml .profile_inwrap02 > div:nth-child(2) {
  width: 30%;
  padding-left: 10px;
  padding-bottom: 10px;
}
.cmshtml .in_protxt {
  padding-right: 10px;
  line-height: 2;
  font-size: 14px;
}
.cmshtml .in_proimg {
  position: relative;
}
.cmshtml .in_proimg:before {
  background: #d7e7ff;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/*---------------
img mask
---------------*/
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
/*---------------
zoom-img
---------------*/
.cmshtml .zoom-img {
  background: #000;
  overflow: hidden;
  padding: 0 !important;
}
.cmshtml .zoom-img img {
  opacity: 0.6;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  max-width: none;
}
.cmshtml .zoom-img:hover img {
  transform: scale(1.1);
  opacity: 1;
}
/*---------------
time_table
---------------*/
.cmshtml .time_table {
  position: relative;
  margin-bottom: 60px;
  max-width: 1310px;
}
.cmshtml .tablebox {
  position: relative;
  margin-bottom: 30px;
}
.cmshtml .tablebox > div:first-child {
  width: 100px;
}
.cmshtml .tablebox > div:nth-child(2) {
  width: calc(100% - 100px);
}
.cmshtml .time_box {
  color: #543629;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.cmshtml .time_box:after {
  background: #E2BEF0;
  border-radius: 10px;
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 65px);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .detail_area {
  padding-top: 85px;
  display: flex;
  align-items: center;
  position: relative;
padding-left: 2%;
}
.cmshtml .detail_area > div:first-child:has(.tb_img) {
  width: 35%;
}
.cmshtml .detail_area > div:nth-child(2) {
  width: 65%;
}
.cmshtml .tb_img {
  padding: 0 5% 0 3%;
}
.cmshtml .tb_img img {
  border-radius: 10px;
}
.cmshtml .tb_textbox {
  background: #F5F5F5;
  border-radius: 14px;
  padding: 26px 4%;
  position: relative;
}
.cmshtml .tb_txt {
  color: #543629;
  font-size: 22px;
  font-weight: 500;
}
/*---------------
preset
---------------*/
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .catalogdetail_tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.cmshtml .catalogdetail_tags > div {
  margin: 0 5px 5px 0 !important;
  display: block;
  padding: 2px 5px !important;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .module {
  max-width: 1180px;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_1000 {
  max-width: 1000px;
}
.cmshtml .maxWidth_900 {
  max-width: 900px;
}
.cmshtml .maxWidth_800 {
  max-width: 800px;
}
.cmshtml .maxWidth_700 {
  max-width: 700px;
}
.cmshtml .maxWidth_600 {
  max-width: 600px;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}