@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: #222;
}*/
.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: "Outfit", "Noto Sans JP", sans-serif;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .outfit, .cmshtml .outfit * {
  font-family: "Outfit", sans-serif;
}
.cmshtml .yu_gothic, .cmshtml .yu_gothic * {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
}
.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: #E60012;
  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: 16px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border: 1px solid #E60012;
  border-radius: 30px;
  color: #E60012;
  text-decoration: none;
  display: inline-block;
  padding: 15px 150px 15px 40px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  border-bottom: 1px solid #E60012;
  border-right: 2px solid #E60012;
  content: "";
  display: block;
  width: 45px;
  height: 7px;
  margin: auto;
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  z-index: 0;
  transform: skewX(45deg);
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #E60012;
  color: #fff;
}
.cmshtml .link_btn a:hover:after {
  border-color: #fff;
}
.cmshtml .link_btn02 {
  color: #222;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  border-radius: 30px;
  background: #fff;
  border: #E60012 1px solid;
  display: inline-block;
  color: #E60012;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  padding-right: 60px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a:hover {
  background: #E60012;
  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 {
  border: 1px solid #F4C8CB;
  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: 16px;
  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: 1000px) {
  .cmshtml .link_btn a {
    padding: 10px 100px 10px 30px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 8px 60px 8px 20px;
  }
  .cmshtml .link_btn a:after {
    width: 25px;
    height: 5px;
    right: 17px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  border-top: 3px solid #E60012;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 5% 25px 6%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
transition: all 0.3s ease;
}
.cmshtml #header + * {
  margin-top: 147px;
}



@media (min-width: 1001px) {
.cmshtml #header.fixed {
    padding: 0px 5% 0px 6%;
}
.cmshtml .fixed .main_logo {
      display: none;
}

.cmshtml .fixed .nav_drop {
    top: 100%;
}
}

