@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

input, textarea, button, select {
  font-family: inherit;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  line-height: 1.5;
  color: #595757;
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 0.9375rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

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

.clear-fix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1279px) {
  .fvonly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}
/* ===============================================================================
Header
=============================================================================== */
.headerArea {
  min-height: 120px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}
.headerArea__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
.headerArea .shadow {
  display: none;
}
.headerArea .blks-1 {
  width: 243px;
  min-width: 160px;
  margin: 0 40px 0 20px;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-1 .logo a:hover {
    opacity: 0.8;
  }
}
.headerArea .blks-1 .logo img {
  display: block;
  width: 100%;
}
.headerArea .blks-1 .btns {
  display: none;
}
.headerArea .blks-2__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerArea .blks-2 .llist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.headerArea .blks-2 .llist__item {
  font-size: 1rem;
}
.headerArea .blks-2 .llist__item:not(:last-child) {
  margin-right: 0;
}
.headerArea .blks-2 .llist__item__txt {
  display: block;
  padding: 48px 22px;
}
@media screen and (max-width: 1365px) {
  .headerArea .blks-2 .llist__item__txt {
    padding: 48px 16px;
  }
}
@media screen and (max-width: 1279px) {
  .headerArea .blks-2 .llist__item__txt {
    padding: 48px 12px;
  }
}
.headerArea .blks-2 .llist__item__txt a {
  display: block;
  text-align: center;
  word-break: keep-all;
}
.headerArea .blks-2 .llist__item__txt a span {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-2 .llist__item__txt a:hover {
    color: #0459A1;
  }
}
.headerArea .blks-2 .llist__item.has-child .llist__item__txt a {
  padding-right: 14px;
  position: relative;
}
.headerArea .blks-2 .llist__item.has-child .llist__item__txt a::after {
  position: absolute;
  content: "";
  display: block;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  background: #595757;
  -webkit-mask: url("../img/cmn/cmn_arr01.svg") no-repeat center center/contain;
          mask: url("../img/cmn/cmn_arr01.svg") no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-2 .llist__item.has-child .llist__item__txt a:hover::after {
    background: #0459A1;
  }
}
@media screen and (min-width: 769px) {
  .headerArea .blks-2 .llist__item.has-child:hover .box {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.headerArea .blks-2 .box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 38px 40px;
  background: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  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;
}
@media screen and (min-width: 1041px) {
  .headerArea .blks-2 .box {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.headerArea .blks-2 .box__ttl {
  color: #0459A1;
  font-size: 1rem;
  min-width: 100px;
  box-sizing: border-box;
  padding-right: 15px;
  margin-right: 50px;
  position: relative;
}
.headerArea .blks-2 .box__ttl::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background: #0459A1;
  width: 1px;
  height: 40px;
}
.headerArea .blks-2 .box__llist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -23px;
}
.headerArea .blks-2 .box__llist__item {
  font-size: 1rem;
  margin: 23px;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-2 .box__llist__item a:hover {
    color: #0459A1;
  }
}
.headerArea .blks-2 .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerArea .blks-2 .btns__item:not(:last-child) {
  margin-right: -1px;
}
.headerArea .blks-2 .btns__item:not(:first-child) {
  margin-left: -1px;
}
.headerArea .blks-2 .btn {
  position: relative;
  min-width: 200px;
  height: 55px;
  background: #0459A1;
  box-sizing: border-box;
  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;
}
.headerArea .blks-2 .btn::before, .headerArea .blks-2 .btn::after {
  position: absolute;
  content: "";
  display: block;
}
.headerArea .blks-2 .btn::before {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.headerArea .blks-2 .btn::after {
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #0459A1;
}
.headerArea .blks-2 .btn__txt {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width: 1041px) {
  .headerArea .blks-2 .btn:hover::before {
    width: 100%;
  }
  .headerArea .blks-2 .btn:hover .btn__txt {
    color: #0459A1;
  }
}
.headerArea .blks-2 .btn-2 {
  position: relative;
  min-width: 200px;
  height: 55px;
  background: #fff;
  box-sizing: border-box;
  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;
}
.headerArea .blks-2 .btn-2::before, .headerArea .blks-2 .btn-2::after {
  position: absolute;
  content: "";
  display: block;
}
.headerArea .blks-2 .btn-2::before {
  position: absolute;
  background: #0459A1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.headerArea .blks-2 .btn-2::after {
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #0459A1;
}
.headerArea .blks-2 .btn-2__txt {
  font-size: 1.3125rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0459A1;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.headerArea .blks-2 .btn-2__txt::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 16px;
  height: 16px;
  background: #0459A1;
  -webkit-mask: url("../img/cmn/cmn_ico01.svg") no-repeat center center/contain;
          mask: url("../img/cmn/cmn_ico01.svg") no-repeat center center/contain;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width: 1041px) {
  .headerArea .blks-2 .btn-2:hover::before {
    width: 100%;
  }
  .headerArea .blks-2 .btn-2:hover .btn-2__txt {
    color: #fff;
  }
  .headerArea .blks-2 .btn-2:hover .btn-2__txt::before {
    background: #fff;
  }
}
@media screen and (max-width: 1279px) {
  .headerArea .blks-2 .btn-2 {
    min-width: 180px;
  }
}
@media screen and (max-width: 1040px) {
  .headerArea {
    min-height: 1px;
    height: 70px;
  }
  .headerArea__inr {
    padding: 0;
  }
  .headerArea .shadow {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    top: 70px;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: block;
  }
  .headerArea .blks-1 {
    width: auto;
    min-width: 1px;
    margin: 0;
  }
  .headerArea .blks-1 .logo {
    width: 180px;
    position: absolute;
    top: 10px;
    left: 16px;
  }
  .headerArea .blks-1 .menuBtn {
    width: 45px;
    height: 45px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
  }
  .headerArea .blks-1 .menuBtn__bar {
    width: 20px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .headerArea .blks-1 .menuBtn__bar::before, .headerArea .blks-1 .menuBtn__bar::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0459A1;
    -webkit-transition-property: left, top, bottom, -webkit-transform;
    transition-property: left, top, bottom, -webkit-transform;
    transition-property: left, top, bottom, transform;
    transition-property: left, top, bottom, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .headerArea .blks-1 .menuBtn__bar::before {
    top: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  .headerArea .blks-1 .menuBtn__bar::after {
    bottom: 0;
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .headerArea .blks-1 .menuBtn__bar span {
    display: block;
    width: 100%;
    height: 2px;
    background: #0459A1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .headerArea .blks-2 {
    top: 70px;
    bottom: 0;
    right: -110vw;
    width: 90%;
    position: fixed;
    background: #fafafa;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-property: right, opacity;
    transition-property: right, opacity;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .headerArea .blks-2__inr {
    display: block;
    padding: 32px 40px;
  }
  .headerArea .blks-2 .llist {
    display: block;
    margin: 0 0 40px;
  }
  .headerArea .blks-2 .llist__item {
    font-size: 0.9375rem;
    border-bottom: solid 1px #e6e6e6;
  }
  .headerArea .blks-2 .llist__item:not(:last-child) {
    margin-right: 0;
  }
  .headerArea .blks-2 .llist__item__txt {
    padding: 0;
  }
  .headerArea .blks-2 .llist__item__txt a {
    display: block;
    padding: 10px 4px;
    text-align: left;
  }
  .headerArea .blks-2 .llist__item.has-child .llist__item__txt a {
    padding-right: 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerArea .blks-2 .llist__item.has-child .llist__item__txt a::after {
    margin-left: 2px;
    top: 1px;
    position: relative;
    background: #0459A1;
  }
  .headerArea .blks-2 .box {
    position: static;
    padding: 20px 4px;
    background: none;
    display: block;
    border-top: solid 1px #e6e6e6;
  }
  .headerArea .blks-2 .box__ttl {
    display: none;
  }
  .headerArea .blks-2 .box__llist {
    display: block;
    margin: 0;
  }
  .headerArea .blks-2 .box__llist__item {
    font-size: 0.875rem;
    margin: 0;
  }
  .headerArea .blks-2 .box__llist__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .headerArea .blks-2 .box__llist__item a {
    color: #0459A1;
  }
  .headerArea .blks-2 .btns {
    display: block;
  }
  .headerArea .blks-2 .btns__item:not(:last-child) {
    margin: 0 0 12px;
  }
  .headerArea .blks-2 .btns__item:not(:first-child) {
    margin-left: 0;
  }
  .headerArea .blks-2 .btn {
    min-width: 1px;
    height: 48px;
  }
  .headerArea .blks-2 .btn__txt {
    font-size: 0.9375rem;
  }
  .headerArea .blks-2 .btn-2 {
    min-width: 1px;
    height: 48px;
  }
  .headerArea .blks-2 .btn-2__txt {
    font-size: 1.125rem;
  }
  .headerArea.is-active .shadow {
    opacity: 1;
    pointer-events: auto;
  }
  .headerArea.is-active .blks-1 .menuBtn .menuBtn__bar::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -1px;
    left: 4px;
  }
  .headerArea.is-active .blks-1 .menuBtn .menuBtn__bar::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: -1px;
    left: 4px;
  }
  .headerArea.is-active .blks-1 .menuBtn span {
    opacity: 0;
  }
  .headerArea.is-active .blks-2 {
    opacity: 1;
    pointer-events: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .headerArea .blks-1 .btns {
    display: block;
    position: absolute;
    width: 90px;
    right: 64px;
    top: 10px;
  }
  .headerArea .blks-1 .btns__item:not(:last-child) {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .headerArea .blks-1 .btns {
    display: none;
  }
}

/* ===============================================================================
Footer
=============================================================================== */
.footerArea {
  padding: 0 50px 48px;
}
.footerArea__inr {
  max-width: 1266px;
  margin: 0 auto;
  padding: 60px 50px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid #0459A1;
  border-width: 1px 0;
  position: relative;
}
.footerArea .blks-1 {
  margin-right: 40px;
}
.footerArea .blks-1 .logo {
  width: 273px;
  margin-bottom: 44px;
}
@media screen and (min-width: 769px) {
  .footerArea .blks-1 .logo a:hover {
    opacity: 0.8;
  }
}
.footerArea .blks-1 .logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .footerArea .blks-1 .logo .logo {
    width: 240px;
  }
}
.footerArea .blks-1 .txt {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 12px;
}
.footerArea .blks-1 .dlist {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 24px;
}
.footerArea .blks-1 .dlist__item__ttl {
  display: inline;
}
.footerArea .blks-1 .dlist__item__dtl {
  display: inline;
}
.footerArea .blks-1 .slist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerArea .blks-1 .slist__item {
  width: 50px;
}
.footerArea .blks-1 .slist__item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (min-width: 769px) {
  .footerArea .blks-1 .slist__item a:hover {
    opacity: 0.8;
  }
}
.footerArea .blks-1 .slist__item img {
  width: 100%;
}
.footerArea .blks-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footerArea .blks-2__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.footerArea .blks-2 .grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -6px 64px 0 0;
}
.footerArea .blks-2 .llist:not(:last-child) {
  margin-right: 82px;
}
.footerArea .blks-2 .llist__item:not(:last-child) {
  margin-bottom: 34px;
}
.footerArea .blks-2 .llist__item__txt {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .footerArea .blks-2 .llist__item__txt:hover {
    color: #0459A1;
  }
}
@media screen and (max-width: 1279px) {
  .footerArea .blks-2 .grp {
    margin-right: 40px;
  }
  .footerArea .blks-2 .llist:not(:last-child) {
    margin-right: 40px;
  }
}
.footerArea .blks-2 .llist-2 {
  margin-top: 8px;
}
.footerArea .blks-2 .llist-2__item:not(:last-child) {
  margin-bottom: 6px;
}
.footerArea .blks-2 .llist-2__item a {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .footerArea .blks-2 .llist-2__item a:hover {
    color: #0459A1;
  }
}
.footerArea .blks-2 .btns {
  margin-bottom: 26px;
}
.footerArea .blks-2 .btns__item:not(:last-child) {
  margin-bottom: -2px;
}
.footerArea .blks-2 .btn {
  position: relative;
  min-width: 300px;
  height: 60px;
  background: #0459A1;
  box-sizing: border-box;
  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;
}
.footerArea .blks-2 .btn::before, .footerArea .blks-2 .btn::after {
  position: absolute;
  content: "";
  display: block;
}
.footerArea .blks-2 .btn::before {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.footerArea .blks-2 .btn::after {
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #0459A1;
}
.footerArea .blks-2 .btn__txt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width: 769px) {
  .footerArea .blks-2 .btn:hover::before {
    width: 100%;
  }
  .footerArea .blks-2 .btn:hover .btn__txt {
    color: #0459A1;
  }
}
.footerArea .blks-2 .btn-2 {
  position: relative;
  min-width: 300px;
  height: 60px;
  background: #fff;
  box-sizing: border-box;
  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;
}
.footerArea .blks-2 .btn-2::before, .footerArea .blks-2 .btn-2::after {
  position: absolute;
  content: "";
  display: block;
}
.footerArea .blks-2 .btn-2::before {
  position: absolute;
  background: #0459A1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.footerArea .blks-2 .btn-2::after {
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #0459A1;
}
.footerArea .blks-2 .btn-2__txt {
  font-size: 1.9375rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0459A1;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.footerArea .blks-2 .btn-2__txt::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 23px;
  height: 23px;
  background: #0459A1;
  -webkit-mask: url("../img/cmn/cmn_ico01.svg") no-repeat center center/contain;
          mask: url("../img/cmn/cmn_ico01.svg") no-repeat center center/contain;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width: 769px) {
  .footerArea .blks-2 .btn-2:hover::before {
    width: 100%;
  }
  .footerArea .blks-2 .btn-2:hover .btn-2__txt {
    color: #fff;
  }
  .footerArea .blks-2 .btn-2:hover .btn-2__txt::before {
    background: #fff;
  }
}
.footerArea .blks-2 .illust {
  width: 188px;
  margin-left: auto;
}
.footerArea .blks-2 .illust img {
  width: 100%;
  display: block;
}
.footerArea .blks-2 .copyright {
  text-align: right;
}
.footerArea .blks-2 .copyright span {
  display: inline-block;
}
.footerArea .pt {
  position: absolute;
  width: 49px;
  top: -25px;
  right: 50px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .footerArea .pt:hover {
    opacity: 0.8;
  }
}
.footerArea .pt img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .footerArea__inr {
    display: block;
    padding: 60px 0 13px;
  }
  .footerArea .blks-1 {
    margin: 0 0 40px;
  }
  .footerArea .blks-1 .logo {
    width: 273px;
    margin: 0 auto 44px;
  }
  .footerArea .blks-1 .txt {
    text-align: center;
  }
  .footerArea .blks-1 .dlist {
    text-align: center;
  }
  .footerArea .blks-1 .slist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerArea .blks-2__inr {
    display: block;
    margin-bottom: 20px;
  }
  .footerArea .blks-2 .grp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 40px;
  }
  .footerArea .blks-2 .llist:not(:last-child) {
    margin-right: 64px;
  }
  .footerArea .blks-2 .btns {
    width: auto;
    max-width: 300px;
    margin: 0 auto 32px;
  }
  .footerArea .blks-2 .illust {
    width: 188px;
    margin: 0 auto auto;
  }
  .footerArea .blks-2 .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footerArea {
    padding: 0 24px 40px;
  }
  .footerArea__inr {
    padding: 56px 0 12px;
  }
  .footerArea .blks-1 {
    margin: 0 0 40px;
  }
  .footerArea .blks-1 .logo {
    width: 248px;
    margin: 0 auto 24px;
  }
  .footerArea .blks-1 .txt {
    font-size: 0.9375rem;
  }
  .footerArea .blks-1 .dlist {
    font-size: 0.9375rem;
  }
  .footerArea .blks-1 .slist__item {
    width: 40px;
  }
  .footerArea .blks-1 .slist__item:not(:last-child) {
    margin-right: 24px;
  }
  .footerArea .blks-2__inr {
    display: block;
    margin-bottom: 20px;
  }
  .footerArea .blks-2 .grp {
    margin: 0 0 32px;
  }
  .footerArea .blks-2 .llist:not(:last-child) {
    margin-right: 40px;
  }
  .footerArea .blks-2 .llist__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .footerArea .blks-2 .llist__item__txt {
    font-size: 0.9375rem;
  }
  .footerArea .blks-2 .btns__item:not(:last-child) {
    margin-bottom: 12px;
  }
  .footerArea .blks-2 .btn {
    min-width: 1px;
    height: 48px;
  }
  .footerArea .blks-2 .btn__txt {
    font-size: 1rem;
    font-weight: 700;
  }
  .footerArea .blks-2 .btn-2 {
    min-width: 1px;
    height: 48px;
  }
  .footerArea .blks-2 .btn-2__txt {
    font-size: 1.625rem;
    padding-left: 28px;
  }
  .footerArea .blks-2 .btn-2__txt::before {
    width: 20px;
    height: 20px;
  }
  .footerArea .blks-2 .illust {
    width: 160px;
  }
  .footerArea .blks-2 .copyright {
    font-size: 0.75rem;
    padding: 0 80px;
  }
  .footerArea .pt {
    width: 35px;
    top: -18px;
    right: 8px;
  }
}

/* ===============================================================================
Contents
=============================================================================== */
.contentsArea {
  padding-top: 120px;
  position: relative;
}
.contentsArea .anchor {
  padding-top: 120px;
  margin-top: -120px;
}
.contentsArea .vr {
  position: sticky;
  z-index: 999;
  bottom: 0;
}
.contentsArea .vr a {
  width: 183px;
  margin-left: auto;
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 40px;
  right: 20px;
}
@media screen and (min-width: 769px) {
  .contentsArea .vr a:hover {
    opacity: 0.8;
  }
}
.contentsArea .vr img {
  display: block;
  width: 100%;
}
.contentsArea .vr._top {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.contentsArea .vr._top.is-active {
  opacity: 1;
  pointer-events: auto;
}
.contentsArea .ph {
  height: 500px;
  position: relative;
  z-index: 1;
}
.contentsArea .ph::before, .contentsArea .ph::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}
.contentsArea .ph::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #004098, #00a0e9);
  background: linear-gradient(90deg, #004098, #00a0e9);
}
.contentsArea .ph::after {
  bottom: 0;
  right: 0;
  width: 734px;
  height: 75px;
  background: url("../img/cmn/cmn_dtxt01.png") no-repeat 0 0/contain;
}
.contentsArea .ph._c-2::before {
  opacity: 0.65;
  background: -webkit-linear-gradient(left, #0a9eff, #9cd3e9);
  background: linear-gradient(90deg, #0a9eff, #9cd3e9);
}
.contentsArea .ph__inr {
  max-width: 1366px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentsArea .ph__grp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 92px;
}
.contentsArea .ph__main {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 20px;
}
.contentsArea .ph__en img {
  display: block;
  width: 100%;
}
.contentsArea .ph__en img._company {
  max-width: 266px;
}
.contentsArea .ph__en img._our-team {
  max-width: 272px;
}
.contentsArea .ph__en img._facility {
  max-width: 194px;
}
.contentsArea .ph__en img._job {
  max-width: 100px;
}
.contentsArea .ph__en img._pressrelease {
  max-width: 335px;
}
.contentsArea .ph__en img._seminar {
  max-width: 224px;
}
.contentsArea .ph__en img._contact {
  max-width: 216px;
}
.contentsArea .ph__inr-2 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentsArea .ph__llist {
  background: #fff;
  width: 250px;
  min-height: 200px;
  padding: 16px 28px;
  box-sizing: border-box;
}
.contentsArea .ph__llist__item {
  font-size: 1.125rem;
  line-height: 1.84;
}
@media screen and (min-width: 769px) {
  .contentsArea .ph__llist__item a:hover {
    color: #0459A1;
  }
}
.contentsArea .dirpath {
  max-width: 1366px;
  box-sizing: border-box;
  width: 100%;
  margin: 12px auto 0;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentsArea .dirpath__item {
  font-size: 0.875rem;
}
.contentsArea .dirpath__item:not(:last-child)::after {
  content: "/";
  margin: 0 0.25em;
}
@media screen and (min-width: 769px) {
  .contentsArea .dirpath__item a:hover {
    color: #0459A1;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea {
    padding-top: 70px;
  }
  .contentsArea .anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
  .contentsArea .vr {
    height: 1px;
    margin-bottom: 15px;
  }
  .contentsArea .vr a {
    width: 75px;
    bottom: 20px;
    right: 10px;
  }
  .contentsArea .ph {
    height: 350px;
    /* 下記から下は未対応 */
  }
  .contentsArea .ph::after {
    width: 66.66%;
    height: 100%;
    background: url("../img/cmn/cmn_dtxt01.png") no-repeat bottom center/contain;
  }
  .contentsArea .ph__inr {
    display: block;
    padding: 0 24px;
  }
  .contentsArea .ph__grp {
    padding-top: 64px;
  }
  .contentsArea .ph__main {
    font-size: 0.9375rem;
    margin-bottom: 12px;
  }
  .contentsArea .ph__en img {
    display: block;
  }
  .contentsArea .ph__en img._company {
    max-width: 200px;
  }
  .contentsArea .ph__en img._our-team {
    max-width: 204px;
  }
  .contentsArea .ph__en img._facility {
    max-width: 146px;
  }
  .contentsArea .ph__en img._job {
    max-width: 75px;
  }
  .contentsArea .ph__en img._pressrelease {
    max-width: 251px;
  }
  .contentsArea .ph__en img._seminar {
    max-width: 168px;
  }
  .contentsArea .ph__en img._contact {
    max-width: 162px;
  }
  .contentsArea .ph__inr-2 {
    height: auto;
    display: block;
    position: absolute;
    top: 170px;
    left: 24px;
    right: 24px;
  }
  .contentsArea .ph__llist {
    width: auto;
    min-height: 1px;
    padding: 10px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: none;
    border: solid 1px #fff;
    margin: 0;
  }
  .contentsArea .ph__llist__item {
    font-size: 0.9375rem;
    color: #fff;
    margin: 2px 12px;
  }
  .contentsArea .dirpath {
    margin: 4px auto 0;
    padding: 0 24px;
  }
  .contentsArea .dirpath__item {
    font-size: 0.75rem;
  }
}

/* ===============================================================================
Module
=============================================================================== */
/* heading module 
========================= */
/* m-h-1 */
.m-h-1__en {
  margin-bottom: 23px;
}
.m-h-1__en img {
  display: block;
}
.m-h-1__en img._our-team {
  width: 271px;
}
.m-h-1__en img._recruit {
  width: 193px;
}
.m-h-1__en img._vr-factory {
  width: 304px;
  margin-bottom: -12px;
}
.m-h-1__en img._message {
  width: 237px;
  margin-bottom: -12px;
}
.m-h-1__en img._pressrelease {
  width: 335px;
}
.m-h-1__en img._job {
  width: 102px;
}
.m-h-1__en img._workplace {
  width: 305px;
  margin-bottom: -12px;
}
.m-h-1__en img._job-description {
  width: 433px;
  margin-bottom: -12px;
}
.m-h-1__en img._entry {
  width: 191px;
}
.m-h-1__en img._officer {
  width: 188px;
}
.m-h-1__en img._company-profile {
  width: 457px;
  margin-bottom: -12px;
}
.m-h-1__en img._access {
  width: 187px;
}
.m-h-1__en img._history {
  width: 198px;
  margin-bottom: -12px;
}
.m-h-1__en img._sales {
  width: 135px;
}
.m-h-1__en img._crown {
  width: 182px;
}
.m-h-1__en img._sowaka {
  width: 268px;
}
.m-h-1__en img._denture {
  width: 226px;
}
.m-h-1__en img._mimic {
  width: 161px;
}
.m-h-1__en img._interview {
  width: 268px;
}
.m-h-1__main {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0459A1;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .m-h-1__en {
    margin-bottom: 16px;
  }
  .m-h-1__en img._our-team {
    width: 190px;
  }
  .m-h-1__en img._recruit {
    width: 135px;
  }
  .m-h-1__en img._vr-factory {
    width: 213px;
    margin-bottom: -8px;
  }
  .m-h-1__en img._message {
    width: 166px;
    margin-bottom: -8px;
  }
  .m-h-1__en img._pressrelease {
    width: 235px;
  }
  .m-h-1__en img._job {
    width: 71px;
  }
  .m-h-1__en img._workplace {
    width: 214px;
    margin-bottom: -8px;
  }
  .m-h-1__en img._job-description {
    width: 303px;
    margin-bottom: -8px;
  }
  .m-h-1__en img._entry {
    width: 134px;
  }
  .m-h-1__en img._officer {
    width: 132px;
  }
  .m-h-1__en img._company-profile {
    width: 320px;
    margin-bottom: -8px;
  }
  .m-h-1__en img._access {
    width: 131px;
  }
  .m-h-1__en img._history {
    width: 139px;
    margin-bottom: -8px;
  }
  .m-h-1__en img._sales {
    width: 95px;
  }
  .m-h-1__en img._crown {
    width: 127px;
  }
  .m-h-1__en img._sowaka {
    width: 188px;
  }
  .m-h-1__en img._denture {
    width: 158px;
  }
  .m-h-1__en img._mimic {
    width: 113px;
  }
  .m-h-1__en img._interview {
    width: 188px;
  }
  .m-h-1__main {
    font-size: 1.125rem;
  }
}

/* button module 
========================= */
/* m-btn-1 */
.m-btn-1 {
  position: relative;
  min-width: 200px;
  height: 55px;
  padding: 8px;
  background: #fff;
  box-sizing: border-box;
  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;
  cursor: pointer;
}
.m-btn-1::before, .m-btn-1::after {
  position: absolute;
  content: "";
  display: block;
}
.m-btn-1::before {
  position: absolute;
  background: #0459A1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.m-btn-1::after {
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #fff;
}
.m-btn-1__txt {
  font-size: 1rem;
  font-weight: 700;
  color: #0459A1;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  position: relative;
}
@media screen and (min-width: 769px) {
  .m-btn-1:hover::before {
    width: 100%;
  }
  .m-btn-1:hover .m-btn-1__txt {
    color: #fff;
  }
}
.m-btn-1.m-btn-1_c-2 {
  background: #0459A1;
}
.m-btn-1.m-btn-1_c-2::before {
  background: #fff;
}
.m-btn-1.m-btn-1_c-2::after {
  border: solid 2px #0459A1;
}
.m-btn-1.m-btn-1_c-2 .m-btn-1__txt {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .m-btn-1.m-btn-1_c-2:hover .m-btn-1__txt {
    color: #0459A1;
  }
}
@media screen and (max-width: 768px) {
  .m-btn-1 {
    height: 48px;
  }
  .m-btn-1__txt {
    font-size: 0.9375rem;
  }
  .m-btn-1.m-btn-1_t2 {
    min-width: 1px;
    padding: 0 16px;
  }
}

/* m-btn-2 */
.m-btn-2 {
  position: relative;
  min-width: 200px;
  height: 55px;
  background: #efefef;
  color: #0459A1;
  box-sizing: border-box;
  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;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .m-btn-2:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .m-btn-2 {
    height: 48px;
  }
  .m-btn-2__txt {
    font-size: 0.9375rem;
  }
}

/* column module 
========================= */
/* m-col3-1 */
.m-col3-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-col3-1__col {
  width: 30.159%;
  margin: 5% 4.7615% 0 0;
}
.m-col3-1__col:nth-child(3n) {
  margin-right: 0;
}
.m-col3-1__col:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 1040px) {
  .m-col3-1__col {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .m-col3-1__col:nth-child(3n) {
    margin-right: 4%;
  }
  .m-col3-1__col:nth-child(-n+3) {
    margin-top: 4%;
  }
  .m-col3-1__col:nth-child(2n) {
    margin-right: 0;
  }
  .m-col3-1__col:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .m-col3-1 {
    display: block;
  }
  .m-col3-1__col {
    width: auto;
    margin: 0;
  }
  .m-col3-1__col:nth-child(3n) {
    margin-right: 0;
  }
  .m-col3-1__col:not(:last-child) {
    margin-bottom: 24px;
  }
}

/* card module 
========================= */
/* m-card-1 */
.m-card-1 {
  color: #fff;
  display: block;
}
@media screen and (min-width: 769px) {
  .m-card-1:hover {
    opacity: 0.8;
  }
}
.m-card-1__img {
  padding-top: 57.898%;
  position: relative;
  background: url("../img/cmn/cmn_bg01.png") no-repeat center center/cover;
  margin-bottom: 20px;
}
.m-card-1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.m-card-1__grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.m-card-1__cat {
  font-size: 1rem;
  line-height: 1.2;
  min-width: 140px;
  min-height: 30px;
  text-align: center;
  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;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
  color: #0459A1;
  font-weight: 700;
  margin-right: 20px;
}
.m-card-1__date {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 20px;
}
.m-card-1__h {
  font-size: 1rem;
  line-height: 2;
}
.m-card-1.m-card-1_c-2 {
  color: #000;
}
.m-card-1.m-card-1_c-2 .m-card-1__img::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 1px #000;
}
.m-card-1.m-card-1_c-2 .m-card-1__cat {
  background: #0459A1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-card-1__img {
    margin-bottom: 16px;
  }
  .m-card-1__cat {
    font-size: 0.875rem;
    min-width: 120px;
  }
  .m-card-1__date {
    font-size: 0.9375rem;
    margin-right: 16px;
  }
  .m-card-1__h {
    font-size: 0.9375rem;
  }
}

/* link module 
========================= */
/* m-llist-1 */
.m-llist-1 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -1px;
}
.m-llist-1__item {
  margin: 8px 1px;
}
.m-llist-1__item:not(:last-child) {
  position: relative;
}
.m-llist-1__item:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -2px;
  bottom: 0;
  margin: auto 0;
  width: 2px;
  height: 30px;
  background: #595757;
}
.m-llist-1__item a, .m-llist-1__item span {
  display: block;
  cursor: pointer;
  padding: 4px 8px;
  box-sizing: border-box;
  min-width: 128px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .m-llist-1__item a:hover, .m-llist-1__item span:hover {
    color: #0459A1;
  }
}
.m-llist-1__item.is-active a, .m-llist-1__item.is-active span {
  color: #0459A1;
  cursor: auto;
}
@media screen and (max-width: 768px) {
  .m-llist-1 {
    margin: 0;
  }
  .m-llist-1__item {
    margin: 0;
    width: 50%;
  }
  .m-llist-1__item:not(:last-child)::after {
    content: none;
  }
  .m-llist-1__item a, .m-llist-1__item span {
    min-width: 1px;
    padding: 8px;
    background: #e6e6e6;
    font-size: 0.875rem;
    margin: 1px;
  }
  .m-llist-1__item.is-active a, .m-llist-1__item.is-active span {
    background: #0459A1;
    color: #fff;
  }
}

/* news module 
========================= */
/* m-pr-1 */
.m-pr-1 {
  max-width: 900px;
  margin: 0 auto;
  border-top: solid 1px #e6e6e6;
}
.m-pr-1__item {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #e6e6e6;
}
@media screen and (min-width: 769px) {
  .m-pr-1__item:hover {
    opacity: 0.8;
  }
}
.m-pr-1__item__img {
  width: 220px;
  height: 127px;
  background: url("../img/cmn/cmn_bg01.png") no-repeat center center/cover;
  margin-right: 32px;
  position: relative;
}
.m-pr-1__item__img::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 1px #000;
  pointer-events: none;
}
.m-pr-1__item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.m-pr-1__item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-pr-1__item__grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.m-pr-1__item__date {
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.2;
  margin-right: 20px;
}
.m-pr-1__item__cat {
  background: #e6e6e6;
  min-width: 100px;
  padding: 5px;
  box-sizing: border-box;
  color: #9c9c9c;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
}
.m-pr-1__item__h {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .m-pr-1__item {
    padding: 32px 0 24px;
  }
  .m-pr-1__item__img {
    width: 110px;
    height: 64px;
    background: url("../img/cmn/cmn_bg01.png") no-repeat center center/cover;
    margin-right: 16px;
  }
  .m-pr-1__item__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-pr-1__item__grp {
    margin-bottom: 5px;
  }
  .m-pr-1__item__date {
    font-size: 0.75rem;
    width: 64px;
    margin-right: 10px;
  }
  .m-pr-1__item__cat {
    min-width: 80px;
    padding: 3px;
    font-size: 0.75rem;
  }
  .m-pr-1__item__h {
    font-size: 0.8125rem;
  }
}

/* pager module 
========================= */
/* m-pager-1 */
.m-pager-1 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: -4px -6px;
}
.m-pager-1__inr {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-pager-1 .page, .m-pager-1 .current {
  width: 40px;
  height: 40px;
  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;
  margin: 4px 6px;
}
@media screen and (min-width: 769px) {
  .m-pager-1 a.page:hover {
    color: #0459A1;
  }
}
.m-pager-1 .extend {
  width: 40px;
  margin: 4px 6px;
  text-align: center;
  position: relative;
  bottom: -10px;
}
.m-pager-1 .current {
  color: #000;
}
.m-pager-1 .prev {
  padding-left: 2em;
  position: relative;
  margin: 4px 12px 4px 6px;
}
.m-pager-1 .prev::after {
  position: absolute;
  content: "＜";
  display: block;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .m-pager-1 .prev:hover {
    color: #0459A1;
  }
}
.m-pager-1 .next {
  padding-right: 2em;
  position: relative;
  margin: 4px 6px 4px 12px;
}
.m-pager-1 .next::after {
  position: absolute;
  content: "＞";
  display: block;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .m-pager-1 .next:hover {
    color: #0459A1;
  }
}
@media screen and (max-width: 768px) {
  .m-pager-1 {
    font-size: 1rem;
    margin: -2px -4px;
  }
  .m-pager-1 .page, .m-pager-1 .current {
    width: 24px;
    height: 32px;
    margin: 2px 4px;
  }
  .m-pager-1 .extend {
    width: 24px;
    margin: 2px 4px;
    bottom: -6px;
  }
  .m-pager-1 .prev {
    padding-left: 1.5em;
    margin: 2px 8px 2px 4px;
  }
  .m-pager-1 .next {
    padding-right: 1.5em;
    margin: 2px 4px 2px 8px;
  }
}

/* general module 
========================= */
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.mid {
  font-weight: 500 !important;
}

.bold {
  font-weight: 700 !important;
}

/* ===============================================================================
Common
=============================================================================== */
/* cmn-section
========================= */
/* cmn-sec-1 */
.cmn-sec-1 {
  background: -webkit-linear-gradient(left, #004098, #00a0e9);
  background: linear-gradient(90deg, #004098, #00a0e9);
  color: #fff;
  padding: 84px 0 54px;
}
.cmn-sec-1__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.cmn-sec-1 .blks-1 {
  margin-bottom: 20px;
}
.cmn-sec-1 .blks-1 .h__main {
  color: #fff;
}
.cmn-sec-1 .blks-2 {
  text-align: center;
}
.cmn-sec-1 .blks-2 .txt {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 28px;
}
.cmn-sec-1 .blks-2 .txt span {
  display: inline-block;
}
.cmn-sec-1 .blks-2 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.cmn-sec-1 .blks-2 .btn__inr {
  position: relative;
  max-width: 480px;
  width: 100%;
  height: 96px;
  box-sizing: border-box;
  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;
}
.cmn-sec-1 .blks-2 .btn__inr::before, .cmn-sec-1 .blks-2 .btn__inr::after {
  position: absolute;
  content: "";
  display: block;
}
.cmn-sec-1 .blks-2 .btn__inr::before {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.cmn-sec-1 .blks-2 .btn__inr::after {
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 3px #fff;
}
@media screen and (min-width: 769px) {
  .cmn-sec-1 .blks-2 .btn__inr:hover::before {
    width: 100%;
  }
  .cmn-sec-1 .blks-2 .btn__inr:hover .btn__txt {
    color: #0459A1;
  }
  .cmn-sec-1 .blks-2 .btn__inr:hover .btn__txt::before {
    background: #0459A1;
  }
}
.cmn-sec-1 .blks-2 .btn__txt {
  font-size: 1.9375rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.02em;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.cmn-sec-1 .blks-2 .btn__txt::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 23px;
  height: 23px;
  background: #fff;
  -webkit-mask: url("../img/cmn/cmn_ico01.svg") no-repeat center center/contain;
          mask: url("../img/cmn/cmn_ico01.svg") no-repeat center center/contain;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.cmn-sec-1 .blks-2 .txt-2 {
  font-size: 1rem;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .cmn-sec-1 {
    padding: 56px 0;
  }
  .cmn-sec-1__inr {
    padding: 0 24px;
  }
  .cmn-sec-1 .blks-1 {
    margin-bottom: 20px;
  }
  .cmn-sec-1 .blks-1 .h__main {
    color: #fff;
  }
  .cmn-sec-1 .blks-2 {
    margin: 0 8px;
  }
  .cmn-sec-1 .blks-2 .txt {
    font-size: 0.9375rem;
    margin-bottom: 24px;
  }
  .cmn-sec-1 .blks-2 .btn {
    margin-bottom: 16px;
  }
  .cmn-sec-1 .blks-2 .btn__inr {
    height: 72px;
  }
  .cmn-sec-1 .blks-2 .btn__inr::after {
    border-width: 2px;
  }
  .cmn-sec-1 .blks-2 .btn__txt {
    font-size: 1.625rem;
  }
  .cmn-sec-1 .blks-2 .txt-2 {
    text-align: center;
    font-size: 0.9375rem;
  }
}

/* ===============================================================================
Top
=============================================================================== */
/* top-section
========================= */
/* top-secs-1 */
.top-secs-1 {
  margin-bottom: 224px;
}
@media screen and (max-width: 768px) {
  .top-secs-1 {
    margin-bottom: 120px;
  }
}

/* top-sec-1 */
.top-sec-1 {
  background: #0459A1;
  padding-bottom: 80px;
}
.top-sec-1 .blks-1 {
  position: relative;
  padding-bottom: 32px;
}
.top-sec-1 .blks-1 .slider {
  height: 600px;
  margin-left: 266px;
  position: relative;
}
.top-sec-1 .blks-1 .slider .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* 少し拡大 */
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* 少し拡大 */
  }
}
.top-sec-1 .blks-1 .slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-sec-1 .blks-1 .slider .swiper-slide-active img,
.top-sec-1 .blks-1 .slider .swiper-slide-duplicate-active img,
.top-sec-1 .blks-1 .slider .swiper-slide-prev img {
  -webkit-animation: zoomIn 6s ease-in-out forwards;
          animation: zoomIn 6s ease-in-out forwards;
}
.top-sec-1 .blks-1 .slider .slider__pager {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  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;
  z-index: 1;
}
.top-sec-1 .blks-1 .slider .slider__pager .swiper-pagination-bullet {
  width: 70px;
  height: 8px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.top-sec-1 .blks-1 .slider .slider__pager .swiper-pagination-bullet-active {
  background: #0459A1;
}
.top-sec-1 .blks-1 .copy {
  position: absolute;
  z-index: 2;
  left: 8px;
  bottom: 0;
  overflow: hidden;
  max-width: 704px;
}
.top-sec-1 .blks-1 .copy img {
  width: 100%;
  display: block;
  position: relative;
  top: 156px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.top-sec-1 .blks-1 .copy.is-active img {
  top: 0;
}
.top-sec-1 .blks-2 {
  margin-top: 118px;
  padding-bottom: 80px;
}
.top-sec-1 .blks-2__inr {
  max-width: 1360px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
.top-sec-1 .blks-2 .col3 {
  margin-bottom: 72px;
}
.top-sec-1 .blks-2 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-sec-1 {
    padding-bottom: 48px;
  }
  .top-sec-1 .blks-1 {
    position: relative;
    padding-bottom: 32px;
  }
  .top-sec-1 .blks-1 .slider {
    height: 300px;
    margin-left: 22%;
  }
  .top-sec-1 .blks-1 .slider .slider__pager {
    display: none;
  }
  .top-sec-1 .blks-1 .copy {
    left: 0;
    right: 16px;
  }
  .top-sec-1 .blks-2 {
    margin-top: 48px;
  }
  .top-sec-1 .blks-2__inr {
    max-width: 1360px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 32px;
  }
  .top-sec-1 .blks-2 .col3 {
    margin-bottom: 32px;
  }
}

/* top-sec-2 */
.top-sec-2 {
  background: url("../img/top/top_bg01.jpg") no-repeat center bottom/cover;
  padding: 80px 0;
}
.top-sec-2__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.top-sec-2 .blks-1 .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-sec-2 .blks-1 .col3__col {
  width: 31.552%;
  margin: 2.672% 2.672% 0 0;
}
.top-sec-2 .blks-1 .col3__col:nth-child(3n) {
  margin-right: 0;
}
.top-sec-2 .blks-1 .col3__col:nth-child(-n+3) {
  margin-top: 0;
}
.top-sec-2 .blks-1 .card {
  position: relative;
  z-index: 1;
}
.top-sec-2 .blks-1 .card__img {
  padding-top: 83.06%;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.top-sec-2 .blks-1 .card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.top-sec-2 .blks-1 .card__img::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 89, 161, 0.45);
}
.top-sec-2 .blks-1 .card__txt {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
.top-sec-2 .blks-1 .card__en {
  position: absolute;
  bottom: 0;
  left: 3px;
}
.top-sec-2 .blks-1 .card__en img {
  position: relative;
  bottom: 10px;
}
.top-sec-2 .blks-1 .card__en img._txt-1 {
  width: 177px;
}
.top-sec-2 .blks-1 .card__en img._txt-2 {
  width: 213px;
  bottom: 0;
}
.top-sec-2 .blks-1 .card__en img._txt-3 {
  width: 151px;
  bottom: 0;
}
.top-sec-2 .blks-1 .card__en img._txt-4 {
  width: 150px;
}
.top-sec-2 .blks-1 .card__en img._txt-5 {
  width: 124px;
}
.top-sec-2 .blks-1 .card__en img._txt-6 {
  width: 215px;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .top-sec-2 .blks-1 .card:hover .card__img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .top-sec-2 {
    background: url("../img/top/top_bg01_sp.jpg") no-repeat center bottom/cover;
    padding: 64px 0;
  }
  .top-sec-2__inr {
    padding: 0 24px;
  }
  .top-sec-2 .blks-1 .col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-sec-2 .blks-1 .col3__col {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .top-sec-2 .blks-1 .col3__col:nth-child(3n) {
    margin-right: 4%;
  }
  .top-sec-2 .blks-1 .col3__col:nth-child(-n+3) {
    margin-top: 4%;
  }
  .top-sec-2 .blks-1 .col3__col:nth-child(2n) {
    margin-right: 0;
  }
  .top-sec-2 .blks-1 .col3__col:nth-child(-n+2) {
    margin-top: 0;
  }
  .top-sec-2 .blks-1 .card__txt {
    font-size: 1rem;
  }
  .top-sec-2 .blks-1 .card__en {
    left: 2px;
  }
  .top-sec-2 .blks-1 .card__en img {
    bottom: 4px;
  }
  .top-sec-2 .blks-1 .card__en img._txt-1 {
    width: 106px;
  }
  .top-sec-2 .blks-1 .card__en img._txt-2 {
    width: 128px;
  }
  .top-sec-2 .blks-1 .card__en img._txt-3 {
    width: 91px;
  }
  .top-sec-2 .blks-1 .card__en img._txt-4 {
    width: 90px;
  }
  .top-sec-2 .blks-1 .card__en img._txt-5 {
    width: 74px;
  }
  .top-sec-2 .blks-1 .card__en img._txt-6 {
    width: 129px;
  }
}

/* top-sec-3 */
.top-sec-3 {
  position: relative;
  z-index: 1;
  padding: 90px 0 180px;
}
.top-sec-3::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  top: 20px;
  left: 0;
  width: 135px;
  height: 1319px;
  background: url("../img/top/top_dtxt01.png") no-repeat 0 0/contain;
}
.top-sec-3__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.top-sec-3 .blks-1 {
  margin-bottom: 38px;
}
.top-sec-3 .blks-2 .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -14px;
}
.top-sec-3 .blks-2 .col2__col {
  width: calc(50% - 28px);
  margin: 14px;
}
.top-sec-3 .blks-2 .card__inr {
  padding-top: 44.1696%;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.top-sec-3 .blks-2 .card__img {
  width: 56.537%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.top-sec-3 .blks-2 .card__img img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-sec-3 .blks-2 .card__body {
  width: 43.463%;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  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;
}
.top-sec-3 .blks-2 .card__body::after {
  position: absolute;
  content: "";
  display: block;
  right: 20px;
  bottom: 20px;
  background: url("../img/cmn/cmn_arr02.svg") no-repeat 0 0/contain;
  width: 20px;
  height: 18px;
}
.top-sec-3 .blks-2 .card__txt {
  font-size: 1.25rem;
  color: #0459A1;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-sec-3 .blks-2 .card:hover .card__img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .top-sec-3 {
    padding: 64px 0;
  }
  .top-sec-3::after {
    top: 12px;
    left: -1px;
    width: 81px;
    height: 791px;
    background: url("../img/top/top_dtxt01.png") no-repeat 0 0/contain;
  }
  .top-sec-3__inr {
    padding: 0 32px;
  }
  .top-sec-3 .blks-1 {
    margin-bottom: 32px;
  }
  .top-sec-3 .blks-2 .col2 {
    display: block;
    margin: 0;
  }
  .top-sec-3 .blks-2 .col2__col {
    width: auto;
    margin: 0;
    display: block;
  }
  .top-sec-3 .blks-2 .col2__col:not(:last-child) {
    margin-bottom: 24px;
  }
  .top-sec-3 .blks-2 .card__inr {
    padding-top: 40%;
  }
  .top-sec-3 .blks-2 .card__img {
    width: 50%;
  }
  .top-sec-3 .blks-2 .card__body {
    width: 50%;
    padding: 8px;
  }
  .top-sec-3 .blks-2 .card__body::after {
    right: 16px;
    bottom: 16px;
    width: 16px;
    height: 14.4px;
  }
  .top-sec-3 .blks-2 .card__txt {
    font-size: 1rem;
  }
}

/* top-sec-4 */
.top-sec-4 {
  overflow: hidden;
  position: relative;
}
.top-sec-4__inr {
  max-width: 1160px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 80px 44px 90px;
  position: relative;
  z-index: 1;
}
.top-sec-4__inr::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc((100vw - 100%) / 2 + 100% + 1px);
  height: 100%;
  background: -webkit-linear-gradient(45deg, #004098, #00a0e9);
  background: linear-gradient(45deg, #004098, #00a0e9);
}
.top-sec-4 .blks-1 {
  color: #fff;
  padding-right: 200px;
}
.top-sec-4 .blks-1 .h {
  margin-bottom: 30px;
}
.top-sec-4 .blks-1 .h__main {
  color: #fff;
}
.top-sec-4 .blks-1 .txt {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-bottom: 28px;
}
.top-sec-4 .blks-1 .txt__inr {
  display: block;
}
.top-sec-4 .blks-1 .txt__inr:nth-child(2) {
  margin-left: -0.5em;
}
.top-sec-4 .blks-1 .txt-2 {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 80px;
}
.top-sec-4 .blks-1 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-sec-4 .blks-2 .img {
  position: absolute;
  width: calc(385px + (100vw - 1160px) / 2 + 1px);
  z-index: 1;
  right: 0;
  top: 45px;
  bottom: 45px;
  margin: auto 0;
}
.top-sec-4 .blks-2 .img::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 89, 161, 0.4);
}
.top-sec-4 .blks-2 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-sec-4 {
    margin-left: 16px;
    padding: 56px 32px 32px;
    background: -webkit-linear-gradient(330deg, #004098, #00a0e9);
    background: linear-gradient(120deg, #004098, #00a0e9);
  }
  .top-sec-4__inr {
    padding: 0;
  }
  .top-sec-4__inr::before {
    content: none;
  }
  .top-sec-4 .blks-1 {
    padding-right: 0;
    margin-bottom: 48px;
  }
  .top-sec-4 .blks-1 .h {
    margin-bottom: 32px;
  }
  .top-sec-4 .blks-1 .txt {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .top-sec-4 .blks-1 .txt-2 {
    font-size: 0.9375rem;
    margin-bottom: 40px;
  }
  .top-sec-4 .blks-2 {
    margin-right: -32px;
    padding-left: 32px;
  }
  .top-sec-4 .blks-2 .img {
    position: relative;
    width: 100%;
    height: 360px;
    top: auto;
    bottom: auto;
  }
  .top-sec-4 .blks-2 .img img {
    object-position: center bottom;
  }
}

/* top-sec-5 */
.top-sec-5 {
  padding: 88px 0 174px;
  background: url("../img/top/top_bg02.png") no-repeat center bottom/cover;
}
.top-sec-5__inr {
  max-width: 1260px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
.top-sec-5 .blks-1 {
  margin-bottom: 18px;
}
.top-sec-5 .blks-2 {
  max-width: 900px;
  margin: 0 auto;
}
.top-sec-5 .blks-2 .link {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .top-sec-5 .blks-2 .link:hover {
    opacity: 0.8;
  }
}
.top-sec-5 .blks-2 .link img {
  display: block;
  width: 100%;
}
.top-sec-5 .blks-2 .txt {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top-sec-5 {
    padding: 64px 0;
    background: url("../img/top/top_bg02_sp.png") no-repeat center bottom/cover;
  }
  .top-sec-5__inr {
    padding: 0 32px;
  }
  .top-sec-5 .blks-1 {
    margin-bottom: 40px;
  }
  .top-sec-5 .blks-2 .link {
    margin: 0 -16px 20px;
  }
  .top-sec-5 .blks-2 .txt {
    font-size: 0.9375rem;
  }
}

/* top-sec-6 */
.top-sec-6 {
  padding-top: 30px;
  margin-bottom: 90px;
}
.top-sec-6 .blks-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.top-sec-6 .blks-1 .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.top-sec-6 .blks-1 .img img {
  object-fit: cover;
  object-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-sec-6 .blks-1 .body {
  position: relative;
  z-index: 2;
  width: 41.434%;
  min-width: 400px;
  box-sizing: border-box;
  padding: 146px 100px 0 60px;
}
.top-sec-6 .blks-1 .en {
  width: 611px;
  position: absolute;
  top: -12px;
  right: 0;
}
.top-sec-6 .blks-1 .grp {
  margin-bottom: 40px;
}
.top-sec-6 .blks-1 .h {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.top-sec-6 .blks-1 .txt {
  border: solid #e6e6e6;
  border-width: 1px 0;
  padding: 15px 0;
}
.top-sec-6 .blks-1 .txt p {
  font-size: 1rem;
  line-height: 1.38;
}
.top-sec-6 .blks-1 .txt p:not(:last-child) {
  margin-bottom: 15px;
}
.top-sec-6 .blks-1 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-sec-6 .blks-2 .en {
  max-width: 704px;
}
.top-sec-6 .blks-2 .en .img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-sec-6 {
    padding-top: 56px;
    margin-bottom: 64px;
  }
  .top-sec-6 .blks-1 {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }
  .top-sec-6 .blks-1 .img {
    padding-top: 70.72%;
  }
  .top-sec-6 .blks-1 .img img {
    object-fit: cover;
    object-position: bottom center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .top-sec-6 .blks-1 .body {
    width: auto;
    min-width: 1px;
    position: static;
    padding: 24px 32px 0;
  }
  .top-sec-6 .blks-1 .en {
    width: 100%;
    max-width: 305px;
    top: -42px;
    right: auto;
    left: 0;
  }
  .top-sec-6 .blks-1 .grp {
    margin-bottom: 32px;
  }
  .top-sec-6 .blks-1 .h {
    font-size: 1.125rem;
  }
  .top-sec-6 .blks-1 .txt p {
    font-size: 0.875rem;
  }
  .top-sec-6 .blks-1 .txt p:not(:last-child) {
    margin-bottom: 12px;
  }
  .top-sec-6 .blks-1 .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* top-sec-7 */
.top-sec-7 {
  position: relative;
  z-index: 1;
  padding-bottom: 213px;
  margin-bottom: -10px;
  background: url("../img/cmn/cmn_deco01.png") no-repeat bottom center/100% auto;
}
@media screen and (max-width: 1603px) {
  .top-sec-7 {
    background: url("../img/cmn/cmn_deco01.png") no-repeat bottom center/1604px auto;
  }
}
.top-sec-7__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.top-sec-7 .blks-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-sec-7 .blks-1 .grp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
.top-sec-7 .blks-1 .img {
  width: 45.8%;
  min-width: 240px;
}
.top-sec-7 .blks-1 .h {
  margin: 10px 0 38px;
}
.top-sec-7 .blks-1 .h-2 {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-bottom: 12px;
}
.top-sec-7 .blks-1 .txt {
  font-size: 1rem;
  text-align: justify;
  line-height: 2;
  margin-bottom: 15px;
}
.top-sec-7 .blks-1 .txt-2 {
  text-align: right;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .top-sec-7 {
    padding-bottom: 112px;
    margin-bottom: -32px;
    background: url("../img/cmn/cmn_deco01.png") no-repeat bottom center/539px auto;
  }
  .top-sec-7__inr {
    padding: 0 32px;
  }
  .top-sec-7 .blks-1 {
    display: block;
  }
  .top-sec-7 .blks-1 .grp {
    margin: 0 0 32px;
  }
  .top-sec-7 .blks-1 .img {
    width: auto;
  }
  .top-sec-7 .blks-1 .h {
    margin: 0 0 24px;
  }
  .top-sec-7 .blks-1 .h-2 {
    font-size: 1.25rem;
  }
  .top-sec-7 .blks-1 .txt {
    font-size: 0.875rem;
    text-align: justify;
    line-height: 2;
    margin-bottom: 12px;
  }
  .top-sec-7 .blks-1 .txt-2 {
    font-size: 0.9375rem;
  }
}

/* top-sec-8 */
.top-sec-8 {
  position: relative;
  z-index: 1;
}
.top-sec-8__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.top-sec-8 .blks-1 {
  margin-bottom: 58px;
}
.top-sec-8 .blks-2 .llist {
  margin-bottom: 78px;
}
.top-sec-8 .blks-2 .tabs {
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}
.top-sec-8 .blks-2 .tabs__item {
  position: absolute;
  opacity: 0;
  top: 30px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.top-sec-8 .blks-2 .tabs__item.is-active {
  top: 0;
  pointer-events: auto;
  opacity: 1;
  position: relative;
}
.top-sec-8 .blks-2 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-sec-8__inr {
    padding: 0 32px;
  }
  .top-sec-8 .blks-1 {
    margin-bottom: 40px;
  }
  .top-sec-8 .blks-2 .llist {
    margin-bottom: 32px;
  }
  .top-sec-8 .blks-2 .tabs {
    margin-bottom: 40px;
  }
  .top-sec-8 .blks-2 .tabs__item {
    top: 20px;
  }
  .top-sec-8 .blks-2 .tabs__item.is-active {
    top: 0;
  }
}

/* ===============================================================================
Uniq
=============================================================================== */
/* company-section
========================= */
/* company-secs-1 */
.company-secs-1 {
  margin-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .company-secs-1 {
    margin-bottom: 120px;
  }
}

/* company-sec-1 */
.company-sec-1 {
  padding: 62px 0 146px;
  overflow: hidden;
}
.company-sec-1__inr {
  padding: 0 50px;
}
.company-sec-1 .blks-1 {
  position: relative;
  z-index: 1;
}
.company-sec-1 .blks-1::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  height: 347px;
  width: 1235px;
  left: 50%;
  top: -8px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/company/company_deco01.png") no-repeat left top/auto 100%;
}
.company-sec-1 .blks-1 .h {
  text-align: center;
  margin-bottom: 46px;
}
.company-sec-1 .blks-1 .h__en {
  display: inline-block;
  width: 441px;
  margin-bottom: 25px;
}
.company-sec-1 .blks-1 .h__en img {
  display: block;
  width: 100%;
}
.company-sec-1 .blks-1 .h__main {
  font-size: 1.25rem;
}
.company-sec-1 .blks-1 .txt {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75;
}
.company-sec-1 .blks-1 .txt p {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company-sec-1 {
    padding: 56px 0;
  }
  .company-sec-1__inr {
    padding: 0 32px;
  }
  .company-sec-1 .blks-1::after {
    height: 220px;
    width: 174px;
    left: -16px;
    top: -42px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: url("../img/company/company_deco01.png") no-repeat 0 0/contain;
  }
  .company-sec-1 .blks-1 .h {
    margin-bottom: 32px;
  }
  .company-sec-1 .blks-1 .h__en {
    width: 80%;
    max-width: 320px;
    margin: 0 auto 12px;
  }
  .company-sec-1 .blks-1 .h__main {
    font-size: 1.125rem;
  }
  .company-sec-1 .blks-1 .txt {
    font-size: 0.9375rem;
    line-height: 1.75;
  }
  .company-sec-1 .blks-1 .txt p {
    text-align: justify;
  }
}

/* company-sec-2 */
.company-sec-2 {
  background: #f5f5f5;
  padding-top: 102px;
}
.company-sec-2__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.company-sec-2 .blks-1 {
  margin-bottom: 20px;
}
.company-sec-2 .blks-2 {
  position: relative;
  min-height: 850px;
}
.company-sec-2 .blks-2 .img {
  width: calc((100vw - 100%) / 2 + 46.4%);
  top: 10px;
  left: calc(0px - (100vw - 100%) / 2);
  position: absolute;
  height: 850px;
}
.company-sec-2 .blks-2 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.company-sec-2 .blks-2 .body {
  width: 45%;
  margin-left: auto;
}
.company-sec-2 .blks-2 .h {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-bottom: 24px;
}
.company-sec-2 .blks-2 .txt {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 24px;
}
.company-sec-2 .blks-2 .txt-2 {
  font-size: 1.125rem;
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .company-sec-2 {
    padding-top: 64px;
  }
  .company-sec-2__inr {
    max-width: 1260px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
  .company-sec-2 .blks-2 {
    min-height: 1px;
  }
  .company-sec-2 .blks-2 .img {
    width: auto;
    position: static;
    height: auto;
    margin: 0 0 32px -24px;
  }
  .company-sec-2 .blks-2 .body {
    width: auto;
    margin: 0 8px;
  }
  .company-sec-2 .blks-2 .h {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .company-sec-2 .blks-2 .txt {
    font-size: 0.9375rem;
    margin-bottom: 16px;
  }
  .company-sec-2 .blks-2 .txt-2 {
    font-size: 1rem;
  }
}

/* company-sec-3 */
.company-sec-3 {
  background: #f5f5f5;
  padding: 168px 0;
  overflow: hidden;
  margin-bottom: 200px;
}
.company-sec-3__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.company-sec-3 .blks-1 {
  margin-bottom: 30px;
}
.company-sec-3 .blks-2 .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company-sec-3 .blks-2 .col3__col {
  width: 31.897%;
  margin: 2.1545% 2.1545% 0 0;
}
.company-sec-3 .blks-2 .col3__col:nth-child(3n) {
  margin-right: 0;
}
.company-sec-3 .blks-2 .col3__col:nth-child(-n+3) {
  margin-top: 0;
}
.company-sec-3 .blks-2 .grp__img {
  padding-top: 86.487%;
  position: relative;
  margin-bottom: 12px;
}
.company-sec-3 .blks-2 .grp__img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.company-sec-3 .blks-2 .grp__txt {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .company-sec-3 {
    padding: 64px 0 56px;
    margin-bottom: 64px;
  }
  .company-sec-3__inr {
    padding: 0 24px;
  }
  .company-sec-3 .blks-1 {
    margin-bottom: 30px;
  }
  .company-sec-3 .blks-2 .col3__col {
    width: 48%;
    margin: 6% 4% 0 0;
  }
  .company-sec-3 .blks-2 .col3__col:nth-child(3n) {
    margin-right: 4%;
  }
  .company-sec-3 .blks-2 .col3__col:nth-child(-n+3) {
    margin-top: 6%;
  }
  .company-sec-3 .blks-2 .col3__col:nth-child(2n) {
    margin-right: 0;
  }
  .company-sec-3 .blks-2 .col3__col:nth-child(-n+2) {
    margin-top: 0;
  }
  .company-sec-3 .blks-2 .grp__img {
    margin-bottom: 8px;
  }
  .company-sec-3 .blks-2 .grp__txt {
    font-size: 0.75rem;
  }
}

/* company-sec-4 */
.company-sec-4 {
  overflow: hidden;
  margin-bottom: 207px;
}
.company-sec-4__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.company-sec-4 .blks-1 {
  margin-bottom: 93px;
}
.company-sec-4 .blks-2 {
  max-width: 1366px;
  width: 100%;
  min-height: 650px;
  margin: 0 auto;
  position: relative;
}
.company-sec-4 .blks-2__inr {
  max-width: 1260px;
  padding: 0 50px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.company-sec-4 .blks-2 .imgs {
  position: absolute;
  top: 10px;
  right: 0;
  width: 473px;
}
.company-sec-4 .blks-2 .imgs__item {
  width: 77.731%;
  margin-bottom: 30px;
}
.company-sec-4 .blks-2 .imgs__item__inr {
  padding-top: 100%;
  position: relative;
}
.company-sec-4 .blks-2 .imgs__item__inr img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company-sec-4 .blks-2 .imgs__item-2 {
  width: 73.995%;
  margin-left: auto;
}
.company-sec-4 .blks-2 .imgs__item-2__inr {
  padding-top: 71.429%;
  position: relative;
}
.company-sec-4 .blks-2 .imgs__item-2__inr img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company-sec-4 .blks-2 .dlist {
  max-width: 696px;
  margin-right: 500px;
}
.company-sec-4 .blks-2 .dlist__item {
  border-bottom: solid 1px #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 12px 24px;
}
.company-sec-4 .blks-2 .dlist__item:not(:last-child) {
  margin-bottom: 24px;
}
.company-sec-4 .blks-2 .dlist__item__ttl {
  font-size: 1.125rem;
  color: #0459A1;
  width: 154px;
  min-width: 6em;
  padding-right: 1em;
  box-sizing: border-box;
}
.company-sec-4 .blks-2 .dlist__item__dtl {
  font-size: 1rem;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company-sec-4 .blks-2 .dlist__item__dtl a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .company-sec-4 .blks-2 .dlist__item__dtl a:hover {
    opacity: 0.8;
  }
}
.company-sec-4 .blks-2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company-sec-4 .blks-2 .list li:not(:last-child) {
  margin-right: 1em;
}
@media screen and (max-width: 1040px) {
  .company-sec-4 .blks-2 .imgs {
    width: 30%;
  }
  .company-sec-4 .blks-2 .dlist {
    margin-right: 30%;
  }
}
@media screen and (max-width: 768px) {
  .company-sec-4 {
    margin-bottom: 56px;
  }
  .company-sec-4__inr {
    padding: 0 24px;
  }
  .company-sec-4 .blks-1 {
    margin-bottom: 40px;
  }
  .company-sec-4 .blks-2 {
    min-height: 1px;
  }
  .company-sec-4 .blks-2__inr {
    padding: 0 24px;
  }
  .company-sec-4 .blks-2 .imgs {
    position: static;
    width: auto;
    margin: 0 32px;
  }
  .company-sec-4 .blks-2 .imgs__item {
    margin-bottom: 12px;
  }
  .company-sec-4 .blks-2 .dlist {
    margin: 0 0 32px;
  }
  .company-sec-4 .blks-2 .dlist__item {
    padding: 0 8px 20px;
  }
  .company-sec-4 .blks-2 .dlist__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .company-sec-4 .blks-2 .dlist__item__ttl {
    width: 6em;
    font-size: 0.9375rem;
  }
  .company-sec-4 .blks-2 .dlist__item__dtl {
    font-size: 0.875rem;
  }
  .company-sec-4 .blks-2 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company-sec-4 .blks-2 .list li:not(:last-child) {
    margin-right: 1em;
  }
}

/* company-sec-5 */
.company-sec-5 {
  margin-bottom: 200px;
}
.company-sec-5__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.company-sec-5 .blks-1 {
  margin-bottom: 100px;
}
.company-sec-5 .blks-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-sec-5 .blks-2 .map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.company-sec-5 .blks-2 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.company-sec-5 .blks-2 .grp {
  position: relative;
  z-index: 2;
  width: 41.434%;
  min-width: 400px;
  box-sizing: border-box;
  padding: 160px 80px 80px;
}
.company-sec-5 .blks-2 .h {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.company-sec-5 .blks-2 .txt {
  border: solid #e6e6e6;
  border-width: 1px 0;
  padding: 15px 0;
}
.company-sec-5 .blks-2 .txt p {
  font-size: 1rem;
  line-height: 1.38;
}
.company-sec-5 .blks-2 .txt p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .company-sec-5 {
    margin-bottom: 64px;
  }
  .company-sec-5__inr {
    padding: 0 24px;
  }
  .company-sec-5 .blks-1 {
    margin-bottom: 32px;
  }
  .company-sec-5 .blks-2 {
    display: block;
  }
  .company-sec-5 .blks-2 .map {
    padding-top: 62.667%;
    margin-bottom: 40px;
  }
  .company-sec-5 .blks-2 .grp {
    width: auto;
    min-width: 1px;
    padding: 0;
    margin: 0 32px;
  }
  .company-sec-5 .blks-2 .h {
    font-size: 1.125rem;
  }
  .company-sec-5 .blks-2 .txt p {
    font-size: 0.875rem;
  }
  .company-sec-5 .blks-2 .txt p:not(:last-child) {
    margin-bottom: 12px;
  }
}

/* company-sec-6 */
.company-sec-6__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.company-sec-6 .blks-1 {
  margin-bottom: 94px;
}
.company-sec-6 .blks-2 {
  margin-left: 15.6%;
}
.company-sec-6 .blks-2 .dlist {
  position: relative;
  z-index: 1;
}
.company-sec-6 .blks-2 .dlist::after {
  position: absolute;
  z-index: -2;
  content: "";
  display: block;
  top: 8px;
  width: 2px;
  left: 240px;
  bottom: 0;
  background: url("../img/cmn/cmn_line01.svg") repeat-y 0 0/100% auto;
}
.company-sec-6 .blks-2 .dlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.company-sec-6 .blks-2 .dlist__item:not(:last-child) {
  margin-bottom: 132px;
}
.company-sec-6 .blks-2 .dlist__item:last-child {
  position: relative;
}
.company-sec-6 .blks-2 .dlist__item:last-child::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  top: 8px;
  bottom: 0;
  width: 15px;
  left: 233px;
  bottom: 0;
  background: #fff;
}
.company-sec-6 .blks-2 .dlist__item__ttl {
  min-width: 220px;
  width: 220px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0459A1;
  position: relative;
  margin-right: 83px;
}
.company-sec-6 .blks-2 .dlist__item__ttl::after {
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  left: 233px;
  width: 15px;
  height: 15px;
  background: #0459A1;
}
.company-sec-6 .blks-2 .dlist__item__dtl {
  font-size: 1rem;
}
@media screen and (max-width: 1040px) {
  .company-sec-6 .blks-2 {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .company-sec-6__inr {
    padding: 0 24px;
  }
  .company-sec-6 .blks-1 {
    margin-bottom: 32px;
  }
  .company-sec-6 .blks-2 {
    display: block;
    margin: 0 8px;
  }
  .company-sec-6 .blks-2 .dlist::after {
    left: 7px;
  }
  .company-sec-6 .blks-2 .dlist__item {
    display: block;
    padding-left: 24px;
  }
  .company-sec-6 .blks-2 .dlist__item:not(:last-child) {
    margin-bottom: 48px;
  }
  .company-sec-6 .blks-2 .dlist__item:last-child::after {
    left: 0;
  }
  .company-sec-6 .blks-2 .dlist__item__ttl {
    min-width: 1px;
    width: auto;
    padding-right: 0;
    font-size: 0.9375rem;
    margin: 0 0 10px;
  }
  .company-sec-6 .blks-2 .dlist__item__ttl::after {
    left: -24px;
    top: 5px;
  }
  .company-sec-6 .blks-2 .dlist__item__dtl {
    font-size: 0.875rem;
  }
}

/* ===============================================================================
Facility
=============================================================================== */
/* facility-section
========================= */
/* facility-secs-1 */
.facility-secs-1 {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .facility-secs-1 {
    margin-bottom: 120px;
  }
}

/* facility-sec-1 */
.facility-sec-1 {
  padding-top: 126px;
}
.facility-sec-1__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.facility-sec-1 .blks-1 + .blks-1 {
  margin-top: 62px;
}
.facility-sec-1 .blks-1 .h {
  display: inline-block;
  min-width: 150px;
  background: #0459A1;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 8px 6px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.facility-sec-1 .blks-1 .col3 {
  display: -ms-grid;
  display: grid;
  gap: 34px 25px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}
.facility-sec-1 .blks-1 .grp__img {
  padding-top: 86.486%;
  position: relative;
  margin-bottom: 10px;
}
.facility-sec-1 .blks-1 .grp__img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.facility-sec-1 .blks-1 .grp__txt {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .facility-sec-1 {
    padding-top: 56px;
  }
  .facility-sec-1__inr {
    padding: 0 24px;
  }
  .facility-sec-1 .blks-1 + .blks-1 {
    margin-top: 56px;
  }
  .facility-sec-1 .blks-1 .h {
    min-width: 132px;
    font-size: 1rem;
    padding: 8px 4px;
    margin-bottom: 20px;
  }
  .facility-sec-1 .blks-1 .col3 {
    display: -ms-grid;
    display: grid;
    gap: 32px 12px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .facility-sec-1 .blks-1 .grp__img {
    margin-bottom: 6px;
  }
  .facility-sec-1 .blks-1 .grp__txt {
    font-size: 0.875rem;
  }
}

/* ===============================================================================
Pressrelease
=============================================================================== */
/* pr-section
========================= */
/* pr-secs-1 */
.pr-secs-1 {
  margin-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .pr-secs-1 {
    margin-bottom: 120px;
  }
}

/* pr-sec-1 */
.pr-sec-1 {
  padding-top: 68px;
}
.pr-sec-1__inr {
  max-width: 1260px;
  padding: 0 60px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.pr-sec-1 .blks-1 .llist {
  margin-bottom: 52px;
}
.pr-sec-1 .blks-1 .pr {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pr-sec-1 {
    padding-top: 56px;
  }
  .pr-sec-1__inr {
    padding: 0 24px;
  }
  .pr-sec-1 .blks-1 .llist {
    margin-bottom: 40px;
  }
}

/* ===============================================================================
Seminar
=============================================================================== */
/* seminar-section
========================= */
/* seminar-secs-1 */
.seminar-secs-1 {
  margin-bottom: 200px;
}

/* seminar-sec-1 */
.seminar-sec-1 {
  padding-top: 100px;
}
.seminar-sec-1__inr {
  max-width: 1260px;
  padding: 0 50px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.seminar-sec-1 .blks-1 .llist {
  margin-bottom: 40px;
}
.seminar-sec-1 .blks-1 .col3 {
  margin-bottom: 62px;
}
/* ===============================================================================
Pressrelease Detail
=============================================================================== */
/* single-section
========================= */
/* single-secs-1 */
.single-secs-1 {
  margin-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .single-secs-1 {
    margin-bottom: 120px;
  }
}

/* single-sec-1 */
.single-sec-1 {
  padding-top: 68px;
}
.single-sec-1__inr {
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  margin: 0 auto;
}
.single-sec-1 .blks-1 {
  margin-bottom: 24px;
}
.single-sec-1 .blks-1 .grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.single-sec-1 .blks-1 .date {
  color: #b7b7b7;
  font-size: 1rem;
  line-height: 1.2;
  margin-right: 20px;
}
.single-sec-1 .blks-1 .cat {
  background: #e6e6e6;
  min-width: 100px;
  padding: 5px;
  box-sizing: border-box;
  color: #9c9c9c;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
}
.single-sec-1 .blks-1 .h {
  font-size: 1.25rem;
  line-height: 1.6;
}
.single-sec-1 .blks-2 {
  padding: 50px;
  border: solid 1px #e6e6e6;
  margin-bottom: 50px;
}
.single-sec-1 .blks-2 .eyecatch {
  margin-bottom: 64px;
}
.single-sec-1 .blks-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-sec-1 .blks-3 .prev, .single-sec-1 .blks-3 .next {
  font-weight: 500;
  font-size: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-sec-1 .blks-3 .prev__txt {
  display: inline-block;
  padding-left: 2.3em;
  position: relative;
}
.single-sec-1 .blks-3 .prev__txt::before {
  position: absolute;
  content: "＜";
  display: block;
  top: 0.25em;
  left: 0;
  font-size: 83.33%;
}
@media screen and (min-width: 769px) {
  .single-sec-1 .blks-3 .prev__txt:hover {
    color: #0459A1;
  }
}
.single-sec-1 .blks-3 .next {
  text-align: right;
}
.single-sec-1 .blks-3 .next__txt {
  display: inline-block;
  padding-right: 2.3em;
  position: relative;
}
.single-sec-1 .blks-3 .next__txt::before {
  position: absolute;
  content: "＞";
  display: block;
  top: 0.25em;
  right: 0;
  font-size: 83.33%;
}
@media screen and (min-width: 769px) {
  .single-sec-1 .blks-3 .next__txt:hover {
    color: #0459A1;
  }
}
@media screen and (max-width: 768px) {
  .single-sec-1 {
    padding-top: 56px;
  }
  .single-sec-1__inr {
    padding: 0 24px;
  }
  .single-sec-1 .blks-1 .grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7px;
  }
  .single-sec-1 .blks-1 .date {
    font-size: 0.875rem;
    margin-right: 16px;
  }
  .single-sec-1 .blks-1 .cat {
    min-width: 80px;
    padding: 4px;
    font-size: 0.875rem;
  }
  .single-sec-1 .blks-1 .h {
    font-size: 1.25rem;
  }
  .single-sec-1 .blks-2 {
    padding: 40px 20px 32px;
    margin: 0 -12px 40px;
  }
  .single-sec-1 .blks-2 .eyecatch {
    margin-bottom: 32px;
  }
  .single-sec-1 .blks-3 .prev, .single-sec-1 .blks-3 .next {
    font-size: 0.9375rem;
  }
  .single-sec-1 .blks-3 .prev__txt {
    padding-left: 1.6em;
  }
  .single-sec-1 .blks-3 .next__txt {
    padding-right: 1.6em;
  }
}

/* ===============================================================================
Team
=============================================================================== */
/* team-section
========================= */
/* teams-sec-1 */
.teams-sec-1 {
  margin-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .teams-sec-1 {
    margin-bottom: 120px;
  }
}

/* team-sec-1 */
.team-sec-1 {
  max-width: 1260px;
  padding-top: 166px;
  margin: 0 auto;
}
.team-sec-1__inr {
  background: #f5f5f5;
  padding: 0 48px 10px 54px;
}
.team-sec-1 .blks-1 {
  padding: 10px 0 50px;
}
.team-sec-1 .blks-1:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}
.team-sec-1 .blks-1 .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  min-height: 700px;
}
.team-sec-1 .blks-1 .col2__lt {
  width: 44.05%;
  min-width: 320px;
  margin: 10px 50px 0 0;
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
}
.team-sec-1 .blks-1 .col2__lt > *:last-child {
  margin-bottom: 0 !important;
}
.team-sec-1 .blks-1 .col2__rt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
}
.team-sec-1 .blks-1 .h {
  margin-bottom: 58px;
}
.team-sec-1 .blks-1 .copy {
  font-size: 1.5625rem;
  line-height: 1.68;
  margin-bottom: 56px;
}
.team-sec-1 .blks-1 .txt {
  font-size: 1rem;
  line-height: 2;
}
.team-sec-1 .blks-1 .en {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  bottom: 0;
  left: 0;
}
.team-sec-1 .blks-1 .en img._sales {
  width: 349px;
}
.team-sec-1 .blks-1 .en img._crown {
  width: 500px;
}
.team-sec-1 .blks-1 .en img._denture {
  width: 517px;
}
.team-sec-1 .blks-1 .en img._sowaka {
  width: 523px;
}
.team-sec-1 .blks-1 .en img._mimic {
  width: 434px;
}
.team-sec-1 .blks-1 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-sec-1 .blks-1 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-sec-1 .blks-1 .box {
  margin-top: 50px;
  background: #cee1f4;
  padding: 25px 25px 33px;
}
.team-sec-1 .blks-1 .box__h {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.team-sec-1 .blks-1 .box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
}
.team-sec-1 .blks-1 .box__list__item {
  width: 23.53%;
  margin: 1.96% 1.96% 0 0;
}
.team-sec-1 .blks-1 .box__list__item:nth-child(4n) {
  margin-right: 0;
}
.team-sec-1 .blks-1 .box__list__item:nth-child(-n+4) {
  margin-top: 0;
}
.team-sec-1 .blks-1 .box__list__item__img {
  padding-top: 95.825%;
  position: relative;
  margin-bottom: 10px;
}
.team-sec-1 .blks-1 .box__list__item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.team-sec-1 .blks-1 .box__list__item__txt {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
.team-sec-1 .blks-1 .btn {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-sec-1 .blks-1 .btn._t2 {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .team-sec-1 {
    padding: 56px 8px 0;
  }
  .team-sec-1__inr {
    padding: 0 24px 20px;
  }
  .team-sec-1 .blks-1 {
    padding: 10px 0 112px;
    position: relative;
  }
  .team-sec-1 .blks-1:not(:last-child) {
    border-bottom: solid 1px #dcdcdc;
  }
  .team-sec-1 .blks-1 .col2 {
    display: block;
    padding: 22px 0 0;
    min-height: 1px;
  }
  .team-sec-1 .blks-1 .col2__lt {
    width: auto;
    position: static;
    min-width: 1px;
    margin: 0 0 24px;
    padding-bottom: 0;
  }
  .team-sec-1 .blks-1 .col2__rt {
    width: auto;
  }
  .team-sec-1 .blks-1 .h {
    margin-bottom: 24px;
  }
  .team-sec-1 .blks-1 .copy {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  .team-sec-1 .blks-1 .txt {
    font-size: 0.9375rem;
  }
  .team-sec-1 .blks-1 .en {
    z-index: 1;
    bottom: 24px;
  }
  .team-sec-1 .blks-1 .en img._sales {
    width: 192px;
  }
  .team-sec-1 .blks-1 .en img._crown {
    width: 275px;
  }
  .team-sec-1 .blks-1 .en img._denture {
    width: 284px;
  }
  .team-sec-1 .blks-1 .en img._sowaka {
    width: 288px;
  }
  .team-sec-1 .blks-1 .en img._mimic {
    width: 239px;
  }
  .team-sec-1 .blks-1 .img {
    position: relative;
    height: auto;
    padding-top: 100%;
  }
  .team-sec-1 .blks-1 .img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .team-sec-1 .blks-1 .box {
    margin-top: 24px;
    background: #cee1f4;
    padding: 20px 0;
  }
  .team-sec-1 .blks-1 .box__h {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .team-sec-1 .blks-1 .box__list {
    padding: 0 3%;
  }
  .team-sec-1 .blks-1 .box__list__item {
    width: 44%;
    margin: 6% 3% 0 3%;
  }
  .team-sec-1 .blks-1 .box__list__item:nth-child(4n) {
    margin-right: 3%;
  }
  .team-sec-1 .blks-1 .box__list__item:nth-child(-n+4) {
    margin-top: 6%;
  }
  .team-sec-1 .blks-1 .box__list__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .team-sec-1 .blks-1 .box__list__item__img {
    margin-bottom: 6px;
  }
  .team-sec-1 .blks-1 .box__list__item__txt {
    font-size: 0.875rem;
  }
  .team-sec-1 .blks-1 .btn {
    margin: 24px 0 40px;
  }
  .team-sec-1 .blks-1 .btn._t2 {
    margin-top: 24px;
  }
}

/* ===============================================================================
Recruit
=============================================================================== */
/* recruit-section
========================= */
.recruit-secs-1 {
  margin-bottom: 100px;
}

/* recruit-sec-1 */
.recruit-sec-1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 288px;
  margin-bottom: -78px;
}
.recruit-sec-1::before, .recruit-sec-1::after {
  position: absolute;
  content: "";
  display: block;
}
.recruit-sec-1::before {
  top: 0;
  left: 0;
  width: 100%;
  bottom: 542px;
  z-index: -1;
  background: -webkit-linear-gradient(left, #004098, #00a0e9);
  background: linear-gradient(90deg, #004098, #00a0e9);
}
.recruit-sec-1::after {
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/cmn/cmn_deco01.png") no-repeat left 24% bottom/118% auto;
}
.recruit-sec-1 .blks-1 {
  position: relative;
  margin-bottom: -185px;
}
.recruit-sec-1 .blks-1::after {
  background: -webkit-linear-gradient(left, #004098, #00a0e9);
  background: linear-gradient(90deg, #004098, #00a0e9);
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.recruit-sec-1 .blks-1 .slider {
  height: 1065px;
  position: relative;
}
.recruit-sec-1 .blks-1 .slider .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit-sec-1 .blks-1 .slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 少し拡大 */
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 少し拡大 */
  }
}
.recruit-sec-1 .blks-1 .slider .swiper-slide-active img,
.recruit-sec-1 .blks-1 .slider .swiper-slide-duplicate-active img,
.recruit-sec-1 .blks-1 .slider .swiper-slide-prev img {
  -webkit-animation: zoomOut 6s ease-in-out forwards;
          animation: zoomOut 6s ease-in-out forwards;
}
.recruit-sec-1 .blks-1 .en {
  position: absolute;
  width: 135px;
  top: 10px;
  left: 0;
  z-index: 4;
}
.recruit-sec-1 .blks-1 .en img {
  display: block;
  width: 100%;
}
.recruit-sec-1 .blks-1 .copy {
  width: 36.164%;
  min-width: 494px;
  max-width: 720px;
  position: absolute;
  z-index: 3;
  left: 160px;
  top: 270px;
}
.recruit-sec-1 .blks-1 .copy img {
  display: block;
  width: 100%;
}
.recruit-sec-1 .blks-2 {
  position: relative;
  z-index: 3;
  margin-bottom: 37px;
}
.recruit-sec-1 .blks-2__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}
.recruit-sec-1 .blks-2 .grp {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  padding: 0 0 110px 100px;
}
.recruit-sec-1 .blks-2 .img {
  padding-top: 66.667%;
  position: relative;
  margin-bottom: 62px;
}
.recruit-sec-1 .blks-2 .img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.recruit-sec-1 .blks-2 .grp-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit-sec-1 .blks-2 .grp-2__txt {
  max-width: 390px;
  text-align: justify;
  margin-right: 30px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.78;
}
.recruit-sec-1 .blks-2 .grp-2__copy {
  width: 104px;
  position: relative;
  top: 9px;
  right: 11px;
}
.recruit-sec-1 .blks-2 .grp-2__copy img {
  display: block;
  width: 100%;
}
.recruit-sec-1 .blks-2 .img-2 {
  position: absolute;
  top: 275px;
  bottom: 0;
  left: calc(0px - (100vw - 100%) / 2);
  width: calc(547px + (100vw - 100%) / 2);
}
@media screen and (min-width: 769px) {
  .recruit-sec-1 .blks-2 .img-2 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.recruit-sec-1 .blks-2 .img-2 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.recruit-sec-1 .blks-3 {
  margin-bottom: 114px;
}
.recruit-sec-1 .blks-3 .en {
  max-width: 1366px;
  margin: 0 auto 122px;
}
.recruit-sec-1 .blks-3 .en img {
  display: block;
  width: 100%;
}
.recruit-sec-1 .blks-3 .grp {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0 50px;
}
.recruit-sec-1 .blks-3 .grp::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -77px;
  z-index: 2;
  width: 1197px;
  height: 457px;
  background: url("../img/recruit/recruit_illust01.png") no-repeat left top/auto 100%;
}
.recruit-sec-1 .blks-3 .grp__h {
  text-align: center;
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
  margin-bottom: 53px;
}
.recruit-sec-1 .blks-3 .grp__h::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/recruit/recruit_dtxt03.png") no-repeat center center/contain;
  width: 706px;
  height: 124px;
}
.recruit-sec-1 .blks-3 .grp__illust {
  display: none;
}
.recruit-sec-1 .blks-3 .grp__txt {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-sec-1 .blks-4 .slider .swiper-container {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2116px;
}
.recruit-sec-1 .blks-4 .slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.recruit-sec-1 .blks-4 .slider .swiper-slide {
  height: 320px;
}
.recruit-sec-1 .blks-4 .slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-sec-1 {
    padding-bottom: 96px;
    margin-bottom: -32px;
  }
  .recruit-sec-1::before {
    bottom: 150px;
  }
  .recruit-sec-1::after {
    background: url("../img/cmn/cmn_deco01.png") no-repeat left 40% bottom/150% auto;
  }
  .recruit-sec-1 .blks-1 {
    margin-bottom: -70px;
  }
  .recruit-sec-1 .blks-1::after {
    height: 60px;
  }
  .recruit-sec-1 .blks-1 .slider {
    height: 387px;
  }
  .recruit-sec-1 .blks-1 .en {
    width: 47px;
    top: 8px;
  }
  .recruit-sec-1 .blks-1 .copy {
    width: 210px;
    min-width: 1px;
    max-width: none;
    left: 64px;
    top: 36px;
  }
  .recruit-sec-1 .blks-1 .copy img {
    display: block;
    width: 100%;
  }
  .recruit-sec-1 .blks-2 {
    margin-bottom: 16px;
  }
  .recruit-sec-1 .blks-2__inr {
    padding: 0 24px;
  }
  .recruit-sec-1 .blks-2 .grp {
    width: auto;
    padding: 0;
  }
  .recruit-sec-1 .blks-2 .img {
    width: 232px;
    height: 154px;
    padding-top: 0;
    margin: 0 0 24px auto;
  }
  .recruit-sec-1 .blks-2 .grp-2__txt {
    max-width: none;
    margin-right: 32px;
    font-size: 0.875rem;
  }
  .recruit-sec-1 .blks-2 .grp-2__copy {
    width: 200px;
    top: 7px;
    right: 4px;
  }
  .recruit-sec-1 .blks-2 .img-2 {
    margin: 32px 0 0 -24px;
    width: 60%;
    position: static;
  }
  .recruit-sec-1 .blks-3 {
    margin-bottom: 48px;
  }
  .recruit-sec-1 .blks-3 .en {
    margin-bottom: 48px;
  }
  .recruit-sec-1 .blks-3 .grp {
    padding: 0 24px;
  }
  .recruit-sec-1 .blks-3 .grp::after {
    content: none;
  }
  .recruit-sec-1 .blks-3 .grp__h {
    margin-bottom: 24px;
  }
  .recruit-sec-1 .blks-3 .grp__h::before {
    width: 346px;
    height: 61px;
    left: -8px;
    bottom: -12px;
  }
  .recruit-sec-1 .blks-3 .grp__illust {
    display: block;
    width: 140px;
    margin: 0 auto 20px;
  }
  .recruit-sec-1 .blks-3 .grp__txt {
    font-size: 0.875rem;
    text-align: left;
  }
  .recruit-sec-1 .blks-4 .slider .swiper-container {
    width: 765px;
  }
  .recruit-sec-1 .blks-4 .slider .swiper-slide {
    height: 116px;
  }
}

/* recruit-sec-2 */
.recruit-sec-2 {
  position: relative;
  z-index: 1;
  margin-bottom: 210px;
}
.recruit-sec-2__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.recruit-sec-2 .blks-1 {
  margin-bottom: 24px;
}
.recruit-sec-2 .blks-2 {
  background: #f5f5f5;
  padding: 50px;
}
.recruit-sec-2 .blks-2 .box {
  display: block;
  color: #fff;
}
.recruit-sec-2 .blks-2 .box + .box {
  margin-top: 60px;
}
.recruit-sec-2 .blks-2 .box__inr {
  padding-top: 57.688%;
  position: relative;
  z-index: 1;
}
.recruit-sec-2 .blks-2 .box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.recruit-sec-2 .blks-2 .box__img::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #004098, #00a0e9);
  background: linear-gradient(90deg, #004098, #00a0e9);
  opacity: 0.65;
}
.recruit-sec-2 .blks-2 .box__img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.recruit-sec-2 .blks-2 .box__txt {
  font-size: 2.1875rem;
  line-height: 1.4;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 100%;
  padding-bottom: 2.5%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-sec-2 .blks-2 .box__txt__inr-2 {
  margin-left: -0.5em;
}
.recruit-sec-2 .blks-2 .box__h {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 20px;
  padding-right: 74px;
}
.recruit-sec-2 .blks-2 .box__h::after {
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background: #fff;
  width: 47px;
  height: 41px;
  -webkit-mask: url("../img/cmn/cmn_arr02.svg") no-repeat center center/contain;
          mask: url("../img/cmn/cmn_arr02.svg") no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .recruit-sec-2 .blks-2 .box:hover .box__img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .recruit-sec-2 {
    margin-bottom: 64px;
  }
  .recruit-sec-2__inr {
    padding: 0 24px;
  }
  .recruit-sec-2 .blks-1 {
    margin-bottom: 24px;
  }
  .recruit-sec-2 .blks-2 {
    padding: 24px;
  }
  .recruit-sec-2 .blks-2 .box + .box {
    margin-top: 24px;
  }
  .recruit-sec-2 .blks-2 .box__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .recruit-sec-2 .blks-2 .box__img::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #004098, #00a0e9);
    background: linear-gradient(90deg, #004098, #00a0e9);
    opacity: 0.65;
  }
  .recruit-sec-2 .blks-2 .box__img img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .recruit-sec-2 .blks-2 .box__txt {
    font-size: 0.875rem;
    left: 16px;
    right: 16px;
  }
  .recruit-sec-2 .blks-2 .box__h {
    font-size: 1.4063rem;
    right: 8px;
    bottom: 1px;
    padding-right: 22px;
  }
  .recruit-sec-2 .blks-2 .box__h::after {
    top: 2px;
    width: 16px;
    height: 14px;
  }
}

/* recruit-sec-3 */
.recruit-sec-3 {
  overflow: hidden;
}
.recruit-sec-3__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.recruit-sec-3__inr-2 {
  padding: 100px 0 124px;
  position: relative;
  z-index: 1;
}
.recruit-sec-3__inr-2::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  top: 0;
  left: -100vw;
  width: 200vw;
  bottom: 0;
  background: #cee1f4;
}
.recruit-sec-3 .blks-1 {
  margin-bottom: 68px;
}
.recruit-sec-3 .blks-2 {
  padding-bottom: 75px;
  border-bottom: solid 1px #fff;
  margin-bottom: 75px;
}
.recruit-sec-3 .blks-2 .grp + .grp {
  padding-top: 75px;
  margin-top: 75px;
  border-top: solid 1px #fff;
}
.recruit-sec-3 .blks-2 .mdia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit-sec-3 .blks-2 .mdia + .mdia {
  margin-top: 150px;
}
.recruit-sec-3 .blks-2 .mdia__img {
  width: 60.345%;
  margin-right: 35px;
}
.recruit-sec-3 .blks-2 .mdia__img__inr {
  padding-top: 64.286%;
  position: relative;
}
.recruit-sec-3 .blks-2 .mdia__img img {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.recruit-sec-3 .blks-2 .mdia__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-sec-3 .blks-2 .mdia__h {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #0459A1;
  font-weight: 700;
  margin: -6px 0 20px;
}
.recruit-sec-3 .blks-2 .mdia__txt {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .recruit-sec-3 .blks-2 .mdia._rev .mdia__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 0 35px;
  }
  .recruit-sec-3 .blks-2 .mdia._rev .mdia__body {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.recruit-sec-3 .blks-3 {
  padding-bottom: 75px;
  border-bottom: solid 1px #fff;
  margin-bottom: 75px;
}
.recruit-sec-3 .blks-3 .col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 45px 35px;
}
.recruit-sec-3 .blks-3 .grp__img {
  padding-top: 67.857%;
  position: relative;
  margin-bottom: 10px;
}
.recruit-sec-3 .blks-3 .grp__img img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.recruit-sec-3 .blks-3 .grp__txt {
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 700;
  color: #0459A1;
}
.recruit-sec-3 .blks-4 {
  max-width: 900px;
  margin: 0 auto;
}
.recruit-sec-3 .blks-4 .link {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .recruit-sec-3 .blks-4 .link:hover {
    opacity: 0.8;
  }
}
.recruit-sec-3 .blks-4 .link img {
  display: block;
  width: 100%;
}
.recruit-sec-3 .blks-4 .txt {
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 700;
  color: #0459A1;
}
@media screen and (max-width: 768px) {
  .recruit-sec-3__inr {
    padding: 0 24px;
  }
  .recruit-sec-3__inr-2 {
    padding: 40px 8px 64px;
  }
  .recruit-sec-3 .blks-1 {
    margin-bottom: 24px;
  }
  .recruit-sec-3 .blks-2 {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .recruit-sec-3 .blks-2 .grp + .grp {
    padding-top: 32px;
    margin-top: 32px;
  }
  .recruit-sec-3 .blks-2 .mdia {
    display: block;
  }
  .recruit-sec-3 .blks-2 .mdia + .mdia {
    margin-top: 32px;
  }
  .recruit-sec-3 .blks-2 .mdia__img {
    width: auto;
    margin: 0 0 16px;
  }
  .recruit-sec-3 .blks-2 .mdia__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recruit-sec-3 .blks-2 .mdia__h {
    font-size: 0.9375rem;
    margin: 0 0 8px;
  }
  .recruit-sec-3 .blks-2 .mdia__txt {
    font-size: 0.8125rem;
  }
  .recruit-sec-3 .blks-3 {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .recruit-sec-3 .blks-3 .col2 {
    gap: 24px 12px;
  }
  .recruit-sec-3 .blks-3 .grp__img {
    margin-bottom: 8px;
  }
  .recruit-sec-3 .blks-3 .grp__txt {
    font-size: 0.875rem;
  }
  .recruit-sec-3 .blks-4 .link {
    margin-bottom: 8px;
  }
  .recruit-sec-3 .blks-4 .txt {
    font-size: 0.9375rem;
  }
}

/* recruit-sec-4 */
.recruit-sec-4 {
  padding: 42px 0 252px;
  background: url("../img/recruit/recruit_photo18.jpg") no-repeat center center/cover;
  overflow: hidden;
  position: relative;
}
.recruit-sec-4::before, .recruit-sec-4::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 214px;
}
.recruit-sec-4::before {
  top: -0.5px;
  background: #cee1f4;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.recruit-sec-4::after {
  bottom: -0.5px;
  background: #f5f5f5;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.recruit-sec-4__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
.recruit-sec-4 .blks-1 {
  margin-bottom: 20px;
}
.recruit-sec-4 .blks-2 {
  width: 600px;
  margin-left: auto;
}
.recruit-sec-4 .blks-2 .h {
  font-size: 1.875rem;
  line-height: 1.67;
  font-weight: 900;
  margin-bottom: 15px;
}
.recruit-sec-4 .blks-2 .txt {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 12px;
}
.recruit-sec-4 .blks-2 .txt-2 {
  text-align: right;
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit-sec-4 {
    padding: 0;
    background: url("../img/recruit/recruit_photo18_sp.png") no-repeat center bottom, url("../img/recruit/recruit_bg01.png") repeat 0 0;
    background-size: 100% auto, 107px auto;
    overflow: hidden;
    position: relative;
  }
  .recruit-sec-4::before, .recruit-sec-4::after {
    width: 200%;
    height: 100px;
  }
  .recruit-sec-4__inr {
    padding: 0 24px 55%;
    position: relative;
  }
  .recruit-sec-4 .blks-1 {
    margin-bottom: 48px;
  }
  .recruit-sec-4 .blks-2 {
    width: auto;
    margin: 0 8px;
  }
  .recruit-sec-4 .blks-2 .h {
    font-size: 1.375rem;
    margin-bottom: 12px;
  }
  .recruit-sec-4 .blks-2 .txt {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
  .recruit-sec-4 .blks-2 .txt-2 {
    font-size: 1rem;
  }
}

/* recruit-sec-5 */
.recruit-sec-5 {
  background: #f5f5f5;
  padding: 196px 0 200px;
}
.recruit-sec-5__inr {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.recruit-sec-5 .blks-1 {
  margin-bottom: 108px;
}
.recruit-sec-5 .blks-2 {
  background: #fff;
  padding: 74px 50px 94px;
}
.recruit-sec-5 .blks-2 .grp {
  max-width: 900px;
  margin: 0 auto;
}
.recruit-sec-5 .blks-2 .grp + .grp {
  margin-top: 160px;
}
.recruit-sec-5 .blks-2 .h {
  font-size: 2.5rem;
  font-weight: 900;
  color: #0459A1;
  margin-bottom: 60px;
}
.recruit-sec-5 .blks-2 .dlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: solid 1px #c8c8c8;
}
.recruit-sec-5 .blks-2 .dlist__item__ttl {
  width: 164px;
  padding: 0 28px;
  box-sizing: border-box;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #0459A1;
  margin-right: 16px;
  position: relative;
}
.recruit-sec-5 .blks-2 .dlist__item__ttl::after {
  position: absolute;
  content: "";
  display: block;
  top: -7px;
  right: 0;
  bottom: -7px;
  width: 1px;
  background: #0459A1;
}
.recruit-sec-5 .blks-2 .dlist__item__dtl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  line-height: 1.75;
  margin: 2px;
}
@media screen and (max-width: 768px) {
  .recruit-sec-5 {
    padding: 56px 0 64px;
  }
  .recruit-sec-5__inr {
    padding: 0 24px;
  }
  .recruit-sec-5 .blks-1 {
    margin-bottom: 40px;
  }
  .recruit-sec-5 .blks-2 {
    padding: 32px 24px;
  }
  .recruit-sec-5 .blks-2 .grp + .grp {
    margin-top: 48px;
  }
  .recruit-sec-5 .blks-2 .h {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .recruit-sec-5 .blks-2 .dlist__item {
    padding: 16px 0;
  }
  .recruit-sec-5 .blks-2 .dlist__item__ttl {
    width: 88px;
    padding: 0 8px 0 0;
    font-size: 0.875rem;
    margin-right: 16px;
  }
  .recruit-sec-5 .blks-2 .dlist__item__ttl::after {
    top: -5px;
    bottom: -5px;
  }
  .recruit-sec-5 .blks-2 .dlist__item__dtl {
    font-size: 0.875rem;
    margin: 2px;
  }
}

/* ===============================================================================
Job
=============================================================================== */
/* job-section
========================= */
/* job-secs-1 */
.job-secs-1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .job-secs-1 {
    margin-bottom: 120px;
  }
}

/* job-sec-1 */
.job-sec-1 {
  padding-top: 135px;
  overflow: hidden;
  color: #000;
}
.job-sec-1 + section .cmn-sec-1 {
  margin-top: -30px;
}
.job-sec-1 + .job-sec-1 {
  padding-top: 155px;
}
.job-sec-1__inr {
  background: #cee1f4;
  padding-bottom: 200px;
}
.job-sec-1__inr-2 {
  max-width: 1260px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.job-sec-1 .blks-1 {
  position: relative;
}
.job-sec-1 .blks-1 .grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job-sec-1 .blks-1 .grp__img {
  height: 560px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.job-sec-1 .blks-1 .grp__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.job-sec-1 .blks-1 .grp__h {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0459A1;
  width: calc((100vw - 1366px) / 2 + 466px);
  min-width: 466px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 110px;
}
.job-sec-1 .blks-1 .grp__h__main {
  display: block;
  position: relative;
  padding-left: 13px;
}
.job-sec-1 .blks-1 .grp__h__main::after {
  position: absolute;
  content: "";
  display: block;
  top: calc(100% + 7px);
  left: 0;
  width: 200vw;
  height: 100%;
  background: #cee1f4;
  height: 560px;
}
.job-sec-1 .blks-1 .illust {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 50px);
      -ms-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
  pointer-events: none;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.job-sec-1 .blks-1 .illust.is-anim {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.job-sec-1 .blks-1 .illust._t1 {
  bottom: -167px;
  height: 379px;
  width: 1000px;
  background: url("../img/job/job_illsut01.png") no-repeat right center/auto 100%;
}
.job-sec-1 .blks-1 .illust._t1 .is-anim {
  bottom: -167px;
}
.job-sec-1 .blks-1 .illust._t2 {
  bottom: -154px;
  height: 333px;
  width: 1219px;
  background: url("../img/job/job_illsut06.png") no-repeat right center/auto 100%;
}
.job-sec-1 .blks-2 {
  padding: 105px 0 272px;
  position: relative;
}
.job-sec-1 .blks-2._t2 {
  padding: 80px 0 242px;
}
.job-sec-1 .blks-2 .h {
  text-align: center;
  font-size: 2.1875rem;
  line-height: 1.4;
  font-weight: 900;
  position: relative;
  z-index: 1;
  margin-bottom: 88px;
}
.job-sec-1 .blks-2 .h::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.job-sec-1 .blks-2 .h__inr {
  display: inline-block;
  text-align: left;
}
.job-sec-1 .blks-2 .h._en-1::after {
  bottom: -60px;
  width: 567px;
  height: 90px;
  background: url("../img/job/job_dtxt01.png") no-repeat center center/contain;
}
.job-sec-1 .blks-2 .h._en-2 {
  margin-bottom: 64px;
}
.job-sec-1 .blks-2 .h._en-2::after {
  bottom: -63px;
  width: 441px;
  height: 120px;
  background: url("../img/job/job_dtxt02.png") no-repeat center center/contain;
}
.job-sec-1 .blks-2 .txt {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
.job-sec-1 .blks-2 .illust {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 50px);
      -ms-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
  pointer-events: none;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.job-sec-1 .blks-2 .illust.is-anim {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.job-sec-1 .blks-2 .illust._t1 {
  bottom: 136px;
  height: 419px;
  width: 1135px;
  background: url("../img/job/job_illsut02.png") no-repeat left center/auto 100%;
}
.job-sec-1 .blks-2 .illust._t2 {
  bottom: 80px;
  height: 280px;
  width: 1086px;
  background: url("../img/job/job_illsut03.png") no-repeat right center/auto 100%;
}
.job-sec-1 .blks-2 .illust._t3 {
  bottom: 140px;
  height: 447px;
  width: 1201px;
  background: url("../img/job/job_illsut07.png") no-repeat left center/auto 100%;
}
.job-sec-1 .blks-3 {
  background: #fff;
  padding: 10px 50px 70px;
}
.job-sec-1 .blks-3 + .blks-3 {
  margin-top: 165px;
}
.job-sec-1 .blks-3 .h {
  font-size: 2.5rem;
  line-height: 1.63;
  font-weight: 900;
  margin: -40px 0 65px;
}
.job-sec-1 .blks-3 .mdia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.job-sec-1 .blks-3 .mdia__img {
  width: 400px;
  height: 400px;
  margin-right: 40px;
}
.job-sec-1 .blks-3 .mdia__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.job-sec-1 .blks-3 .mdia__txt {
  font-size: 1rem;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.job-sec-1 .blks-3 .h-2 {
  margin-bottom: 145px;
}
.job-sec-1 .blks-3 .grp {
  height: 400px;
  background: #cee1f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 72px;
}
.job-sec-1 .blks-3 .grp__txt {
  font-size: 1.875rem;
  line-height: 1.67;
  font-weight: 900;
  margin-left: auto;
  padding-left: 400px;
  max-width: 484px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.job-sec-1 .blks-3 .grp__txt__inr {
  margin-left: -0.5em;
}
.job-sec-1 .blks-3 .grp__txt-2 {
  position: absolute;
  z-index: 1;
  background: #0459A1;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.39;
  font-weight: 900;
  width: 250px;
  padding: 12px 10px;
  min-height: 75px;
  box-sizing: border-box;
  bottom: -33px;
  left: 0;
  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;
}
.job-sec-1 .blks-3 .grp__illust {
  position: absolute;
  bottom: 0;
}
.job-sec-1 .blks-3 .grp__illust._t1 {
  left: 4.245%;
  background: url("../img/job/job_illsut04.png") no-repeat center bottom/contain;
  width: 33.208%;
  height: 490px;
}
.job-sec-1 .blks-3 .grp__illust._t2 {
  left: 6.8%;
  background: url("../img/job/job_illsut05.png") no-repeat center bottom/contain;
  width: 41.416%;
  height: 500px;
}
.job-sec-1 .blks-3 .grp__illust._t3 {
  background: url("../img/job/job_illsut08.png") no-repeat center bottom/contain;
  width: 35.755%;
  height: 501px;
}
.job-sec-1 .blks-3 .sb {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.job-sec-1 .blks-3 .sb__item {
  font-size: 1rem;
  line-height: 2;
  padding-left: 20px;
  position: relative;
}
.job-sec-1 .blks-3 .sb__item__inr {
  display: inline-block;
  padding: 15px 26px 15px 26px;
  max-width: 500px;
  box-sizing: border-box;
  background: #cee1f4;
}
.job-sec-1 .blks-3 .sb__item__inr::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0.5px;
  width: 20px;
  height: 34px;
  background: #cee1f4;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.job-sec-1 .blks-3 .sb__item:not(:last-child) {
  margin-bottom: 26px;
}
.job-sec-1 .blks-3 .sb__item._rev {
  color: #fff;
  padding: 0 20px 0 0;
  text-align: right;
}
.job-sec-1 .blks-3 .sb__item._rev .sb__item__inr {
  background: #0459A1;
  padding: 10px 18px 9px 27px;
}
.job-sec-1 .blks-3 .sb__item._rev .sb__item__inr::before {
  left: auto;
  right: 0.5px;
  background: #0459A1;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.job-sec-1 .blks-4 {
  margin-top: 84px;
}
.job-sec-1 .blks-4 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .job-sec-1 {
    padding-top: 48px;
  }
  .job-sec-1 + section .cmn-sec-1 {
    margin-top: 0;
  }
  .job-sec-1 + .job-sec-1 {
    padding-top: 64px;
  }
  .job-sec-1__inr {
    padding-bottom: 80px;
  }
  .job-sec-1__inr-2 {
    padding: 0 24px;
  }
  .job-sec-1 .blks-1 {
    position: relative;
  }
  .job-sec-1 .blks-1 .grp__img {
    height: 160px;
  }
  .job-sec-1 .blks-1 .grp__h {
    font-size: 1.625rem;
    width: 50%;
    min-width: 1px;
    padding-bottom: 56px;
  }
  .job-sec-1 .blks-1 .grp__h__main {
    padding: 0 12px;
  }
  .job-sec-1 .blks-1 .illust._t1 {
    bottom: -64px;
    height: 133px;
    width: 200px;
  }
  .job-sec-1 .blks-1 .illust._t2 {
    bottom: -56px;
    height: 117px;
    width: 290px;
  }
  .job-sec-1 .blks-2 {
    padding: 80px 0 212px;
  }
  .job-sec-1 .blks-2._t2 {
    padding: 80px 0 196px;
  }
  .job-sec-1 .blks-2 .h {
    font-size: 1.375rem;
    margin-bottom: 48px;
  }
  .job-sec-1 .blks-2 .h::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .job-sec-1 .blks-2 .h__inr {
    display: inline-block;
    text-align: left;
  }
  .job-sec-1 .blks-2 .h._en-1::after {
    bottom: -24px;
    left: -12px;
    width: 312px;
    height: 50px;
  }
  .job-sec-1 .blks-2 .h._en-2 {
    margin-bottom: 56px;
  }
  .job-sec-1 .blks-2 .h._en-2::after {
    bottom: -48px;
    width: 243px;
    height: 66px;
  }
  .job-sec-1 .blks-2 .txt {
    font-size: 0.9375rem;
    text-align: left;
  }
  .job-sec-1 .blks-2 .illust {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
  }
  .job-sec-1 .blks-2 .illust._t1 {
    bottom: 40px;
    height: 147px;
    width: 310px;
  }
  .job-sec-1 .blks-2 .illust._t2 {
    bottom: 112px;
    height: 98px;
    width: 320px;
  }
  .job-sec-1 .blks-2 .illust._t3 {
    bottom: 28px;
    height: 156px;
    width: 320px;
  }
  .job-sec-1 .blks-3 {
    margin: 0 -12px;
    padding: 10px 24px 40px;
  }
  .job-sec-1 .blks-3 + .blks-3 {
    margin-top: 64px;
  }
  .job-sec-1 .blks-3 .h {
    font-size: 1.375rem;
    margin: -28px 0 40px;
  }
  .job-sec-1 .blks-3 .mdia {
    display: block;
    margin-bottom: 48px;
  }
  .job-sec-1 .blks-3 .mdia__img {
    width: auto;
    height: auto;
    padding-top: 100%;
    margin: 0 0 24px;
    position: relative;
  }
  .job-sec-1 .blks-3 .mdia__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .job-sec-1 .blks-3 .mdia__txt {
    font-size: 0.9375rem;
  }
  .job-sec-1 .blks-3 .h-2 {
    margin-bottom: 40px;
  }
  .job-sec-1 .blks-3 .grp {
    height: 53.33vw;
    display: block;
    margin-bottom: 56px;
  }
  .job-sec-1 .blks-3 .grp__txt {
    font-size: 3.33vw;
    margin-left: auto;
    padding: 32px 0 0 56%;
    max-width: none;
    width: auto;
  }
  .job-sec-1 .blks-3 .grp__txt__inr._t2 {
    margin-left: 0;
  }
  .job-sec-1 .blks-3 .grp__txt-2 {
    font-size: 0.875rem;
    width: 220px;
    padding: 6px;
    min-height: 1px;
    box-sizing: border-box;
    bottom: -16px;
    left: 0;
    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;
  }
  .job-sec-1 .blks-3 .grp__illust {
    position: absolute;
    bottom: 0;
  }
  .job-sec-1 .blks-3 .grp__illust._t1 {
    left: 1%;
    background: url("../img/job/job_illsut04.png") no-repeat center bottom/100% auto;
    width: 51.4724%;
    max-width: 160px;
  }
  .job-sec-1 .blks-3 .grp__illust._t2 {
    left: 0;
    background: url("../img/job/job_illsut05.png") no-repeat left -2vw bottom/100% auto;
    width: 64.1948%;
    max-width: 200px;
  }
  .job-sec-1 .blks-3 .grp__illust._t3 {
    background: url("../img/job/job_illsut08.png") no-repeat left -4vw bottom/100% auto;
    width: 55.42025%;
    max-width: 200px;
  }
  .job-sec-1 .blks-3 .sb__item {
    font-size: 0.875rem;
    line-height: 1.75;
    padding-left: 12px;
    position: relative;
  }
  .job-sec-1 .blks-3 .sb__item__inr {
    padding: 12px 18px;
    max-width: 500px;
  }
  .job-sec-1 .blks-3 .sb__item__inr::before {
    width: 12px;
    height: 24px;
  }
  .job-sec-1 .blks-3 .sb__item:not(:last-child) {
    margin-bottom: 26px;
  }
  .job-sec-1 .blks-3 .sb__item._rev {
    padding: 0 12px 0 0;
  }
  .job-sec-1 .blks-3 .sb__item._rev .sb__item__inr {
    padding: 12px 18px;
  }
  .job-sec-1 .blks-4 {
    margin-top: 48px;
  }
}

/* ===============================================================================
Uniq
=============================================================================== */
/* contact-section
========================= */
/* contact-secs-1 */
.contact-secs-1 {
  margin-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .contact-secs-1 {
    margin-bottom: 120px;
  }
}

/* contact-sec-1 */
.contact-sec-1 {
  padding-top: 162px;
}
.contact-sec-1__inr {
  max-width: 1000px;
  padding: 0 50px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.contact-sec-1 .blks-1 {
  margin-bottom: 74px;
}
.contact-sec-1 .blks-1 .tel {
  text-align: center;
  margin-bottom: 72px;
}
.contact-sec-1 .blks-1 .tel__txt {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.contact-sec-1 .blks-1 .tel__num {
  margin-bottom: 23px;
}
.contact-sec-1 .blks-1 .tel__num a {
  display: inline-block;
  color: #0459A1;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
  padding: 0 10px 10px;
  border-bottom: solid 1px #0459A1;
}
@media screen and (min-width: 769px) {
  .contact-sec-1 .blks-1 .tel__num a:hover {
    opacity: 0.8;
  }
}
.contact-sec-1 .blks-1 .tel__txt-2 {
  font-size: 1rem;
}
.contact-sec-1 .blks-1 .txt {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}
.contact-sec-1 .blks-2 {
  margin-bottom: 80px;
}
.contact-sec-1 .blks-2 .errors {
  color: #e60000;
  border: solid 2px #e60000;
  padding: 20px;
  font-size: 1rem;
  margin-bottom: 40px;
}
.contact-sec-1 .blks-2 .error {
  color: #e60000;
  margin-top: 8px;
  font-size: 0.875rem;
}
.contact-sec-1 .blks-2 .item + .item {
  margin-top: 22px;
}
.contact-sec-1 .blks-2 .item__ttl {
  font-size: 1rem;
  margin-bottom: 6px;
}
.contact-sec-1 .blks-2 .required {
  color: #e60000;
  margin-left: 4px;
}
.contact-sec-1 .blks-2 input[type=text] {
  background: #e6e6e6;
  height: 50px;
  font-size: 1rem;
  padding: 5px 20px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
}
.contact-sec-1 .blks-2 input[type=text]::-webkit-input-placeholder {
  color: #9e9e9e;
}
.contact-sec-1 .blks-2 input[type=text]:-ms-input-placeholder {
  color: #9e9e9e;
}
.contact-sec-1 .blks-2 input[type=text]::placeholder {
  color: #9e9e9e;
}
.contact-sec-1 .blks-2 textarea {
  background: #e6e6e6;
  height: 200px;
  font-size: 1rem;
  padding: 10px 20px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
}
.contact-sec-1 .blks-2 textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}
.contact-sec-1 .blks-2 textarea:-ms-input-placeholder {
  color: #9e9e9e;
}
.contact-sec-1 .blks-2 textarea::placeholder {
  color: #9e9e9e;
}
.contact-sec-1 .blks-2 .radio {
  background: #e6e6e6;
  padding: 10px 20px 14px;
  margin-bottom: 10px;
}
.contact-sec-1 .blks-2 .radio__item:not(:last-child) {
  margin-bottom: 14px;
}
.contact-sec-1 .blks-2 .radio__item__inr {
  display: inline-block;
}
.contact-sec-1 .blks-2 .radio__item input[type=radio] {
  display: none;
}
.contact-sec-1 .blks-2 .radio__item__txt {
  font-size: 1rem;
  line-height: 1.25;
  padding-left: 23px;
  position: relative;
}
.contact-sec-1 .blks-2 .radio__item__txt::before, .contact-sec-1 .blks-2 .radio__item__txt::after {
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: solid 1px #595757;
}
.contact-sec-1 .blks-2 .radio__item__txt::after {
  background: #595757;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  display: none;
}
.contact-sec-1 .blks-2 .radio__item input[type=radio]:checked + .radio__item__txt::after {
  display: block;
}
.contact-sec-1 .blks-3 .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-sec-1 {
    padding-top: 56px;
  }
  .contact-sec-1__inr {
    padding: 0 24px;
  }
  .contact-sec-1 .blks-1 {
    margin-bottom: 40px;
  }
  .contact-sec-1 .blks-1 .tel {
    margin-bottom: 40px;
  }
  .contact-sec-1 .blks-1 .tel__txt {
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
  .contact-sec-1 .blks-1 .tel__num {
    margin-bottom: 16px;
  }
  .contact-sec-1 .blks-1 .tel__num a {
    font-size: 1.875rem;
    padding: 0 6px 6px;
  }
  .contact-sec-1 .blks-1 .tel__txt-2 {
    font-size: 0.9375rem;
  }
  .contact-sec-1 .blks-1 .txt {
    text-align: center;
    font-size: 0.9375rem;
    line-height: 2;
  }
  .contact-sec-1 .blks-2 {
    margin-bottom: 40px;
  }
  .contact-sec-1 .blks-2 .errors {
    border: solid 1px #e60000;
    padding: 16px;
    font-size: 0.875rem;
    margin-bottom: 32px;
  }
  .contact-sec-1 .blks-2 .error {
    color: #e60000;
    margin-top: 8px;
    font-size: 0.875rem;
  }
  .contact-sec-1 .blks-2 .item + .item {
    margin-top: 22px;
  }
  .contact-sec-1 .blks-2 .item__ttl {
    font-size: 0.9375rem;
    margin-bottom: 6px;
  }
  .contact-sec-1 .blks-2 input[type=text] {
    padding: 5px 16px;
  }
  .contact-sec-1 .blks-2 textarea {
    padding: 10px 16px;
  }
  .contact-sec-1 .blks-2 .radio {
    padding: 14px 16px;
  }
  .contact-sec-1 .blks-2 .radio__item:not(:last-child) {
    margin-bottom: 12px;
  }
  .contact-sec-1 .blks-2 .radio__item__inr {
    display: inline-block;
  }
  .contact-sec-1 .blks-2 .radio__item input[type=radio] {
    display: none;
  }
  .contact-sec-1 .blks-2 .radio__item__txt {
    font-size: 0.875rem;
    padding-left: 23px;
  }
  .contact-sec-1 .blks-2 .radio__item__txt::before, .contact-sec-1 .blks-2 .radio__item__txt::after {
    top: 2px;
  }
}

/* contact-sec-2 */
.contact-sec-2 {
  padding-top: 162px;
}
.contact-sec-2__inr {
  max-width: 1000px;
  padding: 0 50px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.contact-sec-2 .blks-1 {
  margin-bottom: 74px;
}
.contact-sec-2 .blks-1 .txt {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}
.contact-sec-2 .blks-2 {
  margin-bottom: 80px;
}
.contact-sec-2 .blks-2 .errors {
  color: #e60000;
  border: solid 2px #e60000;
  padding: 20px;
  margin-bottom: 40px;
}
.contact-sec-2 .blks-2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-sec-2 .blks-2 .item + .item {
  padding-top: 15px;
  border-top: solid 1px #ccc;
  margin-top: 15px;
}
.contact-sec-2 .blks-2 .item__ttl {
  font-size: 1rem;
  font-weight: 700;
  width: 30%;
  min-width: 200px;
  padding-right: 1em;
  box-sizing: border-box;
}
.contact-sec-2 .blks-2 .item__dtl {
  width: 70%;
  font-size: 1rem;
  line-height: 2;
}
.contact-sec-2 .blks-3 {
  margin-bottom: 95px;
}
.contact-sec-2 .blks-3 .policy {
  max-width: 600px;
  height: 250px;
  margin: 0 auto 20px;
  overflow: auto;
  background: #e6e6e6;
  padding: 22px 30px;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 2;
}
.contact-sec-2 .blks-3 .agree {
  text-align: center;
  font-size: 1rem;
}
.contact-sec-2 .blks-3 .error {
  text-align: center;
  color: #e60000;
  margin-top: 8px;
  font-size: 0.875rem;
}
.contact-sec-2 .blks-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
.contact-sec-2 .blks-4 .back {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: 15px;
}
.contact-sec-2 .blks-4 .submit {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 15px;
}
@media screen and (max-width: 768px) {
  .contact-sec-2 {
    padding-top: 56px;
  }
  .contact-sec-2__inr {
    padding: 0 24px;
  }
  .contact-sec-2 .blks-1 {
    margin-bottom: 40px;
  }
  .contact-sec-2 .blks-1 .txt {
    font-size: 0.9375rem;
  }
  .contact-sec-2 .blks-2 {
    margin-bottom: 40px;
  }
  .contact-sec-2 .blks-2 .errors {
    border: solid 1px #e60000;
    padding: 16px;
    font-size: 0.875rem;
    margin-bottom: 32px;
  }
  .contact-sec-2 .blks-2 .item {
    display: block;
  }
  .contact-sec-2 .blks-2 .item + .item {
    padding-top: 15px;
    border-top: solid 1px #ccc;
    margin-top: 15px;
  }
  .contact-sec-2 .blks-2 .item__ttl {
    font-size: 0.9375rem;
    width: auto;
    min-width: 1px;
    padding-right: 0;
    margin-bottom: 4px;
  }
  .contact-sec-2 .blks-2 .item__dtl {
    width: auto;
    font-size: 0.9375rem;
  }
  .contact-sec-2 .blks-3 {
    margin-bottom: 48px;
  }
  .contact-sec-2 .blks-3 .policy {
    height: 200px;
    margin-bottom: 24px;
    padding: 20px 16px;
    font-size: 0.8125rem;
  }
  .contact-sec-2 .blks-3 .agree {
    font-size: 0.9375rem;
  }
  .contact-sec-2 .blks-4 {
    display: block;
    margin: 0;
  }
  .contact-sec-2 .blks-4 .back, .contact-sec-2 .blks-4 .submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .contact-sec-2 .blks-4 .submit {
    margin-bottom: 16px;
  }
}

/* contact-sec-3 */
.contact-sec-3 {
  padding-top: 113px;
}
.contact-sec-3__inr {
  max-width: 1000px;
  padding: 0 50px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.contact-sec-3 .blks-1 .h {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75;
  padding: 0 0 11px 0.5em;
  margin-bottom: 40px;
  position: relative;
}
.contact-sec-3 .blks-1 .h::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 140px;
  height: 2px;
  background: #0459A1;
  margin: 0 auto;
}
.contact-sec-3 .blks-1 .txt {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 75px;
}
.contact-sec-3 .blks-1 .txt p {
  display: inline-block;
  text-align: left;
}
.contact-sec-3 .blks-1 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-sec-3 {
    padding-top: 56px;
  }
  .contact-sec-3__inr {
    padding: 0 24px;
  }
  .contact-sec-3 .blks-1 .h {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
  .contact-sec-3 .blks-1 .h::after {
    width: 120px;
  }
  .contact-sec-3 .blks-1 .txt {
    text-align: left;
    font-size: 0.9375rem;
    margin-bottom: 48px;
  }
  .contact-sec-3 .blks-1 .txt p {
    display: block;
  }
}

/* ===============================================================================
Edit
=============================================================================== */
.edit {
  font-size: 1rem;
  line-height: 2;
}
.edit > *:first-child {
  margin-top: 0 !important;
}
.edit > *:last-child {
  margin-bottom: 0 !important;
}
.edit strong {
  font-weight: 700;
}
.edit em {
  font-style: italic;
}
.edit a {
  color: #0459A1;
  text-decoration: underline;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .edit a:hover {
    opacity: 0.8;
  }
}
.edit .aligncenter {
  display: block;
  margin: 0 auto;
}
.edit .alignright {
  float: right;
}
.edit .alignleft {
  float: left;
}
.edit ul li {
  padding-left: 1.25em;
  position: relative;
}
.edit ul li::before {
  position: absolute;
  content: "・";
  display: block;
  top: 0;
  left: 0;
}
.edit ol {
  counter-reset: olList 0;
}
.edit ol li {
  padding-left: 32px;
  position: relative;
}
.edit ol li::before {
  counter-increment: olList 1;
  content: counter(olList) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.edit h1 {
  font-size: 1.25rem;
  line-height: 1.6;
  background: #cee1f4;
  padding: 5px 12px;
  font-weight: 700;
  margin: 3em 0 1em;
}
.edit h2 {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  border-bottom: solid 1px #0459A1;
  margin: 3em 0 1em;
}
.edit h3 {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
  color: #0459A1;
  margin: 3em 0 1em;
}
.edit h4 {
  position: relative;
  padding-left: 14px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 3em 0 1em;
}
.edit h4::before {
  content: "●";
  font-size: 62.5%;
  color: #0459A1;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.edit h1 + h2, .edit h2 + h3, .edit h3 + h4 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .edit {
    font-size: 0.9375rem;
  }
}

/* ===============================================================================
Animation
=============================================================================== */
.a-toTop {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.a-toTop.is-anim {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.a-toLeft {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(120px);
      -ms-transform: translateX(120px);
          transform: translateX(120px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.a-toLeft.is-anim {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.a-toRight {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-120px);
      -ms-transform: translateX(-120px);
          transform: translateX(-120px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.a-toRight.is-anim {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .a-spNone {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}