@charset "UTF-8";
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* regular 400 bold 700 */
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-strict;
  color: #000;
  text-rendering: optimizeLegibility;
}
body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.f_lato {
  /* regular 400 bold 700 */
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.f_min {
  font-family: "Times New Roman", 游明朝体, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}

.thumbimg:hover {
  opacity: 0.9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

body {
  _display: inline;
  _zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table tbody tr th, table tbody tr td {
  font-weight: 400;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.target_line {
  position: absolute;
  left: 0;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}
.anim:hover {
  opacity: 0.9;
}

section {
  position: relative;
  display: block;
}

/****************************************
		Animation Setting 
*****************************************/
.animl {
  position: relative;
}
.animl i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5px;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.animl:hover i {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.animl.is-over i {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.animf {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.animf.is-anime {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.animz {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(10px) scale(0.99);
          transform: translateY(10px) scale(0.99);
  opacity: 0;
}
.animz.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animo {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 0;
}
.animo.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animaf .animafch {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.animaf.is-anime .animafch {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.animfl {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.animfl.is-anime {
  -webkit-animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/****************************************
		Base Setting 
*****************************************/
.wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 90px;
  padding-left: 90px;
}

.boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tit_l {
  text-align: center;
}
.tit_l._bl {
  color: #3b76ea;
}
.tit_l._bl i {
  background-color: #3b76ea;
}
.tit_l._rd {
  color: #e60012;
}
.tit_l._rd i {
  background-color: #e60012;
}
.tit_l h2 {
  font-size: 360%;
  font-weight: 700;
}
.tit_l h2._min {
  font-size: 340%;
}
.tit_l h2._sm {
  font-size: 308%;
  font-weight: 900;
}
.tit_l h2._ls {
  font-size: 214%;
  font-weight: 900;
}
.tit_l i {
  display: block;
  width: 100%;
  height: 2px;
}
.tit_l span {
  font-size: 194%;
  font-weight: 700;
}
.tit_l p {
  font-size: 174%;
  font-weight: 700;
  padding-right: 45px;
  padding-left: 45px;
}

.clm_l {
  margin-top: 10px;
  padding-right: 77px;
  padding-left: 77px;
}
.clm_l._tac p {
  text-align: center;
}
.clm_l p {
  font-size: 140%;
  font-weight: 700;
  line-height: 1.8;
  text-align: justify;
}
.clm_l ._imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}
.clm_l ._imgs li {
  width: calc(100% - 24px);
  margin-right: 24px;
}
.clm_l ._imgs li:nth-child(2n) {
  margin-right: 0;
}

.clm_bls {
  margin-top: 50px;
}
.clm_bls .boxs .box {
  width: calc(100% - 20px);
  margin-right: 20px;
  border-width: 1px;
  border-style: solid;
}
.clm_bls .boxs .box._bl {
  border-color: #3b76ea;
}
.clm_bls .boxs .box._bl .box_tit {
  background-color: #3b76ea;
}
.clm_bls .boxs .box._bl .box_clm ol li::marker {
  color: #3b76ea;
}
.clm_bls .boxs .box._bl .box_clm ol li span {
  color: #3b76ea;
}
.clm_bls .boxs .box._rd {
  border-color: #e60012;
}
.clm_bls .boxs .box._rd .box_tit {
  background-color: #e60012;
}
.clm_bls .boxs .box._rd .box_clm ol li::marker {
  color: #e60012;
}
.clm_bls .boxs .box._rd .box_clm ol li span {
  color: #e60012;
}
.clm_bls .boxs .box:nth-child(2n) {
  margin-right: 0;
}
.clm_bls .box_tit {
  padding: 8px 25px;
}
.clm_bls .box_tit h3 {
  font-size: 214%;
  font-weight: 700;
  color: #fff;
}
.clm_bls .box_clm {
  padding: 17px;
}
.clm_bls .box_clm ol {
  padding-left: 30px;
}
.clm_bls .box_clm ol li {
  font-size: 140%;
  margin-bottom: 20px;
  list-style: disc;
}
.clm_bls .box_clm ol li:last-child {
  margin-bottom: 0;
}

.clm_info {
  max-width: 890px;
  margin: 50px auto 0;
}
.clm_info .boxs .box {
  width: calc(100% - 50px);
  margin-right: 50px;
}
.clm_info .boxs .box._bl .box_tit {
  border-color: #3b76ea;
}
.clm_info .boxs .box._bl .box_tit h3 {
  color: #3b76ea;
}
.clm_info .boxs .box._rd .box_tit {
  border-color: #e60012;
}
.clm_info .boxs .box._rd .box_tit h3 {
  color: #e60012;
}
.clm_info .boxs .box:nth-child(2n) {
  margin-right: 0;
}
.clm_info .box_tit {
  padding-bottom: 10px;
  border-width: 0 0 2px;
  border-style: solid;
}
.clm_info .box_tit h3 {
  font-size: 160%;
  font-weight: 700;
}
.clm_info .box_clm {
  margin-top: 10px;
}
.clm_info .box_clm p {
  font-size: 120%;
  font-weight: 700;
}

.imgs_l {
  margin-top: 50px;
}
.imgs_l._col4 ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 0;
}
.imgs_l._col4 ul li {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 55px;
}
.imgs_l._col4 ul li:nth-child(4n) {
  margin-right: 0;
}
.imgs_l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.imgs_l ul li {
  text-align: center;
}
.imgs_l ul li._bl h3 {
  color: #3b76ea;
}
.imgs_l ul li._bl i {
  background-color: #3b76ea;
}
.imgs_l ul li._rd h3 {
  color: #e60012;
}
.imgs_l ul li._rd i {
  background-color: #e60012;
}
.imgs_l ul li img {
  width: 100%;
}
.imgs_l ul li h3 {
  font-size: 140%;
  font-weight: 700;
  margin-top: 6px;
}
.imgs_l ul li i {
  display: block;
  height: 2px;
  margin: 6px 0;
}
.imgs_l ul li p {
  font-size: 120%;
}
.imgs_l ul li strong {
  font-size: 114%;
  font-weight: 700;
  color: #3b76ea;
}

.btn {
  display: inline-block;
  overflow: hidden;
  width: 268px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 9px;
  background-color: #fff;
}
.btn._rd {
  color: #e60012;
  border-color: #e60012;
}
.btn._bl {
  color: #3b76ea;
  border-color: #3b76ea;
}
.btn._blb {
  color: #fff;
  border-color: #3b76ea;
  background-color: #3b76ea;
}
.btn ._inn {
  position: relative;
  height: 67px;
}
.btn ._inn p {
  font-size: 174%;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.btn .add p {
  font-size: 140%;
}

.movc {
  position: relative;
  display: block;
}
.movc img {
  width: 100%;
}
.movc::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.14);
}
.movc::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: block;
  width: 89px;
  height: 56px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-image: url(../img/common/common_ico_mov@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 89px 56px;
}

.movi {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.movi iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ist {
  position: absolute;
  z-index: 2;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #3b76ea;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.header .wrap {
  height: 100px;
}
.header .header_logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

.gnav {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.gnav ul {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gnav ul li {
  margin-right: 20px;
}
.gnav ul li:last-child {
  margin-right: 0;
}
.gnav ul li a span {
  font-size: 140%;
  font-weight: 700;
  color: #fff;
}

.footer {
  padding: 50px 0 20px;
  color: #fff;
  background-color: #3b76ea;
}
.footer a {
  color: #fff;
}

.footer_imgs {
  max-width: 810px;
  margin: 0 auto;
}
.footer_imgs .boxs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_imgs .boxs .box {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.footer_imgs .boxs .box:nth-child(3n) {
  margin-right: 0;
}

.fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin: 20px auto 50px;
}
.fnav ul {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.fnav ul li._nr {
  white-space: nowrap;
}
.fnav ul li a {
  font-size: 94%;
}

.footer_copy {
  text-align: center;
}

.footer_gotop {
  position: fixed;
  z-index: 2;
  right: 50px;
  bottom: 50px;
  display: block;
  width: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.footer_gotop.-on {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
  opacity: 1;
}
.footer_gotop .inn {
  position: relative;
  height: 70px;
}

.sp_dnav_btn {
  position: fixed;
  z-index: 9999;
  top: 40px;
  right: 50px;
  display: none;
  cursor: pointer;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  -webkit-transition: top 500ms 0s ease;
  transition: top 500ms 0s ease;
  pointer-events: auto;
}
.sp_dnav_btn ._inn {
  position: relative;
  width: 30px;
  height: 23px;
}
.sp_dnav_btn ._inn div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 23px;
}

.drawer-hamburger-icon {
  height: 23px;
  margin-top: 0;
  background-color: transparent;
}
.drawer-hamburger-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 3px;
  background-color: #fff;
}
.drawer-hamburger-icon:before {
  top: 0;
}
.drawer-hamburger-icon:after {
  top: inherit;
  bottom: 0;
}

.drawer--right .drawer-nav {
  right: -100vw;
  -webkit-transition: opacity, right 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity, right 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-nav {
  z-index: 98;
  display: none;
  width: 100vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  background: #e3f7ff;
}
.drawer-nav .wrap {
  overflow-y: scroll;
  max-width: 100%;
  height: 100vh;
  padding-right: 0;
  padding-left: 0;
}
.drawer-nav ._parent {
  margin: 0 auto;
  padding: 135px 0 200px;
}
.drawer-nav ._parent ._list {
  padding-right: 50px;
  padding-left: 50px;
  border-bottom: 1px solid #3b76ea;
}
.drawer-nav ._parent ._list_link {
  display: block;
  padding: 20px 0;
}
.drawer-nav ._parent ._list_link strong {
  font-size: 140%;
  font-weight: 700;
  color: #3b76ea;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0);
}

.drawer-open .drawer-nav {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
.drawer-open .drawer-hamburger-icon i {
  opacity: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  top: inherit;
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/****************************************
		pages Setting 
*********************	********************/
.sec_pages_bread {
  padding: 13px 0;
}
.sec_pages_bread .wrap {
  z-index: 2;
  padding-right: 0;
  padding-left: 0;
}
.sec_pages_bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_pages_bread ul li {
  font-size: 80%;
  margin-right: 4px;
}
.sec_pages_bread ul li:last-child:after {
  display: none;
}
.sec_pages_bread ul li:after {
  position: relative;
  right: -2px;
  content: ">";
}

.pages_news {
  margin-top: 57px;
  border-top: 1px solid #3b76ea;
}
.pages_news._rd {
  border-color: #e60012;
}
.pages_news._rd .item {
  border-color: #e60012;
}
.pages_news._rd .item span._tag {
  background-color: #e60012;
}
.pages_news .item {
  display: block;
  border-bottom: 1px solid #3b76ea;
}
.pages_news .item .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.pages_news .item .boxs .box:nth-child(1) {
  width: 146px;
}
.pages_news .item .boxs .box:nth-child(2) {
  width: 111px;
}
.pages_news .item .boxs .box:nth-child(3) {
  width: calc(100% - 146px - 111px);
  padding-left: 15px;
}
.pages_news .item span._date {
  font-size: 120%;
  display: block;
  text-align: center;
}
.pages_news .item span._tag {
  font-size: 94%;
  line-height: 24px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  background-color: #3b76ea;
}
.pages_news .item h3 {
  font-size: 140%;
  font-weight: 500;
}
.pages_news .boxs_foot {
  margin-top: 50px;
  text-align: center;
}

.pages_topics {
  position: relative;
}
.pages_topics .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pages_topics .slick-slide {
  height: auto !important;
}
.pages_topics .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: none;
  background: transparent;
}
.pages_topics .slick-arrow::before {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
}
.pages_topics .slick-prev::before {
  left: -215px;
  border-top: 12px solid transparent;
  border-right: 14px solid #3b76ea;
  border-bottom: 12px solid transparent;
}
.pages_topics .slick-next::before {
  right: -215px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #3b76ea;
}
.pages_topics .boxs {
  display: block;
}
.pages_topics .boxs .box {
  display: block;
  overflow: hidden;
  width: 400px;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid #888;
  border-radius: 15px;
  background-color: #fff;
}
.pages_topics .box_img img {
  aspect-ratio: 400/286;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pages_topics .box_clms {
  padding: 15px;
}
.pages_topics .box_head span {
  font-size: 140%;
  display: block;
}
.pages_topics .box_head span._name {
  padding-right: 20px;
}
.pages_topics .box_tit {
  padding: 5px 0 10px;
}
.pages_topics .box_tit h3 {
  font-size: 140%;
  font-weight: 700;
}
.pages_topics .boxs_foot {
  margin-top: 50px;
  text-align: center;
}
.pages_topics._list .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pages_topics._list .boxs .box {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
  margin-bottom: 20px;
  margin-left: 0;
}
.pages_topics._list .boxs .box:nth-child(3n) {
  margin-right: 0;
}
.pages_topics._list .box_head span {
  font-size: 107%;
}
.pages_topics._list .box_tit h3 {
  font-size: 116%;
}
.pages_topics._list .boxs_foot {
  margin-top: 30px;
}

.pages_com {
  margin-top: 50px;
}
.pages_com .boxs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pages_com .boxs .box {
  overflow: hidden;
  width: calc((100% - 68px) / 3);
  margin-right: 34px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #888;
  border-radius: 15px;
  background-color: #fff;
}
.pages_com .boxs .box:nth-child(3n) {
  margin-right: 0;
}
.pages_com .box_img img {
  aspect-ratio: 320/230;
  -o-object-fit: cover;
     object-fit: cover;
}
.pages_com .box_tit {
  padding: 15px;
}
.pages_com .box_tit h3 {
  font-size: 107%;
  font-weight: 700;
}
.pages_com .boxs_foot {
  margin-top: 20px;
  text-align: center;
}

.pages_menu {
  margin-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
}
.pages_menu._occ .boxs .box {
  padding-top: 10px;
  padding-bottom: 30px;
}
.pages_menu._occ .box_tag {
  padding-bottom: 10px;
}
.pages_menu .boxs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pages_menu .boxs .box {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 15px;
  background-color: #fff;
}
.pages_menu .boxs .box._sm {
  border-width: 5px;
}
.pages_menu .boxs .box._sm .box_img {
  height: 124px;
}
.pages_menu .boxs .box._rd {
  border-color: #e60012;
}
.pages_menu .boxs .box._rd .box_tit p {
  color: #e60012;
}
.pages_menu .boxs .box._bl {
  border-color: #3b76ea;
}
.pages_menu .boxs .box._bl .box_tit p {
  color: #3b76ea;
}
.pages_menu .boxs .box:nth-child(3n) {
  margin-right: 0;
}
.pages_menu .box_img {
  position: relative;
  height: 144px;
}
.pages_menu .box_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.pages_menu .box_tit {
  padding-bottom: 15px;
}
.pages_menu .box_tit h3 {
  font-size: 160%;
  font-weight: 700;
}
.pages_menu .box_tit h3._min {
  font-size: 134%;
  margin-top: 5px;
}
.pages_menu .box_tit p {
  font-size: 240%;
  font-weight: 700;
}
.pages_menu .box_tit p._min {
  font-size: 190%;
  margin-top: 5px;
}
.pages_menu .box_tag {
  padding-top: 10px;
}
.pages_menu .box_tag h3 {
  font-size: 160%;
  font-weight: 700;
}

.sec_pages_cv {
  text-align: center;
}
.sec_pages_cv ._inner {
  height: 388px;
}
.sec_pages_cv ._bg {
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-image: url(../img/pages/pages_cv_img_01@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec_pages_cv ._tit {
  position: absolute;
  z-index: 2;
  top: calc(50% + 50px);
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  background-color: #fff;
}
.sec_pages_cv ._tit h2 {
  font-size: 308%;
  font-weight: 700;
  color: #3b76ea;
}

.sec_pages_read {
  padding: 50px 0 48px;
}
.sec_pages_read._fst {
  padding: 0 0 48px;
}
.sec_pages_read._bgbl {
  background-color: #e3f7ff;
}
.sec_pages_read .boxs_foot {
  margin-top: 49px;
  text-align: center;
}

.sec_pages_imcl {
  padding: 50px 0;
  background-color: #e3f7ff;
}

.pages_imcls {
  margin-top: 50px;
  padding-left: 17px;
}
.pages_imcls ._imcl {
  margin-bottom: 50px;
}
.pages_imcls ._imcl._bl .box_tit {
  border-color: #3b76ea;
}
.pages_imcls ._imcl._bl .box_tit h3 {
  color: #3b76ea;
}
.pages_imcls ._imcl._rd .box_tit {
  border-color: #e60012;
}
.pages_imcls ._imcl._rd .box_tit h3 {
  color: #e60012;
}
.pages_imcls ._imcl:last-child {
  margin-bottom: 0;
}
.pages_imcls ._imcl .boxs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pages_imcls ._imcl .boxs .box:nth-child(1) {
  width: 237px;
}
.pages_imcls ._imcl .boxs .box:nth-child(2) {
  width: calc(100% - 237px);
}
.pages_imcls ._imcl .box_clms {
  padding-left: 50px;
}
.pages_imcls ._imcl .box_tit {
  padding-bottom: 10px;
  border-width: 0 0 2px 0;
  border-style: solid;
}
.pages_imcls ._imcl .box_tit h3 {
  font-size: 214%;
  font-weight: 700;
  line-height: 1.2;
}
.pages_imcls ._imcl .box_clm {
  margin-top: 10px;
}
.pages_imcls ._imcl .box_clm p {
  font-size: 140%;
  font-weight: 700;
}
.pages_imcls .boxs_foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.sec_pages_menu {
  padding: 50px 0;
  background-color: #e3f7ff;
}
.sec_pages_menu .boxs_foot {
  margin-top: 20px;
  text-align: center;
}

.sec_pages_job {
  padding: 50px 0;
  background-color: #e3f7ff;
}
.sec_pages_job .clm_l {
  margin-top: 50px;
}
.sec_pages_job .boxs_foot {
  margin-top: 50px;
}
.sec_pages_job .boxs_foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.sec_pages_contact {
  padding: 30px 0 50px;
}
.sec_pages_contact._bl {
  background-color: #e3f7ff;
}
.sec_pages_contact._bl [type=text] {
  background-color: #fbfbfb;
}
.sec_pages_contact._bl .pages_contact ._tbl {
  border-color: #d2d2d2;
}
.sec_pages_contact._bl .pages_contact ._tbl table tbody tr th, .sec_pages_contact._bl .pages_contact ._tbl table tbody tr td {
  border-color: #d2d2d2;
}
.sec_pages_contact._rd [type=text] {
  background-color: #fbfbfb;
}
.sec_pages_contact._rd .pages_contact ._tbl {
  border-color: #e60012;
}
.sec_pages_contact._rd .pages_contact ._tbl table tbody tr th, .sec_pages_contact._rd .pages_contact ._tbl table tbody tr td {
  border-color: #e60012;
}

.pages_contact {
  max-width: 780px;
  margin: 30px auto 0;
}
.pages_contact ._lead p {
  font-size: 120%;
}
.pages_contact ._lead p a {
  text-decoration: underline;
}
.pages_contact ._foot {
  margin-top: 36px;
  text-align: center;
}
.pages_contact ._foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pages_contact ._foot ul li {
  margin: 0 20px;
}
.pages_contact ._tbl {
  margin-top: 46px;
  border-width: 1px 0 0;
  border-style: solid;
}
.pages_contact ._tbl [type=text], .pages_contact ._tbl [type=email], .pages_contact ._tbl [type=date], .pages_contact ._tbl textarea {
  font-size: 120%;
  width: 100%;
  padding: 6px;
  border: 1px solid #818181;
}
.pages_contact ._tbl textarea {
  height: 218px;
  resize: vertical;
}
.pages_contact ._tbl p._cftxt {
  font-size: 120%;
  font-weight: 500;
}
.pages_contact ._tbl ul._rd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pages_contact ._tbl ul._rd li {
  margin-right: 15px;
}
.pages_contact ._tbl ul._rd li:last-child {
  margin-right: 0;
}
.pages_contact ._tbl ul._rd li label strong {
  font-size: 120%;
  font-weight: 500;
}
.pages_contact ._tbl table {
  width: 100%;
}
.pages_contact ._tbl table tbody tr:last-child th, .pages_contact ._tbl table tbody tr:last-child td {
  border-width: 0;
}
.pages_contact ._tbl table tbody tr th, .pages_contact ._tbl table tbody tr td {
  position: relative;
  padding: 14px 0;
  text-align: left;
  vertical-align: top;
  border-width: 0 0 1px;
  border-style: solid;
}
.pages_contact ._tbl table tbody tr th {
  width: 170px;
}
.pages_contact ._tbl table tbody tr th strong {
  font-size: 120%;
  font-weight: 500;
}
.pages_contact ._tbl table tbody tr th small {
  font-size: 94%;
}
.pages_contact ._tbl table tbody tr th small._cau {
  color: #e60012;
}
.pages_contact ._tbl table tbody tr td {
  width: calc(100% - 170px);
}

.pages_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pages_navigation li a, .pages_navigation li span {
  font-size: 94%;
  font-weight: 700;
  padding: 4px 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  background-color: #fff;
}
.pages_navigation li a {
  color: #3b76ea;
}

.pages_movs {
  margin-top: 50px;
}
.pages_movs .boxs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pages_movs .boxs .box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 50px;
}
.pages_movs .boxs .box:nth-child(3n) {
  margin-right: 0;
}
.pages_movs .boxs .box._bl .box_tit {
  background-color: #3b76ea;
}
.pages_movs .boxs .box._rd .box_tit {
  background-color: #e60012;
}
.pages_movs .box_tit {
  padding: 6px;
  text-align: center;
}
.pages_movs .box_tit h3 {
  font-size: 120%;
  font-weight: 700;
  color: #fff;
}
.pages_movs .boxs_foot {
  margin-top: 0;
}

.pages_ssns ._ssn {
  display: block;
  margin-bottom: 30px;
  padding: 26px;
  border: 1px solid #707070;
  border-radius: 15px;
}
.pages_ssns ._ssn .boxs .box:nth-child(1) {
  width: 188px;
}
.pages_ssns ._ssn .boxs .box:nth-child(2) {
  width: calc(100% - 188px);
  padding-left: 48px;
}
.pages_ssns ._ssn .box_info span._name {
  font-size: 174%;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.pages_ssns ._ssn .box_info span._tag {
  font-size: 120%;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
  padding: 8px 25px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}
.pages_ssns ._ssn .box_info span._tag._bl {
  background-color: #3b76ea;
}
.pages_ssns ._ssn .box_info span._tag._rd {
  background-color: #e60012;
}
.pages_ssns ._ssn .box_tit {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #3b76ea;
}
.pages_ssns ._ssn .box_tit h3 {
  font-size: 214%;
  font-weight: 700;
}
.pages_ssns ._ssn .box_clm dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.pages_ssns ._ssn .box_clm dl dt {
  font-size: 140%;
  font-weight: 700;
  white-space: nowrap;
}
.pages_ssns ._ssn .box_clm dl dd {
  font-size: 140%;
  font-weight: 500;
}
.pages_ssns ._ssn .box_clm p {
  font-size: 140%;
}
.pages_ssns ._ssn .box_img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

/****************************************
		top Setting 
*********************	********************/
.sec_top_cv {
  padding-top: 126px;
  text-align: center;
}
.sec_top_cv img {
  width: 90%;
}

.sec_top_about {
  overflow: hidden;
  padding: 50px 0 48px;
  background-color: #e3f7ff;
}
.sec_top_about ._ist_01 {
  bottom: -48px;
  left: -175px;
}
.sec_top_about ._ist_02 {
  right: -137px;
  bottom: -48px;
}

.sec_top_mcov {
  width: 100%;
}

.top_mcov img {
  width: 100%;
}

.sec_top_menu {
  overflow: hidden;
  padding: 50px 0 20px;
}
.sec_top_menu ._ist_01 {
  top: 276px;
  left: -240px;
}
.sec_top_menu ._ist_02 {
  top: 136px;
  right: -240px;
}

.sec_top_topics {
  overflow: hidden;
  padding: 50px 0;
  background-color: #e3f7ff;
}
.sec_top_topics .pages_topics {
  margin-top: 48px;
}
.sec_top_topics ._ist_01 {
  top: -22px;
  left: -240px;
}
.sec_top_topics ._ist_02 {
  top: 0;
  right: -240px;
}

.sec_top_com {
  overflow: hidden;
  padding: 50px 0;
}
.sec_top_com ._ist_01 {
  top: 636px;
  left: -240px;
}
.sec_top_com ._ist_02 {
  top: 123px;
  right: -240px;
}

.sec_top_news {
  overflow: hidden;
  padding: 50px 0;
  background-color: #e3f7ff;
}
.sec_top_news .pages_news {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}
.sec_top_news ._ist_01 {
  top: -22px;
  left: -240px;
}
.sec_top_news ._ist_02 {
  top: 0;
  right: -240px;
}

/****************************************
		company Setting 
*********************	********************/
.sec_company_head {
  position: relative;
  padding: 0 0 50px;
}
.sec_company_head ._imgwrap {
  position: relative;
}
.sec_company_head ._imgwrap ._logo {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  max-width: 200px;
}
.sec_company_head ._imgs {
  margin-top: 42px;
}
.sec_company_head ._imgs img {
  aspect-ratio: 384/216;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_company_head ._imgs .slick-dots {
  position: absolute;
  bottom: -30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sec_company_head ._imgs .slick-dots li {
  margin: 0 5px;
}
.sec_company_head ._imgs .slick-dots li button {
  display: block;
  overflow: hidden;
  width: 10px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  text-indent: -9999px;
  border: none;
  border-radius: 50%;
  background-color: #707070;
}
.sec_company_head ._imgs .slick-dots li button:hover {
  background-color: #3b76ea;
}
.sec_company_head ._imgs .slick-dots li.slick-active button {
  background-color: #3b76ea;
}
.sec_company_head ._nav {
  margin-top: 57px;
  text-align: center;
}
.sec_company_head ._nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_company_head ._nav ul li {
  width: calc((100% - 65px) / 6);
  margin-right: 13px;
}
.sec_company_head ._nav ul li:last-child {
  margin-right: 0;
}
.sec_company_head ._nav ul li a {
  display: block;
  background-color: #3b76ea;
}
.sec_company_head ._nav ul li a.-active {
  background-color: #e60012;
}
.sec_company_head ._nav ul li a .inn {
  position: relative;
  height: 42px;
}
.sec_company_head ._nav ul li a .inn span {
  font-size: 120%;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

.sec_company_body {
  padding: 50px 0;
}
.sec_company_body._bl {
  background-color: #e3f7ff;
}
.sec_company_body._bl .company_tbl ._tit h3 {
  color: #3b76ea;
}
.sec_company_body._rd .company_tbl ._tit h3 {
  color: #e60012;
}
.sec_company_body .pages_topics {
  margin-top: 50px;
}
.sec_company_body ._dfoot {
  margin-top: 50px;
  text-align: center;
}
.sec_company_body ._dfoot .btn {
  width: 340px;
}
.sec_company_body ._nodata {
  font-size: 120%;
  width: 100%;
  text-align: center;
}

.company_tbl._rd ._tbl table {
  border-color: #e60012;
}
.company_tbl._rd ._tbl table tbody tr th, .company_tbl._rd ._tbl table tbody tr td {
  border-color: #e60012;
}
.company_tbl._rd ._tbl table tbody tr th {
  color: #e60012;
}
.company_tbl ._tit {
  margin-bottom: 15px;
}
.company_tbl ._tit h3 {
  font-size: 174%;
  font-weight: 700;
}
.company_tbl ._tbl {
  max-width: 660px;
  margin: 50px auto 0;
}
.company_tbl ._tbl table {
  width: 100%;
  border-top: 1px solid #707070;
}
.company_tbl ._tbl table tbody tr th, .company_tbl ._tbl table tbody tr td {
  font-size: 120%;
  font-weight: 500;
  padding: 13px 0;
  text-align: left;
  border-bottom: 1px solid #707070;
}
.company_tbl ._tbl table tbody tr th {
  width: 200px;
}
.company_tbl ._tbl table tbody tr td {
  width: calc(100% - 200px);
}
.company_tbl ._map {
  max-width: 660px;
  margin: 50px auto 0;
}
.company_tbl ._map iframe {
  width: 100%;
}
.company_tbl ._foot {
  margin-top: 50px;
  text-align: center;
}

.company_topics {
  max-width: 660px;
  margin: 0 auto;
}
.company_topics ._foot {
  margin-top: 40px;
}
.company_topics ._foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company_topics ._foot ul li {
  width: 50%;
}
.company_topics ._foot ul li:nth-child(2) {
  text-align: right;
}
.company_topics .article_outer {
  margin-top: 36px;
}
.company_topics .article_outer ._head {
  padding-right: 0;
  padding-left: 0;
}
.company_topics .article_outer ._body {
  padding-right: 0;
  padding-left: 0;
}

.company_want {
  margin-top: 26px;
  text-align: center;
}
.company_want h3 {
  font-size: 230%;
  font-weight: 700;
  color: #e60012;
}
.company_want ul {
  margin-top: 50px;
}
.company_want ul li {
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 14px;
  padding: 10px;
  border: 1px solid #e60012;
  border-radius: 24px;
}
.company_want ul li:last-child {
  margin-bottom: 0;
}

.company_msg {
  max-width: 744px;
  margin: 18px auto 0;
}
.company_msg ._card .boxs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company_msg ._card .boxs .box:nth-child(1) {
  width: 280px;
}
.company_msg ._card .boxs .box:nth-child(2) {
  width: calc(100% - 280px);
}
.company_msg ._card .box_tit {
  padding-bottom: 24px;
  padding-left: 38px;
  color: #3b76ea;
  border-bottom: 2px solid #3b76ea;
}
.company_msg ._card .box_tit span {
  font-size: 140%;
  font-weight: 700;
  display: block;
}
.company_msg ._card .box_tit strong {
  font-size: 280%;
  font-weight: 700;
}
.company_msg ._clms {
  margin-top: 28px;
  padding: 30px 50px 40px;
  border: 1px solid #3b76ea;
  border-radius: 27px;
  background-color: #fff;
}
.company_msg ._clms p {
  font-size: 140%;
  font-weight: 500;
}

.company_msgs {
  max-width: 750px;
  margin: 36px auto 0;
}
.company_msgs ._cards {
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 20px;
}
.company_msgs ._cards:last-child {
  margin-bottom: 0;
}
.company_msgs ._cards._rd {
  background-color: #e60012;
}
.company_msgs ._cards._rd .box_name i {
  background-color: #e60012;
}
.company_msgs ._cards._rd .box_tit h3 {
  color: #e60012;
}
.company_msgs ._cards._bl {
  background-color: #54c3f1;
}
.company_msgs ._cards._bl .box_name i {
  background-color: #54c3f1;
}
.company_msgs ._cards._bl .box_tit h3 {
  color: #3b76ea;
}
.company_msgs ._cards .boxs .box:nth-child(1) {
  width: 250px;
}
.company_msgs ._cards .boxs .box:nth-child(2) {
  width: calc(100% - 250px);
  padding-left: 18px;
}
.company_msgs ._cards .box_img {
  overflow: hidden;
  border-radius: 10px;
}
.company_msgs ._cards .box_name {
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
}
.company_msgs ._cards .box_name strong {
  font-size: 120%;
  font-weight: 600;
  display: block;
}
.company_msgs ._cards .box_name i {
  display: block;
  height: 1px;
  margin: 5px 0;
}
.company_msgs ._cards .box_name span {
  font-size: 107%;
}
.company_msgs ._cards .box_tit {
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
}
.company_msgs ._cards .box_tit h3 {
  font-size: 120%;
  font-weight: 700;
}
.company_msgs ._cards .box_clm {
  margin-top: 10px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.company_msgs ._cards .box_clm p {
  font-size: 120%;
}

.company_mov {
  max-width: 748px;
  margin: 28px auto 0;
}
.company_mov ._foot {
  margin-top: 50px;
}
.company_mov ._foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company_mov ._foot ul li {
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
}
.company_mov ._foot ul li:nth-child(2) {
  margin-right: 0;
}
.company_mov ._foot ul li .btn {
  width: 100%;
}

.company_etbl {
  margin-top: 35px;
}
.company_etbl table {
  width: 100%;
  border-top: 1px solid #3b76ea;
  border-left: 1px solid #3b76ea;
}
.company_etbl table tbody tr th, .company_etbl table tbody tr td {
  font-size: 120%;
  font-weight: 500;
  padding: 17px;
  text-align: left;
  color: #323232;
  border-right: 1px solid #3b76ea;
  border-bottom: 1px solid #3b76ea;
}
.company_etbl table tbody tr th._bw, .company_etbl table tbody tr td._bw {
  border-color: #fff;
}
.company_etbl table tbody tr th._tc, .company_etbl table tbody tr td._tc {
  text-align: center;
}
.company_etbl table tbody tr th {
  vertical-align: middle;
  color: #fff;
  background-color: #3b76ea;
}
.company_etbl table tbody tr th._bgw {
  background-color: #fff;
}
.company_etbl table tbody tr th._bgl {
  background-color: #77a5ff;
}
.company_etbl h3 {
  font-size: 147%;
  font-weight: 500;
  padding: 15px;
  color: #fff;
  background-color: #3b76ea;
}
.company_etbl ._etbls {
  margin-top: 30px;
}
.company_etbl ._etbls table {
  width: calc(100% - 30px);
  margin: 30px auto 0;
}

.company_search {
  max-width: 740px;
  margin: 0 auto;
}
.company_search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.company_search ul li:nth-child(1) {
  width: calc(100% - 85px);
}
.company_search ul li:nth-child(2) {
  width: 85px;
}
.company_search ul li [type=text] {
  font-size: 120%;
  width: 100%;
  padding: 9px 15px;
  border: 1px solid #707070;
}
.company_search ul li button {
  font-size: 120%;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 6px 0;
  cursor: pointer;
  color: #fff;
  border: 1px solid #3b76ea;
  background-color: #3b76ea;
}
.company_search dl {
  margin-bottom: 20px;
  border: 1px solid #707070;
}
.company_search dl:last-child {
  margin-bottom: 0;
}
.company_search dl dt {
  font-size: 140%;
  font-weight: 700;
  padding: 9px;
  text-align: center;
  color: #fff;
  background-color: #3b76ea;
}
.company_search dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  gap: 20px;
}
.company_search dl dd._al {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.company_search dl dd label {
  position: relative;
  display: block;
}
.company_search dl dd label._min [type=checkbox] + span {
  padding-right: 38px;
  padding-left: 38px;
}
.company_search dl dd [type=checkbox] {
  position: absolute;
  opacity: 0;
}
.company_search dl dd [type=checkbox]:checked + span {
  color: #fff;
  border-color: #3b76ea;
  background-color: #3b76ea;
}
.company_search dl dd [type=checkbox] + span {
  font-size: 120%;
  padding: 6px 24px;
  cursor: pointer;
  border: 1px solid #707070;
  border-radius: 17px;
}
.company_search ._foot {
  margin-top: 42px;
  text-align: center;
}
.company_search ._foot .btn {
  width: 328px;
}

/****************************************
		list,article Setting 
*****************************************/
.sec_list {
  padding: 20px 0 50px;
}

.list_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 20px;
}
.list_nav ul li {
  width: 150px;
}
.list_nav ul li.-active i {
  background-color: #e60012;
}
.list_nav ul li.-active i::after {
  opacity: 1;
}
.list_nav ul li a {
  display: block;
}
.list_nav ul li a span {
  font-size: 120%;
  display: block;
  padding-bottom: 5px;
}
.list_nav ul li a i {
  position: relative;
  display: block;
  height: 2px;
  background-color: #ccc;
}
.list_nav ul li a i::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #e60012 transparent transparent transparent;
}

.article_outer {
  max-width: 1000px;
  margin: 0 auto;
}
.article_outer._bl ._line {
  background-color: #3b76ea;
}
.article_outer._bl ._head span._tag, .article_outer._bl ._head a._tag {
  background-color: #3b76ea;
}
.article_outer._bl ._tit h2 {
  color: #3b76ea;
}
.article_outer._bl ._body h3 {
  color: #3b76ea;
  border-color: #3b76ea;
}
.article_outer._rd ._line {
  background-color: #e60012;
}
.article_outer._rd ._head span._tag, .article_outer._rd ._head a._tag {
  background-color: #e60012;
}
.article_outer._rd ._tit h2 {
  color: #e60012;
}
.article_outer._rd ._body h3 {
  color: #e60012;
  border-color: #e60012;
}
.article_outer ._line {
  display: block;
  height: 2px;
}
.article_outer ._head {
  padding-right: 100px;
  padding-left: 100px;
}
.article_outer ._head span._date, .article_outer ._head a._date {
  font-size: 120%;
  text-align: center;
}
.article_outer ._head span._tag, .article_outer ._head a._tag {
  font-size: 94%;
  line-height: 24px;
  display: inline-block;
  margin-left: 25px;
  padding: 2px 25px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
}
.article_outer ._tit {
  margin-top: 10px;
}
.article_outer ._tit h2 {
  font-size: 214%;
  font-weight: 700;
  color: #e60012;
}
.article_outer ._body {
  margin-top: 26px;
  padding-right: 150px;
  padding-left: 150px;
}
.article_outer ._body img {
  margin-bottom: 20px;
}
.article_outer ._body h3 {
  font-size: 174%;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #e60012;
  border-width: 0 0 1px;
  border-style: solid;
}
.article_outer ._body p {
  font-size: 120%;
  margin-bottom: 20px;
}
.article_outer ._body ._cont {
  font-size: 120%;
}
.article_outer ._foot {
  margin-top: 63px;
}
.article_outer ._foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

/****************************************
		typecheck Setting 
*****************************************/
.sec_typecheck {
  position: relative;
  padding: 90px 0 200px;
}
.sec_typecheck._anc {
  padding-top: 50px;
  padding-bottom: 90px;
}
.sec_typecheck._clist {
  padding-top: 0;
  padding-bottom: 50px;
}
.sec_typecheck .wrap {
  z-index: 2;
}
.sec_typecheck ._bg {
  position: absolute;
  z-index: 1;
  top: -45px;
  left: 0;
  width: 100%;
  height: calc(100% + 45px);
  background-image: url(../img/typecheck/pages_bg_01@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.typecheck_outer {
  text-align: center;
}
.typecheck_outer ._btit p {
  font-size: 200%;
  font-weight: 700;
  margin-top: 23px;
  color: #3b76ea;
}
.typecheck_outer ._btns {
  margin-top: 42px;
}
.typecheck_outer ._imgs {
  margin-top: 50px;
}
.typecheck_outer ._imgs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.typecheck_outer ._imgs ul li {
  width: calc((100% - 99px) / 4);
  margin-right: 33px;
  margin-bottom: 33px;
}
.typecheck_outer ._imgs ul li:nth-child(4n) {
  margin-right: 0;
}
.typecheck_outer ._qa {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.typecheck_outer ._qa._rd ._q {
  background-color: #e60012;
}
.typecheck_outer ._qa._rd ._q span {
  background-color: #e60012;
}
.typecheck_outer ._qa._bl ._q {
  background-color: #3b76ea;
}
.typecheck_outer ._qa._bl ._q span {
  background-color: #3b76ea;
}
.typecheck_outer ._qa._gr ._q {
  background-color: #74d93a;
}
.typecheck_outer ._qa._gr ._q span {
  background-color: #74d93a;
}
.typecheck_outer ._qa ._q {
  padding: 36px;
  color: #fff;
  border-radius: 10px;
}
.typecheck_outer ._qa ._q span {
  font-size: 254%;
  font-weight: 700;
  line-height: 76px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 50%;
  width: 82px;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  border-radius: 50%;
}
.typecheck_outer ._qa ._q h2 {
  font-size: 240%;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.typecheck_outer ._qa ._a {
  margin-top: 50px;
}
.typecheck_outer ._qa ._a ul li {
  margin-bottom: 30px;
}
.typecheck_outer ._qa ._a ul li:last-child {
  margin-bottom: 0;
  padding-top: 20px;
}
.typecheck_outer ._qa ._a ul li .btn {
  width: 100%;
}
.typecheck_outer ._qa ._a ul li ._nbtn {
  font-size: 140%;
  font-weight: 500;
}
.typecheck_outer ._aclms strong {
  font-size: 200%;
  font-weight: 700;
}
.typecheck_outer ._aclms h2 {
  margin-top: 30px;
}
.typecheck_outer ._aclms p {
  font-size: 140%;
  font-weight: 700;
  margin-top: 40px;
}
.typecheck_outer ._aimg {
  margin-top: 30px;
}
.typecheck_outer ._abtns {
  margin-top: 22px;
}
.typecheck_outer ._abtns .btn {
  width: 450px;
}

/****************************************
		privacy Setting 
*****************************************/
.privacy_outer {
  max-width: 850px;
  margin: 20px auto 0;
}
.privacy_outer ._clm {
  margin-bottom: 50px;
}
.privacy_outer ._clm:last-child {
  margin-bottom: 0;
}
.privacy_outer ._clm._c {
  text-align: center;
}
.privacy_outer ._clm._bl h3 {
  color: #3b76ea;
  border-color: #3b76ea;
}
.privacy_outer ._clm._rd h3 {
  color: #e60012;
  border-color: #e60012;
}
.privacy_outer ._clm h3 {
  font-size: 160%;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-width: 0 0 2px;
  border-style: solid;
}
.privacy_outer ._clm p {
  font-size: 120%;
  font-weight: 700;
}

/****************************************
		special Setting 
*********************	********************/
.sec_special_cv {
  padding-top: 100px;
  text-align: center;
}
.sec_special_cv img {
  width: 100%;
}

.sec_special_point .boxs_foot {
  padding: 25px 0;
  text-align: center;
  background-color: #e60012;
}

.special_point {
  padding: 41px 0;
}
.special_point._r .boxs .box:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.special_point._r .boxs .box:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 69px;
  padding-left: 0;
}
.special_point._bl {
  background-color: #3b76ea;
}
.special_point._bl .box_tit h2 {
  color: #3b76ea;
}
.special_point._rd {
  background-color: #e60012;
}
.special_point._rd .box_tit h2 {
  color: #e60012;
}
.special_point .boxs .box:nth-child(1) {
  width: 430px;
}
.special_point .boxs .box:nth-child(2) {
  width: calc(100% - 430px);
  padding-left: 69px;
}
.special_point .box_en strong {
  font-size: 85px;
  font-weight: 700;
  line-height: 1;
  color: #d7ff37;
}
.special_point .box_tit {
  margin-top: 15px;
}
.special_point .box_tit h2 {
  font-size: 204%;
  font-weight: 700;
  padding: 0 10px;
  background-color: #fff;
}
.special_point .box_clm {
  margin-top: 10px;
}
.special_point .box_clm p {
  font-size: 140%;
  color: #fff;
}

.special_detail {
  margin-top: 36px;
}
.special_detail .boxs .box:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - 449px);
  padding-left: 33px;
}
.special_detail .boxs .box:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 449px;
}
.special_detail .box_clm dl._bl dt {
  background-color: #3b76ea;
}
.special_detail .box_clm dl._rd dt {
  background-color: #e60012;
}
.special_detail .box_clm dl dt {
  font-size: 187%;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  width: 134px;
  padding: 10px;
  color: #fff;
}
.special_detail .box_clm dd {
  padding: 14px 0 14px 14px;
}
.special_detail .box_clm dd strong {
  font-size: 174%;
  font-weight: 700;
}
.special_detail .box_clm dd p {
  font-size: 120%;
  font-weight: 700;
}
.special_detail .box_map {
  text-align: center;
}
.special_detail .box_map iframe {
  width: 100%;
}
.special_detail .box_map .btn {
  margin-top: 40px;
}

.special_highlight {
  margin-top: 54px;
}
.special_highlight ._imgs {
  max-width: 490px;
  margin: 0 auto;
}
.special_highlight ._nav {
  max-width: 888px;
  margin: 45px auto 0;
}
.special_highlight ._nav img {
  margin: 0 15px;
}
.special_highlight ._nav .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border: none;
  background: transparent;
}
.special_highlight ._nav .slick-arrow::before {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
}
.special_highlight ._nav .slick-prev {
  left: -50px;
}
.special_highlight ._nav .slick-prev::before {
  left: 0;
  border-width: 18px 31.18px 18px 0;
  border-color: transparent #3b76ea transparent transparent;
}
.special_highlight ._nav .slick-next {
  right: -50px;
}
.special_highlight ._nav .slick-next::before {
  right: 0;
  border-width: 18px 0 18px 31.18px;
  border-color: transparent transparent transparent #3b76ea;
}
.special_highlight ._clm {
  margin-top: 41px;
  padding: 33px 55px;
  text-align: center;
  border: 1px solid #3b76ea;
  background-color: #fff;
}
.special_highlight ._clm h3 {
  font-size: 214%;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  background-color: #3b76ea;
}
.special_highlight ._clm ol {
  margin-top: 22px;
  text-align: left;
}
.special_highlight ._clm ol li {
  font-size: 140%;
}

.special_com {
  max-width: 800px;
  margin: 50px auto 0;
  border-top: 1px solid #e60012;
}
.special_com ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.special_com ul li {
  font-size: 140%;
  width: 33.3333333333%;
  padding: 18px;
  text-align: center;
  border-bottom: 1px solid #e60012;
}

/****************************************
	valid Setting 
*****************************************/
.invalid-feedback-inn {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: -40px;
  left: 0;
  display: block;
  width: 100%;
  padding: 6px 6px;
  color: #fff;
  border-radius: 5px;
  background-color: #ff3250;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.2);
          box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.2);
}
.invalid-feedback-inn:after {
  position: absolute;
  bottom: -14px;
  left: 10px;
  width: 0;
  height: 0;
  content: "";
  border-width: 15px 7.5px 0 7.5px;
  border-style: solid;
  border-color: #ff3250 transparent transparent transparent;
}
.invalid-feedback-inn.parsley-dateact {
  width: 250px;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1699px) {
  .sec_top_cv {
    padding-right: 26px;
    padding-left: 26px;
  }
}
@media (max-width: 1280px) {
  .header .header_logo {
    left: 20px;
  }
  .header .gnav {
    right: 20px;
  }
  .sec_pages_bread .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.tb_only, .tb_ionly {
  display: none;
}

@media (max-width: 1024px) {
  .pc_only {
    display: none;
  }
  .tb_only {
    display: block;
  }
  .tb_ionly {
    display: inline-block;
  }
  .wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
  .header .header_logo {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .header .gnav {
    display: none;
  }
  .sp_dnav_btn, .drawer-nav {
    display: block;
  }
  .sec_top_cv {
    padding-right: 50px;
    padding-left: 50px;
  }
  .article_outer ._head, .article_outer ._body {
    padding-right: 0;
    padding-left: 0;
  }
  .typecheck_outer ._qa ._a ul li._tabh .btn ._inn {
    height: 90px;
  }
}
@media (max-width: 980px) {
  .sec_company_head ._nav ul li a .inn span {
    font-size: 90%;
  }
  .article_outer ._foot ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
    gap: 0;
  }
  .article_outer ._foot ul li {
    width: calc((100% - 30px) / 2);
  }
  .article_outer ._foot ul li .btn {
    width: 100%;
  }
  .article_outer ._foot ul li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .article_outer ._foot ul li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .article_outer ._foot ul li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 30px;
  }
  .special_point .boxs {
    display: block;
  }
  .special_point .boxs .box:nth-child(1) {
    width: 100%;
  }
  .special_point .boxs .box:nth-child(2) {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .special_point .box_img img {
    width: 100%;
  }
  .special_detail .boxs {
    display: block;
  }
  .special_detail .boxs .box:nth-child(1) {
    width: 100%;
    padding-left: 0;
  }
  .special_detail .boxs .box:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 979px) {
  @supports (-webkit-touch-callout: none) {
    /* Safari 100vh Hack */
    .sec_top_topimg {
      height: -webkit-fill-available;
    }
  }
}
.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 809px) {
  .tb_only {
    display: none;
  }
  .tb_ionly {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    min-width: auto;
  }
  /* iOS Default Style Reset */
  input[type=submit], input[type=button] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus, input[type=button]::focus {
    outline-offset: -2px;
  }
  /****************************************
  		Base Setting 
  *****************************************/
  .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tit_l h2 {
    font-size: 160%;
  }
  .tit_l h2._min {
    font-size: 140%;
  }
  .tit_l h2._sm {
    font-size: 140%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .tit_l h2._ls {
    font-size: 140%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .tit_l span {
    font-size: 120%;
  }
  .tit_l p {
    font-size: 110%;
    margin-top: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .clm_l {
    margin-top: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .clm_l._tac p {
    text-align: justify;
  }
  .clm_l p {
    font-size: 107%;
  }
  .clm_bls {
    margin-top: 30px;
  }
  .clm_bls .boxs {
    display: block;
  }
  .clm_bls .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .clm_bls .boxs .box:nth-child(2n) {
    margin-bottom: 0;
  }
  .clm_bls .box_tit {
    padding: 8px 20px;
  }
  .clm_bls .box_tit h3 {
    font-size: 120%;
  }
  .clm_bls .box_clm {
    padding: 17px 10px;
  }
  .clm_bls .box_clm ol {
    padding-left: 30px;
  }
  .clm_bls .box_clm ol li {
    font-size: 107%;
    margin-bottom: 10px;
  }
  .clm_info {
    margin: 30px auto 0;
  }
  .clm_info .boxs {
    display: block;
  }
  .clm_info .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .clm_info .boxs .box:nth-child(2n) {
    margin-bottom: 0;
  }
  .clm_info .box_tit h3 {
    font-size: 120%;
  }
  .clm_info .box_clm p {
    font-size: 100%;
  }
  .imgs_l {
    margin-top: 50px;
  }
  .imgs_l._col4 ul {
    max-width: inherit;
  }
  .imgs_l._col4 ul li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .imgs_l._col4 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgs_l._col4 ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgs_l._col2 ul {
    max-width: inherit;
  }
  .imgs_l._col2 ul li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .imgs_l._col2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgs_l._col2 ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgs_l ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 70%;
    margin: 0 auto;
    gap: 0;
  }
  .imgs_l ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .imgs_l ul li h3 {
    font-size: 107%;
  }
  .imgs_l ul li p {
    font-size: 100%;
  }
  .imgs_l ul li strong {
    font-size: 114%;
    font-weight: 700;
    color: #3b76ea;
  }
  .btn {
    width: 166px;
  }
  .btn ._inn {
    height: 40px;
  }
  .btn ._inn p {
    font-size: 107%;
  }
  .btn .add p {
    font-size: 90%;
  }
  .movc::after {
    width: 47px;
    height: 29px;
    background-size: 47px 29px;
  }
  .ist {
    display: none;
  }
  .header .wrap {
    height: 60px;
  }
  .header .header_logo img {
    width: 205px;
  }
  .footer {
    padding: 20px 0 20px;
  }
  .footer_imgs {
    display: none;
  }
  .fnav {
    display: none;
  }
  .footer_copy p {
    font-size: 80%;
  }
  .footer_gotop {
    right: 10px;
    bottom: 20px;
    width: 50px;
  }
  .footer_gotop .inn {
    height: 50px;
  }
  .sp_dnav_btn {
    top: 22px;
    right: 20px;
  }
  .drawer-nav ._parent {
    margin: 0 auto;
    padding: 90px 0 200px;
  }
  .drawer-nav ._parent ._list {
    padding-right: 20px;
    padding-left: 20px;
  }
  .drawer-nav ._parent ._list_link {
    padding: 15px 0;
  }
  .drawer-nav ._parent ._list_link strong {
    font-size: 120%;
  }
  /****************************************
  		pages Setting 
  *********************	********************/
  .sec_pages_bread {
    padding: 8px 0;
  }
  .sec_pages_bread ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pages_news {
    margin-top: 25px;
  }
  .pages_news .item {
    display: block;
    border-bottom: 1px solid #3b76ea;
  }
  .pages_news .item .boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pages_news .item .boxs .box:nth-child(1) {
    width: 90px;
    padding-left: 10px;
  }
  .pages_news .item .boxs .box:nth-child(2) {
    width: 111px;
  }
  .pages_news .item .boxs .box:nth-child(3) {
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
  }
  .pages_news .item span._date {
    font-size: 94%;
    text-align: left;
  }
  .pages_news .item span._tag {
    font-size: 94%;
  }
  .pages_news .item h3 {
    font-size: 107%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .pages_news .boxs_foot {
    margin-top: 30px;
    text-align: center;
  }
  .pages_topics {
    position: relative;
  }
  .pages_topics .boxs .box {
    width: calc(100vw - 40px);
  }
  .pages_topics .slick-dots {
    position: absolute;
    bottom: -40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .pages_topics .slick-dots li {
    margin: 0 5px;
  }
  .pages_topics .slick-dots li button {
    display: block;
    overflow: hidden;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    text-indent: -9999px;
    border: none;
    border: 1px solid #3b76ea;
    border-radius: 50%;
    background-color: #fff;
  }
  .pages_topics .slick-dots li button:hover {
    background-color: #3b76ea;
  }
  .pages_topics .slick-dots li.slick-active button {
    background-color: #3b76ea;
  }
  .pages_topics .box_clms {
    padding: 15px;
  }
  .pages_topics .box_head span {
    font-size: 120%;
  }
  .pages_topics .box_tit {
    padding: 5px 0;
  }
  .pages_topics .box_tit h3 {
    font-size: 120%;
  }
  .pages_topics .boxs_foot {
    margin-top: 70px;
    text-align: center;
  }
  .pages_topics._list .boxs {
    display: block;
  }
  .pages_topics._list .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .pages_com {
    margin-top: 30px;
  }
  .pages_com .boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pages_com .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pages_com .box_img img {
    width: 100%;
  }
  .pages_com .boxs_foot {
    margin-top: 0;
    text-align: center;
  }
  .pages_menu {
    margin-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .pages_menu._occ .boxs .box {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .pages_menu._occ .box_tag {
    padding-bottom: 0;
  }
  .pages_menu .boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pages_menu .boxs .box {
    width: calc((100% - 13px) / 2);
    margin-right: 13px;
    margin-bottom: 10px;
  }
  .pages_menu .boxs .box:nth-child(3n) {
    margin-right: 13px;
  }
  .pages_menu .boxs .box:nth-child(2n) {
    margin-right: 0;
  }
  .pages_menu .box_img {
    position: relative;
    height: 70px;
  }
  .pages_menu .box_img img {
    height: 65%;
  }
  .pages_menu .box_tag h3 {
    font-size: 140%;
  }
  .pages_menu .box_tit h3 {
    font-size: 100%;
  }
  .pages_menu .box_tit h3._min {
    font-size: 80%;
  }
  .pages_menu .box_tit p {
    font-size: 140%;
  }
  .pages_menu .box_tit p._min {
    font-size: 100%;
  }
  .sec_pages_cv ._inner {
    height: 200px;
  }
  .sec_pages_cv ._bg {
    top: 60px;
    height: calc(100% - 60px);
  }
  .sec_pages_cv ._tit {
    top: calc(50% + 30px);
  }
  .sec_pages_cv ._tit h2 {
    font-size: 160%;
  }
  .sec_pages_read {
    padding: 30px 0;
  }
  .sec_pages_read._fst {
    padding: 0 0 30px;
  }
  .sec_pages_read .boxs_foot {
    margin-top: 30px;
  }
  .sec_pages_imcl {
    padding: 30px 0;
  }
  .pages_imcls {
    margin-top: 30px;
    padding-left: 0;
  }
  .pages_imcls ._imcl {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .pages_imcls ._imcl:last-child {
    margin-bottom: 0;
  }
  .pages_imcls ._imcl .boxs {
    display: block;
  }
  .pages_imcls ._imcl .boxs .box:nth-child(1) {
    width: 100%;
  }
  .pages_imcls ._imcl .boxs .box:nth-child(2) {
    width: 100%;
  }
  .pages_imcls ._imcl .box_img {
    text-align: center;
  }
  .pages_imcls ._imcl .box_clms {
    margin-top: 20px;
    padding-left: 0;
  }
  .pages_imcls ._imcl .box_tit h3 {
    font-size: 127%;
  }
  .pages_imcls ._imcl .box_clm p {
    font-size: 107%;
  }
  .pages_imcls .boxs_foot {
    margin-top: 30px;
  }
  .pages_imcls .boxs_foot ul {
    gap: 10px;
  }
  .sec_pages_menu {
    padding: 30px 0;
  }
  .sec_pages_job {
    padding: 30px 0;
  }
  .sec_pages_job .clm_l {
    margin-top: 30px;
  }
  .sec_pages_job .boxs_foot {
    margin-top: 30px;
  }
  .sec_pages_job .boxs_foot ul {
    gap: 10px;
  }
  .sec_pages_contact {
    padding: 30px 0 30px;
  }
  .pages_contact ._lead p {
    font-size: 107%;
  }
  .pages_contact ._foot {
    margin-top: 16px;
  }
  .pages_contact ._tbl {
    margin-top: 30px;
  }
  .pages_contact ._tbl [type=text], .pages_contact ._tbl [type=email], .pages_contact ._tbl [type=date], .pages_contact ._tbl textarea {
    font-size: 107%;
  }
  .pages_contact ._tbl ul._rd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pages_contact ._tbl ul._rd li {
    width: 30%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .pages_contact ._tbl ul._rd li:last-child {
    margin-right: 0;
  }
  .pages_contact ._tbl ul._rd li label strong {
    font-size: 107%;
  }
  .pages_contact ._tbl table {
    display: block;
  }
  .pages_contact ._tbl table tbody {
    display: block;
  }
  .pages_contact ._tbl table tbody tr {
    display: block;
  }
  .pages_contact ._tbl table tbody tr th, .pages_contact ._tbl table tbody tr td {
    display: block;
  }
  .pages_contact ._tbl table tbody tr th {
    width: 100%;
    padding: 10px 0 14px 0;
    border-width: 0;
  }
  .pages_contact ._tbl table tbody tr th strong {
    font-size: 107%;
  }
  .pages_contact ._tbl table tbody tr td {
    width: 100%;
    padding: 0 0 14px 0;
  }
  .pages_movs {
    margin-top: 30px;
  }
  .pages_movs .boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pages_movs .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pages_movs .boxs .box:nth-child(3n) {
    margin-right: 0;
  }
  .pages_movs .box_tit h3 {
    font-size: 107%;
  }
  .pages_movs .boxs_foot {
    margin-top: 20px;
  }
  .pages_ssns ._ssn {
    display: block;
    margin-bottom: 30px;
    padding: 16px;
  }
  .pages_ssns ._ssn .boxs {
    display: block;
  }
  .pages_ssns ._ssn .boxs .box:nth-child(1) {
    width: 100%;
  }
  .pages_ssns ._ssn .boxs .box:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .pages_ssns ._ssn .box_img {
    width: 100%;
    text-align: center;
  }
  .pages_ssns ._ssn .box_img img {
    width: 50%;
  }
  .pages_ssns ._ssn .box_info span._name {
    font-size: 127%;
    font-weight: 500;
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .pages_ssns ._ssn .box_info span._tag {
    font-size: 107%;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
    padding: 8px 15px;
  }
  .pages_ssns ._ssn .box_tit {
    margin-top: 10px;
  }
  .pages_ssns ._ssn .box_tit h3 {
    font-size: 170%;
    font-weight: 700;
  }
  .pages_ssns ._ssn .box_clm dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
  .pages_ssns ._ssn .box_clm dl dt {
    font-size: 100%;
  }
  .pages_ssns ._ssn .box_clm dl dd {
    font-size: 100%;
  }
  .pages_ssns ._ssn .box_clm p {
    font-size: 100%;
  }
  /****************************************
  		top Setting 
  *********************	********************/
  .sec_top_cv {
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec_top_about {
    padding: 30px 0;
  }
  .sec_top_topics {
    padding: 50px 0 30px;
  }
  .sec_top_topics .pages_topics {
    margin-top: 27px;
  }
  .sec_top_com {
    overflow: hidden;
    padding: 30px 0;
  }
  .sec_top_news {
    padding: 30px 0;
  }
  .sec_top_news .pages_news {
    margin-right: 0;
    margin-left: 0;
  }
  /****************************************
  		company Setting 
  *********************	********************/
  .sec_company_head {
    padding: 0 0 30px;
  }
  .sec_company_head ._imgs {
    margin-top: 30px;
  }
  .sec_company_head ._nav {
    margin-top: 57px;
  }
  .sec_company_head ._nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_company_head ._nav ul li {
    width: calc((100% - 10px) / 3);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .sec_company_head ._nav ul li:nth-child(3n) {
    margin-right: 0;
  }
  .sec_company_head ._nav ul li a .inn {
    position: relative;
    height: 42px;
  }
  .sec_company_head ._nav ul li a .inn span {
    font-size: 100%;
  }
  .sec_company_head ._imgwrap ._logo {
    display: none;
  }
  .sec_company_body {
    padding: 30px 0;
  }
  .company_tbl ._tit {
    margin-bottom: 15px;
  }
  .company_tbl ._tit h3 {
    font-size: 140%;
  }
  .company_tbl ._tbl {
    margin: 30px auto 0;
  }
  .company_tbl ._tbl table {
    display: block;
  }
  .company_tbl ._tbl table tbody {
    display: block;
  }
  .company_tbl ._tbl table tbody tr {
    display: block;
  }
  .company_tbl ._tbl table tbody tr th, .company_tbl ._tbl table tbody tr td {
    font-size: 107%;
    display: block;
    padding: 0;
  }
  .company_tbl ._tbl table tbody tr th {
    font-weight: 700;
    width: 100%;
    padding: 10px 0 14px 0;
    border: none;
  }
  .company_tbl ._tbl table tbody tr td {
    width: 100%;
    padding: 0 0 14px 0;
  }
  .company_tbl ._foot {
    margin-top: 30px;
  }
  .company_want h3 {
    font-size: 130%;
  }
  .company_want ul {
    margin-top: 30px;
  }
  .company_want ul li {
    font-size: 107%;
    padding: 10px 20px;
  }
  .company_msg {
    max-width: 744px;
    margin: 18px auto 0;
  }
  .company_msg ._card .boxs {
    display: block;
  }
  .company_msg ._card .boxs .box:nth-child(1) {
    width: 100%;
  }
  .company_msg ._card .boxs .box:nth-child(2) {
    width: 100%;
  }
  .company_msg ._card .box_img img {
    width: 100%;
  }
  .company_msg ._card .box_tit {
    padding: 10px 0;
  }
  .company_msg ._card .box_tit span {
    font-size: 100%;
  }
  .company_msg ._card .box_tit strong {
    font-size: 180%;
  }
  .company_msg ._clms {
    margin-top: 18px;
    padding: 20px;
  }
  .company_msg ._clms p {
    font-size: 107%;
  }
  .company_msgs {
    margin-top: 20px;
  }
  .company_msgs ._cards {
    margin-bottom: 20px;
  }
  .company_msgs ._cards .boxs {
    display: block;
    width: 100%;
  }
  .company_msgs ._cards .boxs .box:nth-child(1) {
    width: 100%;
  }
  .company_msgs ._cards .boxs .box:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .company_msgs ._cards .box_img img {
    width: 100%;
  }
  .company_msgs ._cards .box_tit {
    margin-top: 10px;
  }
  .company_msgs ._cards .box_tit h3 {
    font-size: 120%;
  }
  .company_msgs ._cards .box_clm p {
    font-size: 107%;
  }
  .company_mov {
    max-width: 748px;
  }
  .company_mov ._foot {
    margin-top: 30px;
  }
  .company_mov ._foot ul {
    display: block;
  }
  .company_mov ._foot ul li {
    width: 100%;
    margin-right: 0;
  }
  .company_mov ._foot ul li:nth-child(2) {
    margin-top: 10px;
  }
  .company_etbl {
    font-size: 70%;
  }
  .company_etbl ._etbl table {
    display: block;
  }
  .company_etbl ._etbl table tbody {
    display: block;
  }
  .company_etbl ._etbl table tbody tr {
    display: block;
  }
  .company_etbl ._etbl table tbody tr th, .company_etbl ._etbl table tbody tr td {
    display: block;
    width: 100%;
  }
  .company_etbl ._etbls table {
    width: 100%;
  }
  .company_etbl ._etbls table tbody tr th, .company_etbl ._etbls table tbody tr td {
    padding: 8px;
  }
  .company_search ul {
    margin-bottom: 30px;
  }
  .company_search ul li [type=text] {
    font-size: 107%;
  }
  .company_search ul li button {
    font-size: 107%;
  }
  .company_search dl {
    margin-bottom: 10px;
  }
  .company_search dl dt {
    font-size: 120%;
    padding: 5px;
  }
  .company_search dl dd [type=checkbox] + span {
    font-size: 100%;
  }
  .company_search ._foot {
    margin-top: 32px;
  }
  /****************************************
  		list,article Setting 
  *****************************************/
  .sec_list {
    padding: 20px 0 50px;
  }
  .article_outer {
    max-width: 1000px;
    margin: 0 auto;
  }
  .article_outer ._line {
    display: block;
    height: 2px;
    background-color: #e60012;
  }
  .article_outer ._tit h2 {
    font-size: 164%;
  }
  .article_outer ._head span._linkd, .article_outer ._head a._linkd {
    display: block;
    margin-bottom: 5px;
    text-align: left;
  }
  .article_outer ._head span._link, .article_outer ._head a._link {
    margin-left: 0;
  }
  .article_outer ._body {
    margin-top: 26px;
  }
  .article_outer ._body h3 {
    font-size: 134%;
  }
  .article_outer ._body p {
    font-size: 107%;
  }
  .article_outer ._foot ul li {
    width: calc((100% - 10px) / 2);
  }
  .article_outer ._foot ul li:nth-child(2) {
    margin-bottom: 10px;
  }
  .article_outer ._foot ul li:nth-child(3) {
    margin-left: 10px;
  }
  /****************************************
  		list,article Setting 
  *****************************************/
  .sec_typecheck {
    padding: 30px 0;
  }
  .sec_typecheck._anc {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec_typecheck ._bg {
    top: -35px;
    height: calc(100% + 35px);
  }
  .typecheck_outer ._btit p {
    font-size: 120%;
  }
  .typecheck_outer ._btns {
    margin-top: 32px;
  }
  .typecheck_outer ._imgs {
    margin-top: 30px;
  }
  .typecheck_outer ._imgs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .typecheck_outer ._imgs ul li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .typecheck_outer ._imgs ul li:nth-child(4n) {
    margin-right: 0;
  }
  .typecheck_outer ._qa ._q {
    padding: 30px 16px;
    color: #fff;
    border-radius: 10px;
  }
  .typecheck_outer ._qa ._q span {
    font-size: 134%;
    line-height: 72px;
    top: -30px;
    width: 72px;
  }
  .typecheck_outer ._qa ._q h2 {
    font-size: 140%;
  }
  .typecheck_outer ._qa ._a {
    margin-top: 20px;
  }
  .typecheck_outer ._qa ._a ul li {
    margin-bottom: 10px;
  }
  .typecheck_outer ._qa ._a ul li:last-child {
    margin-bottom: 0;
    padding-top: 20px;
  }
  .typecheck_outer ._qa ._a ul li .btn {
    width: 100%;
  }
  .typecheck_outer ._qa ._a ul li .btn ._inn {
    height: 80px;
  }
  .typecheck_outer ._qa ._a ul li ._nbtn {
    font-size: 100%;
  }
  .typecheck_outer ._aclms strong {
    font-size: 160%;
  }
  .typecheck_outer ._aclms h2 {
    margin-top: 10px;
  }
  .typecheck_outer ._aclms p {
    font-size: 100%;
    margin-top: 20px;
  }
  .typecheck_outer ._aimg {
    margin-top: 20px;
  }
  .typecheck_outer ._aimg img {
    width: 80%;
  }
  .typecheck_outer ._abtns {
    margin-top: 10px;
  }
  .typecheck_outer ._abtns .btn {
    width: 100%;
  }
  /****************************************
  		privacy Setting 
  *****************************************/
  .privacy_outer ._clm {
    margin-bottom: 30px;
  }
  .privacy_outer ._clm h3 {
    font-size: 130%;
  }
  .privacy_outer ._clm p {
    font-size: 107%;
  }
  /****************************************
  		special Setting 
  *********************	********************/
  .sec_special_cv {
    padding-top: 60px;
  }
  .sec_special_point .boxs_foot {
    padding: 25px 0;
  }
  .special_point {
    padding: 25px 0;
  }
  .special_point._r .boxs .box:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
  .special_point .box_en strong {
    font-size: 45px;
  }
  .special_point .box_tit {
    margin-top: 15px;
  }
  .special_point .box_tit h2 {
    font-size: 154%;
    padding: 0 10px;
  }
  .special_point .box_clm {
    margin-top: 10px;
  }
  .special_point .box_clm p {
    font-size: 107%;
  }
  .special_detail {
    margin-top: 20px;
  }
  .special_detail .box_clm dl dt {
    font-size: 154%;
    width: 100%;
  }
  .special_detail .box_clm dd {
    padding: 14px 0 14px 14px;
  }
  .special_detail .box_clm dd strong {
    font-size: 134%;
  }
  .special_detail .box_clm dd p {
    font-size: 100%;
  }
  .special_detail .box_map {
    text-align: center;
  }
  .special_detail .box_map iframe {
    height: 300px;
  }
  .special_detail .box_map .btn {
    margin-top: 20px;
  }
  .special_highlight {
    margin-top: 30px;
  }
  .special_highlight ._nav {
    margin-top: 10px;
  }
  .special_highlight ._nav img {
    margin: 0 5px;
  }
  .special_highlight ._clm {
    margin-top: 20px;
    padding: 20px 35px;
  }
  .special_highlight ._clm h3 {
    font-size: 164%;
    padding: 10px 20px;
  }
  .special_highlight ._clm ol li {
    font-size: 107%;
  }
  .special_com {
    margin-top: 30px;
  }
  .special_com ul {
    display: block;
  }
  .special_com ul li {
    font-size: 107%;
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */