@charset "UTF-8";
/*
  Theme Name:   Nakahara Kensetsu Recruit Theme
  Theme URI:
  Description:  中原建設採用サイト用のテーマ。2025年6月リニューアル。 
  Author:       NARITA DESIGN
  Author URI:   https://narita-design.jp
  Template:
  Version:      1.0.0
  License:
  License URI:
  Tags:
  Text Domain:
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Roboto+Condensed:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&family=Viga&display=swap");
body {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000;
  letter-spacing: 0.1em;
}

@media (-ms-high-contrast: none) {
  body {
    font-family: メイリオ, Meiryo, sans-serif;
  }
}
@supports (-ms-ime-align: auto) {
  body {
    font-family: メイリオ, Meiryo, sans-serif;
  }
}
.englishFont {
  font-family: Roboto Condensed;
}

.englishFont_viga {
  font-family: "Viga";
}

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%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

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

button {
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 0;
}

input,
textarea {
  border: none;
  outline: none;
  padding: 0;
}

input,
textarea {
  border-radius: 0;
  background: #fff;
}

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

img {
  vertical-align: bottom;
}

.page {
  min-height: 100vh;
  width: 100%;
  min-width: 1300px;
}

.t-mainArea {
  overflow: hidden;
}

@media screen and (max-width: 1094px) {
  .page {
    min-width: auto;
  }
  .t-mainArea--blur {
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
}
.t-header {
  width: 100%;
  height: 120px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  display: flex;
  padding-left: 1.56vw;
  box-sizing: border-box;
  z-index: 2;
}

.t-header__ttl {
  width: 16.97vw;
  height: 100%;
  display: flex;
  align-items: center;
}
.t-header__ttl > a {
  display: block;
  width: 100%;
}
.t-header__ttl > a > img {
  width: 100%;
}

#hamburgerCheckbox,
.hamburger__btn {
  display: none;
}

.t-header__box {
  display: flex;
  height: 100%;
  margin-left: auto;
}

.t-header__item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 2.34vw;
  box-sizing: border-box;
  position: relative;
}
.t-header__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #2d85de;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.t-header__item:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.t-header__txt {
  display: block;
  line-height: 1;
  margin-bottom: 1.04vw;
  font-size: 0.88vw;
  color: #0268b7;
  font-weight: 700;
}

.t-headerCaption {
  display: block;
  line-height: 1;
  font-size: 0.78vw;
}

.t-headerEntry__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #fff;
  background-color: #e60050;
  text-align: center;
  width: 13.54vw;
}

.t-headerEntry__btnInnerMain {
  display: inline-block;
  font-size: 1.04vw;
}

.t-headerEntry__btnInnersub {
  display: inline-block;
  margin-top: 0.88vw;
  font-size: 0.78vw;
}

.t-headerChild {
  position: fixed;
  top: 120px;
  left: 0;
  background: #fff;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  box-shadow: -14px 0 10px rgba(0, 0, 0, 0.08);
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.t-header__item--parent:hover .t-headerChild {
  pointer-events: auto;
  opacity: 1;
}

.t-headerChildInner {
  width: 1300px;
  margin: 0 auto;
  padding: 66px 0 64px;
}

.t-headerChildHead {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 26px;
}

.t-headerChildHead__ttl {
  font-size: 32px;
  font-weight: 600;
  color: #2d85de;
  margin-right: 20px;
}

.t-headerChildHead__ttlSub {
  font-size: 18px;
}

.t-headerChild__box {
  display: flex;
  justify-content: space-between;
}

.t-headerChild__item {
  display: block;
  width: 295px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  position: relative;
  transition-property: opacity;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.t-headerChild__item:hover {
  opacity: 0.7;
}

.t-headerChild__txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 1094px) {
  .t-header {
    height: 60px;
    padding-left: 12px;
  }
  .t-header__ttl {
    width: 160px;
    position: relative;
    z-index: 1;
  }
  @-webkit-keyframes circlefade--in {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    2% {
      opacity: 0.15;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    48% {
      opacity: 0.15;
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
    }
    58% {
      opacity: 0.15;
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
    }
    to {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes circlefade--in {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    2% {
      opacity: 0.15;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    48% {
      opacity: 0.15;
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
    }
    58% {
      opacity: 0.15;
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
    }
    to {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .hamburger__btn {
    display: block;
    font-size: 0;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #0268b7;
    z-index: 1;
    margin-left: auto;
  }
  .hamburger__btn:after {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: cubic-bezier(0.64, 0.005, 0.1, 1.005);
    animation-timing-function: cubic-bezier(0.64, 0.005, 0.1, 1.005);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  #hamburgerCheckbox:checked ~ .hamburger__btn:after {
    -webkit-animation-name: circlefade--in;
    animation-name: circlefade--in;
  }
  .hamburger__btn > .line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.25s;
    transition-timing-function: ease;
  }
  .hamburger__btn > .line--bottom,
  .hamburger__btn > .line--middle {
    left: 0;
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  .hamburger__btn > .line--top {
    left: 0;
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
    top: 17px;
  }
  .hamburger__btn > .line--middle {
    top: 0;
    bottom: 0;
    transition-delay: 0.125s;
  }
  .hamburger__btn > .line--bottom {
    bottom: 17px;
    transition-delay: 0.25s;
  }
  .hamburger__btn > .line--left,
  .hamburger__btn > .line--right {
    right: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  .hamburger__btn > .line--left {
    top: 14px;
    left: -6px;
    -webkit-transform: rotate(-45deg) scaleX(0);
    transform: rotate(-45deg) scaleX(0);
  }
  .hamburger__btn > .line--right {
    bottom: 16px;
    left: -3px;
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
  #hamburgerCheckbox:checked ~ .hamburger__btn > .line--bottom,
  #hamburgerCheckbox:checked ~ .hamburger__btn > .line--middle,
  #hamburgerCheckbox:checked ~ .hamburger__btn > .line--top {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  #hamburgerCheckbox:checked ~ .hamburger__btn > .line--left {
    -webkit-transform: rotate(-45deg) scaleX(1.3);
    transform: rotate(-45deg) scaleX(1.3);
    transition-delay: 0.3s;
  }
  #hamburgerCheckbox:checked ~ .hamburger__btn > .line--right {
    -webkit-transform: rotate(45deg) scaleX(1.3);
    transform: rotate(45deg) scaleX(1.3);
    transition-delay: 0.425s;
  }
  .t-header__box {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 60px);
    background-color: hsla(0, 0%, 100%, 0.8);
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-filter: blur(8px);
    filter: blur(8px);
    transition-property: opacity, -webkit-transform, -webkit-filter;
    transition-property: transform, filter, opacity;
    transition-property: transform, filter, opacity, -webkit-transform,
      -webkit-filter;
    transition-duration: 0.6s;
    transition-timing-function: ease;
  }
  #hamburgerCheckbox:checked ~ .t-header__box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
    pointer-events: auto;
  }
  .t-header__item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 20px;
  }
  .t-header__item:after {
    content: none;
  }
  .t-header__item:before {
    content: ">";
    color: #0268b7;
    font-size: 21px;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    line-height: 1;
    vertical-align: middle;
    position: absolute;
    top: 28px;
    right: 20px;
    margin: auto;
    font-family: Roboto Condensed;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .t-header__item--onSp:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .t-header__item + .t-header__item {
    border-top: 1px solid #ccc;
  }
  .t-header__txt {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .t-headerCaption {
    font-size: 12px;
  }
  .t-headerEntry__btn {
    width: 75px;
    height: 60px;
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 60px;
  }
  .t-headerEntry__btnInnerMain {
    display: inline-block;
    font-size: 12px;
  }
  .t-headerEntry__btnInnersub {
    display: inline-block;
    margin-top: 6px;
    font-size: 10px;
    letter-spacing: -0.01em;
  }
  .t-headerChild {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    pointer-events: auto;
    opacity: 1;
    display: none;
    background: none;
    box-shadow: none;
  }
  .t-headerChildInner {
    width: 100%;
    margin: 0 auto;
    padding: 28px 0 0;
  }
  .t-headerChildHead {
    display: none;
  }
  .t-headerChildHead__ttlSub {
    font-size: 10px;
  }
  .t-headerChild__box {
    flex-wrap: wrap;
  }
  .t-headerChild__item {
    width: calc(50% - 5px);
    font-size: 2vw;
    background-size: cover;
    margin-top: 10px;
  }
  .t-headerChild__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .t-headerChild__item:hover {
    opacity: 1;
  }
}
.snsLinks {
  background: #fff;
  padding: 64px 16px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  display: flex;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 1094px) {
  .snsLinks {
    flex-direction: column;
    gap: 32px;
  }
}
.snsLinks_title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1094px) {
  .snsLinks_title {
    text-align: center;
  }
}
.snsLinks_title_text1 {
  font-size: 14px;
  margin: 0 0 16px;
  font-weight: 500;
}
.snsLinks_title_text2 {
  font-size: 18px;
  font-weight: 400;
}
.snsLinks_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.t-footer {
  background-color: #f7f7f7;
  padding: 35px 0 34px;
}

.t-footerInner {
  display: flex;
  width: 1300px;
  height: 80px;
  margin: 0 auto 60px;
  align-items: flex-start;
}

.t-footerInner__ttl {
  width: 265px;
}
.t-footerInner__ttl > img {
  width: 100%;
}

.t-footer__list {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  width: 770px;
  height: 100%;
  margin-left: auto;
  color: #474545;
  font-size: 14px;
  line-height: 1.9;
}
.t-footer__list a {
  color: #474545;
}

.t-footer__item {
  width: 190px;
}

.t-footer__item--parent {
  width: 384px;
}

.t-boldLink {
  font-weight: 700;
}

.t-boldLink--icon:after {
  width: 13px;
  height: 13px;
  background: url(/recruit/common/img/icon_blank.png) 0 0 / contain no-repeat;
  display: inline-block;
  content: "";
  margin-left: 3px;
}

.t-footerChild__list {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  height: 62px;
  width: 380px;
}

.t-footer__btn {
  display: block;
  width: 195px;
  line-height: 60px;
  color: #fff;
  background-color: #e60050;
  text-align: center;
}

.t-footer__btn--sp {
  display: none;
}

.t-footer__txt {
  line-height: 1;
  font-size: 12px;
  color: #474545;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1300px) {
  .t-footerInner {
    flex-wrap: wrap;
    height: auto;
  }
  .t-footer__list {
    height: 80px;
    width: calc(100% - 450px);
  }
  .t-footer__btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 1094px) {
  .t-footer {
    padding: 24px 0 25px;
  }
  .t-footerInner {
    display: block;
    width: calc(100% - 60px);
    height: auto;
    margin: 0 auto 34px;
  }
  .t-footerInner__ttl {
    width: 206px;
    margin: 0 auto 27px;
  }
  .t-footer__list {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    width: 100%;
    height: 124px;
    margin-left: 0;
    font-size: 10px;
    line-height: 2.3;
  }
  .t-footer__item {
    width: 50%;
    text-align: left;
  }
  .t-footer__item--parent {
    width: 50%;
  }
  .t-boldLink--icon:after {
    width: 8.5px;
    height: 8.5px;
  }
  .t-footerChild__list {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
  }
  .t-footer__btn--spWrapper {
    padding: 35px 0;
    background-color: #fff;
  }
  .t-footer__btn {
    display: none;
  }
  .t-footer__btn--sp {
    display: block;
    width: 210px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #e60050;
    margin: -5px auto 0;
  }
  .t-footer__txt {
    font-size: 10px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 350px) {
  .t-footerChild__item {
    letter-spacing: -0.04em;
  }
  .t-footer__txt {
    letter-spacing: -0.01em;
  }
}
@-webkit-keyframes fadeText {
  0% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeText {
  0% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.fadeText__item {
  display: inline-block;
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeText__item--in {
  -webkit-animation-name: fadeText;
  animation-name: fadeText;
}

.fadeText__item.halfSpace {
  margin-right: 0.28em;
}

.m-contentHead {
  text-align: center;
}

.m-contentHead__ttl {
  color: #2d85de;
  font-size: 74px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 42px;
  position: relative;
  letter-spacing: 0.04em;
}
.m-contentHead__ttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  margin: auto;
  opacity: 0;
  transition-property: opacity;
  transition-delay: 1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
.m-contentHead__ttl.fadeText--active:after {
  opacity: 1;
}

.m-contentHead__ttl--small {
  font-size: 56px;
}
.m-contentHead__ttl--small:after {
  bottom: -20px;
}

.m-contentHead__ttl--middle {
  font-size: 70px;
}

.m-contentHead__txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(0.8em);
  transform: translateY(0.8em);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-delay: 1.2s;
}

.fadeText--active + .m-contentHead__txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.m-contentHead__txt--middle {
  font-size: 18px;
}

@media screen and (max-width: 1094px) {
  .m-contentHead__ttl {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .m-contentHead__ttl:after {
    width: 20px;
    height: 2px;
    bottom: -8px;
  }
  .m-contentHead__txt {
    font-size: 13px;
  }
}
.m-keyvisual {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  background: url(assets/images/common/bg_PageHeader.png) center center/cover
    no-repeat;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform,
    -webkit-filter;
  transition-timing-function: ease;
  transition-duration: 1.2s;
}

.m-keyvisual--in {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}

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

.m-keyvisual__ttl {
  display: block;
  font-size: 64px;
  line-height: 64px;
  height: 88px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  width: auto;
  position: relative;
}
.m-keyvisual__ttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.m-keyvisual__txt {
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 1.04vw;
  opacity: 0;
  top: 14.6vw;
  -webkit-transform: translateY(0.8vw);
  transform: translateY(0.8vw);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.6s;
}

.m-keyvisual__txt--in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 736px) {
  .m-keyvisual {
    padding: 54px 0;
    background: url(assets/images/common/bg_PageHeader_sp.png) center
      center/cover no-repeat;
  }
  .m-keyvisual__ttl {
    font-size: 32px;
    line-height: 32px;
    height: 64px;
  }
  .m-keyvisual__txt {
    font-size: 14px;
  }
}
.m-pageContent {
  margin-top: 110px;
  padding-bottom: 100px;
  opacity: 0;
  -webkit-transform: translateY(2vw);
  transform: translateY(2vw);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.6s;
}

.m-pageContent--in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.m-pageContent__ttl {
  font-size: 32px;
  line-height: 1.5;
  color: #2d85de;
  position: relative;
  text-align: center;
  margin-bottom: 88px;
}

.m-pageContent__img + .m-pageContent__ttl,
.m-pageContent__txt + .m-pageContent__ttl,
.m-pageSeparate + .m-pageContent__ttl {
  margin-top: 100px;
}

.m-pageContent__ttl:after {
  content: "";
  display: block;
  background-color: #0058b0;
  width: 50px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

.m-pageContent__ttl--subSet:after {
  bottom: -14px;
}

.m-pageContent__ttlSub {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: -57px 0 112px;
}

.m-pageContent__txt {
  width: 1100px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
.m-pageContent__txt + .m-pageContent__txt {
  margin-top: 32px;
}

.m-pageContent__txt--middle + .m-pageContent__txt {
  margin-top: 6px;
  padding-left: 1.4em;
  box-sizing: border-box;
}

.m-pageContent__txt--indent {
  padding-left: 1.4em;
  box-sizing: border-box;
}

.m-pageContent__img + .m-pageContent__txt,
.m-pageSeparate + .m-pageContent__txt,
.m-pageTable + .m-pageContent__txt {
  margin-top: 48px;
}

.m-pageContent__img + .m-pageContent__txt--middle,
.m-pageSeparate + .m-pageContent__txt--middle,
.m-pageTable + .m-pageContent__txt--middle {
  margin-top: 62px;
}

.m-pageContent__txt + .m-pageContent__txt--middle {
  margin-top: 52px;
}

.m-pageContent__txt--large {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #999;
  padding-bottom: 12px;
}

.m-pageContent__txt--middle {
  font-size: 19px;
  font-weight: 700;
}
.m-pageContent__txt--middle:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #000;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
  margin-right: 8px;
}

.m-pageContent__txt a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

.m-pageContent__img {
  width: 1300px;
  margin: 0 auto;
}

.m-pageContent__txt + .m-pageContent__img,
.m-pageSeparate + .m-pageContent__img,
.m-pageTable + .m-pageContent__img {
  margin-top: 32px;
}

.m-pageSeparate {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  gap: 16px;
}

.m-pageContent__img + .m-pageSeparate,
.m-pageContent__txt + .m-pageSeparate,
.m-pageTable + .m-pageSeparate {
  margin-top: 100px;
}

.m-pageSeparate__tmb {
  width: 520px;
}
.m-pageSeparate__tmb > img {
  width: 100%;
}

.m-pageTable {
  display: flex;
  flex-wrap: wrap;
  width: 1054px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
  border-bottom: 1px solid #d4d4d4;
}

.m-pageContent__txt + .m-pageTable {
  margin-top: 38px;
}

.m-pageTable--separate {
  border-bottom: 2px solid #333;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.m-pageTable__box,
.m-pageTable__ttl {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d4d4d4;
}

.m-pageTable__box:nth-child(-n + 2) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.m-pageTable__ttl {
  width: 200px;
  font-weight: 700;
}
.m-pageTable__ttl:nth-child(-n + 2) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.m-pageTable__box {
  width: calc(100% - 200px);
}

.m-pageContent__btn {
  text-align: center;
}
.m-pageContent__btn a {
  display: block !important;
  max-width: 320px;
  margin: 64px auto;
  line-height: 90px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  margin-bottom: 70px;
  background: linear-gradient(135deg, #2d85de 0%, #38b5bd 100%);
}
.m-pageContent__btn a:hover {
  scale: 1.05;
  transition: scale 0.3s ease-in-out;
}

@media screen and (max-width: 1094px) {
  .m-pageContent {
    margin-top: 48px;
    padding-bottom: 40px;
  }
  .m-pageContent__ttl {
    font-size: 18px;
    margin-bottom: 44px;
  }
  .m-pageContent__img + .m-pageContent__ttl,
  .m-pageContent__txt + .m-pageContent__ttl {
    margin-top: 34px;
  }
  .m-pageContent__ttl:after {
    width: 23px;
    height: 2px;
    bottom: -10px;
  }
  .m-pageContent__txt {
    width: calc(100% - 80px);
    font-size: 13px;
    line-height: 1.76;
  }
  .m-pageContent__txt + .m-pageContent__txt {
    margin-top: 16px;
  }
  .m-pageContent__txt + .m-pageContent__txt--middle {
    margin-top: 26px;
  }
  .m-pageContent__txt--middle + .m-pageContent__txt {
    margin-top: 9px;
  }
  .m-pageContent__img {
    width: calc(100% - 40px);
  }
  .m-pageContent__txt + .m-pageContent__img {
    margin-top: 34px;
    text-align: center;
  }
  .m-pageSeparate {
    display: block;
    width: calc(100% - 40px);
  }
  .m-pageContent__img + .m-pageSeparate,
  .m-pageContent__txt + .m-pageSeparate {
    margin-top: 34px;
  }
  .m-pageSeparate__tmb {
    width: 100%;
  }
  .m-pageSeparate__tmb + .m-pageSeparate__tmb {
    margin-top: 13px;
  }
  .m-pageTable {
    width: calc(100% - 80px);
    font-size: 13px;
  }
  .m-pageContent__txt + .m-pageTable {
    margin-top: 19px;
  }
  .m-pageTable--separate {
    padding-bottom: 50px;
    margin-bottom: 73px;
  }
  .m-pageTable__box {
    margin-top: 10px;
    padding-top: 10px;
  }
  .m-pageTable__ttl {
    margin-top: 10px;
    padding-top: 10px;
    width: 86px;
    font-weight: 700;
  }
  .m-pageTable__box {
    width: calc(100% - 86px);
  }
}
.subMenu {
  width: 100%;
  background: #fff;
  text-align: center;
  position: sticky;
  top: 80px;
  z-index: 2;
}
@media screen and (max-width: 1094px) {
  .subMenu {
    top: 0;
    position: relative;
    z-index: 0;
  }
}
.subMenu_list {
  max-width: 1300px;
  margin: 0 auto !important;
  padding: 0;
  display: flex;
  gap: 0;
}
.subMenu_list li {
  flex-grow: 1;
  list-style: none;
}
.subMenu_list li a {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  color: #2d85de;
}
.subMenu_list li a::before {
  background: #2d85de;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.2s;
}
.subMenu_list li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.subMenu_list li.current a:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.t-mainArea--hidden {
  overflow: hidden;
}

@media screen and (max-width: 1094px) {
  .t-footer__btn--sp {
    display: block;
  }
}
.mainVisual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 95px;
  overflow: hidden;
  opacity: 0;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: transform, opacity, filter;
  transition-property: transform, opacity, filter, -webkit-transform,
    -webkit-filter;
  transition-duration: 1.2s;
  transition-timing-function: ease;
}

.mainVisual--in {
  opacity: 1;
}

.mainSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mainSlider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 5s ease;
}
.mainSlider__item img {
  width: 100%;
  height: auto;
}
.mainSlider__item--selected {
  opacity: 1;
  z-index: 1;
  transition: opacity 1.5s ease;
}

.mainVisual__box {
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.mainVisual__ttl {
  font-size: 3.42vw;
  letter-spacing: 0.15em;
  margin-bottom: 2.35vw;
  line-height: 1;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.26), 0 0 14px rgba(0, 0, 0, 0.26);
}
.mainVisual__ttl .fadeText__item {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.mainVisual__txt {
  display: block;
  font-size: 1.4vw;
  line-height: 1;
  position: relative;
  height: 1em;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transform: translateY(0.8em);
  transform: translateY(0.8em);
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform,
    -webkit-filter;
  transition-duration: 0.9s;
  transition-timing-function: ease;
}

.mainVisual__txt--in {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mainVisual__txtInner {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  white-space: nowrap;
}

.mainVisual__txtInner--main {
  height: 0;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  transition-property: height;
  transition-duration: 1.2s;
  transition-timing-function: ease;
}

.mainVisual__txt--in .mainVisual__txtInner--main {
  height: 100%;
}

.mainVisual__txtInner--sub {
  color: #ccc;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.9s;
}

.mainVisual__txt--in .mainVisual__txtInner--sub {
  opacity: 0;
}

.mainVisualNav {
  width: calc(100% - 58px);
  max-width: 1300px;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 118px;
  margin: auto;
  z-index: 1;
}

.mainVisualNav__item {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.26), 0 0 14px rgba(0, 0, 0, 0.26);
}
.mainVisualNav__item + .mainVisualNav__item {
  margin-left: 11px;
}
.mainVisualNav__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #006dd9;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.8s ease;
}

.mainVisualNav__item--selected:after {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 5s linear;
}

@media screen and (max-width: 767px) {
  .mainVisual {
    height: 70vh;
    min-height: 375px;
    margin-bottom: 45px;
  }
  .mainVisual__box {
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
  }
  .mainVisual__ttl {
    font-size: 11.8vw;
    margin-bottom: 2.35vw;
    line-height: 1.2;
  }
  .mainVisual__ttl .halfSpace {
    margin-right: 0.28em;
  }
  .mainVisual__ttl > .fadeTextMain {
    display: block;
    text-align: left;
  }
  .mainVisual__txt {
    font-size: 3.2vw;
    text-align: left;
  }
  .mainVisual__txtInner--main {
    transition-duration: 0.9s;
  }
  .mainVisualNav {
    display: none;
  }
}
.topMessage {
  margin-bottom: 240px;
}
@media screen and (max-width: 1094px) {
  .topMessage {
    margin-bottom: 0;
  }
}

.topAboutUs {
  margin-bottom: 120px;
}
@media screen and (max-width: 1094px) {
  .topAboutUs {
    margin-bottom: 64px;
  }
}
.topAboutUs__inner {
  display: flex;
  justify-content: center;
  gap: 32px;
  width: 100%;
  padding: 100px 48px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .topAboutUs__inner {
    flex-direction: column;
    padding: 32px;
    justify-content: center;
  }
}
.topAboutUs__block {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 32px;
  width: 100%;
  max-width: 520px;
  transform: translateY(1vw);
  opacity: 0;
  filter: blur(8px);
  transition-timing-function: ease;
  transition-duration: 1.2s;
}
.topAboutUs__block:first-child {
  transition-delay: 0.6s;
}
.topAboutUs__block:nth-child(2) {
  transition-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .topAboutUs__block {
    gap: 16px;
    max-width: none;
  }
}
.topAboutUs__img {
  width: 100%;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .topAboutUs__img {
    max-width: none;
  }
}
.topAboutUs__ttl {
  font-size: 24px;
  font-weight: bold;
}
.topAboutUs__txt {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  height: 100%;
}
.topAboutUs .m-pageContent__btn a {
  margin: 24px auto;
}
@media screen and (max-width: 767px) {
  .topAboutUs .m-pageContent__btn a {
    margin: 8px auto 24px;
  }
}

.thumbnailBlockWrapper {
  padding-top: 174px;
}

.thumbnailBlock {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  transition-property: opacity;
  transition-timing-function: ease;
  transition-duration: 1s;
}
.thumbnailBlock + .thumbnailBlock {
  margin-top: 297px;
}
.thumbnailBlock:hover {
  opacity: 0.7;
}
.thumbnailBlock:after {
  content: "";
  display: block;
  width: calc(100% - 426px);
  height: calc(100% + 180px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #0554a4;
  background: linear-gradient(135deg, #2d85de 0%, #38b5bd 100%);
  border-radius: 80px 0 0 80px;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.64, 0.005, 0.1, 1.005);
  transition-duration: 1s;
  transition-delay: 0.8s;
}
@media screen and (max-width: 1094px) {
  .thumbnailBlock:after {
    border-radius: 0;
  }
}

.thumbnailBlock--active:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.thumbnailBlock:nth-child(2n):after {
  -webkit-transform-origin: left;
  transform-origin: left;
  background-color: #eee;
  right: auto;
  left: 0;
}
.thumbnailBlock:before {
  content: "";
  display: block;
  width: 17px;
  height: 30.5px;
  background: url(/recruit/img/top/icon_tmb-block.png) 0 0 / contain no-repeat;
  position: absolute;
  top: 0;
  right: 34px;
  bottom: 0;
  margin: auto;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  z-index: 1;
}
.thumbnailBlock:nth-child(2n):before {
  background-image: url(/recruit/img/top/icon_tmb-block--blue.png);
}
.thumbnailBlock:hover:before {
  -webkit-transform: translateX(-3px) scale(0.85);
  transform: translateX(-3px) scale(0.85);
}

.thumbnailBlockInner {
  width: calc(50% + 650px);
  margin-right: auto;
  display: flex;
  align-items: center;
}

.thumbnailBlock:nth-child(2n) .thumbnailBlockInner {
  flex-flow: row-reverse;
  margin-left: auto;
  margin-right: 0;
}

.thumbnailBlock__tmb {
  width: calc(100% - 552px);
  overflow: hidden;
  opacity: 0;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-timing-function: ease;
  transition-duration: 1s;
}
.thumbnailBlock__tmb > img {
  width: 100%;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 1s;
}

.thumbnailBlock:nth-child(2n) .thumbnailBlock__tmb {
  width: calc(100% - 546px);
}

.thumbnailBlock--active .thumbnailBlock__tmb {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.thumbnailBlock--active .thumbnailBlock__tmb > img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.thumbnailBlock:hover .thumbnailBlock__tmb > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition-duration: 4s;
}

.thumbnailBlock__box {
  width: 552px;
  padding-left: 94px;
  box-sizing: border-box;
}

.thumbnailBlock:nth-child(2n) .thumbnailBlock__box {
  padding-left: 0;
  padding-right: 50px;
}

@-webkit-keyframes line--in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes line--in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@-webkit-keyframes line--out {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes line--out {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
.thumbnailBlock__ttl {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 1;
  margin: 12px 0 0 24px;
  color: transparent;
}
.thumbnailBlock__ttl:after {
  content: "";
  display: block;
  width: calc(100% + 48px);
  height: calc(1em + 24px);
  position: absolute;
  top: -12px;
  left: -24px;
  background-color: #fff;
}
.thumbnailBlock__ttl:before {
  content: "";
  display: block;
  width: calc(100% + 48px);
  height: calc(1em + 24px);
  position: absolute;
  top: -12px;
  left: -24px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.64, 0.005, 0.1, 1.005);
  animation-timing-function: cubic-bezier(0.64, 0.005, 0.1, 1.005);
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.thumbnailBlock__ttl:after {
  z-index: -1;
  opacity: 0;
}

.thumbnailBlock__ttl--in:before {
  -webkit-animation-name: line--in;
  animation-name: line--in;
}

.thumbnailBlock__ttl--out:before {
  -webkit-animation-name: line--out;
  animation-name: line--out;
}

.thumbnailBlock__ttl--look {
  color: #000;
}
.thumbnailBlock__ttl--look:after {
  opacity: 1;
}

.thumbnailBlock__ttlSub {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  margin: 51px 0 42px;
  font-weight: 600;
  opacity: 0;
  -webkit-transform: translateY(0.35em);
  transform: translateY(0.35em);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  transition-delay: 2.45s;
}
.thumbnailBlock__ttlSub:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
  margin-right: 16px;
}

.thumbnailBlock:nth-child(2n) .thumbnailBlock__ttlSub {
  color: #2d85de;
}
.thumbnailBlock:nth-child(2n) .thumbnailBlock__ttlSub:before {
  background-color: #2d85de;
}

.thumbnailBlock--active .thumbnailBlock__ttlSub {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.thumbnailBlock__txt {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(0.35em);
  transform: translateY(0.35em);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  transition-delay: 2.6s;
}

.thumbnailBlock:nth-child(2n) .thumbnailBlock__txt {
  color: #000;
}

.thumbnailBlock--active .thumbnailBlock__txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1094px) {
  .thumbnailBlockWrapper {
    padding-top: 25px;
  }
  .thumbnailBlock + .thumbnailBlock {
    margin-top: 48px;
  }
  .thumbnailBlock:hover {
    opacity: 1;
  }
  .thumbnailBlock:after {
    width: 100%;
    height: calc(100% - 25px);
    top: auto;
    bottom: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  .thumbnailBlock:before {
    content: none;
  }
  .thumbnailBlockInner {
    width: 100%;
    flex-flow: column;
  }
  .thumbnailBlock:nth-child(2n) .thumbnailBlockInner {
    flex-flow: column;
  }
  .thumbnailBlock__tmb {
    margin: 0 auto;
  }
  .thumbnailBlock:nth-child(2n) .thumbnailBlock__tmb,
  .thumbnailBlock__tmb {
    width: calc(100% - 40px);
  }
  .thumbnailBlock:hover .thumbnailBlock__tmb > img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-duration: 0s;
  }
  .thumbnailBlock__box {
    width: calc(100% - 58px);
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 56px;
  }
  .thumbnailBlock:nth-child(2n) .thumbnailBlock__box {
    padding-right: 0;
  }
  .thumbnailBlock__ttl {
    font-size: 17px;
    margin: 43px 0 0 12px;
  }
  .thumbnailBlock__ttl:after,
  .thumbnailBlock__ttl:before {
    width: calc(100% + 24px);
    height: calc(1em + 20px);
    top: -10px;
    left: -12px;
  }
  .thumbnailBlock__ttlSub {
    font-size: 12px;
    margin: 26px 0 15px;
  }
  .thumbnailBlock__ttlSub:before {
    width: 16px;
    height: 2px;
    margin-right: 6px;
  }
  .thumbnailBlock__txt {
    font-size: 13px;
    line-height: 1.76;
  }
}
.information {
  background-color: #2d85de;
  padding: 164px 0 136px;
}

.m-contentHead__ttl--information {
  color: #fff;
}
.m-contentHead__ttl--information:after {
  background-color: #fff;
}

.m-contentHead__txt--information {
  color: #fff;
}

.information__box {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: 78px auto 0;
  gap: 48px;
  padding: 0 16px;
  box-sizing: border-box;
  align-items: stretch;
}

.information__item {
  align-self: stretch;
  width: 620px;
  background-color: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  transform: translateY(1vw);
  opacity: 0;
  filter: blur(8px);
  transition-timing-function: ease;
  transition-duration: 1.2s;
}
.information__item:first-child {
  transition-delay: 0.6s;
}
.information__item:nth-child(2) {
  transition-delay: 1.4s;
}

.topAboutUs__inner--active .topAboutUs__block,
.information__box--active .information__item {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

.information__tmb {
  width: 100%;
  overflow: hidden;
}
.information__tmb > img {
  width: 100%;
  transform: scale(1);
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.6s;
}

.information__item:hover .information__tmb > img {
  transform: scale(1.05);
  opacity: 0.7;
  transition-duration: 6s;
}

.informationData {
  padding: 25px;
  box-sizing: border-box;
}

.information__ttl {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 12px;
}

.information__ttlSub {
  font-size: 15px;
  color: #006cd8;
  margin-bottom: 15px;
  line-height: 1;
}

.information__txt {
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 1094px) {
  .information {
    padding: 63px 0 36px;
  }
  .information__box {
    width: 100%;
    margin: 43px auto 0;
    gap: 16px;
  }
  .information__item {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .information__item:nth-child(2) {
    transition-delay: 0s;
  }
  .information__item:hover .information__tmb > img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .informationData {
    padding: 23px;
  }
  .information__ttl {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .information__ttlSub {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 11px;
  }
  .information__txt {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .information__box {
    flex-direction: column;
  }
}
.specialContents {
  width: 100%;
  height: 86vw;
  padding-top: 148px;
  box-sizing: border-box;
  position: relative;
}
.specialContents:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(assets/images/top/bg_special-contents.png) top/cover no-repeat;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(1vw);
  transform: translateY(1vw);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: transform, filter, opacity;
  transition-property: transform, filter, opacity, -webkit-transform,
    -webkit-filter;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-delay: 2s;
}

.specialContents--active:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.m-contentHead__ttl--special .newLine--sp {
  display: none;
}

.m-contentHead__ttl--special:after {
  background-color: #2d85de;
}

.specialContents__txt {
  text-align: center;
  font-size: 34px;
  line-height: 1.58;
  margin-top: 50px;
  opacity: 0;
  -webkit-transform: translateY(1vw);
  transform: translateY(1vw);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-delay: 1.7s;
}

.specialContents--active .specialContents__txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.specialContents__txtSub {
  color: #006cd8;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 100;
  text-align: center;
  margin-top: 46px;
  opacity: 0;
  -webkit-transform: translateY(1vw);
  transform: translateY(1vw);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-delay: 1.8s;
}

.specialContents--active .specialContents__txtSub {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.specialContents__btn {
  display: block;
  width: 300px;
  line-height: 93px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #2d85de;
  margin: 42px auto 0;
  position: relative;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(1vw);
  transform: translateY(1vw);
  transition-property: opacity transform;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-delay: 2.8s;
}

.specialContents--active .specialContents__btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.specialContents__btn:hover {
  opacity: 0.7 !important;
  transition-delay: 0s;
}
.specialContents__btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 10px;
  background: url(/assets/images/top/icon_special-contents.png) 0 0 / contain
    no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.specialContents__btn:hover:after {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

@media screen and (max-width: 1097px) {
  .specialContents {
    padding-top: 88px;
  }
}
@media screen and (max-width: 767px) {
  .specialContents {
    height: auto;
    padding: 32px 0 34px;
    background: #eff2f7 url(assets/images/top/bg_special-contents_sp.png)
      no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    height: 46vw;
  }
  .specialContents:after {
    content: none;
  }
  .m-contentHead__ttl--special {
    line-height: 1.15;
    margin-top: 8vw;
  }
  .m-contentHead__ttl--special .newLine--sp {
    display: inline-block;
  }
  .specialContents__txt {
    font-size: 5.4vw;
    line-height: 1.6;
    margin-top: 8vw;
  }
  .specialContents__txtSub {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-top: 6vw;
  }
  .specialContents__btn {
    width: 200px;
    line-height: 46px;
    font-size: 10px;
    margin: 55px auto 0;
    transition-delay: 1.6s;
  }
  .specialContents__btn:hover {
    opacity: 1 !important;
  }
  .specialContents__btn:after {
    width: 15px;
    height: 5px;
    background: url(assets/images/top/icon_special-contents.png) 0 0 / contain
      no-repeat;
    right: 18px;
  }
  .specialContents__btn:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .specialContents {
    height: 700px;
  }
  .m-contentHead__ttl--special {
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .specialContents {
    height: 700px;
  }
  .m-contentHead__ttl--special {
    margin-top: 30px;
  }
}
.access {
  padding: 104px 0 58px;
}

.googlemap {
  width: 1300px;
  height: 420px;
  margin: 47px auto 45px;
  background-color: #ccc;
  -webkit-transform: translateY(1vw);
  transform: translateY(1vw);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.6s;
}

.access--active .googlemap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.access__dataWrapper {
  display: flex;
  width: 1300px;
  margin: 0 auto -70px;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.access__dataWrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 35px;
}

.access__data {
  display: flex;
  width: 634px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #a6a6a6;
}

.access__ttl {
  width: 177px;
  font-weight: 700;
  font-size: 16px;
}

.access__txt {
  width: calc(100% - 177px);
  font-size: 16px;
  line-height: 1.6;
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}
.access__txt > a {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 1094px) {
  .access {
    padding: 60px 0 36px;
  }
  .googlemap {
    width: 100%;
    height: 420px;
    margin: 20px auto 26px;
  }
  .access__dataWrapper {
    display: block;
    width: 100%;
  }
  .access__data {
    display: block;
    width: calc(100% - 42px);
    margin: 18px auto 0;
    padding-top: 21px;
  }
  .access__data:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .access__data:nth-child(2) {
    margin-top: 18px;
    padding-top: 21px;
    border-top: none;
  }
  .access__data:last-child {
    margin-top: 14px;
    padding-top: 0;
    border-top: none;
    border-bottom: none;
  }
  .access__ttl {
    font-weight: 700;
    margin-bottom: 11px;
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
  .access__txt {
    width: 100%;
    font-size: 13px;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1094px) {
  .m-pageContent--history {
    margin-top: 46px;
  }
}
.historyArea {
  width: 1300px;
  margin: 0 auto;
  padding-bottom: 120px;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
}

.historyArea__ttl {
  font-size: 22px;
  line-height: 81px;
  background-color: #2d85de;
  text-align: center;
  color: #fff;
  margin-bottom: 62px;
}

.historyArea__box {
  width: 1080px;
  margin: 0 auto 95px;
}
.historyArea__box:first-child .historyArea__ttl {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  margin-bottom: 22px;
}

.historyArea__item {
  margin-bottom: 18px;
}

.age__ttl {
  display: inline-block;
  line-height: 1;
  font-size: 45px;
  color: #2d85de;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(24px) rotate(-25deg);
  transform: translateY(24px) rotate(-25deg);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.age__ttl--in {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}

.age__ttlInner {
  display: inline-block;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.64, 0.005, 0.1, 1.005);
}

.age__ttlInner--in {
  -webkit-transform: rotateX(2turn);
  transform: rotateX(2turn);
}

.age__box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.age__list {
  width: 685px;
  position: relative;
  padding: 30px 0 9px;
}
.age__list:after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 46px;
  bottom: 0;
  margin: auto;
}
.age__list:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 46px;
  bottom: 0;
  margin: auto;
  background-color: #ededed;
}
.age__list:after {
  background-color: #2d85de;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.64, 0.005, 0.1, 1.005);
}

.age__list--in:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.age__item {
  display: flex;
  padding-left: 96px;
  box-sizing: border-box;
  position: relative;
}
.age__item + .age__item {
  margin-top: 25px;
}

@-webkit-keyframes ageIcon--in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ageIcon--in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.age__icon {
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border: 5px solid #2d85de;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: 35px;
  z-index: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.age__icon--in {
  -webkit-animation-name: ageIcon--in;
  animation-name: ageIcon--in;
}

.ageYear {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  width: 100px;
  opacity: 0;
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.ageYear--in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.age__txt {
  width: calc(100% - 100px);
  font-size: 18px;
  line-height: 1.75;
  opacity: 0;
  -webkit-transform: translateY(0.6em);
  transform: translateY(0.6em);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.age__txt--in {
  opacity: 1;
  -webkit-transform: translateY(-0.4em);
  transform: translateY(-0.4em);
}

.age__tmb {
  width: 330px;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(1.5vw);
  transform: translateY(1.5vw);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: transform, opacity, filter;
  transition-property: transform, opacity, filter, -webkit-transform,
    -webkit-filter;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.age__tmb--in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.age__tmb > img {
  width: 100%;
  margin-top: 16px;
}
.age__tmb > img:first-child {
  margin-top: 0;
}

.age__tmb--pc {
  display: block;
}

.age__tmb--sp {
  display: none;
}

@media screen and (max-width: 1094px) {
  .historyArea {
    width: calc(100% - 40px);
    padding-bottom: 18px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  }
  .historyArea__box {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .historyArea__box + .historyArea__box {
    margin-top: 66px;
  }
  .historyArea__ttl {
    font-size: 16px;
    width: 100%;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .historyArea__box:first-child .historyArea__ttl {
    margin-bottom: -4px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .age__ttl {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .age__box {
    display: block;
  }
  .age__list {
    width: 100%;
    padding: 15px 0 5px;
  }
  .age__list:after,
  .age__list:before {
    width: 3px;
    left: 25px;
  }
  .age__item {
    display: block;
    padding-left: 54px;
  }
  .age__item + .age__item {
    margin-top: 12px;
  }
  .age__icon {
    width: 20px;
    height: 20px;
    border: 3px solid #2d85de;
    top: -1px;
    left: 17px;
  }
  .ageYear {
    font-size: 15px;
    width: 100%;
    margin-bottom: 22px;
  }
  .age__txt {
    width: 100%;
    font-size: 13px;
  }
  .age__tmb {
    width: 100%;
    max-width: 450px;
    padding-top: 20px;
  }
  .age__tmb > img {
    margin-top: 13px;
  }
  .age__tmb--pc {
    display: none;
    width: 100%;
    max-width: 450px;
  }
  .age__tmb--sp {
    display: block;
    width: 100%;
    max-width: 450px;
  }
  .age__tmb--sp img + img {
    margin-top: 13px;
  }
}
.internEntry__btn {
  display: block !important;
  width: 290px;
  line-height: 60px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  background-color: #f39700;
  margin-bottom: 70px;
}

.m-pageContent__txt--indent {
  display: block;
  text-indent: -1em;
  margin-left: -0.4em;
}

@media screen and (max-width: 1094px) {
  .internEntry__btn {
    margin: 0 auto 70px;
    width: 80%;
    font-size: 13px;
  }
  .m-pageContent {
    padding-bottom: 50px;
  }
  .m-pageContent__txt--indent {
    margin-left: -1.5em;
  }
}
.m-pageContent__txt--date {
  text-align: right;
}

.recruit-top_message .m-pageContent__txt {
  font-weight: 500;
  line-height: 2;
}

.signature {
  text-align: right;
  width: 1100px;
  margin: 70px auto 90px;
  line-height: 1;
}

.signature__txtSub {
  font-size: 18px;
  margin-right: 8px;
}

.signature__txtMain,
.signature__txtSub {
  display: inline-block;
  vertical-align: middle;
}

.signature__txtMain {
  font-size: 26px;
  -webkit-transform: translateY(-0.07em);
  transform: translateY(-0.07em);
}

@media screen and (max-width: 1094px) {
  .signature {
    width: calc(100% - 40px);
    margin: 42px auto;
  }
  .signature__txtSub {
    font-size: 12px;
    margin-right: 4px;
  }
  .signature__txtMain {
    font-size: 18px;
    -webkit-transform: translateY(-0.07em);
    transform: translateY(-0.07em);
  }
}
.m-pageContent--messageDetail {
  padding-bottom: 80px;
}

.m-pageContent__ttl br {
  display: none;
}

@media screen and (max-width: 1094px) {
  .m-pageContent__ttl br {
    display: inline;
  }
}
.m-pageContent__ttl--young {
  color: #009a41;
}
.m-pageContent__ttl--young:after {
  background-color: #007732;
}

.messageBlock {
  margin-top: 90px;
}

.messageHead {
  width: 1300px;
  margin: 0 auto 50px;
}
.messageHead > img {
  width: 100%;
}

.massageQuestion {
  margin: 0 auto 18px;
  width: 1100px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 28px;
  box-sizing: border-box;
}
.massageQuestion:after {
  content: "";
  display: block;
  width: 7px;
  height: 30px;
  position: absolute;
  top: 1px;
  left: 0;
  margin: auto;
  background-color: #2d85de;
}

.massageQuestion--young:after {
  background-color: #007732;
}

.m-pageContent__txt + .massageQuestion,
.m-pageTable + .massageQuestion {
  margin-top: 60px;
}

.messageTopic {
  width: 1100px;
  margin: 85px auto 100px;
  background-color: #e5f1fb;
  padding: 32px 40px;
  box-sizing: border-box;
}

.messageTopic--young {
  background-color: #e2f2e9;
}

.messageTopic__ttl {
  color: #2d85de;
  line-height: 1;
  margin-bottom: 20px;
}

.messageTopic__txt + .messageTopic__ttl {
  margin-top: 36px;
}

.messageTopic__ttl--young {
  color: #009a41;
}

.messageTopic__txt {
  font-size: 14px;
  line-height: 1.64;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.messageTopic__txt + .messageTopic__txt {
  margin-top: 22px;
}

.messageBlock__img {
  width: 1300px;
  margin: 64px auto;
}
.messageBlock__img > img {
  width: 100%;
}

.message-middle_img {
  margin: 64px auto;
}

.messageNav {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

.messageNav__btn {
  display: block;
  width: 320px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #0058b0;
  position: relative;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.messageNav__btn--young {
  background-color: #009a41;
}

.messageNav__btn:hover {
  opacity: 0.7;
}

.messageNav__btn--back {
  margin-right: auto;
}

.messageNav__btn--next {
  margin-left: auto;
}

.messageNav__btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  background: url(/recruit/img/message/icon_message-nav.png) 0 0 / contain
    no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.messageNav__btn--back:after {
  left: 17px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.messageNav__btn--back:hover:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.messageNav__btn--next:after {
  right: 17px;
  -webkit-transform: scale(-1) translateX(0);
  transform: scale(-1) translateX(0);
}
.messageNav__btn--next:hover:after {
  -webkit-transform: scale(-1) translateX(3px);
  transform: scale(-1) translateX(3px);
}

@media screen and (max-width: 1094px) {
  .messageBlock {
    margin-top: 45px;
  }
  .messageHead {
    width: calc(100% - 40px);
    margin: 0 auto 25px;
  }
  .massageQuestion {
    margin: 0 auto 9px;
    width: calc(100% - 40px);
    font-size: 14px;
    padding-left: 14px;
  }
  .massageQuestion:after {
    width: 3px;
    height: 15px;
  }
  .m-pageContent__txt + .massageQuestion,
  .m-pageTable + .massageQuestion {
    margin-top: 30px;
  }
  .messageTopic {
    width: calc(100% - 40px);
    margin: 42px auto 50px;
    padding: 16px 20px;
  }
  .messageTopic__ttl {
    margin-bottom: 10px;
  }
  .messageTopic__txt {
    font-size: 12px;
  }
  .messageTopic__txt + .messageTopic__ttl {
    margin-top: 18px;
  }
  .messageTopic__txt + .messageTopic__txt {
    margin-top: 11px;
  }
  .messageBlock__img {
    margin: 0 auto 30px;
    width: calc(100% - 40px);
  }
  .messageNav {
    width: calc(100% - 40px);
  }
  .messageNav__btn {
    width: calc(50% - 7px);
    line-height: 50px;
    font-size: 12px;
  }
  .messageNav__btn:hover {
    opacity: 1;
  }
  .messageNav__btn:after {
    width: 5px;
    height: 9px;
  }
  .messageNav__btn--back:after {
    left: 8px;
  }
  .messageNav__btn--back:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .messageNav__btn--next:after {
    right: 8;
    -webkit-transform: scale(-1) translateX(0);
    transform: scale(-1) translateX(0);
  }
  .messageNav__btn--next:hover:after {
    -webkit-transform: scale(-1) translateX(0);
    transform: scale(-1) translateX(0);
  }
}
.m-pageContent--message {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1094px) {
  .m-pageContent--message {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.memberIntroduce {
  background: #e5f1fb;
  padding: 100px 0 140px;
}

.memberIntroduce__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1300px;
  margin: 0 auto;
}

.memberIntroduce__item {
  width: 620px;
  margin-top: 52px;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(3vw);
  transform: translateY(3vw);
  transition-property: opacity, box-shadow, -webkit-transform;
  transition-property: opacity, box-shadow, transform;
  transition-property: opacity, box-shadow, transform, -webkit-transform;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.memberIntroduce__item:hover {
  opacity: 0.7;
  box-shadow: 8px 0 16px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.15);
}
.memberIntroduce__item:nth-child(-n + 2) {
  margin-top: 0;
}
.memberIntroduce__item:nth-child(2n) {
  transition-delay: 0.15s;
}

.memberIntroduce__item--active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.memberIntroduce__tmb {
  overflow: hidden;
}
.memberIntroduce__tmb > img {
  width: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}

.memberIntroduce__item:hover .memberIntroduce__tmb > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition-duration: 4s;
}

.memberIntroduce__box {
  background-color: #fff;
  padding: 53px 52px;
  box-sizing: border-box;
}

.memberPillow {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 17px;
}

.memberName {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 57px;
}

.memberYear {
  line-height: 1;
  color: #006cd8;
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.memberYear--young {
  color: #009a41;
}

.memberYear:after {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  background-color: #006cd8;
  position: absolute;
  top: -21px;
  left: 0;
}

.memberYear--young:after {
  background-color: #009a41;
}

@media screen and (max-width: 1094px) {
  .memberIntroduce {
    margin-top: -52px;
    padding: 86px 0 20px;
    margin-bottom: 32px;
  }
  .memberIntroduce__list {
    width: calc(100% - 40px);
    flex-direction: column;
    gap: 24px;
  }
  .memberIntroduce__item {
    width: 100%;
    margin-top: 12px;
  }
  .memberIntroduce__item:hover {
    opacity: 1;
    box-shadow: 0;
  }
  .memberIntroduce__box {
    padding: 26px;
  }
  .memberPillow {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .memberName {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .memberYear {
    font-size: 10px;
  }
  .memberYear:after {
    width: 19px;
    height: 2px;
    top: -10px;
  }
}
.opneningMovie {
  background: url(assets/images/special/crosstalk/01/img_key-visual.jpg) center
    0 / cover no-repeat;
  width: 100%;
  height: calc(100vh - 120px);
  position: fixed;
  top: 120px;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  transition-duration: 0.01s;
  transition-timing-function: linear;
}

.opneningMovie__02 {
  background: url(assets/images/special/crosstalk/02/img_key-visual.jpg) center
    0 / cover no-repeat;
}

.opneningMovie--ie {
  display: none;
}

@media (-ms-high-contrast: none) {
  .opneningMovie {
    display: none;
  }
  .opneningMovie--ie {
    display: block;
    width: 100%;
    height: auto;
    background: none;
  }
  .opneningMovie--ie > img {
    width: 100%;
  }
}
@-webkit-keyframes opneningMovie--end {
  0% {
    margin-top: 0;
    width: 100vw;
    -webkit-transform: scaleX(1.05) scaleY(1.05) rotate(-7deg);
    transform: scaleX(1.05) scaleY(1.05) rotate(-7deg);
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  55% {
    margin-top: 0;
    width: 100vw;
    -webkit-transform: scaleX(1.07) scaleY(1.07) rotate(-7.25deg);
    transform: scaleX(1.07) scaleY(1.07) rotate(-7.25deg);
    background-color: #fff;
  }
  80% {
    width: 30.3vw;
    margin-top: -1.1vw;
    -webkit-transform: scaleX(0.95) scaleY(0.95) rotate(0deg);
    transform: scaleX(0.95) scaleY(0.95) rotate(0deg);
    background-color: #fff;
  }
  to {
    width: 30.3vw;
    margin-top: -1.1vw;
    -webkit-transform: scaleX(1) scaleY(1) rotate(0deg);
    transform: scaleX(1) scaleY(1) rotate(0deg);
    background-color: #fff;
  }
}
@keyframes opneningMovie--end {
  0% {
    margin-top: 0;
    width: 100vw;
    -webkit-transform: scaleX(1.05) scaleY(1.05) rotate(-7deg);
    transform: scaleX(1.05) scaleY(1.05) rotate(-7deg);
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  55% {
    margin-top: 0;
    width: 100vw;
    -webkit-transform: scaleX(1.07) scaleY(1.07) rotate(-7.25deg);
    transform: scaleX(1.07) scaleY(1.07) rotate(-7.25deg);
    background-color: #fff;
  }
  80% {
    width: 30.3vw;
    margin-top: -1.1vw;
    -webkit-transform: scaleX(0.95) scaleY(0.95) rotate(0deg);
    transform: scaleX(0.95) scaleY(0.95) rotate(0deg);
    background-color: #fff;
  }
  to {
    width: 30.3vw;
    margin-top: -1.1vw;
    -webkit-transform: scaleX(1) scaleY(1) rotate(0deg);
    transform: scaleX(1) scaleY(1) rotate(0deg);
    background-color: #fff;
  }
}
@-webkit-keyframes opneningMovie--end_02 {
  0% {
    margin-top: 0;
    width: 100vw;
    -webkit-transform: scaleX(1.05) scaleY(1.05) rotate(-7deg);
    transform: scaleX(1.05) scaleY(1.05) rotate(-7deg);
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  55% {
    margin-top: 0;
    width: 100vw;
    -webkit-transform: scaleX(1.07) scaleY(1.07) rotate(-7.25deg);
    transform: scaleX(1.07) scaleY(1.07) rotate(-7.25deg);
    background-color: #fff;
  }
  80% {
    width: 75vw;
    margin-top: -1.1vw;
    -webkit-transform: scaleX(0.95) scaleY(0.95) rotate(0deg);
    transform: scaleX(0.95) scaleY(0.95) rotate(0deg);
    background-color: #fff;
  }
  to {
    width: 75vw;
    margin-top: -1.1vw;
    -webkit-transform: scaleX(1) scaleY(1) rotate(0deg);
    transform: scaleX(1) scaleY(1) rotate(0deg);
    background-color: #fff;
  }
}
@keyframes opneningMovie--end_02 {
  0% {
    margin-top: 0;
    width: 100vw;
    -webkit-transform: scaleX(1.05) scaleY(1.05) rotate(-7deg);
    transform: scaleX(1.05) scaleY(1.05) rotate(-7deg);
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  55% {
    margin-top: 0;
    width: 100vw;
    -webkit-transform: scaleX(1.07) scaleY(1.07) rotate(-7.25deg);
    transform: scaleX(1.07) scaleY(1.07) rotate(-7.25deg);
    background-color: #fff;
  }
  80% {
    width: 75vw;
    margin-top: -1.1vw;
    -webkit-transform: scaleX(0.95) scaleY(0.95) rotate(0deg);
    transform: scaleX(0.95) scaleY(0.95) rotate(0deg);
    background-color: #fff;
  }
  to {
    width: 75vw;
    margin-top: -1.1vw;
    -webkit-transform: scaleX(1) scaleY(1) rotate(0deg);
    transform: scaleX(1) scaleY(1) rotate(0deg);
    background-color: #fff;
  }
}
.opneningMovie__box {
  margin-top: 0;
  width: 100vw;
  height: 31.9vw;
  -webkit-transform: scaleX(0) scaleY(1.05) rotate(0deg);
  transform: scaleX(0) scaleY(1.05) rotate(0deg);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: hsla(0, 0%, 100%, 0.9);
  transition-property: background-color, height, -webkit-transform;
  transition-property: transform, background-color, height;
  transition-property: transform, background-color, height, -webkit-transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.64, 0.005, 0.1, 1.005);
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.opneningMovie__02 .opneningMovie__box {
  flex-direction: row;
  height: 22vw;
  position: absolute;
  bottom: 10vw;
  gap: 2vw;
}

.opneningMovie__box--in {
  -webkit-transform: scaleX(1.05) scaleY(1.05) rotate(-7deg);
  transform: scaleX(1.05) scaleY(1.05) rotate(-7deg);
}

.opneningMovie__box--end {
  -webkit-animation-name: opneningMovie--end;
  animation-name: opneningMovie--end;
}
.opneningMovie__02 .opneningMovie__box--end {
  -webkit-animation-name: opneningMovie--end_02;
  animation-name: opneningMovie--end_02;
}

.opneningMovie__box:after {
  content: "";
  display: block;
  width: 100%;
  height: 1vw;
  position: absolute;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: top, bottom, -webkit-transform;
  transition-property: transform, top, bottom;
  transition-property: transform, top, bottom, -webkit-transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.64, 0.005, 0.1, 1.005);
}
.opneningMovie__box:before {
  content: "";
  display: block;
  width: 100%;
  height: 1vw;
  position: absolute;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: top, bottom, -webkit-transform;
  transition-property: transform, top, bottom;
  transition-property: transform, top, bottom, -webkit-transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.64, 0.005, 0.1, 1.005);
  background-color: #0268b7;
  top: 0;
  transition-delay: 0.8s;
}
.opneningMovie__box:after {
  background-color: #e4004f;
  bottom: 0;
  transition-delay: 0.95s;
}

.opneningMovie__box--in:after,
.opneningMovie__box--in:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.opneningMovie__txt {
  display: block;
  font-weight: 600;
  line-height: 1em;
  overflow: hidden;
}

.opneningMovie__txt--cross {
  font-size: 7.25vw;
  margin-top: -0.45vw;
  letter-spacing: 0.01em;
}

.opneningMovie__txt--talk {
  font-size: 9.18vw;
  letter-spacing: 0.015em;
  margin-top: -0.4vw;
}

.opneningMovie__txtInner {
  -webkit-transform: translateY(1.1em);
  transform: translateY(1.1em);
  display: inline-block;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.opneningMovie__txtInner--in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.opneningMovie__img {
  position: relative;
  width: 4.1vw;
  height: 3.6vw;
  margin: 0.9vw 0 0 0.4vw;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(1, -0.155, 0.435, 1.14);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: rotate(0deg) scale(1.5);
  transform: rotate(0deg) scale(1.5);
}

.opneningMovie__img--rotate {
  -webkit-transform: rotate(4turn) scale(1);
  transform: rotate(4turn) scale(1);
}

.opneningMovie__img > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  overflow: hidden;
  transition-property: height;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.64, 0.005, 0.1, 1.005);
}
.opneningMovie__img > span > img {
  width: 100%;
}
.opneningMovie__img > span:nth-child(2) {
  transition-delay: 0.2s;
}

.opneningMovie__img--in > span {
  height: 100%;
}

.opneningMovieCaption {
  font-size: 1.9vw;
  margin-top: 0.9vw;
  letter-spacing: 0.21em;
  opacity: 0;
  -webkit-transform: translateY(0.3em);
  transform: translateY(0.3em);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.opneningMovie__02 .opneningMovieCaption {
  position: absolute;
  bottom: 4vw;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.opneningMovieCaption--in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1094px) {
  .opneningMovie {
    height: 50vw;
    top: 60px;
  }
  @-webkit-keyframes opneningMovie--end--sp {
    0% {
      margin-top: 0;
      width: 100vw;
      height: 70%;
      -webkit-transform: scaleX(1) scaleY(1) rotate(-10deg);
      transform: scaleX(1) scaleY(1) rotate(-10deg);
      background-color: hsla(0, 0%, 100%, 0.9);
    }
    55% {
      margin-top: 0;
      width: 100vw;
      height: 100%;
      -webkit-transform: scaleX(1.05) scaleY(1.05) rotate(-12deg);
      transform: scaleX(1.05) scaleY(1.05) rotate(-12deg);
      background-color: #fff;
    }
    80% {
      width: 30.3vw;
      height: 31.9vw;
      margin-top: -1.1vw;
      -webkit-transform: scaleX(0.95) scaleY(0.95) rotate(0deg);
      transform: scaleX(0.95) scaleY(0.95) rotate(0deg);
      background-color: #fff;
    }
    to {
      width: 30.3vw;
      height: 31.9vw;
      margin-top: -1.1vw;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform: scaleX(1) scaleY(1) rotate(0deg);
      transform: scaleX(1) scaleY(1) rotate(0deg);
      background-color: #fff;
    }
  }
  @keyframes opneningMovie--end--sp {
    0% {
      margin-top: 0;
      width: 100vw;
      height: 70%;
      -webkit-transform: scaleX(1) scaleY(1) rotate(-10deg);
      transform: scaleX(1) scaleY(1) rotate(-10deg);
      background-color: hsla(0, 0%, 100%, 0.9);
    }
    55% {
      margin-top: 0;
      width: 100vw;
      height: 100%;
      -webkit-transform: scaleX(1.05) scaleY(1.05) rotate(-12deg);
      transform: scaleX(1.05) scaleY(1.05) rotate(-12deg);
      background-color: #fff;
    }
    80% {
      width: 30.3vw;
      height: 31.9vw;
      margin-top: -1.1vw;
      -webkit-transform: scaleX(0.95) scaleY(0.95) rotate(0deg);
      transform: scaleX(0.95) scaleY(0.95) rotate(0deg);
      background-color: #fff;
    }
    to {
      width: 30.3vw;
      height: 31.9vw;
      margin-top: -1.1vw;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform: scaleX(1) scaleY(1) rotate(0deg);
      transform: scaleX(1) scaleY(1) rotate(0deg);
      background-color: #fff;
    }
  }
  .opneningMovie__box {
    margin-top: 0;
    width: 100vw;
    height: 70%;
    -webkit-transform: scaleX(0) scaleY(1) rotate(0deg);
    transform: scaleX(0) scaleY(1) rotate(0deg);
  }
  .opneningMovie__box--in {
    -webkit-transform: scaleX(1) scaleY(1) rotate(-10deg);
    transform: scaleX(1) scaleY(1) rotate(-10deg);
  }
  .opneningMovie__box--end {
    -webkit-animation-name: opneningMovie--end--sp;
    animation-name: opneningMovie--end--sp;
  }
  .opneningMovie__img {
    height: 4.2vw;
    margin: 0 0 0.7vw 0.4vw;
  }
}
.crossTalkArea {
  margin-top: calc(100vh - 120px);
  background-color: hsla(0, 0%, 100%, 0.5);
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

@media (-ms-high-contrast: none) {
  .crossTalkArea {
    margin-top: 0;
  }
}
@media screen and (max-width: 1094px) {
  .crossTalkArea {
    margin-top: 50vw;
    background-color: #fff;
  }
}
@media (max-width: 1094px) and (-ms-high-contrast: none) {
  .crossTalkArea {
    margin-top: 0;
  }
}
.introduce {
  width: 1230px;
  margin: 0 auto 98px;
  padding-top: 66px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.introduce:after {
  content: "";
  display: block;
  width: 98px;
  height: 82px;
  background: url(assets/images/special/crosstalk/icon_introduce.png) 0 0 /
    contain no-repeat;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0) scale(0.5);
  transform: rotate(0) scale(0.5);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.64, 0.005, 0.1, 1.005);
}

.crossTalkArea--active .introduce:after {
  -webkit-transform: rotate(1turn) scale(1);
  transform: rotate(1turn) scale(1);
  opacity: 1;
}

.introduce__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 510px;
  opacity: 0;
  -webkit-transform: translateY(1.5vw);
  transform: translateY(1.5vw);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0.4s;
}
.introduce__item:nth-child(2n) {
  flex-flow: row-reverse;
  transition-delay: 0.55s;
  margin-left: auto;
}

.crossTalkArea--active .introduce__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.introduce__tmb {
  width: 180px;
}
.introduce__tmb > img {
  width: 100%;
}

.introduce__box {
  width: calc(100% - 208px);
}

.introduceHead {
  text-align: right;
  margin-bottom: 21px;
}

.introduce__item:nth-child(2n) .introduceHead {
  text-align: left;
}

.introduceName {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 11px;
  font-weight: 700;
}

.introduceHead__txt {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.01em;
}

.introduce__txt {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

/* introduce__02 */
.introduce__02 {
  max-width: 1000px;
}
.introduce__02:after {
  display: none;
}
.introduce__02 .introduce__item {
  width: 180px;
  flex-direction: column;
  justify-content: space-around;
}
.introduce__02 .introduce__item:nth-child(2n) {
  margin-left: 0;
}
.introduce__02 .introduceHead {
  text-align: left;
}
.introduce__02 .introduce__box {
  width: 100%;
}
.introduce__02 .introduce__tmb {
  margin-bottom: 16px;
}

