.main-contents img, .main-contents svg, .main-contents video {
  width: auto;
  height: auto; }

.keyword-wrapper {
  display: flex;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .keyword-wrapper {
      display: block; } }
.keyword-header {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  background-color: #000; }
  @media screen and (max-width: 767px) {
    .keyword-header {
      padding: 100px 15px 0;
      width: 100%; } }
  .keyword-header__inner {
    position: sticky;
    top: 0;
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    padding: 154px 0 0;
    width: 100%;
    max-width: 700px;
    height: 100vh; }
    @media screen and (max-width: 1199px) {
      .keyword-header__inner {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      .keyword-header__inner {
        position: static;
        padding: 0;
        height: auto; } }
  .keyword-header__img {
    flex: 0 0 auto;
    margin: 0 auto;
    width: 530px; }
    @media screen and (max-width: 1199px) {
      .keyword-header__img {
        width: 100%; } }
  .keyword-header__title {
    position: relative;
    flex: 1 1 auto;
    margin: 60px auto 0;
    padding-left: 48px;
    width: 530px;
    color: #fff;
    line-height: 1; }
    .keyword-header__title::before {
      content: 'KEYWORD';
      display: block;
      position: absolute;
      top: 14px;
      left: 0;
      font-family: montserrat, sans-serif;
      font-weight: normal;
      font-size: 12px;
      transform: rotate(90deg) translateY(100%);
      transform-origin: top left; }
    .keyword-header__title::after {
      position: absolute;
      top: 14px;
      left: 4px;
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background-color: #fff; }
    @media screen and (max-width: 1199px) {
      .keyword-header__title {
        width: 100%;
        padding-bottom: 50px; }
        .keyword-header__title::before {
          transform: rotate(90deg) translateY(-10px); }
        .keyword-header__title::after {
          left: 20px; } }
    @media screen and (max-width: 767px) {
      .keyword-header__title::before {
        top: 6px; }
      .keyword-header__title::after {
        top: 6px; } }
    .keyword-header__title_en {
      font-size: 7.5714285714rem;
      font-family: montserrat, sans-serif; }
      @media screen and (max-width: 767px) {
        .keyword-header__title_en {
          font-size: 2.8571428571rem; } }
    .keyword-header__title_ja {
      display: block;
      margin: 15px 0 0;
      font-size: 1.2857142857rem; }
      @media screen and (max-width: 767px) {
        .keyword-header__title_ja {
          margin-top: 15px;
          font-size: 0.8571428571rem; } }
.keyword-body {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  width: 50%;
  background-color: #f5f0e6; }
  @media screen and (max-width: 767px) {
    .keyword-body {
      width: 100%; } }
  .keyword-body__inner {
    flex: 0 1 auto;
    padding: 134px 0 0;
    width: 100%;
    max-width: 700px; }
    @media screen and (max-width: 1199px) {
      .keyword-body__inner {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 80px; } }
.keyword-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 40px; }
  .keyword-tag__inner {
    position: sticky;
    top: 0;
    padding-top: 134px;
    height: 380px; }
    .keyword-tag__inner::before {
      content: '';
      display: block;
      width: 100%;
      border-top: 1px #595757 solid; }
    .keyword-tag__inner span {
      display: block;
      white-space: nowrap;
      transform: rotate(90deg);
      transform-origin: left bottom;
      letter-spacing: 0.12em;
      font-family: montserrat, sans-serif;
      color: #595757; }
  @media screen and (max-width: 767px) {
    .keyword-tag {
      display: none; } }
.keyword-contents {
  margin: 0 auto;
  width: 510px; }
  @media screen and (max-width: 1199px) {
    .keyword-contents {
      width: 100%; } }
.keyword-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 85px; }
  @media screen and (max-width: 767px) {
    .keyword-item {
      margin: 0 auto 40px;
      max-width: 510px; } }
  .keyword-item__number {
    flex: 0 0 auto;
    margin-right: 18px;
    font-size: 64px;
    font-weight: bold;
    color: #595757;
    line-height: 1; }
    .keyword-item__number span {
      font-size: 15px;
      font-weight: normal; }
    @media screen and (max-width: 1199px) {
      .keyword-item__number {
        font-size: 48px; }
        .keyword-item__number span {
          font-size: 12px; } }
    @media screen and (max-width: 767px) {
      .keyword-item__number {
        font-size: 32px;
        margin-right: 12px; }
        .keyword-item__number span {
          font-size: 11px; } }
  .keyword-item__header {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 350px;
    min-height: 150px;
    background-color: #fff;
    transition: box-shadow 0.3s ease; }
    .keyword-item__header::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 42px;
      height: 40px;
      background-image: url(../img/keyword-item-asset.svg);
      background-size: contain; }
    .keyword-item__header:hover {
      box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 1199px) {
      .keyword-item__header {
        width: 68.6274509804%; } }
    @media screen and (max-width: 767px) {
      .keyword-item__header {
        flex: 1 1 auto;
        min-height: 120px; }
        .keyword-item__header::before {
          width: 32px; } }
  .keyword-item__cate {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px 0 15px;
    min-width: 95px;
    height: 20px;
    text-align: center;
    background-color: #000;
    font-size: 12px;
    font-family: montserrat, sans-serif;
    color: #fff; }
    .keyword-item__cate::before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 20px 10px;
      border-color: transparent transparent #ffffff transparent; }
    @media screen and (max-width: 767px) {
      .keyword-item__cate {
        font-size: 11px; } }
  .keyword-item__title {
    margin: auto 0;
    padding: 0 35px;
    font-size: 18px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .keyword-item__title {
        padding: 0 20px;
        font-size: 16px; } }
  .keyword-item__read {
    position: absolute;
    right: 28px;
    bottom: 14px;
    font-family: montserrat, sans-serif; }
    @media screen and (max-width: 767px) {
      .keyword-item__read {
        bottom: 10px;
        font-size: 12px; } }
  .keyword-item__thum {
    flex: 0 0 auto;
    margin-bottom: 10px;
    width: 100%;
    margin-top: -50px; }
  .keyword-item__otherlist {
    flex: 1 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin: 0 -4px; }
  .keyword-item__other {
    flex: 0 0 auto;
    padding: 0 4px; }
  .keyword-item__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    font-family: montserrat, sans-serif;
    font-weight: bold;
    color: #fff;
    padding: 0 15px; }
    @media screen and (max-width: 767px) {
      .keyword-item__tag {
        font-size: 12px; } }

.keyword-world .keyword-header {
  background-color: #463c5a; }
.keyword-world .keyword-item__cate {
  background-color: #463c5a; }

.keyword-earth .keyword-header {
  background-color: #1e646e; }
.keyword-earth .keyword-item__cate {
  background-color: #1e646e; }

.keyword-japan .keyword-header {
  background-color: #962d28; }
.keyword-japan .keyword-item__cate {
  background-color: #962d28; }

.keyword-now .keyword-header {
  background-color: #dc6450; }
.keyword-now .keyword-item__cate {
  background-color: #dc6450; }

.keyword-future .keyword-header {
  background-color: #b4467d; }
.keyword-future .keyword-item__cate {
  background-color: #b4467d; }

.keyword-work .keyword-header {
  background-color: #003c64; }
.keyword-work .keyword-item__cate {
  background-color: #003c64; }

.keyword-environment .keyword-header {
  background-color: #87be64; }
.keyword-environment .keyword-item__cate {
  background-color: #87be64; }

.keyword-technology .keyword-header {
  background-color: #506450; }
.keyword-technology .keyword-item__cate {
  background-color: #506450; }

.keyword-life .keyword-header {
  background-color: #8caab4; }
.keyword-life .keyword-item__cate {
  background-color: #8caab4; }

.inner-1020 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px; }

.inner-740 {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px; }

.inner-950 {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px; }

.d-none {
  display: none; }

@media screen and (max-width: 979px) {
  .d-md-block {
    display: block; } }

@media screen and (max-width: 767px) {
  .d-sm-block {
    display: block; } }

@media screen and (max-width: 979px) {
  .d-md-none {
    display: none; } }

@media screen and (max-width: 767px) {
  .d-sm-none {
    display: none; } }

.bgc-earth {
  background-color: #1e646e; }
.bgc-world {
  background-color: #463c5a; }
.bgc-japan {
  background-color: #962d28; }
.bgc-now {
  background-color: #dc6450; }
.bgc-future {
  background-color: #b4467d; }
.bgc-work {
  background-color: #003c64; }
.bgc-env {
  background-color: #87be64; }
.bgc-tech {
  background-color: #506450; }
.bgc-life {
  background-color: #8caab4; }

.hover-line {
  display: inline;
  padding: 0 0 4px;
  background: linear-gradient(#fff, #fff) 0 100%/100% 3px no-repeat;
  transition: .3s ease; }
  .hover-line:hover {
    animation: .3s ease hoverline forwards; }

@keyframes hoverline {
  0% {
    background: linear-gradient(#595757, #595757) 0 100%/0 2px no-repeat; }
  100% {
    background: linear-gradient(#595757, #595757) 0 100%/100% 2px no-repeat; } }
.hover-line-color {
  display: inline;
  padding: 0 0 4px;
  background: linear-gradient(currentColor, currentColor) 0 100%/0 2px no-repeat;
  transition: .3s ease; }
  .hover-line-color:hover {
    animation: .3s ease hoverline_color forwards; }

.hover-line-target_child {
  display: inline;
  padding: 0 0 4px;
  background: linear-gradient(currentColor, currentColor) 0 100%/0 2px no-repeat;
  transition: .3s ease; }
.hover-line-target:hover .hover-line-target_child {
  animation: .3s ease hoverline_color forwards; }

@keyframes hoverline_color {
  0% {
    background-size: 0% 2px; }
  100% {
    background-size: 100% 2px; } }
.hover-opacity {
  opacity: 1;
  transition: opacity .3s ease; }
  .hover-opacity:hover {
    opacity: 0.7; }

.l-hmb {
  position: fixed;
  top: 30px; }
  .l-hmb .line {
    width: 40px; }
  .l-hmb .txt {
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    .l-hmb {
      top: 0;
      background-color: #595757; }
      .l-hmb .txt {
        margin-top: 16px;
        visibility: visible; } }

.l-header {
  z-index: 900;
  top: 30px; }
  @media screen and (max-width: 767px) {
    .l-header {
      top: 0;
      height: 80px; } }
  .l-header__recruit {
    position: absolute;
    top: 4px;
    right: 120px;
    z-index: 888;
    display: block;
    font-size: 16px;
    font-family: montserrat, sans-serif;
    text-align: center;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
    .l-header__recruit > a {
      color: inherit; }
    @media screen and (max-width: 767px) {
      .l-header__recruit {
        display: none; } }
    .l-header__recruit dl {
      display: inline-block;
      position: relative; }
      .l-header__recruit dl dt {
        color: inherit;
        display: inline-block;
        padding: 0 0 4px;
        background: linear-gradient(currentColor, currentColor) 0 100%/0 2px no-repeat;
        transition: .3s ease;
        cursor: pointer; }
      .l-header__recruit dl dd {
        position: absolute;
        left: -20px;
        top: 1.9em;
        display: flex;
        flex-direction: column;
        width: 100%;
        transition: .4s .2s;
        opacity: 0;
        pointer-events: none; }
        .l-header__recruit dl dd a {
          display: inline-block;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 4px 5px;
          margin-bottom: 1px;
          font-size: 14px;
          width: 100%;
          letter-spacing: 0.05em; }
      .l-header__recruit dl:hover dt {
        animation: .3s ease hoverline_color forwards; }
      .l-header__recruit dl:hover dd {
        opacity: 1;
        left: 0;
        top: 1.9em;
        pointer-events: auto; }

.l-header__inner .logo__image {
  flex-direction: row; }
  .l-header__inner .logo__image .picture {
    width: 200px; }
    .l-header__inner .logo__image .picture img {
      width: 100%;
      height: auto; }
  .l-header__inner .logo__image .caption {
    margin-top: 13px;
    margin-left: 16px; }
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block; }
    .l-header__inner .logo {
      display: block; }
    .l-header__inner .logo__image {
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: 80px;
      line-height: 1; }
      .l-header__inner .logo__image .picture {
        margin: 0 0 6px;
        width: calc(100vw - 160px);
        max-width: 300px; }
        .l-header__inner .logo__image .picture img {
          vertical-align: bottom; }
      .l-header__inner .logo__image .caption {
        margin: 0;
        width: calc(100vw - 160px);
        max-width: 300px; } }

.g-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 888;
  color: #595757;
  background-color: #f5f0e6;
  opacity: 0;
  z-index: -999;
  pointer-events: none;
  transition: opacity .6s ease; }
  .g-nav::before {
    content: '';
    display: block;
    width: 100%;
    height: 90px;
    background-color: #595757; }
  @media screen and (max-width: 767px) {
    .g-nav {
      bottom: auto;
      right: auto;
      width: 100%; }
      .g-nav::before {
        height: 80px; } }
  .g-nav__flex {
    display: flex;
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 500px;
    overflow-y: auto; }
    @media screen and (max-width: 767px) {
      .g-nav__flex {
        display: block;
        width: 100%;
        min-height: 1px;
        padding-bottom: 80px;
        overflow: auto;
        height: 100vh; } }
  .g-nav__recruit {
    display: none; }
    @media screen and (max-width: 767px) {
      .g-nav__recruit {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #595757;
        font-size: 16px;
        font-family: montserrat, sans-serif;
        text-align: center;
        letter-spacing: 0.2em;
        line-height: 2.2; } }
  .g-nav-visual {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    width: 25%;
    background: url(../images/common/bg-gnav@2x-100.jpg) no-repeat center 0;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .g-nav-visual {
        padding: 35px 15px;
        width: 100%;
        background-position: center bottom 40%; } }
    .g-nav-visual__title {
      position: absolute;
      display: block;
      top: 50px;
      right: 0;
      padding: 0 8px 0 10px;
      height: 20px;
      line-height: 20px;
      letter-spacing: 0.09em;
      font-size: 12px;
      background-color: #595757;
      color: #fff;
      transform: rotate(90deg) translateX(100%);
      transform-origin: top right; }
      .g-nav-visual__title::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 12px 0 0;
        border-color: #595757 transparent transparent transparent; }
      @media screen and (max-width: 767px) {
        .g-nav-visual__title {
          display: none; } }
    .g-nav-visual__copy {
      display: flex;
      align-items: center;
      flex-direction: column;
      position: absolute;
      top: 29.1878172589%;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
      @media screen and (max-width: 767px) {
        .g-nav-visual__copy {
          position: static;
          transform: translateX(0); } }
    .g-nav-visual__image {
      width: 98px;
      height: auto; }
    .g-nav-visual__txt {
      margin-top: 20px;
      letter-spacing: 0.53em;
      font-size: 11px;
      font-weight: bold;
      color: #fff;
      font-family: "Noto Serif JP", serif; }
      @media screen and (max-width: 979px) {
        .g-nav-visual__txt {
          letter-spacing: 0.3em; } }
      @media screen and (max-width: 767px) {
        .g-nav-visual__txt {
          margin-top: 15px;
          letter-spacing: 0.53em; } }
  .g-nav__wrapper {
    flex: 0 0 auto;
    display: flex;
    max-width: 1050px;
    width: 75%; }
    @media screen and (max-width: 767px) {
      .g-nav__wrapper {
        display: block;
        width: 100%; } }
  .g-nav__row {
    flex: 0 1 auto;
    padding: 0 30px;
    width: 33.3333%;
    border-left: 1px solid #595757; }
    @media screen and (max-width: 979px) {
      .g-nav__row {
        padding: 0 15px; } }
    @media screen and (max-width: 767px) {
      .g-nav__row {
        padding: 0;
        width: 100%;
        border-left: 0; } }
  .g-nav-group {
    margin: 50px 0 0; }
    @media screen and (max-width: 767px) {
      .g-nav-group {
        margin: 0 0 0;
        padding: 0;
        border-bottom: 1px #595757 solid; } }
    .g-nav-group__title {
      margin-bottom: 30px;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .g-nav-group__title {
          position: relative;
          padding: 20px 15px 0;
          margin-bottom: 0; }
          .g-nav-group__title::before, .g-nav-group__title::after {
            content: '';
            position: absolute;
            right: 15px;
            top: 50%;
            display: block;
            width: 16px;
            height: 1px;
            background-color: #595757;
            transform-origin: center;
            transition: transform .3s ease; }
          .g-nav-group__title::after {
            transform: rotate(90deg); } }
      .g-nav-group__title_en {
        font-family: montserrat, sans-serif;
        font-size: 32px;
        font-weight: bold; }
        @media screen and (max-width: 979px) {
          .g-nav-group__title_en {
            font-size: 24px; } }
        @media screen and (max-width: 767px) {
          .g-nav-group__title_en {
            font-size: 32px; } }
      .g-nav-group__title_ja {
        margin-top: 8px;
        font-size: 12px;
        font-weight: bold; }
    @media screen and (max-width: 767px) {
      .g-nav-group__list {
        padding: 0 15px;
        overflow: hidden;
        height: 0;
        margin-top: 20px; } }
    .g-nav-group__link {
      display: block;
      margin-bottom: 14px;
      font-weight: bold; }
      .g-nav-group__link_haschild {
        margin-bottom: 8px; }
      .g-nav-group__link.comingsoon {
        opacity: 0.2;
        pointer-events: none; }
    .g-nav-group__child {
      margin-bottom: 14px; }
      .g-nav-group__child a {
        display: inline-block; }
        .g-nav-group__child a:hover {
          text-decoration: underline; }
        .g-nav-group__child a.comingsoon {
          opacity: 0.2;
          pointer-events: none; }

@media screen and (max-width: 767px) {
  .g-nav-group.js-acc-active .g-nav-group__title::after {
    transform: rotate(0deg); } }

.is-nav-active, .is-nav-active body {
  height: 100%;
  overflow: hidden; }
.is-nav-active .g-nav {
  visibility: visible;
  opacity: 1;
  z-index: 888;
  pointer-events: auto; }

.archive-nav {
  padding: 40px 0;
  margin: 200px auto 170px;
  width: calc(100% - 30px);
  max-width: 1020px;
  overflow: hidden;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor; }
  @media screen and (max-width: 767px) {
    .archive-nav {
      margin: 80px auto 40px;
      width: calc(100% - 30px);
      border-bottom: 0; } }
  .archive-nav__flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .archive-nav__flex {
        display: block; } }
  .archive-nav__item {
    flex: 0 1 auto;
    width: 46.0784313725%; }
    @media screen and (max-width: 767px) {
      .archive-nav__item {
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #595757; } }
  .archive-nav__link {
    display: grid;
    grid-template-areas: "number figure title" "read figure title";
    grid-template-columns: 90px 155px 1fr;
    grid-template-rows: 1fr 1fr;
    margin-bottom: 10px;
    width: 100%;
    color: #595757; }
    @media screen and (max-width: 979px) {
      .archive-nav__link {
        grid-template-areas: "figure figure" "number title" "read title";
        grid-template-columns: 90px 1fr;
        grid-template-rows: auto 1fr 1fr; } }
    @media screen and (max-width: 767px) {
      .archive-nav__link {
        grid-template-columns: 70px 1fr; } }
  .archive-nav__number {
    grid-area: number;
    line-height: 1;
    font-size: 26px;
    font-weight: bold; }
    .archive-nav__number span {
      font-size: 15px; }
    @media screen and (max-width: 767px) {
      .archive-nav__number {
        font-size: 20px; }
        .archive-nav__number span {
          font-size: 11px; } }
  .archive-nav__read {
    grid-area: read;
    display: flex;
    align-items: flex-end;
    font-family: montserrat, sans-serif;
    font-weight: bold;
    font-size: 12px; }
    @media screen and (max-width: 979px) {
      .archive-nav__read {
        padding-top: 10px; } }
  .archive-nav__title {
    grid-area: title;
    padding-left: 20px;
    font-size: 16px;
    letter-spacing: 0.17em;
    line-height: 1.5625; }
    .archive-nav__title .small {
      font-size: 12px; }
    @media screen and (max-width: 767px) {
      .archive-nav__title {
        padding-left: 0; } }
  .archive-nav__figure {
    grid-area: figure; }
    @media screen and (max-width: 979px) {
      .archive-nav__figure {
        margin-bottom: 10px; } }
  .archive-nav__line {
    width: 1px;
    background-color: currentColor; }
  .archive-nav__item_right .archive-nav__link {
    grid-template-areas: "figure title number" "figure title read";
    grid-template-columns: 155px 1fr 90px;
    grid-template-rows: 1fr 1fr; }
  .archive-nav__item_right .archive-nav__number {
    text-align: right; }
  .archive-nav__item_right .archive-nav__read {
    justify-content: flex-end; }
  @media screen and (max-width: 979px) {
    .archive-nav__item_right .archive-nav__link {
      grid-template-areas: "figure figure" "number title" "read title";
      grid-template-columns: 90px 1fr;
      grid-template-rows: auto 1fr 1fr; }
    .archive-nav__item_right .archive-nav__number {
      text-align: left; }
    .archive-nav__item_right .archive-nav__read {
      justify-content: flex-start; } }
  @media screen and (max-width: 767px) {
    .archive-nav__item_right .archive-nav__link {
      grid-template-columns: 70px 1fr; } }

.product_nav {
  margin: 480px auto 170px; }
  @media screen and (max-width: 767px) {
    .product_nav {
      margin-top: 200px; } }

.archive-other {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 0 -4px; }
  @media screen and (max-width: 767px) {
    .archive-other {
      margin: 0;
      max-width: calc(100% - 72px); } }
  .archive-other__item {
    flex: 0 0 auto;
    padding: 4px;
    min-width: 125px; }
    @media screen and (max-width: 767px) {
      .archive-other__item {
        flex: 0 1 auto;
        padding: 2px;
        min-width: 80px; } }
  .archive-other__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 24px;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    font-family: montserrat, sans-serif;
    font-weight: bold;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .archive-other__tag {
        font-size: 10px; } }
    .archive-other__tag.hover-opacity:hover {
      opacity: 1; }

.g-footer-recruit {
  padding: 50px 15px 70px;
  background-color: #595757; }
  @media screen and (max-width: 767px) {
    .g-footer-recruit {
      padding: 30px 15px 20px; } }
  .g-footer-recruit__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 925px;
    overflow: hidden; }
  .g-footer-recruit__title {
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 30px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .g-footer-recruit__title {
        margin-bottom: 14px;
        font-size: 20px; } }
  .g-footer-recruit-nav {
    display: flex;
    margin: 0 -25px; }
    @media screen and (max-width: 767px) {
      .g-footer-recruit-nav {
        display: block;
        margin: 0; } }
    .g-footer-recruit-nav__item {
      flex: 0 1 auto;
      padding: 0 25px;
      width: 33.33334%; }
      @media screen and (max-width: 767px) {
        .g-footer-recruit-nav__item {
          padding: 0;
          margin-bottom: 10px;
          width: 100%; } }
    .g-footer-recruit-nav__link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 18px 0 35px;
      width: 100%;
      height: 75px;
      background-color: #fff;
      border: 1px #595757 solid;
      font-size: 16px;
      font-weight: bold; }
      .g-footer-recruit-nav__link::after {
        content: '';
        display: block;
        width: 32px;
        height: 7px;
        background-image: url(../images/common/arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform .3s ease;
        transform: translateX(0); }
      .g-footer-recruit-nav__link:hover:after {
        transform: translateX(4px); }
      @media screen and (max-width: 767px) {
        .g-footer-recruit-nav__link {
          padding: 0 14px;
          height: 70px;
          font-size: 14px; } }

.copy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  font-size: 13px;
  letter-spacing: 0.16em; }
  @media screen and (max-width: 767px) {
    .copy {
      height: 40px;
      font-size: 11px; } }

.js-acc-body {
  transition: height .3s ease; }

@media screen and (max-width: 767px) {
  body.iphone .g-nav__flex {
    height: calc(100vh - 100px); } }

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