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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

input[type="button"], input[type="text"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/*フォントの指定*/
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
  color: #333;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 16px;
}

.english {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 13px;
  }
}

/*コンテンツ部分のスタイル*/
#pageMain {
  overflow: hidden;
}

/*デフォルトのコンテンツ幅*/
.innerContents {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .innerContents {
    max-width: 100%;
    padding: 0 15px;
  }
}

/*フェードインアニメーション*/
/*.fadeIn {
  opacity: 0;
  transition: 1s;
  transition-timing-function: ease;
  transform: translateY(25px);

  &--active {
    opacity: 1;
    transform: translateY(0);
  }
}*/
/*SPとPCの改行の分岐処理*/
.newLine--pc {
  display: inline;
}

.newLine--sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .newLine--pc {
    display: none;
  }
  .newLine--sp {
    display: inline;
  }
}

/*アンカーポイント*/
.anchorPoint {
  display: block;
  margin-top: -91px;
  padding-top: 91px;
  pointer-events: none;
}

.c-stealthLocalNav__btn {
  display: none;
}

@media screen and (max-width: 640px) {
  .anchorPoint {
    display: block;
    margin-top: -71px;
    padding-top: 71px;
    pointer-events: none;
  }
}

/* ----------【テンプレートのスタイル】---------- */
/* ヘッダー */
#hamburgerCheck {
  display: none;
}

.t-pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0 0 55px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: .4s;
}

.t-pageHeader::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/common/bg_shadow-header.png) 0 0/1920px 92px repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  transition: .4s;
}

.t-pageHeader--bg {
  background: none;
  background-color: #fff;
}

.t-pageHeader--bg::after {
  opacity: 0;
}

.t-pageHeader__logo {
  width: 255px;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 28px 0;
  transition: .4s;
}

.t-pageHeader__logo > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.t-pageHeader--bg .t-pageHeader__logo {
  padding: 16px 0 24px;
}

.t-logoImage {
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s;
}

.t-logoImage--white {
  opacity: 1;
}

.t-logoImage--blue {
  opacity: 0;
}

.t-pageHeader--bg .t-logoImage--white {
  opacity: 0;
}

.t-pageHeader--bg .t-logoImage--blue {
  opacity: 1;
}

.t-pageHeader__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.t-pageHeader__nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}

.t-pageHeader__btn {
  color: #fff;
  font-weight: bold;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 13px;
  position: relative;
  transition: .4s;
}

.t-pageHeader--bg .t-pageHeader__btn {
  color: #0065A9;
}

.t-pageHeader__btn::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-timing-function: ease;
  transition-duration: .2s;
  background: #31c2eb;
  background: -moz-linear-gradient(left, #31c2eb 0%, #0065a9 100%);
  background: -webkit-linear-gradient(left, #31c2eb 0%, #0065a9 100%);
  background: linear-gradient(to right, #31c2eb 0%, #0065a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31c2eb', endColorstr='#0065a9',GradientType=1 );
}

.t-pageHeader__btn:hover::after,
body[data-page-id=about] .t-pageHeader__btn--about::after,
body[data-page-id=culture] .t-pageHeader__btn--culture::after,
body[data-page-id=people] .t-pageHeader__btn--people::after,
body[data-page-id=engineering] .t-pageHeader__btn--engineering::after,
body[data-page-id=data] .t-pageHeader__btn--data::after {
  transform: scaleX(1);
  transform-origin: left;
}

body[data-page-id=about] .t-pageHeader__btn--about::after,
body[data-page-id=culture] .t-pageHeader__btn--culture::after,
body[data-page-id=people] .t-pageHeader__btn--people::after,
body[data-page-id=engineering] .t-pageHeader__btn--engineering::after,
body[data-page-id=data] .t-pageHeader__btn--data::after {
  transition-duration: 0s;
}

.t-headerAccordion {
  height: 100%;
  width: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
}

#headerAccordion {
  display: none;
}

.t-headerAccordion__ttl {
  width: 150px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #EB6000;
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 13px;
}

.t-headerAccordion__ttl::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: url(/img/common/icon_header-acordion@2x.png) 0 0/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  transition-timing-function: cubic-bezier(1, -0.005, 0, 1.005);
  transition-duration: .4s;
  transition-property: transform;
}

.t-headerAccordion__box {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: auto;
  background-color: #EB6000;
  width: 150px;
  padding-bottom: 10px;
  transform: scaleY(0);
  transform-origin: top;
  transition-timing-function: cubic-bezier(1, -0.005, 0, 1.005);
  transition-property: transform, margin, top;
  transition-duration: .4s;
}

