@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.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;
}
.cmshtml .bebas, .cmshtml .bebas * {
  font-family: 'Bebas Neue', cursive;
  line-height: 1;
}
.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:link, .cmshtml a:visited, .cmshtml a:active {
  color: #0e8add;
  text-decoration: underline;
}
.cmshtml a:hover {
  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;
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .link_btn {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.cmshtml .link_btn a {
  background: #000;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 40px;
  padding-left: 140px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  letter-spacing: 0;
}
.cmshtml .link_btn a:after {
  background: #fff;
  margin: auto;
  width: 86px;
  height: 2px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
  content: "";
  display: block;
}
.cmshtml .link_btn a:hover {
  color: #000;
  background: #fff;
}
.cmshtml .link_btn a:hover:after {
  background: #000;
}
.cmshtml .subpage_contents .link_btn a {
  border: 1px solid #000;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 30px;
  padding-left: 110px;
}
.cmshtml .subpage_contents .link_btn a:after {
  width: 60px;
}
.cmshtml .wrap_link .link_btn a, .cmshtml .wrap_link .link_btn02 a, .cmshtml .wrap_link .link_btn03 a {
  display: block;
  width: 100%;
}
.cmshtml .link_btn02 a {
  display: inline-block;
  padding: 8px 20px;
  padding-right: 50px;
  text-align: left;
  color: #0D3753;
  border: #0D3753 1px solid;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  margin: 0;
  font-weight: 700;
  background: #fff;
}
.cmshtml .link_btn02 a:hover {
  background: #0D3753;
  border: #0D3753 1px solid;
  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");
}
.cmshtml .link_btn03 a {
  background: #0D3753;
  border: #0D3753 1px solid;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 40px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  letter-spacing: 0;
}
.cmshtml .link_btn03 a:hover {
  color: #0D3753;
  background: #fff;
  border: #0D3753 1px solid;
}
.cmshtml .toppage {
  height: 100vh;
  overflow: hidden;
}
.cmshtml .toppage.loadtop {
  height: auto;
  overflow: visible;
}
.cmshtml .os:before, .cmshtml .os:after {
  content: "";
  display: block;
  position: absolute;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #header {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.cmshtml h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  max-width: 300px;
  padding: 10px 20px;
}
.cmshtml #navbar {
  margin-left: auto;
}
.cmshtml #navigation {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.cmshtml #navigation > * {
  background: #0D3753;
  padding: 26px 40px;
  border-left: 3px solid #fff;
  transform: skewX(-33deg);
}
.cmshtml #navigation > *:nth-last-of-type(2) {
  border-right: 3px solid #fff;
}
.cmshtml #navigation .h_li,
.cmshtml #navigation .drop-menu .primary,
.cmshtml #navigation .drop-menu .secondary {
  color: #fff;
  transition: all 0.3s;
}
.cmshtml #navigation .h_li:hover {
  background: #fff;
  color: #0D3753;
}
.cmshtml #navigation .primary, .cmshtml #navigation .nav_drop {
  transform: skewX(33deg);
}
.cmshtml #navigation .h_li:hover .primary, .cmshtml #navigation .h_li:hover .primary a, .cmshtml #navigation .h_li:hover .secondary, .cmshtml #navigation .h_li:hover .secondary a {
  color: #0D3753;
}
.cmshtml #navigation .primary {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
}
.cmshtml #navigation .secondary {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  transform: skewX(33deg) translateX(15px);
  transition: all 0.3s;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
  z-index: 2;
}
.cmshtml .li_txt {
  cursor: pointer;
}
.cmshtml .h_li a, .cmshtml .drop-menu a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
.cmshtml .drop-menu {
  cursor: pointer;
}
.cmshtml .li_txt:after {
  content: "";
  display: block;
  position: absolute;
}
.cmshtml .nav_drop {
  background: rgba(0, 0, 0, 0.76);
  display: none;
  width: 100%;
  min-width: 160px;
  position: absolute;
  left: 73px;
  top: 100%;
  z-index: 10;
}
.cmshtml .nav_drop > *:last-child {
  margin-bottom: 14px;
}
.cmshtml .nav_drop > *:last-child a {
  border-bottom: 1px solid transparent;
}
.cmshtml .nav_drop > *:last-child.drop_li a:hover {
  border-bottom: 1px solid #fff;
}
.cmshtml .drop_li, .cmshtml .drop_li a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}
.cmshtml .drop_li {
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
}
.cmshtml .drop_li:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
}
.cmshtml .drop_li:hover:before {
  opacity: 1;
}
.cmshtml .drop_li a {
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #707070;
  transition: all 0.3s;
}
.cmshtml .drop_li a:hover {
  border-bottom: 1px solid #fff;
}
.cmshtml #navigation .li_contact {
  background: #000;
  transform: skewX(0deg);
  z-index: 1;
  position: relative;
}
.cmshtml #navigation .li_contact:before {
  background: #000;
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  left: -50px;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
}
.cmshtml #navigation .li_contact:hover:before {
  background: #fff;
}
.cmshtml #navigation .li_contact .primary, .cmshtml #navigation .li_contact .secondary {
  transform: skewX(0deg);
}
.cmshtml #navigation .li_contact a:after {
  width: calc(100% + 50px);
  left: -50px;
}
.cmshtml .mv_wrap {
  position: relative;
}
.cmshtml .mv_wrap:before {
  background: #0D3753;
  content: "";
  display: block;
  width: 100%;
  height: 9.944vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.cmshtml #mainvisual {
  position: relative;
}
.cmshtml .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.cmshtml #slide_wrap {
  background: #fff;
  width: 80%;
  margin-left: auto;
}
.cmshtml .slide_item img {
  width: 100%;
  height: auto;
}
.cmshtml .catchcopy {
  background: #000;
  padding: 57px 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 25%;
  position: absolute;
  bottom: 9.944vw;
  left: 0;
  z-index: 2;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}
