@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 .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;
}
.cmshtml .yu_gothic, .cmshtml .yu_gothic * {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
}
.cmshtml .montserrat, .cmshtml .montserrat * {
  font-family: "Montserrat", sans-serif;
}
.cmshtml .yusei_magic, .cmshtml .yusei_magic * {
  font-family: "Yusei Magic", sans-serif;
}
.cmsbody {
  line-height: 1.7;
}
.cmsbody:before {
  background: #DEF3FC;
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.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: #FF9821;
  text-decoration: underline;
}
.cmshtml a:hover {
  text-decoration: none;
}
.cmshtml a img {
  transition: all 0.3s;
}
.cmshtml a:hover img {
  opacity: 0.8;
}
.cmshtml .vrl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.cmshtml .tal {
  text-align: left;
}
.cmshtml .tac {
  text-align: center;
}
.cmshtml .tar {
  text-align: right;
}
.cmshtml .justimg img {
  max-width: 100% !important;
  height: auto !important;
}
.cmshtml .maximg img {
  width: 100% !important;
  height: auto !important;
}
.cmshtml .fade-up {
  opacity: 0;
  transition: opacity 0.7s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: translateY(70px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .sec_tit {
  position: relative;
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  background: #fff;
  overflow: hidden;
}
.cmshtml .bc_tit {
  color: #0065B9;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .cmshtml .bc_tit {
    font-size: 40px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .bc_tit {
    font-size: 26px;
  }
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml [class*="link_btn"], .cmshtml [class*="link_btn"] * {
  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;
}
.cmshtml .link_btn {
  color: #0065B9;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  border-radius: 26px;
  background: #fff;
  border: 2px solid #0065B9;
  color: #0065B9;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 10px 75px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  background: url("../img/btn_arrow.png") no-repeat right center;
  background-size: contain;
  width: 14px;
  height: 18px;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #0065B9;
  color: #fff;
}
.cmshtml .link_btn a:hover:after {
  background: url("../img/btn_arrow_hover.png");
}
.cmshtml .yellow_btn {
  color: #FF9821;
}
.cmshtml .yellow_btn a {
  border: 2px solid #FF9821;
  color: #FF9821;
}
.cmshtml .yellow_btn a:after {
  background: url("../img/btn_arrow_y.png") no-repeat right center;
  background-size: contain;
}
.cmshtml .yellow_btn a:hover {
  background: #FF9821;
  color: #fff;
}
.cmshtml .yellow_btn a:hover:after {
  background: url("../img/btn_arrow_y_hover.png");
}
.cmshtml .link_btn02 {
  color: #FF9821;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border-radius: 4px;
  border: #FF9821 1px solid;
  display: inline-block;
  color: #FF9821;
  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: #FF9821;
  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: 5px 35px;
    padding-right: 50px;
  }
  .cmshtml .link_btn a:after {
    width: 10px;
    height: 18px;
    right: 20px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: white;
  background: #DEF3FC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 50px 3%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.3s;
}
@media screen and (min-width: 1001px) {
  .cmshtml #header.fixed {
    padding: 10px 3%;
  }
}
.cmshtml #header + * {
  margin-top: 166px;
}
@media screen and (max-width: 1700px) {
  .cmshtml #header + * {
    margin-top: 153px;
  }
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
.cmshtml .logos {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cmshtml .h_logo {
  position: relative;
}
.cmshtml .main_logo {
  position: relative;
}
.cmshtml .sub_logo {
  margin-left: 30px;
  max-width: 28vw;
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .cmshtml #navbar {
    position: relative;
  }
  .cmshtml #navbar .drawer-nav {
    position: inherit;
  }
  .cmshtml #navigation {
    transform: none !important;
  }
  .cmshtml #navigation > *:not(:first-child) {
    margin-left: 35px;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    padding: 15px 0;
  }
  .cmshtml .li_txt:after {
    background: #0065B9;
    border-radius: 50%;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s;
  }
  .cmshtml .drop-menu:hover .li_txt:after {
    opacity: 1;
  }
  .cmshtml .drop-menu:hover .menu_txt, .cmshtml .h_li:hover .menu_txt {
    text-decoration: underline;
  }
}
.cmshtml .li_txt, .cmshtml .h_li {
  cursor: pointer;
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .menu_tit {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .li_txt, .cmshtml .h_li {
  display: flex;
  align-items: center;
}
.cmshtml .li_ico {
  position: relative;
}
.cmshtml .menu_txt {
  color: #0065B9;
  font-size: 18px;
  font-weight: 600;
  margin-left: 8px;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #0065B9;
  display: inline-block;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.cmshtml .drop_menu_inwrap {
  background: #fff;
  border-radius: 100px;
  display: flex;
  flex-flow: row wrap;
  padding: 20px 35px;
}
.cmshtml .drop_li {
  color: #0065B9;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-right: 35px;
}
.cmshtml .drop_li a {
  color: #0065B9;
  display: block;
  padding-left: 20px;
  position: relative;
}
.cmshtml .drop_li a:before {
  background: #0065B9;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .drop_li a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang_btn {
  background: url("../img/chikyu.png") no-repeat left 10px center;
  background-size: 15px auto;
  background-color: #0065b9;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  padding-left: 30px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  color: #fff;
}
.cmshtml .selectlang_inner {
  display: none;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #0065b9;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 15px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #0065b9;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background-color: #0065b9;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang {
    position: fixed;
    right: 0;
    top: 0;
  }
  .cmshtml .selectlang_btn:hover {
    background-color: #0065b9;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 240px;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 100;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  display: flex;
  margin-bottom: 130px;
  overflow: hidden;
  padding-top: 45px;
  position: relative;
}
.cmshtml .mv_wrap:before {
  background: #DEF3FC;
  content: "";
  display: block;
  width: 100%;
  height: 85%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.cmshtml .scroll_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100px;
  padding-bottom: 150px;
}
.cmshtml .scroll {
  color: #0065B9;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0 28px 8px;
  position: relative;
}
.cmshtml .scroll:before {
  background: #EFC82B;
  content: "";
  display: block;
  width: 1px;
  height: 75px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml #mainvisual {
  width: calc(100% - 100px);
  padding-right: 27%;
  position: relative;
}
.cmshtml #slide_wrap {
  border-radius: 20px;
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  position: absolute;
  right: 6%;
  top: 37%;
  z-index: 10;
}
.cmshtml .catch_txt {
  text-align: center;
}
.cmshtml .catch_txt01 {
  color: #0065B9;
  font-size: 40px;
  font-weight: 600;
  text-shadow: #fff 2px 2px 4px;
}
.cmshtml .catch_txt01 span {
  font-size: 52px;
}
.cmshtml .catch_txt02 {
  color: #FF9821;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  .cmshtml .mv_wrap {
    padding-top: 20px;
    margin-bottom: 100px;
  }
  .cmshtml #mainvisual {
    width: calc(100% - 100px);
    padding-right: 20%;
    position: relative;
  }
  .cmshtml #slide_wrap {
    height: 500px;
  }
  .cmshtml .catch_txt01 {
    font-size: 30px;
  }
  .cmshtml .catch_txt01 span {
    font-size: 40px;
  }
  .cmshtml .catch_txt02 {
    font-size: 18px;
    text-shadow: #fff 2px 2px 4px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap {
    margin-bottom: 60px;
  }
  .cmshtml .scroll_wrap {
    display: none;
  }
  .cmshtml #mainvisual {
    width: 100%;
    padding: 0 4%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #slide_wrap {
    height: 300px;
  }
  .cmshtml .catchcopy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 8%;
    right: 0%;
    top: 0%;
  }
  .cmshtml .catch_txt01 {
    font-size: 20px;
    text-shadow: #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px;
  }
  .cmshtml .catch_txt01 span {
    font-size: 30px;
  }
  .cmshtml .catch_txt02 {
    font-size: 16px;
    text-shadow: #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #slide_wrap {
    height: 300px;
  }
  .cmshtml .catch_txt01 {
    font-size: 16px;
  }
  .cmshtml .catch_txt01 span {
    font-size: 24px;
  }
  .cmshtml .catch_txt02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml #slide_wrap {
    height: 250px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  padding-top: 100px;
}
.cmshtml .about_inwrap {
  background: #0065B9;
  align-items: flex-start;
  color: #fff;
  position: relative;
}
.cmshtml .about_inwrap > div {
  width: 23%;
}
.cmshtml .about_inwrap > div:nth-child(2) {
  width: 54%;
}
.cmshtml .l_img {
  margin-top: auto;
  margin-bottom: 85px;
  position: relative;
}
.cmshtml .l_img img {
  border-radius: 0 20px 20px 0;
}
.cmshtml .about_textbox {
  padding: 90px 4.7% 210px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .about_tit {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}
.cmshtml .about_subtit {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}
.cmshtml .about_txt {
  margin-bottom: 70px;
}
.cmshtml .about_link {
  text-align: center;
}
.cmshtml .about_link a {
  border-color: #fff;
}
.cmshtml .r_img {
  text-align: right;
  transform: translateY(-100px);
}
.cmshtml .r_img img {
  border-radius: 20px 0 0 20px;
}
.cmshtml .about_copy {
  color: #CCE0F1;
  font-size: 7.8vw;
  font-size: min(150px, 7.8vw);
  font-weight: 600;
  line-height: 0.75;
  position: absolute;
  right: 0;
  right: -10px;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .cmshtml .sec_about {
    padding-top: 50px;
  }
  .cmshtml .about_inwrap > div {
    width: 20%;
  }
  .cmshtml .about_inwrap > div:nth-child(2) {
    width: 60%;
  }
  .cmshtml .about_textbox {
    padding: 60px 2% 120px;
  }
  .cmshtml .about_tit {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .cmshtml .about_subtit {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .cmshtml .about_txt {
    margin-bottom: 30px;
  }
  .cmshtml .r_img {
    transform: translateY(-50px);
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .about_copy {
    right: -8px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about {
    padding-top: 0;
  }
  .cmshtml .about_inwrap {
    display: block;
    padding: 30px 0;
  }
  .cmshtml .about_inwrap > div {
    width: 30%;
  }
  .cmshtml .about_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .l_img {
    display: none;
    margin-bottom: 0;
  }
  .cmshtml .about_textbox {
    padding: 30px 4%;
  }
  .cmshtml .r_img {
    transform: none;
    margin-left: auto;
  }
  .cmshtml .about_copy {
    right: 0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .about_inwrap > div {
    width: 50%;
  }
  .cmshtml .about_tit {
    font-size: 20px;
  }
  .cmshtml .about_subtit {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .cmshtml .about_txt {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .cmshtml .about_textbox {
    padding: 0 4% 30px;
  }
  .cmshtml .about_inwrap > div {
    width: 80%;
  }
  .cmshtml .about_subtit {
    font-size: 14px;
  }
  .cmshtml .about_txt {
    font-size: 12px;
  }
  .cmshtml .about_copy {
    font-size: 40px;
  }
}
/*------------------------------------------------------
recruit
------------------------------------------------------*/
.cmshtml .sec_work {
  margin-top: 130px;
}
.cmshtml .sec_recruit {
  margin: 130px auto 150px;
}
.cmshtml .message_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1320px;
  width: 92%;
  margin: 0 auto 70px;
}
.cmshtml .message_tit {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.cmshtml .sec_work .message_tit {
  color: #FF9821;
}
.cmshtml .sec_recruit .message_tit {
  color: #0065B9;
}
.cmshtml .message_tit:after {
  content: "";
  display: block;
  width: 63%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .sec_work .message_tit:after {
  background: #FF9821;
}
.cmshtml .sec_recruit .message_tit:after {
  background: #0065B9;
}
.cmshtml .message_txt {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}
.cmshtml .work_inwrap, .cmshtml .rec_inwrap {
  align-items: flex-start;
  position: relative;
}
.cmshtml .work_inwrap > div:nth-child(1), .cmshtml .rec_inwrap > div:nth-child(2) {
  width: 42%;
}
.cmshtml .work_inwrap > div:nth-child(2), .cmshtml .rec_inwrap > div:nth-child(1) {
  width: 58%;
}
.cmshtml .list_box {
  position: relative;
}
.cmshtml .rec_list_box {
  background: linear-gradient(to right, rgba(0, 101, 185, 0.25), transparent);
  padding-left: 15%;
  padding-right: 4%;
}
.cmshtml .work_list_box {
  background: linear-gradient(to left, rgba(255, 152, 33, 0.25), transparent);
  padding-left: 4%;
  padding-right: 15%;
}
.cmshtml .work_inwrap .imgbox, .cmshtml .rec_inwrap .imgbox {
  text-align: center;
  position: relative;
}
.cmshtml .imgbox:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.cmshtml .work_imgbox:before {
  background: #FF9821;
  border-radius: 0 20px 20px 0;
  height: 50%;
}
.cmshtml .rec_imgbox:before {
  background: #0065B9;
  border-radius: 20px 0 0 20px;
  height: 50%;
}
.cmshtml .imgbox > * {
  position: relative;
  z-index: 2;
}
.cmshtml .list_area {
  border-bottom: 1px solid;
  display: flex;
  padding: 35px 5% 35px 2%;
  position: relative;
}
.cmshtml .list_area:first-child {
  border-top: 1px solid;
}
.cmshtml .work_list_box .list_area {
  border-color: #FF9821;
}
.cmshtml .rec_list_box .list_area {
  border-color: #0065B9;
}
.cmshtml .list_area > div:first-child {
  width: 60px;
}
.cmshtml .list_area > div:nth-child(2) {
  width: calc(100% - 60px);
}
.cmshtml .list_num {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.cmshtml .work_list_box .list_num, .cmshtml .work_list_box .list_name {
  color: #FF9821;
}
.cmshtml .rec_list_box .list_num, .cmshtml .rec_list_box .list_name {
  color: #0065B9;
}
.cmshtml .list_about {
  padding-left: 30px;
  position: relative;
}
.cmshtml .list_name {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.cmshtml .list_txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
}
.cmshtml .work_imgbox {
  padding-left: 10%;
  padding-right: 5%;
  padding-bottom: 130px;
}
.cmshtml .work_img {
  margin-bottom: 70px;
  position: relative;
  z-index: 5;
}
.cmshtml .work_img img {
  border-radius: 10px;
}
.cmshtml .work_link a {
  border-color: #fff;
  color: #FF9821;
}
.cmshtml .work_link a:hover {
  background-color: #FF9821;
}
.cmshtml .work_link a:after {
  background-image: url("../img/btn_arrow_y.png");
}
.cmshtml .work_link a:hover:after {
  background-image: url("../img/btn_arrow_y_hover.png");
}
.cmshtml .rec_imgbox {
  padding-left: 10%;
  padding-right: 5%;
  padding-bottom: 95px;
}
.cmshtml .rec_img {
  margin-bottom: 65px;
  position: relative;
  z-index: 5;
}
.cmshtml .rec_img img {
  border-radius: 10px;
}
.cmshtml .rec_link a {
  border-color: #fff;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_work {
    margin-top: 100px;
  }
  .cmshtml .sec_recruit {
    margin: 100px auto;
  }
  .cmshtml .message_box {
    margin: 0 auto 30px;
  }
  .cmshtml .message_tit {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .cmshtml .message_txt {
    font-size: 16px;
  }
  .cmshtml .work_list_box, .cmshtml .rec_list_box {
    padding-left: 4%;
    padding-right: 4%;
  }
  .cmshtml .list_area {
    padding: 20px 5% 20px 2%;
  }
  .cmshtml .list_num {
    font-size: 34px;
  }
  .cmshtml .list_about {
    padding-left: 15px;
  }
  .cmshtml .list_name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cmshtml .list_txt {
    font-size: 14px;
  }
  .cmshtml .rec_imgbox, .cmshtml .work_imgbox {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 60px;
  }
  .cmshtml .work_img, .cmshtml .rec_img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_work {
    margin-top: 60px;
  }
  .cmshtml .sec_recruit {
    margin: 60px auto;
  }
  .cmshtml .work_inwrap {
    flex-direction: column-reverse;
  }
  .cmshtml .work_inwrap > div:nth-child(1), .cmshtml .rec_inwrap > div:nth-child(2), .cmshtml .work_inwrap > div:nth-child(2), .cmshtml .rec_inwrap > div:nth-child(1) {
    width: 100%;
  }
  .cmshtml .list_area {
    padding: 15px 2%;
  }
  .cmshtml .work_list_box, .cmshtml .rec_list_box {
    margin-bottom: 60px;
    padding: 20px;
  }
  .cmshtml .work_list_box {
    background: rgba(255, 152, 33, 0.1);
  }
  .cmshtml .rec_list_box {
    background: rgba(0, 101, 185, 0.1);
  }
  .cmshtml .list_about {
    padding-left: 0;
  }
  .cmshtml .list_num {
    font-size: 26px;
  }
  .cmshtml .list_name {
    font-size: 18px;
  }
  .cmshtml .rec_imgbox, .cmshtml .work_imgbox {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 30px;
  }
  .cmshtml .imgbox:before {
    width: 90%;
  }
  .cmshtml .rec_imgbox:before {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .list_num {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .cmshtml .message_tit {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .cmshtml .message_txt {
    font-size: 14px;
  }
  .cmshtml .list_area {
    display: block;
    padding: 15px 0;
  }
  .cmshtml .list_area > div:first-child {
    width: auto;
  }
  .cmshtml .list_area > div:nth-child(2) {
    width: auto;
  }
  .cmshtml .work_list_box .list_num {
    margin-bottom: 10px;
  }
  .cmshtml .list_name {
    text-align: center;
  }
  .cmshtml .work_list_box, .cmshtml .rec_list_box {
    margin-bottom: 30px;
  }
  .cmshtml .rec_imgbox, .cmshtml .work_imgbox {
    padding-left: 10%;
    padding-right: 10%;
  }
  .cmshtml .imgbox:before {
    width: 96%;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .list_num {
    font-size: 18px;
  }
  .cmshtml .list_name {
    font-size: 16px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  background-size: cover;
  padding: 60px 4% 95px;
}
.cmshtml .sec_info:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cmshtml .info_inwrap {
  max-width: 950px;
  widows: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.cmshtml .info_tit {
  margin-bottom: 45px;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 15px;
  margin-bottom: 40px;
}
.cmshtml .news_div {
  background: url("../img/btn_arrow.png") no-repeat right 20px center;
  background-size: auto;
  border-bottom: 1px solid #0065B9;
  flex-flow: nowrap;
  padding: 25px 60px 25px 5px;
}
.cmshtml .news_div:first-child {
  border-top: 1px solid #0065B9;
}
.cmshtml .info_date {
  color: #222222;
  text-align: center;
  max-width: 100px;
  min-width: 100px;
  font-weight: 500;
}
.cmshtml .info_txt {
  color: #222222;
  margin-left: 11%;
  font-weight: 500;
}
.cmshtml .info_btn {
  text-align: right;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_info:before {
    background: rgba(255, 255, 255, 0.8);
  }
  .cmshtml .news_div {
    padding: 20px 60px 20px 5px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    padding: 40px 0;
  }
  .cmshtml .sec_info:before {
    background: rgba(255, 255, 255, 0.6);
  }
  .cmshtml .info_tit {
    margin-bottom: 20px;
  }
  .cmshtml .scnews {
    padding: 0 15px;
  }
  .cmshtml .news_div {
    background-position: right 10px center;
    padding: 15px 30px 15px 5px;
    display: block;
    background-size: 10px auto;
  }
  .cmshtml .info_date {
    max-width: none;
    min-width: 1px;
    text-align: left;
  }
  .cmshtml .info_txt {
    margin-left: 0;
    margin-top: 5px;
  }
  .cmshtml .info_date, .cmshtml .info_txt {
    font-size: 14px;
  }
  .cmshtml .info_btn {
    text-align: center;
  }
}
/*------------------------------------------------------
contact
------------------------------------------------------*/
.cmshtml .sec_contact {
  background-size: cover;
  padding: 85px 4% 110px;
}
.cmshtml .sec_contact:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cmshtml .contact_inwrao {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.cmshtml .contact_tit {
  margin-bottom: 10px;
}
.cmshtml .contact_txt {
  color: #FF9821;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.cmshtml .contact_flex {
  position: relative;
}
.cmshtml .contact_flex > div {
  width: calc(50% - 60px);
  margin: 0 30px;
}
.cmshtml .contact_btn {
  border-radius: 40px;
  border: 2px solid #0065B9;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #fff;
  color: #0065B9;
  font-weight: 600;
  padding: 20px 45px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .contact_btn a {
  color: #0065B9;
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .contact_btn:has(a) {
  cursor: pointer;
}
.cmshtml .contact_btn:has(a):hover {
  background-color: #0065B9;
  color: #fff;
}
.cmshtml .contact_btn:has(a):hover a {
  color: #fff;
}
.cmshtml .tell_btn .btn_txt {
  font-size: 22px;
}
.cmshtml .mail_btn .btn_txt {
  font-size: 20px;
}
.cmshtml .btn_icon img {
  transition: all 0.3s;
}
.cmshtml .contact_btn:has(a):hover .btn_icon img {
  filter: brightness(0) invert(1);
}
.cmshtml .btn_txt {
  margin-left: 20px;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_contact {
    padding: 80px 4%;
  }
  .cmshtml .sec_contact:before {
    background: rgba(255, 255, 255, 0.6);
  }
  .cmshtml .contact_txt {
    font-size: 18px;
  }
  .cmshtml .contact_flex > div {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .cmshtml .contact_btn {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .contact_flex {
    display: block;
  }
  .cmshtml .contact_flex > div {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_contact {
    padding: 40px 4%;
  }
  .cmshtml .contact_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cmshtml .contact_flex > div {
    max-width: 330px;
  }
  .cmshtml .btn_icon {
    max-width: 30px;
  }
  .cmshtml .tell_btn .btn_txt {
    font-size: 18px;
  }
  .cmshtml .mail_btn .btn_txt {
    font-size: 16px;
  }
  .cmshtml .contact_btn {
    padding: 10px 20px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #0065B9;
  padding: 55px 4% 30px;
}
.cmshtml .f_about {
  color: #fff;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .f_about a {
  color: #fff;
}
.cmshtml .f_logo {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_flex {
  justify-content: center;
  position: relative;
}
.cmshtml .f_txt {
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0 10px;
}
.cmshtml .copyright {
  color: #fff;
  font-weight: 600;
  margin-top: 60px;
  text-align: center;
}
.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 #footer {
    padding: 30px 4%;
  }
  .cmshtml .f_txt {
    font-size: 14px;
  }
  .cmshtml .copyright {
    margin-top: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #footer {
    padding: 30px 4%;
  }
  .cmshtml .f_logo {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .cmshtml .f_flex {
    display: block;
  }
  .cmshtml .f_txt {
    font-size: 14px;
    margin: 0 auto 5px;
  }
  .cmshtml .copyright {
    font-size: 10px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #DEF3FC;
  padding: 50px 4% 40px;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 1;
  border-radius: 20px;
}
.cmshtml #title_wrap .inwrap {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml #title_wrap > * {
  max-width: 1520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .page_tit_area {
  padding: 130px 6.5%;
  position: relative;
  z-index: 10;
}
.cmshtml .page_title {
  text-shadow: #fff 2px 2px 4px, #fff 2px 2px 4px, #fff 2px 2px 4px;
  font-weight: 600;
}
.cmshtml .page_title, .cmshtml .page_title * {
  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;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #0065B9;
}
.cmshtml .page_title01 {
  font-size: 42px;
}
.cmshtml .page_title02 {
  font-size: 18px;
  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: flex;
  align-items: flex-start;
  max-width: 1300px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #edfaff;
  border-radius: 10px;
  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: 28px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #0065B9;
}
.cmshtml .p_link {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #0065B9;
  content: "";
  margin: auto;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/*---------------
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, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6, .cmshtml .rdplanetitle h2 *, .cmshtml .rdplanetitle h3 *, .cmshtml .rdplanetitle h4 *, .cmshtml .rdplanetitle h5 *, .cmshtml .rdplanetitle h6 * {
  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;
}
.cmshtml .rdplanetitle h2 {
  color: #FF9821;
  font-size: 36px !important;
  font-weight: 600 !important;
  padding: 0 0 12px;
  text-align: center;
}
.cmshtml .rdplanetitle h2:after {
  background-color: #FF9821;
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.cmshtml .rdplanetitle h3 {
  background: #F9F2CF;
  border-radius: 100px;
  color: #FF9821;
  font-size: 30px !important;
  font-weight: 600 !important;
  padding: 3px 40px;
  position: relative;
}
.cmshtml .rdplanetitle h4 {
  border-top: 2px solid #0065B9;
  border-bottom: 2px solid #0065B9;
  color: #0065B9;
  font-size: 28px !important;
  font-weight: 600 !important;
  padding: 2px 14px;
}
.cmshtml .rdplanetitle h5 {
  color: #0065B9;
  font-size: 26px !important;
  font-weight: 600 !important;
  padding: 0 25px 2px;
}
.cmshtml .rdplanetitle h5:before {
  background-color: #E9F7FD;
  border-radius: 100px;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h6 {
  border-left: 5px solid #FF9821;
  border-bottom: 2px solid #FF9821;
  color: #FF9821;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding: 2px 20px;
}
.cmshtml .rdplanetitle h6:before {
  background-color: #FF9821;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 3px;
  z-index: 0;
}
.cmshtml .bdr_tit {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 7px;
}
.cmshtml .orange_tit {
  color: #FF9821;
}
.cmshtml .blue_tit {
  color: #0065B9;
}
.cmshtml .bdr_tit:after {
  background: #333;
  content: "";
  display: block;
  width: 40%;
  max-width: 250px;
  height: 3px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.cmshtml .orange_tit:after {
  background: #FF9821;
}
.cmshtml .blue_tit:after {
  background: #0065B9;
}
/*---------------
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: #FF9821;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1260px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #FF9821;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  border-radius: 4px;
  background: #E9F7FD;
  border-left: 20px solid #0065B9;
  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: 4px;
  border: 1px solid #0065B9;
  display: inline-block;
  color: #0065B9;
  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: #0065B9;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 2px solid #0065B9;
  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: #0065B9;
  font-size: 24px;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  line-height: 1.4;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_q:before, .cmshtml .qa_a:before {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #0065B9;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #e9f7fd;
  content: "A";
  color: #0065B9;
}
.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 #FF9821 !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 .img_div img {
  border-radius: 10px;
}
.cmshtml .txt_div {
  background: #e9f7fd;
  border-radius: 10px;
  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 #0065B9;
  border-radius: 6px;
  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 #0065B9;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #0065B9;
  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 #0065B9;
  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 #0065B9;
  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: 5px solid;
  border-radius: 30px;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  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-color: #0065B9;
}
.cmshtml .acco_tit {
  color: #0065B9;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #0065B9;
}
.cmshtml .acco_box02:before {
  border-color: #FF9821;
}
.cmshtml .acco_box02 .acco_tit {
  color: #FF9821;
}
.cmshtml .acco_box02 .acco_tit:before, .cmshtml .acco_box02 .acco_tit:after {
  background: #FF9821;
}
/*---------------
img mask
---------------*/
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .img_blackMask .mask_txt, .cmshtml .img_blackMask .mask_txt p, .cmshtml .img_blackMask .mask_txt a {
  color: #fff;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
/*---------------
zoom-img
---------------*/
.cmshtml .zoom-img {
  background: #000;
  overflow: hidden;
  padding: 0 !important;
}
.cmshtml .zoom-img img {
  opacity: 0.6;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  max-width: none;
}
.cmshtml .zoom-img:hover img {
  transform: scale(1.1);
  opacity: 1;
}
/*---------------
preset
---------------*/
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .catalogdetail_tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.cmshtml .catalogdetail_tags > div {
  margin: 0 5px 5px 0 !important;
  display: block;
  padding: 2px 5px !important;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .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 .color_area {
  background: #E9F7FD;
  padding: 80px 0;
}
.cmshtml .color_area > * {
  max-width: 1300px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}