@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
}
.cmsbody, .cmshtml div, .cmshtml 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: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .roboto, .cmshtml .roboto * {
  font-family: "Roboto", sans-serif;
}
.cmshtml .noto_sans_jp, .cmshtml .noto_sans_jp * {
  font-family: "Noto Sans JP", 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: #999;
  text-decoration: underline;
}
.cmshtml a:hover {
  color: #009580;
  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;
  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 .tit_ja {
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.cmshtml .tit_ja:before {
  border-radius: 50%;
  background-color: #009580;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .tit_en {
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .cmshtml .tit_en {
    font-size: 28px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .tit_en {
    font-size: 22px;
  }
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  background: #fff;
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border-radius: 100px;
  border: 2px solid #3E3E3E;
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding: 6px 65px 6px 20px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:before, .cmshtml .link_btn a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .link_btn a:before {
  background: #3E3E3E;
  width: 15px;
  height: 2px;
}
.cmshtml .link_btn a:after {
  border-top: 2px solid #3E3E3E;
  border-right: 2px solid #3E3E3E;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.cmshtml .link_btn a:hover {
  border-color: #009580;
  background: #009580;
  color: #fff;
}
.cmshtml .link_btn a:hover:before {
  background: #fff;
}
.cmshtml .link_btn a:hover:after {
  border-color: #fff;
}
.cmshtml .link_btn02 {
  color: #009580;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #009580 1px solid;
  display: inline-block;
  color: #009580;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a:hover {
  background: #009580;
  color: #fff;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  content: '';
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  z-index: 10;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before {
  background-image: url("../img/icon-pdf-m.svg");
}
.cmshtml .link_btn02 a[href*=".doc"]:before {
  background-image: url("../img/icon-word-m.svg");
}
.cmshtml .link_btn02 a[href*=".xls"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn02 a[href*=".xlsx"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 55px 6px 35px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  padding-left: 20px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after {
    background: #fff;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .cmshtml .drop-menu:hover .li_txt a:after, .cmshtml .h_li a:hover:after {
    width: 100%;
  }
  .cmshtml .drop-menu:hover .li_txt a {
    color: #fff;
  }
  .cmshtml .drop_li, .cmshtml .drop_ub, .cmshtml .ub_li {
    background: rgba(0, 0, 0, 0.2);
  }
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #fff;
}
.cmshtml .side_menu {
  position: relative;
}
.cmshtml .s_number {
  background: #009580;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 13px 12px 45px;
  position: relative;
}
.cmshtml .s_number:before {
  background-image: url("../img/h_tel-wht.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 25px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 17px;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .s_number a {
  color: #fff;
}
.cmshtml .sns_icons {
  background: #83AF41;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
.cmshtml .sns_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.cmshtml .sns_ico a, .cmshtml .sns_ico img {
  display: block;
  transition: all 0.3s;
}
.cmshtml .sns_ico a:hover img {
  filter: brightness(0);
}
.cmshtml .sns_txt {
  border-left: 3px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding-left: 14px;
}
.cmshtml .sns_txt a {
  color: #fff;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 0 10px;
}
.cmshtml .drop_li a {
  border-bottom: 1px solid #C8C8C8;
  color: #fff;
  display: block;
  padding: 7px 5px;
  padding-right: 30px;
  position: relative;
}
.cmshtml .drop_li a:before {
  background: #fff;
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .drop_li a:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
  transform: rotate(30deg);
  transform-origin: bottom right;
}
.cmshtml .drop_li a:hover {
  background: #666;
  color: #fff;
}
.cmshtml .drop_li a:hover:before {
  background: #fff;
}
/*-----------------
drop_ub
-----------------*/
.cmshtml .drop_ub {
  padding: 0 10px;
  position: relative;
}
.cmshtml .drop_ub a {
color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  transition: all 0.3s;
  position: relative;
  display: block;
  padding: 7px 5px;
  padding-right: 30px;
}
.cmshtml .ub_txt:before {
  background: #fff;
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .ub_txt:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
  transform: rotate(30deg);
  transform-origin: bottom right;
}
.cmshtml .ub_list {
  display: none;
}
.cmshtml .ub_li {
  font-size: 12px;
  transition: all 0.3s;
}
.cmshtml .ub_li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.cmshtml .ub_li, .cmshtml .ub_li a {
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .cmshtml .ub_list {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    z-index: 10;
  }
  .cmshtml .drop_ub:hover .ub_txt:before {
    background: #fff;
  }
  .cmshtml #navigation > *:last-child .ub_list, .cmshtml #navigation > *:nth-last-child(2) .ub_list {
    left: 10%;
    top: 100%;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .ub_li:hover {
    background: #666;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .drop_ub:hover .ub_txt a, .cmshtml .ub_li:hover, .cmshtml .ub_li a:hover {
    color: #fff;
  }
  .cmshtml .drop_ub:hover .ub_txt:after {
    background: #fff;
  }
  .cmshtml .ub_li {
    font-weight: 600;
  }
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #009580;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  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 #037B6A;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  padding: 7px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #037B6A;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #037B6A;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover .selectlang_btn {
    background: #037B6A;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 200px;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 100;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
}
.cmshtml #mainvisual {
  position: relative;
  width: 100%;
}
.cmshtml #slide_wrap {
  height: 918px;
}
.cmshtml #slide_wrap div {
  height: 100% !important;
}
.cmshtml .catchcopy {
  background: rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px 2.6%;
  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: 500;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
}
.cmshtml .catch_txt01 {
  font-size: 59px;
  font-weight: 600;
  margin-bottom: 15px;
}
.cmshtml .catch_txt02 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}
.cmshtml .mv_link a {
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  border-color: #009580;
  background: #009580;
  color: #fff;
}
.cmshtml .mv_link a:before {
  background: #fff;
}
.cmshtml .mv_link a:after {
  border-color: #fff;
}
.cmshtml .mv_link a:hover {
  background: #fff;
  color: #009580;
}
.cmshtml .mv_link a:hover:before {
  background: #009580;
}
.cmshtml .mv_link a:hover:after {
  border-color: #009580;
}
@media screen and (max-width: 1500px) {
  .cmshtml #slide_wrap {
    height: 650px;
  }
  .cmshtml .catch_txt01 {
    font-size: 46px;
  }
  .cmshtml .catch_txt02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml #slide_wrap {
    height: 550px;
  }
  .cmshtml .catch_txt01 {
    font-size: 36px;
    margin-bottom: 0;
  }
  .cmshtml .catch_txt02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #slide_wrap {
    height: 550px;
  }
  .cmshtml .catchcopy {
    align-items: center;
    padding-top: 60px;
  }
  .cmshtml .catch_txt01 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
  }
  .cmshtml .catch_txt02 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  .cmshtml .mv_link {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #slide_wrap {
    height: 450px;
  }
  .cmshtml .catch_txt01 {
    font-size: 22px;
  }
  .cmshtml .catch_txt02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .catch_txt01 {
    font-size: 18px;
  }
  .cmshtml .catch_txt02 {
    font-size: 14px;
  }
}
/*------------------------------------------------------
products
------------------------------------------------------*/
.cmshtml .sec_products {
  padding: 0 4%;
  margin-top: 85px;
  margin-bottom: 75px;
}
.cmshtml .pro_title_box {
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1610px;
  width: 100%;
  margin: 0 auto 45px;
}
.cmshtml .pro_titwrap {
  position: relative;
}
.cmshtml .pro_tit_ja {
  position: relative;
}
.cmshtml .pro_tit_en {
  position: relative;
}
.cmshtml .pro_link {
  text-align: right;
}
.cmshtml .pro_imgs {
  max-width: 1610px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .pro_imgs > div {
  width: calc(20% - 30px);
  margin: 0 15px 30px;
}
.cmshtml .pro_imgbox {
  background: #131313;
  position: relative;
  overflow: hidden;
}
.cmshtml .pro_img {
  position: relative;
  z-index: 1;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.cmshtml .pro_imgbox:hover .pro_img {
  opacity: 0.8;
  transform: scale(1.1);
}
.cmshtml .pro_name, .cmshtml .pro_name a {
  color: #fff;
}
.cmshtml .pro_name {
  border: 1px solid #fff;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.5s ease;
}
.cmshtml .pro_imgbox:hover .pro_name {
  border-color: transparent;
}
@media screen and (max-width: 1500px) {
  .cmshtml .pro_imgs > div {
    width: calc(20% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .pro_name {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .cmshtml .pro_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_products {
    margin: 60px auto;
  }
  .cmshtml .pro_title_box {
    max-width: 800px;
    margin: 0 auto 20px;
  }
  .cmshtml .pro_imgs {
    max-width: 800px;
    justify-content: center;
  }
  .cmshtml .pro_imgs > div {
    width: calc(33.3333% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .pro_name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_products {
    margin: 60px auto;
  }
  .cmshtml .pro_imgs > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .pro_name {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .cmshtml .pro_title_box {
    display: block;
  }
  .cmshtml .pro_titwrap {
    margin-bottom: 20px;
  }
  .cmshtml .pro_imgs > div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  padding: 25px 0;
  margin-bottom: 145px;
  position: relative;
}
.cmshtml .info_inwrap {
  padding: 115px 0;
  position: relative;
}
.cmshtml .info_inbox {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 4%;
  position: relative;
}
.cmshtml .info_inbox > div:nth-child(1) {
  width: 230px;
}
.cmshtml .info_inbox > div:nth-child(2) {
  width: calc(100% - 230px);
}
.cmshtml .sec_info:before, .cmshtml .sec_info:after, .cmshtml .info_inwrap:before, .cmshtml .info_inwrap:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  z-index: 1;
  transition: all 1s ease;
}
.cmshtml .sec_info:before, .cmshtml .sec_info:after {
  background: #009580;
  width: 0;
  height: 5px;
}
.cmshtml .done.sec_info:before, .cmshtml .done.sec_info:after {
  width: 34.6%;
}
.cmshtml .info_inwrap:before, .cmshtml .info_inwrap:after {
  background: #83AF41;
  width: 0;
  height: 15px;
}
.cmshtml .done .info_inwrap:before, .cmshtml .done .info_inwrap:after {
  width: 44%;
}
.cmshtml .sec_info:before, .cmshtml .info_inwrap:before {
  top: 0;
  right: 0;
}
.cmshtml .sec_info:after, .cmshtml .info_inwrap:after {
  left: 0;
  bottom: 0;
}
.cmshtml .info_title_box {
  position: relative;
}
.cmshtml .info_tit_ja {
  position: relative;
}
.cmshtml .info_tit_en {
  position: relative;
}
.cmshtml .info_link {
  margin-top: 40px;
  text-align: center;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-left: 6%;
  padding-right: 15px;
}
.cmshtml .news_div {
  background: #fff;
  border-bottom: 1px solid #131313;
  align-items: center;
  flex-flow: nowrap;
  padding: 15px 30px;
  transition: all 0.3s;
}
.cmshtml .news_div:hover {
  background: #FAFAFA;
}
.cmshtml .info_date {
  color: #131313;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  max-width: 100px;
  min-width: 100px;
}
.cmshtml .info_tag {
  background: #009580;
  padding: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  max-width: 100px;
  min-width: 100px;
  margin-left: 45px;
}
.cmshtml .info_tag, .cmshtml .info_tag a {
  color: #fff;
}
.cmshtml .info_txt {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  margin-left: 45px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    margin-bottom: 100px;
    padding: 15px 0;
  }
  .cmshtml .info_inwrap {
    padding: 80px 0;
  }
  .cmshtml .info_inwrap:before, .cmshtml .info_inwrap:after {
    height: 8px;
  }
  .cmshtml .scnews {
    padding-left: 0;
  }
  .cmshtml .news_div {
    padding: 15px;
    flex-flow: row wrap;
  }
  .cmshtml .info_date {
    font-size: 16px;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_tag {
    margin-left: 20px;
  }
  .cmshtml .info_txt {
    margin-left: 0;
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_info {
    margin-bottom: 60px;
    padding: 10px 0;
  }
  .cmshtml .sec_info:before, .cmshtml .sec_info:after {
    height: 2px;
  }
  .cmshtml .info_inwrap {
    padding: 40px 0;
  }
  .cmshtml .info_inwrap:before, .cmshtml .info_inwrap:after {
    height: 4px;
  }
  .cmshtml .info_inbox > div:nth-child(1), .cmshtml .info_inbox > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .info_title_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .cmshtml .info_link {
    margin-top: 10px;
  }
  .cmshtml .news_div {
    padding: 12px 5px;
  }
  .cmshtml .info_date {
    font-size: 14px;
  }
  .cmshtml .info_tag {
    font-size: 10px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
case
------------------------------------------------------*/
.cmshtml .sec_case {
  background: #000;
  padding: 90px 4% 0;
  margin-bottom: 150px;
}
.cmshtml .sec_case:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .sec_case > * {
  position: relative;
  z-index: 5;
}
.cmshtml .case_bg {
  position: absolute;
  z-index: 0;
  opacity: 0.5;
}
.cmshtml .case_inwrap {
  position: relative;
}
.cmshtml .case_title_box {
  color: #fff;
  max-width: 1610px;
  width: 100%;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cmshtml .case_titwrap {
  position: relative;
  padding-right: 160px;
}
.cmshtml .case_tit_ja {
  position: relative;
}
.cmshtml .case_tit_en {
  position: relative;
}
.cmshtml .case_link {
  position: relative;
}
.cmshtml .case_link a {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.cmshtml .case_link a:before {
  background: #fff;
}
.cmshtml .case_link a:after {
  border-color: #fff;
}
.cmshtml .case_link a:hover {
  background: #fff;
  color: #009580;
}
.cmshtml .case_link a:hover:before {
  background: #009580;
}
.cmshtml .case_link a:hover:after {
  border-color: #009580;
}
.cmshtml .case_slides {
  display: flex;
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .case_slides .slick-list {
  padding-bottom: 15px;
}
.cmshtml .case_slide {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  padding: 25px 20px;
  margin: 0 25px;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.cmshtml .case_slides .slick-prev, .cmshtml .case_slides .slick-next {
  background: #009580;
  height: 45px;
  width: 45px;
  top: -85px;
  right: auto;
  transition: all 0.3s;
}
.cmshtml .case_slides .slick-prev {
  left: 265px;
}
.cmshtml .case_slides .slick-next {
  left: 320px;
}
.cmshtml .case_slides .slick-prev:before, .cmshtml .case_slides .slick-next:before {
  display: none !important;
}
.cmshtml .case_slides .slick-prev:after, .cmshtml .case_slides .slick-next:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 11px;
  height: 16px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .case_slides .slick-prev:after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.cmshtml .case_slides .slick-next:after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.cmshtml .case_slides .slick-prev:hover, .cmshtml .case_slides .slick-next:hover {
  background: #000000;
}
.cmshtml .case_img {
  height: 215px;
}
.cmshtml .case_tag {
  background: #009580;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 15px;
  position: relative;
  z-index: 10;
  transform: translate(-20px, -50%);
}
.cmshtml .case_textbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.cmshtml .case_txt {
  position: relative;
margin-bottom: 20px;
}
.cmshtml .case_slide_link {
  margin-top: auto;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .cmshtml .case_slide {
    padding: 25px 20px;
    margin: 0 10px;
  }
  .cmshtml .case_title_box {
    margin-bottom: 30px;
  }
  .cmshtml .case_titwrap {
    padding-right: 0;
  }
  .cmshtml .case_textbox {
    min-height: 150px !important;
  }
  .cmshtml .case_slide_link {
    margin-top: auto;
  }
  .cmshtml .case_slides {
    padding-top: 60px;
  }
  .cmshtml .case_slides .slick-prev, .cmshtml .case_slides .slick-next {
    top: 0;
  }
  .cmshtml .case_slides .slick-prev {
    left: 0;
    transform: none !important;
  }
  .cmshtml .case_slides .slick-next {
    left: 60px;
    transform: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_case {
    padding: 60px 4% 0;
    margin-bottom: 100px;
  }
  .cmshtml .case_slide {
    padding: 10px 10px 20px;
  }
  .cmshtml .case_tag {
    transform: translate(-10px, -50%);
  }
  .cmshtml .case_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_case {
    padding: 40px 4% 0;
    margin-bottom: 60px;
  }
  .cmshtml .case_title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cmshtml .case_slide {
    margin: 0;
  }
  .cmshtml .case_link {
    margin-top: 20px;
    text-align: center;
  }
}
/*------------------------------------------------------

------------------------------------------------------*/
.cmshtml .sec_voice {
  padding: 140px 4% 180px;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  transform: none !important;
}
.cmshtml .sec_voice:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_voice {
    background-attachment: scroll;
  }
}
.cmshtml .sec_voice > * {
  position: relative;
  z-index: 5;
}
.cmshtml .voice_inwrap {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .voice_inwrap > div:nth-child(1) {
  width: 45%;
}
.cmshtml .voice_inwrap > div:nth-child(2) {
  width: 55%;
}
.cmshtml .voice_titwrap {
  position: relative;
}
.cmshtml .voice_tit {
  color: #fff;
  font-size: 59px;
  font-weight: 600;
}
.cmshtml .voice_tit a {
  color: #fff;
}
.cmshtml .voice_txt {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.cmshtml .voice_txt a {
  color: #fff;
}
.cmshtml .sp_txt {
  display: none;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_voice {
    padding: 100px 4%;
  }
  .cmshtml .voice_inwrap {
    display: block;
  }
  .cmshtml .voice_inwrap > div:nth-child(1), .cmshtml .voice_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .voice_titwrap {
    margin-bottom: 40px;
  }
  .cmshtml .voice_tit {
    font-size: 40px;
  }
  .cmshtml .voice_txt {
    font-size: 18px;
  }
  .cmshtml .pc_txt {
    display: none;
  }
  .cmshtml .sp_txt {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_voice {
    padding: 60px 4%;
  }
  .cmshtml .voice_titwrap {
    margin-bottom: 30px;
  }
  .cmshtml .voice_tit {
    font-size: 30px;
  }
  .cmshtml .voice_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .voice_tit {
    font-size: 22px;
    text-align: center;
  }
  .cmshtml .voice_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  max-width: 1610px;
  width: 96%;
  margin: 170px auto 150px;
}
.cmshtml .sec_bnr > div {
  width: calc(20% - 24px);
  margin: 0 12px 24px;
}
.cmshtml .bnr_box {
  background: #131313;
  border: 1px solid #707070;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}
.cmshtml .bnr_img {
  position: absolute;
  z-index: 1;
  opacity: 0.43;
  transition: all 0.5s ease;
}
.cmshtml .bnr_box:hover .bnr_img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .bnr_inbox {
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease;
}
.cmshtml .bnr_box:hover .bnr_inbox {
  border-color: transparent;
}
.cmshtml .bnr_mark {
  text-align: center;
  margin-bottom: 20px;
}
.cmshtml .bnr_txt {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_bnr {
    margin: 100px auto;
  }
  .cmshtml .sec_bnr > div {
    width: calc(33.33333% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .bnr_box {
    padding: 10px;
  }
  .cmshtml .bnr_inbox {
    padding: 20px;
  }
  .cmshtml .bnr_txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_bnr {
    display: block;
    margin: 60px auto;
    width: 92%;
  }
  .cmshtml .sec_bnr > div {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 360px;
  }
  .cmshtml .bnr_box {
    padding: 10px;
  }
  .cmshtml .bnr_inbox {
    padding: 20px;
  }
  .cmshtml .bnr_mark {
    max-width: 90px;
  }
  .cmshtml .bnr_txt {
    font-size: 22px;
  }
}
/*------------------------------------------------------
company
------------------------------------------------------*/
.cmshtml .sec_company {
  background: #D1D1D1;
  padding: 0 4%;
}
.cmshtml .sec_company:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .company_inwrap {
  background: #fff;
  align-items: center;
  max-width: 1610px;
  width: 100%;
  margin: 0 auto 125px;
  padding: 30px 8% 50px;
  position: relative;
  z-index: 5;
}
.cmshtml .company_inwrap > div:nth-child(1) {
  width: 335px;
}
.cmshtml .company_inwrap > div:nth-child(2) {
  width: calc(100% - 335px);
}
.cmshtml .company_title_box {
  position: relative;
}
.cmshtml .company_titwrap {
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .company_tit_ja {
  position: relative;
}
.cmshtml .company_tit_en {
  position: relative;
}
.cmshtml .company_link {
  position: relative;
}
.cmshtml .company_textbox {
  position: relative;
}
.cmshtml .company_title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.cmshtml .company_txt {
  font-weight: 500;
}
.cmshtml .company_catch {
  max-width: 1610px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .cmshtml .company_inwrap {
    align-items: flex-start;
  }
  .cmshtml .company_inwrap > div:nth-child(1) {
    width: 250px;
  }
  .cmshtml .company_inwrap > div:nth-child(2) {
    width: calc(100% - 250px);
  }
  .cmshtml .company_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .company_inwrap {
    margin: 0 auto 60px;
    padding: 30px 4%;
  }
  .cmshtml .company_title_box {
    margin-bottom: 20px;
  }
  .cmshtml .company_titwrap {
    margin-bottom: 10px;
  }
  .cmshtml .company_link {
    text-align: right;
  }
  .cmshtml .company_inwrap > div:nth-child(1), .cmshtml .company_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .company_title {
    margin-bottom: 20px;
  }
  .cmshtml .company_catch {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_company {
    border-bottom: 1px solid #fff;
  }
  .cmshtml .company_title {
    font-size: 18px;
  }
  .cmshtml .company_inwrap {
    padding: 0 4% 30px;
    margin: 0 auto 30px;
  }
  .cmshtml .company_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #fff;
  padding: 0;
}
.cmshtml .sec_contact {
  background: #1A1A19;
}
.cmshtml .sec_contact > div {
  width: 50%;
}
.cmshtml .faq_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 65px 4% 75px;
  position: relative;
}
.cmshtml .faq_box > * {
  position: relative;
  z-index: 5;
}
.cmshtml .faq_bg {
  position: absolute;
  z-index: 1;
  opacity: 0.22;
}
.cmshtml .faq_inwrap {
  color: #fff;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .faq_titwrap {
  margin-bottom: 25px;
}
.cmshtml .faq_tit_ja {
  color: #fff;
}
.cmshtml .faq_tit_en {
  color: #fff;
}
.cmshtml .faq_catch {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}
.cmshtml .faq_txt {
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.cmshtml .contact_link a {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.cmshtml .contact_link a:before {
  background: #fff;
}
.cmshtml .contact_link a:after {
  border-color: #fff;
}
.cmshtml .contact_link a:hover {
  background: #fff;
  color: #009580;
}
.cmshtml .contact_link a:hover:before {
  background: #009580;
}
.cmshtml .contact_link a:hover:after {
  border-color: #009580;
}
.cmshtml .tel_mail_box {
  position: relative;
}
.cmshtml .tel_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 50%;
  position: relative;
}
.cmshtml .tel_contact > * {
  position: relative;
  z-index: 5;
}
.cmshtml .tel_bg {
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}
.cmshtml .tel_box {
  position: relative;
}
.cmshtml .tel_tit {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
}
.cmshtml .tel_num {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  padding-left: 72px;
  position: relative;
}
.cmshtml .tel_num:before {
  background-image: url("../img/contact_tel-wht.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .tel_tit a, .cmshtml .tel_num a {
  color: #fff;
}
.cmshtml .mail_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 50%;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cmshtml .mail_contact > * {
  position: relative;
  z-index: 5;
}
.cmshtml .mail_bg {
  position: absolute;
  z-index: 1;
  opacity: 0.4;
  transition: all 0.5s ease;
}
.cmshtml .mail_contact:has(a):hover .mail_bg {
  opacity: 0.7;
  transform: scale(1.1);
}
.cmshtml .mail_txt {
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  padding: 6px 0;
  padding-left: 105px;
  position: relative;
}
.cmshtml .mail_txt:before {
  background-image: url("../img/contact_mail-wht.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 71px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .mail_txt a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .cmshtml .faq_catch {
    font-size: 20px;
  }
  .cmshtml .faq_txt {
    font-size: 14px;
  }
  .cmshtml .tel_tit {
    font-size: 20px;
  }
  .cmshtml .tel_num {
    font-size: 40px;
    padding-left: 50px;
  }
  .cmshtml .tel_num:before {
    width: 28px;
  }
  .cmshtml .mail_txt {
    font-size: 20px;
    padding-left: 60px;
  }
  .cmshtml .mail_txt:before {
    width: 36px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_contact {
    display: block;
  }
  .cmshtml .sec_contact > div {
    width: 100%;
  }
  .cmshtml .faq_box, .cmshtml .tel_contact, .cmshtml .mail_contact {
    border-bottom: 1px solid #aaa;
  }
  .cmshtml .faq_catch {
    font-size: 16px;
  }
  .cmshtml .faq_box {
    padding: 50px 4%;
  }
  .cmshtml .tel_contact {
    padding: 50px 20px;
    min-height: 1px;
  }
  .cmshtml .mail_contact {
    padding: 50px 20px;
    min-height: 1px;
  }
  .cmshtml .tel_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cmshtml .tel_tit {
    font-size: 18px;
  }
  .cmshtml .mail_txt {
    font-size: 18px;
    padding-left: 40px;
  }
  .cmshtml .mail_txt:before {
    width: 28px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .tel_num {
    font-size: 30px;
    padding-left: 36px;
  }
  .cmshtml .tel_num:before {
    width: 22px;
  }
  .cmshtml .faq_box {
    padding: 40px 20px;
  }
}
/*----------------*/
.cmshtml .sec_goc {
  padding: 65px 4% 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmshtml .goc_titwrap {
  position: relative;
  margin-bottom: 40px;
}
.cmshtml .goc_tit_ja {
  position: relative;
}
.cmshtml .goc_tit_en {
  position: relative;
}
.cmshtml .goc_inwrap {
  justify-content: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .goc_bnr {
  margin: 0 15px 30px;
  position: relative;
  transition: all 0.3s;
  text-align: center;
}
.cmshtml .goc_bnr a {
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  display: block;
  transition: all 0.3s;
}
.cmshtml .goc_bnr a:hover {
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  transform: translateY(2px);
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_goc {
    padding: 50px 2% 30px;
  }
  .cmshtml .goc_bnr {
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_goc {
    padding: 30px 2%;
  }
  .cmshtml .goc_titwrap {
    margin-bottom: 30px;
  }
  .cmshtml .goc_bnr {
    margin: 0 10px 20px;
  }
  .cmshtml .goc_inwrap > div {
    width: calc(50% - 10px);
  }
  .cmshtml .goc_bnr {
    margin: 0 5px 10px;
  }
  .cmshtml .goc_bnr a {
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 3px;
  }
}
/*----------------*/
.cmshtml .f_inwrap {
  background: #0F8B79;
  padding: 0;
  position: relative;
}
.cmshtml .f_about {
  max-width: 1610px;
  width: 96%;
  margin: 0 auto;
  padding: 35px 0 15px;
  position: relative;
}
.cmshtml .f_logo {
  margin-bottom: 20px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_txt, .cmshtml .f_txt_s, .cmshtml .f_txt a, .cmshtml .f_txt_s a {
  color: #fff;
}
.cmshtml .f_txt, .cmshtml .f_txt_s {
  padding-left: 2.4%;
  font-weight: 600;
}
.cmshtml .f_txt {
  font-size: 15px;
  margin-bottom: 5px;
}
.cmshtml .f_txt_s {
  font-size: 14px;
}
.cmshtml .f_flex {
  position: relative;
}
.cmshtml .f_flex .f_txt_s + .f_txt_s {
  margin-left: 10px;
}
.cmshtml .f_sns_wrap {
  align-items: center;
  justify-content: center;
}
.cmshtml .f_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cmshtml .f_sns + .f_sns {
  margin-left: 18px;
}
.cmshtml .f_sns_txt, .cmshtml .f_sns_txt a {
  color: #fff;
}
.cmshtml .f_sns_txt {
  margin-left: 25px;
  font-weight: 600;
}
.cmshtml .f_sns img {
  transition: all 0.3s;
}
.cmshtml .f_sns a:hover img {
  filter: brightness(0);
}
.cmshtml .copyright {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 19px 10px;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #fff;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .cmshtml .f_logo {
    text-align: center;
  }
  .cmshtml .f_txt, .cmshtml .f_txt_s {
    padding-left: 0;
    text-align: center;
  }
  .cmshtml .f_flex {
    justify-content: center;
    margin: 10px auto;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #000;
  padding: 230px 5.5% 200px;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.85;
}
.cmshtml #title_wrap .inwrap {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title {
  font-weight: 600;
}
.cmshtml .page_title01 {
  font-size: 59px;
}
.cmshtml .page_title02 {
  font-size: 22px;
  padding: 0 10px;
}
.cmshtml .subpage_contents {
  padding: 30px 0 60px;
}
.cmshtml .subpage_contents > * {
  max-width: 1200px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.cmshtml .blog_frame {
  background: #F5F5F5;
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #F5F5F5;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  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: #83AF41;
}
.cmshtml .p_link {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 16px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #83AF41;
  content: "";
  margin: auto;
  width: 8px;
  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 {
  color: #131313;
  font-size: 30px !important;
  font-weight: 600 !important;
  padding: 0 5px 20px;
}
.cmshtml .rdplanetitle h2:before, .cmshtml .rdplanetitle h2:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin: auto;
  position: absolute;
  left: 0;
  z-index: auto;
}
.cmshtml .rdplanetitle h2:before {
  background: #83AF41;
  width: 38%;
  height: 4px;
  bottom: 10px;
}
.cmshtml .rdplanetitle h2:after {
  background: #009580;
  width: 19%;
  height: 2px;
  bottom: 0;
}
.cmshtml .rdplanetitle h3 {
  color: #181818;
  font-size: 25px !important;
  font-weight: 600 !important;
  padding: 0 5px 15px;
  position: relative;
}
.cmshtml .rdplanetitle h3:after {
  background-color: #009580;
  content: "";
  display: block;
  width: 47%;
  height: 2px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cmshtml .rdplanetitle h4 {
  background: #83AF41;
  color: #fff;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding: 5px 14px;
}
.cmshtml .rdplanetitle h4 a {
  color: #fff;
}
.cmshtml .rdplanetitle h5 {
  background: #D1D1D1;
  color: #131313;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding: 5px 14px;
}
.cmshtml .rdplanetitle h6 {
  color: #2E2E2E;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 0 25px;
}
.cmshtml .rdplanetitle h6:before {
  background-color: #009580;
  border-radius: 2px;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
/*---------------
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: #009580;
  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: #009580;
  font-weight: 500;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
  font-weight: 500;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #F5F5F5;
  border-left: 20px solid #009580;
  align-items: center;
  justify-content: space-between;
  padding: 5px 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;
  color: #2B2B2B;
  font-size: 12px;
  font-weight: 600;
}
.cmshtml .mark_btn .link_btn01 a {
  background: #fff;
  border-radius: 0;
  border: 1px solid #009580;
  display: inline-block;
  color: #2B2B2B;
  text-align: center;
  text-decoration: none;
  padding: 5px 16px;
  min-width: 1px;
  transition: all 0.3s;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  background: #009580;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 2px solid #009580;
  align-items: center;
  flex-flow: nowrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.cmshtml .ico_title02 {
  border-bottom: none;
  padding-bottom: 0;
}
.cmshtml .ico_title > div:first-child {
  max-width: 55px;
  min-width: 55px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  /*border-bottom: 1px solid #ededed;*/
  padding: 20px 0;
}
.cmshtml .qa_q {
  color: #2B2B2B;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_q:before, .cmshtml .qa_a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 48px;
  height: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #009580;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #83AF41;
  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-bottom: 1px solid #A2A1A1;
  padding: 0 20px 10px 0;
}
/*---------------
bt line
---------------*/
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 15px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 3px solid #009580 !important;
  padding-right: 20px;
  width: 16%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 84%;
}
/*---------------
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: #F5F5F5;
  line-height: 2;
  padding: 30px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 0);
  margin-top: 60px;
}
.cmshtml .img_txt02 .txt_div {
  padding: 30px;
  padding-right: 6%;
  transform: translate(3%, 0);
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #009580;
  position: relative;
}
.cmshtml .step_div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmshtml .step_div > div:first-child {
  max-width: 130px;
  min-width: 130px;
}
.cmshtml .step_div > div:nth-child(2) {
  max-width: calc(100% - 130px);
}
.cmshtml .step_div > div + div {
  border-left: 1px solid #009580;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #009580;
  font-size: 28px;
  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 #009580;
  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 #009580;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  background: #fff;
  border: 1px solid #23A943;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 45px 15px 30px !important;
  position: relative;
}
.cmshtml .acco_box .acco_tit.active {
  color: #fff;
  background: #009580;
}
.cmshtml .acco_box .acco_tit.active a {
  color: #fff;
}
.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_box .acco_tit.active:before, .cmshtml .acco_box .acco_tit.active:after {
  background: #fff;
}
.cmshtml .acco_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .hide_area {
  display: none;
  border-top: 1px solid #ededed;
  padding: 15px 3%;
}
.cmshtml .hide_area > * + * {
  margin-top: 15px;
}
.cmshtml .acco_box:before {
  border: 5px solid #009580;
}
.cmshtml .acco_box .acco_tit {
  color: #009580;
}
.cmshtml .acco_box .acco_tit:before, .cmshtml .acco_box .acco_tit:after {
  background: #009580;
}
.cmshtml .acco_box.faq_acco:before {
  border-radius: 0;
  border: none;
  content: "Q";
  color: #009580;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 0.3s;
}
.cmshtml .acco_box.faq_acco .acco_tit {
  padding: 15px 45px 15px 65px !important;
}
.cmshtml .acco_box.faq_acco .hide_area {
  padding: 15px 45px 15px 65px;
  position: relative;
}
.cmshtml .acco_box.faq_acco .hide_area:before {
  border-radius: 0;
  border: none;
  content: "A";
  color: #009580;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 0.3s;
}
/*---------------
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;
}
.cmshtml .img_blackMask .mask_txt, .cmshtml .img_blackMask .mask_txt p, .cmshtml .img_blackMask .mask_txt a {
  color: #FFF;
}
/*---------------
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;
  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;
}
@media screen and (max-width: 768px) {
  .cmshtml .bg_fixed {
    background-attachment: scroll;
  }
}
.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 #F5F5F5;
  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 .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;
}