@charset "UTF-8";
/*!
Theme Name: 株式会社 永田屋 採用
Theme URI: https://panarea.co.jp
Author: shogo yonetani
Author URI: https://panarea.co.jp
Description: 株式会社 永田屋
*/
/*!color*/
:root {
  --key1: #b32874;
  --white: #fff;
  --gray: #f7f7f7;
  --gray2: #f0f0f0;
  --border: rgba(0,0,0,.205); }

/*!レスポンシブ*/
/*!normalize.css*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em; }

input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /*cursor:pointer*/ }

button[disabled], html input[disabled] {
  /*cursor:default*/ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/*!//normalize.css*/
/*!basic css*/
html {
  height: 100%;
  font-size: 1.2vw; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 3.5vw; } }

body {
  margin: 0;
  position: relative;
  margin-left: auto;
  /*margin-right:auto;*/
  width: auto;
  height: auto;
  font-family: 'Montserrat',Avenir Next,Verdana,游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow-x: hidden;
  overflow-y: auto;
  background: #FFF;
  color: #151515;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  body.onFooter {
    background: #414846;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background-color: #8dc54a;
  color: #252525; }

/*!マウスストーカー*/
.cursor, .follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: none;
  pointer-events: none; }

.cursor {
  width: 8px;
  height: 8px;
  background-color: #000;
  z-index: 10001; }

.follower {
  width: 40px;
  height: 40px;
  background-color: #000;
  opacity: .2;
  z-index: 10000;
  transition: transform ease .1s; }

.follower.is-active {
  transform: scale(2);
  transition: transform ease .1s; }

/*!#siteContent*/
@media screen and (max-width: 768px) {
  #siteContent {
    overflow: hidden; } }

/*!TEXT*/
p, h1, h2, h3, h4, h5 {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
  font-size: 1em;
  line-height: 1.8; }

h1, h2, h3, h4, h5 {
  position: relative;
  z-index: 15; }

p {
  letter-spacing: 0;
  font-weight: 300; }

.sans {
  font-family: 'Montserrat', sans-serif; }

