@charset "UTF-8";

/* ------------------- common parts ---------------- */
body {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  color: #333;
}
p {
  line-height: 2;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
/* セキュリティフッタ対策 */
.gmoGroupFooter_sec > a > img {
  width: auto;
}

a:link,
a:visited {
  text-decoration: underline;
}
a {
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1);
  color: #333;
}
a:hover {
  text-decoration: underline;
  transition: opacity 1s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0, 1);
  opacity: 0.75;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.block {
  display: block;
}
.in-block {
  display: inline-block;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.mg {
  margin: auto;
}
.mg-r {
  margin-right: auto;
}
.mg-l {
  margin-left: auto;
}
.mg-t {
  margin-top: auto;
}
.flex {
  display: flex;
}
.sp {
  display: none;
}
.font-montserrat {
  font-family: "Montserrat", "Noto Sans CJK JP";
}
.bold {
  font-weight: 500;
}
.italic {
  font-style: italic;
}

/* margin */
.l-mt-1 {
  margin-top: 10px;
}
.l-mt-2 {
  margin-top: 20px;
}
.l-mt-3 {
  margin-top: 30px;
}
.l-mt-4 {
  margin-top: 40px;
}
.l-mt-5 {
  margin-top: 50px;
}
.l-mt-6 {
  margin-top: 60px;
}
.l-mr-1 {
  margin-right: 10px;
}
.l-mr-2 {
  margin-right: 20px;
}
.l-mr-3 {
  margin-right: 30px;
}
.l-mr-4 {
  margin-right: 40px;
}
.l-mr-5 {
  margin-right: 50px;
}
.l-mr-6 {
  margin-right: 60px;
}
.l-ml-1 {
  margin-left: 10px;
}
.l-ml-2 {
  margin-left: 20px;
}
.l-ml-3 {
  margin-left: 30px;
}
.l-ml-4 {
  margin-left: 40px;
}
.l-ml-5 {
  margin-left: 50px;
}
.l-ml-6 {
  margin-left: 60px;
}
.l-mb-1 {
  margin-bottom: 10px;
}
.l-mb-2 {
  margin-bottom: 20px;
}
.l-mb-3 {
  margin-bottom: 30px;
}
.l-mb-4 {
  margin-bottom: 40px;
}
.l-mb-5 {
  margin-bottom: 50px;
}
.l-mb-6 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .s-mt-1 {
    margin-top: 10px;
  }
  .s-mt-2 {
    margin-top: 20px;
  }
  .s-mt-3 {
    margin-top: 30px;
  }
  .s-mt-4 {
    margin-top: 40px;
  }
  .s-mt-5 {
    margin-top: 50px;
  }
  .s-mt-6 {
    margin-top: 60px;
  }
  .s-mr-1 {
    margin-right: 10px;
  }
  .s-mr-2 {
    margin-right: 20px;
  }
  .s-mr-3 {
    margin-right: 30px;
  }
  .s-mr-4 {
    margin-right: 40px;
  }
  .s-mr-5 {
    margin-right: 50px;
  }
  .s-mr-6 {
    margin-right: 60px;
  }
  .s-ml-1 {
    margin-left: 10px;
  }
  .s-ml-2 {
    margin-left: 20px;
  }
  .s-ml-3 {
    margin-left: 30px;
  }
  .s-ml-4 {
    margin-left: 40px;
  }
  .s-ml-5 {
    margin-left: 50px;
  }
  .s-ml-6 {
    margin-left: 60px;
  }
  .s-mb-1 {
    margin-bottom: 10px;
  }
  .s-mb-2 {
    margin-bottom: 20px;
  }
  .s-mb-3 {
    margin-bottom: 30px;
  }
  .s-mb-4 {
    margin-bottom: 40px;
  }
  .s-mb-5 {
    margin-bottom: 50px;
  }
  .s-mb-6 {
    margin-bottom: 60px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* ------------------- common parts ---------------- */

/* ------------------- frame  ------------------- */

.frame-top,
.frame-bottom {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 2;
}
.frame-left,
.frame-right {
  position: fixed;
  width: 20px;
  height: calc(100%);
  background: #fff;
  z-index: 3;
  top: 0;
}
.frame-top {
  height: 70px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  justify-content: space-between;
}
.frame-bottom {
  height: 20px;
  bottom: 0;
}
.frame-left {
  left: 0;
}
.frame-right {
  right: 0;
}
.frame-top .lt-logo {
  margin-right: 10px;
}
/*
.frame-top .lt-logo img{
    width: 437px;
    height: 28px;
}
*/
.sp-burger {
  display: none;
}
.copy-right {
  font-family: "Montserrat";
  position: fixed;
  right: 4px;
  top: calc(50% - 91.925px);
  color: #999999;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 5;
}
.copy-right p {
  line-height: 12px;
}
.prm-blue {
  color: #005bac;
}
.lh-reset {
  line-height: inherit;
}
.navi-ttl {
  line-height: 1.25;
}
.navi-main-ttl {
  font-size: 18px;
  display: block;
}
.navi-sub-ttl {
  font-size: 12px;
  color: #005bac;
}
@media (max-width: 768px) {
  .frame {
    padding: 35px 10px 10px;
  }
  .frame-top {
    padding-right: 10px;
    padding-left: 10px;
    height: 35px;
  }
  .frame-bottom {
    height: 10px;
  }
  .frame-left,
  .frame-right {
    width: 10px;
  }
  .sp-burger {
    display: block;
    margin-left: auto;
    width: 20px;
  }
  .line-one,
  .line-two,
  .line-three {
    width: 100%;
    height: 2px;
    display: block;
    background: #005bac;
    border-radius: 1px;
    /* transition: 0.35s cubic-bezier(0.4,0,0,1);  */
  }
  .line-two {
    margin: 4.5px 0;
  }
  .sp-burger.close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
  }
  .sp-burger.close .line-one {
    transform: rotate(45deg);
  }
  .sp-burger.close .line-two {
    opacity: 0;
    margin: -2px 0;
  }
  .sp-burger.close .line-three {
    transform: rotate(-45deg);
  }
  .copy-right {
    transform: scale(0.5) translatex(75%);
  }
  .navi-sub-ttl {
    font-size: 8px;
    color: #333;
  }
  .navi-main-ttl {
    font-size: 15px;
  }
  .navi-ttl {
    position: relative;
  }
  .navi-ttl::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #666;
    bottom: -15px;
    left: 0;
  }
}

