@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
}
.cmsbody, .cmshtml div, .cmshtml p, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .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;
  margin: 0;
  box-sizing: border-box;

}
.cmsbody, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-weight: 500;
}
.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: #F86921;
  text-decoration: underline;
}
.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: #fff;
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border: 1px solid #F86921;
  color: #F86921;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 6px 85px;
  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: #F86921;
  color: #fff;
}
.cmshtml .link_btn02 {
  color: #F86921;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 {
  font-size: 14px;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #F86921 1px solid;
  display: inline-block;
  color: #F86921;
  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: #F86921;
  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;
}
.cmshtml .link_btn_arrow {
  font-size: 14px;
  font-weight: 600;
}
.cmshtml .link_btn_arrow a {
  background: #fff;
  color: #F86921;
  display: inline-block;
  border: 1px solid #F86921;
  padding: 8px 20px 6px 45px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn_arrow a:before {
  background: #F86921;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  margin: auto;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 3px;
  z-index: 10;
  transition: all 0.3s;
}
.cmshtml .link_btn_arrow a:hover {
  background: #F86921;
  color: #fff;
}
.cmshtml .link_btn_arrow a:hover:before {
  background: #fff;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 35px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 4% 10px 1.3%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.6s;
}
.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;
}
.cmshtml #header + * {
  margin-top: 101px;
}
@media screen and (max-width: 1000px) {
  .cmshtml #header + * {
    margin-top: 79px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #header + * {
    margin-top: 59px;
  }
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.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 .h_li, .cmshtml .menu_tit {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #000;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #F86921;
}
.cmshtml .clr_btn {
  font-weight: 600;
  position: relative;
}
.cmshtml .clr_btn a {
  background: #F86921;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 20px;
  transition: all 0.3s;
}
.cmshtml .clr_btn a:hover {
  color: #fff;
  background: #FF8D54;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .li_txt {
  padding-left: 15px;
  position: relative;
}
.cmshtml .li_txt:before {
  background: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 2px;
  z-index: 10;
  transition: all 0.3s;
}
@media screen and (min-width: 1001px) {
  .cmshtml .drop-menu:hover .li_txt, .cmshtml .drop-menu:hover .li_txt a {
    color: #F86921;
  }
  .cmshtml .drop-menu:hover .li_txt:before {
    background: #F86921;
    transform: rotate(90deg);
  }
  .cmshtml .drop_li a:before {
    background: #F86921;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    display: block;
    width: 8px;
    height: 11px;
    margin: auto;
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 3px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
  }
  .cmshtml .drop_li a:hover:before {
    opacity: 1;
  }
}
.cmshtml .nav_drop {
  background: #F5F5F5;
  display: none;
  width: 100%;
  min-width: 170px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #000;
  display: block;
  padding: 15px 10px;
  padding-left: 30px;
  position: relative;
}
/*-----------------
drop_ub
-----------------*/
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_txt {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  transition: all 0.3s;
  position: relative;
  display: block;
  padding: 10px 0;
  padding-left: 30px;
}
.cmshtml .ub_txt a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_txt a:hover {
  color: #F86921;
}
.cmshtml .ub_txt:after {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
}
.cmshtml .ub_list {
  display: none;
}
.cmshtml .ub_li {
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s;
}
.cmshtml .ub_li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
@media screen and (min-width: 1001px) {
  .cmshtml .ub_txt:before {
    background: #F86921;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    display: block;
    width: 8px;
    height: 11px;
    margin: auto;
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 3px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
  }
  .cmshtml .drop_ub:hover .ub_txt:before {
    opacity: 1;
  }
  .cmshtml .ub_list {
    background: #F5F5F5;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    z-index: 10;
  }
  .cmshtml #navigation > *:last-child .ub_list, .cmshtml #navigation > *:nth-last-child(2) .ub_list {
    left: 10%;
    top: 100%;
  }
  .cmshtml .ub_li:hover {
    background: #F86921;
  }
  .cmshtml .ub_li a:hover {
    background: #F86921;
    color: #fff;
  }
  .cmshtml .drop_ub:hover .ub_txt:after {
    background: #F86921;
  }
}
/*------------------------------------------------------
mega menu
------------------------------------------------------*/
.cmshtml .menu_tit {
  cursor: pointer;
  position: relative;
}
.cmshtml .toppage_h.fixed .menu_tit {
  color: #333;
}
.cmshtml .mega_inwrap {
  background: #e6e6e6;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
}
.cmshtml .mega_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 20px auto 20px;
  padding: 20px;
}
.cmshtml .megamenu_list {
  width: 30%;
  margin: 0 1.5% 25px;
}
.cmshtml .megamenu_li.li_parent {
  border-bottom: 1px solid #313131;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.cmshtml .megamenu_li.li_children {
  position: relative;
  padding-bottom: 5px;
}
.cmshtml .megamenu_li.li_child, .cmshtml .megamenu_li .li_chi, .cmshtml .li_g_child {
  font-size: 15px;
  display: block;
  position: relative;
  padding: 5px 0;
  padding-left: 15px;
}
.cmshtml .li_g_child {
  padding: 0;
  padding-left: 15px;
}
.cmshtml .megamenu_li .li_chi:before, .cmshtml .megamenu_li.li_child:before {
  background: #333;
  content: '';
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  align-items: center;
  width: 5px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 5px;
}
.cmshtml .li_g_child:before {
  background: #333;
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .megamenu_li.li_children, .cmshtml .megamenu_li.li_child {
  border-bottom: 1px dotted #363636;
}
.cmshtml .megamenu_li.li_children a, .cmshtml .megamenu_li.li_child a {
  color: #313131;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}
.cmshtml .megamenu_li.li_children a:hover, .cmshtml .megamenu_li.li_child a:hover {
  color: #F86921;
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #666;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  color: #fff;
}
.cmshtml .selectlang_inner {
  display: none;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #666;
}
.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: #F86921;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #F86921;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover {
    background: #F86921;
  }
  .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;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  padding: 0 3.6% 30px 78px;
  position: relative;
}
.cmshtml .mv_wrap:after {
  background: url("../img/mv_filter.png") no-repeat left bottom;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 29.6%;
  height: 75%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml #mainvisual {
  position: relative;
  width: 100%;
  height: 100%;
}
.cmshtml #slide_wrap {
  overflow: hidden;
  height: 840px;
}
.cmshtml #slide_wrap .slick-slide img {
  transform-origin: center center;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .add-animation {
  animation: zoomUp 6s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}