.serif {
  font-family: "Sorts Mill Goudy", YuMincho, "游明朝", "Times New Roman", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HGS明朝B", "ＭＳ Ｐ明朝", serif, "Meiryo", "Sawarabi Mincho", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

i {
  font-style: normal; }

.emphasis {
  background: linear-gradient(rgba(230, 0, 17, 0.25), rgba(230, 0, 17, 0.25)) no-repeat;
  background-size: 100% 8px;
  background-position: 0 0.9em; }

.posCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

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

img.objf {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

video.objf {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/*!LINK*/
a {
  color: #151515;
  text-decoration: none; }
  a.not {
    cursor: not-allowed; }
  a.inline {
    text-decoration: underline; }
  a[target='_blank'] p::after {
    content: '';
    display: inline-block;
    vertical-align: sub;
    width: 1em;
    height: 1em;
    background: url(images/iconLinkout.svg);
    background-size: cover;
    margin-left: 1em; }
  a.linkFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer; }
  a.left {
    margin-left: 0;
    margin-right: auto; }
  a.center {
    margin-left: auto;
    margin-right: auto; }
  a.right {
    margin-left: auto;
    margin-right: 0; }
  a.btn {
    font-size: 1.5vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-top: 7.5vw; }
    @media screen and (max-width: 768px) {
      a.btn {
        font-size: 3.5vw; } }
    a.btn.f_center {
      justify-content: center; }
    a.btn.f_right {
      justify-content: flex-end; }
    a.btn > span {
      display: block;
      background: #30C39E;
      border-radius: 10vw;
      padding: 1.5em 5em;
      color: #fff;
      box-shadow: 0 2.5rem 2rem -2rem #193b4d66;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  a:hover.btn > span {
    background: #2db593;
    box-shadow: none;
    transform: scale(0.975);
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  a.inlineBtn {
    display: flex;
    align-items: center; }
    a.inlineBtn span {
      display: block;
      position: relative;
      z-index: 15; }
      a.inlineBtn span.circle {
        width: 2.5em;
        height: 2.5em;
        border-radius: 5em;
        background: #fff;
        margin-left: 1em;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      a.inlineBtn span.white {
        background: #fff; }
        a.inlineBtn span.white.arrow::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background: url(images/iconArrowGr.svg) center no-repeat;
          background-size: 30%; }
      a.inlineBtn span.green {
        background: #32965e; }
        a.inlineBtn span.green.arrow::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background: url(images/iconArrowWh.svg) center no-repeat;
          background-size: 30%; }
    a.inlineBtn:hover span.circle {
      transform: scale(0.9);
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

.btnWrap {
  display: flex; }
  .btnWrap.left {
    justify-content: flex-start; }
  .btnWrap.center {
    justify-content: center; }
  .btnWrap.right {
    justify-content: flex-end; }

/*!ul/dl*/
ul, dl {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -moz-margin-before: 0;
  -moz-margin-after: 0;
  -moz-margin-start: 0;
  -moz-margin-end: 0;
  -moz-padding-start: 0;
  -ms-margin-before: 0;
  -ms-margin-after: 0;
  -ms-margin-start: 0;
  -ms-margin-end: 0;
  -ms-padding-start: 0;
  -o-margin-before: 0;
  -o-margin-after: 0;
  -o-margin-start: 0;
  -o-margin-end: 0;
  -o-padding-start: 0;
  margin-before: 0;
  margin-after: 0;
  margin-start: 0;
  margin-end: 0;
  padding-start: 0;
  -webkit-padding-left: 0;
  -moz-padding-left: 0;
  -ms-padding-left: 0;
  -o-padding-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

ul::after, dl::after {
  content: '';
  display: block;
  clear: both; }

ul li {
  list-style-type: none; }

dl dd {
  margin-left: 0; }

.clear::after {
  content: '';
  display: block;
  clear: both; }

/*!ASPECT*/
.aspect {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .aspect.aspect35 {
    padding-top: 35%; }
  .aspect.aspect41 {
    padding-top: 41.4%; }
  .aspect.aspect50 {
    padding-top: 50%; }
  .aspect.aspect56 {
    padding-top: 56.25%; }
  .aspect.aspect61 {
    padding-top: 61.8%; }
  .aspect.aspect75 {
    padding-top: 75%; }
  .aspect.aspect100 {
    padding-top: 100%; }
  .aspect.aspect120 {
    padding-top: 120%; }
  .aspect.aspect141 {
    padding-top: 141.4%; }
  .aspect.aspect178 {
    padding-top: 178%; }
  .aspect.aspect200 {
    padding-top: 200%; }
  .aspect .aspectBlock {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #B7C9BF; }
    .aspect .aspectBlock .aspectInner {
      height: calc(100% + 10rem);
      transform: translateY(-5rem); }
    .aspect .aspectBlock img {
      width: 100%;
      height: auto; }
      .aspect .aspectBlock img.objf {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .aspect .aspectBlock iframe {
      width: 100%;
      height: 100%; }
    .aspect .aspectBlock video {
      width: 100%;
      height: auto; }

/*!fugure*/
figure {
  margin: 0; }

/*!shadow*/
.sdw {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05); }

.shadow {
  box-shadow: -3rem 3rem 10rem rgba(0, 0, 0, 0.25); }

/*!Resposive*/
.hidden-xs {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .hidden-xs {
      display: none !important; } }

.visible-xs {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .visible-xs {
      display: block !important; } }

/*!.sticky*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8999; }

/*!.inview*/
.inview {
  opacity: 0; }
  .inview.action {
    opacity: 1;
    transition: ease-in-out 1s; }
  .inview.action[data-delay="1"] {
    transition-delay: 0.05s; }
  .inview.action[data-delay="2"] {
    transition-delay: 0.1s; }
  .inview.action[data-delay="3"] {
    transition-delay: 0.15s; }
  .inview.action[data-delay="4"] {
    transition-delay: 0.2s; }
  .inview.action[data-delay="5"] {
    transition-delay: 0.25s; }
  .inview.action[data-delay="6"] {
    transition-delay: 0.3s; }
  .inview.action[data-delay="7"] {
    transition-delay: 0.35s; }
  .inview.action[data-delay="8"] {
    transition-delay: 0.4s; }
  .inview.action[data-delay="9"] {
    transition-delay: 0.45s; }
  .inview.action[data-delay="10"] {
    transition-delay: 0.5s; }

.animated {
  transform: translateY(2rem); }
  .animated.move {
    transform: translateY(0);
    transition: ease-in-out 1.5s; }

.animate {
  transform: translateY(-2rem); }
  .animate.move {
    transform: translateY(0);
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

.blur {
  filter: blur(10px);
  transform: translate3d(0, 0, 0) perspective(0);
  backface-visibility: hidden;
  will-change: contents; }
  .blur.action {
    filter: blur(0);
    transition: ease .5s; }

/*ベンダープレフィックス登録*/
.animation {
  animation: humbNav 1.5s linear 0s infinite;
  -o-animation: humbNav 1.5s linear 0s infinite;
  -moz-animation: humbNav 1.5s linear 0s infinite;
  -webkit-animation: humbNav 1.5s linear 0s infinite; }

@keyframes humbNav {
  0% {
    width: 30%; }
  50% {
    width: 15%; }
  100% {
    width: 30%; } }
@-webkit-keyframes humbNav {
  0% {
    width: 30%; }
  50% {
    width: 15%; }
  100% {
    width: 30%; } }
@-o-keyframes humbNav {
  0% {
    width: 30%; }
  50% {
    width: 15%; }
  100% {
    width: 30%; } }
.anime_fade {
  display: flex; }

.anime_fade:hover span {
  animation: anime_fade 1s linear 0s 1;
  -o-animation: anime_fade 1s linear 0s 1;
  -moz-animation: anime_fade 1s linear 0s 1;
  -webkit-animation: anime_fade 1s linear 0s 1; }

@keyframes anime_fade {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes anime_fade {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-o-keyframes anime_fade {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.transition {
  transition: ease 0.3s;
  transition: -o-ease 0.3s;
  transition: -moz-ease 0.3s;
  transition: -webkit-ease 0.3s; }

/*!input*/
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #f8f8f8;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  width: 100%;
  height: 60px;
  font-size: 1.5rem; }
  select option {
    background-color: #fff;
    color: #333; }

/*!------------------------------------
css_assets(パーツ)
-------------------------------------*/
.clr_lime {
  color: #30C39E; }

.bg_gray_lighter {
  background: #f8f8f8; }

.bg_lime {
  background: #30C39E; }

.bg_light {
  background: #F2F4F3; }

.bg_dark {
  background: #B7C9BF; }

/*!button*/
.humbBtn {
  display: block;
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .humbBtn {
      width: 15vw;
      height: 15vw;
      margin-right: 0; } }
  .humbBtn span.border {
    display: block;
    width: 20%;
    height: 2px;
    border-radius: 2px;
    background: #050505;
    position: absolute;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn span.border:nth-child(1) {
      top: 42.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.border:nth-child(2) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.border:nth-child(3) {
      top: 57.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .humbBtn.active span.border {
    background: #000;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn.active span.border:nth-child(1) {
      top: 50%; }
    .humbBtn.active span.border:nth-child(3) {
      top: 50%; }
  .humbBtn.scroll span {
    background: #000;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

/*!text*/
.t___left {
  text-align: left;
  margin-right: auto; }

.t___center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.t___right {
  text-align: right;
  margin-left: auto; }

/*!text_index*/
h2.sectionTtl > span {
  display: block; }
  h2.sectionTtl > span.en {
    font-size: 1em;
    font-weight: 500;
    color: #30C39E; }
  h2.sectionTtl > span.jp {
    font-size: 2em;
    font-weight: 600; }
h2.sectionTtl + .box {
  margin-top: 3vw; }

h3.sectionTtl {
  display: flex;
  align-items: center; }
  h3.sectionTtl span {
    display: block; }
    h3.sectionTtl span.border {
      width: 3em;
      height: 1px; }
    h3.sectionTtl span.txt {
      margin-left: 1em;
      font-weight: 500; }

/*!text_single*/
h1.singleTtl {
  font-weight: 300;
  color: #fff;
  font-size: 2.5vw;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    h1.singleTtl {
      font-size: 5vw; } }

p.singleTtl {
  color: #fff;
  font-size: 1.17vw;
  margin-bottom: 3em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .15em; }
  @media screen and (max-width: 768px) {
    p.singleTtl {
      font-size: 2.5vw;
      margin-bottom: 1.5em; } }

time.singleTtl {
  display: block;
  color: #fff;
  font-size: 1.17vw;
  margin-bottom: 3em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .15em; }
  @media screen and (max-width: 768px) {
    time.singleTtl {
      font-size: 3.2vw; } }

/*!text_single*/
h1.interviewTtl {
  font-weight: 300; }
  h1.interviewTtl span {
    display: block;
    line-height: 1.35; }
    h1.interviewTtl span.lead {
      font-size: 3vw;
      margin-bottom: 1em; }
      @media screen and (max-width: 768px) {
        h1.interviewTtl span.lead {
          font-size: 6vw; } }
    h1.interviewTtl span.pram {
      font-size: 1.5vw; }
      @media screen and (max-width: 768px) {
        h1.interviewTtl span.pram {
          font-size: 3.5vw; } }

hr.sepLine {
  margin: 6.25vw 0; }
  @media screen and (max-width: 768px) {
    hr.sepLine {
      margin: 12.5vw 0; } }

/*!------------------------------------
css_sections(ブロック)
-------------------------------------*/
/*!#siteHeader*/
#siteHeader {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000; }
  #siteHeader .innerWrap {
    width: 90%; }

.headLogo {
  overflow: hidden; }
  .headLogo img {
    width: auto;
    height: 2vw; }
    @media screen and (max-width: 768px) {
      .headLogo img {
        height: 6vw; } }
  .headLogo p {
    text-indent: -9999px;
    height: 1px; }

.headerLogo {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .headerLogo {
      display: flex;
      align-items: center; } }
  .headerLogo img {
    width: auto;
    height: 2vw; }
    @media screen and (max-width: 768px) {
      .headerLogo img {
        height: 6vw; } }
  .headerLogo p {
    font-weight: 500;
    text-align: center;
    letter-spacing: .2em;
    font-size: .85em;
    color: #b32874; }
    @media screen and (max-width: 768px) {
      .headerLogo p {
        margin-left: 1em; } }

/*!#aside*/
aside#navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  border-right: solid 1px #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: center;
  width: 12vw;
  height: 100vh;
  background: #fff;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  @media screen and (max-width: 768px) {
    aside#navigation {
      border-right: none;
      border-bottom: solid 1px #eee;
      width: 100%;
      height: 15vw;
      flex-wrap: nowrap;
      padding-left: 5vw; } }
  aside#navigation:hover {
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    aside#navigation:hover .humbBtn span.border {
      background: #30C39E;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  aside#navigation.active {
    border-right: solid 1px #222;
    background: #414846;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    @media screen and (max-width: 768px) {
      aside#navigation.active {
        border-right: 0;
        border-top: solid 1px #222; } }
    aside#navigation.active .humbBtn span.border {
      background: #efefef;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      aside#navigation.active .humbBtn span.border:nth-child(1) {
        top: 50%; }
      aside#navigation.active .humbBtn span.border:nth-child(3) {
        top: 50%; }
aside#aside {
  width: 62vw;
  height: 100vh;
  display: block;
  background: #fff;
  border-right: solid 1px #ddd;
  position: fixed;
  top: 0;
  left: -62vw;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  overflow: scroll;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  @media screen and (max-width: 768px) {
    aside#aside {
      width: 95vw;
      left: -95vw;
      overflow: scroll; } }
  aside#aside.active {
    left: 0;
    opacity: 1;
    pointer-events: auto;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  aside#aside .innerWrap {
    padding-left: 18vw;
    padding-right: 6vw; }
    @media screen and (max-width: 768px) {
      aside#aside .innerWrap {
        padding: 25vw 7.5vw 15vw; } }

ul.listGlobalNav li {
  font-weight: 500;
  position: relative;
  z-index: 15; }
  ul.listGlobalNav li a {
    justify-content: space-between; }
  ul.listGlobalNav li span.txt {
    font-size: 1.5em; }
    ul.listGlobalNav li span.txt span {
      display: inline-block; }
      ul.listGlobalNav li span.txt span.jp {
        font-size: .65em;
        margin-left: 1em; }
  ul.listGlobalNav li ~ li {
    margin-top: 1.75em; }
    @media screen and (max-width: 768px) {
      ul.listGlobalNav li ~ li {
        margin-top: 2em; } }
  ul.listGlobalNav li::before {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border-radius: 1em;
    background: #3db370;
    position: absolute;
    left: -1.5em;
    top: 1em;
    opacity: 0;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  ul.listGlobalNav li.active::before {
    opacity: 1;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  ul.listGlobalNav li:hover::before {
    opacity: 1;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

.headCall {
  display: block;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .headCall {
      width: calc(2.4em + 10vw); } }

@media screen and (max-width: 768px) {
  ul.listContact {
    display: flex;
    align-items: center; } }
ul.listContact li {
  display: block; }
  ul.listContact li ~ li {
    margin-top: 2em; }
    @media screen and (max-width: 768px) {
      ul.listContact li ~ li {
        margin-top: 0;
        margin-left: 5vw; } }
  ul.listContact li span {
    display: block; }
    ul.listContact li span.icon {
      width: 1.2em;
      height: 1.2em;
      margin: 0 auto; }
    ul.listContact li span.call {
      background: url(images/iconPhone.svg);
      background-size: cover; }
    ul.listContact li span.mail {
      background: url(images/iconMail.svg);
      background-size: cover; }

#barba-wrapper {
  width: 88vw;
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    #barba-wrapper {
      width: 100vw;
      padding-top: 15vw;
      overflow: hidden; } }

/*!#siteFooter*/
#siteFooter .innerWrap {
  width: 76vw;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #siteFooter .innerWrap {
      width: 85vw; } }

nav.footerNav {
  display: flex;
  align-items: center;
  justify-content: space-between; }

ul.listFooterNav {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    ul.listFooterNav {
      display: none; } }
  ul.listFooterNav li ~ li {
    margin-left: 1.435em; }

.flexFootest {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3vw; }
  @media screen and (max-width: 768px) {
    .flexFootest {
      margin-top: 5vw; } }
  @media screen and (max-width: 768px) {
    .flexFootest > .flexLeft {
      width: 100%; } }
  .flexFootest > .flexLeft ul.listSNS {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .flexFootest > .flexLeft ul.listSNS {
        justify-content: center; } }
    .flexFootest > .flexLeft ul.listSNS li {
      margin-right: 1em; }
      .flexFootest > .flexLeft ul.listSNS li:last-child {
        margin-right: 0; }
      .flexFootest > .flexLeft ul.listSNS li span.icon {
        display: block;
        width: 1.25em;
        height: 1.25em; }
        .flexFootest > .flexLeft ul.listSNS li span.icon.tw {
          background: url(images/social_tw.svg);
          background-size: cover; }
        .flexFootest > .flexLeft ul.listSNS li span.icon.fb {
          background: url(images/social_fb.svg);
          background-size: cover; }
        .flexFootest > .flexLeft ul.listSNS li span.icon.ig {
          background: url(images/social_ig.svg);
          background-size: cover; }
        .flexFootest > .flexLeft ul.listSNS li span.icon.li {
          background: url(images/social_li.svg);
          background-size: cover; }
        .flexFootest > .flexLeft ul.listSNS li span.icon.yt {
          background: url(images/social_yt.svg);
          background-size: cover; }
  @media screen and (max-width: 768px) {
    .flexFootest > .flexRight {
      width: 100%;
      margin-top: 5vw; } }

ul.listFooterSubNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap; }
  ul.listFooterSubNav * {
    font-size: .9em;
    opacity: .75; }
  ul.listFooterSubNav li ~ li {
    margin-left: 2.5em; }

/*!#index*/
#siteContent {
  max-width: 100vw; }

h1.indexTtl {
  font-weight: 600;
  color: #fff; }
  h1.indexTtl span {
    display: block; }
    h1.indexTtl span.tagline {
      font-size: 1.35rem;
      letter-spacing: .1em; }
      @media screen and (max-width: 768px) {
        h1.indexTtl span.tagline {
          font-size: 3.5vw; } }
    h1.indexTtl span.copy {
      font-size: 6rem;
      line-height: 1.25;
      letter-spacing: -.03em;
      margin-top: .75em; }
      @media screen and (max-width: 768px) {
        h1.indexTtl span.copy {
          font-size: 10.8vw; } }

h2.indexTtl {
  font-size: 2.75em;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    h2.indexTtl {
      font-size: 2.25em; } }
  h2.indexTtl + p {
    font-weight: 600;
    margin-top: 1.5em; }

h3.indexTtl {
  position: relative;
  z-index: 15;
  font-size: 1.25em;
  font-weight: 500;
  color: #3db370; }
  @media screen and (max-width: 768px) {
    h3.indexTtl {
      font-size: 1em; } }
  h3.indexTtl + h2.indexTtl {
    line-height: 1.05; }
  h3.indexTtl + .box {
    margin-top: 3.5vw; }
  h3.indexTtl.green::before {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border-radius: 1em;
    background: #3db370;
    position: absolute;
    left: -1.5em;
    top: .65em; }
    @media screen and (max-width: 768px) {
      h3.indexTtl.green::before {
        left: -1em; } }
  h3.indexTtl.white::before {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border-radius: 1em;
    background: #fff;
    position: absolute;
    left: -1.5em;
    top: .65em; }
    @media screen and (max-width: 768px) {
      h3.indexTtl.white::before {
        left: -1em; } }

h4.indexTtl {
  font-size: 2em;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    h4.indexTtl {
      font-size: 1.25em; } }

@media screen and (max-width: 768px) {
  h4.spTtl {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 500; } }
@media screen and (max-width: 768px) {
  h4.spTtl + p {
    margin-bottom: 1.5em;
    font-weight: 600; } }

.secIndex {
  position: relative;
  z-index: 15; }
  .secIndex .innerWrap {
    width: 76vw;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .secIndex .innerWrap {
        width: 85vw; } }
  .secIndex.sec1 {
    padding-top: 12.5vw; }
    .secIndex.sec1::before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1;
      width: 75%;
      height: 100%;
      background: #3db370; }
    @media screen and (max-width: 768px) {
      .secIndex.sec1 .aspect.aspect56 {
        padding-top: 141.4%; } }
    .secIndex.sec1 .banar_wrap {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      width: auto;
      height: 210px;
      height: clamp(210px, 15vw, 300px);
      position: absolute;
      top: 5%;
      right: 5%; }
      @media screen and (max-width: 768px) {
        .secIndex.sec1 .banar_wrap {
          justify-content: center;
          width: 90%;
          height: 174.25px; } }
      .secIndex.sec1 .banar_wrap a {
        display: block; }
      .secIndex.sec1 .banar_wrap img {
        width: auto;
        height: 210px;
        height: clamp(210px, 15vw, 300px); }
        @media screen and (max-width: 768px) {
          .secIndex.sec1 .banar_wrap img {
            height: 174.25px; } }
      @media screen and (max-width: 768px) {
        .secIndex.sec1 .banar_wrap > img {
          width: 100%; } }
  .secIndex.sec2 a.inlineBtn {
    margin-top: 3vw; }
    @media screen and (max-width: 768px) {
      .secIndex.sec2 a.inlineBtn {
        margin-top: 5vw; } }
  .secIndex.sec3 a.inlineBtn {
    margin-top: 3vw; }
    @media screen and (max-width: 768px) {
      .secIndex.sec3 a.inlineBtn {
        margin-top: 5vw; } }
  .secIndex.sec3 .flexWrap {
    display: flex; }
    .secIndex.sec3 .flexWrap > .flexItem {
      width: 90%;
      margin-left: auto; }
      @media screen and (max-width: 768px) {
        .secIndex.sec3 .flexWrap > .flexItem {
          width: 100%; } }
  .secIndex.sec5 * {
    color: #fff; }
  .secIndex.sec5 .flexWrap {
    display: flex;
    flex-wrap: wrap; }
    .secIndex.sec5 .flexWrap > .flexLeft {
      width: 55%;
      background: #3db370;
      padding-left: 6vw; }
      @media screen and (max-width: 768px) {
        .secIndex.sec5 .flexWrap > .flexLeft {
          width: 100%;
          padding-left: 7.5vw;
          padding-right: 7.5vw; } }
      .secIndex.sec5 .flexWrap > .flexLeft a.inlineBtn {
        margin-top: 3vw; }
    .secIndex.sec5 .flexWrap > .flexRight {
      width: 45%;
      background: #32965e;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .secIndex.sec5 .flexWrap > .flexRight {
          width: 100%;
          padding: 6vw 0; } }

/*!#index_sec1*/
.leadWrap {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 3vw 6vw 2vw 6vw; }
  @media screen and (max-width: 768px) {
    .leadWrap {
      padding-top: 6vw; } }

dl.listLead {
  display: block; }
  dl.listLead dt {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.5em;
    color: #b32874; }
    @media screen and (max-width: 768px) {
      dl.listLead dt {
        font-size: 1.845em;
        line-height: 1.23; } }
  dl.listLead dd {
    font-weight: 600;
    font-size: 1.35em; }
    @media screen and (max-width: 768px) {
      dl.listLead dd {
        font-size: 1.2em;
        margin-top: .205em; } }

.button_wrapper {
  margin-bottom: 4.1em; }
  .button_wrapper ul.list_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px;
    width: 100%; }
    .button_wrapper ul.list_buttons > li {
      flex: 1;
      min-width: calc((100% / 3) - (18px * 2 / 3)); }
      @media screen and (max-width: 768px) {
        .button_wrapper ul.list_buttons > li {
          min-width: 100%; } }
      .button_wrapper ul.list_buttons > li > a {
        display: flex;
        align-items: center;
        column-gap: 12px;
        padding: 15px 18px;
        border-radius: 8px;
        overflow: hidden;
        background: #b32874;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
        .button_wrapper ul.list_buttons > li > a > p {
          flex: 1; }
          .button_wrapper ul.list_buttons > li > a > p span {
            display: block;
            line-height: 1.435;
            color: #fff; }
            .button_wrapper ul.list_buttons > li > a > p span.title {
              font-size: 1.3325em;
              font-weight: 600; }
            .button_wrapper ul.list_buttons > li > a > p span.caption {
              margin-top: 2px;
              font-size: 13px;
              font-family: 'Inter', Avenir Next,Verdana, 游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif;
              font-weight: 600; }
        .button_wrapper ul.list_buttons > li > a:hover {
          transform: scale(0.975);
          filter: brightness(0.82);
          transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      .button_wrapper ul.list_buttons > li.newer > a {
        background: #2b77ce; }
      .button_wrapper ul.list_buttons > li.midcareer > a {
        background: #da522a; }

/*Index banar*/
.banar_belt {
  position: relative;
  z-index: 15;
  padding: 2.05em 0;
  margin-bottom: 4.1em; }
  .banar_belt::before {
    content: '';
    position: absolute;
    top: 0;
    left: -8vw;
    z-index: -5;
    display: block;
    width: 90vw;
    height: 100%;
    background: #f7f7f7; }
    @media screen and (max-width: 768px) {
      .banar_belt::before {
        width: 100vw; } }
  .banar_belt a {
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .banar_belt a:hover {
      opacity: .7;
      transform: scale(0.95);
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

.slider {
  display: flex;
  align-items: center; }
  .slider .slider__inner {
    display: flex;
    align-items: center;
    gap: 64px;
    padding: 0 32px; }
    @media screen and (max-width: 768px) {
      .slider .slider__inner {
        gap: 16px;
        padding: 0 8px; } }
    .slider .slider__inner:first-child {
      animation: loop 180s linear infinite; }
    .slider .slider__inner:nth-child(2) {
      animation: loop2 180s -120s linear infinite; }
    .slider .slider__inner:last-child {
      animation: loop3 180s -60s linear infinite; }
    .slider .slider__inner .slider__item > * {
      display: block; }
    .slider .slider__inner .slider__item img {
      width: auto;
      max-width: initial;
      height: 160px; }
      @media screen and (max-width: 768px) {
        .slider .slider__inner .slider__item img {
          width: auto;
          max-width: initial;
          height: 120px; } }
  .slider:hover .slider__inner {
    animation-play-state: paused; }

@keyframes loop {
  0% {
    transform: translateX(200%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-200%); } }
@keyframes loop3 {
  0% {
    transform: translateX(0%); }
  to {
    transform: translateX(-300%); } }
/*!#index_sec2*/
dl.listWWA dt {
  font-size: 5.4em;
  font-weight: 700;
  line-height: 1.25;
  color: #b32874; }
  @media screen and (max-width: 768px) {
    dl.listWWA dt {
      font-size: 3em; } }
dl.listWWA dd {
  font-size: 1.75em;
  font-weight: 700;
  margin-top: 1em;
  color: #252525; }
  @media screen and (max-width: 768px) {
    dl.listWWA dd {
      font-size: 1.5em;
      margin-top: .5em; } }

/*!#index_sec3*/
ul.listIndexAnker {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    ul.listIndexAnker {
      display: block; } }
  ul.listIndexAnker li {
    width: calc((100% / 3) - (40px / 3)); }
    @media screen and (max-width: 768px) {
      ul.listIndexAnker li {
        width: 100%;
        display: flex;
        justify-content: space-between; } }
    ul.listIndexAnker li .itemHead {
      position: relative;
      z-index: 15; }
      @media screen and (max-width: 768px) {
        ul.listIndexAnker li .itemHead {
          width: 45%; } }
      ul.listIndexAnker li .itemHead * {
        color: #fff; }
      ul.listIndexAnker li .itemHead::after {
        content: '';
        display: block;
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }
      ul.listIndexAnker li .itemHead .itemTtl {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        padding: 0 1.5em 1em; }
    ul.listIndexAnker li .itemBody {
      margin-top: 2em;
      padding: 0 1.5em; }
      @media screen and (max-width: 768px) {
        ul.listIndexAnker li .itemBody {
          width: 55%;
          padding: 0;
          padding-left: 5vw; } }
      ul.listIndexAnker li .itemBody > p {
        min-height: 3.6em; }
    @media screen and (max-width: 768px) {
      ul.listIndexAnker li ~ li {
        margin-top: 1em; } }

/*!#index_sec4*/
/*!#Page*/
h1.pageTtl {
  font-weight: 500;
  font-size: 5em;
  position: relative;
  display: table;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    h1.pageTtl {
      font-size: 3em; } }
  h1.pageTtl > span {
    display: block;
    position: relative; }
    h1.pageTtl > span.en {
      font-size: 3vw;
      font-weight: 500;
      line-height: 1.25; }
      @media screen and (max-width: 768px) {
        h1.pageTtl > span.en {
          font-size: 8.4vw; } }
    h1.pageTtl > span.jp {
      font-size: 1.5vw;
      font-weight: 600;
      line-height: 1.5;
      margin-top: .5em; }
      @media screen and (max-width: 768px) {
        h1.pageTtl > span.jp {
          font-size: 3.8vw; } }
    h1.pageTtl > span em {
      font-style: normal;
      color: #f05f40; }
  h1.pageTtl span.count {
    position: absolute;
    bottom: 30%;
    left: 90%;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    font-size: 1.17vw;
    line-height: calc(5vw - 4px);
    font-weight: 500;
    text-align: center;
    border: solid 2px #f05f40; }
    @media screen and (max-width: 768px) {
      h1.pageTtl span.count {
        bottom: 40%;
        left: 95%;
        width: 10vw;
        height: 10vw;
        line-height: calc(10vw - 4px);
        font-size: 3.2vw; } }
  h1.pageTtl + p {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-top: .25em; }
    @media screen and (max-width: 768px) {
      h1.pageTtl + p {
        font-size: 1.2em;
        margin-top: .5em; } }
    h1.pageTtl + p::before {
      content: '';
      display: block;
      width: 1.5em;
      height: 2px;
      border-radius: 1px;
      background: #000; }
      @media screen and (max-width: 768px) {
        h1.pageTtl + p::before {
          width: 1em; } }
    h1.pageTtl + p span {
      display: block;
      width: calc(100%  - 1.5em);
      padding-left: 1.5em; }
      @media screen and (max-width: 768px) {
        h1.pageTtl + p span {
          padding-left: 1em; } }

h2.pageTtl {
  font-size: 1.75em; }
  h2.pageTtl + .box {
    margin-top: 3vw; }

h4.pageTtl {
  font-size: 1.5em; }
  h4.pageTtl + .box {
    margin-top: 1.5vw; }

header.pageHeader {
  position: relative;
  z-index: 15;
  width: 100%;
  overflow: hidden; }
  header.pageHeader::before {
    content: attr(data-text) "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 21em;
    white-space: nowrap;
    font-weight: 700;
    opacity: .075;
    z-index: -1;
    line-height: 1.25;
    color: #3db370; }
    @media screen and (max-width: 768px) {
      header.pageHeader::before {
        font-size: 12em; } }
  header.pageHeader .innerWrap {
    width: 76vw;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      header.pageHeader .innerWrap {
        width: 85vw; } }

.secPage {
  position: relative;
  z-index: 15; }
  .secPage .innerWrap {
    width: 76vw;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .secPage .innerWrap {
        width: 85vw; } }

/*!#Page_About_________________________________________________________________________________*/
.missionWrap .missionItem ~ .missionItem {
  margin-top: 5vw; }

dl.listValue {
  font-weight: 600;
  background: #f8f8f8;
  padding: 2.5rem;
  border-radius: 1.5rem; }
  @media screen and (max-width: 768px) {
    dl.listValue {
      padding: 2rem 5vw;
      width: calc(100% + 10vw);
      margin-left: -5vw; } }
  dl.listValue dt {
    font-size: 2.75em;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      dl.listValue dt {
        font-size: 1.75em; } }
    @media screen and (max-width: 768px) {
      dl.listValue dt br {
        display: none; } }
  dl.listValue dd {
    font-size: 1.5em;
    line-height: 1.8;
    margin-top: 1em; }
    @media screen and (max-width: 768px) {
      dl.listValue dd {
        font-size: 1.25em; } }
    @media screen and (max-width: 768px) {
      dl.listValue dd br {
        display: none; } }

p.slogan {
  font-size: 1.75em;
  line-height: 1.8;
  font-weight: 600;
  background: #f8f8f8;
  padding: 2.5rem;
  border-radius: 1.5rem; }
  @media screen and (max-width: 768px) {
    p.slogan {
      font-size: 1.25em;
      padding: 2rem 5vw;
      width: calc(100% + 10vw);
      margin-left: -5vw; } }
  p.slogan em {
    color: #3db370;
    font-style: normal;
    background: rgba(0, 0, 0, 0.05); }

ul.listMission li {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
  background: #f8f8f8;
  padding: 2.5rem;
  border-radius: 1.5rem; }
  @media screen and (max-width: 768px) {
    ul.listMission li {
      font-size: 1.5em;
      padding: 2rem 5vw;
      width: calc(100% + 10vw);
      margin-left: -5vw; } }
  @media screen and (max-width: 768px) {
    ul.listMission li br {
      display: none; } }
  ul.listMission li ~ li {
    margin-top: .5em; }

.slideWrap {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.messageHead {
  width: 100%;
  height: 44vw;
  max-height: 640px; }

.messageWrap {
  font-size: 1.2em; }
  @media screen and (max-width: 768px) {
    .messageWrap {
      font-size: 1.1em; } }

dl.listMessage dt {
  font-weight: 600;
  font-size: 1.75em; }
  @media screen and (max-width: 768px) {
    dl.listMessage dt {
      font-size: 1.35em; } }
dl.listMessage dd {
  line-height: 2;
  margin-top: 1.5em; }
  @media screen and (max-width: 768px) {
    dl.listMessage dd {
      margin-top: 1em; } }
dl.listMessage ~ dl.listMessage {
  margin-top: 2.5em; }

dl.listCompany {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.17em; }
  @media screen and (max-width: 768px) {
    dl.listCompany {
      font-size: 1.1em; } }
  dl.listCompany dt {
    width: 25%;
    font-weight: 600;
    ine-height: 2; }
    @media screen and (max-width: 768px) {
      dl.listCompany dt {
        width: 100%; } }
  dl.listCompany dd {
    width: 75%;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      dl.listCompany dd {
        width: 100%; } }
  dl.listCompany ~ dl.listCompany {
    margin-top: 2em; }
    @media screen and (max-width: 768px) {
      dl.listCompany ~ dl.listCompany {
        margin-top: 1em; } }

h3.locationTtl {
  background: #f8f8f8;
  padding: 1em 5%;
  border-radius: .5em;
  font-weight: 600;
  font-size: 1.25em; }
  @media screen and (max-width: 768px) {
    h3.locationTtl {
      padding: 0.75em calc(1.17rem * 2); } }
  h3.locationTtl + .box {
    margin-top: 3vw; }
    @media screen and (max-width: 768px) {
      h3.locationTtl + .box {
        margin-top: 5vw; } }

h4.locationTtl {
  color: #3db370;
  font-weight: 600;
  display: flex;
  align-items: center; }
  h4.locationTtl::before {
    content: '';
    display: block;
    width: 1.17em;
    height: 1.17em;
    background: url(images/iconPin.svg);
    background-size: cover; }
  h4.locationTtl span {
    display: block;
    width: calc(100% - 1.17em);
    padding-left: 1em; }

.storeWrap .storeCategoryWrap {
  display: block; }
  .storeWrap .storeCategoryWrap ~ .storeCategoryWrap {
    margin-top: 5vw; }

.flexLocation {
  display: flex;
  flex-wrap: wrap; }
  .flexLocation > .flexLeft {
    width: 25%; }
    @media screen and (max-width: 768px) {
      .flexLocation > .flexLeft {
        width: 100%;
        margin-bottom: .75em; } }
  .flexLocation > .flexRight {
    width: 75%; }
    @media screen and (max-width: 768px) {
      .flexLocation > .flexRight {
        /*width: calc(calc(100% - (1.17em * 2)));*/
        width: 100%;
        margin-left: auto; } }
  .flexLocation ~ .flexLocation {
    margin-top: 3vw; }
    @media screen and (max-width: 768px) {
      .flexLocation ~ .flexLocation {
        margin-top: 10vw; } }

ul.listLocation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.listLocation li {
    width: calc(50% - 1.5em);
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      ul.listLocation li {
        width: 100%; } }
    ul.listLocation li > div {
      width: 100%; }
      ul.listLocation li > div + dl {
        width: 100%;
        margin-top: 1.5em; }
    @media screen and (max-width: 768px) {
      ul.listLocation li ~ li {
        margin-top: 2em; } }
    ul.listLocation li:nth-of-type(2) ~ li {
      margin-top: 1.5em; }
      @media screen and (max-width: 768px) {
        ul.listLocation li:nth-of-type(2) ~ li {
          margin-top: 2em; } }
  ul.listLocation::after {
    display: none; }

dl.listLocation dt {
  font-weight: 600; }
dl.listLocation dd {
  line-height: 1.5;
  margin-top: .5em; }
  @media screen and (max-width: 768px) {
    dl.listLocation dd {
      margin-top: 0; } }

/*History*/
ul.listHistory {
  position: relative;
  z-index: 15;
  margin-top: 1.5em;
  padding: .5em 0; }
  ul.listHistory::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    border-left: dashed 2px #ccc;
    position: absolute;
    left: calc(7.5% + (7.5% / 2) - 2px);
    top: 0; }
    @media screen and (max-width: 768px) {
      ul.listHistory::before {
        left: calc(12.5% + (7.5% / 2) - 1px); } }
  ul.listHistory li {
    display: flex;
    align-items: baseline;
    font-size: 1.17em; }
    @media screen and (max-width: 768px) {
      ul.listHistory li {
        align-items: flex-start;
        font-size: 1em; } }
    ul.listHistory li span.year {
      display: block;
      font-weight: 500;
      width: 7.5%;
      text-align: right;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        ul.listHistory li span.year {
          width: 12.5%; } }
      ul.listHistory li span.year > span {
        display: block; }
        @media screen and (max-width: 768px) {
          ul.listHistory li span.year > span.global_year {
            white-space: nowrap; } }
        ul.listHistory li span.year > span.year_jp {
          font-size: .85em; }
          @media screen and (max-width: 768px) {
            ul.listHistory li span.year > span.year_jp {
              white-space: nowrap; } }
    ul.listHistory li p {
      width: 92.5%;
      padding-left: 7.5%;
      position: relative;
      z-index: 15; }
      @media screen and (max-width: 768px) {
        ul.listHistory li p {
          width: 87.5%; } }
      ul.listHistory li p::before {
        content: '';
        display: block;
        width: .5em;
        height: .5em;
        border-radius: 1em;
        border: solid 2px #3db370;
        position: absolute;
        left: calc((7.5% / 2) - (.5em / 2));
        top: .5em;
        background: #fff; }
      ul.listHistory li p span.txt > span {
        display: block; }
        ul.listHistory li p span.txt > span.lead {
          font-size: 1.2em; }
      ul.listHistory li p img {
        width: 30%;
        float: right;
        margin-left: 5%; }
        @media screen and (max-width: 768px) {
          ul.listHistory li p img {
            width: 100%;
            margin-left: 0;
            margin-bottom: 1em; } }
    ul.listHistory li ~ li {
      margin-top: 2em; }

/*!#Page_Strength_________________________________________________________________________________*/
h4.profileTtl {
  font-size: 1.5em; }
  @media screen and (max-width: 768px) {
    h4.profileTtl {
      font-size: 1.25em; } }

.profileWrap {
  display: flex;
  flex-wrap: wrap; }
  .profileWrap .profileItem {
    width: calc((100% / 3) - (40px / 3)); }
    @media screen and (max-width: 768px) {
      .profileWrap .profileItem {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border: solid 1px #eee;
        border-radius: 1em;
        overflow: hidden; } }
    .profileWrap .profileItem ~ .profileItem {
      margin-left: 20px; }
      @media screen and (max-width: 768px) {
        .profileWrap .profileItem ~ .profileItem {
          margin-left: 0;
          margin-top: 1em; } }
    @media screen and (max-width: 768px) {
      .profileWrap .profileItem .itemHead {
        width: 25%; } }
    @media screen and (max-width: 768px) {
      .profileWrap .profileItem .itemHead .aspect56 {
        padding-top: 100%; } }
    .profileWrap .profileItem .itemBody {
      margin-top: 2.5em; }
      @media screen and (max-width: 768px) {
        .profileWrap .profileItem .itemBody {
          width: 75%;
          margin-top: 0; } }
      .profileWrap .profileItem .itemBody * {
        text-align: center; }
  .profileWrap.crosstalk {
    margin-bottom: -50px;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .profileWrap.crosstalk {
        margin-bottom: -10px; } }
    .profileWrap.crosstalk .profileItem {
      width: calc((100% / 2) - (50px / 2));
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .profileWrap.crosstalk .profileItem {
          width: 100%;
          margin-bottom: 10px; } }
      .profileWrap.crosstalk .profileItem ~ .profileItem {
        margin-left: 0; }

ul.listProfile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .5em; }
  @media screen and (max-width: 768px) {
    ul.listProfile {
      margin-top: .25em; } }
  ul.listProfile li ~ li::before {
    content: '・';
    display: inline-block; }

.episodeWrap {
  margin-top: 7.5vw; }
  @media screen and (max-width: 768px) {
    .episodeWrap {
      margin-top: 10vw; } }
  .episodeWrap h4.episodeTtl {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 1.25em; }
    @media screen and (max-width: 768px) {
      .episodeWrap h4.episodeTtl {
        font-size: 1.75em;
        margin-bottom: 1em;
        line-height: 1.5; } }
  .episodeWrap h5.episodeTtl {
    font-size: 1.35em;
    font-weight: 600; }
  .episodeWrap .episodeItem .flexWrap {
    display: flex;
    flex-wrap: wrap; }
    .episodeWrap .episodeItem .flexWrap > .flexLeft {
      width: 12.5%;
      text-align: center; }
      .episodeWrap .episodeItem .flexWrap > .flexLeft .itemHead {
        border-radius: 1.5rem;
        overflow: hidden; }
      .episodeWrap .episodeItem .flexWrap > .flexLeft .itemBody {
        margin-top: 1em; }
        @media screen and (max-width: 768px) {
          .episodeWrap .episodeItem .flexWrap > .flexLeft .itemBody {
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; } }
        .episodeWrap .episodeItem .flexWrap > .flexLeft .itemBody .main {
          font-weight: 600; }
        .episodeWrap .episodeItem .flexWrap > .flexLeft .itemBody .sub {
          font-size: .9em; }
    .episodeWrap .episodeItem .flexWrap > .flexRight {
      width: 87.5%;
      padding-left: 5%;
      position: relative;
      z-index: 15; }
      .episodeWrap .episodeItem .flexWrap > .flexRight .inner {
        display: block;
        background: #f8f8f8;
        padding: 2.5rem;
        border-radius: 1.5rem; }
        @media screen and (max-width: 768px) {
          .episodeWrap .episodeItem .flexWrap > .flexRight .inner {
            padding: 2.5rem 5vw; } }
  .episodeWrap .episodeItem ~ .episodeItem {
    margin-top: 1em; }
  .episodeWrap .episodeItem.crosstalk .flexWrap > .flexRight .inner {
    background: #fff; }

dl.listEpisode dd {
  line-height: 2; }
  @media screen and (max-width: 768px) {
    dl.listEpisode dd {
      line-height: 1.65; } }

ul.listEpisode li {
  display: flex;
  align-items: center; }
  ul.listEpisode li::before {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border-radius: 1em;
    background: #fff;
    border: solid 2px #3db370; }
  ul.listEpisode li span {
    display: block;
    width: calc(100% - .5em);
    padding-left: 1em; }
  ul.listEpisode li ~ li {
    margin-top: .5em; }
    @media screen and (max-width: 768px) {
      ul.listEpisode li ~ li {
        margin-top: 1em; } }

ul.list_mov {
  display: flex;
  flex-wrap: wrap;
  gap: calc(85px / 2); }
  @media screen and (max-width: 768px) {
    ul.list_mov {
      gap: calc(85px / 4); } }
  ul.list_mov li {
    width: calc((100% / 2) - ((85px / 2) / 2)); }
    @media screen and (max-width: 768px) {
      ul.list_mov li {
        width: 100%; } }
    ul.list_mov li .aspect {
      border-radius: calc(85px / 8);
      overflow: hidden; }
    ul.list_mov li p {
      font-size: 1.1275em;
      font-weight: 500;
      margin-top: calc(85px / 4);
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        ul.list_mov li p {
          font-size: 1em;
          margin-top: calc(85px / 6); } }

h4.dailyflowTtl {
  font-size: 1.5em;
  font-weight: 600; }

.dailyflowWrap .itemWrap ~ .itemWrap {
  margin-top: 5vw; }

ul.listSchedule {
  position: relative;
  z-index: 15;
  margin-top: 1.5em;
  padding: .5em 0; }
  ul.listSchedule::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    border-left: dashed 2px #ccc;
    position: absolute;
    left: calc(7.5% + (7.5% / 2) - 2px);
    top: 0; }
    @media screen and (max-width: 768px) {
      ul.listSchedule::before {
        left: calc(12.5% + (7.5% / 2) - 1px); } }
  ul.listSchedule li {
    display: flex;
    align-items: center;
    font-size: 1.17em; }
    @media screen and (max-width: 768px) {
      ul.listSchedule li {
        align-items: flex-start;
        font-size: 1em; } }
    ul.listSchedule li span.time {
      display: block;
      font-weight: 500;
      width: 7.5%;
      text-align: right;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        ul.listSchedule li span.time {
          width: 12.5%; } }
    ul.listSchedule li p {
      width: 92.5%;
      padding-left: 7.5%;
      position: relative;
      z-index: 15; }
      @media screen and (max-width: 768px) {
        ul.listSchedule li p {
          width: 87.5%; } }
      ul.listSchedule li p::before {
        content: '';
        display: block;
        width: .5em;
        height: .5em;
        border-radius: 1em;
        border: solid 2px #3db370;
        position: absolute;
        left: calc((7.5% / 2) - (.5em / 2));
        top: .5em;
        background: #fff; }
      ul.listSchedule li p img {
        width: 30%;
        float: right;
        margin-left: 5%; }
        @media screen and (max-width: 768px) {
          ul.listSchedule li p img {
            width: 100%;
            margin-left: 0;
            margin-bottom: 1em; } }
    ul.listSchedule li ~ li {
      margin-top: 2em; }

/*!#Page_Environment_________________________________________________________________________________*/
ul.listTraining {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.listTraining li {
    width: calc(50% - 10px);
    border: solid 1px #eee;
    border-radius: .5em;
    padding: 1.5em 5%;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      ul.listTraining li {
        width: 100%;
        padding: .75em 5%; } }
    ul.listTraining li:nth-of-type(2) ~ li {
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        ul.listTraining li:nth-of-type(2) ~ li {
          margin-top: 10px; } }
    @media screen and (max-width: 768px) {
      ul.listTraining li ~ li {
        margin-top: 10px; } }

.careerWrap {
  position: relative;
  z-index: 15; }
  .careerWrap p.careerLead {
    position: absolute;
    top: 5%;
    left: 0;
    font-size: 3.25em;
    font-weight: 900;
    line-height: 1.35; }
    @media screen and (max-width: 768px) {
      .careerWrap p.careerLead {
        position: relative;
        top: 0;
        font-size: 2.1em;
        margin-bottom: -.5em; } }
    .careerWrap p.careerLead span {
      background: #3db370;
      color: #fff; }

@media screen and (max-width: 768px) {
  ul.listCareerstep {
    margin-left: -7.5vw; } }
ul.listCareerstep > li {
  width: calc(40% + 6vw);
  color: #fff;
  border-radius: 2.5rem 0;
  padding: 2em 2.5em 1.5em; }
  @media screen and (max-width: 768px) {
    ul.listCareerstep > li {
      width: calc(70% + 15vw);
      padding: 1.5em 2.5em 1em; } }
  ul.listCareerstep > li:nth-child(1) {
    margin-left: calc((60% / 4) * 4);
    margin-right: auto;
    background: #fc636b; }
    @media screen and (max-width: 768px) {
      ul.listCareerstep > li:nth-child(1) {
        margin-left: calc((30% / 4) * 4); } }
  ul.listCareerstep > li:nth-child(2) {
    margin-left: calc((60% / 4) * 3);
    margin-right: auto;
    background: #ffb900; }
    @media screen and (max-width: 768px) {
      ul.listCareerstep > li:nth-child(2) {
        margin-left: calc((30% / 4) * 3); } }
  ul.listCareerstep > li:nth-child(3) {
    margin-left: calc((60% / 4) * 2);
    margin-right: auto;
    background: #6a67ce; }
    @media screen and (max-width: 768px) {
      ul.listCareerstep > li:nth-child(3) {
        margin-left: calc((30% / 4) * 2); } }
  ul.listCareerstep > li:nth-child(4) {
    margin-left: calc((60% / 4) * 1);
    margin-right: auto;
    background: #1aafd0; }
    @media screen and (max-width: 768px) {
      ul.listCareerstep > li:nth-child(4) {
        margin-left: calc((30% / 4) * 1); } }
  ul.listCareerstep > li:nth-child(5) {
    margin-left: calc((60% / 4) * 0);
    margin-right: auto;
    background: #5ecc62; }
  ul.listCareerstep > li ~ li {
    margin-top: 0; }
ul.listCareerstep + p.caption {
  display: table;
  margin-left: auto;
  color: #777;
  margin-top: 2em; }

dl.listCareerstep {
  position: relative; }
  dl.listCareerstep dt {
    font-weight: 600;
    font-size: 1.5em; }
  dl.listCareerstep dd {
    margin-top: .5em;
    font-weight: 600;
    font-size: 1.1em; }
    @media screen and (max-width: 768px) {
      dl.listCareerstep dd {
        font-size: 1em; } }

ul.listCareertask li {
  display: flex;
  align-items: center; }
  ul.listCareertask li::before {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border-radius: 1em;
    background: #fff; }
  ul.listCareertask li span {
    display: block;
    width: calc(100% - .5em);
    padding-left: .75em; }
  ul.listCareertask li.newer {
    color: #d8ff00; }
    ul.listCareertask li.newer::before {
      background: #d8ff00; }

ul.listCareer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px; }
  @media screen and (max-width: 768px) {
    ul.listCareer {
      justify-content: space-between; } }
  ul.listCareer li {
    width: calc((100% / 3) - (40px / 3));
    margin-bottom: 40px;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      ul.listCareer li {
        width: calc((100% / 2) - (20px / 2));
        margin-right: 0; } }
    ul.listCareer li::before {
      content: attr(data-number) "";
      display: block;
      color: #fff;
      background: #3db370;
      width: 3em;
      height: 3em;
      border-radius: 3em;
      text-align: center;
      line-height: 3em;
      font-size: .85em;
      font-weight: 500;
      margin-bottom: -1.5em;
      z-index: 1;
      position: relative;
      left: 1em; }
    ul.listCareer li:nth-child(3n) {
      margin-right: 0; }

dl.listCareer dt {
  font-weight: 600;
  font-size: 1.2em; }
dl.listCareer dd {
  margin-top: 1em;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    dl.listCareer dd {
      line-height: 1.65; } }
  dl.listCareer dd img {
    float: right;
    margin-left: 5%;
    width: 25%;
    height: auto; }
    @media screen and (max-width: 768px) {
      dl.listCareer dd img {
        margin-left: 0;
        width: 100%;
        margin-bottom: 7.5%; } }

.welfareWrap .welfareHead {
  display: block; }
.welfareWrap .welfareBody {
  margin-top: 1.5em; }

.CSRWrap .csrItem ~ .csrItem {
  margin-top: 5vw; }
  @media screen and (max-width: 768px) {
    .CSRWrap .csrItem ~ .csrItem {
      margin-top: 12.5vw; } }
.CSRWrap h4.csrTtl {
  background: #f8f8f8;
  padding: 1em 5%;
  font-size: 1.25em;
  border-radius: .5em; }
  @media screen and (max-width: 768px) {
    .CSRWrap h4.csrTtl {
      padding: .75em 5%; } }
  .CSRWrap h4.csrTtl + .box {
    margin-top: 2.5vw; }
    @media screen and (max-width: 768px) {
      .CSRWrap h4.csrTtl + .box {
        margin-top: 5vw; } }

ul.listCSR {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.listCSR li {
    width: calc(50% - 10px);
    border: solid 1px #eee;
    border-radius: .5em;
    padding: 1.5em 5%;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      ul.listCSR li {
        width: 100%;
        padding: .75em 5%; } }
    ul.listCSR li:nth-of-type(2) ~ li {
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        ul.listCSR li:nth-of-type(2) ~ li {
          margin-top: 10px; } }
    @media screen and (max-width: 768px) {
      ul.listCSR li ~ li {
        margin-top: 10px; } }
  ul.listCSR::after {
    display: none; }

/*!#Page_Team_________________________________________________________________________________*/
.postWrap .postItem {
  display: flex;
  flex-wrap: wrap; }
  .postWrap .postItem ~ .postItem {
    margin-top: 20px; }
  .postWrap .postItem .itemHead {
    width: 25%;
    border-radius: 1.5rem 0 0 1.5rem;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .postWrap .postItem .itemHead {
        width: 100%;
        border-radius: 1.5rem 1.5rem 0 0; } }
  .postWrap .postItem .itemBody {
    width: 75%;
    background: #f8f8f8;
    padding: 2.5rem;
    border-radius: 0 1.5rem 1.5rem 0; }
    @media screen and (max-width: 768px) {
      .postWrap .postItem .itemBody {
        width: 100%;
        padding: 2rem 7.5%;
        border-radius: 0 0 1.5rem 1.5rem; } }

dl.listPost dt {
  font-size: 1.5em;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    dl.listPost dt {
      font-size: 1.35em; } }
dl.listPost dd {
  line-height: 2;
  margin-top: 1em; }
  @media screen and (max-width: 768px) {
    dl.listPost dd {
      line-height: 1.65;
      margin-top: .75em; } }

.teamInterview .ttlWrap * {
  color: #fff; }
.teamInterview .ttlWrap h4.talkTtl {
  font-weight: 600;
  font-size: 1.75em; }
  @media screen and (max-width: 768px) {
    .teamInterview .ttlWrap h4.talkTtl {
      font-size: 1.5em; } }
.teamInterview .ttlWrap ul.listTalkMember {
  display: flex;
  align-items: center; }
  .teamInterview .ttlWrap ul.listTalkMember li {
    font-weight: 600; }
    .teamInterview .ttlWrap ul.listTalkMember li ~ li::before {
      content: '・';
      display: inline-block; }

.flexTeamInterview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flexTeamInterview > .flexItem {
    width: calc(50% - (2px / 2));
    position: relative;
    z-index: 15; }
    @media screen and (max-width: 768px) {
      .flexTeamInterview > .flexItem {
        width: 100%; } }
    .flexTeamInterview > .flexItem:nth-of-type(2) ~ .flexItem {
      margin-top: 2px; }
    @media screen and (max-width: 768px) {
      .flexTeamInterview > .flexItem ~ .flexItem {
        margin-top: 2px; } }
    .flexTeamInterview > .flexItem .aspect::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #000;
      opacity: 0;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .flexTeamInterview > .flexItem .ttlWrap {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: auto;
      display: table;
      padding: 1em 2em;
      background: #000000bd;
      border-top-right-radius: 1em; }
    .flexTeamInterview > .flexItem:hover .aspect::after {
      opacity: .2;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

.teamCrosstalk .ttlWrap * {
  color: #fff; }
.teamCrosstalk .ttlWrap h4.talkTtl {
  font-weight: 600;
  font-size: 2.25em; }
  @media screen and (max-width: 768px) {
    .teamCrosstalk .ttlWrap h4.talkTtl {
      font-size: 1.5em; } }
.teamCrosstalk .ttlWrap ul.listTalkMember {
  display: flex;
  align-items: center; }
  .teamCrosstalk .ttlWrap ul.listTalkMember li {
    font-weight: 600; }
    .teamCrosstalk .ttlWrap ul.listTalkMember li ~ li::before {
      content: '・';
      display: inline-block; }

.flexTeamCrosstalk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flexTeamCrosstalk > .flexItem {
    width: 100%;
    position: relative;
    z-index: 15; }
    .flexTeamCrosstalk > .flexItem ~ .flexItem {
      margin-top: 2px; }
    .flexTeamCrosstalk > .flexItem .aspect::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #000;
      opacity: 0;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .flexTeamCrosstalk > .flexItem .ttlWrap {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: auto;
      display: table;
      padding: 1.5em 3em;
      background: #000000bd;
      border-top-right-radius: 1em; }
    .flexTeamCrosstalk > .flexItem:hover .aspect::after {
      opacity: .2;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

/*!#Page_Media_________________________________________________________________________________*/
.flexMedia {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px; }
  .flexMedia > .flexItem {
    width: calc((100% / 3) - (40px / 3));
    margin-right: 20px;
    background: #fff;
    border-radius: 1.5rem;
    border: solid 1px #eee;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .flexMedia > .flexItem {
        width: 100%;
        margin-right: 0; } }
    .flexMedia > .flexItem:nth-child(3n) {
      margin-right: 0; }
    .flexMedia > .flexItem:nth-of-type(3) ~ .flexItem {
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .flexMedia > .flexItem:nth-of-type(3) ~ .flexItem {
          margin-top: 10px; } }
    @media screen and (max-width: 768px) {
      .flexMedia > .flexItem ~ .flexItem {
        margin-top: 10px; } }
  .flexMedia .itemHead {
    display: block; }
  .flexMedia .itemBody {
    display: block;
    padding: 1.5em 1em; }
    @media screen and (max-width: 768px) {
      .flexMedia .itemBody {
        padding: 2em 5vw; } }
    .flexMedia .itemBody > time {
      color: #3db370;
      font-weight: 500;
      display: block;
      margin-bottom: .5em; }

ul.listTags {
  font-size: .75em;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1vw; }
  ul.listTags li {
    border: solid 1px #eee;
    background: #fff;
    padding: .25em .5em;
    color: #aaa;
    border-radius: .5em;
    margin-right: .25em; }
    ul.listTags li:last-child {
      margin-right: 0; }

/*!#Page_Event_________________________________________________________________________________*/
.eventlistWrap h4.eventlistTtl {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5; }
.eventlistWrap h5.eventlistTtl {
  margin-top: .25em;
  font-weight: 600; }
.eventlistWrap a.inlineBtn {
  margin-top: 2vw;
  justify-content: flex-end; }
  .eventlistWrap a.inlineBtn > p {
    font-weight: 500;
    font-size: 1.17em; }
.eventlistWrap .itemBody .ttlWrap {
  min-height: 7.5em; }
  @media screen and (max-width: 768px) {
    .eventlistWrap .itemBody .ttlWrap {
      min-height: initial; } }
  .eventlistWrap .itemBody .ttlWrap + p {
    font-size: .9em;
    margin-top: .75em; }
.eventlistWrap .itemBody .tableWrap {
  padding: 1em;
  border-radius: .5em;
  border: solid 1px #eee;
  margin-top: 2vw; }
  .eventlistWrap .itemBody .tableWrap dl.listTable {
    font-size: .9em; }
    .eventlistWrap .itemBody .tableWrap dl.listTable dt {
      font-weight: 600; }
    .eventlistWrap .itemBody .tableWrap dl.listTable dd {
      margin-top: .25em; }
    .eventlistWrap .itemBody .tableWrap dl.listTable ~ dl.listTable {
      margin-top: .75em; }

.reportWrap h4.reportTtl {
  font-size: 1.25em;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .reportWrap h4.reportTtl {
      font-size: 1.2em;
      align-content: 1.5; } }
.reportWrap h5.reportTtl {
  font-size: 1.17em;
  font-weight: 600;
  border-left: solid 5px #3db370;
  padding-left: 1em;
  background: #f8f8f8;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .reportWrap h5.reportTtl {
      padding: .5em 0 .5em 1em;
      line-height: 1.5; } }
  .reportWrap h5.reportTtl + .box {
    margin-top: 1.17vw;
    line-height: 2;
    padding: 0.5em calc(1.17em + 5px) 1em; }
    .reportWrap h5.reportTtl + .box img {
      display: block;
      width: 30%;
      float: right;
      margin-left: 5%; }
      @media screen and (max-width: 768px) {
        .reportWrap h5.reportTtl + .box img {
          width: 47.5%; } }

ul.listReport li {
  background: #fff;
  padding: 2rem 2.5rem;
  border-radius: 1.5rem;
  border: solid 1px #eee;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    ul.listReport li {
      padding: 1.5em 5vw; } }
  ul.listReport li .itemHead {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  ul.listReport li .itemBody {
    display: none;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    ul.listReport li .itemBody .itemBlock ~ .itemBlock {
      margin-top: 3vw; }
  ul.listReport li h4 {
    width: calc(100% - (1rem*3));
    padding-right: 2em; }
  ul.listReport li span.icon {
    display: block;
    width: 3em;
    height: 3em;
    border-radius: 5em;
    border: solid 1px #ddd;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    ul.listReport li span.icon::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/iconArrowGr.svg) no-repeat center;
      background-size: 30%;
      transform: rotate(90deg); }
  ul.listReport li ~ li {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      ul.listReport li ~ li {
        margin-top: 10px; } }
  ul.listReport li.active {
    border: solid 1px #ccc;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    ul.listReport li.active .itemBody {
      display: block;
      margin-top: 3vw;
      opacity: 1;
      visibility: visible;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

/*!#Page_Recruit_________________________________________________________________________________*/
ul.listPageAnker {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    ul.listPageAnker {
      justify-content: space-between; } }
  ul.listPageAnker li {
    width: auto;
    min-width: calc((100% / 3) - (100px / 3));
    margin-right: 50px;
    border-bottom: solid 1px #aaa;
    padding: 1.5em 0; }
    @media screen and (max-width: 768px) {
      ul.listPageAnker li {
        min-width: 100%;
        margin: 0;
        padding: 1em 0; } }
    ul.listPageAnker li:nth-child(3n) {
      margin-right: 0; }
    ul.listPageAnker li:nth-of-type(3) ~ li {
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        ul.listPageAnker li:nth-of-type(3) ~ li {
          margin-top: 0; } }
    ul.listPageAnker li a {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    ul.listPageAnker li span {
      display: block; }
      ul.listPageAnker li span.en {
        font-weight: 500;
        font-size: .9em; }
      ul.listPageAnker li span.jp {
        font-weight: 600;
        font-size: 1.17em; }
      ul.listPageAnker li span.circle {
        width: 2.5em;
        height: 2.5em;
        border-radius: 5em; }
      ul.listPageAnker li span.arrow::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url(images/iconArrowWh.svg) center no-repeat;
        background-size: 30%;
        transform: rotate(90deg); }
      ul.listPageAnker li span.green {
        background: #3db370; }

.secPage.recruit2 {
  background: #091b11;
  position: relative;
  z-index: 15;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .secPage.recruit2 .space.vw_top_15 {
      padding-top: 0; } }
  .secPage.recruit2 .bgWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .secPage.recruit2 .bgWrap {
        position: relative;
        line-height: 0; } }
  .secPage.recruit2 .inner {
    width: 60%;
    margin-left: auto;
    padding-left: 6vw;
    padding-right: 6vw;
    background: #3db370;
    position: relative;
    z-index: 15; }
    @media screen and (max-width: 768px) {
      .secPage.recruit2 .inner {
        width: 100%; } }
    .secPage.recruit2 .inner * {
      color: #fff; }

.wantedWrap .wantedItem {
  display: flex;
  align-items: center; }
  .wantedWrap .wantedItem::before {
    content: attr(data-number) "";
    display: block;
    width: 20%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500; }
  .wantedWrap .wantedItem ~ .wantedItem {
    margin-top: 1em; }

dl.listWanted {
  width: 80%; }
  dl.listWanted dt {
    font-weight: 600;
    font-size: 1.2em; }
  dl.listWanted dd {
    margin-top: .35em; }

dl.listJobDescription {
  display: block;
  font-size: 1.2em; }
  @media screen and (max-width: 768px) {
    dl.listJobDescription {
      font-size: 1.1em; } }
  dl.listJobDescription dt {
    font-weight: 600;
    background: #f8f8f8;
    padding: 1em 5% 1em calc(5% - .5em);
    border-left: solid 0.5em #3db370; }
    @media screen and (max-width: 768px) {
      dl.listJobDescription dt {
        padding: 0.75em 5vw 0.75em calc(7.5vw - .35em);
        border-left: solid 0.35em #3db370; } }
  dl.listJobDescription dd {
    margin-top: 1em;
    line-height: 2;
    padding: 1em 5%; }
    @media screen and (max-width: 768px) {
      dl.listJobDescription dd {
        font-size: 1rem;
        line-height: 1.65;
        padding: .5em 0; } }
  dl.listJobDescription ~ dl.listJobDescription {
    margin-top: 2em; }

.flowWrap > p {
  margin-bottom: 3vw; }
.flowWrap .flowItem {
  display: flex;
  align-items: center;
  border: solid 1px #eee;
  padding: 2em 0;
  background: #fff; }
  .flowWrap .flowItem::before {
    content: attr(data-number) "";
    display: block;
    width: 20%;
    text-align: center;
    font-size: 1.5em;
    color: #3db370; }
  .flowWrap .flowItem dl {
    width: 70%; }
  .flowWrap .flowItem ~ .flowItem {
    margin-top: 1em; }

.secPage.recruit6 .banarWrap {
  position: relative;
  z-index: 15; }
  .secPage.recruit6 .banarWrap img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border: solid 1px #eee;
    box-shadow: 0 2.5rem 2rem -2rem #193b4d66;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .secPage.recruit6 .banarWrap img:hover {
      box-shadow: none;
      transform: scale(0.975);
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

/*!#Page_Privacy_________________________________________________________________________________*/
.privacyWrap > p {
  margin-bottom: 3vw; }

dl.listPrivacy {
  display: block; }
  dl.listPrivacy dt {
    font-weight: 600;
    font-size: 1.35em; }
    @media screen and (max-width: 768px) {
      dl.listPrivacy dt {
        font-size: 1.25em; } }
  dl.listPrivacy dd {
    margin-top: 1em;
    line-height: 2; }
  dl.listPrivacy ~ dl.listPrivacy {
    margin-top: 2.5em; }

/*!#Single________________________________________________________________________________*/
h1.ivTtl {
  font-size: 2.75em; }

.singleHeader {
  position: relative;
  z-index: 15; }
  .singleHeader.interview::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)); }
  .singleHeader.interview .ttlWrap {
    position: absolute;
    bottom: 7.5%;
    left: 0;
    z-index: 15;
    padding: 0 6vw; }
    .singleHeader.interview .ttlWrap * {
      color: #fff;
      font-weight: 600; }

ul.listInterviewProfile {
  display: flex;
  align-items: center;
  font-size: 1.2em; }
  ul.listInterviewProfile li ~ li::before {
    content: '・';
    display: inline-block; }

nav.pagination-single .pagination-single-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  nav.pagination-single .pagination-single-inner > .wrap {
    display: flex;
    align-items: center; }
nav.pagination-single a.navBtn {
  display: block; }
  nav.pagination-single a.navBtn span.icon {
    display: block;
    width: 3em;
    height: 3em;
    border: solid 1px #ddd;
    border-radius: 5em; }
    nav.pagination-single a.navBtn span.icon.iconAll {
      background: url(images/iconDots.svg) no-repeat center;
      background-size: 30%; }
    nav.pagination-single a.navBtn span.icon.arrow.right {
      background: url(images/iconArrowGr.svg) no-repeat center;
      background-size: 30%;
      margin-left: 1em; }
    nav.pagination-single a.navBtn span.icon.arrow.left {
      background: url(images/iconArrowGr.svg) no-repeat center;
      background-size: 30%;
      transform: rotate(180deg); }

/*!#Single_Interview_________________________________________________________________________________*/
dl.listInterview dt {
  font-weight: 600;
  font-size: 1.5em; }
dl.listInterview dd {
  line-height: 2;
  margin-top: 1em; }
  dl.listInterview dd img {
    float: right;
    margin-left: 5%;
    width: 47.5%; }
dl.listInterview ~ dl.listInterview {
  margin-top: 5vw; }

/*!#Single_Crosstalk_________________________________________________________________________________*/
.csHead {
  margin-bottom: 7.5vw; }
  @media screen and (max-width: 768px) {
    .csHead {
      margin-bottom: 12.5vw; } }
  .csHead h1.csTtl {
    font-size: 3em;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .csHead h1.csTtl {
        font-size: 2.1em;
        line-height: 1.5; } }
  .csHead h2.csTtl {
    font-size: 1.5em;
    font-weight: 600; }
    .csHead h2.csTtl + .box {
      margin-top: 3vw; }
      @media screen and (max-width: 768px) {
        .csHead h2.csTtl + .box {
          margin-top: 6vw; } }

.summaryWrap {
  margin-top: 3vw;
  background: #fff;
  padding: 2.5em;
  border-radius: 1.5rem;
  border: solid 1px #eee;
  max-height: 15em;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .summaryWrap::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 768px) {
    .summaryWrap {
      margin-top: 0;
      border-radius: 0 0 1.5rem 1.5rem;
      max-height: 10em;
      padding: 1.5em; } }
  .summaryWrap .summaryItem {
    display: block; }
    .summaryWrap .summaryItem ~ .summaryItem {
      margin-top: 2em; }

dl.listSummary dt {
  font-weight: 600; }
dl.listSummary dd {
  font-size: .85em;
  margin-top: 1em; }

/*!#Single_Medias_________________________________________________________________________________*/
h2.mediaTtl {
  font-weight: 600;
  font-size: 3.5em;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    h2.mediaTtl {
      font-size: 2em; } }
  h2.mediaTtl + time {
    font-weight: 500;
    font-size: 1.2em;
    color: #3db370;
    display: block;
    margin-top: 1em; }

.secPage.media1 .tagWrap {
  width: 90%;
  margin: 5vw auto 0;
  font-size: 1.2em; }
  @media screen and (max-width: 768px) {
    .secPage.media1 .tagWrap {
      width: 100%;
      margin-top: 10vw; } }
.secPage.media1 .mediaHead {
  display: block; }
.secPage.media1 .mediaBody {
  background: #fff;
  border-radius: 1.5rem;
  padding: 3.5em 5%;
  width: 90%;
  margin: 2.5vw auto 0; }
  @media screen and (max-width: 768px) {
    .secPage.media1 .mediaBody {
      width: calc(100% + 10vw);
      padding: 2.5em 5vw;
      margin: 5vw -5vw 0; } }
  .secPage.media1 .mediaBody * {
    font-size: 1.2em;
    line-height: 2; }
  .secPage.media1 .mediaBody > * ~ * {
    margin-top: 1.5em; }
  .secPage.media1 .mediaBody img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .secPage.media1 .mediaBody .shareWrap {
    display: flex;
    align-items: center;
    margin-top: 5vw; }
    @media screen and (max-width: 768px) {
      .secPage.media1 .mediaBody .shareWrap {
        margin-top: 7.5vw; } }
    .secPage.media1 .mediaBody .shareWrap > .shareItem {
      width: 50%;
      text-align: center;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      .secPage.media1 .mediaBody .shareWrap > .shareItem:hover {
        opacity: .5;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      .secPage.media1 .mediaBody .shareWrap > .shareItem.fb {
        background: #3b5998; }
        .secPage.media1 .mediaBody .shareWrap > .shareItem.fb a::before {
          content: '';
          display: block;
          width: 1.2rem;
          height: 1.2rem;
          background: url(images/iconFb.svg);
          background-size: cover; }
      .secPage.media1 .mediaBody .shareWrap > .shareItem.tw {
        background: #1da1f2; }
        .secPage.media1 .mediaBody .shareWrap > .shareItem.tw a::before {
          content: '';
          display: block;
          width: 1.2rem;
          height: 1.2rem;
          background: url(images/iconTw.svg);
          background-size: cover; }
      .secPage.media1 .mediaBody .shareWrap > .shareItem a {
        display: flex;
        align-items: center;
        justify-content: center; }
      .secPage.media1 .mediaBody .shareWrap > .shareItem span {
        color: #fff;
        font-size: 1.2rem;
        padding: 1em 0;
        font-weight: 600;
        display: block;
        margin-left: .5em; }

/*!#Single_Events_________________________________________________________________________________*/
h1.eventTtl {
  font-size: 2.5em;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    h1.eventTtl {
      font-size: 2em;
      line-height: 1.5; } }

p.eventTtl {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: .5em; }

.eventBody {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 2em 5%;
  border-radius: 1.5rem;
  margin-top: 2.5em; }
  .eventBody dl.listLimit {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .eventBody dl.listLimit {
        width: 100%; } }
    .eventBody dl.listLimit dt {
      font-size: 1.17em;
      font-weight: 600; }
    .eventBody dl.listLimit dd {
      margin-top: .5em; }
    @media screen and (max-width: 768px) {
      .eventBody dl.listLimit ~ dl.listLimit {
        margin-top: 7.5vw; } }

.outlineWrap .eventLead {
  font-size: 1.5em; }
  @media screen and (max-width: 768px) {
    .outlineWrap .eventLead {
      font-size: 1.2em; } }
  .outlineWrap .eventLead + .box {
    margin-top: 5vw; }
    @media screen and (max-width: 768px) {
      .outlineWrap .eventLead + .box {
        margin-top: 10vw; } }

.keywordWrap .keywordItem {
  display: flex;
  flex-wrap: wrap; }
  .keywordWrap .keywordItem p {
    width: 5em;
    height: 5em;
    border-radius: 5em;
    line-height: 5em;
    text-align: center;
    background: #3db370;
    font-weight: 500;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .keywordWrap .keywordItem p {
        width: 3em;
        height: 3em;
        line-height: 3em; } }
  .keywordWrap .keywordItem dl {
    width: calc(100% - 5em);
    padding-left: 4em; }
    @media screen and (max-width: 768px) {
      .keywordWrap .keywordItem dl {
        width: calc(100% - 3em);
        padding-left: 1em; } }
  .keywordWrap .keywordItem ~ .keywordItem {
    margin-top: 3vw; }
    @media screen and (max-width: 768px) {
      .keywordWrap .keywordItem ~ .keywordItem {
        margin-top: 6vw; } }

dl.listKeyword dt {
  font-size: 1.75em;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    dl.listKeyword dt {
      font-size: 1.5em; } }
dl.listKeyword dd {
  font-size: 1.2em;
  line-height: 2;
  margin-top: 1em; }
  @media screen and (max-width: 768px) {
    dl.listKeyword dd {
      font-size: 1em;
      line-height: 1.65; } }

.secPage.event4 {
  background: #fff; }

/*!#Archive_Recruit*/
h2.jobTtl {
  font-weight: 600;
  font-size: 1.5vw;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  @media screen and (max-width: 768px) {
    h2.jobTtl {
      font-size: 4.5vw;
      line-height: 1.5; } }

.secJobArchive {
  position: relative;
  z-index: 10; }
  .secJobArchive .innerWrap {
    width: 85%;
    margin-left: 5%;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .secJobArchive .innerWrap {
        width: 80%;
        margin-left: auto; } }

.jobArchiveWrap {
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    .jobArchiveWrap {
      margin-top: -15vw; } }
  .jobArchiveWrap .flexWrap {
    display: flex;
    flex-wrap: wrap; }
    .jobArchiveWrap .flexWrap > .flexLeft {
      width: 35%;
      position: relative;
      z-index: 15; }
      @media screen and (max-width: 768px) {
        .jobArchiveWrap .flexWrap > .flexLeft {
          width: 100%;
          transform: translateX(10vw); } }
      .jobArchiveWrap .flexWrap > .flexLeft .sticky {
        top: 12.5vw; }
      .jobArchiveWrap .flexWrap > .flexLeft .inner {
        background: #050505;
        padding: 7.5vw 5vw; }
        @media screen and (max-width: 768px) {
          .jobArchiveWrap .flexWrap > .flexLeft .inner {
            width: 100%;
            padding: 15vw 7.5vw; } }
        .jobArchiveWrap .flexWrap > .flexLeft .inner p {
          color: #fff; }
    .jobArchiveWrap .flexWrap > .flexRight {
      width: 65%;
      margin-left: auto;
      position: relative;
      z-index: 10;
      padding: 12.5vw 5vw 12.5vw 7.5vw;
      margin-top: -22.5vw; }
      @media screen and (max-width: 768px) {
        .jobArchiveWrap .flexWrap > .flexRight {
          width: 100%;
          margin-top: 0;
          padding: 15vw 0; } }
      .jobArchiveWrap .flexWrap > .flexRight::before {
        content: '';
        display: block;
        width: calc(100% + 5vw);
        height: 100%;
        background: #fff;
        position: absolute;
        right: -5vw;
        top: 0;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          .jobArchiveWrap .flexWrap > .flexRight::before {
            width: 100vw; } }

.jobBox {
  border-top: solid 1px #eee; }
  @media screen and (max-width: 768px) {
    .jobBox {
      width: calc(100% + 10vw);
      margin-left: -5vw;
      margin-right: -5vw; } }
  .jobBox .jobItem {
    padding: 3vw 0;
    border-bottom: solid 1px #eee; }
    @media screen and (max-width: 768px) {
      .jobBox .jobItem {
        padding: 5vw 0 7.5vw; } }
    .jobBox .jobItem .aspect img {
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .jobBox .jobItem .jobHead {
      margin-bottom: 2vw; }
      @media screen and (max-width: 768px) {
        .jobBox .jobItem .jobHead {
          margin-bottom: 5vw; } }
    @media screen and (max-width: 768px) {
      .jobBox .jobItem .jobBody {
        padding: 0 5vw; } }
    .jobBox .jobItem:hover .aspect img {
      transform: scale(1.05);
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .jobBox .jobItem:hover h2.jobTtl {
      color: #f05f40;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

ul.listJobTags {
  font-size: .95vw;
  margin-top: .75em;
  margin-bottom: -.5em;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    ul.listJobTags {
      font-size: 2.5vw;
      margin-top: 1.5em; } }
  ul.listJobTags li {
    margin-right: .5em;
    margin-bottom: .5em; }
    ul.listJobTags li:last-child {
      margin-right: 0; }
    ul.listJobTags li span {
      display: block;
      background: #f8f8f8;
      color: #808080;
      padding: .5em 1em; }

ul.listJobPram {
  font-size: 1.05vw;
  font-weight: 300;
  opacity: .65;
  margin-top: .5em; }
  @media screen and (max-width: 768px) {
    ul.listJobPram {
      font-size: 3vw; } }
  ul.listJobPram li ~ li {
    margin-top: .25em; }

.navigation.pagination {
  margin-top: 5vw;
  font-size: 1.17vw; }
  @media screen and (max-width: 768px) {
    .navigation.pagination {
      font-size: 3.5vw;
      margin-top: 10vw; } }
  .navigation.pagination h2 {
    display: none; }
  .navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .navigation.pagination .nav-links .page-numbers {
      display: block;
      margin: 0 1em; }
      .navigation.pagination .nav-links .page-numbers.current {
        text-decoration: underline; }
      .navigation.pagination .nav-links .page-numbers.prev {
        width: 3vw;
        height: 3vw;
        border: solid 1px #eee;
        border-radius: 50%;
        background: url(images/iconArrowRight.svg) no-repeat center;
        background-size: 35%;
        transform: rotate(180deg); }
        @media screen and (max-width: 768px) {
          .navigation.pagination .nav-links .page-numbers.prev {
            width: 12.5vw;
            height: 12.5vw; } }
      .navigation.pagination .nav-links .page-numbers.next {
        width: 3vw;
        height: 3vw;
        border: solid 1px #eee;
        border-radius: 50%;
        background: url(images/iconArrowRight.svg) no-repeat center;
        background-size: 35%; }
        @media screen and (max-width: 768px) {
          .navigation.pagination .nav-links .page-numbers.next {
            width: 12.5vw;
            height: 12.5vw; } }

.searchandfilter > ul {
  margin-top: 2em; }
  .searchandfilter > ul > li {
    padding: 0;
    margin: 0; }
    .searchandfilter > ul > li ~ li {
      margin-top: 1em; }
    .searchandfilter > ul > li[data-sf-field-input-type="multiselect"] select {
      height: 12rem; }
.searchandfilter input::placeholder {
  color: #aaa; }
.searchandfilter input[type="text"], .searchandfilter textarea, .searchandfilter select {
  width: 100%;
  height: auto;
  border: solid 1px #ddd;
  background: #fff;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #252525; }
.searchandfilter input[type="text"], .searchandfilter textarea {
  padding: 18px 24px; }
.searchandfilter select {
  padding: 18px 10px; }
.searchandfilter input[type="radio"] + span {
  font-size: 1.6rem;
  color: #252525; }
.searchandfilter input[type="text"]#old {
  width: 10em;
  margin-right: 1em; }
.searchandfilter input[type="text"]#date2, .searchandfilter input[type="text"]#date3 {
  margin-top: 1em; }
.searchandfilter select {
  height: 6rem; }
.searchandfilter label {
  line-height: 6rem;
  width: 100%; }
.searchandfilter input[type="text"]:focus, .searchandfilter textarea:focus, .searchandfilter select:focus {
  outline: none;
  border: solid 1px #a0a0a0; }
.searchandfilter input[type="submit"] {
  width: 100%;
  max-width: 32rem;
  height: 6rem;
  border: none;
  font-weight: bold;
  text-align: center;
  line-height: 6rem;
  border-radius: 5em;
  font-size: 1.5rem;
  background: #f05f40;
  color: #fff;
  position: relative;
  margin: 0 auto;
  display: block;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  .searchandfilter input[type="submit"]:hover {
    opacity: .75;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

.formWrap {
  position: relative; }
  .formWrap .flexWrap {
    display: flex;
    flex-wrap: wrap; }
    .formWrap .flexWrap > .flexLeft {
      width: 30%; }
      @media screen and (max-width: 768px) {
        .formWrap .flexWrap > .flexLeft {
          width: 100%; } }
      .formWrap .flexWrap > .flexLeft > p.must {
        margin-top: 2em; }
        .formWrap .flexWrap > .flexLeft > p.must::before {
          content: '';
          display: inline-block;
          width: .75em;
          height: .75em;
          border-radius: 1em;
          background: #ff0404;
          vertical-align: super;
          margin-right: .5em; }
    .formWrap .flexWrap > .flexRight {
      width: 70%;
      padding-left: 10%; }
      @media screen and (max-width: 768px) {
        .formWrap .flexWrap > .flexRight {
          width: 100%;
          padding-left: 0; } }

ul.listDocForm li ~ li {
  margin-top: 2em; }
ul.listDocForm li.entryBtnWrap {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  filter: grayscale(1);
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  ul.listDocForm li.entryBtnWrap.active {
    pointer-events: auto;
    filter: grayscale(0);
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  ul.listDocForm li.entryBtnWrap input[type=submit] {
    width: 45%; }
    ul.listDocForm li.entryBtnWrap input[type=submit].back {
      order: 1;
      background: #353535; }
ul.listDocForm li.privacy {
  font-size: 1.17em;
  line-height: 1.8;
  text-align: center; }
  ul.listDocForm li.privacy label {
    line-height: 1.8; }
  ul.listDocForm li.privacy a {
    text-decoration: underline; }

dl.listDocForm dt {
  margin-bottom: .75em; }
  dl.listDocForm dt p {
    font-weight: 600;
    font-size: 1.25em; }
    dl.listDocForm dt p::after {
      content: '';
      display: inline-block;
      width: .75em;
      height: .75em;
      border-radius: 1em;
      background: #ff0404;
      vertical-align: super;
      margin-left: .5em; }
dl.listDocForm dd {
  position: relative; }
  dl.listDocForm dd span.error {
    position: absolute;
    font-weight: 600; }

.mw_wp_form form > p {
  display: none; }
.mw_wp_form input::placeholder {
  color: #aaa; }
.mw_wp_form input[type="text"], .mw_wp_form textarea, .mw_wp_form select {
  width: 100%;
  height: auto;
  border: solid 1px #ddd;
  background: #fff;
  border-radius: 0;
  font-size: 1.35em;
  line-height: 1.5;
  color: #252525;
  border-radius: .5em; }
.mw_wp_form input[type="text"], .mw_wp_form textarea {
  padding: 1em 1.5em; }
.mw_wp_form select {
  padding: 0 1.5em; }
.mw_wp_form input[type="radio"] + span {
  font-size: 1.35em;
  color: #252525; }
.mw_wp_form input[type="text"]#old {
  width: 10em;
  margin-right: 1em; }
.mw_wp_form input[type="text"]#date2, .mw_wp_form input[type="text"]#date3 {
  margin-top: 1em; }
.mw_wp_form select {
  height: 8rem; }
.mw_wp_form label {
  line-height: 8rem; }
.mw_wp_form input[type="text"]:focus, .mw_wp_form textarea:focus, .mw_wp_form select:focus {
  outline: none;
  border: solid 1px #a0a0a0; }
.mw_wp_form input[type="submit"] {
  width: 100%;
  max-width: 32rem;
  height: 4em;
  border: none;
  font-weight: bold;
  text-align: center;
  line-height: 4em;
  border-radius: 5em;
  font-size: 1.5rem;
  background: #3db370;
  color: #fff;
  position: relative;
  margin: 0 auto;
  display: block;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  @media screen and (max-width: 768px) {
    .mw_wp_form input[type="submit"] {
      height: 6rem;
      line-height: 6rem; } }
  .mw_wp_form input[type="submit"]:hover {
    opacity: .75;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
.mw_wp_form.mw_wp_form_confirm ul.listDocForm li.entryBtnWrap {
  pointer-events: auto;
  filter: grayscale(0); }
.mw_wp_form.mw_wp_form_confirm ul.listDocForm li.privacy {
  display: none; }
.mw_wp_form.mw_wp_form_confirm dl.listDocForm dd {
  background: #fff;
  border: solid 1px #eee;
  padding: 1.5em 5%;
  border-radius: 1rem;
  font-size: 1.25em; }
.mw_wp_form.mw_wp_form_complete .completeWrap {
  font-size: 1.25em; }
  .mw_wp_form.mw_wp_form_complete .completeWrap > p {
    margin-bottom: .5em; }
  .mw_wp_form.mw_wp_form_complete .completeWrap dl.listComplete p {
    font-weight: 500;
    font-size: 1.17em; }

/*!------------------------------------
css_template(レイアウト)
-------------------------------------*/
.stage {
  position: relative;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .stage {
      overflow: hidden; } }

.space.vw_both_5 {
  padding: 5vw 0; }
  @media screen and (max-width: 768px) {
    .space.vw_both_5 {
      padding: 12.5vw 0; } }
  @media screen and (max-width: 768px) {
    .space.vw_both_5.to_0 {
      padding: 0; } }
.space.vw_top_5 {
  padding-top: 5vw; }
  @media screen and (max-width: 768px) {
    .space.vw_top_5 {
      padding-top: 12.5vw; } }
.space.vw_bottom_5 {
  padding-bottom: 5vw; }
  @media screen and (max-width: 768px) {
    .space.vw_bottom_5 {
      padding-bottom: 12.5vw; } }
.space.vw_both_7 {
  padding: 7.5vw 0; }
  @media screen and (max-width: 768px) {
    .space.vw_both_7 {
      padding: 12.5vw 0; } }
.space.vw_top_7 {
  padding-top: 7.5vw; }
  @media screen and (max-width: 768px) {
    .space.vw_top_7 {
      padding-top: 12.5vw; } }
.space.vw_bottom_7 {
  padding-bottom: 7.5vw; }
  @media screen and (max-width: 768px) {
    .space.vw_bottom_7 {
      padding-bottom: 12.5vw; } }
.space.vw_both_10 {
  padding: 10vw 0; }
  @media screen and (max-width: 768px) {
    .space.vw_both_10 {
      padding: 15vw 0; } }
.space.vw_top_10 {
  padding-top: 10vw; }
  @media screen and (max-width: 768px) {
    .space.vw_top_10 {
      padding-top: 15vw; } }
.space.vw_bottom_10 {
  padding-bottom: 10vw; }
  @media screen and (max-width: 768px) {
    .space.vw_bottom_10 {
      padding-bottom: 15vw; } }
.space.vw_both_12 {
  padding: 12.5vw 0; }
  @media screen and (max-width: 768px) {
    .space.vw_both_12 {
      padding: 15vw 0; } }
.space.vw_top_12 {
  padding-top: 12.5vw; }
  @media screen and (max-width: 768px) {
    .space.vw_top_12 {
      padding-top: 15vw; } }
.space.vw_bottom_12 {
  padding-bottom: 12.5vw; }
  @media screen and (max-width: 768px) {
    .space.vw_bottom_12 {
      padding-bottom: 15vw; } }
.space.vw_both_15 {
  padding: 15vw 0; }
  @media screen and (max-width: 768px) {
    .space.vw_both_15 {
      padding: 15vw 0; } }
.space.vw_top_15 {
  padding-top: 15vw; }
  @media screen and (max-width: 768px) {
    .space.vw_top_15 {
      padding-top: 15vw; } }
.space.vw_bottom_15 {
  padding-bottom: 15vw; }
  @media screen and (max-width: 768px) {
    .space.vw_bottom_15 {
      padding-bottom: 15vw; } }
.space.vw_both_20 {
  padding: 20vw 0; }
  @media screen and (max-width: 768px) {
    .space.vw_both_20 {
      padding: 15vw 0; } }
.space.vw_top_20 {
  padding-top: 20vw; }
  @media screen and (max-width: 768px) {
    .space.vw_top_20 {
      padding-top: 15vw; } }
.space.vw_bottom_20 {
  padding-bottom: 20vw; }
  @media screen and (max-width: 768px) {
    .space.vw_bottom_20 {
      padding-bottom: 15vw; } }

.spaceBasis {
  padding: 10.8rem 0; }

/*!body*/
/*TOP スライダー調整*/
.first-container {
  width: 100%;
  height: 100%; }

/*インタビュー フォントサイズ*/
h2.ivTtl {
  font-size: 1.25vw;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    h2.ivTtl {
      font-size: 4vw; } }
  @media screen and (max-width: 768px) {
    h2.ivTtl ~ h2.ivTtl {
      margin-top: 7.5vw; } }
  h2.ivTtl + .box {
    margin-top: 1.2vw; }
    @media screen and (max-width: 768px) {
      h2.ivTtl + .box {
        margin-top: 4vw; } }

/* ie hack */
@media all and (-ms-high-contrast: none) {
  .headerLogo img {
    width: 100%;
    height: 4.5vw; }

  a.btn > span.circle {
    border: solid 2px rgba(240, 95, 64, 0.2); }

  ul.listFooterNav > li span.circle {
    border: solid 2px rgba(240, 95, 64, 0.2); }

  .careerstepWrap .flexWrap > .flexCenter .inner {
    border: solid 2px rgba(240, 95, 64, 0.8); } }
a.radiusBtn {
  display: table;
  background: #b32874;
  border-radius: 10em;
  margin-bottom: 7.5vw; }
  @media screen and (max-width: 768px) {
    a.radiusBtn {
      margin-bottom: 12.5vw; } }
  a.radiusBtn span {
    display: block; }
    a.radiusBtn span.inner {
      display: flex;
      align-items: center;
      padding: 1em 5em 1em 1em; }
      @media screen and (max-width: 768px) {
        a.radiusBtn span.inner {
          padding: 1em; } }
    a.radiusBtn span.icon {
      width: 4.5em;
      height: 4.5em;
      border-radius: 10em;
      background: #fff;
      margin-right: 1em; }
    @media screen and (max-width: 768px) {
      a.radiusBtn span.txt {
        width: calc(100% - 4.5em); } }
    a.radiusBtn span.txt span {
      color: #fff; }
    a.radiusBtn span.txt .main {
      font-size: 1.6667em;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        a.radiusBtn span.txt .main {
          font-size: 1.4em; } }
    a.radiusBtn span.txt .sub {
      font-size: 1.2em; }
      @media screen and (max-width: 768px) {
        a.radiusBtn span.txt .sub {
          font-size: 1em; } }

nav.sf_wrapper {
  position: relative;
  z-index: 15; }
  @media screen and (max-width: 768px) {
    nav.sf_wrapper {
      background: #e9e9e9;
      padding: calc(100% / 64 * 5) 0; } }
  nav.sf_wrapper .wrapper {
    width: 76vw;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      nav.sf_wrapper .wrapper {
        width: 85vw; } }
    nav.sf_wrapper .wrapper form.searchandfilter ul {
      display: flex;
      gap: 4px 5px;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        nav.sf_wrapper .wrapper form.searchandfilter ul {
          flex-wrap: wrap; } }
      nav.sf_wrapper .wrapper form.searchandfilter ul > li {
        flex: 1;
        margin: 0; }
        @media screen and (max-width: 768px) {
          nav.sf_wrapper .wrapper form.searchandfilter ul > li {
            min-width: 100%; } }
        nav.sf_wrapper .wrapper form.searchandfilter ul > li label {
          display: flex;
          align-items: center;
          height: 40px;
          justify-content: space-between;
          background-color: #fff;
          border-radius: 8px;
          border: 2px solid #e9e9e9; }
          nav.sf_wrapper .wrapper form.searchandfilter ul > li label select {
            height: initial;
            background-color: transparent;
            border: none;
            padding: 10px;
            cursor: pointer;
            margin-right: 8px;
            font-size: 16px; }
          nav.sf_wrapper .wrapper form.searchandfilter ul > li label:focus-visible, nav.sf_wrapper .wrapper form.searchandfilter ul > li label select:focus-visible {
            border-radius: 8px;
            outline: 2px solid purple;
            background-color: rgba(0, 0, 0, 0.05); }
        nav.sf_wrapper .wrapper form.searchandfilter ul > li input[type="submit"] {
          display: flex;
          align-items: center;
          height: 40px;
          justify-content: center;
          background-color: #f05f40;
          border-radius: 8px;
          border: 2px solid #e9e9e9;
          font-size: 16px;
          line-height: initial; }
  nav.sf_wrapper + section {
    margin-top: 7.5vw; }

ul.listOpenjobs {
  border-top: 2px solid #e9e9e9; }
  ul.listOpenjobs > li {
    padding: 1.845em;
    border-bottom: 2px solid #e9e9e9;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    @media screen and (max-width: 768px) {
      ul.listOpenjobs > li {
        padding: 1.64em 0; } }
    ul.listOpenjobs > li a.card {
      display: flex;
      align-items: center;
      column-gap: 24.6px; }
      @media screen and (max-width: 768px) {
        ul.listOpenjobs > li a.card {
          align-items: flex-start;
          column-gap: 12.3px;
          row-gap: 12.3px; } }
      ul.listOpenjobs > li a.card > ._head {
        display: block;
        width: 108px;
        border-radius: 4px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          ul.listOpenjobs > li a.card > ._head {
            width: 82px; } }
        ul.listOpenjobs > li a.card > ._head img {
          transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      ul.listOpenjobs > li a.card > ._body {
        flex: 1; }
        ul.listOpenjobs > li a.card > ._body * {
          font-family: 'inter',sans-serif; }
        ul.listOpenjobs > li a.card > ._body h3 {
          font-weight: 600;
          font-size: 1.23em;
          line-height: 1.64; }
          @media screen and (max-width: 768px) {
            ul.listOpenjobs > li a.card > ._body h3 {
              font-size: 1.1275em;
              min-height: calc(82px * 0.75); } }
          ul.listOpenjobs > li a.card > ._body h3 + .box {
            margin-top: 6px; }
        @media screen and (max-width: 768px) {
          ul.listOpenjobs > li a.card > ._body ul.list {
            width: calc(100% + (82px + 12.3px));
            margin-left: calc(-1 * (82px + 12.3px)); } }
        ul.listOpenjobs > li a.card > ._body ul.list li {
          font-weight: 500; }
    ul.listOpenjobs > li:hover {
      background: #f5f5f5;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      ul.listOpenjobs > li:hover a.card > ._head img {
        transform: scale(1.025);
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

.post_prev {
  padding: calc(100% / 64 / 1) calc(100% / 64 * 3); }
  .post_prev a.prev {
    display: flex;
    align-items: center;
    column-gap: 6px; }
    @media screen and (max-width: 768px) {
      .post_prev a.prev {
        font-size: .9em; } }
    .post_prev a.prev > i {
      display: block;
      width: 1em;
      height: 1em; }
      .post_prev a.prev > i img {
        transform: rotate(180deg); }

article.jobpost {
  padding: 0 calc(100% / 64 * 3); }
  @media screen and (max-width: 768px) {
    article.jobpost {
      padding: 0 calc(100% / 64 * 1); } }
  article.jobpost * {
    font-family: 'inter',sans-serif; }
  article.jobpost header.jobpost_header {
    background: #fff; }
    article.jobpost header.jobpost_header .wrapper {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 8px 18px;
      padding: calc(100% / 58 * 1) calc(100% / 58 * 1.5); }
      @media screen and (max-width: 768px) {
        article.jobpost header.jobpost_header .wrapper {
          padding: calc(100% / 62 * 3) calc(100% / 62 * 2); } }
      article.jobpost header.jobpost_header .wrapper > ._title {
        flex: 1; }
        @media screen and (max-width: 768px) {
          article.jobpost header.jobpost_header .wrapper > ._title {
            min-width: 100%; } }
        article.jobpost header.jobpost_header .wrapper > ._title h1 {
          font-weight: 600;
          font-size: 1.5525em;
          line-height: 1.435; }
          @media screen and (max-width: 768px) {
            article.jobpost header.jobpost_header .wrapper > ._title h1 {
              font-size: 1.435em; } }
        article.jobpost header.jobpost_header .wrapper > ._title p {
          font-weight: 500; }
      article.jobpost header.jobpost_header .wrapper a.button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 184.5px;
        height: 61.5px;
        background: #252525;
        border-radius: 6px;
        color: #fff;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          article.jobpost header.jobpost_header .wrapper a.button {
            width: 100%;
            height: 51.25px; } }
  article.jobpost .jobpost_body {
    background: #fff;
    overflow: hidden; }
    article.jobpost .jobpost_body .wrapper {
      padding: calc(100% / 58 * 2.5) calc(100% / 58 * 2); }
      @media screen and (max-width: 768px) {
        article.jobpost .jobpost_body .wrapper {
          padding: calc(100% / 62 * 3) calc(100% / 62 * 2); } }
      article.jobpost .jobpost_body .wrapper > ._block ~ ._block {
        margin-top: calc(100% / 54 * 2.5); }
        @media screen and (max-width: 768px) {
          article.jobpost .jobpost_body .wrapper > ._block ~ ._block {
            margin-top: calc(100% / 62 * 3.5); } }
      article.jobpost .jobpost_body .wrapper > ._block h2 {
        display: flex;
        align-items: center;
        column-gap: 12px;
        font-size: 1.4325em;
        font-weight: 600; }
        article.jobpost .jobpost_body .wrapper > ._block h2::before {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          border-radius: 8px;
          background: #151515; }
        article.jobpost .jobpost_body .wrapper > ._block h2 + .box {
          margin-top: 1em; }
    article.jobpost .jobpost_body dl.require_headline dt p {
      font-weight: 600;
      font-size: 1.435em;
      line-height: 1.435; }
    article.jobpost .jobpost_body dl.require_headline dd {
      margin-top: 1em; }
      article.jobpost .jobpost_body dl.require_headline dd p {
        font-weight: 500;
        font-size: 1.075em; }
    article.jobpost .jobpost_body .requirements_wrapper ul._list {
      border-top: solid 2px #e9e9e9; }
      article.jobpost .jobpost_body .requirements_wrapper ul._list > li {
        padding: 1.3325em 0;
        border-bottom: solid 2px #e9e9e9; }
    article.jobpost .jobpost_body .requirements_wrapper dl._list {
      display: flex;
      column-gap: 10px; }
      article.jobpost .jobpost_body .requirements_wrapper dl._list > dt {
        width: 180px;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          article.jobpost .jobpost_body .requirements_wrapper dl._list > dt {
            width: 82px; } }
      article.jobpost .jobpost_body .requirements_wrapper dl._list > dd {
        flex: 1;
        font-weight: 500; }
    article.jobpost .jobpost_body .form_wrapper .formWrap .flexWrap > .flexLeft {
      width: 100%;
      border-bottom: solid 2px #e9e9e9;
      margin-bottom: calc(100% / 54 * 2);
      padding-bottom: calc(100% / 54 * 2); }
    article.jobpost .jobpost_body .form_wrapper .formWrap .flexWrap > .flexRight {
      width: 100%;
      max-width: 640px;
      padding: 0;
      margin: 0 auto; }
    article.jobpost .jobpost_body .form_wrapper dl.listDocForm > dt p {
      line-height: 1; }
    article.jobpost .jobpost_body .form_wrapper .mw_wp_form input[type=text], article.jobpost .jobpost_body .form_wrapper .mw_wp_form textarea {
      border-radius: 6px;
      padding: 10px 18px; }
    article.jobpost .jobpost_body .form_wrapper .mw_wp_form input[type=submit] {
      height: 61.5px;
      line-height: 61.5px;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        article.jobpost .jobpost_body .form_wrapper .mw_wp_form input[type=submit] {
          height: 51.25px;
          line-height: 51.25px; } }

/*Ultimate Member*/
.ultimate-page {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  font-size: 15px;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

header.um_header {
  background: var(--key1); }
  header.um_header * {
    color: var(--white); }
  header.um_header .wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1344px;
    min-height: 70px;
    margin: 0 auto;
    padding: 0 32px; }
    header.um_header .wrapper h1 {
      font-size: 24px; }

.um_body {
  padding: 48px 0; }
  .um_body hgroup:has(h2) {
    border-bottom: solid 1px var(--border); }
    .um_body hgroup:has(h2) h2 {
      padding-bottom: .41em;
      font-size: 1.435em;
      line-height: 1.23; }
  .um_body hgroup + * {
    margin-top: 16px; }
  .um_body .wrapper {
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 32px; }

.apply_body {
  margin-top: 32px; }

.apply_foot {
  margin-top: 32px; }

.apply_policy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 560px;
  padding: 32px;
  border: solid 1px var(--border);
  border-radius: 2px;
  overflow: scroll; }
  .apply_policy .apply_policy_head .title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-bottom: 20px;
    padding: 16px;
    background: var(--gray);
    font-weight: 600;
    font-size: 24px; }
  .apply_policy .apply_policy_item .title {
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: solid 1px var(--border);
    font-size: 20px;
    font-weight: 600; }
  .apply_policy .apply_policy_item .text {
    padding-left: 24px; }
  .apply_policy .contact {
    padding: 24px;
    background: var(--gray); }

.button_wrapper {
  display: flex;
  align-items: center; }
  .button_wrapper.center {
    justify-content: center; }
  .button_wrapper .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    min-height: 70px;
    background: var(--gray2);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    @inckude transition; }
    .button_wrapper .button:hover {
      background: var(--key1);
      color: var(--white);
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

.um-profile .um-cover {
  display: none !important; }
.um-profile .um-header .um-profile-edit {
  display: none !important; }
.um-profile .um-header .um-profile-photo {
  display: none !important; }
