@charset "UTF-8";
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml h1, .cmshtml h2, .cmshtml h3, .cmshtml h4, .cmshtml h5, .cmshtml h6, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  letter-spacing: 1px;
  z-index: 0;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 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, .cmshtml a:link, .cmshtml a:visited, .cmshtml a:active {
  color: #f00;
  text-decoration: underline;
}
.cmshtml a:hover {
  color: #f00;
  text-decoration: none;
}
.cmshtml a img {
  transition: all 0.3s;
}
.cmshtml a:hover img {
  opacity: 0.8;
}
.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 [class*="link_btn"], .cmshtml [class*="link_btn"] * {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.cmshtml .link_btn a {
  background: #007BD0;
  border: 1px solid #007BD0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  color: #007BD0;
  background: #fff;
}
.cmshtml .subpage_contents .link_btn a {
  font-weight: 600;
  font-size: 16px;
  padding: 5px 45px;
}
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
}
.cmshtml .link_btn02 a {
  display: inline-block;
  padding: 8px 20px;
  padding-right: 50px;
  text-align: left;
  color: #007BD0;
  border: #007BD0 1px solid;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  margin: 0;
  font-weight: 700;
  background: #fff;
}
.cmshtml .link_btn02 a:hover {
  background: #26afff;
  border: 1px solid #26afff;
  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;
  position: absolute;
}
.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 {
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.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");
}
/*------------------------------------------------------
Top layout
------------------------------------------------------*/
.cmshtml .sec_tit {
  font-size: 30px;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  overflow: hidden;
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: #fff;
  display: flex;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cmshtml h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
  max-width: 300px;
  padding: 10px 20px;
  padding-right: 65px;
}
.cmshtml .logo a {
  display: inline-block;
}
.cmshtml #navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .h_li,
.cmshtml .h_li > div,
.cmshtml .h_li p,
.cmshtml .li_txt,
.cmshtml .li_txt > div,
.cmshtml .li_txt p {
height: 100%;
}

.cmshtml .h_li.tel_tab > div {
height: auto;
}