/* -------------------  frame  ------------------- */

/* ------- header -------- */

.header {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  /*
    width: 100%;    
    */
  background: #fff;
}
.header ul {
  display: flex;
  margin-right: -9.5px;
  margin-left: auto;
  margin-right: 16px;
}
.header ul li {
  /*
    display: inline-block;
    margin-right: 9.5px;
    margin-left: 9.5px;
    */
  margin: 16px 9.5px;
  text-align: center;
  font-weight: 500;
}
.header a {
  /* font-family: 'Montserrat', 'Hiragino Kaku Gothic ProN'; */
  font-family: "Montserrat";
}
.header a.page-link {
  font-size: 15px;
  display: block;
  font-style: italic;
  color: #005bac;
  text-align: center;
  position: relative;
  text-decoration: none;
}
.header a.page-link span {
  display: inline-block;
  font-size: 11px;
  font-style: normal;
  padding-top: 10px;
  color: #5a5858;
}
.header a.page-link:hover {
  opacity: 0.5;
}
.header a.page-link.active:hover {
  opacity: 1;
}
.header a.page-link::after {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #005bac;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transform-origin: center right;
}
.header a.page-link.active::after {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #005bac;
  transform: scale(1, 1);
  transition: none;
}
.header a.page-link:hover::after {
  transform: scale(1, 1);
  transform-origin: center left;
  transition: transform 1s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition: transform 1s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 1200px) {
  .header a.page-link {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .header {
    display: none;
  }
}

/* ------------------- common page parts ---------------- */

/* kv */
.kv {
  width: 100%;
  height: 100px;
}
.kv.ptn-a {
  margin-bottom: 30px;
  background: url(../img/bg_kv_a.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#page_top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 78px;
}
#page_top a {
  text-decoration: none;
}
.page-top-scrll {
  width: 80px;
  height: 80px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-top-scrll:hover {
    opacity: 0.8;
  }
}
.page-top-scrll span.txt {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.nlist li {
  padding-left: calc(1em + 5px);
  position: relative;
  line-height: 1.4;
}
.nlist li:not(:last-of-type) {
  margin-bottom: 10px;
}
.nlist li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* .body-block{

} */
.body-block .navi-line {
  width: 260px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  padding: 20px;
  position: sticky;
  top: 100px;
  height: 100%;
  border-radius: 5px;
}
.body-block .contents-line {
  width: calc(100% - 310px);
  box-sizing: border-box;
  padding-right: 20px;
}
.breadcrumbs {
  margin-bottom: 50px;
}
.breadcrumbs ul {
  display: flex;
  font-size: 14px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.breadcrumbs ul li,
.breadcrumbs ul li a {
  color: #989898;
}
.breadcrumbs ul li.this {
  font-weight: bold;
  color: #005bac;
}

.ttl-box {
}
.sub-ttl-txt {
  font-size: 14px;
}
.main-ttl-txt {
  font-size: 60px;
  line-height: 1.167;
  margin-bottom: 35px;
}
.mos-black {
  color: #5a5858;
}

.navi-inner {
  padding: 10px;
  box-sizing: border-box;
}
.menu-box {
  box-sizing: border-box;
  padding: 30px 45px;
  border: 1px solid #005bac;
  border-radius: 5px;
}
.hr-reset {
  border: 0;
  padding: 0;
}

/* accordion contents */
.accordion {
  line-height: 2;
}
.accordion .navi-tab {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  display: block;
}
.accordion .navi-tab.open {
  font-weight: bold;
}
.accordion .navi-tab::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .navi-tab.open::before {
  content: "-";
}

.common-navi .navi-tab::after,
.common-navi a::before,
.page-navi .navi-tab::after,
.page-navi a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 40px);
  left: -20px;
  z-index: -1;
  transition: 0.35s;
}
.common-navi .navi-tab:hover::after,
.common-navi a:hover::before {
  background-color: #fff;
  transition: 0.35s;
}
.common-navi a:hover {
  opacity: 1;
}
.page-navi .navi-tab:hover::after,
.page-navi a:hover::before {
  background-color: rgba(0, 91, 172, 0.05);
  transition: 0.35s;
}

.accordion a {
  display: block;
}

@media (max-width: 768px) {
  /*
    .frame-top .lt-logo img,
    .footer img.logo{
        width:157px;
        height: 14px;
    }
    */
  .kv {
    margin-bottom: 5px;
  }
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .breadcrumbs ul {
    font-size: 10px;
  }
  .body-block .navi-line {
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    padding: 20px;
    z-index: 4;
    width: calc(100% - 20px);
    height: auto;
    border-radius: 0;
    border-bottom-left-radius: 30px;
    background: rgba(245, 245, 245, 0.95);
  }
  .body-block .navi-line.active {
    transform: translateX(0);
    transition: transform 0.5s;
  }
  .body-block .contents-line {
    width: 100%;
    padding-right: 0;
  }

  .sub-ttl-txt {
    font-size: 9px;
  }
  .main-ttl-txt {
    font-size: 35px;
  }
  .common-navi,
  .page-navi {
    font-size: 13px;
  }
  .common-navi {
    line-height: 3;
  }
  .common-navi a:after {
    content: "";
    position: absolute;
    background: url(../img/icon/arrow.svg) no-repeat;
    width: 13.5px;
    height: 11px;
    background-size: contain;
    right: 0;
    top: calc(50% - 5.5px);
  }
  .menu-box {
    padding: 15px 17.5px;
    padding-right: 40px;
  }
  .menu-box .navi-main-ttl {
    position: relative;
    margin-bottom: 30px;
  }
  .menu-box .navi-main-ttl::before {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    width: 15px;
    height: 2px;
    border-radius: 1px;
    background-color: #005bac;
    transform: translateY(-50%);
  }
  .page-navi .navi-tab::after {
    width: calc(100% + 20px);
    left: -10px;
  }
}

/* ------------------------- 宮本common.css追加エリア ------------------------- */
/* 左右のpadding */
.l-pl-0 {
  padding-left: 0;
}
.l-pl-1 {
  padding-left: 10px;
}
.l-pl-2 {
  padding-left: 20px;
}
.l-pl-3 {
  padding-left: 30px;
}
.l-pl-4 {
  padding-left: 40px;
}
.l-pl-5 {
  padding-left: 50px;
}
.l-pr-0 {
  padding-right: 0;
}
.l-pr-1 {
  padding-right: 10px;
}
.l-pr-2 {
  padding-right: 20px;
}
.l-pr-3 {
  padding-right: 30px;
}
.l-pr-4 {
  padding-right: 40px;
}
.l-pr-5 {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .s-pl-0 {
    padding-left: 0;
  }
  .s-pl-1 {
    padding-left: 10px;
  }
  .s-pl-2 {
    padding-left: 20px;
  }
  .s-pl-3 {
    padding-left: 30px;
  }
  .s-pl-4 {
    padding-left: 40px;
  }
  .s-pl-5 {
    padding-left: 50px;
  }
  .s-pr-0 {
    padding-right: 0;
  }
  .s-pr-1 {
    padding-right: 10px;
  }
  .s-pr-2 {
    padding-right: 20px;
  }
  .s-pr-3 {
    padding-right: 30px;
  }
  .s-pr-4 {
    padding-right: 40px;
  }
  .s-pr-5 {
    padding-right: 50px;
  }
}
/* テキストのstyle */
.fs-20 {
  font-size: 20px;
}
.text-note {
  color: #666666;
}
.text-bg-yellow {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.text-bg-yellow::after {
  content: "";
  display: inline-block;
  background-color: #fdfbe2;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: -1;
}
.circle-ttl .text-bg-yellow::after {
  height: 100%;
  padding: 5px 0;
  top: 4px;
}
a.link-underline {
  text-decoration: underline;
  color: #005bac;
}
/* 見出し */
.h2-ttl {
  font-size: 45px;
  color: #005bac;
  font-weight: 500;
}
.ttl-section .h2-ttl {
  margin-bottom: 40px;
}
.section-ttl {
  font-size: 35px;
  font-weight: 500;
  height: 100px;
  line-height: 90px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.section-ttl:after {
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -60px;
  z-index: -1;
}
.section-ttl:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #005bac;
  position: absolute;
  top: -30px;
  left: -30px;
}
.underline-ttl {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
.circle-ttl {
  font-size: 24px;
  line-height: 26px;
  color: #005bac;
  position: relative;
  margin-bottom: 8px;
  padding-left: 30px;
}
.circle-ttl:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 5px solid #005bac;
  position: absolute;
  top: 5px;
  left: 0;
}
.strong-ttl {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .h2-ttl {
    font-size: 23px;
  }
  .section-ttl {
    font-size: 20px;
    height: 60px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .section-ttl:after {
    content: "";
    width: calc(100% + 50px);
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -50px;
  }
  .section-ttl:before {
    top: -20px;
    left: -15px;
  }
  .underline-ttl {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .circle-ttl {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-left: 20px;
  }
  .circle-ttl:before {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    border: 3px solid #005bac;
    top: 4px;
  }
  .text-bg-yellow::after {
    height: 95%;
    top: 1px;
    left: 0;
  }
  .circle-ttl .text-bg-yellow::after {
    padding: 0;
    top: 1px;
  }
}
/* .button */
.button {
  min-width: 314px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 29px 10px;
  border-radius: 5px;
}
.success.button {
  background-color: #005bac;
}
@media screen and (max-width: 768px) {
  .button {
    min-width: 200px;
    font-size: 18px;
    padding: 16px 10px;
  }
}
/* .***-section */
.ttl-section {
  background-color: #e5eef7;
  padding: 24px 35px 24px;
  border-radius: 5px;
  margin-bottom: 50px;
}
.document-section {
  background-color: #f5f5f5;
  padding: 60px;
  border-radius: 5px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .document-section {
    padding: 30px 25px 25px;
  }
}
/* パートナーラベル */
.partnerlabellist {
  margin-bottom: 20px;
}
.partnerlabel {
  background-color: #fff;
  padding: 4px 10px 5px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .partnerlabellist {
    margin-bottom: 10px;
  }
  .partnerlabel {
    font-size: 10px;
    padding: 4px 8px 5px;
    margin-right: 5px;
  }
}
/* テーブル */
.table-wrap {
}
.scroll-table-wrap {
  overflow-x: auto;
}
.wsnowrap {
  white-space: nowrap;
}
table {
  width: 100%;
  background-color: #fff;
}
thead tr,
tbody tr {
  border-bottom: 6px solid #f5f5f5;
}
thead th {
  font-weight: 500;
  border-right: 6px solid #f5f5f5;
}
tbody th {
  font-weight: 500;
  vertical-align: middle;
  border-right: 6px solid #f5f5f5;
  padding: 20px;
}
tbody td {
  padding: 23px;
  border-right: 6px solid #f5f5f5;
  line-height: 1.7;
}
.table-b thead th {
  color: #fff;
  background-color: #005bac;
  padding: 20px 20px 30px;
}
.td-label .td-label-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.label-table {
  border-radius: 2px;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #e5eef7;
  padding: 0 6px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .scroll-table-wrap {
    overflow-x: scroll;
  }
  .scroll-table-wrap table {
    width: 100%;
  }
}
/* border-box */
.border-box {
  border: 1px solid #707070;
  padding: 20px 20px 25px;
}

/* flexのstyle */
.flex.wrap {
  flex-wrap: wrap;
}
.flex-item {
  box-sizing: border-box;
}
.flex-item.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.flex-item.small-6 {
  width: 50%;
}
.flex-item.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media screen and (min-width: 769px) {
  .flex-item.large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-item.large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .flex-item.large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-item.large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .flex-item.large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

/* ------------------------- 宮本common.css追加エリア ここまで ------------------------- */

/* ------------------------- ページ専用個別設定（cssファイルをわけてもOK）------------------------- */
/* ※ スモールスタートなのでこのファイルに追加しますが、ゆくゆくはページごとのcssにわけるのもOKです */

/* ------------------- Culture ---------------- */
.koudou_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}
.koudou {
  font-size: 160%;
  width: 60%;
}
.koudou span {
  text-decoration: underline;
}
.koudou_img {
  width: 30%;
}
.koudou_wrap img {
  width: 100%;
}
/* ------------------- Culture ---------------- */

@keyframes loading-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.frame-top {
  background: transparent;
}

.kv {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  /*
    max-height: 880px;
    */
  animation: loading-fade 2s cubic-bezier(0.4, 0, 0, 1) forwards;
  opacity: 0;
  overflow: hidden;
}

.kv-title {
  position: absolute;
  right: 3%;
  top: 40%;
  z-index: 2;
  width: 50%;
}

.kv-title img {
  margin-top: calc(-24.369% / 2);
  height: auto;
}

.kv-cover {
  position: absolute;
  top: 0;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kv-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-img .parson {
  background-image: url(img/bg_card_parson.jpg);
}

.card-img .mvv {
  background-image: url(img/bg_card_mvv.jpg);
}

.card-img .recruit {
  background-image: url(img/bg_card_recruit.jpg);
}

.top-sec2 {
  margin: 90px auto;
  width: 88%;
}

@media (max-width: 768px) {
  .kv {
    height: calc(100vh - 20px);
  }

  .kv-title {
    width: 85%;
  }

  .sp-fix-logo {
    padding: 12px;
    background: #fff;
  }
}