.t-pageHeader--bg .t-headerAccordion__box {
  top: 63px;
}

.t-pageHeader--bg .t-headerAccordion__box::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: #EB6000;
  position: absolute;
  top: -18px;
  left: 0;
}

.t-headerAccordion__btn {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  line-height: 1;
  opacity: 0;
  transform: translateY(-5px);
  transition-timing-function: ease;
  transition-property: opacity, transform;
  transition-duration: .4s;
}

.t-headerAccordion__btn--other::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  vertical-align: middle;
  transform: translateY(-0.1em);
  background: url(/img/common/icon_other-tab-header.svg) 0 0/contain no-repeat;
  margin-right: -1.3em;
}

#headerAccordion:checked ~ .t-headerAccordion__ttl::after {
  transform: rotate(-180deg);
}

#headerAccordion:checked ~ .t-headerAccordion__box {
  transform: scaleY(1);
}

#headerAccordion:checked ~ .t-headerAccordion__box > .t-headerAccordion__btn {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 1350px) {
  .t-pageHeader__btn {
    padding: 0 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1280px) {
  .t-pageHeader {
    padding: 0 23px;
  }
  .t-pageHeader::after {
    background: url(/img/common/bg_shadow-header.png) 0 0/1920px 72px repeat-x;
  }
  .t-pageHeader--bg {
    background: none;
    background-color: #fff;
  }
  .t-pageHeader__logo {
    width: 198px;
    padding: 18px 0;
    position: relative;
    z-index: 1;
  }
  .t-pageHeader--bg .t-pageHeader__logo {
    padding: 13px 0 7px;
  }
  .t-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .t-hamburger__btn {
    width: 40px;
    height: 26px;
    position: relative;
    display: block;
    filter: invert(0);
    mix-blend-mode: exclusion;
  }
  .t-hamburger__icon {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    margin: auto;
    transition-property: transform;
    transition-timing-function: ease;
    transition-duration: .4s;
  }
  .t-hamburger__icon:nth-child(1) {
    top: 0;
    transition-delay: 1.2s;
    transform-origin: left;
    background-color: #fff;
  }
  .t-hamburger__icon:nth-child(2) {
    top: 0;
    bottom: 0;
    transition-delay: 1.1s;
    transform-origin: left;
    background-color: #fff;
  }
  .t-hamburger__icon:nth-child(3) {
    bottom: 0;
    width: 65%;
    transition-delay: 1s;
    transform-origin: left;
    background-color: #fff;
  }
  .t-hamburger__icon:nth-child(4) {
    top: -2px;
    left: 7px;
    transition-delay: .1s;
    transform: rotate(45deg) scaleX(0);
    transform-origin: left;
    background-color: #fff;
  }
  .t-hamburger__icon:nth-child(5) {
    bottom: -2px;
    left: 7px;
    transition-delay: 0s;
    transform: rotate(-45deg) scaleX(0);
    transform-origin: left;
    background-color: #fff;
  }
  .t-pageHeader--bg .t-hamburger__icon:nth-child(1) {
    background-color: #0065A9;
  }
  .t-pageHeader--bg .t-hamburger__icon:nth-child(2) {
    background-color: #0065A9;
  }
  .t-pageHeader--bg .t-hamburger__icon:nth-child(3) {
    background-color: #0065A9;
  }
  #hamburgerCheck:checked ~ .t-pageHeader .t-hamburger__icon {
    transform: scaleX(0);
  }
  #hamburgerCheck:checked ~ .t-pageHeader .t-hamburger__icon:nth-child(1) {
    top: 0;
    transition-delay: 0s;
    transform-origin: right;
  }
  #hamburgerCheck:checked ~ .t-pageHeader .t-hamburger__icon:nth-child(2) {
    top: 0;
    bottom: 0;
    transition-delay: .1s;
    transform-origin: right;
  }
  #hamburgerCheck:checked ~ .t-pageHeader .t-hamburger__icon:nth-child(3) {
    bottom: 0;
    transition-delay: .2s;
    transform-origin: right;
  }
  #hamburgerCheck:checked ~ .t-pageHeader .t-hamburger__icon:nth-child(4) {
    transition-delay: .7s;
    transform: rotate(45deg) scaleX(1);
  }
  #hamburgerCheck:checked ~ .t-pageHeader .t-hamburger__icon:nth-child(5) {
    transition-delay: .8s;
    transform: rotate(-45deg) scaleX(1);
  }
  .t-pageHeader__box {
    flex-flow: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    background-color: rgba(0, 101, 169, 0.97);
    transform: scaleY(0);
    transform-origin: bottom;
    transition-property: transform;
    transition-timing-function: cubic-bezier(1, -0.005, 0, 1.005);
    transition-duration: .4s;
  }
  .t-pageHeader__box--scroll {
    overflow: scroll;
  }
  #hamburgerCheck:checked ~ .t-pageHeader .t-pageHeader__box {
    transform: scaleY(1);
    transition-duration: .7s;
  }
  .t-pageHeader__nav {
    display: block;
    width: 100%;
    height: auto;
    max-width: 708px;
    padding: 0 54px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .t-pageHeader__box--scroll .t-pageHeader__nav {
    margin-top: 250px;
  }
  .t-pageHeader__btn {
    display: block;
    text-align: left;
    padding: 28px 0;
    font-size: 16px;
    opacity: 0;
    transform: translateY(-5px);
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .3s;
  }
  .t-pageHeader--bg .t-pageHeader__btn {
    color: #fff;
  }
  .t-pageHeader__btn::after {
    content: none;
  }
  #hamburgerCheck:checked ~ .t-pageHeader .t-pageHeader__btn {
    opacity: 1;
    transform: translateY(0px);
  }
  .t-headerAccordion {
    display: block;
    height: auto;
    width: 100%;
    max-width: 708px;
    padding: 0 54px;
    margin: 40px auto 0;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(-5px);
    transition-property: transform, opacity, padding;
    transition-timing-function: ease;
    transition-duration: .3s;
  }
  #hamburgerCheck:checked ~ .t-pageHeader .t-headerAccordion {
    opacity: 1;
    transform: translateY(0px);
  }
  .t-headerAccordion__ttl {
    width: 100%;
    line-height: 1;
    background: transparent;
    font-size: 14px;
    text-align: left;
    margin-bottom: 12px;
    pointer-events: none;
    opacity: .55;
  }
  .t-headerAccordion__ttl::after {
    content: none;
  }
  .t-headerAccordion__box {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    padding-bottom: 0;
    transform: scaleY(1);
  }
  .t-pageHeader__box--scroll #headerAccordion:checked ~ .t-headerAccordion__box {
    margin-bottom: 0;
  }
  .t-pageHeader--bg .t-headerAccordion__box {
    top: auto;
  }
  .t-pageHeader--bg .t-headerAccordion__box::after {
    content: none;
  }
  .t-headerAccordion__btn {
    font-size: 12px;
    padding: 22px 0;
    opacity: 1;
    transform: translateY(0px);
    font-size: 16px;
  }
  .t-headerAccordion__btn + .t-headerAccordion__btn {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
  }
  .t-headerAccordion__btn--other::after {
    margin-right: 0;
  }
}