.cmshtml .catch_txt {
  letter-spacing: 0.2rem;
  position: relative;
}
.cmshtml .catch_txt:before {
  background: #000;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  transition: all 0.6s;
}
.cmshtml .visible .catch_txt:before {
  width: 0;
}
.cmshtml .mv_scroll {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 3;
  transform: translateY(-50%);
  padding-bottom: 180px;
}
.cmshtml .mv_scroll:after {
  background: #fff;
  content: "";
  display: block;
  width: 3px;
  height: 0;
  margin: auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 1;
  animation: pathmove 2s infinite;
}
@keyframes pathmove {
  0% {
    height: 70px;
    top: 100px;
    opacity: 0;
  }
  10% {
    height: 145px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
.cmshtml .sec_about {
  background: #0D3753;
  padding: 90px 0 110px;
  position: relative;
}
.cmshtml .sec_about:before {
  border: 65px solid transparent;
  border-right: 65px solid #fff;
  border-bottom: 65px solid #fff;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.cmshtml .sec_about > div:first-child {
  width: 41%;
}
.cmshtml .sec_about > div:nth-child(2) {
  width: 59%;
}
.cmshtml .sec_about .textbox {
  padding-top: 30px;
  padding-left: 7%;
  padding-right: 9%;
}
.cmshtml .sec_about .sec_tit, .cmshtml .sec_about .sec_tit a, .cmshtml .sec_about .sec_tit02, .cmshtml .sec_about .sec_tit02 a, .cmshtml .sec_about .txt, .cmshtml .sec_about .txt a {
  color: #fff;
}
.cmshtml .sec_about .sec_tit {
  font-size: 92px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cmshtml .sec_about .sec_tit02 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.cmshtml .sec_about .txt {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.cmshtml .sec_about .link_btn a {
    background: #0d3753;
    color: #fff;
    border: 1px solid #fff;
}
.cmshtml .sec_about .link_btn a:after {
  background: #fff;
}
.cmshtml .sec_about .link_btn a:hover {
  background: #fff;
  color: #0d3753;
}
.cmshtml .sec_about .link_btn a:hover:after {
  background: #0d3753;
}
.cmshtml .sec_products {
  background: #A0AEB7;
  padding: 135px 0;
  padding-bottom: 400px;
}
.cmshtml .sec_products .sec_tit {
  font-size: 92px;
  font-weight: 500;
  position: relative;
  color: #0D3753;
  max-width: 1370px;
  width: 92%;
  margin: 0 auto 20px;
}
.cmshtml .sec_products .sec_tit:before {
  background: #0D3753;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cmshtml .sec_products .sec_tit .intxt {
  display: inline-block;
  background: #A0AEB7;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.cmshtml .sec_products .sec_tit02 {
  font-size: 30px;
  font-weight: 600;
  color: #0D3753;
  margin-bottom: 100px;
}
.cmshtml .sec_products .inwrap {
  position: relative;
  padding-left: 5.8%;
  padding-right: 20%;
  padding-bottom: 120px;
}
.cmshtml .sec_products .inwrap:before {
  background: #000;
  content: "";
  display: block;
  width: 0%;
  height: 55%;
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: -1;
  transition: all 1.5s;
}
.cmshtml .sec_products .inwrap.sc_active:before {
  width: 90%;
}
.cmshtml .sec_products .inwrap > div {
  width: calc(20% - 40px);
  margin: 0 20px;
}
.cmshtml .pro_box {
  position: relative;
  transition: all 0.3s;
}
.cmshtml .pro_img {
  background: #000;
  min-height: 310px;
  max-height: 310px;
  position: relative;
  z-index: 1;
  transform: translateX(0) skewX(-9deg);
  overflow: hidden;
  transition: all 0.3s;
}
.cmshtml .pro_box:hover .pro_img {
  transform: translateX(0) skewX(-9deg) scale(1.1);
}
.cmshtml .pro_img > div {
  width: 100%;
  height: 100%;
  opacity: 0.56;
  transform: scale(1.6);
  transition: all 0.3s;
}
.cmshtml .pro_box:hover .pro_img > div {
  opacity: 0.9;
}
.cmshtml .pro_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skewX(9deg) scale(1.6);
}
.cmshtml .pro_txt, .cmshtml .pro_txt a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.cmshtml .pro_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s;
}
.cmshtml .sec_facility {
  position: relative;
  margin-bottom: 55px;
  align-items: flex-start;
}
.cmshtml .sec_facility > div {
  width: 50%;
}
.cmshtml .sec_facility:before {
  background: #E4E4E4;
  content: "";
  display: block;
  width: 66%;
  height: calc(100% - 100px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml .sec_facility .textbox {
  padding: 5%;
  padding-right: 3%;
  padding-bottom: 135px;
  position: relative;
  z-index: 2;
}
.cmshtml .sec_facility .sec_tit {
  font-size: 100px;
  font-weight: 500;
  color: #0D3753;
}
.cmshtml .sec_facility .sec_tit02 {
  font-size: 30px;
  font-weight: 600;
  color: #0D3753;
  margin-bottom: 40px;
}
.cmshtml .sec_facility .txt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
}
.cmshtml .sec_facility .link_btn a {
  background: #0D3753;
}
.cmshtml .sec_facility .link_btn a:hover {
  color: #0D3753;
  background: #fff;
}
.cmshtml .sec_facility .link_btn a:hover:after {
  background: #0D3753;
}
.cmshtml .sec_facility .imgbox {
  position: relative;
  z-index: 3;
  transition: opacity 0.7s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.cmshtml .sec_facility .imgbox.sc_active {
  transform: translateY(-200px);
}
.cmshtml .sec_facility .imgbox:before, .cmshtml .sec_facility .imgbox:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  transition: all 2s;
  width: 0;
}
.cmshtml .sec_facility .imgbox:before {
  background: #A0AEB7;
  height: 200px;
  top: 0;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 70% 100%);
  z-index: 3;
}
.cmshtml .sec_facility .imgbox:after {
  background: #E4E4E4;
  height: calc(100% - 200px);
  top: 200px;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 0% 100%);
  z-index: 4;
}
.cmshtml .sec_facility .imgbox.sc_active:before {
  width: 15%;
}
.cmshtml .sec_facility .imgbox.sc_active:after {
  width: 10.5%;
}
.cmshtml .sec_info {
  margin-bottom: 140px;
}
.cmshtml .sec_info > div:first-child {
  width: 28%;
}
.cmshtml .sec_info > div:nth-child(2) {
  width: 72%;
}
.cmshtml .sec_info .sec_tit, .cmshtml .sec_info .sec_tit a {
  color: #fff;
  font-size: 92px;
  font-weight: 500;
}
.cmshtml .sec_info .sec_tit {
  background: #0D3753;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-left: 3%;
  padding-right: 15px;
}
.cmshtml .scnews > div + div {
  margin-top: 30px;
}
.cmshtml .news_div {
  background: #F5F5F5;
  align-items: center;
  flex-flow: nowrap;
  padding: 37px 3%;
}
.cmshtml .news_div .date {
  font-size: 17px;
  font-weight: 600;
  color: #AFAFAF;
  letter-spacing: 0;
  min-width: 95px;
  max-width: 95px;
}
.cmshtml .news_div .date p {
  letter-spacing: 0;
}
.cmshtml .info_txt {
  font-size: 17px;
  font-weight: 500;
  color: #111;
  letter-spacing: 0;
  padding-left: 3%;
}
.cmshtml .scnews .news_div {
  opacity: 0;
  top: -15px;
  transition: opacity 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.cmshtml .scnews .news_div.fadein {
  opacity: 1;
  top: 0;
}
.cmshtml .sec_recruit {
  background: #101924;
}
.cmshtml .sec_recruit .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.85;
}
.cmshtml .sec_recruit .inwrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 4%;
  position: relative;
  z-index: 2;
}
.cmshtml .rec_tit, .cmshtml .rec_tit a {
  font-size: 92px;
  font-weight: 500;
  color: #fff;
}
.cmshtml .rec_tit {
  margin-bottom: 40px;
}
.cmshtml .sec_recruit .txt {
  margin-bottom: 50px;
  line-height: 2.5;
}
.cmshtml .sec_recruit .txt, .cmshtml .sec_recruit .txt a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.cmshtml #footer {
  background: #fff;
  padding: 0;
  z-index: 1;
}
.cmshtml #footer .inwrap {
  background: #000;
  position: relative;
}
.cmshtml #footer .inwrap p {
  color: #fff;
}
.cmshtml #footer .inwrap > div:first-child {
  width: 40%;
  padding-right: 8%;
}
.cmshtml #footer .inwrap > div:first-child:before {
  background: url("../img/bg_footer.png") no-repeat top right;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 100%;
  width: 17%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.cmshtml #footer .inwrap > div:nth-child(2) {
  background: #0D3753;
  width: 60%;
}
.cmshtml .f_about {
  position: relative;
  padding: 45px 3%;
}
.cmshtml .f_about * + * {
  margin-top: 20px;
}
.cmshtml .f_about .f_logo {
  max-width: 300px;
}
.cmshtml .f_address {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.cmshtml .f_address a {
  color: #fff;
}
.cmshtml .f_link {
  padding: 100px 4% 30px;
  padding-left: 7%;
}
.cmshtml .flink_wrap {
  align-items: flex-start;
}
.cmshtml .flink_wrap > div + div {
  margin-left: 8.5%;
}
.cmshtml .f_li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.cmshtml .f_li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.cmshtml .f_li a:before {
  background: #fff;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .f_li a:hover:before {
  width: 100%;
}
.cmshtml .flink_group {
  padding-left: 50px;
  position: relative;
}
.cmshtml .flink_group:before {
  background: #fff;
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  position: absolute;
  left: 18px;
  top: 13px;
}
.cmshtml .flink_box {
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.cmshtml .flink_box a {
  background: #0D3753;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 50px 40px;
  position: relative;
  transition: all 0.3s;
  color: #fff;
}
.cmshtml .flink_box a:hover {
  background: #fff;
  color: #0D3753;
}
.cmshtml .flink_box a:before {
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .flink_box a:hover:before {
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, #0D3753 50%, #0D3753 100%);
}
.cmshtml .link_ico {
  justify-content: flex-end;
}
.cmshtml .ico_img {
  margin-left: 17px;
  background: #fff;
}
.cmshtml .ico_img a {
  display: inline-block;
}
.cmshtml #copy {
  padding: 34px 2%;
}
.cmshtml #copy, .cmshtml .copyright > div, .cmshtml .copyright p, .cmshtml .copyright a {
  color: #1C5A80;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
.cmshtml .subpage_header {
  border-bottom: 1px solid #ededed;
}
.cmshtml #title_wrap {
  background: #fff;
  position: relative;
      transition: all 0.2s;
      margin-top: 60px;


}
.cmshtml #title_wrap .bg_image {
  padding-left: 29%;
  height: 400px;
}
.cmshtml #title_wrap .inwrap {
  background: #0D3753;
  display: inline-block;
  position: absolute;
  top: 15%;
  left: 0;
  padding: 60px 12%;
  margin: auto;
  z-index: 100;
}
.cmshtml .page_title01 {
  position: relative;
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
}
.cmshtml .page_title02 {
  font-size: 18px;
  color: #fff;
}
.cmshtml .subpage_contents {
  padding: 0 2% 80px;
}
.cmshtml .subpage_contents > * {
  max-width: 1100px;
  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: #0D3753;
  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 {
  color: #0e8add;
  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 #0D3753;
  border-right: 1px solid #0D3753;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmshtml .page_link .p_link a:hover:after {
  border-top: 1px solid #0e8add;
  border-right: 1px solid #0e8add;
}
.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: #0D3753;
  font-weight: 600 !important;
  letter-spacing: 0.5rem;
  padding: 25px 0 22px;
  border-top: 1px solid #0D3753;
  border-bottom: 3px solid #0D3753;
}
.cmshtml .subpage_contents h3 {
    font-size: 24px !important;
    color: #333;
    font-weight: 600 !important;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 3px solid #a0aeb7;
    padding-left: 30px;
}
.cmshtml .subpage_contents h3:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    margin: auto;
    width: 0;
    border: 9px solid transparent;
    border-bottom: 9px solid #a0aeb7;
    border-right: 9px solid #a0aeb7;
}
.cmshtml .blog_frame .subpage_contents h3:after {
  display: none;
  content: "none";
}
.cmshtml .subpage_contents h4 {
  font-size: 24px !important;
  text-align: center;
  color: #333;
  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: #333;
  width: 30px;
}
.cmshtml .subpage_contents h5 {
  font-size: 22px !important;
  padding: 8px 18px;
  font-weight: 600 !important;
  color: #0D3753;
}
.cmshtml .subpage_contents h5:before {
    background: #d1dbe1;
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.cmshtml .subpage_contents h6 {
  font-size: 20px !important;
  padding: 8px 20px;
  background: #0D3753;
  font-weight: 600 !important;
  color: #fff;
}
.cmshtml .subpage_contents h6 a {
  color: #fff;
}
@media screen and (max-width: 680px) {
  .cmshtml .subpage_contents h2 {
    font-size: 22px !important;
    padding: 12px 0;
  }
  .cmshtml .subpage_contents h3 {
    font-size: 18px !important;
    padding-bottom: 10px;
  }
  .cmshtml .subpage_contents h3:after, .cmshtml .subpage_contents h4:before {
    height: 2px;
  }
  .cmshtml .subpage_contents h4 {
    font-size: 18px !important;
    padding-top: 10px;
  }
  .cmshtml .subpage_contents h5 {
    font-size: 16px !important;
  }
  .cmshtml .subpage_contents h6 {
    font-size: 16px !important;
    line-height: 1;
    padding: 8px 16px;
  }
}
.cmshtml .qa_q {
  position: relative;
  padding-left: 40px !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.cmshtml .qa_a {
  position: relative;
  padding-left: 40px !important;
  font-size: 16px;
  line-height: 1.4;
  border-top: 2px dashed #ddd;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.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: 40px;
  width: 40px;
  padding: 10px;
  background: #0D3753;
  border-radius: 50%;
  justify-content: center;
  z-index: 2;
  bottom: 0;
}
.cmshtml .qa_q > div {
  padding: 30px 20px;
  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: 40px;
  width: 40px;
  border-radius: 50%;
  justify-content: center;
  background: #afb2bb;
}
.cmshtml .qa_a > div {
  padding: 20px;
  margin-left: auto;
  position: relative;
  background: #fff;
}
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 20px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 2px solid #10253f !important;
  padding-right: 20px;
  width: 30%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 70%;
}
.cmshtml .blog_frame {
  background: #ededed;
  padding: 60px 2%;
}
.cmshtml .module_blogwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background: #fff;
}
.cmshtml #contents .module_blog {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0 !important;
}
.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;
  color: #333;
  font-weight: 600;
  padding: 0;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
}
.cmshtml .list02_inwrap li {
  display: list-item;
  position: relative;
  color: #333;
  font-weight: 600;
  padding: 0;
  list-style: decimal !important;
}
.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 #233871;
  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 #233871;
  color: #233871;
  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: #233871;
  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 #233871;
  color: #233871;
  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;
}
.cmshtml .img_div {
  position: relative;
  z-index: 1;
  width: 40%;
}
.cmshtml .txt_div {
  background: #f0f6ff;
  padding: 30px;
  position: relative;
  z-index: 2;
  width: 60%;
  line-height: 2;
  transform: translate(-5%, 60px);
}
.cmshtml .profile {
  position: relative;
  background-color: #fff;
  background-image: radial-gradient(#f0f6ff 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: #233871;
  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;
}