.cmshtml .catchcopy {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catchcopy.mv_view {
  opacity: 1;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-weight: 600;
  text-align: center;
}
.cmshtml .catch_txt01 {
  font-size: 43px;
}
.cmshtml .catch_txt02 {
  font-size: 24px;
}
.cmshtml .mv_sc {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 78px;
  height: 100%;
  padding-bottom: 183px;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
  overflow: hidden;
}
.cmshtml .mv_sc:after {
  animation: down_bar 4s infinite;
  background-color: #333;
  content: "";
  display: block;
  width: 2px;
  height: 160px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s;
}
@keyframes down_bar {
  0% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: -10%;
    opacity: 0;
  }
}
@media screen and (max-width: 1500px) {
  .cmshtml .mv_wrap:after {
    background-position: right bottom;
    background-size: contain;
    width: 29.6%;
    height: 75%;
  }
  .cmshtml #slide_wrap {
    height: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap {
    padding: 0 3.6% 30px 50px;
  }
  .cmshtml .mv_sc {
    width: 50px;
    background-size: 15px auto;
    padding-bottom: 100px;
  }
  .cmshtml .mv_sc:after {
    height: 80px;
  }
  .cmshtml #slide_wrap {
    height: 500px;
  }
  .cmshtml .catch_txt01 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .mv_wrap {
    padding: 0 3.6% 20px;
  }
  .cmshtml .mv_sc {
    display: none;
  }
  .cmshtml #slide_wrap {
    height: 350px;
  }
  .cmshtml .catch_txt01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .cmshtml .mv_wrap {
    padding: 0 3% 10px;
  }
  .cmshtml .mv_wrap:after {
    width: 20%;
  }
  .cmshtml #slide_wrap {
    height: 250px;
  }
  .cmshtml .catch_txt01 {
    font-size: 18px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  background: url("../img/bg_about.png") no-repeat left bottom;
  background-size: 100% auto;
  padding: 40px 4% 125px;
}
.cmshtml .about_inwrap {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .about_en_tit {
  color: #F86921;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .about_tit {
  color: #1A1A1A;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .about_txt {
  color: #1A1A1A;
  margin-top: 45px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.cmshtml .about_illust {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_about {
    padding: 40px 4% 80px;
  }
  .cmshtml .about_txt {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .about_en_tit, .cmshtml .about_tit {
    font-size: 24px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_about {
    padding: 40px 4%;
  }
  .cmshtml .about_en_tit, .cmshtml .about_tit {
    font-size: 20px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
    text-align: left;
  }
  .cmshtml .about_illust {
    margin-top: 30px;
  }
}
/*------------------------------------------------------
tit_wrap_arrow
------------------------------------------------------*/
.cmshtml .tit_wrap_arrow {
  padding-right: 80px;
  max-width: 460px;
  margin-bottom: 25px;
  position: relative;
}
.cmshtml .tit_wrap_arrow:after {
  background: url("../img/tit_arrow.png") no-repeat center;
  background-size: auto;
  border: 3px solid #F86921;
  border-radius: 50%;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s;
}
.cmshtml .tit_wrap_arrow:hover:after {
  background-image: url("../img/tit_arrow02.png");
  background-color: #F86921;
}
@media screen and (max-width: 1000px) {
  .cmshtml .tit_wrap_arrow {
    padding-right: 50px;
  }
  .cmshtml .tit_wrap_arrow:after {
    background-size: 10px auto;
    border: 2px solid #F86921;
    width: 40px;
    height: 40px;
    top: 0;
    margin: auto;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .tit_wrap_arrow {
    margin-bottom: 10px;
  }
}
/*------------------------------------------------------
corporate
------------------------------------------------------*/
.cmshtml .sec_corporate {
  background: #FAFAFA;
  padding: 30px 70px 65px;
}
.cmshtml .sec_corporate:before {
  background: url("../img/vrl_txt.png") no-repeat center;
  background-size: auto;
  background-color: #575757;
  content: "";
  display: block;
  width: 70px;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .corporate_inwrap {
  max-width: 1545px;
  width: 92%;
  margin: 0 auto;
}
.cmshtml .corporate_inwrap > div:nth-child(1) {
  width: 40%;
}
.cmshtml .corporate_inwrap > div:nth-child(2) {
  width: 60%;
}
.cmshtml .corporate_imgbox {
  padding-left: 33px;
  padding-top: 31px;
  position: relative;
}
.cmshtml .corpo_num {
  background: #F86921;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  padding: 1px 12px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .indiv_num a {
  color: #fff;
}
.cmshtml .corpo_textbox {
  padding-left: 5%;
}
.cmshtml .corpo_en_tit {
  color: #FD6811;
  font-size: 26px;
  font-weight: 600;
}
.cmshtml .corpo_tit {
  color: #1A1A1A;
  font-size: 35px;
  font-weight: 600;
}
.cmshtml .corpo_txt {
  color: #1A1A1A;
  font-size: 17px;
  margin-bottom: 35px;
  padding-right: 4%;
}
.cmshtml .corpo_icons {
  position: relative;
}
.cmshtml .corpo_icons > div {
  width: 13.6%;
}
.cmshtml .corpo_icon_box {
  background: #fff;
  border: 1px solid #FD6811;
  padding: 10px;
  margin-right: 3.6%;
  position: relative;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cmshtml .corpo_icon_box:last-child {
  margin-right: 0;
}
.cmshtml .corpo_ico {
  text-align: center;
  margin-bottom: 10px;
}
.cmshtml .corpo_ico img {
  transition: all 0.3s;
}
.cmshtml .corpo_ico_name, .cmshtml .corpo_ico_name a {
  color: #FD6811;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .corpo_icon_box:hover {
  background: #FD6811;
}
.cmshtml .corpo_icon_box:hover .corpo_ico img {
  filter: brightness(0) invert(1);
}
.cmshtml .corpo_icon_box:hover .corpo_ico_name, .cmshtml .corpo_icon_box:hover .corpo_ico_name a {
  color: #fff;
}
/*------------------------------------------------------
individual
------------------------------------------------------*/
.cmshtml .sec_individual {
  padding: 70px 70px 35px;
  justify-content: center;
}
.cmshtml .sec_individual:before {
  background: url("../img/vrl_txt.png") no-repeat center;
  background-size: auto;
  background-color: #575757;
  content: "";
  display: block;
  width: 70px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .individual_inwrap {
  max-width: 1700px;
  width: 92%;
  margin: 0 auto;
}
.cmshtml .individual_inwrap > div:nth-child(1) {
  width: 59%;
}
.cmshtml .individual_inwrap > div:nth-child(2) {
  width: 41%;
}
.cmshtml .indiv_num {
  background: #F86921;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  padding: 1px 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .indiv_num a {
  color: #fff;
}
.cmshtml .indiv_textbox {
  padding-left: 1%;
  padding-right: 3%;
  position: relative;
}
.cmshtml .indiv_en_tit {
  color: #FD6811;
  font-size: 26px;
  font-weight: 600;
}
.cmshtml .indiv_tit {
  color: #1A1A1A;
  font-size: 35px;
  font-weight: 600;
}
.cmshtml .indiv_txt {
  color: #1A1A1A;
  font-size: 18px;
  margin-bottom: 35px;
  padding-right: 13%;
}
.cmshtml .indiv_icons {
  position: relative;
}
.cmshtml .indiv_icons > div {
  width: 13.6%;
}
.cmshtml .indiv_icon_box {
  background: #fff;
  border: 1px solid #FD6811;
  padding: 10px;
  margin-right: 3.6%;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .indiv_icon_box:last-child {
  margin-right: 0;
}
.cmshtml .indiv_ico {
  text-align: center;
  margin-bottom: 10px;
}
.cmshtml .indiv_ico img {
  transition: all 0.3s;
}
.cmshtml .indiv_ico_name, .cmshtml .indiv_ico_name a {
  color: #FD6811;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .indiv_icon_box:hover {
  background: #FD6811;
}
.cmshtml .indiv_icon_box:hover .indiv_ico img {
  filter: brightness(0) invert(1);
}
.cmshtml .indiv_icon_box:hover .indiv_ico_name, .cmshtml .indiv_icon_box:hover .indiv_ico_name a {
  color: #fff;
}
.cmshtml .indiv_imgbox {
  padding-right: 33px;
  padding-bottom: 31px;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .cmshtml .sec_corporate {
    padding: 30px 70px 65px 0;
  }
  .cmshtml .sec_individual {
    padding: 70px 0 35px 70px;
  }
  .cmshtml .corpo_icons > div, .cmshtml .indiv_icons > div {
    width: 15.8%;
  }
  .cmshtml .corpo_icon_box, .cmshtml .indiv_icon_box {
    margin-right: 1%;
  }
  .cmshtml .indiv_textbox {
    padding-left: 0;
  }
  .cmshtml .corpo_tit, .cmshtml .indiv_tit {
    font-size: 30px;
  }
  .cmshtml .corpo_txt, .cmshtml .indiv_txt {
    font-size: 16px;
    padding-right: 0;
  }
  .cmshtml .corpo_ico_name, .cmshtml .corpo_ico_name a, .cmshtml .indiv_ico_name, .cmshtml .indiv_ico_name a {
    font-size: 14px;
  }
  .cmshtml .corpo_num, .cmshtml .indiv_num {
    font-size: 30px;
    padding: 1px 10px;
  }
}
@media screen and (max-width: 1400px) {
  .cmshtml .sec_corporate {
    padding: 30px 40px 65px 0;
  }
  .cmshtml .sec_individual {
    padding: 70px 0 35px 40px;
  }
  .cmshtml .sec_corporate:before, .cmshtml .sec_individual:before {
    width: 40px;
  }
  .cmshtml .corpo_textbox {
    padding-left: 5%;
  }
  .cmshtml .corpo_icons > div, .cmshtml .indiv_icons > div {
    width: calc(25% - 10px);
  }
  .cmshtml .corpo_icon_box, .cmshtml .indiv_icon_box {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cmshtml .corpo_txt, .cmshtml .indiv_txt {
    font-size: 14px;
  }
  .cmshtml .corpo_ico_name, .cmshtml .corpo_ico_name a, .cmshtml .indiv_ico_name, .cmshtml .indiv_ico_name a {
    font-size: 14px;
  }
  .cmshtml .corporate_imgbox {
    padding-left: 10px;
    padding-top: 10px;
  }
  .cmshtml .indiv_imgbox {
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_corporate, .cmshtml .sec_individual {
    padding: 30px 40px;
  }
  .cmshtml .sec_corporate {
    padding-left: 0;
  }
  .cmshtml .sec_individual {
    padding-right: 0;
  }
  .cmshtml .corporate_inwrap, .cmshtml .individual_inwrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .individual_inwrap {
    flex-direction: column-reverse;
  }
  .cmshtml .corporate_inwrap > div:nth-child(1), .cmshtml .corporate_inwrap > div:nth-child(2), .cmshtml .individual_inwrap > div:nth-child(1), .cmshtml .individual_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .indiv_imgbox, .cmshtml .corporate_imgbox {
    margin-bottom: 30px;
    padding: 10px 10px 0;
  }
  .cmshtml .indiv_num {
    top: 0;
    bottom: auto;
  }
  .cmshtml .corpo_textbox, .cmshtml .indiv_textbox {
    padding: 0 20px;
  }
  .cmshtml .corpo_en_tit, .cmshtml .indiv_en_tit {
    font-size: 20px;
  }
  .cmshtml .corpo_tit, .cmshtml .indiv_tit {
    font-size: 24px;
  }
  .cmshtml .corpo_num, .cmshtml .indiv_num {
    font-size: 20px;
  }
  .cmshtml .corpo_icon_box, .cmshtml .indiv_icon_box {
    padding: 5px 5px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_corporate, .cmshtml .sec_individual {
    padding: 30px 0;
  }
  .cmshtml .sec_corporate:before, .cmshtml .sec_individual:before {
    display: none;
  }
  .cmshtml .corpo_icons > div, .cmshtml .indiv_icons > div {
    width: calc(33.33333% - 10px);
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .indiv_imgbox, .cmshtml .corporate_imgbox {
    margin-bottom: 10px;
  }
  .cmshtml .corpo_en_tit, .cmshtml .indiv_en_tit {
    font-size: 14px;
  }
  .cmshtml .corpo_tit, .cmshtml .indiv_tit {
    font-size: 20px;
  }
  .cmshtml .corpo_icons > div, .cmshtml .indiv_icons > div {
    width: calc(50% - 10px);
  }
  .cmshtml .corpo_icon_box, .cmshtml .indiv_icon_box {
    margin: 0 5px 10px;
  }
}
/*------------------------------------------------------
service
------------------------------------------------------*/
.cmshtml .sec_service {
  background: url("../img/bg_service.jpg") no-repeat top left;
  background-size: 100% auto;
  padding: 155px 0 0;
}
.cmshtml .service_copy {
  padding: 0 25px;
  transform: translateY(50%);
  width: 50%;
  position: relative;
  z-index: 10;
}
.cmshtml .service_inwrap {
  position: relative;
  z-index: 1;
}
.cmshtml .service_inwrap > div:nth-child(1) {
  width: 75%;
}
.cmshtml .service_inwrap > div:nth-child(2) {
  width: 40%;
}
.cmshtml .service_img {
  height: 655px;
  position: relative;
  z-index: 1;
}
.cmshtml .service_textbox {
  background: rgba(255, 255, 255, 0.75);
  padding: 45px 4%;
  position: absolute;
  right: 6%;
  top: 90px;
  z-index: 10;
}
.cmshtml .service_en_tit {
  color: #F86921;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.cmshtml .service_tit {
  color: #1A1A1A;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.cmshtml .service_txt {
  color: #1A1A1A;
  text-align: center;
  font-weight: 600;
}
.cmshtml .service_link {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 35px;
}
.cmshtml .service_link a {
  background: #fff;
  color: #F86921;
  display: inline-block;
  border: 1px solid #F86921;
  padding: 8px 20px 6px 45px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .service_link a:before {
  background: #F86921;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  margin: auto;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 3px;
  z-index: 10;
  transition: all 0.3s;
}
.cmshtml .service_link a:hover {
  background: #F86921;
  color: #fff;
}
.cmshtml .service_link a:hover:before {
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .cmshtml .sec_service {
    padding: 80px 0 0;
  }
  .cmshtml .service_inwrap > div:nth-child(2) {
    width: 70%;
  }
  .cmshtml .service_img {
    height: 500px;
  }
  .cmshtml .service_textbox {
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.9);
    right: 4%;
    top: 50px;
  }
  .cmshtml .service_en_tit {
    font-size: 22px;
  }
  .cmshtml .service_tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cmshtml .service_txt {
    font-size: 14px;
  }
  .cmshtml .service_link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_service {
    padding: 40px 0 0;
  }
  .cmshtml .service_inwrap {
    display: flex;
  }
  .cmshtml .service_inwrap > div:nth-child(1) {
    width: 40%;
  }
  .cmshtml .service_inwrap > div:nth-child(2) {
    width: 60%;
  }
  .cmshtml .service_img {
    height: auto;
  }
  .cmshtml .service_textbox {
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    right: auto;
    top: auto;
    margin: auto;
    position: relative;
  }
  .cmshtml .service_en_tit {
    margin: 0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_service {
    padding: 0px 0 0;
  }
  .cmshtml .service_inwrap {
    display: block;
  }
  .cmshtml .service_inwrap > div:nth-child(1), .cmshtml .service_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .service_copy {
    width: 100%;
    max-width: 500px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1300px;
  width: 92%;
  margin: 125px auto 160px;
}
.cmshtml .sec_info > div:first-child {
  width: 384px;
}
.cmshtml .sec_info > div:nth-child(2) {
  width: calc(100% - 384px);
}
.cmshtml .info_inwrap {
  background-color: #F86A20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 85px 20px 50px;
}
.cmshtml .info_tit {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 50px;
}
.cmshtml .info_link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .info_link a {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 50px 8px 75px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .info_link a:hover {
  background: #fff;
  color: #F86921;
}
.cmshtml .info_link a:before {
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 11px;
  height: 17px;
  margin: auto;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s;
}
.cmshtml .info_link a:hover:before {
  background: #F86921;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding: 20px 0;
  padding-left: 50px;
  padding-right: 15px;
}
.cmshtml .news_div {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  padding: 10px 20px;
  position: relative;
}
.cmshtml .news_div + .news_div {
  margin-top: 20px;
}
.cmshtml .info_date {
  color: #F86921;
  font-size: 14px;
}
.cmshtml .info_txt {
  color: #212121;
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    margin: 100px auto;
  }
  .cmshtml .sec_info > div:first-child {
    width: 300px;
  }
  .cmshtml .sec_info > div:nth-child(2) {
    width: calc(100% - 300px);
  }
  .cmshtml .scnews {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_info {
    display: block;
    margin: 60px auto;
    width: 100%;
  }
  .cmshtml .sec_info > div:first-child, .cmshtml .sec_info > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .info_inwrap {
    padding: 40px 20px 20px;
  }
  .cmshtml .info_tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
/*------------------------------------------------------
sec_bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  position: relative;
}
.cmshtml .sec_bnr > div {
  width: 33.33333%;
}
.cmshtml .bnr_box {
  overflow: hidden;
  position: relative;
}
.cmshtml .bnr_img {
  position: absolute;
  z-index: 0;
}
.cmshtml .bnr_img img {
  transition: all 0.3s;
}
.cmshtml .bnr_box:has(a):hover .bnr_img img {
  opacity: 0.6;
  transform: scale(1.1);
}
.cmshtml .bnr_textbox {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 65px 10% 75px;
  height: 100%;
  position: relative;
  z-index: 10;
}
.cmshtml .bnr_box:has(a):hover .bnr_textbox {
  background: rgba(0, 0, 0, 0.4);
}
.cmshtml .bnr_textbox a {
  color: #fff;
}
.cmshtml .bnr_ico {
  max-width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
}
.cmshtml .bnr_tit {
  font-size: 38px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.cmshtml .bnr_txt {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.cmshtml .bnr_link {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: auto;
  position: relative;
}
.cmshtml .bnr_link a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border: #F0F0F0 1px solid;
  padding: 5px 59px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .bnr_link a:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cmshtml .bnr_box:hover .bnr_link a {
  background-color: #F86A20;
}
@media screen and (max-width: 1400px) {
  .cmshtml .bnr_textbox {
    padding: 40px 5%;
  }
  .cmshtml .bnr_ico {
    margin-bottom: 10px;
  }
  .cmshtml .bnr_tit {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_bnr > div {
    width: 100%;
  }
  .cmshtml .bnr_box {
    border-top: 1px solid #fff;
  }
  .cmshtml .bnr_txt {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .bnr_tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cmshtml .bnr_txt {
    margin-bottom: 30px;
  }
  .cmshtml .bnr_link {
    font-size: 14px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #E4E4E4;
  padding: 20px 4% 40px;
}
.cmshtml .f_about {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .f_logo {
  padding: 0 3% 15px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .flink_wrap {
  border-top: 1px solid #707070;
  padding: 18px 25px 0;
  margin-bottom: 45px;
}
.cmshtml .flink:not(:last-child) {
  margin-right: 13%;
}
.cmshtml .f_li {
  position: relative;
}
.cmshtml .f_li a {
  color: #000;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .f_li a:hover {
  color: #F86921;
}
.cmshtml .f_p_li {
  font-weight: 600;
  margin-bottom: 10px;
}
.cmshtml .f_c_li {
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 10px;
}
.cmshtml .f_c_li:before {
  background: #F86921;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 2px;
  z-index: 10;
  transition: all 0.3s;
  opacity: 0;
}
.cmshtml .f_c_li:has(a:hover):before {
  opacity: 1;
}
.cmshtml .f_ub_li {
  font-size: 12px;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 10px;
}
.cmshtml .f_ub_li a {
  padding-left: 13px;
}
.cmshtml .f_ub_li a:before {
  background: #000;
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s;
}
.cmshtml .f_ub_li a:hover:before {
  background: #F86921;
}
.cmshtml #copy {
  text-align: center;
}
.cmshtml .copyright {
  color: #F86921;
  font-size: 12px;
  font-weight: 600;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #F86921;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .cmshtml .flink:not(:last-child) {
    margin-right: 5%;
  }
  .cmshtml .f_li {
    font-size: 14px;
  }
  .cmshtml .f_ub_li {
    font-size: 12px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .f_logo {
    max-width: 300px;
    margin: 0 auto;
  }
  .cmshtml .flink_wrap {
    padding: 0;
    margin-bottom: 30px;
    display: block;
  }
  .cmshtml .flink, .cmshtml .flink:not(:last-child) {
    margin: 0;
  }
  .cmshtml .flink {
    padding: 20px 10px 10px;
    border-bottom: 1px solid #707070;
  }
  .cmshtml .f_li {
    font-size: 13px;
  }
  .cmshtml .f_p_li {
    font-weight: 500;
  }
  .cmshtml .f_c_li {
    padding-left: 10px;
  }
  .cmshtml .f_c_li:before {
    left: 0;
    width: 5px;
    height: 8px;
    bottom: 5px;
  }
  .cmshtml .f_ub_li {
    font-size: 12px;
    padding-left: 10px;
  }
  .cmshtml .copyright {
    font-size: 10px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #000;
  border-bottom: 1px solid #ededed;
  padding: 80px 2% 70px;
  position: relative;
  text-align: center;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #333;
  background-image: radial-gradient(circle, #000000 2px, transparent 2px);
  background-position: 0 0;
  background-size: 10px 10px;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.7;
}
.cmshtml #title_wrap .inwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title {
  font-weight: 500;
  position: relative;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title01 {
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.cmshtml .page_title01:before {
  background-color: #F86921;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .page_title02 {
  font-size: 22px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 20px 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;
}
/*---------------
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: #f4f5f7;
  -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: 30px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #333;
}
.cmshtml .p_link {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #F86921;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 10;
  transition: all 0.3s;
}
/*---------------
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 {
  border-bottom: 3px solid #F86921;
  color: #F86921;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding: 0 0 5px;
}
.cmshtml .rdplanetitle h3 {
  border-bottom: 1px solid #ededed;
  color: #575757;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding-bottom: 10px;
  position: relative;
}
.cmshtml .rdplanetitle h3:after {
  background-color: #575757;
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cmshtml .rdplanetitle h4 {
  color: #575757;
  font-size: 24px !important;
  font-weight: 600 !important;
  text-align: center;
  padding-top: 20px;
}
.cmshtml .rdplanetitle h4:before {
  background-color: #575757;
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cmshtml .rdplanetitle h5 {
  border-left: 4px solid #575757;
  border-bottom: 1px solid #ccc;
  color: #575757;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding: 7px 10px;
  padding-left: 12px;
}
.cmshtml .rdplanetitle h6 {
  background: #F86921;
  color: #fff;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding: 8px 20px;
}
.cmshtml .rdplanetitle h6 a {
  color: #fff;
}
/*---------------
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: #F86921;
  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: #F86921;
  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 {
  background: #FAFAFA;
  border-left: 20px solid #F86921;
  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 {
  background: #fff;
  border-radius: 0;
  border: 1px solid #F86921;
  display: inline-block;
  color: #F86921;
  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: #F86921;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #F86921;
  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: #F86921;
  font-size: 24px;
  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: #F86921;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #575757;
  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: 2px solid #F86921 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1.5px solid #b9b9b9 !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 .txt_div {
  background: #FAFAFA;
  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 {
  background: #fff;
  border: 1px solid #F86921;
  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 #F86921;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #F86921;
  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 #F86921;
  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 #F86921;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
/*---------------
floor
---------------*/
.cmshtml .floor {
  margin: 60px auto 120px;
  position: relative;
  z-index: 1;
}
.cmshtml .floor_tab {
  justify-content: center;
}
.cmshtml .floor_tab > div {
  background: #F86921;
  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: #F86921;
}
.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 #F86921;
}
.cmshtml .acco_tit {
  color: #F86921;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #F86921;
}
/*---------------
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 #F86921;
  color: #F86921;
  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;
}
/*---------------
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 .img_blackMask .mask_txt, .cmshtml .img_blackMask .mask_txt p, .cmshtml .img_blackMask .mask_txt a {
  color: #FFF;
}
.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;
}
/*---------------
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 .real_voices {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .cmshtml .real_voices {
    flex-direction: column;
  }
  .cmshtml .real_voices_re {
    display: flex;
    flex-direction: column-reverse;
  }
}
/*------------------------------------------------------*/
.cmshtml .real_voices > div:has(.imgbox), .cmshtml .real_voices .imgbox {
  width: 45%;
}
.cmshtml .real_voices > div:has(.textbox), .cmshtml .real_voices .textbox {
  max-width: 560px;
  width: 55%;
}
.cmshtml .real_voices .textbox {
  padding: 25px 20px;
  margin: 0 auto;
}
.cmshtml .contests_maintitle {
  font-size: 24px;
  font-style: italic;
  letter-spacing: .1em;
  color: #F86921;
  position: relative;
  padding: 0 0 35px 45px !important;
}
.cmshtml .contests_maintitle::before {
  content: "";
  background-color: #F86921;
  width: 37px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 17px;
}
.cmshtml .contests_subtitle {
  border-left: 2px solid #F86921;
  position: relative;
  font-size: 18px;
  letter-spacing: .1em;
  padding: 0 !important;
  padding-left: 18px !important;
  margin-top: 27px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .contests_maintitle {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 576px) {
  .cmshtml .real_voices_re {
    display: flex;
    flex-direction: column-reverse;
  }
  .cmshtml .real_voices .textbox {
    padding: 15px 10px 25px;
  }
  .cmshtml .contests_maintitle {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 0 25px !important;
  }
  .cmshtml .contests_maintitle::before {
    width: 18px;
    height: 1px;
    top: 13px;
  }
  .cmshtml .contests_subtitle {
    font-size: 16px;
    padding-left: 10px !important;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .cmshtml .real_voices > div:has(.imgbox), .cmshtml .real_voices .imgbox, .cmshtml .real_voices > div:has(.textbox), .cmshtml .real_voices .textbox {
    width: 96%;
  }
}
/*------------------------------------------------------*/
.cmshtml .profile {
  flex-flow: nowrap;
  justify-content: flex-end;
  padding-left: 13%;
  position: relative;
  margin-bottom: 60px;
}
.cmshtml .profile > div:nth-child(1) {
  width: 90px;
}
.cmshtml .profile > div:nth-child(2) {
  width: calc(100% - 90px);
}
.cmshtml .p_tit {
  font-size: 50px;
  font-weight: 500;
  color: #F86921;
  text-orientation: mixed;
  letter-spacing: .1em;
}
.cmshtml .about_area {
  margin-top: 3vw;
  max-width: 1560px;
  height: 800px;
  max-height: 80vw;
  padding-left: 10px;
  position: relative;
}
.cmshtml .pro_img {
  background: #F86921;
  position: relative;
  z-index: 1;
}
.cmshtml .pro_img img {
  opacity: 0.8;
}
.cmshtml .pro_message {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: -2%;
  top: 0;
  z-index: 10;
}
.cmshtml .pro_message_txt, .cmshtml .pro_message_txt a {
  color: #fff;
}
.cmshtml .pro_message_txt {
  font-size: 2.5vw;
  font-weight: 600;
  background-color: #F86921;
  padding: 5px 30px;
  margin: 15px 0;
}
.cmshtml .pro_plate {
  background: #fff;
  padding: 20px 80px 20px 35px;
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: 10;
}
.cmshtml .pro_p_af {
  font-weight: 500;
}
.cmshtml .pro_p_name {
  font-size: 38px;
  font-weight: 500;
}
.cmshtml .pro_p_ca {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .cmshtml .profile {
    padding: 0 4%;
  }
  .cmshtml .profile > div:nth-child(1) {
    width: 70px;
  }
  .cmshtml .profile > div:nth-child(2) {
    width: calc(100% - 70px);
  }
  .cmshtml .p_tit {
    font-size: 40px;
  }
  .cmshtml .about_area {
    height: 550px;
  }
  .cmshtml .pro_message_txt {
    margin: 10px 0;
  }
  .cmshtml .pro_p_name {
    font-size: 24px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .profile {
    padding: 0;
  }
  .cmshtml .profile > div:nth-child(1) {
    width: 40px;
  }
  .cmshtml .profile > div:nth-child(2) {
    width: calc(100% - 40px);
  }
  .cmshtml .p_tit {
    font-size: 24px;
  }
  .cmshtml .about_area {
    height: 350px;
    max-height: none;
  }
  .cmshtml .pro_message_txt {
    margin: 0;
    font-size: 18px;
    padding: 4px 20px;
  }
  .cmshtml .pro_plate {
    width: 80%;
    padding: 10px 20px 5px 20px;
    left: auto;
    right: 0;
  }
  .cmshtml .pro_p_af {
    font-size: 10px;
  }
  .cmshtml .pro_p_name {
    font-size: 16px;
  }
  .cmshtml .pro_p_ca {
    font-size: 10px;
  }
}
/*------------------------------------------------------*/
.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;
}




.cmshtml .color_area {
  background: #F5F9FF;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  border-radius: 70px 0 70px 0;
  padding: 100px 4%;
  max-width: none;
  width: 96%;
}
.cmshtml .color_area > * {
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .max_module_area + .module_area,
.cmshtml .module_area + .max_module_area {
  margin-top: 20px;
}
.cmshtml .module_area {
  position: relative;
}
.cmshtml .max_module_area {
  position: relative;
}
@media screen and (max-width: 1000px) {
    .cmshtml .color_area {
        border-radius: 30px 0 30px 0;
        padding: 40px 4%;
    }
}
@media screen and (max-width: 680px) {
    .cmshtml .color_area {
        border-radius: 20px 0 20px 0;
    }
}