/*その他のコンテンツ*/
.t-otherContents {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 110px;
}

.t-otherContents__bnr {
  display: block;
  width: calc(50% - 14px);
  border: solid 1px #E7EAEB;
}

.t-otherContents__tmb {
  overflow: hidden;
}

.t-otherContents__tmb > img {
  transition: .4s;
}

.t-otherContents__bnr:hover .t-otherContents__tmb > img {
  transform: scale(1.02);
}

.t-otherContents__box {
  padding: 33px 90px 33px 40px;
  box-sizing: border-box;
  position: relative;
}

.t-otherContents__ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: -2px;
}

.t-otherContents__txt {
  font-weight: bold;
  font-size: 15px;
  color: #0065A9;
}

.t-otherContents__box .c-transition__icon {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
}

.t-otherContents__box .c-transition__icon > svg {
  width: 52px;
  height: 52px;
}

@media screen and (max-width: 640px) {
  .t-otherContents {
    display: block;
    margin: 50px auto 66px;
  }
  .t-otherContents__bnr {
    display: block;
    width: 100%;
  }
  .t-otherContents__bnr + .t-otherContents__bnr {
    margin-top: 20px;
  }
  .t-otherContents__box {
    padding: 28px 62px 25px 20px;
  }
  .t-otherContents__ttl {
    font-size: 16px;
    margin-bottom: -1px;
  }
  .t-otherContents__txt {
    font-size: 12px;
  }
  .t-otherContents__box .c-transition__icon {
    width: 42px;
    height: 42px;
    right: 20px;
  }
  .t-otherContents__box .c-transition__icon > svg {
    width: 42px;
    height: 42px;
  }
}