.guideText {
  margin-bottom: 64px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.talkBlock + .guideText {
  margin-top: 64px;
}

@media screen and (max-width: 1094px) {
  .introduce {
    flex-flow: column;
    align-items: center;
    width: calc(100% - 40px);
    padding-top: 33px;
    margin-bottom: 49px;
  }
  .introduce:before {
    content: "";
    display: block;
    width: 53.5px;
    height: 59.5px;
    background: url(/recruit/img/special/crosstalk/loading.gif) 0 0 / contain
      no-repeat;
    position: absolute;
    top: 12vw;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.2;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .introduce:after {
    width: 49px;
    height: 41px;
    top: 0;
    transition-duration: 0.4s;
  }
}
@media screen and (max-width: 1094px) and (-ms-high-contrast: none) {
  .introduce {
    display: block;
  }
}
@media screen and (max-width: 1094px) {
  .introduce__item {
    flex-flow: column;
    align-items: center;
    width: 100%;
    transition-delay: 4s;
  }
  .introduce__item:nth-child(2n) {
    flex-flow: column;
    transition-delay: 4s;
    margin-top: 120px;
  }
  .introduce__tmb {
    width: 180px;
    margin-bottom: 20px;
    position: relative;
  }
  .introduce__box {
    width: 100%;
  }
  .introduceHead {
    text-align: left;
  }
  .introduce__02 .introduce__item {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 24px;
  }
  .introduce__02 .introduce__item:nth-child(2n) {
    margin-top: 0;
  }
  .introduce__02 .introduce__tmb {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .introduce__02 .introduceHead {
    margin-bottom: 0;
  }
}
@media (max-width: 1094px) and (-ms-high-contrast: none) {
  .introduce__item {
    display: block;
  }
  .introduce__tmb {
    margin: 0 auto 20px;
  }
}
.crossTalkArea__item {
  background-color: #f0f0f0;
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-delay: 1s;
}

.crossTalkArea--active .crossTalkArea__item {
  opacity: 1;
}

.crossTalkKey {
  background-color: #f7f7f7;
}
.crossTalkKey > img {
  opacity: 0;
  -webkit-transform: translateY(2.4vw);
  transform: translateY(2.4vw);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform,
    -webkit-filter;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}

.crossTalkArea__item--active .crossTalkKey > img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.crossTalkArea__box {
  width: 1300px;
  margin: -8.2vw auto 0;
  background-color: #fff;
  padding: 96px 87px 104px;
  box-sizing: border-box;
  position: relative;
}

.crossTalkArea__ttl {
  text-align: center;
  line-height: 1.6;
  font-size: 36px;
  position: relative;
  margin-bottom: 74px;
}
.crossTalkArea__ttl:after {
  content: "";
  display: block;
  background-color: #0058b0;
  width: 38px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

.crossTalkArea__ttlSub {
  line-height: 1.5;
  font-size: 30px;
  color: #0268b7;
  margin-bottom: 60px;
}
.crossTalkArea__ttlSub:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 4px;
  background-color: #2d85de;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
  margin-right: 27px;
}

.talkBlock {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transform: translateY(1.8vw);
  transform: translateY(1.8vw);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.3s;
}
.talkBlock:nth-child(2n-1) {
  flex-flow: row-reverse;
}
.talkBlock + .talkBlock {
  margin-top: 72px;
}

.crossTalkArea__box--active .talkBlock {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.talkBlock__tmb {
  width: 180px;
  margin: -14px 56px 0 0;
}

.talkBlock:nth-child(2n-1) .talkBlock__tmb {
  margin-right: 0;
  margin-left: 56px;
}

.talkBlock__tmb > img {
  width: 100%;
}

.talkBlock__txt {
  width: 790px;
  min-height: 160px;
  padding: 32px 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  border-radius: 10px;
  position: relative;
}

.talkBlock--red .talkBlock__txt {
  border: solid 4px #e4004f;
  color: #000;
}

.talkBlock--blue .talkBlock__txt {
  border: solid 4px #0268b7;
  color: #000;
}

.talkBlock--green .talkBlock__txt {
  border: solid 4px #02b760;
  color: #000;
}

.talkBlock--yellow .talkBlock__txt {
  border: solid 4px #b79902;
  color: #000;
}

.talkBlock__txt:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.5px 22px 13.5px 0;
  position: absolute;
  top: 62px;
  left: -22px;
}

.talkBlock:nth-child(2n-1) .talkBlock__txt:after {
  left: auto;
  right: -22px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.talkBlock--red .talkBlock__txt:after {
  border-color: transparent #e4004f transparent transparent;
}

.talkBlock--blue .talkBlock__txt:after {
  border-color: transparent #0269b7 transparent transparent;
}

.talkBlock--green .talkBlock__txt:after {
  border-color: transparent #02b760 transparent transparent;
}

.talkBlock--yellow .talkBlock__txt:after {
  border-color: transparent #b79902 transparent transparent;
}

@media screen and (max-width: 1094px) {
  .crossTalkArea {
    padding-bottom: 72px;
  }
  .crossTalkArea__box {
    width: calc(100% - 40px);
    padding: 39px 24px;
  }
  .crossTalkArea__ttl {
    font-size: 18px;
    margin-bottom: 37px;
  }
  .crossTalkArea__ttl:after {
    width: 23px;
    height: 2px;
    bottom: -10px;
  }
  .crossTalkArea__ttlSub {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .crossTalkArea__ttlSub:before {
    width: 19px;
    height: 2px;
    margin-right: 10px;
  }
  .talkBlock + .talkBlock {
    margin-top: 36px;
  }
  .talkBlock__tmb {
    width: 70px;
    margin: -7px 28px 0 0;
  }
  .talkBlock:nth-child(2n-1) .talkBlock__tmb {
    margin-left: 28px;
  }
  .talkBlock__txt {
    width: calc(100% - 70px);
    min-height: auto;
    padding: 16px 25px;
    font-size: 12px;
  }
  .talkBlock__txt:after {
    border-width: 13px 17px 13px 0;
    top: 12px;
    left: -17px;
  }
  .talkBlock:nth-child(2n-1) .talkBlock__txt:after {
    left: auto;
    right: -17px;
  }
}
.contentBottomo {
  width: 100%;
}
.contentBottomo > img {
  width: 100%;
}

.m-keyvisual__ttl--sp {
  display: none;
}

.m-keyvisual__ttl--pc {
  display: block;
}

.m-contentHead__ttl--youtube {
  color: #fff;
}
.m-contentHead__ttl--youtube:after {
  background-color: #fff;
}

.m-contentHead__txt--youtube {
  color: #fff;
}

@media screen and (max-width: 1094px) {
  .m-keyvisual__ttl--sp {
    display: block;
  }
  .m-keyvisual__ttl--pc {
    display: none;
  }
  .m-keyvisual__ttl--special + .m-keyvisual__ttl--special {
    top: 11.7vw;
  }
  .m-keyvisual__txt--special {
    top: 16.8vw;
  }
}
@media screen and (max-width: 736px) {
  .m-keyvisual__ttl--special + .m-keyvisual__ttl--special {
    top: 21.8vw;
  }
  .m-keyvisual__txt--special {
    top: 32vw;
  }
}
.special__list {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  flex-wrap: wrap;
  gap: 32px;
  margin: 60px auto 0;
}

.special__item {
  width: calc(50% - 16px);
  display: block;
  overflow: hidden;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.special__item:hover {
  opacity: 0.7;
}
.special__item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.special__item > img {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 4s;
  transition-timing-function: ease;
}

.youtubeBlock {
  margin: 118px 0 76px;
  padding: 88px 0 0;
  position: relative;
}
.youtubeBlock:after {
  content: "";
  display: block;
  width: 100%;
  height: 27.34vw;
  background-color: #2d85de;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.youtubeMovie {
  margin: 50px auto 0;
  width: 1100px;
}

.youtubeBlock__box {
  width: 1100px;
  margin: 20px auto 0;
  display: flex;
  justify-content: flex-end;
}

.instaBlock,
.lineBlock {
  text-align: center;
}
@media screen and (max-width: 1094px) {
  .instaBlock,
  .lineBlock {
    margin-bottom: 48px;
  }
}

.instaBlock__bnr {
  margin-bottom: 16px;
}

.lineBlock__bnr {
  display: inline-block;
  width: 630px;
  margin-bottom: 25px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.lineBlock__bnr:hover {
  opacity: 0.7;
}
.lineBlock__bnr > img {
  width: 100%;
}

.lineBlock__txt {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1094px) {
  .special__list {
    display: block;
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }
  .special__item {
    width: 100%;
  }
  .special__item + .special__item {
    margin-top: 10px;
  }
  .special__item:hover {
    opacity: 1;
  }
  .special__item:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .youtubeBlock {
    margin: 60px 0 38px;
    padding: 44px 0 0;
  }
  .youtubeBlock:after {
    height: 220px;
  }
  .youtubeMovie {
    margin: 25px auto 0;
    width: calc(100% - 40px);
    height: 215px;
  }
  .youtubeMovie > iframe {
    width: 100%;
    height: 215px;
  }
  .youtubeBlock__box {
    width: calc(100% - 40px);
    margin: 10px auto 0;
  }
  .lineBlock__bnr {
    width: calc(100% - 40px);
    margin-bottom: 12px;
  }
  .lineBlock__bnr:hover {
    opacity: 1;
  }
  .lineBlock__txt {
    font-size: 12px;
  }
}
.page-qa .page {
  background: url(assets/images/special/qa/bg_qa.png) repeat;
  background-size: 1200px auto;
}

.question__item {
  max-width: 1300px;
  border-radius: 16px;
  overflow: hidden;
  margin: 32px auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .question__item {
    width: 90%;
  }
}

.question__ttl {
  padding: 24px 24px 24px 110px;
  font-size: 24px;
  line-height: 54px;
  border-top: solid 5px #2d85de;
  position: relative;
}
.question__ttl:before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(assets/images/special/qa/icon_qa.svg) no-repeat left center;
  background-size: contain;
  margin-right: 16px;
  vertical-align: middle;
  position: absolute;
  top: 24px;
  left: 24px;
}
@media screen and (max-width: 768px) {
  .question__ttl {
    padding: 16px 24px 16px 72px;
    line-height: 22px;
    font-size: 16px;
  }
  .question__ttl:before {
    width: 40px;
    height: 40px;
    top: 16px;
    left: 16px;
  }
}

.questionAnswer {
  padding: 16px 32px 32px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .questionAnswer {
    padding: 16px 16px 24px;
    gap: 16px;
  }
}

.questionAnswerInner {
  border: solid 5px #2d85de;
  padding: 32px;
  border-radius: 32px;
  line-height: 1.8;
  width: calc(100% - 290px);
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .questionAnswerInner {
    flex-direction: column;
    padding: 16px;
    width: calc(100% - 90px);
  }
}
.questionAnswerInner .m-pageContent__txt--middle {
  margin: 24px 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .questionAnswerInner .m-pageContent__txt--middle {
    font-size: 16px;
  }
}
.questionAnswerInner .questionAnswer__div {
  display: flex;
  margin: 24px 0;
  gap: 24px;
  flex-direction: column;
}
.questionAnswerInner .questionAnswer__div .m-pageTable {
  width: 100%;
}
.questionAnswerInner .questionAnswer__div .questionAnswer__img {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .questionAnswerInner .questionAnswer__div .questionAnswer__img {
    flex-direction: column;
    gap: 8px;
  }
}
.questionAnswerInner .questionAnswer__txt {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .questionAnswerInner .questionAnswer__txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
.questionAnswerInner .questionAnswer__img {
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .questionAnswerInner .questionAnswer__img {
    text-align: center;
  }
}
.questionAnswerInner .questionAnswer__img img {
  margin: auto auto 8px;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .questionAnswerInner .questionAnswer__img img {
    max-width: 100%;
    margin: 8px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .questionAnswerInner .m-pageTable__ttl {
    width: 100px;
  }
  .questionAnswerInner .m-pageTable__box {
    width: calc(100% - 100px);
  }
}
.questionAnswerInner::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 32px;
  background: #2d85de;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  top: 64px;
  left: -26px;
}
@media screen and (max-width: 768px) {
  .questionAnswerInner::before {
    width: 16px;
    height: 24px;
    top: 16px;
    left: -16px;
  }
}

.question__icon {
  width: 160px;
  height: 160px;
}
.question__icon img {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .question__icon {
    width: 64px;
    height: 64px;
  }
  .question__icon img {
    width: 64px;
    height: 64px;
  }
}

/*# sourceMappingURL=style.css.map */
