@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .maru_Gothic,
.cmshtml .maru_Gothic * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP','Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
}
.cmsbody {
  line-height: 1.6;
}
.cmshtml ul {
  margin: 0;
  padding: 0;
}
.cmshtml li {
  list-style: none;
}
.cmshtml li img {
  vertical-align: bottom;
}
.cmshtml img {
  vertical-align: bottom;
}
.cmshtml a {
  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;
}
/*------------------------------------------------------
Top layout
------------------------------------------------------*/
.cmshtml #contents {
  overflow: hidden;
}
.cmshtml .load-fade {
  opacity: 0;
  transition: all 2s;
  overflow: hidden;
}
.cmshtml .load-fade.done {
  opacity: 1;
}
.cmshtml .to-lr {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s;
}
.cmshtml .to-rl {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s;
}
.cmshtml .to-lr.scrollin, .cmshtml .to-rl.scrollin {
  opacity: 1;
  transform: translate(0);
}
.cmshtml .fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.cmshtml .fadeLeftTrigger {
  opacity: 0;
}
.cmshtml .fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.cmshtml .fadeRightTrigger {
  opacity: 0;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml [class*="link_btn"], .cmshtml [class*="link_btn"] * {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.cmshtml .link_btn {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn a {
  padding: 11.5px 18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  min-width: 300px;
}
.cmshtml .link_btn a:after {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  transition: all 0.3s;
  content: "";
  display: block;
}
.cmshtml .subpage_contents .link_btn {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .subpage_contents .link_btn a {
  padding: 5px 45px;
}
.cmshtml .link_btn02 {
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  display: inline-block;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s;
}
.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;
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #contents {
  overflow: hidden;
}
.cmshtml #contents .max1200_section {
  max-width: 1200px !important;
  width: 92% !important;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml #contents .max_section {
  max-width: none !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .section, .cmshtml #footer {
  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 #header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cmshtml h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  padding: 10px 30px;
}
.cmshtml .logo a {
  display: inline-block;
}
.cmshtml .sub_navi {
  align-items: center;
  margin-bottom: 14px;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .h_li, .cmshtml .li_txt, .cmshtml .sub_li, .cmshtml .h_li a, .cmshtml .li_txt a, .cmshtml .sub_li a, .cmshtml .menu_tit, .cmshtml .menu_tit a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .li_txt {
  cursor: pointer;
}
.cmshtml .li_txt:after {
  content: "";
  display: block;
  position: absolute;
}
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  min-width: 150px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  transform: translateX(-50%);
}
.cmshtml .drop_li, .cmshtml .drop_li a {
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
.cmshtml .drop_li a {
  padding: 10px;
  display: block;
}
.cmshtml .menu_tit {
  cursor: pointer;
  position: relative;
}
.cmshtml .mega_inwrap {
  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 {
  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_grandchild {
  font-size: 15px;
  display: block;
  position: relative;
  padding: 5px 0;
  padding-left: 15px;
}
.cmshtml .li_grandchild {
  padding: 0;
  padding-left: 15px;
}
.cmshtml .megamenu_li .li_chi:before, .cmshtml .megamenu_li.li_child:before {
  content: '▶';
  display: flex;
  align-items: center;
  font-size: 10px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.cmshtml .li_grandchild:before {
  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 a, .cmshtml .megamenu_li.li_child a {
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_txt {
  padding: 10px 23px;
  padding-right: 23px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
}
.cmshtml .ub_txt a {
  display: block;
}
.cmshtml .ub_txt:after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  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 {
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.cmshtml .selectlang_btn {
  font-size: 14px;
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner {
  position: absolute;
  right: 0;
  top: auto;
  width: 300px;
  padding: 10px;
  display: none;
  z-index: 100;
}
.cmshtml .selectlang_inner > div a {
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.3s;
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
  overflow: hidden;
}
.cmshtml .mv_wrap .slick-prev, .cmshtml .mv_wrap .slick-next {
  width: 35px;
}
.cmshtml .mv_wrap .slick-prev {
  left: 0;
  right: auto;
  margin: 0 auto;
}
.cmshtml .mv_wrap .slick-prev:before {
  content: "" !important;
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 15px solid #E4E4E4;
}
.cmshtml .mv_wrap .slick-next {
  left: auto;
  right: 0;
  margin: 0 auto;
}
.cmshtml .mv_wrap .slick-next:before {
  content: "" !important;
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 15px solid #E4E4E4;
}
.cmshtml #slide_wrap {
  height: 100vh;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .slide_item img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.cmshtml .catchcopy {
  /*background: rgba(0, 0, 0, 0.4);*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .catch_txt {
  color: #FFF;
  font-size: 48px;
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  margin: 160px auto 90px;
}
.cmshtml .sec_about .tit_wrap {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto 40px;
}
.cmshtml .sec_about .sec_tit {
  text-align: center;
}
.cmshtml .sec_about .tit01 {
  font-size: 36px;
  font-weight: 600;
}
.cmshtml .sec_about .tit02 {
  color: #313131;
  font-size: 14px;
}
.cmshtml .sec_about .inwrap {
  align-items: center;
}
.cmshtml .sec_about .inwrap > div {
  width: 50%;
}
.cmshtml .sec_about .textbox {
  padding: 0 8%;
}
.cmshtml .sec_about .box_tit {
  font-size: 28px;
  margin-bottom: 30px;
}
.cmshtml .sec_about .txt {
  margin-bottom: 60px;
}
.cmshtml .ab_link {
  text-align: center;
}
.cmshtml .sec_about .imgbox {
  padding-right: 5.3%;
}
/*------------------------------------------------------
objective
------------------------------------------------------*/
.cmshtml .sec_objective {
  background-color: #333;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 160px;
}
.cmshtml .sec_objective:before {
    background: #000;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.3;
    pointer-events: none;
}
.cmshtml .sec_objective .inwrap {
  max-width: 1300px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
}
.cmshtml .sec_objective .ob_tit, .cmshtml .sec_objective .ob_tit a, .cmshtml .sec_objective .ob_txt, .cmshtml .sec_objective .ob_txt a {
  color: #fff;
  text-align: center;
}
.cmshtml .ob_tit {
  font-size: 48px;
}
.cmshtml .ob_txt {
  font-size: 21px;
  margin: 0 auto 55px;
  padding-top: 100px;
  text-align: center;
  letter-spacing: 0.6em;
  text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000;
  position: relative;
}
.cmshtml .ob_txt p {
  letter-spacing: 0.6em;
}
.cmshtml .ob_link {
  text-align: center;
}
.cmshtml .sec_objective .ob_link a {
  padding: 11.5px 18px 11.5px 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
.cmshtml .sec_objective .ob_link a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
.cmshtml .sec_objective .ob_link a:hover {
  background: #222;
  color: #fff;
}
.cmshtml ::-webkit-full-page-media, .cmshtml :future, :root .sec_objective, .cmshtml ::-webkit-full-page-media, .cmshtml :future, :root .sec_potentiality {
  background-attachment: initial !important;
}
/*------------------------------------------------------
flexbox
------------------------------------------------------*/
.cmshtml .flexbox {
  align-items: center;
  margin-bottom: 90px;
}
.cmshtml .flexbox > div {
  width: 50%;
}
.cmshtml .flexbox .textbox {
  padding: 0 8%;
  position: relative;
}
.cmshtml .flexbox .sec_tit {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.cmshtml .flexbox .txt {
  font-size: 16px;
}
.cmshtml .flexbox .imgbox {
  position: relative;
}
.cmshtml .flex-l .imgbox {
  padding-right: 5.3%;
}
.cmshtml .flex-r .imgbox {
  padding-left: 5.3%;
}
/*------------------------------------------------------
contents
------------------------------------------------------*/
.cmshtml .sec_contents {
  max-width: 1800px;
  width: 92%;
  margin: 0 auto 130px;
}
.cmshtml .sec_contents > div {
  width: calc(33.33% - 5.8%);
  margin: 0 2.9% 30px;
}
.cmshtml .con_box {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cmshtml .con_img {
  position: relative;
  z-index: 3;
}
.cmshtml .con_img img {
  transition: .5s all;
}
.cmshtml .con_box:hover .con_img img {
  transform: scale(1.2, 1.2);
}
.cmshtml .con_box .textbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .con_txt, .cmshtml .con_txt a {
  color: #fff;
}
.cmshtml .con_txt {
  font-size: 20px;
  font-weight: 600;
}
/*------------------------------------------------------
potentiality
------------------------------------------------------*/
.cmshtml .sec_potentiality {
  background-color: #333;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 160px;
}
.cmshtml .sec_potentiality .inwrap {
  max-width: 1300px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  padding: 96px 0;
}
.cmshtml .poten_tit, .cmshtml .poten_tit a, .cmshtml .poten_txt, .cmshtml .poten_txt a, .cmshtml .sec_potentiality .poten_link, .cmshtml .sec_potentiality .poten_link a {
  color: #fff;
  text-align: center;
}
.cmshtml .poten_tit {
  font-size: 32px;
  font-weight: 600;
}
.cmshtml .poten_txt {
  font-size: 16px;
  margin: 0 auto 55px;
  padding-top: 50px;
  text-align: center;
  letter-spacing: 0.6em;
  text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000;
  position: relative;
}
.cmshtml .poten_txt p {
  letter-spacing: 0.6em;
}
.cmshtml .poten_link {
  text-align: center;
}
.cmshtml .sec_potentiality .poten_link a {
  display: inline-block;
  padding: 11.5px 18px 11.5px 36px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
.cmshtml .sec_potentiality .poten_link a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
.cmshtml .sec_potentiality .poten_link a:hover {
  background: #222;
  color: #fff;
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  position: relative;
}
.cmshtml .sec_bnr > div {
  width: 50%;
}
.cmshtml .bnr_div {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cmshtml .bnr_img {
  position: relative;
  z-index: 3;
}
.cmshtml .bnr_img img {
  transition: .5s all;
}
.cmshtml .bnr_div:hover .bnr_img img {
  transform: scale(1.2, 1.2);
}
.cmshtml .bnr_textbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .bnr_txt, .cmshtml .bnr_txt a {
  color: #fff;
}
.cmshtml .bnr_txt {
  font-size: 20px;
  font-weight: 600;
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  padding-bottom: 110px;
  display: flex;
  align-items: flex-start;
}
.cmshtml .sec_info > div:first-child {
  max-width: 380px;
  width: 100%;
}
.cmshtml .info_tit {
  text-align: center;
  padding: 100px 30px;
  transform: translateY(-15px);
}
.cmshtml .if_tit, .cmshtml .if_tit a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .if_tit.tit01 {
  font-size: 24px;
}
.cmshtml .if_tit.tit02 {
  font-size: 14px;
}
.cmshtml .sec_info .inwrap {
  max-width: 1135px;
  width: 100%;
  padding-top: 100px;
  padding-left: 14.5%;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 15px;
  max-height: 250px;
}
.cmshtml .news_div {
  flex-flow: nowrap;
  padding: 25px 0;
  border-bottom: 1px solid #cacaca;
}
.cmshtml .info_date {
  color: #313131;
  font-weight: 600;
  min-width: 100px;
  max-width: 120px;
  text-align: center;
  margin-right: 10%;
}
.cmshtml .info_txt {
  color: #313131;
  font-weight: 400;
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  padding: 25px 10%;
padding: 25px 0;

 
}
.cmshtml #footer > * {
  position: relative;
  z-index: 1;
}
.cmshtml #footer .bg_image {
  opacity: 0.5;
  position: absolute;
  z-index: 0;
}
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_about .f_logo {
  position: relative;
}
.cmshtml .f_about .f_logo a {
  background: #fff;
  display: inline-block;
}
.cmshtml #copy {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.cmshtml #copy, .cmshtml .copyright, .cmshtml .copyright * {
  color: #313131;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
.cmshtml #page-top {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 33;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.cmshtml #page-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -5px 0 0 -10px;
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  transform: rotate(-45deg);
  transition: all 0.6s ease;
}
.cmshtml #page-top:hover:before {
  top: 0;
}
/*------------
sitemap
--------------*/
.cmshtml .rdsitemapft {
  padding: 30px 4%!important;
  margin-bottom: 20px;
}
.cmshtml .rdsitemapft a {
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
}
.cmshtml .rdsitemapft a:hover {
  text-decoration: underline;
}
.cmshtml .rdsitemapftList > li > a {
  position: relative;
  padding-left: 15px;
}
.cmshtml .rdsitemapftList > li > a:before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 3px;
  z-index: 1;
}
.cmshtml .rdsitemapftList > li.rdsitemapft-item > .rdsitemapft-child > li.rdsitemapft-hasChild > .rdsitemapft-child > .rdsitemapft-hasChild > a {
  position: relative;
  padding-left: 10px;
}
.cmshtml .rdsitemapftList > li.rdsitemapft-item > .rdsitemapft-child > li.rdsitemapft-hasChild > .rdsitemapft-child > .rdsitemapft-hasChild > a:before {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 3px;
  z-index: 1;
}
.cmshtml .rdsitemapftList > li.rdsitemapft-item > .rdsitemapft-child > li > .rdsitemapft-child > .rdsitemapft-item {
  position: relative;
}
.cmshtml .rdsitemapftList > li.rdsitemapft-item > .rdsitemapft-child > li > .rdsitemapft-child > .rdsitemapft-item:before {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 3px;
  z-index: 1;
}
.cmshtml .rdsitemapftList > li.rdsitemapft-item > .rdsitemapft-child > li.rdsitemapft-hasChild > .rdsitemapft-child > .rdsitemapft-hasChild > .rdsitemapft-child > .rdsitemapft-item {
  position: relative;
}
.cmshtml .rdsitemapftList > li.rdsitemapft-item > .rdsitemapft-child > li.rdsitemapft-hasChild > .rdsitemapft-child > .rdsitemapft-hasChild:before {
  display: none;
}
.cmshtml .rdsitemapftList > li.rdsitemapft-item > .rdsitemapft-child > li.rdsitemapft-hasChild > .rdsitemapft-child > .rdsitemapft-hasChild > .rdsitemapft-child > .rdsitemapft-item:before {
  content: "";
  border-radius: 50%;
  display: block;
  width: 3px;
  height: 3px;
  margin: auto;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 3px;
  z-index: 1;
}
.cmshtml .rdsitemapft .rdsitemapft-parent > .rdsitemapft-item > .rdsitemapft-child > .rdsitemapft-item {
  padding-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .cmshtml .rdsitemapftList > li.rdsitemapft-item, .cmshtml .rdsitemapftList > li.rdsitemapft-item > .rdsitemapft-child > li {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1px) and (max-width: 576px) {
  .cmshtml .rdsitemapftList > li {
    font-size: 14px;
  }
  .cmshtml .rdsitemapft .rdsitemapftList > .rdsitemapft-item > .rdsitemapft-child {
    padding-left: 0 !important;
  }
  .cmshtml .rdsitemapftList > li.rdsitemapft-item > .rdsitemapft-child > li.rdsitemapft-hasChild > .rdsitemapft-child > .rdsitemapft-hasChild > .rdsitemapft-child > .rdsitemapft-item:before {
    left: 2px;
  }
  .cmshtml .rdsitemapft .rdsitemapft-parent > .rdsitemapft-item > .rdsitemapft-child > .rdsitemapft-item {
    padding-bottom: 10px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  border-bottom: 1px solid #ededed;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 1;
}
.cmshtml .pagetitle_txt {
  padding: 70px 2%;
  position: relative;
  z-index: 2;
}
.cmshtml #title_wrap .inwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title01 {
  font-size: 36px;
}
.cmshtml .page_title02 {
  font-size: 18px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 0 0 60px;
}
.cmshtml .subpage_contents > * {
  max-width: 1200px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.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: 20px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #333;
}
.cmshtml .p_link {
  font-size: 14px;
  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:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  margin: auto;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.cmshtml .page_link .p_link a:hover:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
/*---------------
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 {
  font-size: 32px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5rem;
  padding: 25px 0 22px;
}
.cmshtml .rdplanetitle h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
  padding-bottom: 25px;
  position: relative;
}
.cmshtml .rdplanetitle h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cmshtml .rdplanetitle h4 {
  font-size: 24px !important;
  font-weight: 600 !important;
  text-align: center;
  padding-top: 20px;
}
.cmshtml .rdplanetitle h4:before {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cmshtml .rdplanetitle h5 {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1;
  padding: 7px 10px;
  padding-left: 12px;
}
.cmshtml .rdplanetitle h6 {
  font-size: 20px !important;
  font-weight: 600 !important;
  padding: 8px 20px;
}
/*---------------
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: #6ddbd5;
  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: #6ddbd5;
  font-weight: 600;
  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 {
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  padding-left: 20px;
  position: relative;
}
.cmshtml .mark_btn:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(45deg);
}
.cmshtml .mark_btn .link_btn01 {
  text-align: right;
}
.cmshtml .mark_btn .link_btn01 a {
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  min-width: 1px;
  transition: all 0.3s;
}
/*---------------
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 {
  border-bottom: 1px solid #ededed;
  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 {
  font-size: 18px;
  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 {
  content: "Q";
}
.cmshtml .qa_a:before {
  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 #333 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
.cmshtml .blog_frame {
  background: #ededed;
  padding: 30px 2%;
}
/*---------------
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 {
 
  line-height: 2;
  padding: 30px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 60px);
}
.cmshtml .img_txt02 .txt_div {
  transform: translate(3%, 60px);
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  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_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #6ddbd5;
  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 #6ddbd5;
  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 #6ddbd5;
  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: #6ddbd5;
  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: #6ddbd5;
}
.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;
}
/*---------------
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 #6ddbd5;
  color: #6ddbd5;
  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: #6ddbd5;
  font-weight: 600;
}
.cmshtml .pro_txt02 {
  font-weight: 500;
}
.cmshtml .profile_inwrap01 {
  background: #fff;
  margin: 0 auto;
  box-shadow: #ccc 0 0 5px;
}
.cmshtml .profile_inwrap01 > div:first-child {
  width: 40%;
}
.cmshtml .profile_inwrap01 > div:nth-child(2) {
  width: 60%;
}
.cmshtml .profile_inwrap02 {
  border: 1px solid #CEE1FF;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  align-items: flex-start;
}
.cmshtml .profile_inwrap02 > div:first-child {
  width: 70%;
}
.cmshtml .profile_inwrap02 > div:nth-child(2) {
  width: 30%;
  padding-left: 10px;
  padding-bottom: 10px;
}
.cmshtml .in_protxt {
  padding-right: 10px;
  line-height: 2;
  font-size: 14px;
}
.cmshtml .in_proimg {
  position: relative;
}
.cmshtml .in_proimg:before {
  background: #d7e7ff;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/*---------------
img mask
---------------*/
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
/*---------------
zoom-img
---------------*/
.cmshtml .zoom-img {
  background: #000;
  overflow: hidden;
  padding: 0 !important;
}
.cmshtml .zoom-img img {
  opacity: 0.6;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  max-width: none;
}
.cmshtml .zoom-img:hover img {
  transform: scale(1.1);
  opacity: 1;
}
/*---------------
preset
---------------*/
.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 .module {
  max-width: 1180px;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none!important;
  width: 100%!important;
  transform: none!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 .about-history {
  margin-top: 120px;
}
.cmshtml .year-list {
  border-top: 1px solid #ededed;
  padding: 10px 20px;
  margin: 0 auto;
  list-style: none;
}
.cmshtml .year-list li {
  font-size: 16px;
  white-space: nowrap;
}
.cmshtml .year-list .slick-track {
  transform: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.cmshtml .year-list .item {
  padding: 0 20px;
  border-right: solid 1px #c1c1c1;
  font-size: 18px;
  line-height: 1.4;
  width: auto !important;
  float: none;
  margin: 5px 0;
}
.cmshtml .year-list .item:first-child {
  border-left: solid 1px #c1c1c1;
}
.cmshtml .year-list .item, .cmshtml .year-list .item a {
  color: #333;
  text-decoration: none;
}
.cmshtml .year-list .item {
  cursor: pointer;
}
.cmshtml .year-list .item.slick-current {
  position: relative;
}
.cmshtml .year-list .item.slick-current:after {
  background: #000;
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.cmshtml .carousel-items .item {
  color: #fff;
  width: 100%;
  display: flex !important;
  flex-flow: row wrap;
}
.cmshtml .carousel-items .item:nth-child(2n) {
  flex-flow: row-reverse;
}
.cmshtml .carousel-items .item > div {
  width: 50%;
}
.cmshtml .carousel-items .item .img-column img {
  width: 100%;
  height: auto;
}
.cmshtml .carousel-items .item .text-column {
  padding: 20px 9%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmshtml .history_title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, Meiryo, "MS PMincho", serif;
  font-size: 20px;
  margin-bottom: 20px;
}
.cmshtml .history_txt {
  color: #fff;
  font-size: 15px;
}