/*採用エリア*/
.t-recruitArea {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 140px 0;
}

.t-recruitHead {
  width: 39.3%;
  position: relative;
}

.t-recruitHead__img {
  position: absolute;
  top: -1.67vw;
  left: .72vw;
  width: 13.28vw;
}

.t-recruitHead__box {
  padding: 6.04vw 7.6vw 0 7.6vw;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.t-recruitHead__ttl {
  text-align: right;
  font-size: 1.77vw;
  font-weight: bold;
  color: #fff;
}

.t-recruitBody {
  width: calc(100% - 39.3%);
  position: relative;
  transform: translateY(2.86vw);
}

.t-recruitBody__box {
  padding: 6.77vw 6.25vw 6.09vw;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.t-recruitBody__item > a {
  display: block;
  padding: 2.08vw 2.42vw;
  box-sizing: border-box;
  background-color: #fff;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  font-size: .83vw;
  position: relative;
  z-index: 1;
  transition: .4s;
  overflow: hidden;
}

.t-recruitBody__item > a::before {
  content: "";
  display: inline-block;
  width: .52vw;
  height: .52vw;
  background: url(/img/common/icon_recruit-area-link@2x.png) 0 0/contain no-repeat;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-right: .62vw;
}

.t-recruitBody__item + .t-recruitBody__item {
  margin-top: .26vw;
}

.t-recruitArea .c-transition__icon--recruitArea {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 42px;
  margin: auto;
  width: 43px;
  height: 43px;
  transform: rotate(180deg) translateY(0em);
}

.t-recruitArea .c-transition__icon--recruitArea > svg {
  width: 100%;
  height: 100%;
}

.t-recruitArea .c-transition__icon--recruitArea::after {
  width: 5px;
  height: 8px;
}

@media screen and (max-width: 1160px) {
  .t-recruitArea {
    display: block;
    background: url(/img/common/bg_recruit-area1@2x.png) center center/cover no-repeat;
    margin: 40px 0;
    padding: 42px 60px;
    box-sizing: border-box;
  }
  .t-recruitHead {
    width: 100%;
  }
  .t-recruitHead__bg {
    display: none;
  }
  .t-recruitHead__img {
    left: -76px;
  }
  .t-recruitHead__box {
    padding: 0;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
  .t-recruitHead__ttl {
    text-align: center;
    font-size: 22px;
    margin-bottom: 21px;
  }
  .t-recruitBody {
    width: 100%;
    transform: translateY(0px);
  }
  .t-recruitBody__bg {
    display: none;
  }
  .t-recruitBody__box {
    padding: 0;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
  .t-recruitBody__item > a {
    padding: 28px 28px;
    font-size: 14px;
  }
  .t-recruitBody__item > a::before {
    width: 8px;
    height: 8px;
    margin-right: .25em;
  }
  .t-recruitBody__item + .t-recruitBody__item {
    margin-top: 5px;
  }
  .t-recruitArea .c-transition__icon--recruitArea {
    width: 42px;
    height: 42px;
    transform: rotate(180deg) translateY(0em);
    right: 24px;
  }
  .t-recruitArea .c-transition__icon--recruitArea > svg {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  .t-recruitArea {
    padding: 24px 16px 50px;
    margin: 40px 0 0;
  }
  .t-recruitHead__img {
    top: -74px;
    left: -30px;
    width: 122px;
  }
}

/*バナーエリア*/
.t-outBnrArea {
  background-color: #F9F9F9;
  padding: 45px 0;
}

.t-outBnrArea__box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.t-outBnrArea__bnr {
  display: block;
  width: calc( (100% - 81px) / 4);
  transition: .4s;
}

.t-outBnrArea__bnr + .t-outBnrArea__bnr {
  margin-left: 27px;
}

.t-outBnrArea__bnr:nth-child(2) {
  transition-delay: .1s;
}

.t-outBnrArea__bnr:nth-child(3) {
  transition-delay: .2s;
}

.t-outBnrArea__bnr:nth-child(4) {
  transition-delay: .3s;
}

@media screen and (max-width: 640px) {
  .t-outBnrArea {
    padding: 40px 0;
  }
  .t-outBnrArea__box {
    display: block;
    padding: 0 48px;
  }
  .t-outBnrArea__bnr {
    display: block;
    width: 100%;
  }
  .t-outBnrArea__bnr + .t-outBnrArea__bnr {
    margin: 8px 0 0 0;
  }
}

/*フッター*/
.t-pageFooter {
  background-color: #404040;
  padding: 72px 0 105px;
}

.t-pageFooterInner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.t-pageFooter__logo {
  width: 234px;
}

.t-pageFooter__box {
  display: flex;
}

.t-pageFooter__list {
  width: 238px;
}

.t-pageFooter__item {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  margin-bottom: 18px;
}

.t-pageFooter__item > a,
.t-pageFooter__item > span {
  color: #fff;
}

.t-pageFooter__item > a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_footer-aside-other@2x.png) 0 0/contain no-repeat;
  width: 11px;
  height: 9px;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-left: 4px;
}

.t-pageFooter__item--head {
  font-weight: bold;
  padding: 0;
  margin-bottom: 36px;
}

.t-pageFooter__item--middle {
  font-weight: bold;
  padding: 0;
}

.t-pageFooter__item--middle > a,
.t-pageFooter__item--middle > span {
  color: #999;
}

.t-pageFooter__item:last-child {
  margin-bottom: 0;
}

.t-pageFooter__item--other a::after {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_other-tab-header.svg) 0 0/contain no-repeat;
  width: 11px;
  height: 9px;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-left: 4px;
}

.t-footerAside {
  background-color: #2F2F2F;
  padding: 17px 0;
}

.t-footerAsideInner {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.t-footerCopyright {
  color: #999;
  font-size: 12px;
  line-height: 1.4;
}

.t-footerAside__btn {
  color: #B7B7B7;
  font-size: 12px;
  line-height: 1.4;
  margin-left: 32px;
}

.t-footerAside__btn:nth-child(1) {
  margin-left: 0;
}

.t-footerAside__btn--otherTab::after {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_footer-aside-other@2x.png) 0 0/contain no-repeat;
  width: 11px;
  height: 9px;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-left: -2px;
}

@media screen and (max-width: 1120px) {
  .t-pageFooterInner {
    display: block;
  }
  .t-pageFooter__logo {
    margin: 0 auto 58px;
  }
  .t-pageFooter__box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .t-pageFooter__list {
    width: calc(50% - 36px);
    margin-top: 48px;
  }
  .t-pageFooter__list:nth-child(-n+2) {
    margin-top: 0;
  }
  .t-pageFooter__list--mobile1column {
    width: 100%;
  }
  .t-pageFooter__item {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    margin-bottom: 18px;
  }
  .t-pageFooter__item > a {
    color: #fff;
  }
  .t-pageFooter__item--head {
    font-weight: bold;
    padding: 0;
    margin-bottom: 36px;
  }
  .t-pageFooter__item--middle {
    font-weight: bold;
    padding: 0;
  }
  .t-pageFooter__item--middle > a {
    color: #999;
  }
  .t-pageFooter__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .t-pageFooter {
    padding: 46px 0 74px;
  }
  .t-pageFooter__logo {
    margin: 0 auto 60px;
  }
  .t-pageFooter__list {
    width: calc(50% - 18px);
  }
  .t-pageFooter__list--mobile1column {
    width: 100%;
  }
  .t-pageFooter__item {
    font-size: 13px;
    padding: 0 0 0 17px;
    margin-bottom: 22px;
  }
  .t-pageFooter__item--head {
    margin-bottom: 35px;
    padding: 0;
  }
  .t-pageFooter__item--middle {
    padding: 0;
  }
  .t-pageFooter__item:last-child {
    margin-bottom: 0;
  }
  .t-footerAside {
    padding: 18px 0 22px;
  }
  .t-footerAsideInner {
    display: block;
  }
  .t-footerCopyright {
    font-size: 10px;
    display: block;
    text-align: center;
  }
  .t-footerAside__nav {
    text-align: center;
    margin-bottom: 24px;
  }
  .t-footerAside__btn + .t-footerAside__btn {
    margin-left: 40px;
  }
  .t-footerAside__btn--otherTab::after {
    width: 10px;
    height: 8px;
    margin-left: -2px;
  }
}

/* ----------【コンポーネントのスタイル】---------- */
/*トランジションボタン*/
.c-transition__btn {
  display: inline-block;
}

.c-transition__txt {
  line-height: 1;
  color: #81939F;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  transition: .4s;
}

.c-transition__btn:hover .c-transition__txt {
  color: #0065A9;
}

.c-transition__icon {
  display: inline-block;
  transform: rotate(180deg) translateY(0.2em);
  vertical-align: middle;
  position: relative;
  width: 64px;
  height: 64px;
}

.c-transition__icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(180deg);
  transition-property: background-image;
  transition-timing-function: ease;
  transition-duration: .4s;
  background: url(/img/common/img_transition-arrow@2x.png) 0 0/contain no-repeat;
}

.c-transition__iconWrapper:hover .c-transition__icon::after {
  background-image: url(/img/common/img_transition-arrow--hover@2x.png);
}

.c-transition__icon--other::after {
  width: 11px !important;
  height: 9px !important;
  background: url(/img/common/icon_transition-other.svg) 0 0/contain no-repeat;
}

.c-transition__iconWrapper:hover .c-transition__icon--other::after {
  background: url(/img/common/icon_transition-other--hover.svg) 0 0/contain no-repeat;
}

.c-transitionCircle {
  stroke-width: 1.5px;
}

.c-transitionCircle {
  stroke-width: 1px;
}

.c-transitionCircle--gradation {
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: .4s;
}

.c-transition__iconWrapper:hover .c-transitionCircle--gradation {
  stroke-dashoffset: 0;
}

@media screen and (max-width: 640px) {
  .c-transition__txt {
    font-size: 14px;
    margin-right: 1px;
    color: #0065A9;
  }
  .c-transition__icon {
    width: 54px;
    height: 54px;
    display: inline-block;
    transform: rotate(180deg);
    vertical-align: middle;
  }
  .c-transition__icon > svg {
    width: 100%;
    height: 100%;
  }
  .c-transition__icon::after {
    background: url(/img/common/img_transition-arrow--hover@2x.png) 0 0/contain no-repeat;
  }
  .c-transition__icon--other::after {
    background: url(/img/common/icon_transition-other--hover.svg) 0 0/contain no-repeat;
  }
  .c-transitionCircle--gradation {
    stroke-dashoffset: 0;
  }
}

.c-mainvWrapper {
  width: 100%;
  position: relative;
}

.c-mainvWrapper::after {
  content: "";
  width: 124px;
  height: 160px;
  background: #6db3f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6db3f2 0%, #31c2eb 0%, #54a3ee 100%, #0065a9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6db3f2 0%, #31c2eb 0%, #54a3ee 100%, #0065a9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6db3f2 0%, #31c2eb 0%, #54a3ee 100%, #0065a9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#0065a9',GradientType=0 );
  /* IE6-9 */
  mix-blend-mode: multiply;
  position: absolute;
  bottom: -80px;
  right: 0;
}

.c-mainvCover__box {
  overflow: hidden;
}

.c-mainvCover {
  position: relative;
}

.c-mainv {
  display: block;
  position: relative;
  width: 100%;
  height: 30vh;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-mainv__box {
  color: #fff;
  padding-top: 12.4vh;
}

.c-mainv__txt {
  font-size: 60px;
  display: block;
}

.c-mainv__txt {
  line-height: 0.9;
}

.c-mainv__ttl {
  display: block;
}

@media screen and (max-width: 640px) {
  .c-mainvWrapper {
    overflow: unset;
  }
  .c-mainvWrapper::after {
    content: "";
    width: 52px;
    height: 96px;
    bottom: -58px;
  }
  .c-mainv__txt {
    font-size: 46px;
    text-align: center;
    line-height: 1.2;
  }
  .c-mainv__ttl {
    text-align: center;
  }
  .c-mainv {
    height: 290px;
    min-height: unset;
  }
  .c-mainv__box {
    padding-top: 119px;
  }
}

/* パンくず */
.c-breadcrumb {
  padding: 23px 60px 40px;
  width: 1320px;
  margin: 0 auto;
  transition-delay: 1.2s;
  font-size: 12px;
}

.c-breadcrumb__item {
  position: relative;
  color: #0065A9;
}

.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 35px;
}

.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #c5c5c5;
  position: absolute;
  left: -27px;
  top: 6px;
}