.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #fff;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmshtml .h_li a:hover {
  background: #fff;
  color: #1A1A1A;
}
.cmshtml .li_txt:after {
  content: "";
  display: block;
  position: absolute;
}
.cmshtml .nav_drop {
  background: rgba(0, 0, 0, 0.47);
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 10;
  min-width: 200px;
  left: 50%;
  transform: translateX(-50%);
}
.cmshtml .nav_drop .drop_li + .drop_li:before {
  background: #fff;
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.cmshtml .drop_li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .drop_li a {
  color: #fff;
  display: block;
  padding: 13px 15px;
}
.cmshtml .drop_li a:hover {
  background: #007BD0;
  color: #fff;
}
.cmshtml #navigation .tel_tab {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 33px;
  padding-right: 15px;
  margin: 0;
  margin-left: 40px;
  position: relative;
}
.cmshtml .tel_tab:after {
  background: url("../img/ico_tel.png") no-repeat left center;
  background-size: contain;
  content: "";
  display: block;
  width: 31px;
  height: 32px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .tel_tab a {
  display: block;
}
.cmshtml .tel_tab, .cmshtml .tel_tab * {
  font-family: 'メイリオ', 'Meiryo', serif;
}
.cmshtml .tel_tab, .cmshtml .tel_tab a {
  font-size: 20px;
  font-weight: 600;
  color: #707070;
}
.cmshtml .tel_tab a {
  padding: 0 !important;
  font-family: 'メイリオ', 'Meiryo', serif;
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
  background: #ededed;
  overflow: hidden;
}
.cmshtml .mv_wrap:after {
  background: url("../img/illust_mv.png") no-repeat right bottom;
  background-size: 100%;
  content: "";
  display: block;
  width: 588px;
  height: 626px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  height: 33vw;
  width: 31vw;
}
.cmshtml #mainvisual {
  position: relative;
  height: 47vw;
  max-height: 905px;
}
.cmshtml .mv_slide {
  background: #F5F5F5;
  height: 100%;
}
.cmshtml .mv_slide div {
  width: 100%;
  height: 100%;
}
.cmshtml .slide_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #slide_wrap01 {
  width: 39%;
  position: relative;
  z-index: 1;
}
.cmshtml #slide_wrap02 {
  width: 56%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 18%;
  z-index: 10;
  overflow: hidden;
  transform: skewX(25deg);
}
.cmshtml #slide_wrap03 {
  width: 33.3333%;
  height: 65%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.cmshtml #slide_wrap02 .slide_item img {
  width: 150%;
  transform: translateX(-20%) skewX(-25deg);
}
.cmshtml .catchcopy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 4%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-weight: 600;
  text-shadow: #333 0 0 5px;
}
.cmshtml .catch_txt01 {
  font-size: 60px;
}
.cmshtml .catch_txt02 {
  font-size: 30px;
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  background: #F5F5F5;
  padding: 80px 2% 85px;
}
.cmshtml .sec_info:before {
  background: url("../img/bg_info.png") no-repeat bottom right;
  content: "";
  display: block;
  width: 214px;
  height: 127px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .inwrap_info {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.cmshtml .inwrap_info > div:first-child {
  width: 37%;
}
.cmshtml .inwrap_info > div:nth-child(2) {
  width: 63%;
}
.cmshtml .tit_wrap {
  text-align: center;
}
.cmshtml .info_tit {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 60px;
}
.cmshtml .link_info {
  text-align: center;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 15px;
  max-height: 450px;
}
.cmshtml .news_div {
  background: #F5F5F5;
  flex-flow: nowrap;
  padding: 30px 15px 15px;
  border-bottom: 1px solid #707070;
}
.cmshtml .news_div .date {
  font-size: 18px;
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.cmshtml .news_div .txt {
  font-size: 18px;
  margin-left: 7%;
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  background: #000;
  padding: 65px 2%;
}
.cmshtml .bg_about {
  position: absolute;
  z-index: 1;
  opacity: 0.66;
}
.cmshtml .inwrap_about {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.cmshtml .inwrap_about a {
  color: #fff;
}
.cmshtml .about_tit {
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.cmshtml .about_tit.primary {
  font-size: 50px;
  margin-bottom: 40px;
}
.cmshtml .about_tit.secondary {
  font-size: 30px;
  margin-bottom: 30px;
}
.cmshtml .about_txt {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 60px;
}
.cmshtml .link_about {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .link_about a {
  border: 1px solid #fff;
  color: #333;
  background: #fff;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .link_about a:hover {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
/*------------------------------------------------------
service
------------------------------------------------------*/
.cmshtml .sec_service {
  padding: 70px 2% 130px;
  overflow: hidden;
}
.cmshtml .sec_service:before, .cmshtml .sec_service:after {
  background: #ededed;
  content: "";
  display: block;
  width: 196px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  transform: skewX(-15deg);
}
.cmshtml .sec_service:before {
  background: #7DAED1;
  left: -105px;
}
.cmshtml .sec_service:after {
  background: #F2F6F8;
  right: -105px;
}
.cmshtml .service_tit {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 100px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.cmshtml .inwrap_service {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.cmshtml .inwrap_service > div {
  width: calc(25% - 40px);
  margin: 0 20px 20px;
}
.cmshtml .ser_div {
  background: #000;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cmshtml .sec_img {
  opacity: 0.68;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .ser_div:hover .sec_img {
  opacity: 0.9;
}
.cmshtml .sec_img img {
  transition: all 0.3s;
}
.cmshtml .ser_div:hover .sec_img img {
  transform: scale(1.1);
}
.cmshtml .ser_div .inbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .ser_div .inbox a {
  color: #fff;
}
.cmshtml .ico_img {
  margin-bottom: 20px;
}
.cmshtml .ser_txt {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
/*------------------------------------------------------
product
------------------------------------------------------*/
.cmshtml .sec_product {
  /*    background: url("../img/bg_product.jpg") no-repeat center;
    background-size: cover;*/
  padding: 70px 2% 150px;
}
.cmshtml .pro_tit, .cmshtml .pro_tit a {
  color: #fff;
}
.cmshtml .pro_tit {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 80px;
  text-align: center;
  text-shadow: #666 0 0 5px;
}
.cmshtml .inwrap_products {
  max-width: 1660px;
  margin: 0 auto;
}
.cmshtml .inwrap_products > div {
  width: calc(33.333% - 80px);
  margin: 0 40px;
}
.cmshtml .pro_div {
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.cmshtml .pro_div > * {
  padding-left: 8.5%;
  padding-right: 8.5%;
  width: 100%;
}
.cmshtml .pro_img {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
.cmshtml .box_tit {
  border-bottom: 1px solid #333;
  align-items: center;
  flex-flow: nowrap;
  padding: 0 8px 8px;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: 83%;
}
.cmshtml .box_num {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
  min-width: 75px;
}
.cmshtml .title_txt {
  font-size: 30px;
  font-weight: 600;
  padding-left: 15px;
}
.cmshtml .products_txt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}
.cmshtml .link_pro, .cmshtml .link_pro a {
  color: #333;
  transition: all 0.3s;
}
.cmshtml .link_pro {
  font-size: 16px;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: 0;
  padding: 0;
}
.cmshtml .link_pro a {
  display: block;
  /*    background: url("../img/ico_link.png") no-repeat left 40px center;
    background-size: auto 42px;*/
  padding: 20px 8px;
  padding-left: 110px;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.cmshtml .link_pro a:hover {
  /*background: url("../img/ico_link02.png") no-repeat left 40px center;
    background-size: auto 42px;
    */
  background-color: #007BD0;
  color: #fff;
  transition: all 0.3s;
}
.cmshtml .link_pro a:before, .cmshtml .link_pro a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
}
.cmshtml .link_pro a:before {
  background: #007BD0;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  left: 30px;
  z-index: 1;
}
.cmshtml .link_pro a:after {
  border-color: transparent #fff #fff transparent;
  border-width: 0 2px 2px 0;
  border-style: solid;
  width: 10px;
  height: 10px;
  left: 45px;
  z-index: 10;
  transform: rotate(-45deg);
}
.cmshtml .link_pro a:hover:before {
  background: #fff;
}
.cmshtml .link_pro a:hover:after {
  border-color: transparent #007BD0 #007BD0 transparent;
  transform: rotate(45deg);
}
/*------------------------------------------------------
3bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  overflow: hidden;
}
.cmshtml .sec_bnr:before {
  background: linear-gradient(to right, #F2F6F8 0, #F2F6F8 50%, #007BD0 50%, #007BD0 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}
.cmshtml .sec_bnr:hover:before {
  opacity: 0;
}
.cmshtml .sec_bnr > div {
  width: 33.33333%;
}
.cmshtml .link_txt {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  position: relative;
  transform: skewX(-30deg);
  padding: 74px 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.cmshtml .link_txt a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
}
.cmshtml .link_txt a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.cmshtml .link_txt01, .cmshtml .link_txt01 a {
  color: #333;
}
.cmshtml .link_txt02, .cmshtml .link_txt02 a, .cmshtml .link_txt03, .cmshtml .link_txt03 a {
  color: #fff;
}
.cmshtml .link_txt01 {
  background: #F2F6F8;
}
.cmshtml .link_txt02 {
  background: #7DAED1;
}
.cmshtml .link_txt03 {
  background: #007BD0;
}
.cmshtml .link_txt .intxt {
  transform: skewX(30deg);
}
.cmshtml .link_txt01:hover, .cmshtml .link_txt01:hover .in_txt, .cmshtml .link_txt01:hover .in_txt a {
  background: #007BD0;
  color: #fff;
}
.cmshtml .link_txt02:hover, .cmshtml .link_txt02:hover .in_txt, .cmshtml .link_txt02:hover .in_txt a {
  background: #fff;
  color: #1A1A1A;
}
.cmshtml .link_txt03:hover, .cmshtml .link_txt03:hover .in_txt, .cmshtml .link_txt03:hover .in_txt a {
  background: #F2F6F8;
  color: #333;
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #707070;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 15px 4.5%;
  position: relative;
}
.cmshtml #footer p, .cmshtml #footer a {
  color: #fff;
}
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_logo {
  margin-bottom: 10px;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_address, .cmshtml .f_address a {
  color: #fff;
}
.cmshtml .f_address {
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
}
.cmshtml #copy {
  padding: 0 2%;
  padding-right: 0;
}
.cmshtml .copyright, .cmshtml .copyright * {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  border-bottom: 1px solid #ededed;
  padding: 140px 2%;
  background: #000;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.66;
}
.cmshtml #title_wrap .inwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
  text-align: center;
}
.cmshtml .page_title01 {
  font-size: 50px;
}
.cmshtml .page_title02 {
  font-size: 24px;
}
.cmshtml .subpage_contents {
  padding: 0 2% 80px;
}
.cmshtml .subpage_contents > * {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .subpage_contents .page_link {
  position: relative;
  z-index: 2;
  justify-content: center;
  padding: 20px 2%;
  margin: 0 auto;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 20px;
}
.cmshtml .p_link, .cmshtml .page_link .p_link a {
  color: #333;
  font-size: 14px;
}
.cmshtml .p_link {
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cmshtml .page_link .p_link a:after {
  left: 4px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmshtml .page_link .p_link a:hover:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.cmshtml .subpage_contents h2, .cmshtml .subpage_contents h3, .cmshtml .subpage_contents h4, .cmshtml .subpage_contents h5, .cmshtml .subpage_contents h6 {
  display: block;
  position: relative;
  font-weight: 500;
}
.cmshtml .subpage_contents h2 {
  font-size: 32px !important;
  color: #007BD0;
  font-weight: 600 !important;
  letter-spacing: 0.5rem;
  padding: 25px 0 22px;
  border-top: 1px solid #007BD0;
  border-bottom: 3px solid #007BD0;
}
.cmshtml .subpage_contents h3 {
  font-size: 24px !important;
  color: #7DAED1;
  font-weight: 600 !important;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #ededed;
}
.cmshtml .subpage_contents h3:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #7DAED1;
  width: 30px;
}
.cmshtml .blog_frame .subpage_contents h3:after {
  display: none;
  content: "none";
}
.cmshtml .subpage_contents h4 {
  font-size: 24px !important;
  text-align: center;
  color: #7DAED1;
  font-weight: 600 !important;
  padding-top: 20px;
}
.cmshtml .subpage_contents h4:before {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #7DAED1;
  width: 30px;
}
.cmshtml .subpage_contents h5 {
  font-size: 20px !important;
  border-left: 4px solid #7DAED1;
  border-bottom: 1px solid #ccc;
  padding: 7px 10px;
  padding-left: 12px;
  font-weight: 600 !important;
  color: #7DAED1;
  line-height: 1;
}
.cmshtml .subpage_contents h6 {
  font-size: 20px !important;
  padding: 8px 20px;
  background: #007BD0;
  font-weight: 600 !important;
  color: #fff;
}
.cmshtml .subpage_contents h6 a {
  color: #fff;
}
.cmshtml .qa_q {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.cmshtml .qa_a {
  position: relative;
  padding-left: 30px !important;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.cmshtml .qa_q:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  line-height: 1;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  content: "Q";
  display: flex;
  align-items: center;
  height: 50px;
  width: 50px;
  padding: 10px;
  background: #007BD0;
  border-radius: 50%;
  justify-content: center;
  z-index: 2;
  bottom: 0;
}
.cmshtml .qa_q > div {
  padding: 20px;
  max-width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_a:before {
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
  line-height: 1;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  content: "A";
  display: flex;
  align-items: center;
  height: 50px;
  width: 50px;
  padding: 10px;
  background: #7DAED1;
  border-radius: 50%;
  justify-content: center;
}
.cmshtml .qa_a > div {
  padding: 20px;
  border: 1px solid #ededed;
  max-width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
  background: #fff;
}
.cmshtml .qa_a > div:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -6px;
  z-index: 2;
  transform: rotateZ(-45deg);
}
.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 #007BD0 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ccc !important;
  width: 80%;
}
.cmshtml .blog_frame {
  background: #F5F5F5;
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background: #fff;
  align-items: flex-start;
}
.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 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  background: #f4f5f7;
  padding: 20px;
}
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
}
.cmshtml .list01_inwrap li {
  display: list-item;
  list-style: disc !important;
  position: relative;
  font-weight: 600;
  padding: 0;
  color: #007BD0;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
}
.cmshtml .list02_inwrap li {
  display: list-item;
  position: relative;
  font-weight: 600;
  padding: 0;
  list-style: decimal !important;
  color: #007BD0;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
  font-weight: 500;
}
.cmshtml .mark_btn {
  align-items: center;
  background: #ededed;
  padding: 10px;
  padding-left: 20px;
  border-left: 20px solid #007BD0;
  justify-content: space-between;
  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 #007BD0;
  color: #007BD0;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  font-weight: 600;
  padding: 10px 20px;
  min-width: 1px;
  font-size: 14px;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  background: #007BD0;
  color: #fff;
}
.cmshtml .ico_title {
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
  margin-top: 30px;
  flex-flow: nowrap;
}
.cmshtml .ico_title02 {
  border-bottom: none;
}
.cmshtml .ico_title > div:first-child {
  max-width: 80px;
  min-width: 80px;
  text-align: right;
}
.cmshtml .tit_txt {
  font-size: 24px;
  padding-left: 20px;
  font-weight: 600;
  color: #999;
}
.cmshtml .twin_box01 > div:first-child, .cmshtml .twin_box02 > div:nth-child(2) {
  width: 70%;
}
.cmshtml .twin_box01 > div:nth-child(2), .cmshtml .twin_box02 > div:first-child {
  width: 30%;
}
.cmshtml .twin_box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml .twin_box01 .imgbox img {
  border-radius: 40px 0 0 0;
}
.cmshtml .twin_box02 .imgbox img {
  border-radius: 0 40px 0 0;
}
.cmshtml .twin_box .textbox {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.cmshtml .twin_box .twin_tit {
  font-size: 24px;
  border-bottom: 1px solid #007BD0;
  color: #007BD0;
  margin-bottom: 20px;
}
.cmshtml .twin_box .link_btn, .cmshtml .twin_box .link_btn01, .cmshtml .twin_box .link_btn02 {
  margin-top: auto;
  margin-bottom: 0;
}
.cmshtml .twin_box02 .link_btn, .cmshtml .twin_box02 .link_btn01, .cmshtml .twin_box02 .link_btn02 {
  text-align: right;
}
.cmshtml .twin_box .link_btn01 a {
  padding: 5px 20px;
  padding-right: 50px;
}
.cmshtml .img_txt {
  position: relative;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 90px;
}
.cmshtml .img_div {
  position: relative;
  z-index: 1;
  width: 43%;
}
.cmshtml .txt_div {
  background: #F5F5F5;
  padding: 30px;
  position: relative;
  z-index: 2;
  width: 57%;
  line-height: 2;
  transform: translate(-5%, 60px);
  transform: none;
}

.cmshtml .img_txt02 .txt_div {
  background: #F5F5F5;
  padding: 30px;
  position: relative;
  z-index: 2;
  width: 57%;
  line-height: 2;
  transform: translate(5%, 60px);
  transform: none;
}

@media screen and (min-width: 681px) {
  .cmshtml .img_div {
    padding-right: 20px;
  }
  .cmshtml .img_txt02 .img_div {
    padding-left: 20px;
  }
}


.cmshtml .profile {
  position: relative;
  background-color: #fff;
  background-image: radial-gradient(#F5F5F5 30%, transparent 30%);
  background-size: 10px 10px;
  padding: 20px;
  max-width: 1300px;
  margin-bottom: 60px;
  border-radius: 20px;
}
.cmshtml .pro_img {
  position: relative;
}
.cmshtml .pro_card {
  padding: 20px;
}
.cmshtml .pro_txt {
  font-weight: 500;
}
.cmshtml .pro_txt01 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #007BD0;
  font-weight: 600;
}
.cmshtml .pro_txt02 {
  font-weight: 500;
}
.cmshtml .profile_inwrap01 {
  background: #fff;
  margin: 0 auto;
  box-shadow: #ccc 0 0 5px;
}
.cmshtml .profile_inwrap01 > div:first-child {
  width: 40%;
}
.cmshtml .profile_inwrap01 > div:nth-child(2) {
  width: 60%;
}
.cmshtml .profile_inwrap02 {
  border: 1px solid #CEE1FF;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  align-items: flex-start;
}
.cmshtml .profile_inwrap02 > div:first-child {
  width: 70%;
}
.cmshtml .profile_inwrap02 > div:nth-child(2) {
  width: 30%;
  padding-left: 10px;
  padding-bottom: 10px;
}
.cmshtml .in_protxt {
  padding-right: 10px;
  line-height: 2;
  font-size: 14px;
}
.cmshtml .in_proimg {
  position: relative;
}
.cmshtml .in_proimg:before {
  background: #d7e7ff;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #007BD0;
  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 #007BD0;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #007BD0;
  position: relative;
  font-size: 24px;
  text-align: center;
  padding: 10px 30px;
  line-height: 1.3;
}
.cmshtml .stepbox > div:not(:last-child) .step_num:after {
  border: 30px solid transparent;
  border-top: 20px solid #007BD0;
  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 #007BD0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
/*==========================
アコーディオン css
==========================*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  position: relative;
  margin-bottom: 60px;
}
.cmshtml .acco_box {
  background: #fff;
  display: block;
  overflow: hidden;
  text-align: left;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.cmshtml .acco_box:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  left: 14px;
  margin: -11px 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.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 {
  padding: 40px 3%;
  display: none;
  border-top: 1px solid #ededed;
}
.cmshtml .hide_area > * + * {
  margin-top: 30px;
}
/*=====================
アコーディオン 配色
=====================*/
.cmshtml .acco_box:before {
  border: 5px solid #007BD0;
}
@media screen and (max-width: 680px) {
  .cmshtml .acco_box:before {
    border: 2px solid #007BD0;
  }
}
.cmshtml .acco_tit {
  color: #007BD0;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #007BD0;
}
/*=====================
floor
=====================*/
.cmshtml .floor {
  margin: 60px auto 120px;
  position: relative;
  z-index: 1;
}
.cmshtml .floor_tab {
  justify-content: center;
}
.cmshtml .floor_tab > div {
  max-width: 200px;
  width: calc(33.333% - 10px);
  margin: 0 5px;
  display: block !important;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #007BD0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 10px;
  font-weight: 600;
}
.cmshtml .floor_tab > div:hover, .cmshtml .floor_tab > div.active {
  background: #F5F5F5;
  color: #007BD0;
}
.cmshtml .floor_imgs {
  background: #F5F5F5;
  padding: 30px 2%;
}
.cmshtml .floor_imgs > div {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .floor_box {
  display: none;
}
.cmshtml .floor_box.active {
  display: block;
}
.cmshtml .floor_tit {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #666;
}
.cmshtml .floor_inwrap {
  padding: 20px;
  background: #fff;
  margin-top: 20px;
}
.cmshtml .floor_map {
  margin-bottom: 40px;
}
.cmshtml .in_imgs > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
.cmshtml .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .module {
  max-width: 1180px;
}