@charset "UTF-8";

/*
 * トップページ
 */

.loading {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.video {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

.video__content {
  position: relative;
}

.video-box {
  visibility: visible;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity .3s, visibility 0s ease .3s;
  transition: opacity .3s, visibility 0s ease .3s;
}

.video-box--first {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.video-box--second {
  position: relative;
  z-index: 1;
}

.video-box.is-hide {
  visibility: hidden;
  opacity: 0;
}

.video-box-item {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.attention-panel {
  position: fixed;
  z-index: 100;
  border-radius: 4px;
  background-color: #f3f4f5;
}

.attention-panel__content {
  position: relative;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .01em;
}

.attention-panel__note {
  display: block;
  font-weight: 400;
}

.attention-panel__bth {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background-image: url("../img/top/bth_attention_panel.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.main {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, .9);
}

.lead-mask {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: cover;
  color: rgba(0, 0, 0, 0);
  font-weight: 900;
}

.lead-mask__text {
  line-height: 2;
  letter-spacing: .01em;
}

.lead-mask__text:not(:first-child) {
  margin-top: 1em;
}

.hq {
  margin-right: auto;
  margin-left: auto;
}

.hq-bg {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(20%, white), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, white 20%, white 100%);
}

.hq__heading {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .06em;
}

.hq__heading-strong {
  color: #e50012;
}

.hq__heading-slider {
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.hq-slider-card__business {
  font-weight: 700;
  letter-spacing: .01em;
}

.hq-slider-card__company {
  display: inline-block;
  background-color: #222;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}

.hq-section__text {
  font-weight: 700;
}

.hq-inner__heading {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.hq-inner__heading-small {
  font-weight: 700;
  line-height: 1.5;
}

.hq-inner__heading-strong {
  color: #13ae67;
}

.hq-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hq-reference__link {
  width: calc(100% - 3.1em);
  text-decoration: underline;
}

.hq-reference__link::after {
  display: inline-block;
  width: 9.5px;
  height: 8.33px;
  background-image: url("../img/common/icon_target_blank_bk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.infographic {
  background-color: #fff;
}

@-webkit-keyframes tooltipShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes tooltipShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.company {
  background-color: #f3f4f5;
}

.company-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-tab-list__btn {
  border: 1px solid #ddd;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.company-tab-list__btn.is-active {
  background-color: #222;
  color: #fff;
  font-weight: 700;
}

.company-tab__content {
  border-radius: 10px;
  background-color: #fff;
}

.company-tab-item {
  display: none;
}

.company-tab-item.is-active {
  display: block;
  -webkit-animation: tooltipShow .3s linear 0s;
  animation: tooltipShow .3s linear 0s;
}

.company-tab__heading {
  font-weight: 700;
  letter-spacing: 0;
}

.company-tab__description {
  margin-top: 24px;
  line-height: 1.8;
  letter-spacing: 0;
}

.company-tab-message__right {
  line-height: 1.8;
  letter-spacing: 0;
}

.company-tab-president {
  display: block;
  text-align: right;
}

.company-tab-president__name {
  font-weight: 700;
}

.company-tab__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-color: #222;
  color: #fff;
  font-weight: 700;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-tab__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 12.5px;
  margin: auto;
  background-image: url("../img/common/icon_target_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.special {
  position: relative;
  background-color: #fff;
}

.special::after {
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #ddd;
  content: "";
}

.special-box__right .c-heading-sub {
  padding-left: 0;
}

.special-box__right .c-heading-sub::before {
  content: none;
}

.special-box-btn {
  display: inline-block;
  text-align: center;
}

.special-box-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #222;
  color: #fff;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.special-box-btn__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 12.5px;
  margin: auto;
  background-image: url("../img/common/icon_target_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.special-box-btn__note {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
}

.history {
  background-color: #fff;
}

.history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
}

.history-list:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.history-list dt {
  color: #999;
}

.history-list__year {
  font-weight: 600;
}

.history-list__unit {
  font-weight: 500;
}

.history__inner-list li {
  position: relative;
  padding-left: 1.1em;
}

.history__inner-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  content: "・";
}

.recruit {
  background-color: #f3f4f5;
}

.recruit__item {
  border-radius: 10px;
  background-color: #fff;
}

.recruit-acc-head {
  position: relative;
  font-weight: 700;
}

.recruit-acc-head__content {
  display: block;
}

.recruit-acc-head__content::before,
.recruit-acc-head__content::after {
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #13ae67;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recruit-acc-head__content::after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.recruit-acc-head.is-open .recruit-acc-head__content {
  color: #999;
}

.recruit-acc-head.is-open .recruit-acc-head__content::after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(0) translateY(-.05em);
  transform: rotate(0) translateY(-.05em);
}

.recruit-acc-body {
  display: none;
}

.recruit-acc-body__content {
  border-bottom: 1px solid #ddd;
}

.recruit-acc-body__content dt {
  font-weight: 500;
}

.recruit-acc-body__content dd {
  font-weight: 500;
}

::-webkit-full-page-media,
:future,
:root .lead-mask {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .kv {
    height: 100vh;
  }

  .kv-text {
    width: 64.533%;
  }

  .attention-panel {
    right: 4.166%;
    bottom: 5%;
    max-width: 565px;
    width: 38.75%;
    margin-left: auto;
  }

  .attention-panel__content {
    padding: 14px;
    font-size: 12px;
  }

  .attention-panel__note {
    margin-top: 6px;
  }

  .attention-panel__note + .attention-panel__note {
    margin-top: 10px;
    font-size: 10px;
  }

  .lead {
    padding-top: 150px;
    padding-left: 11.736%;
  }

  .lead-mask {
    width: 555px;
    background-image: url("../img/top/bg_lead_text.jpg");
  }

  .lead-mask__text {
    margin-right: -1em;
  }

  .section__content {
    min-width: 700px;
    width: 76.388%;
    margin-right: auto;
    margin-left: auto;
  }

  .hq {
    width: 93.055%;
    margin-top: 100px;
    padding-top: 100px;
  }

  .hq__heading {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 28px;
  }

  .hq__heading-slider {
    margin-top: 56px;
    font-size: 30px;
  }

  .hq-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-right: -18.5px;
    margin-left: -18.5px;
  }

  .hq-slider-card {
    width: 25%;
    padding-right: 18.5px;
    padding-bottom: 60px;
    padding-left: 18.5px;
  }

  .hq-slider-card:not(:last-child) {
    border-right: 1px solid #ddd;
  }

  .hq-slider-card:last-child {
    border-right: 1px solid transparent;
  }

  .hq-slider-card__business {
    margin-top: 14px;
    font-size: 18px;
  }

  .hq-slider-card__company {
    margin-top: 8px;
    padding: 8px 25px;
    border-radius: 14px;
    font-size: 12px;
  }

  .hq-section {
    margin-top: 120px;
  }

  .hq-section .c-heading-sub {
    width: 82.089%;
    margin-right: auto;
    margin-left: auto;
  }

  .hq-section__text {
    width: 82.089%;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }

  .hq-section__figure {
    width: 96.044%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .hq-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hq-inner__heading {
    width: 100%;
    font-size: 34px;
  }

  .hq-inner__heading-small {
    font-size: 26px;
  }

  .hq-inner__box {
    margin-top: 40px;
  }

  .hq-inner__box:nth-of-type(1) {
    width: 27.014%;
    margin-right: 54px;
  }

  .hq-inner__box:nth-of-type(2) {
    width: 38.059%;
    margin-left: 54px;
  }

  .hq-inner__text {
    margin-top: 16px;
  }

  .hq-inner__figure {
    margin-top: 24px;
  }

  .hq-reference__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .hq-reference__link:hover {
    opacity: .7;
  }

  .infographic {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .infographic-col1:first-of-type {
    margin-top: 32px;
  }

  .infographic-col1:last-of-type {
    margin-top: 2%;
  }

  .infographic-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2%;
  }

  .infographic-col3__item:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 57.363%;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .infographic-col3__item:nth-child(2) {
    width: 42.636%;
    padding-left: 1.454%;
  }

  .company {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .company-tab {
    padding-top: 17px;
  }

  .company-tab-list {
    min-width: 600px;
    width: 73.272%;
    margin-right: auto;
    margin-left: auto;
  }

  .company-tab-list__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 160px;
    width: calc(25% - 12px);
    height: 52px;
    margin-top: 15px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 26px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .company-tab-list__btn:hover {
    opacity: .7;
  }

  .company-tab__content {
    margin-top: 40px;
    padding: 56px;
  }

  .company-tab__heading {
    font-size: 28px;
  }

  .company-tab-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }

  .company-tab-message__left {
    min-width: 150px;
    width: 17.1%;
  }

  .company-tab-message__right {
    width: 82.9%;
    padding-left: 56px;
  }

  .company-tab-president {
    margin-top: 16px;
  }

  .company-tab-president__post {
    font-size: 14px;
  }

  .company-tab-president__name {
    font-size: 18px;
  }

  .company-tab__link {
    min-width: 460px;
    width: 42.09%;
    height: 55px;
    margin-top: 40px;
    border: 1px solid #222;
    border-radius: 27.5px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }

  .company-tab__link:hover {
    background-color: transparent;
    color: #222;
  }

  .company-tab__link:hover::after {
    background-image: url("../img/common/icon_target_blank_bk.svg");
  }

  .company-tab__link::after {
    right: 24px;
  }

  .special {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .special::after {
    right: 0;
    left: 0;
    width: 93.055%;
    margin: auto;
  }

  .special .section__content {
    width: 100%;
    padding-right: 8.611%;
    padding-left: 11.736%;
  }

  .special-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .special-box__left {
    width: 45.454%;
    margin-right: 40px;
  }

  .special-box__right {
    width: 51.818%;
    margin-left: 40px;
  }

  .special-box__text {
    margin-top: 26px;
  }

  .special-box-btn {
    max-width: 460px;
    width: 81.228%;
    margin-top: 40px;
  }

  .special-box-btn__item {
    height: 55px;
    border: 1px solid #222;
    border-radius: 27.5px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }

  .special-box-btn__item:hover {
    background-color: transparent;
    color: #222;
  }

  .special-box-btn__item:hover::after {
    background-image: url("../img/common/icon_target_blank_bk.svg");
  }

  .special-box-btn__item::after {
    right: 24px;
  }

  .history {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .history__content {
    width: 90%;
    margin-top: 47px;
    margin-right: auto;
    margin-left: auto;
  }

  .history-list dt {
    width: 180px;
  }

  .history-list dd {
    width: calc(100% - 180px);
    padding-left: 1.1em;
  }

  .history-list__year {
    font-size: 20px;
  }

  .recruit {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .recruit__item:first-of-type {
    margin-top: 40px;
  }

  .recruit__item:not(:first-of-type) {
    margin-top: 24px;
  }

  .recruit-acc-head {
    padding: 24px 96px 24px 56px;
    font-size: 20px;
    cursor: pointer;
  }

  .recruit-acc-head:hover {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .recruit-acc-head:hover:hover {
    opacity: .7;
  }

  .recruit-acc-head__content::before,
  .recruit-acc-head__content::after {
    top: calc(30px + .4em);
    right: 56px;
  }

  .recruit-acc-body {
    padding: 32px 46px 40px 56px;
  }

  .recruit-acc-body__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .recruit-acc-body__content dt {
    width: 23%;
  }

  .recruit-acc-body__content dd {
    width: 78%;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    height: 95vh;
  }

  .kv-text {
    width: 79.23%;
  }

  .attention-panel {
    bottom: 3%;
    width: 89.743%;
    margin: auto;
  }

  .attention-panel__content {
    padding: 12px 20px;
    font-size: 11px;
  }

  .attention-panel__note {
    margin-top: 10px;
    font-size: 10px;
  }

  .attention-panel__note + .attention-panel__note {
    font-size: 8px;
  }

  .lead {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
  }

  .lead-mask {
    background-image: url("../img/top/bg_lead_text_smp.jpg");
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hq {
    margin-top: 80px;
    padding-top: 80px;
  }

  .hq__heading {
    margin-right: -20px;
    margin-left: -20px;
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .hq__heading-slider {
    margin-top: 60px;
    font-size: 20px;
  }

  .hq-slider {
    overflow: hidden;
    margin-top: 12px;
    margin-right: -20px;
    margin-left: -8px;
  }

  .hq-slider .slick-list {
    overflow: visible;
    padding-left: 0 !important;
  }

  .hq-slider-card {
    padding-right: 8px;
    padding-bottom: 30px;
    padding-left: 8px;
    border-right: 1px solid #ddd;
  }

  .hq-slider-card__business {
    margin-top: 12px;
    font-size: 15px;
  }

  .hq-slider-card__company {
    margin-top: 9px;
    padding: 7px 22px;
    border-radius: 12.5px;
    font-size: 11px;
  }

  .hq-section {
    margin-top: 80px;
  }

  .hq-section__text {
    margin-top: 24px;
    font-size: 15px;
  }

  .hq-section__figure {
    margin-top: 15px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .hq-inner {
    margin-top: 90px;
  }

  .hq-inner__heading {
    font-size: 20px;
  }

  .hq-inner__heading-small {
    font-size: 18px;
  }

  .hq-inner__box:nth-of-type(1) {
    margin-top: 40px;
  }

  .hq-inner__box:nth-of-type(2) {
    margin-top: 80px;
  }

  .hq-inner__text {
    margin-top: 12px;
  }

  .hq-inner__figure {
    margin-top: 23px;
  }

  .infographic {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .infographic-col1:first-of-type {
    margin-top: 26px;
  }

  .infographic-col1:last-of-type {
    margin-top: 20px;
  }

  .infographic-col3__item:nth-child(2) {
    margin-top: 20px;
  }

  .infographic-col3__inner {
    margin-top: 20px;
  }

  .company {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .company-tab {
    padding-top: 16px;
  }

  .company-tab-list__btn {
    width: calc(50% - 8px);
    height: 50px;
    margin-top: 8px;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 25px;
    font-size: 12.54px;
  }

  .company-tab__content {
    margin-top: 20px;
    padding: 32px 20px;
  }

  .company-tab__heading {
    font-size: 24px;
  }

  .company-tab-message {
    margin-top: 20px;
  }

  .company-tab-message__left {
    width: 38.709%;
    margin-right: auto;
    margin-left: auto;
  }

  .company-tab-message__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 10px;
  }

  .company-tab-president {
    padding-bottom: 10px;
    text-align: center;
  }

  .company-tab-president__post {
    font-size: 12px;
  }

  .company-tab-president__name {
    font-size: 16px;
  }

  .company-tab__link {
    height: 46px;
    margin-top: 25px;
    padding-right: 3em;
    padding-left: 3em;
    border-radius: 23px;
    line-height: 1.15;
  }

  .company-tab__link::after {
    right: 20px;
  }

  .special {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .special::after {
    left: 0;
    width: 100%;
  }

  .special-box__right {
    margin-top: 40px;
  }

  .special-box__text {
    margin-top: 24px;
    padding-left: 17%;
  }

  .special-box-btn {
    width: 100%;
    margin-top: 24px;
  }

  .special-box-btn__item {
    height: 45px;
    border-radius: 22.5px;
  }

  .special-box-btn__item::after {
    right: 20px;
  }

  .history {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .history__content {
    margin-top: 36px;
  }

  .history-list dt {
    width: 70px;
  }

  .history-list dd {
    width: calc(100% - 70px);
    padding-left: .7em;
  }

  .history-list__year {
    font-size: 16px;
  }

  .history-list__unit {
    font-size: 12px;
  }

  .recruit {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .recruit__item:first-of-type {
    margin-top: 30px;
  }

  .recruit__item:not(:first-of-type) {
    margin-top: 8px;
  }

  .recruit-acc-head {
    padding: 18px 60px 18px 30px;
  }

  .recruit-acc-head__content::before,
  .recruit-acc-head__content::after {
    top: calc(23px + .4em);
    right: 30px;
  }

  .recruit-acc-body {
    padding: 0 20px 32px 20px;
  }

  .recruit-acc-body__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .recruit-acc-body__content dd {
    margin-top: 10px;
  }
}

@media (scripting: none) {
  .loading {
    display: none;
  }
}