@media screen and (max-width: 1600px) {
  .cmshtml #header + * {
    margin-top: 144px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml #header + * {
    margin-top: 130px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #header + * {
    margin-top: 68px;
  }
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .head_logos {
  align-items: flex-end;
  position: relative;
}
.cmshtml .head_logos .side_logo {
  margin-left: 60px;
}
.cmshtml .head_logos a {
  display: inline-block;
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
@media (min-width: 1001px) {
  .cmshtml #header .drawer-nav {
    position: inherit;
  }
  .cmshtml #navigation {
    transition-timing-function: unset !important;
    transition-duration: unset !important;
    transform: none !important;
  }
}
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .cmshtml #navigation > *:not(:last-child) {
    margin-right: 50px;
  }
}
.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 {
  font-size: 20px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #222;
  display: inline-block;
  padding: 30px 0;
  position: relative;
}
.cmshtml .li_txt a:hover, .cmshtml .h_li a:hover {
  color: #E60012;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .li_txt {
  position: relative;
}
.cmshtml .li_txt:after {
  background: #E60012;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  width: 13px;
  height: 7px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.cmshtml .nav_drop {
  background: #F4F4F4;
  display: none;
  width: 100%;
  position: absolute;
  top: calc(100% - 25px);
  left: 0;
  z-index: 10;
}
.cmshtml .drop_inwrap {
  display: flex;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
}
.cmshtml .drop_title {
  font-size: 20px;
  font-weight: 600;
  color: #E60012;
  text-align: right;
  width: 330px;
  padding-right: 60px;
}
.cmshtml .drop_title a {
  color: #E60012;
  text-decoration: none;
}
.cmshtml .drop_title a:hover {
  text-decoration: underline;
}
.cmshtml .drop_area {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% - 330px);
}
.cmshtml .drop_area > * {
  width: calc(33.3333% - 30px);
  margin: 0 30px 5px 0;
}
.cmshtml .drop_li {
  border-bottom: 1px solid #B4B4B4;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #222;
  display: block;
  padding: 10px 40px 10px 10px;
  position: relative;
}
.cmshtml .drop_li a:after {
  border-right: 1px solid #E60012;
  border-bottom: 1px solid #E60012;
  content: "";
  display: block;
  width: 20px;
  height: 7px;
  margin: auto;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: skewX(45deg);
}
.cmshtml .drop_li a:hover {
  background: #E60012;
  color: #fff;
}
.cmshtml .drop_li a:hover:after {
  border-color: #fff;
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #222;
  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: #E60012;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #E60012;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang_btn:hover {
    background: #E60012;
  }
  .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;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .selectlang_inner a {
    padding: 5px 15px;
    font-size: 12px;
  }
} /*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  margin-bottom: 110px;
  position: relative;
}
.cmshtml #mainvisual {
  max-width: 1640px;
  width: 96%;
  height: 883px;
  padding: 45px 25px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.cmshtml #slide_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.cmshtml #slide_wrap:before {
  background: #E60012;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: rotate(-3deg);
}
.cmshtml #slide_wrap div {
  background: #fff;
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 45px;
  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;
  font-size: 42px;
  text-shadow: rgba(34, 34, 34, 0.5) 3px 3px 8px;
}
@media screen and (max-width: 1200px) {
  .cmshtml .mv_wrap {
    margin-bottom: 60px;
  }
  .cmshtml #mainvisual {
    height: 600px;
  }
  .cmshtml .catch_txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .mv_wrap {
    margin-bottom: 30px;
  }
  .cmshtml #mainvisual {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .cmshtml #slide_wrap {
    width: 100%;
    height: auto;
  }
  .cmshtml #slide_wrap div {
    width: auto;
    height: auto;
  }
  .cmshtml #slide_wrap .bg_image img {
    width: 100%;
    height: auto;
  }
  .cmshtml .catchcopy {
    padding: 30px;
  }
  .cmshtml .catch_txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .catch_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .catch_txt {
    font-size: 18px;
  }
}
/*------------------------------------------------------
our
------------------------------------------------------*/
.cmshtml .sec_our {
  margin: 0 auto 150px;
  padding: 0 4%;
}
.cmshtml .sec_our:before, .cmshtml .sec_our:after {
  content: "";
  display: block;
  width: 81%;
  height: 73%;
  position: absolute;
  z-index: 0;
  opacity: 0.6;
}
.cmshtml .sec_our:before {
  background: linear-gradient(to right, #FACCCF, #D6D6D6);
  left: 0;
  bottom: 60px;
}
.cmshtml .sec_our:after {
  background: linear-gradient(to left, #FACCCF, #D6D6D6);
  right: 0;
  top: 60px;
}
.cmshtml .our_copy {
  color: #fff;
  font-size: 140px;
  font-size: 7.3vw;
  font-size: min(7.3vw, 140px);
  font-weight: 100;
  line-height: 1;
  position: absolute;
  right: -5px;
  top: 35px;
  z-index: 1;
}
.cmshtml .our_inwrap {
  align-items: center;
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.cmshtml .our_inwrap > div {
  width: 20%;
}
.cmshtml .our_inwrap > div:nth-child(2) {
  width: 60%;
}
.cmshtml .our_l_img {
  padding-left: 30px;
  padding-top: 30px;
  margin-bottom: auto;
}
.cmshtml .our_textbox {
  padding: 210px 3%;
}
.cmshtml .our_tit {
  color: #E60012;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
}
.cmshtml .our_txt {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
.cmshtml .our_link {
  text-align: center;
}
.cmshtml .our_r_img {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-right: 30px;
}
.cmshtml .our_l_img:before, .cmshtml .our_r_img:before {
  background: #E60012;
  content: "";
  display: block;
  width: 64%;
  height: 64%;
  position: absolute;
  z-index: -1;
}
.cmshtml .our_l_img:before {
  left: 0;
  top: 0;
}
.cmshtml .our_r_img:before {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_our:before {
    bottom: 30px;
  }
  .cmshtml .sec_our:after {
    top: 30px;
  }
  .cmshtml .our_copy {
    top: 20px;
    right: 0;
  }
  .cmshtml .our_l_img {
    padding-left: 20px;
    padding-top: 20px;
  }
  .cmshtml .our_textbox {
    padding: 130px 3%;
  }
  .cmshtml .our_tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .cmshtml .our_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .cmshtml .our_r_img {
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_our {
    margin: 0 auto 100px;
    padding: 0 2%;
  }
  .cmshtml .sec_our:before {
    bottom: 0px;
  }
  .cmshtml .sec_our:after {
    top: 0px;
  }
  .cmshtml .our_l_img {
    padding-left: 10px;
    padding-top: 10px;
  }
  .cmshtml .our_textbox {
    padding: 50px 3%;
  }
  .cmshtml .our_tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cmshtml .our_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cmshtml .our_r_img {
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_our {
    margin: 0 auto 60px;
    padding: 0 2% 30px;
  }
  .cmshtml .our_copy, .cmshtml .our_l_img {
    display: none;
  }
  .cmshtml .sec_our:before, .cmshtml .sec_our:after {
    width: 96%;
    height: 90%;
  }
  .cmshtml .our_inwrap {
    display: block;
  }
  .cmshtml .our_inwrap > div {
    width: 100%;
  }
  .cmshtml .our_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .our_textbox {
    padding: 30px 6%;
    margin: 0 auto;
  }
  .cmshtml .our_tit {
    font-size: 15px;
  }
  .cmshtml .our_l_img, .cmshtml .our_r_img {
    max-width: 150px;
  }
  .cmshtml .our_r_img {
    margin-left: auto;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .our_tit {
    font-size: 16px;
  }
}
/*------------------------------------------------------
business
------------------------------------------------------*/
.cmshtml .sec_business {
  margin-bottom: 150px;
}
.cmshtml .bg_busi {
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cmshtml .busi_tit_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 70px;
  position: relative;
  z-index: 5;
}
.cmshtml .busi_tit.sub_tit {
  margin-left: 60px;
}
.cmshtml .busi_tit.sub_tit:before {
  background: #222;
}
.cmshtml .busi_inwrap {
  background: #F4F4F4;
  max-width: 1500px;
  width: 92%;
  margin: 0 auto;
  padding: 100px 5%;
  position: relative;
  z-index: 5;
}
.cmshtml .busi_inwrap > div {
  width: calc(33.33333% - 6px);
  margin: 0 3px;
}
.cmshtml .busi_box {
  position: relative;
}
.cmshtml .busi_img {
  height: 285px;
}
.cmshtml .busi_textbox {
  background: #fff;
  border: 1px solid #D6D6D6;
  padding: 30px 7%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cmshtml .busi_name_en {
  color: #E60012;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.cmshtml .busi_name_ja {
  color: #E60012;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.cmshtml .busi_txt {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 45px;
}
.cmshtml .busi_textbox .busi_link {
  text-align: center;
  margin-top: auto;
}
.cmshtml .busi_link a {
  display: inline-block;
  color: #E60012;
  text-decoration: none;
  padding: 7px 0;
  padding-right: 120px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .busi_link a:hover {
  text-decoration: underline;
}
.cmshtml .busi_link a:before, .cmshtml .busi_link a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
}
.cmshtml .busi_link a:before {
  border-radius: 50%;
  border: 1px solid #E60012;
  width: 40px;
  height: 40px;
  right: 0;
  z-index: 1;
}
.cmshtml .busi_link a:after {
  border-bottom: 1px solid #E60012;
  border-right: 2px solid #E60012;
  width: 45px;
  height: 7px;
  right: 18px;
  z-index: 1;
  transform: skewX(45deg);
}
.cmshtml .busi_link a:hover:before {
  background: #E60012;
}
.cmshtml .busi_link a:hover:after {
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 1600px) {
  .cmshtml .busi_inwrap {
    padding: 50px 3%;
  }
  .cmshtml .busi_textbox {
    padding: 20px;
  }
  .cmshtml .busi_name_en {
    font-size: 20px;
  }
  .cmshtml .busi_txt {
    font-size: 16px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .busi_inwrap {
    padding: 50px 3%;
  }
  .cmshtml .busi_img {
    height: 230px;
  }
  .cmshtml .busi_name_en {
    font-size: 16px;
  }
  .cmshtml .busi_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_business {
    margin-bottom: 100px;
  }
  .cmshtml .busi_tit_wrap {
    padding: 30px 0 40px;
  }
  .cmshtml .busi_inwrap {
    padding: 10px 7px;
    width: 96%;
  }
  .cmshtml .busi_textbox {
    padding: 10px;
  }
  .cmshtml .busi_name_en {
    font-size: 14px;
  }
  .cmshtml .busi_name_ja {
    font-size: 18px;
  }
  .cmshtml .busi_link {
    font-size: 14px;
  }
  .cmshtml .busi_link a {
    padding: 7px 0;
    padding-right: 80px;
  }
  .cmshtml .busi_link a:before {
    width: 30px;
    height: 30px;
  }
  .cmshtml .busi_link a:after {
    width: 45px;
    height: 7px;
    right: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_business {
    padding: 0 0 30px;
    margin-bottom: 0;
  }
  .cmshtml .bg_busi {
    height: 100%;
  }
  .cmshtml .busi_tit_wrap {
    display: block;
    padding: 30px 4%;
  }
  .cmshtml .busi_name_ja {
    margin-bottom: 10px;
  }
  .cmshtml .busi_tit.sub_tit {
    margin-left: 0;
    margin-top: 10px;
  }
  .cmshtml .busi_inwrap {
    max-width: 400px;
  }
  .cmshtml .busi_inwrap > div {
    width: 100%;
    margin: 0 auto 10px;
  }
  .cmshtml .busi_textbox {
    padding: 20px;
    min-height: 1px !important;
  }
  .cmshtml .busi_txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  padding: 95px 4%;
}
.cmshtml .sec_info:before {
  background: linear-gradient(to right, #FACCCF, #D6D6D6);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.6;
}
.cmshtml .info_inwrap {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .info_inwrap > div:first-child {
  width: 38%;
}
.cmshtml .info_inwrap > div:nth-child(2) {
  width: 62%;
}
.cmshtml .info_titwrap {
  position: relative;
  margin-bottom: 20px;
}
.cmshtml .info_tit {
  position: relative;
}
.cmshtml .info_tit.main_tit {
  color: #fff;
  margin-bottom: 20px;
}
.cmshtml .info_tit.sub_tit {
  color: #E60012;
  margin-bottom: 140px;
}
.cmshtml .info_link {
  position: relative;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding: 10px 0;
  padding-right: 15px;
}
.cmshtml .news_div:first-child {
  border-top: 1px solid #D6D6D6;
}
.cmshtml .news_div {
  flex-flow: nowrap;
  padding: 25px;
  border-bottom: 1px solid #D6D6D6;
  position: relative;
}
.cmshtml .news_div:first-child:before {
  background: #E60012;
  border-radius: 50%;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: -4px;
  z-index: 1;
  pointer-events: none;
}
.cmshtml .news_div:after {
  background: #E60012;
  border-radius: 50%;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  pointer-events: none;
}
.cmshtml .info_date {
  font-size: 16px;
  max-width: 125px;
  min-width: 125px;
}
.cmshtml .info_txt {
  font-size: 16px;
  margin-left: 75px;
}
@media screen and (max-width: 1200px) {
  .cmshtml .info_inwrap > div:first-child {
    width: 30%;
  }
  .cmshtml .info_inwrap > div:nth-child(2) {
    width: 70%;
  }
  .cmshtml .news_div {
    padding: 15px;
  }
  .cmshtml .info_txt {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    padding: 60px 4%;
  }
  .cmshtml .info_inwrap {
    display: block;
  }
  .cmshtml .info_inwrap > div:first-child, .cmshtml .info_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .info_tit.sub_tit {
    margin-bottom: 10px;
  }
  .cmshtml .info_link {
    text-align: right;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    padding: 30px 4%;
  }
  .cmshtml .info_tit.main_tit {
    color: #fff;
    margin-bottom: 20px;
    text-shadow: red 0 0 1px, red 0 0 1px, red 0 0 1px;
    font-weight: 300;
  }
  .cmshtml .news_div {
    padding: 10px 15px;
    display: block;
  }
  .cmshtml .news_div:first-child:before {
    width: 5px;
    height: 5px;
    top: -3px;
  }
  .cmshtml .news_div:after {
    width: 5px;
    height: 5px;
    bottom: -3px;
  }
  .cmshtml .info_date {
    font-size: 14px;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_txt {
    margin-left: 0;
    font-size: 14px;
  }
}

.cmshtml .scnews .rdnewArticle {
  background: none;
  padding: 0;
  border: none;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap {
  flex: initial;
  display: flex;
  align-items: center;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
  border-top: none;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-item:first-child {
  border-top: 1px solid #D6D6D6;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-item {
  padding: 25px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D6D6D6;
  position: relative;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-item:first-child:before {
  background: #E60012;
  border-radius: 50%;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: -4px;
  z-index: 1;
  pointer-events: none;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-item:after {
  background: #E60012;
  border-radius: 50%;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  pointer-events: none;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-ContDate {
  font-size: 16px;
  max-width: 130px;
  min-width: 130px;
}
.cmshtml .scnews .rdnewArticle-ContTitle {
  font-size: 16px;
  margin-left: 75px;
}
.cmshtml #contents .scnews .rdnewArticle-ContTitle a {
  color: #000;
}
@media screen and (max-width: 1200px) {
  .cmshtml .scnews .rdnewArticle .rdnewArticle-item {
    padding: 15px;
  }
  .cmshtml .scnews .rdnewArticle-ContTitle {
    margin-left: 30px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap {
    display: block;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-item {
    padding: 10px 15px;
    display: block;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-ContDate {
    font-size: 14px;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .scnews .rdnewArticle-ContTitle {
    margin-left: 0;
    font-size: 14px;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-item:first-child:before {
    width: 5px;
    height: 5px;
    top: -3px;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-item:after {
    width: 5px;
    height: 5px;
    bottom: -3px;
  }
}





/*------------------------------------------------------
recruit
------------------------------------------------------*/
.cmshtml .sec_recruit {
  max-width: 1440px;
  width: 92%;
  margin: 150px auto 170px;
  padding: 20px;
}
.cmshtml .sec_recruit:before, .cmshtml .sec_recruit:after {
  background: #E60012;
  content: "";
  display: block;
  position: absolute;
}
.cmshtml .sec_recruit:before {
  width: 460px;
  height: 460px;
  width: 32%;
  height: 24vw;
  left: 0;
  top: 0;
  z-index: 0;
}
.cmshtml .sec_recruit:after {
  width: 200px;
  height: 200px;
  width: 13.9%;
  height: 10.43vw;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.cmshtml .rec_inwrap {
  background: #FAE6CC;
  padding: 80px 6% 100px;
  position: relative;
  z-index: 1;
}
.cmshtml .rec_inwrap > div:first-child {
  width: 61%;
}
.cmshtml .rec_inwrap > div:nth-child(2) {
  width: 39%;
}
.cmshtml .rec_l {
  padding-right: 6%;
}
.cmshtml .rec_tit_wrap {
  align-items: flex-end;
  margin-bottom: 30px;
}
.cmshtml .rec_tit {
  position: relative;
}
.cmshtml .rec_tit.main_tit {
  color: #E60012;
}
.cmshtml .rec_tit.sub_tit {
  color: #E60012;
  margin-left: 50px;
}
.cmshtml .rec_txt {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}
.cmshtml .rec_link {
  position: relative;
}
.cmshtml .rec_r {
  position: relative;
}
.cmshtml .rec_img {
  position: relative;
}
@media screen and (max-width: 1400px) {
  .cmshtml .rec_inwrap {
    padding: 40px 6%;
  }
  .cmshtml .rec_tit.sub_tit {
    margin-left: 30px;
  }
  .cmshtml .rec_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_recruit {
    margin: 100px auto;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .rec_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_recruit {
    margin: 30px auto;
    padding: 10px;
  }
  .cmshtml .rec_inwrap {
    display: block;
    padding: 20px 4%;
  }
  .cmshtml .rec_inwrap > div:first-child, .cmshtml .rec_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .rec_l {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .cmshtml .rec_tit_wrap {
    display: block;
    margin-bottom: 10px;
  }
  .cmshtml .rec_tit.main_tit {
    margin-bottom: 10px;
  }
  .cmshtml .rec_tit.sub_tit {
    margin-left: 0;
  }
  .cmshtml .rec_link {
    text-align: center;
  }
  .cmshtml .rec_img {
    height: 250px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #D6D6D6;
  border-top: 3px solid #E60012;
}
.cmshtml #footer .inwrap {
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  padding: 55px 0;
}
.cmshtml .f_about {
  padding-left: 7%;
  position: relative;
}
.cmshtml .f_logos {
  align-items: flex-end;
  margin-bottom: 30px;
}
.cmshtml .f_logo.side_logo {
  margin-left: 40px;
}
.cmshtml .f_logo {
  position: relative;
}
.cmshtml .f_txt {
  font-weight: 500;
}
.cmshtml .f_area {
  position: relative;
}
.cmshtml .flink {
  color: #E60012;
  font-size: 34px;
}
.cmshtml .flink a {
  background: url("../img/ico_mail.png") no-repeat right 90px center;
  background-size: auto;
  background-color: #F4F4F4;
  color: #E60012;
  border: 1px solid #E60012;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 195px 10px 90px;
  transition: all 0.3s;
}
.cmshtml .flink a:hover {
  background-image: url("../img/ico_mail02.png");
  background-color: #E60012;
  color: #fff;
}
.cmshtml #copy {
  background: linear-gradient(to bottom, #E60012, #730009);
  padding: 30px 4%;
  padding: 30px 0;
  text-align: center;
}
.cmshtml .copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #fff;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}



.cmshtml #copy .c_inwrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    padding-left: 6%;
}
.cmshtml .f_btn_area {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.cmshtml .f_btn {
  font-size: 13px;
  padding-left: 15px;
  margin-right: 20px;
  position: relative;
}
.cmshtml .f_btn a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .f_btn a:hover {
  text-decoration: underline;
}
.cmshtml .f_btn:before {
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}











@media screen and (max-width: 1200px) {
  .cmshtml .f_about {
    padding-left: 3%;
  }
  .cmshtml .f_logos {
    display: block;
  }
  .cmshtml .f_logo.side_logo {
    margin-top: 10px;
    margin-left: 0;
  }
  .cmshtml #copy {
    padding: 10px 4%;
  }
.cmshtml #copy .c_inwrap {
    padding: 0;
    padding-left: 0;
}
}
@media screen and (max-width: 1000px) {
  .cmshtml #footer .inwrap {
    display: block;
    width: 92%;
    padding: 55px 0;
  }
  .cmshtml .f_about {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .cmshtml .f_logos {
    text-align: center;
  }
  .cmshtml .f_txt {
    text-align: center;
  }
  .cmshtml .flink {
    font-size: 26px;
    text-align: center;
  }
  .cmshtml .flink a {
    background-position: right 30px center;
    background-size: 30px auto;
    padding: 5px 100px 5px 40px;
  }
.cmshtml #copy .c_inwrap {
    padding: 0;
}
}
@media screen and (max-width: 768px) {
  .cmshtml #copy {
    display: block;
  }
.cmshtml #copy .c_inwrap {
  display: block;
}
  .cmshtml #footer .rdblock.f_btn {
    width: auto !important;
    margin-left: 0 !important;
  }
  .cmshtml .f_btn_area {
    margin-bottom: 15px;
  }
  .cmshtml .copyright {
    text-align: right;
  }
}
@media screen and (max-width: 680px) {

  .cmshtml #footer .inwrap {
    display: block;
    width: 92%;
    padding: 40px 0 30px;
  }
  .cmshtml .f_about {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .cmshtml .f_logos {
    text-align: center;
  }
  .cmshtml .f_logo {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .cmshtml .f_logo.main_logo {
    max-width: 100px;
  }
  .cmshtml .f_logo.side_logo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .f_txt {
    font-size: 14px;
    text-align: center;
  }
  .cmshtml .flink {
    font-size: 20px;
    text-align: center;
  }
  .cmshtml .flink a {
    background-position: right 30px center;
    background-size: 30px auto;
    padding: 5px 100px 5px 40px;
  }
  .cmshtml .f_btn {
    font-size: 10px;
  }
.cmshtml #copy .c_inwrap {
    padding: 0;
}
  .cmshtml .copyright {
    font-size: 10px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: linear-gradient(to left, rgba(250, 204, 207, 0.6), rgba(214, 214, 214, 0.6));
  padding: 30px 4%;
  position: relative;
}
.cmshtml #title_wrap .inwrap {
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml #title_wrap .inwrap > div:nth-child(1) {
  width: 30%;
}
.cmshtml #title_wrap .inwrap > div:nth-child(2) {
  width: 70%;
}
.cmshtml .page_title_area {
  padding-right: 20px;
  position: relative;
}
.cmshtml .page_title {
  color: #222;
  font-weight: 600;
}
.cmshtml .page_title01 {
  font-size: 38px;
}
.cmshtml .page_title02 {
  font-size: 20px;
}
.cmshtml #title_wrap .bg_image {
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
}
.cmshtml #title_wrap .bg_image:before {
  background: #E60012;
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/*---------------
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: #FAE6CC;
  -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: #E60012;
}
.cmshtml .p_link {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.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:before {
  background: #E60012;
  content: "";
  margin: auto;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/*---------------
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 {
  display: inline-block;
  color: #E60012;
  font-size: 34px !important;
  font-weight: 500 !important;
  padding: 0 0 18px;
  position: relative;
}
.cmshtml .rdplanetitle h2:after {
  background-color: #6D6D6D;
  content: "";
  display: block;
  width: 44%;
  max-width: 80px;
  height: 5px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.cmshtml .rdplanetitle h3 {
  color: #E60012;
  font-size: 30px !important;
  font-weight: 500 !important;
  padding: 0 33px;
  position: relative;
}
.cmshtml .rdplanetitle h3:before {
  background-color: #FACCCF;
  border-radius: 27px;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h4 {
  border-left: 4px solid #E60012;
  border-bottom: 1px solid #E60012;
  color: #222;
  font-size: 28px !important;
  font-weight: 500 !important;
  padding: 0 10px 0 25px;
}
.cmshtml .rdplanetitle h4:before {
  background-color: #E60012;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 5px;
}
.cmshtml .rdplanetitle h5 {
  background: #F4F4F4;
  color: #E60012;
  font-size: 26px !important;
  font-weight: 500 !important;
  padding: 8px 30px;
}
.cmshtml .rdplanetitle h6 {
  border-bottom: 1px solid #B4B4B4;
  color: #E60012;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding: 0 30px 8px;
}
.cmshtml .rdplanetitle h6:before {
  border-radius: 50%;
  background-color: #E60012;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  bottom: -5px;
  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: #E60012;
  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: #E60012;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #222;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #FAE6CC;
  border-left: 20px solid #E60012;
  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: 30px;
  border: 1px solid #E60012;
  display: inline-block;
  color: #E60012;
  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: #E60012;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 2px solid #aaa;
  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: #999;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  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: #E60012;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #888;
  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 #E60012 !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 .txt_div {
  background: #FAE6CC;
  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 #E60012;
  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 #E60012;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #E60012;
  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 #E60012;
  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 #E60012;
  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: #E60012;
  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: #E60012;
}
.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 #E60012;
}
.cmshtml .acco_tit {
  color: #E60012;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #E60012;
}
/*---------------
tit_wrap
---------------*/
.cmshtml .tit_wrap {
  align-items: flex-end;
  justify-content: center;
}
.cmshtml .tit_wrap .main_tit {
  color: #E60012;
}
.cmshtml .tit_wrap .sub_tit {
  margin-left: 80px;
}
.cmshtml .tit_wrap .sub_tit:before {
  background: #222;
}
/*---------------
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 #E60012;
  color: #E60012;
  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: #E60012;
  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 .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 .bg_size_wh_max {
    background-size: 100% 100%!important;
}
.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;
}