@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext p, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
}
.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: "Noto Sans JP", sans-serif;
  margin: 0;
  box-sizing: border-box;
}

.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .outfit, .cmshtml .outfit * {
  font-family: "Outfit", sans-serif;
}
.cmshtml .yu_Gothic, .cmshtml .yu_Gothic {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
}
.cmshtml .maru_Gothic, .cmshtml .maru_Gothic * {
  font-family: "irohamaru-mikami", 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
}
.cmshtml .mochiy_pop, .cmshtml .mochiy_pop * {
  font-family: "Mochiy Pop One", 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: #FF9F20;
  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: 1s cubic-bezier(0.4, 0.4, 0, 1);
  transform: translateY(70px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .sec_tit {
  position: relative;
  font-size: 140px;
  font-size: min(7vw, 140px);
  font-weight: 200;
  line-height: 1;
}
.cmshtml .sec_tit_b {
  color: #063F92;
  font-weight: 100;
}
.cmshtml .sec_tit_y {
  color: #FF9F20;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_tit {
    font-size: 36px;
    font-weight: 400;
  }
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  background: #fff;
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 10px 120px 10px 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  border-bottom: 1px solid #666;
  border-right: 2px solid #666;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 45px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 50px;
  z-index: 0;
  transition: all 0.3s;
  transform: skewX(45deg);
}
.cmshtml .link_btn a:hover {
  background: #666;
  color: #fff;
}
.cmshtml .link_btn a:hover:after {
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
}
.cmshtml .link_btn.btn_blue a {
  border: 1px solid #063F92;
  color: #063F92;
}
.cmshtml .link_btn.btn_blue a:after {
  border-bottom: 1px solid #063F92;
  border-right: 2px solid #063F92;
}
.cmshtml .link_btn.btn_blue a:hover {
  background: #063F92;
  color: #fff;
}
.cmshtml .link_btn.btn_blue a:hover:after {
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
}
.cmshtml .link_btn.btn_yellow a {
  border: 1px solid #FF9F20;
  color: #FF9F20;
}
.cmshtml .link_btn.btn_yellow a:after {
  border-bottom: 1px solid #FF9F20;
  border-right: 2px solid #FF9F20;
}
.cmshtml .link_btn.btn_yellow a:hover {
  background: #FF9F20;
  color: #fff;
}
.cmshtml .link_btn.btn_yellow a:hover:after {
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
}
.cmshtml .link_btn02 {
  color: #063F92;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #063F92 1px solid;
  display: inline-block;
  color: #063F92;
  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: #063F92;
  color: #fff;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  content: '';
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  z-index: 10;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before {
  background-image: url("../img/icon-pdf-m.svg");
}
.cmshtml .link_btn02 a[href*=".doc"]:before {
  background-image: url("../img/icon-word-m.svg");
}
.cmshtml .link_btn02 a[href*=".xls"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn02 a[href*=".xlsx"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.cmshtml .circle_link {
  font-weight: 500;
}
.cmshtml .circle_link a {
  display: inline-block;
  padding: 10px 0;
  padding-right: 80px;
  text-decoration: none;
  position: relative;
}
.cmshtml .circle_link a:before, .cmshtml .circle_link a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  transition: all 0.3s;
}
.cmshtml .circle_link a:before {
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.cmshtml .circle_link a:after {
  border-bottom: 1px solid;
  border-right: 2px solid;
  width: 45px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 2;
  transform: skewX(55deg);
}
.cmshtml .c_y_link a {
  color: #FF9F20;
}
.cmshtml .c_y_link a:before {
  border-color: #FF9F20;
}
.cmshtml .c_y_link a:after {
  border-color: #FF9F20;
}
.cmshtml .c_y_link a:hover:before {
  background: #FF9F20;
}
.cmshtml .c_y_link a:hover:after {
  border-color: #fff;
}
.cmshtml .c_b_link a {
  color: #063F92;
}
.cmshtml .c_b_link a:before {
  border-color: #063F92;
}
.cmshtml .c_b_link a:after {
  border-color: #063F92;
}
.cmshtml .c_b_link a:hover:before {
  background: #063F92;
}
.cmshtml .c_b_link a:hover:after {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .cmshtml .circle_link, .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 5px 80px 5px 30px;
  }
  .cmshtml .link_btn a:after {
    width: 40px;
    right: 25px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  border-top: 3px solid #063F92;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 5% 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cmshtml #header + * {
  margin-top: 107px;
}
.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, .cmshtml .menu_tit:after {
    background: #063F92;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .cmshtml .li_txt a:before {
    background: #063F92;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .cmshtml .drop-menu:hover .li_txt a:before {
    transform: rotate(180deg);
  }
  .cmshtml .drop-menu:hover .li_txt a:after, .cmshtml .h_li a:hover:after, .cmshtml .mega_menu:hover .menu_tit:after {
    width: 100%;
  }
  .cmshtml .drop-menu:hover .li_txt a {
    color: #063F92;
  }
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
.cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .menu_tit {
  font-size: 20px;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #222;
  display: inline-block;
  position: relative;
  padding: 30px 0;
}
.cmshtml .h_li a:hover {
  color: #063F92;
}
@media screen and (min-width: 1001px) {
  .cmshtml .drawer-nav {
    position: inherit !important;
  }
  .cmshtml #navigation {
    transform: none !important;
  }
  .cmshtml #navigation > *:not(:last-child) {
    margin-right: 50px;
  }
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  background: #DEF5FF;
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.cmshtml .menu_inwrap {
  display: flex;
  max-width: 1020px;
  width: 100%;
  padding: 30px 10px 40px;
  margin: 0 auto;
}
.cmshtml .menu_inwrap > div:first-child {
  width: 163px;
}
.cmshtml .menu_inwrap > div:nth-child(2) {
  width: calc(100% - 163px);
}
.cmshtml .menu_tit {
  color: #063F92;
  font-size: 20px;
  font-weight: 500;
}
.cmshtml .menu_tit a {
  color: #063F92;
  text-decoration: none;
}
.cmshtml .drop_list {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .drop_list > div {
  width: calc(33.33333% - 30px);
  margin: 0 15px 0;
}
.cmshtml .drop_li {
  border-bottom: 1px solid #063F92;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #222;
  display: block;
  padding: 10px 40px 10px 10px;
  text-decoration: none;
  position: relative;
}
.cmshtml .drop_li a:after {
  border-bottom: 1px solid #063F92;
  border-right: 2px solid #063F92;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 20px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 0;
  transition: all 0.3s;
  transform: skewX(45deg);
}
.cmshtml .drop_li a:hover {
  background: #063F92;
  color: #fff;
}
.cmshtml .drop_li a:hover:after {
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #063F92;
  background-image: url("../img/chikyu.png");
  background-size: 20px auto;
  background-position: left 10px center;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  padding-left: 40px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  background-color: #0E65E3;
  color: #fff;
}
.cmshtml .selectlang_inner {
  display: none;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #063F92;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  padding: 5px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background-color: #0E65E3;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background-color: #0E65E3;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang.open_menu .selectlang_btn {
    background-color: #0E65E3;
  }
  .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;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .selectlang_inner {
    display: none;
    background: #d7e8ff;
  }
  .cmshtml .selectlang_inner a {
    font-size: 12px;
    padding: 5px 30px;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
}
.cmshtml #mainvisual {
  position: relative;
}
.cmshtml #slide_wrap {
  width: 100%;
  height: 800px;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catch_txt {
  text-align: center;
}

.cmshtml .catch_txt01,
.cmshtml .catch_txt01 a {
    color: #fff;
}
.cmshtml .catch_txt01 {
    font-size: min(4.1vw,68px);
    font-weight: 500;
    text-shadow: rgba(34,34,34,0.8) 3px 3px 6px;
}
.cmshtml .catch_txt02,
.cmshtml .catch_txt02 a {
    color: #FF9F20;
}
.cmshtml .catch_txt02 {
    font-size: min(2.5vw,42px);
    font-weight: 500;
    text-shadow: rgba(255,255,255,1) 3px 3px 6px;
}



@media screen and (max-width: 1600px) {
  .cmshtml #slide_wrap {
    height: 600px;
  }

}
@media screen and (max-width: 1300px) {
  .cmshtml #slide_wrap {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml #slide_wrap {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .cmshtml #slide_wrap {
    height: 300px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  background: #063F92;
  padding: 94px 4% 110px;
}
.cmshtml .sec_about:before {
  background: #fff;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  width: 100%;
  height: 280px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.cmshtml .sec_about > * {
  position: relative;
  z-index: 5;
}
.cmshtml .about_copy {
  color: #fff;
  position: absolute;
  right: -5px;
  top: 10px;
  z-index: 2;
}
.cmshtml .about_inwrap {
  align-items: flex-start;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .about_inwrap > div:first-child {
  width: 29%;
}
.cmshtml .about_inwrap > div:nth-child(2) {
  width: 71%;
}
.cmshtml .about_imgbox {
  padding-right: 226px;
  padding-bottom: 300px;
  padding-right: 13.8%;
  padding-bottom: 18%;
  position: relative;
}
.cmshtml .about_img01 {
  position: relative;
  z-index: 1;
}
.cmshtml .about_img02 {
  width: 72%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .about_textbox {
  max-width: 900px;
  padding-top: 70px;
  padding-left: 2%;
  position: relative;
}
.cmshtml .about_tit {
  color: #FFAD41;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}
.cmshtml .about_txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-left: 4%;
  padding-right: 6.3%;
  margin-bottom: 55px;
}
.cmshtml .about_txt a {
  color: #fff;
}
.cmshtml .about_link {
  text-align: right;
}
.cmshtml .about_link.link_btn.btn_blue a {
  border: 1px solid #fff;
}
@media screen and (max-width: 1600px) {
  .cmshtml .sec_about {
    padding: 60px 4% 90px;
  }
  .cmshtml .sec_about:before {
    height: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_about {
    padding: 60px 4% 30px;
  }
  .cmshtml .sec_about:before {
    height: 80px;
  }
  .cmshtml .about_copy {
    right: 0;
  }
  .cmshtml .about_imgbox {
    padding-right: 10%;
    padding-bottom: 10%;
  }
  .cmshtml .about_textbox {
    padding-top: 40px;
  }
  .cmshtml .about_tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .cmshtml .about_txt {
    font-size: 16px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .about_tit {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_about:before {
    display: none;
  }
  .cmshtml .about_copy {
    right: 10px;
  }
  .cmshtml .about_inwrap > div:first-child, .cmshtml .about_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .about_imgbox {
    max-width: 470px;
    margin: 0 auto 30px;
    margin-left: 0;
  }
  .cmshtml .about_img02 {
    width: 55%;
  }
  .cmshtml .about_textbox {
    padding-top: 0;
  }
  .cmshtml .about_tit {
    font-size: 20px;
  }
  .cmshtml .about_txt {
    padding: 0;
  }
}
/*------------------------------------------------------
projects
------------------------------------------------------*/
.cmshtml .sec_projects {
  margin: 50px auto 150px;
  max-width: 1200px;
  width: 92%;
}
.cmshtml .proj_tit {
  color: #063F92;
  text-align: center;
  margin-bottom: 25px;
}
.cmshtml .proj_inwrap {
  position: relative;
}
.cmshtml .proj_inwrap > div {
  width: 33.3333%;
}
.cmshtml .proj_box {
  border-bottom: 1px solid #063F92;
  border-left: 1px solid #063F92;
  padding: 40px 24px 33px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .proj_box > * {
  position: relative;
  z-index: 5;
}
.cmshtml .proj_box:nth-child(1), .cmshtml .proj_box:nth-child(2), .cmshtml .proj_box:nth-child(3) {
  border-top: 1px solid #063F92;
}
.cmshtml .proj_box:nth-child(3n),
.cmshtml .proj_box:last-child {
  border-right: 1px solid #063F92;
}
.cmshtml .proj_num {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 9px 14px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml .proj_num:before {
  background: #063F92;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.cmshtml .proj_num a {
  color: #fff;
}
.cmshtml .proj_img {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    margin: 0 auto 30px;
    overflow: hidden;
}
.cmshtml .proj_name {
  color: #063F92;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.cmshtml .proj_txt {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cmshtml .proj_link {
  text-align: center;
  position: relative;
}
.cmshtml .proj_box:has(.proj_link a:hover) {
  background: #E5EFFF;
}
@media screen and (max-width: 1400px) {
  .cmshtml .proj_num {
    font-size: 20px;
  }
  .cmshtml .proj_name {
    font-size: 20px;
  }
  .cmshtml .proj_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_projects {
    margin: 50px auto 60px;
  }
  .cmshtml .proj_inwrap > div {
    width: 50%;
  }
  .cmshtml .proj_box:nth-child(3) {
    border-top: none;
  }
  .cmshtml .proj_box:nth-child(3n) {
    border-right: none;
  }
  .cmshtml .proj_box:nth-child(2n) {
    border-right: 1px solid #063F92;
  }
  .cmshtml .proj_num {
    font-size: 20px;
  }
  .cmshtml .proj_name {
    font-size: 20px;
  }
  .cmshtml .proj_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .proj_num {
    font-size: 18px;
    padding: 5px 10px;
    width: 80px;
    height: 80px;
  }
  .cmshtml .proj_img {
    margin-bottom: 10px;
    width: 180px;
    height: 180px;
}
  .cmshtml .proj_name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cmshtml .proj_txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cmshtml .proj_box {
    padding: 30px 10px 10px;
  }
}
@media screen and (max-width: 460px) {
  .cmshtml .proj_inwrap > div {
    width: 100%;
  }
  .cmshtml .proj_box:nth-child(2n), .cmshtml .proj_box:nth-child(3) {
    border-top: none;
  }
  .cmshtml .proj_box:nth-child(1n) {
    border-right: 1px solid #063F92;
  }
  .cmshtml .proj_box {
    padding: 30px;
  }
}
/*------------------------------------------------------
company
------------------------------------------------------*/
.cmshtml .sec_company {
  background: url("../img/bg_company.png") no-repeat center bottom;
  background-size: 100% auto;
  background-size: 100% 90%;
  padding: 0 4% 100px;
}
.cmshtml .company_titwrap {
  max-width: 1475px;
  width: 100%;
  margin: 0 auto 75px;
}
.cmshtml .company_titwrap > * {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
}
.cmshtml .company_tit {
  color: #063F92;
  margin-bottom: 40px;
}
.cmshtml .company_txt {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.cmshtml .company_links {
  background: rgba(255, 255, 255, 0.85);
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 20px;
}
.cmshtml .company_links > div {
  width: calc(33.3333% - 60px);
  margin: 0 30px 30px;
}
.cmshtml .company_link {
  border-bottom: 1px solid #063F92;
  color: #063F92;
  font-size: 20px;
  font-weight: 500;
}
.cmshtml .company_link a {
  display: block;
  color: #063F92;
  text-decoration: none;
  padding: 0 65px 13px 10px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .company_link a:before {
  background: #fff;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  border: 1px solid #063F92;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .company_link a:after {
  border-bottom: 1px solid #063F92;
  border-right: 2px solid #063F92;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 45px;
  height: 8px;
  top: 0;
  bottom: 5px;
  right: 20px;
  z-index: 2;
  transition: all 0.3s;
  transform: skewX(55deg);
}
.cmshtml .company_link a:hover {
  color: #0067FF;
}
.cmshtml .company_link a:hover:before {
  background: #063F92;
}
.cmshtml .company_link a:hover:after {
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 1600px) {
  .cmshtml .company_titwrap {
    max-width: 1030px;
    margin: 0 auto 30px;
  }
  .cmshtml .company_titwrap > * {
    max-width: none;
    text-align: right;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_company {
    padding: 0 4% 30px;
  }
  .cmshtml .company_links {
    padding: 40px 20px 10px;
  }
  .cmshtml .company_links > div {
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_company {
    background-size: 100% 100%;
  }
  .cmshtml .company_tit {
    margin-bottom: 20px;
  }
  .cmshtml .company_txt {
    font-size: 16px;
  }
  .cmshtml .company_link {
    font-size: 16px;
  }
  .cmshtml .company_link a:before {
    width: 30px;
    height: 30px;
  }
  .cmshtml .company_link a:after {
    width: 35px;
    height: 6px;
    bottom: 10px;
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_company {
    background-size: auto 100%;
    padding-top: 30px;
  }
  .cmshtml .company_txt {
    font-size: 14px;
  }
  .cmshtml .company_links > div {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .company_link {
    font-size: 14px;
  }
  .cmshtml .company_link a:after {
    width: 30px;
    height: 5px;
    bottom: 7px;
    right: 13px;
  }
}
@media screen and (max-width: 480px) {
  .cmshtml .sec_company {
    background-position: top right;
  }
  .cmshtml .company_titwrap > * {
    text-align: left;
  }
  .cmshtml .company_links > div {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  max-width: 1330px;
  width: 92%;
  margin: 170px auto;
}
.cmshtml .sec_info > div:first-child {
  width: 34%;
}
.cmshtml .sec_info > div:nth-child(2) {
  width: 66%;
}
.cmshtml .info_inwrap {
  padding-right: 4%;
}
.cmshtml .info_tit {
  color: #FF9F20;
  margin-bottom: 125px;
  text-align: center;
}
.cmshtml .info_link {
  text-align: center;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 15px;
}
.cmshtml .news_div {
  border-bottom: 1px solid #FF9F20;
  padding: 25px 70px 25px 25px;
  flex-flow: nowrap;
  position: relative;
}
.cmshtml .news_div:before {
  background: #FF9F20;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -4px;
  left: 0;
  z-index: 0;
}
.cmshtml .news_div:after {
  border-bottom: 1px solid #FF9F20;
  border-right: 2px solid #FF9F20;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 45px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 0;
  transition: all 0.3s;
  transform: skewX(45deg);
}
.cmshtml .info_date {
  max-width: 121px;
  min-width: 121px;
}
.cmshtml .info_txt {
  margin-left: 65px;
}
@media screen and (max-width: 1400px) {
  .cmshtml .sec_info {
    margin: 100px auto;
  }
  .cmshtml .news_div {
    padding: 15px 60px 15px 15px;
  }
  .cmshtml .info_txt {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    margin: 60px auto;
  }
  .cmshtml .sec_info {
    display: block;
  }
  .cmshtml .sec_info > div:first-child, .cmshtml .sec_info > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .info_inwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 30px;
  }
  .cmshtml .info_tit {
    margin-bottom: 0;
  }
  .cmshtml .scnews {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .info_inwrap {
    display: block;
    margin-bottom: 20px;
  }
  .cmshtml .info_tit {
    margin-bottom: 20px;
  }
  .cmshtml .news_div {
    display: block;
    padding: 10px 30px 10px 0;
  }
  .cmshtml .news_div:before {
    width: 4px;
    height: 4px;
    bottom: -2px;
  }
  .cmshtml .news_div:after {
    width: 15px;
    height: 4px;
  }
  .cmshtml .info_date {
    max-width: none;
    min-width: 1px;
    font-size: 14px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
    margin-left: 0;
  }
}
/*------------------------------------------------------
rec
------------------------------------------------------*/
.cmshtml .sec_rec {
 /* background: url("../img/bg_rec.jpg") no-repeat left top;
  background-size: cover;*/
  padding: 105px 0 0;
  margin-bottom: 80px;
}
.cmshtml .rec_tit {
  color: #063F92;
  max-width: 1150px;
  width: 90%;
  margin: 0 auto 15px;
}
.cmshtml .rec_inwrap {
  padding-top: 100px;
  padding-bottom: 90px;
  position: relative;
}
.cmshtml .rec_inwrap:before {
  background: #fff;
  content: "";
  display: block;
  width: 90%;
  max-width: 1430px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.cmshtml .rec_textbox {
  max-width: 1506px;
  width: 100%;
  margin: 0 auto 20px;
  padding-left: 20%;
  position: relative;
}
.cmshtml .rec_copy {
  color: #FFAD41;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.cmshtml .rec_txt {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-right: 10.6%;
}
.cmshtml .rec_link {
  text-align: right;
  padding-right: 6%;
}
.cmshtml .rec_imgbox {
  align-items: flex-start;
  padding-left: 11.2%;
  max-width: 1506px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .rec_imgbox > div {
  width: calc(33.33333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.cmshtml .rec_img {
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
}
.cmshtml .rec_img:before {
  background: #FF9F20;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.cmshtml .rec_img img {
  position: relative;
  z-index: 10;
}
.cmshtml .rec_img01 {
  margin-top: 70px;
}
.cmshtml .rec_img03 {
  margin-top: 105px;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_rec {
    padding: 60px 0 0;
  }
  .cmshtml .rec_tit {
    margin-bottom: 30px;
  }
  .cmshtml .rec_inwrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .rec_copy {
    font-size: 22px;
  }
  .cmshtml .rec_txt {
    font-size: 16px;
    padding-right: 10.6%;
  }
  .cmshtml .rec_imgbox {
    padding-left: 14%;
  }
  .cmshtml .rec_imgbox > div {
    width: calc(33.33333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .cmshtml .rec_img03 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_rec {
    padding: 40px 0;
    margin: 0;
  }
  .cmshtml .rec_tit {
    font-weight: 500;
    text-align: center;
  }
  .cmshtml .rec_inwrap {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .rec_inwrap:before {
    display: none;
  }
  .cmshtml .rec_textbox {
    padding-left: 0;
    margin: 0 auto 30px;
  }
  .cmshtml .rec_copy {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .cmshtml .rec_txt {
    font-size: 14px;
    padding-right: 0;
  }
  .cmshtml .rec_link {
    padding-right: 0;
  }
  .cmshtml .rec_imgbox {
    padding-left: 0;
  }
  .cmshtml .rec_img01 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .cmshtml .rec_imgbox {
    justify-content: center;
  }
  .cmshtml .rec_imgbox > div {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .cmshtml .rec_img {
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .cmshtml .rec_img:before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
  .cmshtml .rec_img01, .cmshtml .rec_img03 {
    margin-top: 0;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #063F92;
  padding: 280px 4% 30px;
}
.cmshtml .contact_tit a, .cmshtml .contact_txt a, .cmshtml .f_txt a, .cmshtml .copyright a {
  color: #fff;
}
.cmshtml #footer:before {
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
  display: block;
  width: 100%;
  height: 280px;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
}
.cmshtml #footer .inwrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1610px;
  width: 100%;
  margin: 0 auto 50px;
}
.cmshtml .contact_box {
  text-align: center;
  position: relative;
}
.cmshtml .contact_tit {
  color: #fff;
  margin-bottom: 30px;
}
.cmshtml .contact_txt {
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.cmshtml .contact_link {
  color: #035FB9;
  font-size: 22px;
  font-weight: 600;
}
.cmshtml .contact_link a {
  background-color: #fff;
  background-image: url("../img/ico_mail.png");
  background-position: left 70px center;
  background-repeat: no-repeat;
  background-size: auto;
  color: #035FB9;
  text-decoration: none;
  display: inline-block;
  padding: 15px 70px 15px 150px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .contact_link a:hover {
  background-color: #BADCFF;
}
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_logo {
  text-align: right;
  margin-bottom: 20px;
}
.cmshtml .f_txt {
  color: #fff;
  font-weight: 500;
}
.cmshtml .f_flex {
  margin-top: 7px;
  justify-content: flex-end;
}
.cmshtml .f_flex .f_txt + .f_txt {
  margin-left: 15px;
}
.cmshtml #copy {
  text-align: center;
}
.cmshtml .copyright {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .cmshtml #footer {
    padding: 150px 4% 30px;
  }
  .cmshtml #footer:before {
    height: 150px;
  }
  .cmshtml .contact_link {
    font-size: 18px;
  }
  .cmshtml .contact_link a {
    background-position: left 30px center;
    background-size: 30px auto;
    padding: 15px 50px 15px 80px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #footer {
    padding: 100px 4% 30px;
  }
  .cmshtml #footer:before {
    height: 100px;
  }
  .cmshtml .contact_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cmshtml .contact_link {
    font-size: 16px;
  }
  .cmshtml .f_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml #footer {
    padding: 90px 4% 60px;
    margin-top: 30px;
  }
  .cmshtml #footer:before {
    height: 50px;
  }
  .cmshtml #footer .inwrap {
    display: block;
    margin: 0 auto 10px;
  }
  .cmshtml .contact_box {
    /*background: #59c5f6;*/
    margin-bottom: 30px;
    padding: 0;
    opacity: 1 !important;
    transform: translate(0) !important;
  }
  .cmshtml .contact_tit {
    margin-bottom: 10px;
  }
  .cmshtml .contact_txt {
    margin-bottom: 10px;
  }
  .cmshtml .contact_link {
    font-size: 14px;
  }
  .cmshtml .contact_link a {
    background-position: left 20px center;
    background-size: 20px auto;
    padding: 10px 30px 10px 60px;
  }
  .cmshtml .f_logo {
    max-width: 150px;
    margin: 0 auto 10px;
  }
  .cmshtml .f_txt {
    text-align: center;
  }
  .cmshtml .f_flex {
    margin-top: 7px;
    justify-content: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .f_txt {
    font-size: 12px;
  }
  .cmshtml #copy {
    margin-top: 10px;
  }
  .cmshtml .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 440px) {
  .cmshtml #footer {
    padding-bottom: 80px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  padding: 120px 2%;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.8;
}
.cmshtml #title_wrap .inwrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title01 {
  font-size: 30px;
  font-weight: 500;
    /*text-shadow: rgba(34,34,34,0.8) 2px 2px 3px;*/
}
.cmshtml .page_title02 {
  font-size: 16px;
  padding: 0 10px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 0 0 60px;
}
.cmshtml .subpage_contents > * {
  max-width: 1300px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  background: #ddd;
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #f4f5f7;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 20px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #063F92;
}
.cmshtml .p_link {
  font-size: 18px;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 14px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #063F92;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  margin: auto;
  width: 7px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  vertical-align: middle;
}
/*---------------
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: #063F92;
  font-size: 34px !important;
  font-weight: 600 !important;
  text-align: center;
  padding-bottom: 10px;
}
.cmshtml .rdplanetitle h2 a {
  color: #063F92;
}
.cmshtml .rdplanetitle h2:after {
  background-color: #FF9F20;
  background-color: #3e84ea;

  content: "";
  display: block;
  width: 80px;
  height: 5px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.cmshtml .rdplanetitle h3 {
  color: #063F92;
  font-size: 30px !important;
  font-weight: 600 !important;
  position: relative;
  z-index: 5;
  padding: 0 30px 5px;
}
.cmshtml .rdplanetitle h3 a {
  color: #063F92;
}
.cmshtml .rdplanetitle h3:before {
  background-color: #DEF5FF;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h4 {
  background: #FFEED6;
  border: 1px solid #FF9F20;
  color: #FF9F20;
  font-size: 28px !important;
  font-weight: 600 !important;
  padding: 3px 30px;
}
.cmshtml .rdplanetitle h4 a {
  color: #FF9F20;
}
.cmshtml .rdplanetitle h5 {
  border-top: 1px solid #063F92;
  border-bottom: 1px solid #063F92;
  color: #063F92;
  font-size: 26px !important;
  font-weight: 600 !important;
  padding: 4px 30px;
}
.cmshtml .rdplanetitle h5 a {
  color: #063F92;
}
.cmshtml .rdplanetitle h6 {
  color: #FF9F20;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding: 0 30px 9px;
}
.cmshtml .rdplanetitle h6 a {
  color: #FF9F20;
}
.cmshtml .rdplanetitle h6:before {
  background-color: #FF9F20;
  border-radius: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cmshtml .rdplanetitle h6:after {
  background-color: #FF9F20;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: 0;
}
/*---------------
list block
---------------*/
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1260px;
}
.cmshtml .list01_inwrap li {
  list-style: disc !important;
  display: list-item;
  color: #063F92;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 17px;
  max-width: 1260px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #063F92;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #def5ff;
  border-left: 20px solid #063F92;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  padding-left: 20px;
  position: relative;
}
.cmshtml .mark_btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(45deg);
}
.cmshtml .mark_btn .link_btn01 {
  text-align: right;
}
.cmshtml .mark_btn .link_btn01 a {
  background: #fff;
  border-radius: 0;
  border: 1px solid #063F92;
  display: inline-block;
  color: #063F92;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  min-width: 1px;
  transition: all 0.3s;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  background: #063F92;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #063F92;
  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: #063F92;
  font-size: 24px;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  line-height: 1.4;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_q:before, .cmshtml .qa_a:before {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #063F92;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #FF9F20;
  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 #063F92 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
/*---------------
img text
---------------*/
.cmshtml .img_txt {
  align-items: flex-start;
  margin-bottom: 90px;
  position: relative;
}
.cmshtml .img_div {
  width: 40%;
  position: relative;
  z-index: 3;
}
.cmshtml .txt_div {
  background: #DEF5FF;
  line-height: 2;
  padding: 30px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 60px);
}
.cmshtml .img_txt02 .txt_div {
  padding: 30px;
  padding-right: 6%;
  transform: translate(3%, 60px);
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #063F92;
  position: relative;
}
.cmshtml .step_div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmshtml .step_div > div:first-child {
  max-width: 205px;
  min-width: 205px;
}
.cmshtml .step_div > div:nth-child(2) {
  max-width: calc(100% - 205px);
}
.cmshtml .step_div > div + div {
  border-left: 1px solid #063F92;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #063F92;
  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 #063F92;
  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 #063F92;
  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-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box:before {
  border-radius: 30px;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: -11px 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  left: 14px;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 45px !important;
  position: relative;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .acco_tit:after {
  transform: rotate(90deg);
}
.cmshtml .acco_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .hide_area {
  display: none;
  border-top: 1px solid #ededed;
  padding: 40px 3%;
}
.cmshtml .hide_area > * + * {
  margin-top: 30px;
}
.cmshtml .acco_box:before {
  border: 5px solid #063F92;
}
.cmshtml .acco_box_y:before {
  border-color: #FF9F20;
}
.cmshtml .acco_tit {
  color: #063F92;
}
.cmshtml .acco_box_y .acco_tit {
  color: #FF9F20;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #063F92;
}
.cmshtml .acco_box_y .acco_tit:before, .cmshtml .acco_box_y .acco_tit:after {
  background: #FF9F20;
}
/*---------------
img mask
---------------*/
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .img_blackMask .mask_txt, .cmshtml .img_blackMask .mask_txt p, .cmshtml .img_blackMask .mask_txt a {
  color: #FFF;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
/*---------------
zoom-img
---------------*/
.cmshtml .zoom-img {
  background: #000;
  overflow: hidden;
  padding: 0 !important;
}
.cmshtml .zoom-img img {
  opacity: 0.6;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  max-width: none;
}
.cmshtml .zoom-img:hover img {
  transform: scale(1.1);
  opacity: 1;
}
/*---------------
preset
---------------*/
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
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 .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .catalogdetail_tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.cmshtml .catalogdetail_tags > div {
  margin: 0 5px 5px 0 !important;
  display: block;
  padding: 2px 5px !important;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .module {
  max-width: 1280px;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_1000 {
  max-width: 1000px;
}
.cmshtml .maxWidth_900 {
  max-width: 900px;
}
.cmshtml .maxWidth_800 {
  max-width: 800px;
}
.cmshtml .maxWidth_700 {
  max-width: 700px;
}
.cmshtml .maxWidth_600 {
  max-width: 600px;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .clr_bg {
  padding: 70px 4%;
}
.cmshtml .clr_bg > * {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}