.c-breadcrumb__item--current {
  color: #727272;
}

.c-breadcrumb__item.c-breadcrumb--home img {
  width: 12px;
  height: 12px;
  transform: translateY(-6px);
}

@media screen and (max-width: 640px) {
  .c-breadcrumb {
    padding: 10px 15px 40px;
    font-size: 10px;
  }
  .c-breadcrumb__item + .c-breadcrumb__item::before {
    top: 5px;
  }
}

.c-bloclkVisual {
  width: 100%;
  height: 570px;
  position: relative;
  margin-bottom: 95px;
}

.c-bloclkVisualInner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.c-bloclkVisualObject {
  display: inline-block;
  width: 204px;
  height: 385px;
  position: absolute;
  z-index: -1;
  mix-blend-mode: multiply;
  transform: scaleX(-1);
}

.c-bloclkVisualObject::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #31c2eb;
  background: -moz-linear-gradient(left, #31c2eb 0%, #0065a9 100%);
  background: -webkit-linear-gradient(left, #31c2eb 0%, #0065a9 100%);
  background: linear-gradient(to right, #31c2eb 0%, #0065a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31c2eb', endColorstr='#0065a9',GradientType=1 );
}

.c-bloclkVisual .c-bloclkVisual__img {
  width: 100%;
  height: 140%;
}

.c-bloclkVisual__img--sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .c-bloclkVisual {
    height: 250px;
  }
  .c-bloclkVisualObject {
    display: inline-block;
    width: 124px;
    height: 160px;
    position: absolute;
    z-index: -1;
    mix-blend-mode: multiply;
    transform: scaleX(-1);
  }
  .c-bloclkVisualObject::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #31c2eb;
    background: -moz-linear-gradient(left, #31c2eb 0%, #0065a9 100%);
    background: -webkit-linear-gradient(left, #31c2eb 0%, #0065a9 100%);
    background: linear-gradient(to right, #31c2eb 0%, #0065a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31c2eb', endColorstr='#0065a9',GradientType=1 );
  }
}

@media screen and (max-width: 640px) {
  .c-bloclkVisual .c-bloclkVisual__img {
    width: 100%;
    height: 120%;
  }
  .c-bloclkVisual__img--sp {
    display: block;
    position: relative;
  }
  .c-bloclkVisual__img--pc {
    display: none;
  }
  .c-bloclkVisualObject {
    width: 41px;
    height: 78px;
    bottom: -10px;
    right: -15px;
  }
  .c-bloclkVisual {
    margin-bottom: 30px;
    height: 180px;
  }
}

.c-content__ttl {
  color: #0065A9;
  font-size: 35px;
  font-weight: 600;
  position: relative;
  text-align: left;
  border-bottom: 2px solid #DBE7EF;
  padding: 0 0 15px;
  margin-bottom: 60px;
}

.c-content__ttl::after {
  display: block;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #0065A9;
  position: absolute;
  bottom: -2px;
  left: 0;
}

@media screen and (max-width: 640px) {
  .c-content__ttl {
    font-size: 19px;
    margin-bottom: 30px;
    padding: 0 0 10px;
  }
}

.c-contentBackText {
  font-size: 280px;
  color: #F4F6FA;
  position: absolute;
  bottom: 30px;
  left: -70px;
  line-height: 1;
  font-weight: 600;
  z-index: -1;
  letter-spacing: -10px;
  opacity: 0.45;
}

@media screen and (max-width: 1024px) {
  .c-contentBackText {
    font-size: 130px;
    left: 0;
  }
}

.c-movie__btn img {
  position: relative;
  z-index: 1;
  bottom: 6px;
}

.c-movie__btn {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: .4s;
}

.c-movie__btn img {
  position: absolute;
  z-index: 1;
  top: 4%;
  left: 4.2%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 22.86%;
}

.c-movie__btn::after, .c-movie__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-movie__btn::after {
  background: #31c2eb;
  background: -moz-linear-gradient(-120deg, #31c2eb 0%, #0065a9 100%);
  background: -webkit-linear-gradient(-120deg, #31c2eb 0%, #0065a9 100%);
  background: linear-gradient(-120deg, #31c2eb 0%, #0065a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31c2eb', endColorstr='#0065a9',GradientType=1 );
  transition: .4s;
}

.c-movie__btn::before {
  background: #31c2eb;
  background: -moz-linear-gradient(-120deg, #0065a9 0%, #31c2eb 100%);
  background: -webkit-linear-gradient(-120deg, #0065a9 0%, #31c2eb 100%);
  background: linear-gradient(-120deg, #0065a9 0%, #31c2eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065a9', endColorstr='#31c2eb',GradientType=1 );
  opacity: 0;
  z-index: 1;
  transition: .4s;
}

.c-movieBox:hover .c-movie__btn::before {
  opacity: 1;
  transition: .4s;
}

.window_open {
  display: block;
}

.c-movieWindow {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 10000;
}

.c-movieFileCover {
  display: none;
  position: fixed;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10001;
}

.c-movieFile {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .c-movie__btn {
    bottom: -50%;
    width: 74px;
    height: 74px;
  }
  .c-movie__btn img {
    width: 29.75%;
  }
  .c-movieFileCover {
    width: calc(100% - 30px);
  }
}

/*ページ冒頭の概要テキスト*/
.c-contentsOutline {
  font-size: 16px;
  line-height: 2;
  width: 792px;
  max-width: calc(100% - 120px);
  margin: 40px auto 0;
  transition-delay: 1.4s;
}

@media screen and (max-width: 640px) {
  .c-contentsOutline {
    font-size: 13px;
    width: calc(100% - 30px);
    max-width: 100%;
  }
}

.c-iconAndTxtCover {
  padding: 20px 70px;
  background-color: #fff;
}

.c-iconAndTxt {
  z-index: 3;
  position: relative;
}

.c-iconAndTxt__box {
  padding: 50px 0px 50px 180px;
  position: relative;
  display: block;
  border-bottom: 1px solid #E7EAEB;
}

.c-iconAndTxt__box::before {
  content: "";
  background-image: url("/img/environment/update.png");
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 135px;
  height: 135px;
  top: 50px;
  left: 0;
}

.c-iconAndTxt__ttl {
  font-size: 32px;
  color: #0065A9;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
}

.c-iconAndTxt__txt {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-iconAndTxtCover {
    padding: 20px 40px;
  }
  .c-iconAndTxt__box {
    padding: 50px 0px 50px 90px;
  }
  .c-iconAndTxt__box::before {
    width: 70px;
    height: 70px;
  }
  .c-contentBackText--environment {
    left: 0;
    bottom: -146px;
  }
  .c-contentBackText--environmentSystem {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  .c-iconAndTxtCover {
    padding: 20px 15px;
  }
  .c-iconAndTxt__box {
    padding: 30px 0px;
  }
  .c-iconAndTxt__box::before {
    width: 60px;
    height: 60px;
    top: 12px;
    left: 0;
  }
  .c-iconAndTxt__ttl {
    font-size: 18px;
    margin-left: 70px;
  }
}

/*ベルフェイスだからできること*/
.c-otherBnrArea {
  background-color: #ECEFF5;
  padding: 60px 60px 70px;
  box-sizing: border-box;
}

.c-otherBnrArea__txt {
  font-size: 26px;
  font-weight: 600;
  color: #0065A9;
  text-align: center;
  margin-bottom: 10px;
}

.c-otherBnrArea__btn {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 747px;
  width: 100%;
  margin: 0 auto;
}

.c-otherBnrArea__img {
  width: 522px;
  overflow: hidden;
}

.c-otherBnrArea__img > img {
  transition: .4s;
}

.c-otherBnrArea__btn:hover .c-otherBnrArea__img > img {
  transform: scale(1.02);
}

.c-otherBnrArea__box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: calc(100% - 522px);
}

.c-transition__icon--otherBnr {
  display: inline-block;
  width: 63px;
  height: 63px;
  transform: rotate(180deg) translateY(0.1em);
}

@media screen and (max-width: 1024px) {
  .c-otherBnrArea__btn {
    display: block;
    max-width: 100%;
  }
  .c-otherBnrArea__img {
    width: 100%;
  }
  .c-otherBnrArea__box {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .c-transition__icon--otherBnr {
    display: inline-block;
    width: 63px;
    height: 63px;
    transform: rotate(180deg) translateY(0.1em);
  }
}

@media screen and (max-width: 640px) {
  .c-otherBnrArea {
    padding: 35px 15px;
    box-sizing: border-box;
  }
  .c-otherBnrArea__btn {
    display: block;
    width: 100%;
  }
  .c-otherBnrArea__img {
    width: 100%;
  }
  .c-otherBnrArea__btn:hover .c-otherBnrArea__img > img {
    transform: scale(1);
  }
  .c-otherBnrArea__box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .c-transition__icon > svg {
    width: 100%;
    height: 100%;
  }
  .c-transition__icon--otherBnr {
    width: 38px;
    height: 38px;
    transform: rotate(180deg) translateY(0.1em);
  }
  .c-transition__icon--otherBnr > svg {
    width: 100%;
    height: 100%;
  }
  .c-otherBnrArea__txt {
    line-height: 1.5;
  }
}
