@charset "UTF-8";
/*
  Theme Name: PAYFORWARD
  Author: WAB Design Inc.
  Description:
  Version: 1.0.0
  License:
  License URI:
  Text Domain:
*/
/*
  Stylesheet Header ...
*/
/*--------------------
>>> TABLE OF CONTENTS:
----------------------
0.0 Vendor
1.0 Reset
2.0 Vars
3.0 Frame
4.0 Parts
5.0 Pages
6.0 Popup
--------------------*/
/*----- 0.0 Vendor -----*/
/*----- 1.0 Reset -----*/
.recruit-contents *,
.recruit-contents h1,
.recruit-contents h2,
.recruit-contents h3,
.recruit-contents h4,
.recruit-contents p,
.recruit-contents ul,
.recruit-contents ol,
.recruit-contents li,
.recruit-contents form,
.recruit-contents dl,
.recruit-contents dt,
.recruit-contents dd,
.recruit-contents table,
.recruit-contents tr,
.recruit-contents th,
.recruit-contents td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 1em;
}

.recruit-contents * *:focus,
.recruit-contents h1 *:focus,
.recruit-contents h2 *:focus,
.recruit-contents h3 *:focus,
.recruit-contents h4 *:focus,
.recruit-contents p *:focus,
.recruit-contents ul *:focus,
.recruit-contents ol *:focus,
.recruit-contents li *:focus,
.recruit-contents form *:focus,
.recruit-contents dl *:focus,
.recruit-contents dt *:focus,
.recruit-contents dd *:focus,
.recruit-contents table *:focus,
.recruit-contents tr *:focus,
.recruit-contents th *:focus,
.recruit-contents td *:focus {
  outline: none;
}

.recruit-contents section,
.recruit-contents div {
  box-sizing: border-box;
}

.recruit-contents img,
.recruit-contents figure,
.recruit-contents iframe,
.recruit-contents object {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.recruit-contents a {
  display: inline-block;
  text-decoration: none;
}

.recruit-contents ul,
.recruit-contents ol,
.recruit-contents li {
  list-style-type: none;
}

.recruit-contents input, .recruit-contents button, .recruit-contents textarea, .recruit-contents select, .recruit-contents option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.recruit-contents input[type="text"],
.recruit-contents input[type="email"],
.recruit-contents textarea,
.recruit-contents select,
.recruit-contents option {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
}

/*----- 2.0 Library & Fonts -----*/
/* ==========================================================================
   Vars
  ========================================================================== */
/* anim */
/* color */
/* ==========================================================================
   Break
  ========================================================================== */
/* show control */
@media screen and (min-width: 769px) {
  .pcShow {
    display: block !important;
  }
  .spShow {
    display: none !important;
  }
  .pcShowIb {
    /* display: inline-block !important; */
  }
  .spShowIb {
    display: none !important;
  }
  .pcShowFx {
    display: flex !important;
  }
  .spShowFx {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcShow {
    display: none !important;
  }
  .spShow {
    display: block !important;
  }
  .pcShowIb {
    display: none !important;
  }
  .spShowIb {
    display: inline-block !important;
  }
  .pcShowFx {
    display: none !important;
  }
  .spShowFx {
    display: flex !important;
  }
}

/* ==========================================================================
   Other
  ========================================================================== */
/*----- 3.0 Header & Footer -----*/
/* ==========================================================================
   Header
  ========================================================================== */
@media screen and (min-width: 400px) {
  .recruit-header {
    margin-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  .recruit-header {
    margin-top: 147px;
  }
}

@media screen and (max-width: 399px) {
  .recruit-header {
    margin-top: 100px;
  }
}

.recruit-header {
  position: fixed;
  width: 100%;
  z-index: 10;
}

.recruit-header_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #09357F;
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit-header_main {
    height: 86px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_main {
    height: 60px;
  }
}

.recruit-header_main a.logo {
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit-header_main a.logo {
    padding: 15px 30px;
  }
  .recruit-header_main a.logo .t_en {
    font-size: 16px;
  }
  .recruit-header_main a.logo .t_jp {
    margin-left: 15px;
    font-size: 11px;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_main a.logo {
    padding: 14px 0px 14px 15px;
  }
  .recruit-header_main a.logo .t_en {
    font-size: 12px;
  }
  .recruit-header_main a.logo .t_jp {
    display: block;
    padding-top: 4px;
    font-size: 10px;
    letter-spacing: 0.03em;
  }
}

.recruit-header_main .recruit-entry {
  display: flex;
}

.recruit-header_main .recruit-entry_btn {
  font-weight: bold;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
 .recruit-header_main .recruit-entry_btn {
  height: 86px;
  /* line-height: 86px; */
  line-height: normal;
  }
  .recruit-header_main .recruit-entry_btn .entry-txt {
    padding: 0 25px 0 0;
    }
  .recruit-header_main .recruit-entry_btn .smallTxt {
    font-size: 10px;
    margin-top: 5px;
    white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {
  .recruit-header_main .recruit-entry_btn {
    height: 60px;
  }
}

@media screen and (min-width: 769px) {
  .recruit-header_main .recruit-entry_btn .ico {
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
  }
  .recruit-header_main .recruit-entry_btn .ico img {
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    white-space: nowrap;
  }
}

.recruit-header_main .btn_entry {
  background: #1B5CC9;
  color: #fff;
}

.recruit-header_main .btn_entry2 {
  background: #4169e1;
  color: #FFF;
}

/* docomo　PCエントリーボタン */
.recruit-header_main .docomo_entry {
  width: 100%;
  padding: 26px 20px;
  background: #CC0033;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  white-space: wrap;
}
.recruit-header_main .docomo_entry .btn {
 font-size: 10px;
 padding: 5.5px 6.5px;
 margin: 0 0 0 16px;
 border: solid 1px rgba(255,255,255,0.5);
 border-radius: 5px;

}

@media screen and (min-width: 769px) {
  .recruit-header_main .btn_entry {
    /* padding: 0px 25px; */
    padding: 30px 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_main .btn_entry {
    padding: 12px 5px;
    width: 70px;
    text-align: center;
    font-size: 10px;
  }
  .recruit-header_main .btn_entry .ico {
    display: block;
    padding: 2px 0 6px;
  }
  .recruit-header_main .btn_entry .ico img {
    width: 18px;
  }
}

@media screen and (min-width: 769px) {
  .recruit-header_main .btn_entry2 {
    /* padding: 0px 25px; */
    padding: 30px 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_main .btn_entry2 {
    padding: 12px 5px;
    width: 70px;
    text-align: center;
    font-size: 10px;
  }
  .recruit-header_main .btn_entry2 .ico {
    display: block;
    padding: 2px 0 6px;
  }
  .recruit-header_main .btn_entry2 .ico img {
    width: 18px;
  }
}

.recruit-header_main .btn_menu {
  position: relative;
  background: #FED33E;
  color: #09357F;
  font-family: "Lato", serif;
}

@media screen and (min-width: 769px) {
  .recruit-header_main .btn_menu {
    /* padding: 0px 70px 0px 36px; */
  padding: 35px 60px 0px 35px;
  max-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_main .btn_menu {
    padding: 10px 10px;
    width: 60px;
  }
}

.recruit-header_main .btn_menu .menu-line {
  position: absolute;
  top: 50%;
  display: block;
  height: 2px;
  background: #09357F;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (min-width: 769px) {
  .recruit-header_main .btn_menu .menu-line {
    right: 30px;
    width: 24px;
  }
  .recruit-header_main .btn_menu .menu-line:nth-child(2) {
    margin-top: -4px;
  }
  .recruit-header_main .btn_menu .menu-line:nth-child(3) {
    margin-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_main .btn_menu .menu-line {
    left: calc(50% - 9px);
    width: 18px;
  }
  .recruit-header_main .btn_menu .menu-line:nth-child(2) {
    margin-top: -4px;
  }
  .recruit-header_main .btn_menu .menu-line:nth-child(3) {
    margin-top: 2px;
  }
}

.recruit-header_main .btn_menu[data-current="1"] .menu-line:nth-child(2), .recruit-header_main .btn_menu[data-current="1"] .menu-line:nth-child(3) {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .recruit-header_main .btn_menu[data-current="1"] .menu-line:nth-child(2), .recruit-header_main .btn_menu[data-current="1"] .menu-line:nth-child(3) {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_main .btn_menu[data-current="1"] .menu-line:nth-child(2), .recruit-header_main .btn_menu[data-current="1"] .menu-line:nth-child(3) {
    width: 18px;
  }
}

.recruit-header_main .btn_menu[data-current="1"] .menu-line:nth-child(2) {
  transform: rotate(-30deg);
}

.recruit-header_main .btn_menu[data-current="1"] .menu-line:nth-child(3) {
  transform: rotate(30deg);
}

.recruit-header_sub {
  position: relative;
  background: #062964;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.4s, height 0.6s;
  height: 0;
}


@media screen and (min-width: 769px) {
  .recruit-header_sub {
    display: flex;
    align-items: center;
  }

}

@media screen and (max-width: 768px) {
  .recruit-header_sub {
    padding-bottom: 0px;
  }
  /* docomo　SPエントリーボタン */
  .recruit-header_sub .nav .docomo-nav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #CC0033;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .recruit-header_sub .nav .docomo-nav .linkBtn {
    font-size: 9px;
    padding: 5.5px 6.5px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
}

.recruit-header_sub a {
  color: #fff;
  font-weight: bold;
}

.recruit-header_sub[data-current="1"] {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 769px) {
  .recruit-header_sub[data-current="1"] {
    display: flex;
    height: calc(30vh);
  }
  /* docomo　SPエントリーボタン非表示 */ 
  .recruit-header_sub .nav .docomo-nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_sub[data-current="1"] {
    display: block;
    height: auto;
  }
}

.recruit-header_sub[data-current="1"] .recruit-header_sub_in {
  opacity: 1;
}

.recruit-header_sub_in {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .recruit-header_sub_in {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_sub_in {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .recruit-header_sub_left {
    flex: 1;
    padding-right: 45px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_sub_left {
    overflow-y: scroll;
  }
}

@media screen and (min-width: 769px) {
  .recruit-header_sub_left .ico {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_sub_left .ico {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 18px;
  }
}

@media screen and (min-width: 769px) {
  .recruit-header_sub_left .nav {
    width: 30%;
    margin-right: 5%;
  }
  .recruit-header_sub_left .nav:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_sub_left .nav {
    width: 100%;
  }
}

.recruit-header_sub_left .nav_item {
  width: 100%;
  font-size: 15px;
  font-family: "Lato", serif;
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 769px) {
  .recruit-header_sub_left .nav_item {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_sub_left .nav_item {
    display: block;
    position: relative;
    padding: 18px 20px;
  }
  .recruit-header_sub_left .nav_item:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/content/dam/nttcom/hq/jp/about-us/recruit/common/btn_menu_nav.svg) center center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    transition: .5s transform;
  }
  .recruit-header_sub_left .nav_item--only:after {
    display: none;
  }
  .recruit-header_sub_left .nav_item.-opened:after {
    transform: rotate(45deg);
  }
  .recruit-header_sub_left .nav_item .ico {
    display: none;
  }
  .recruit-header_sub_left .nav_item--only .ico {
    display: inline;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
  }
  .recruit-header_sub_left .nav_item--only .ico img {
    width: 100%;
  }
  .recruit-header_sub_left .nav_sub {
    max-height: 0;
    overflow: hidden;
    transition: .5s all;
    display: block !important;
  }
  .recruit-header_sub_left .-opened + .nav_sub {
    max-height: 400px;
    display: block;
  }
}

.recruit-header_sub_left .nav_item.disabled {
  opacity: 0.6;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .recruit-header_sub_left .nav_sub {
    margin: 15px 0 35px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_sub_left .nav_sub {
    display: none;
  }
}

.recruit-header_sub_left .nav_sub_item {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .recruit-header_sub_left .nav_sub_item {
    padding: 2px 0;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_sub_left .nav_sub_item {
    display: block;
    position: relative;
    padding: 16px 20px;
    font-size: 14px;
    background: #062252;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.recruit-header_sub_left .nav_sub_item.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.recruit-header_sub_left .nav_sub_item .ico {
  opacity: 0.5;
  width: 4px;
}

@media screen and (min-width: 769px) {
  .recruit-header_sub_left .nav_sub_item .ico {
    position: relative;
    top: 5px;
    margin: 0 0 0 4px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_sub_left .nav_sub_item .ico {
    top: 22px;
    right: 22px;
  }
}

@media screen and (min-width: 769px) {
  .recruit-header_sub_right {
    width: 234px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header_sub_right {
    padding: 40px 20px 120px;
  }
}

.nav_entry .btn {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
  height: 46px;
  line-height: 46px;
  color: #09357F;
  text-align: left;
  padding: 0 20px;
}

.nav_entry .btn .ico {
  position: absolute;
  right: 20px;
  top: 13px;
}

/* ==========================================================================
   Footer
  ========================================================================== */
footer img {
  width: auto;
}

@media screen and (min-width: 769px) {
  .recruit-footer {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit-footer {
    padding: 50px 0 10px;
  }
}

.recruit-footer .recruit-footer_link {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .recruit-footer .recruit-footer_link a {
    display: inline-block;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-footer .recruit-footer_link a {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
}

/* ==========================================================================
   frame
  ========================================================================== */
html,
body {
  height: 100%;
  width: 100%;
}

body .recruit-contents {
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #1C1C1C;
  font-size: 14px;
}

body.fixed {
  overflow: hidden;
}

.recruit-contents #wrap {
  opacity: 0;
  transition: opacity 0.5s;
}

@media screen and (min-width: 769px) {
  .recruit-contents #wrap {
    padding-top: 233px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-contents #wrap {
    padding-top: 160px;
  }
}

.recruit-contents #wrap.ready {
  opacity: 1;
}

.recruit-contents .t_en {
  font-family: "Lato", serif;
  letter-spacing: 0.03em;
}

.recruit-contents .t_jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.recruit-contents .contents {
  position: relative;
  z-index: 2;
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}

.recruit-contents .contents.ready {
  opacity: 1;
}

/*----- 4.0 Components -----*/
/* ==========================================================================
   Parts
  ========================================================================== */
.jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.en01 {
  font-family: "Lato", serif;
  letter-spacing: 0.02em;
}

.en02 {
  font-family: "BeyondTypeface", sans-serif;
  letter-spacing: 0.05em;
}

.hide {
  opacity: 0 !important;
  pointer-events: none;
}

.js-in,
.js-in-02,
.scroll-txt {
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .js-in,
  .js-in-02,
  .scroll-txt {
    transform: translateY(20px);
  }
}

@media screen and (max-width: 768px) {
  .js-in,
  .js-in-02,
  .scroll-txt {
    transform: translateY(10px);
  }
}

.js-in.inview,
.js-in-02.inview,
.scroll-txt.inview {
  opacity: 1;
  transform: translateY(0);
}

.scroll-txt:nth-child(1) {
  transition-delay: 0s;
}

.scroll-txt:nth-child(2) {
  transition-delay: 0.2s;
}

.bg_blue {
  background: #f7fafc;
}

.txt-through {
  text-decoration: line-through;
}

/* link */
a {
  outline: none;
  color: #1C1C1C;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  color: #4f4f4f;
  transition: opacity 0.4s;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}

a.disabled {
  pointer-events: none;
  color: #ccc !important;
}

a:focus {
  outline: none;
}

p {
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

/* btn */
.btn {
  position: relative;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

a.btn_next {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0 60px 0 20px;
  min-width: 220px;
  height: 54px;
  line-height: 54px;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lato", serif;
  text-align: left;
  color: #fff;
}

a.btn_line3 {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 6px 60px 0 20px;
  min-width: 220px;
  height: 54px;
  line-height: 20px;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lato", serif;
  text-align: left;
  color: #fff;
}

a.btn_next::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 50px;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
}

a.btn_line3::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 50px;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
}

a.btn_next .ico {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 6px;
  height: 12px;
}

a.btn_line3 .ico {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 6px;
  height: 12px;
}

a.btn_next.btn_next_white {
  border: 1px solid rgba(28, 28, 28, 0.2);
  color: #1C1C1C;
}

a.btn_line3.btn_next_white {
  border: 1px solid rgba(28, 28, 28, 0.2);
  color: #1C1C1C;
}

a.btn_next.btn_next_white::before {
  background: rgba(28, 28, 28, 0.1);
}

a.btn_line3.btn_next_white::before {
  background: rgba(28, 28, 28, 0.1);
}

a.btn_next.btn_next_blue {
  border: 0;
  color: #fff;
  background: #09357F;
}

a.btn_line3.btn_next_blue {
  border: 0;
  color: #fff;
  background: #09357F;
}

a.btn_next.btn_next_blue::before {
  background: #fff;
}

a.btn_line3.btn_next_blue::before {
  background: #fff;
}

a.btn_next.btn_next_yellow {
  border: 0;
  color: #09357F;
  background: #FED33E;
}

a.btn_line3.btn_next_yellow {
  border: 0;
  color: #09357F;
  background: #FED33E;
}

a.btn_next.btn_next_yellow::before {
  background: #09357F;
}

a.btn_line3.btn_next_yellow::before {
  background: #09357F;
}

.page-link {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .page-link {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .page-link {
    margin-top: 60px;
  }
}

.page-link .btn-page {
  display: inline-block;
  border: 1px solid #09357F;
  text-align: center;
  font-weight: bold;
  border-radius: 28px;
  padding: 20px 20px;
  font-size: 13px;
  min-width: 240px;
  color: #004386;
}

.page-link .btn-page .ico_arr {
  position: relative;
  display: inline-block;
  left: 10px;
}

table.tbl {
  width: 100%;
}

@media screen and (min-width: 769px) {
  table.tbl.tbl-history {
    width: 80%;
  }
}

table.tbl th,
table.tbl td {
  background: none;
  border: 0;
}

@media screen and (min-width: 769px) {
  table.tbl th,
  table.tbl td {
    border-bottom: 1px solid rgba(28, 28, 28, 0.1);
  }
}

@media screen and (min-width: 769px) {
  table.tbl th {
    padding: 30px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  table.tbl th {
    padding: 20px 0 10px;
  }
}

table.tbl th p {
  position: relative;
  color: #09357F;
  padding: 0px 0 0 15px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 16px;
}

table.tbl th p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 20px;
  background: #FED33E;
}

@media screen and (min-width: 769px) {
  table.tbl td {
    padding: 30px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  table.tbl td {
    padding: 0px 0 20px;
    border-bottom: 1px solid rgba(28, 28, 28, 0.1);
  }
}

table.tbl td p {
  padding-top: 3px;
  line-height: 1.8;
  margin-bottom: 1em;
}

table.tbl td p:last-child {
  margin-bottom: 0;
}

table.tbl td p a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  table.tbl,
  table.tbl tr,
  table.tbl th,
  table.tbl td {
    display: block;
  }
}

/* ==========================================================================
   vendor
  ========================================================================== */
/* swiper */
.swiper-button-prev,
.swiper-button-next {
  top: auto;
  bottom: 0;
  background: none;
  box-sizing: content-box;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}

.swiper-slide {
  text-align: left;
}

/* barba */
.barba-leave-active,
.barba-enter-active {
  transition: opacity 450ms ease;
}

/* initial state */
.barba-leave {
  opacity: 1;
}

.barba-enter {
  opacity: 0;
}

/* ending state */
.barba-leave-to {
  opacity: 0;
}

.barba-enter-to {
  opacity: 1;
}

/* popup */
.mfp-close {
  width: 60px;
  height: 60px;
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/ico_popup_close.svg") no-repeat left top !important;
  background-size: 100% auto;
}

.mfp-counter {
  display: none;
}

.mfp-figure img {
  pointer-events: none;
}

.mfp-figure:after {
  display: none !important;
}

img.mfp-img {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.44, 0.04, 0.84, 0.42);
}

@media screen and (min-width: 769px) {
  img.mfp-img {
    padding: 14vh 0 !important;
  }
}

button.mfp-arrow {
  position: fixed;
  opacity: 1;
  margin: 0 !important;
  color: #fff;
  background: #09357F !important;
  display: block;
  top: auto;
  bottom: 0px;
}

@media screen and (min-width: 769px) {
  button.mfp-arrow {
    width: 25%;
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  button.mfp-arrow {
    width: 50%;
    height: 60px;
  }
}

@media screen and (min-width: 769px) {
  button.mfp-arrow-left {
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  button.mfp-arrow-left {
    left: 0%;
  }
}

@media screen and (min-width: 769px) {
  button.mfp-arrow-right {
    left: 75%;
  }
}

@media screen and (max-width: 768px) {
  button.mfp-arrow-right {
    left: 50%;
  }
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  background: #fff;
  opacity: 0.7;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ==========================================================================
   Animation
  ========================================================================== */
/* loading */
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bgGrad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bgGrad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes windowOpenPc {
  0% {
    width: 0;
    height: 0;
  }
  60% {
    width: 2px;
    height: 73%;
  }
  100% {
    width: 25%;
    height: 73%;
  }
}

@keyframes windowOpenPc {
  0% {
    width: 0;
    height: 0;
  }
  60% {
    width: 2px;
    height: 73%;
  }
  100% {
    width: 25%;
    height: 73%;
  }
}

@-webkit-keyframes windowOpenSp {
  0% {
    width: 0;
    height: 0;
  }
  60% {
    width: 2px;
    height: 62%;
  }
  100% {
    width: 50%;
    height: 62%;
  }
}

@keyframes windowOpenSp {
  0% {
    width: 0;
    height: 0;
  }
  60% {
    width: 2px;
    height: 62%;
  }
  100% {
    width: 50%;
    height: 62%;
  }
}

@-webkit-keyframes windowClosePc {
  0% {
    width: 25%;
    height: 73%;
  }
  30% {
    width: 1%;
    height: 73%;
  }
  100% {
    width: 0;
    height: 0;
  }
}

@keyframes windowClosePc {
  0% {
    width: 25%;
    height: 73%;
  }
  30% {
    width: 1%;
    height: 73%;
  }
  100% {
    width: 0;
    height: 0;
  }
}

@-webkit-keyframes windowCloseSp {
  0% {
    width: 50%;
    height: 62%;
  }
  30% {
    width: 1%;
    height: 62%;
  }
  100% {
    width: 0;
    height: 0;
  }
}

@keyframes windowCloseSp {
  0% {
    width: 50%;
    height: 62%;
  }
  30% {
    width: 1%;
    height: 62%;
  }
  100% {
    width: 0;
    height: 0;
  }
}

@-webkit-keyframes skyMove {
  0% {
    left: 50%;
  }
  30% {
    left: 45%;
  }
  70% {
    left: 55%;
  }
  100% {
    left: 50%;
  }
}

@keyframes skyMove {
  0% {
    left: 50%;
  }
  30% {
    left: 45%;
  }
  70% {
    left: 55%;
  }
  100% {
    left: 50%;
  }
}

/*----- 5.0 Pages Components -----*/
@media screen and (min-width: 769px) {
  .recruit_corporation .inner-link {
    padding: 50px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .recruit_corporation .inner-link {
    padding: 30px 0 20px;
    text-align: center;
  }
}

.recruit_corporation .inner-link .inner-link_item {
  position: relative;
  text-align: center;
  background: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 40px;
  box-shadow: 0px 0px 20px rgba(21, 89, 147, 0.1);
}

@media screen and (min-width: 769px) {
  .recruit_corporation .inner-link .inner-link_item {
    width: calc(33% - 24px);
    max-width: 300px;
    margin: 0 20px 30px 0;
    padding: 25px 0;
  }
  .recruit_corporation .inner-link .inner-link_item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_corporation .inner-link .inner-link_item {
    width: 80%;
    padding: 20px 0;
    margin: 0 auto 20px;
  }
}

.recruit_corporation .inner-link .inner-link_item .ico_arr {
  position: absolute;
  width: 12px;
}

@media screen and (min-width: 769px) {
  .recruit_corporation .inner-link .inner-link_item .ico_arr {
    top: 30px;
    right: 28px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_corporation .inner-link .inner-link_item .ico_arr {
    top: 25px;
    right: 18px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_corporation .qa-block {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_corporation .qa-block {
    margin-top: 50px;
  }
}

.recruit_corporation .qa-block .qa-block_head {
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/line_title.svg") no-repeat;
  background-position: left 2px;
  background-size: 4px auto;
  padding: 1px 0px 2px 24px;
}

@media screen and (min-width: 769px) {
  .recruit_corporation .qa-block .qa-block_head {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_corporation .qa-block .qa-block_head {
    margin-bottom: 35px;
    background-position: left 4px;
    background-size: 4px auto;
  }
}

.recruit_corporation .qa-block .qa-block_head h2 {
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .recruit_corporation .qa-block .qa-block_head h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_corporation .qa-block .qa-block_head h2 {
    font-size: 20px;
  }
}

.recruit_corporation .qa-block .qa-list .q {
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}

@media screen and (min-width: 769px) {
  .recruit_corporation .qa-block .qa-list .q {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_corporation .qa-block .qa-list .q {
    line-height: 1.5;
  }
}

.recruit_corporation .qa-block .qa-list .q::before {
  content: 'Q';
  position: relative;
  font-weight: bold;
  display: inline-block;
  font-family: "Lato", serif;
  color: #09357F;
  font-size: 20px;
  margin-right: 12px;
}

.recruit_corporation .qa-block .qa-list .a {
  padding: 0 0 0 2px;
}

@media screen and (min-width: 769px) {
  .recruit_corporation .qa-block .qa-list .a {
    margin: 15px 0 40px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .recruit_corporation .qa-block .qa-list .a {
    margin: 10px 0 30px;
    line-height: 1.5;
  }
}

.recruit_corporation .qa-block .qa-list .link {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .recruit_corporation .qa-block .qa-list .link {
    margin: -10px 0 70px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_corporation .qa-block .qa-list .link {
    margin: -10px 0 40px;
  }
}

.recruit_corporation .qa-block .qa-list .link.link_txt {
  text-align: left;
  font-weight: bold;
}

.recruit_corporation .qa-block .qa-list .link.link_txt .ico_arr {
  vertical-align: middle;
  margin-left: 4px;
}

.recruit_corporation .qa-block .qa-list .link.link_txt .ico_arr img {
  vertical-align: middle;
}

.recruit_guideline .bg_blue {
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block {
    padding: 80px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block {
    padding: 40px 0 0px;
  }
}

.recruit_guideline .guideline-block .guideline-block_head {
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/line_title.svg") no-repeat;
  background-position: left 2px;
  background-size: 4px auto;
  padding: 1px 0px 2px 24px;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-block_head {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-block_head {
    margin-bottom: 20px;
    background-position: left 4px;
    background-size: 4px auto;
  }
}

.recruit_guideline .guideline-block .guideline-block_head h2 {
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-block_head h2 {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-block_head h2 {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-block_body {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-block_body {
    margin-top: 0px;
  }
}

.recruit_guideline .guideline-block .guideline-block_body .note {
  margin: 30px 0 20px;
  text-align: center;
}

.recruit_guideline .guideline-block .guideline-block_body h3 {
  border-bottom: 2px solid #09357F;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-block_body h3 {
    font-size: 22px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-block_body h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.recruit_guideline .guideline-block .guideline-block_body .txt {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-block_body .txt {
    font-size: 16px;
  }
}

.recruit_guideline .guideline-block .guideline-block_body .txt .note {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-block_body .recruit_tbl {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-block_body .recruit_tbl {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-block_body .recruit_tbl th {
    width: 200px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-block_body .recruit_tbl .btns {
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-block_body .recruit_tbl .btns {
    margin: 20px 0 40px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-block_body .recruit_tbl .btns .btn {
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-block_body .recruit_tbl .btns .btn {
    margin: 0 0 20px 0;
  }
}

.recruit_guideline .guideline-block .guideline-block_body .recruit_tbl .link {
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
}

.recruit_guideline .guideline-block .guideline-block_body .recruit_tbl .link .ico_arr {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.recruit_guideline .guideline-block .guideline-block_body .box {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(21, 89, 147, 0.1);
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-block_body .box {
    display: flex;
    margin: 60px auto 0;
    padding: 50px 2% 40px;
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-block_body .box {
    display: block;
    margin: 30px 0 0;
    padding: 30px 20px 10px;
  }
}

.recruit_guideline .guideline-block .guideline-block_body .box .box_item {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-block_body .box .box_item {
    width: 52%;
  }
  .recruit_guideline .guideline-block .guideline-block_body .box .box_item:first-child {
    flex: 1;
    border-right: 1px solid rgba(28, 28, 28, 0.1);
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-block_body .box .box_item {
    margin-bottom: 30px;
  }
}

.recruit_guideline .guideline-block .guideline-block_body .box .box_item .caption {
  display: block;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-block_body .box .box_item .caption {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-block_body .box .box_item .caption {
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .tab-body_in {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .tab-body_in {
    margin-bottom: 40px;
  }
}

.recruit_guideline .guideline-block .tab-body_in:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-flow {
    display: flex;
    margin-top: 50px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-flow {
    margin-top: 30px;
    padding: 0 20px 10px;
  }
}

.recruit_guideline .guideline-block .guideline-flow_item {
  position: relative;
  border-radius: 10px;
  border: 3px solid #09357F;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-flow_item {
    width: calc(20% - 23px);
    margin-right: 29px;
    padding: 32px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-flow_item {
    margin-bottom: 40px;
    padding: 24px 0 45px;
    text-align: center;
  }
}

.recruit_guideline .guideline-block .guideline-flow_item::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 50px;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: #09357F;
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-flow_item::before {
    bottom: 38px;
  }
}

.recruit_guideline .guideline-block .guideline-flow_item::after {
  content: '';
  position: absolute;
  display: block;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-flow_item::after {
    top: calc(50% - 8px);
    right: -21px;
    width: 8px;
    height: 16px;
    background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/arr_flow.svg") no-repeat;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-flow_item::after {
    left: calc(50% - 4px);
    bottom: -27px;
    width: 16px;
    height: 8px;
    background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/arr_btm.svg") no-repeat;
    background-size: 100% auto;
  }
}

.recruit_guideline .guideline-block .guideline-flow_item:last-child {
  margin-right: 0;
}

.recruit_guideline .guideline-block .guideline-flow_item:last-child::after {
  display: none;
}

.recruit_guideline .guideline-block .guideline-flow_item.blue {
  background: #09357F;
}

.recruit_guideline .guideline-block .guideline-flow_item.blue::before {
  background: #fff;
}

.recruit_guideline .guideline-block .guideline-flow_item.blue p {
  color: #fff;
}

.recruit_guideline .guideline-block .guideline-flow_item.yellow {
  border: 3px solid #FED33E;
  background: #FED33E;
}

.recruit_guideline .guideline-block .guideline-flow_item.yellow::before {
  background: #09357F;
}

.recruit_guideline .guideline-block .guideline-flow_item.yellow p {
  color: #09357F;
}

.recruit_guideline .guideline-block .guideline-flow_item p {
  display: block;
  width: 100%;
  color: #09357F;
}

.recruit_guideline .guideline-block .guideline-flow_item .title {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-flow_item .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-flow_item .title {
    font-size: 16px;
  }
}

.recruit_guideline .guideline-block .guideline-flow_item .txt {
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-flow_item .txt {
    margin: 10px 0 14px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-flow_item .txt {
    margin: 5px 0 12px;
    padding: 0 20px;
  }
}

.recruit_guideline .guideline-block .guideline-flow_item .date {
  width: 100%;
  position: absolute;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit_guideline .guideline-block .guideline-flow_item .date {
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_guideline .guideline-block .guideline-flow_item .date {
    bottom: 12px;
    font-size: 12px;
  }
}

.js-tab-contents,
.js-tab-contents2 {
  display: none;
}

.js-tab-contents.current,
.js-tab-contents2.current {
  display: block;
}

.guideline-block_link {
  padding-bottom: 50px;
}

.guideline-block_link .block-tab {
  display: flex;
}

@media screen and (min-width: 769px) {
  .guideline-block_link .block-tab {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .guideline-block_link .block-tab {
    margin-top: 30px;
  }
}

.guideline-block_link .block-tab .block-tab_item {
  width: calc(100% / 3);
  border-right: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  background: rgba(28, 28, 28, 0.1);
}

@media screen and (min-width: 769px) {
  .guideline-block_link .block-tab .block-tab_item {
    font-size: 14px;
    padding: 16px 0 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .guideline-block_link .block-tab .block-tab_item {
    font-size: 12px;
    padding: 16px 8px 14px;
    line-height: 1.3;
  }
}

.guideline-block_link .block-tab .block-tab_item.current {
  color: #fff;
  background: #09357F;
}

@media screen and (min-width: 769px) {
  .recruit_course .inner-link {
    margin: 70px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .inner-link {
    margin: 30px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .recruit_course .inner-link .inner-link_box {
    display: flex;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .inner-link .inner-link_box {
    margin-bottom: 0px;
  }
}

.recruit_course .inner-link .inner-link_item {
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit_course .inner-link .inner-link_item {
    width: 330px;
    border-radius: 40px;
    padding: 30px 20px 28px 50px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .inner-link .inner-link_item {
    width: 100%;
    border-radius: 30px;
    padding: 20px 20px 20px 40px;
  }
}

.recruit_course .inner-link .inner-link_item .title {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit_course .inner-link .inner-link_item .title {
    font-size: 16px;
  }
}

.recruit_course .inner-link .inner-link_item .ico_arr {
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .recruit_course .inner-link .inner-link_item .ico_arr {
    margin-left: 80px;
    position: absolute;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .inner-link .inner-link_item .ico_arr {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 16px;
  }
}

.recruit_course .inner-link .inner-link_item.blue {
  color: #fff;
  background: #09357F;
}

.recruit_course .inner-link .inner-link_item.yellow {
  background: #FED33E;
}

.recruit_course .inner-link .txt {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .recruit_course .inner-link .txt {
    padding: 10px 0 0 40px;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .inner-link .txt {
    padding: 10px 0 10px 5px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block {
    padding: 110px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .course-block {
    padding: 60px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block .course-block_head {
    display: flex;
  }
}

.recruit_course .course-block .course-block_head h2 {
  position: relative;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block .course-block_head h2 {
    top: 4px;
    width: 280px;
    padding-bottom: 30px;
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .course-block .course-block_head h2 {
    padding-bottom: 20px;
    font-size: 20px;
  }
}

.recruit_course .course-block .course-block_head h2::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 34px;
  height: 4px;
  background: #FED33E;
}

.recruit_course .course-block .course-block_head .lead {
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block .course-block_head .lead {
    flex: 1;
    padding-left: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .course-block .course-block_head .lead {
    margin: 20px 0 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block .course-block_body {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .course-block .course-block_body {
    margin-top: 20px;
  }
}

.recruit_course .course-block .course-block_body .txt {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block .course-block_body .txt-ico {
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .course-block .course-block_body .txt-ico {
    margin: 20px 0 0;
  }
}

.recruit_course .course-block .course-block_body .txt-ico span {
  display: inline-block;
  border: 1px solid #09357F;
  border-radius: 4px;
  color: #09357F;
  font-weight: bold;
  padding: 10px 28px;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block .course-block_body .link {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .course-block .course-block_body .link {
    margin: 20px 0 0;
  }
}

.recruit_course .course-block .course-list {
  border-top: 1px solid rgba(28, 28, 28, 0.1);
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block .course-list {
    margin: 0px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .course-block .course-list {
    margin: -20px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block .course-list.single {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .course-block .course-list.single {
    margin-top: 60px;
  }
}

.recruit_course .course-block .course-accordion {
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}

.recruit_course .course-block .course-accordion dt {
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block .course-accordion dt {
    padding: 34px 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .course-block .course-accordion dt {
    padding: 25px 0;
  }
}

.recruit_course .course-block .course-accordion dt p {
  position: relative;
  font-weight: bold;
  padding: 1px 0 0 18px;
  font-size: 16px;
  color: #09357F;
}

.recruit_course .course-block .course-accordion dt p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 4px;
  height: 18px;
  background: #FED33E;
}

.recruit_course .course-block .course-accordion dt .ico_arr {
  position: absolute;
  top: 34px;
  right: 30px;
  width: 18px;
  transform: rotate(0deg);
}

.recruit_course .course-block .course-accordion dt.current .ico_arr {
  transform: rotate(180deg);
  transition: transform 0.6s;
}

.recruit_course .course-block .course-accordion dd {
  border-top: 1px solid rgba(28, 28, 28, 0.1);
  overflow: hidden;
  height: 0;
  transition: height 0.6s;
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block .course-accordion dd .dd_in {
    padding: 40px 5px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .course-block .course-accordion dd .dd_in {
    padding: 30px 5px;
  }
}

.recruit_course .course-block .course-accordion dd .title {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block .course-accordion dd .title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .course-block .course-accordion dd .title {
    margin-bottom: 20px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 769px) {
  .recruit_course .course-block .course-accordion dd .txt {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_course .course-block .course-accordion dd .txt {
    margin-bottom: 40px;
    line-height: 1.6;
  }
}

.recruit_course .course-block .course-accordion dd .txt:last-child {
  margin-bottom: 0;
}

.recruit-message .recruit-message_photo {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .recruit-message .recruit-message_photo figure {
    display: inline-block;
    width: 83%;
    max-width: 884px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-message .recruit-message_photo figure {
    width: calc(100% - 40px);
  }
}

.recruit-message .recruit-message_info {
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit-message .recruit-message_info {
    margin-top: -110px;
  }
  .recruit-message .recruit-message_info::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -80px;
    width: 495px;
    height: 200px;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .recruit-message .recruit-message_info {
    padding: 30px 0px 20px;
  }
}

.recruit-message .recruit-message_info p {
  position: relative;
}

.recruit-message .recruit-message_info .job {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit-message .recruit-message_info .job {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 768px) {
  .recruit-message .recruit-message_info .job {
    line-height: 1.5;
  }
}

.recruit-message .recruit-message_info .name {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit-message .recruit-message_info .name {
    margin: 20px 0 40px;
    padding: 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-message .recruit-message_info .name {
    margin: 20px 0 5px;
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 769px) {
  .recruit-message .recruit-message_info .name .t_jp {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-message .recruit-message_info .name .t_jp {
    font-size: 22px;
  }
}

.recruit-message .recruit-message_info .name .t_en {
  color: rgba(28, 28, 28, 0.4);
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .recruit-message .recruit-message_info .name .t_en {
    font-size: 12px;
  }
}

.recruit-message .recruit-message_info .name::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 32px;
  height: 4px;
  background: #FED33E;
}

.recruit-message .recruit-message_catch {
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .recruit-message .recruit-message_catch {
    line-height: 1.8;
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-message .recruit-message_catch {
    line-height: 1.7;
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .recruit-message .recruit-message_text {
    margin: 80px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit-message .recruit-message_text {
    margin: 25px 0 0;
  }
}

.recruit-message .recruit-message_text p {
  margin-bottom: 1.6em;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .recruit-message .recruit-message_text p {
    font-size: 16px;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training.recruit_page .page-lead {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block {
    margin: 120px 0 0;
  }
  .recruit_training .training-block:first-child {
    margin: 90px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block {
    margin: 50px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-block_head {
    display: flex;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-block_head {
    margin-bottom: 30px;
  }
}

.recruit_training .training-block .training-block_head .training-block_head_in {
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/line_title.svg") no-repeat;
  background-position: left 2px;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-block_head .training-block_head_in {
    background-size: 4px auto;
    padding: 1px 0px 2px 24px;
    margin-bottom: 30px;
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-block_head .training-block_head_in {
    background-position: left 4px;
    background-size: 3px auto;
    padding: 1px 0px 2px 14px;
    margin-bottom: 20px;
  }
}

.recruit_training .training-block .training-block_head .training-block_head_in h2 {
  position: relative;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-block_head .training-block_head_in h2 {
    padding-bottom: 12px;
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-block_head .training-block_head_in h2 {
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.recruit_training .training-block .training-block_head .training-block_head_in p {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-block_head .training-block_head_in p {
    font-size: 12px;
  }
}

.recruit_training .training-block .training-block_head .lead {
  line-height: 1.8;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-block_head .lead {
    flex: 1;
  }
}

.recruit_training .training-block .training-block_body .box {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(21, 89, 147, 0.1);
  text-align: center;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-block_body .box {
    padding: 60px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-block_body .box {
    padding: 30px 20px 30px;
  }
}

.recruit_training .training-block .training-block_body .training-block_box {
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-block_body .training-block_box {
    margin: 90px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-block_body .training-block_box {
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-block_body .training-block_box > .bg_blue {
    background: none;
  }
}

.recruit_training .training-block .training-block_body .training-block_box .training-block_box_head {
  position: relative;
}

.recruit_training .training-block .training-block_body .training-block_box .training-block_box_head .decoration {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: bold;
  font-family: "Lato", serif;
  color: rgba(9, 53, 127, 0.05);
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-block_body .training-block_box .training-block_box_head .decoration {
    font-size: 200px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-block_body .training-block_box .training-block_box_head .decoration {
    font-size: 60px;
  }
}

.recruit_training .training-block .training-block_body .training-block_box .training-block_box_head .sub {
  position: relative;
  font-weight: bold;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-block_body .training-block_box .training-block_box_head .sub {
    font-size: 12px;
  }
}

.recruit_training .training-block .training-block_body .training-block_box .training-block_box_head .sub::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 1px;
  background: rgba(112, 112, 112, 0.5);
}

.recruit_training .training-block .training-block_body .training-block_box .training-block_box_head .main {
  font-weight: bold;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-block_body .training-block_box .training-block_box_head .main {
    font-size: 26px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-block_body .training-block_box .training-block_box_head .main {
    font-size: 18px;
    margin-top: 8px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-point {
    margin: 50px 0 0;
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-point {
    margin: 20px 0 0;
  }
}

.recruit_training .training-block .training-point_head h4 {
  position: relative;
  font-weight: bold;
  color: #09357F;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-point_head h4 {
    padding: 1px 0 0 18px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-point_head h4 {
    padding: 0px 0 0 16px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.recruit_training .training-block .training-point_head h4::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 4px;
  height: 18px;
  background: #FED33E;
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-point_head h4::before {
    top: 2px;
  }
}

.recruit_training .training-block .training-point_head p {
  line-height: 1.8;
  margin-top: 18px;
}

.recruit_training .training-block .training-point_body {
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-point_body {
    margin-top: 40px;
    padding: 0 0 60px 200px;
  }
}

.recruit_training .training-block .training-point_body .label {
  position: relative;
  background: #09357F;
  border-radius: 8px;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-point_body .label {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 80px 0 90px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-point_body .label {
    margin: 30px auto 5px;
    padding: 25px 20px;
    width: calc(100% - 40px);
  }
}

.recruit_training .training-block .training-point_body .label p {
  width: 100%;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-point_body .label p {
    margin-left: 50px;
  }
}

.recruit_training .training-block .training-point_body .label .sub_copy {
  position: relative;
  font-family: "Lato", serif;
  color: #FED33E;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-point_body .label .sub_copy {
    margin-bottom: 24px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-point_body .label .sub_copy {
    font-size: 12px;
  }
}

.recruit_training .training-block .training-point_body .label .sub_copy::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 1px;
  background: #FED33E;
}

.recruit_training .training-block .training-point_body .label .copy {
  color: #fff;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-point_body .label .copy {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-point_body .label .copy {
    padding-top: 8px;
    font-size: 16px;
  }
}

.recruit_training .training-block .training-point_body .box {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block .training-point_body .box {
    padding: 50px 50px 50px 200px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block .training-point_body .box {
    margin-top: -60px;
    padding: 80px 20px 30px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_training .txt-list {
    padding: 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .txt-list {
    padding: 0 0px;
  }
}

.recruit_training .txt-list_item {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .recruit_training .txt-list_item {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .txt-list_item:last-child {
    margin-bottom: 0;
  }
}

.recruit_training .txt-list_item .label {
  color: #fff;
  background: #09357F;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .recruit_training .txt-list_item .label {
    width: 260px;
    padding: 60px 0 60px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .txt-list_item .label {
    padding: 25px 10px;
    border-radius: 4px;
  }
}

.recruit_training .txt-list_item .txt {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .recruit_training .txt-list_item .txt {
    flex: 1;
    padding-left: 30px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .txt-list_item .txt {
    margin-top: 15px;
    padding: 0 2px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .recruit_training .training-block.training02 .training-block_body .box {
    padding: 60px 60px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_training .training-block.training02 .training-block_body .box {
    padding: 40px 20px;
  }
}

.event_detail .event_detail_outline {
  position: relative;
}

@media screen and (min-width: 769px) {
  .event_detail .event_detail_outline {
    padding-bottom: 100px;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .event_detail .event_detail_outline {
    background: #f7fafc;
    padding: 0 20px 40px;
  }
}

.event_detail .event_detail_outline::before {
  content: '';
  display: block;
  position: absolute;
  left: 108px;
  top: 150px;
  width: 100%;
  height: 810px;
  background: #f7fafc;
}

@media screen and (max-width: 768px) {
  .event_detail .event_detail_outline::before {
    display: none;
  }
}

.event_detail .event_detail_outline.bg880::before {
  height: 880px;
}

.event_detail .event_detail_img {
  position: relative;
}

@media screen and (min-width: 769px) {
  .event_detail .event_detail_img {
    margin: 0 auto;
    width: 83%;
    max-width: 1064px;
    left: -10%;
  }
}

@media screen and (max-width: 768px) {
  .event_detail .event_detail_img {
    width: 100%;
  }
}

.event_detail .decoration {
  position: absolute;
  font-weight: bold;
  font-family: "Lato", serif;
  color: rgba(9, 53, 127, 0.05);
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .event_detail .decoration {
    right: 100px;
    top: 366px;
    font-size: 200px;
  }
}

@media screen and (max-width: 768px) {
  .event_detail .decoration {
    right: 10px;
    top: 100px;
    font-size: 80px;
  }
}

.event_detail .info {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .event_detail .info {
    padding: 80px 0 0px;
    width: 848px;
  }
}

@media screen and (max-width: 768px) {
  .event_detail .info {
    padding: 40px 0 0;
  }
}

.event_detail .name {
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/line_title.svg") no-repeat;
  background-position: left 5px;
  background-size: 6px auto;
  min-height: 60px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .event_detail .name {
    background-position: left 4px;
    background-size: 4px auto;
  }
}

.event_detail .name span {
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .event_detail .name span {
    padding-left: 34px;
  }
}

@media screen and (max-width: 768px) {
  .event_detail .name span {
    padding-left: 20px;
  }
}

.event_detail .name .t_en {
  font-family: "Lato", serif;
}

@media screen and (max-width: 768px) {
  .event_detail .name .t_en {
    font-size: 12px;
  }
}

.event_detail .name .t_jp {
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .event_detail .name .t_jp {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .event_detail .name .t_jp {
    font-size: 20px;
  }
}

.event_detail .txt {
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .event_detail .txt {
    margin: 35px 0 45px;
  }
}

@media screen and (max-width: 768px) {
  .event_detail .txt {
    margin: 20px 0 30px;
  }
}

.event_detail .inner-link {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .event_detail .inner-link {
    margin: 0 auto;
    max-width: 1100px;
  }
}

@media screen and (min-width: 769px) {
  .event_detail .inner-link.item-rows {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .event_detail .inner-link.item-rows {
    margin-top: 30px;
  }
}

.event_detail .inner-link_item {
  display: inline-block;
  text-align: center;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 40px;
  box-shadow: 0px 0px 20px rgba(21, 89, 147, 0.1);
}

@media screen and (min-width: 769px) {
  .event_detail .inner-link_item {
    width: 330px;
    margin: 0 14px 28px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .event_detail .inner-link_item {
    width: 90%;
    margin: 0 0 20px;
    padding: 22px 0;
  }
}

.event_detail .inner-link_item .ico_arr {
  position: relative;
  display: inline-block;
  top: 4px;
  left: 4px;
  width: 16px;
}

.event_detail .inner-link_item.item-rows {
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .event_detail .inner-link_item.item-rows {
    padding: 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .event_list .event_list_item {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .event_list .event_list_item {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .event_list .event_list_item#event00 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .event_list .event_list_item#event00 {
    margin-top: 30px;
  }
}

.event_list .event_list_item .name {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .event_list .event_list_item .name {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .event_list .event_list_item .name {
    margin-bottom: 30px;
  }
}

.event_list .event_list_item .name span {
  display: block;
  font-weight: bold;
  line-height: 1;
}

.event_list .event_list_item .name .t_en {
  position: relative;
  padding-left: 30px;
  font-family: "Lato", serif;
}

@media screen and (max-width: 768px) {
  .event_list .event_list_item .name .t_en {
    font-size: 12px;
  }
}

.event_list .event_list_item .name .t_en::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 1px;
  background: rgba(112, 112, 112, 0.5);
}

.event_list .event_list_item .name .t_jp {
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .event_list .event_list_item .name .t_jp {
    margin-top: 22px;
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .event_list .event_list_item .name .t_jp {
    margin-top: 6px;
    font-size: 18px;
  }
}

.event_list .event_list_item .lead {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .event_list .event_list_item .lead {
    margin: -20px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .event_list .event_list_item .lead {
    margin: -10px 0 20px;
  }
}

.event_list .event_list_item .tbl th {
  width: 200px;
}

.event_list .event_list_item .link {
  margin-top: 40px;
}



.recruit_index .top .top-inner{
  width: 1410px;
  margin: 25px auto 20px;
}
.recruit_index .top .top-list{
  display: flex;
  justify-content: space-between;
}
.recruit_index .top .top-list-item a{
  position: relative;
}
.recruit_index .top .top-list-item a .text{
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20px);
  height: 132px;
  margin: 0 10px;
  padding: 16px 12px;
  background: rgb(255 255 255 / 70%);
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  transform: translateY(-50%);
}
.recruit_index .top .top-list-item-fresh a .text{
  font-size: 29px;
}
.recruit_index .top .top-list-item-fresh a .icon-newWindow{
  margin: 0 5px;
  font-size: .8em;
}

.recruit_index .top .top-note .top-note-heading{
  color: #fcd141;
  font-size: 20px;
  font-weight: bold;
}
.recruit_index .top .top-note .top-note-txt{
  margin: 30px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 600;
}
@media screen and (max-width: 768px){
  .recruit_index .top .top-note .top-note-txt{
    font-size: 16px;
  }
}
.recruit_index .top .top-note .top-note-engineering-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  margin: 65px auto 0;
  padding: 18px 30px;
  background: linear-gradient(to right, #fff1c0 18%, #ffe486);
}
.recruit_index .top .top-note .top-note-engineering-img{
  width: 176px;
}
.recruit_index .top .top-note .top-note-engineering-txt{
  width: calc(100% - 292px);
  color: #1C1C1C;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .recruit_index .top-note {
    background: url("/content/dam/nttcom/hq/jp/about-us/recruit/index/bg_top.png") no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    padding: 70px 0 90px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .top .top-inner{
    width: 100%;
  }
  .recruit_index .top .top-list{
    display: block;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .recruit_index .top .top-list-item:nth-child(n + 2){
    margin-top: 20px;
  }
  .recruit_index .top .top-list-item a .text{
    font-size: 5.6vw;
  }
  .recruit_index .top .top-list-item-fresh a .text{
    font-size: 5vw;
  }

  .recruit_index .top-note {
    background: url("/content/dam/nttcom/hq/jp/about-us/recruit/index/bg_top_sp.png") no-repeat center center;
    background-size: 100% auto;
    padding: 40px 20px;
  }
  .recruit_index .top .top-note .top-note-heading{
    font-size: 16px;
  }
  .recruit_index .top .top-note .top-note-txt{
    margin-top: 20px;
  }
  .recruit_index .top .top-note .top-note-engineering-link{
    display: block;
    width: 100%;
    margin-top: 45px;
    padding: 15px;
    background: linear-gradient(to bottom, #fff1c0 30%, #ffe486);
    font-size: 14px;
  }
  .recruit_index .top .top-note .top-note-engineering-img{
    width: 180px;
    margin: 0 auto;
  }
  .recruit_index .top .top-note .top-note-engineering-txt{
    width: 100%;
    margin: 20px 0 0;
  }

}








.recruit_index .kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.recruit_index .kv .kv_btn {
  display: none;
}
@media screen and (min-width: 769px) {
  .recruit_index .kv {
    height: 520px;
    /* height: 124vw; */
    background: url("/content/dam/nttcom/hq/jp/about-us/recruit/index/bg_message.png") no-repeat center center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .kv {
    height: 124vw;
    /* height: 260px; */
    background: url("/content/dam/nttcom/hq/jp/about-us/recruit/index/bg_message_sp.png") no-repeat center center;
    background-size: cover;
  }


  .recruit_index .kv .kv_btn {
    display: none;
    display: inline-grid;
    width: 180px;
    position: absolute;
    bottom: 50px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 50px;
  }
  .recruit_index .kv .kv_btn a {
    background: #FED33E;
    border-radius: 4px;
    padding: 12px 76px 13px 20px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 23px;
    font-weight: bold;
    color: #0E367D;
    position: relative;
  }
  .recruit_index .kv .kv_btn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background: #1C1C1C;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 48px;
    opacity: .1;
  }
  .recruit_index .kv .kv_btn a:after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    background: url(/content/dam/nttcom/hq/jp/about-us/recruit/index/arrow1.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .recruit_index .kv .kv_btn a:last-child {
    color: #FED33E;
    background: #0E367D;
    margin: 0;
  }
  .recruit_index .kv .kv_btn a:last-child:after {
    background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/index/arrow2.svg);
  }
}

.recruit_index .kv .kv_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .recruit_index .kv .kv_txt {
    width: 822px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .kv .kv_txt {
    width: 262px;
    transform: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 88px;
  }
}

.recruit_index.ready .kv .kv_txt {
  opacity: 1;
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .recruit_index .message {
    background: url("/content/dam/nttcom/hq/jp/about-us/recruit/index/bg_message.png") no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    padding: 90px 40px 70px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .message {
    background: url("/content/dam/nttcom/hq/jp/about-us/recruit/index/bg_message_sp.png") no-repeat center center;
    background-size: 100% auto;
    padding: 50px 20px 50px;
  }
}

.recruit_index .message .section_head {
  color: #FED33E;
  font-family: "Lato", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .recruit_index .message .section_head {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .message .section_head {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.recruit_index .message .txt p {
  margin-bottom: 1.5em;
  font-weight: 600;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .recruit_index .message .txt p {
    font-size: 18px;
    line-height: 1.85;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .message .txt p {
    font-size: 16px;
    line-height: 2;
  }
}

.recruit_index .section .section_title {
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/line_title.svg") no-repeat;
  background-position: left 10px;
}

@media screen and (max-width: 768px) {
  .recruit_index .section .section_title {
    background-position: left 4px;
    background-size: 4px auto;
  }
}

.recruit_index .section .section_title span {
  display: block;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .recruit_index .section .section_title span {
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section .section_title span {
    padding-left: 18px;
  }
}

.recruit_index .section .section_title .t_en {
  font-family: "Lato", serif;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit_index .section .section_title .t_en {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section .section_title .t_en {
    font-size: 34px;
  }
}

.recruit_index .section .section_title .t_jp {
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .recruit_index .section .section_title .t_jp {
    padding-top: 8px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section .section_title .t_jp {
    padding-top: 8px;
    font-size: 12px;
  }
}

.recruit_index .section .section_in {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .recruit_index .section .section_in {
    padding: 140px 0 150px;
    margin: 0 auto;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section .section_in {
    padding: 70px 20px 80px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section .section_in.section_in_wide {
    padding: 140px 0 150px;
    margin: 0 auto;
    max-width: 1064px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section .section_in.section_in_wide {
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section .section_in.section_in_wide {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_news .section_in {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_news .section_head {
    padding-top: 25px;
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_news .section_head {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_news .section_body {
    width: 64%;
  }
}

.recruit_index .section_news .recruit-news_item a {
  position: relative;
  display: block;
  margin-top: 30px;
  padding: 0px 80px 30px 0;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}

.recruit_index .section_news .recruit-news_item .date {
  color: #09357F;
  font-family: "Lato", serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.recruit_index .section_news .recruit-news_item .ico_new {
  position: relative;
  top: -1px;
  background: #FF0000;
  color: #fff;
  font-family: "Lato", serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.03em;
  border-radius: 8px;
  margin-left: 10px;
  padding: 2px 4px;
}

.recruit_index .section_news .recruit-news_item .txt {
  font-weight: bold;
  line-height: 1.5;
  color: #1C1C1C;
}

.recruit_index .section_news .recruit-news_item .ico_arr {
  position: absolute;
  right: 20px;
  top: 40%;
  transform: translateY(-50%);
}

.recruit_index .section_event {
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/index/bg_event.png") no-repeat center center;
  background-size: auto 100%;
  overflow: hidden;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event {
    background-position: 25% center;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_event .section_head {
    margin: 0 auto 0;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event .section_head {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.recruit_index .section_event .section_title {
  color: #fff;
}

.recruit_index .section_event .coming-soon {
  color: #fff;
  font-family: "Lato", serif;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_event .coming-soon {
    padding: 120px 0 20px 40px;
    font-size: 30px;
    margin: 0 auto 0;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event .coming-soon {
    padding: 40px 20px 20px 20px;
    font-size: 20px;
  }
}

.recruit_index .section_event .section_event_swiper {
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_event .section_event_swiper {
    margin-top: 60px;
    padding-left: calc((100% - 1064px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event .section_event_swiper {
    margin-top: 40px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_event .section_event_swiper .swiper-button-prev,
  .recruit_index .section_event .section_event_swiper .swiper-button-next {
    width: 60px;
    height: 60px;
    bottom: -110px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event .section_event_swiper .swiper-button-prev,
  .recruit_index .section_event .section_event_swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    bottom: -90px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_event .section_event_swiper .swiper-button-prev {
    left: calc(((100% - 1064px) / 2) + 20px);
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event .section_event_swiper .swiper-button-prev {
    left: 30px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_event .section_event_swiper .swiper-button-next {
    left: calc(((100% - 1064px) / 2) + 110px);
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event .section_event_swiper .swiper-button-next {
    left: 100px;
  }
}

.recruit_index .section_event .recruit-event {
  display: flex;
}

.recruit_index .section_event .recruit-event_item {
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_event .recruit-event_item {
    margin-right: 30px;
    width: 390px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event .recruit-event_item {
    margin: 0 auto 20px;
    width: 100%;
  }
}

.recruit_index .section_event .recruit-event_item a {
  display: block;
}

.recruit_index .section_event .recruit-event_item a figure img {
  width: 100%;
}

.recruit_index .section_event .recruit-event_item a.comingsoon figure {
  position: relative;
  background: #000;
}

.recruit_index .section_event .recruit-event_item a.comingsoon figure img {
  opacity: 0.5;
}

.recruit_index .section_event .recruit-event_item a.comingsoon figure span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_event .recruit-event_item a.comingsoon figure span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event .recruit-event_item a.comingsoon figure span {
    font-size: 14px;
  }
}

.recruit_index .section_event .recruit-event_item .info {
  background: #fff;
  padding: 20px 25px;
}

.recruit_index .section_event .recruit-event_item .info .date {
  color: #09357F;
  font-family: "Lato", serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event .recruit-event_item .info .date {
    font-size: 12px;
  }
}

.recruit_index .section_event .recruit-event_item .info .date .ico_new {
  position: relative;
  background: #FF0000;
  color: #fff;
  font-family: "Lato", serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.03em;
  border-radius: 8px;
  margin-left: 8px;
  padding: 2px 4px;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_event .recruit-event_item .info .date .ico_new {
    top: -2px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event .recruit-event_item .info .date .ico_new {
    top: -2px;
  }
}

.recruit_index .section_event .recruit-event_item .info .title {
  font-size: 16px;
  font-weight: bold;
  color: #1C1C1C;
  margin: 10px 0 12px;
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event .recruit-event_item .info .title .ico_arr {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 18px;
  }
}

.recruit_index .section_event .recruit-event_item .info .txt {
  font-size: 12px;
  line-height: 1.7;
  color: #1C1C1C;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_event .recruit-event_item .info .txt {
    min-height: 5em;
  }
}

.recruit_index .section_event .link {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_event .link {
    margin: 60px auto 0;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_event .link {
    margin: 40px 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_outline {
    padding-top: 140px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_outline {
    padding-top: 70px;
  }
}

.recruit_index .section_outline .section_in {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_outline .section_head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_outline .section_head {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_outline .section_head .section_title {
    width: 320px;
  }
}

.recruit_index .section_outline .section_head .section_lead {
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_outline .section_head .section_lead {
    width: 56%;
    padding-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_outline .section_head .section_lead {
    padding-top: 30px;
  }
}

.recruit_index .section_outline .section_body {
  position: relative;
}

@media screen and (max-width: 768px) {
  .recruit_index .section_outline .section_body {
    padding-bottom: 40px;
  }
}

.recruit_index .section_outline .section_body::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/index/bg_outline.png") no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_outline .section_body::before {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_outline .section_body::before {
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_outline .recruit-outline {
    display: flex;
    justify-content: space-between;
    padding-top: 144px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_outline .recruit-outline {
    padding-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_outline .recruit-outline_item {
    width: 239px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_outline .recruit-outline_item {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
  }
}

.recruit_index .section_outline .recruit-outline_item .title {
  font-size: 16px;
  font-weight: bold;
  color: #1C1C1C;
}
.recruit_index .section_outline .recruit-outline_item img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_outline .recruit-outline_item .title {
    margin: 25px 0 15px 25px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_outline .recruit-outline_item .title {
    margin: 28px 15px 10px 25px;
    line-height: 1.5;
  }
}

.recruit_index .section_outline .recruit-outline_item .txt {
  font-size: 12px;
  line-height: 1.7;
  color: #1C1C1C;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_outline .recruit-outline_item .txt {
    padding: 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_outline .recruit-outline_item .txt {
    padding: 0 25px;
  }
}

.recruit_index .section_outline .recruit-outline_item .link {
  font-family: "Lato", serif;
  font-weight: 600;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_outline .recruit-outline_item .link {
    padding: 30px 25px 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_outline .recruit-outline_item .link {
    padding: 20px 25px 30px;
  }
}

.recruit_index .section_outline .recruit-outline_item .link .ico {
  display: inline-block;
  margin-left: 4px;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_interview {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_interview {
    display: flex;
    flex-direction: column-reverse;
  }
}

.recruit_index .section_interview .section_head {
  background: #f7f8fa;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_interview .section_head {
    width: 55%;
    padding-left: 90px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_interview .section_head {
    padding: 50px 20px 60px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_interview .section_head_in {
    width: 468px;
  }
}

.recruit_index .section_interview .section_head .section_lead {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_interview .section_head .section_lead {
    margin: 50px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_interview .section_head .section_lead {
    margin: 30px 0 40px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_interview .section_body {
    width: 45%;
    height: 640px;
  }
}

.recruit_index .section_interview .section_interview_swiper {
  position: relative;
}

@media screen and (max-width: 768px) {
  .recruit_index .section_interview .section_interview_swiper {
    padding-top: 50px;
    background: #f7f8fa;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_interview .section_interview_swiper .swiper-button-prev,
  .recruit_index .section_interview .section_interview_swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_interview .section_interview_swiper .swiper-button-prev,
  .recruit_index .section_interview .section_interview_swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    bottom: 0px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_interview .section_interview_swiper .swiper-button-prev {
    left: calc(10% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_interview .section_interview_swiper .swiper-button-prev {
    left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_interview .section_interview_swiper .swiper-button-next {
    left: calc(10% + 100px);
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_interview .section_interview_swiper .swiper-button-next {
    left: 80px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_interview .recruit-interview figure {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_interview .recruit-interview figure {
    text-align: center;
  }
}

.recruit_index .section_interview .recruit-interview figure img {
  width: auto;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_interview .recruit-interview figure img {
    height: 640px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_interview .recruit-interview figure img {
    height: 340px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_project {
    padding-top: 140px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_project {
    padding-top: 70px;
  }
}

.recruit_index .section_project .section_in {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_project .section_head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_project .section_head {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_project .section_head .section_title {
    width: 320px;
  }
}

.recruit_index .section_project .section_head .section_lead {
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_project .section_head .section_lead {
    width: 56%;
    padding-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_project .section_head .section_lead {
    padding-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_project .section_body .project-list .project-list_item {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_project .section_body .project-list .project-list_item .info {
    padding-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_project .section_body .project-list .project-list_item:nth-child(even) .info {
    padding-right: 50px;
    padding-left: 20px;
  }
}


.recruit_index .section_corp {
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/index/bg_corp.png") no-repeat center top;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_corp {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_corp {
    background-size: auto 100%;
  }
}

.recruit_index .section_corp h2.section_title {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_corp .recruit-corp {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_corp .recruit-corp {
    margin: 30px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_corp .recruit-outline_item {
    width: calc(50% - 14px);
    margin-right: 28px;
  }
  .recruit_index .section_corp .recruit-outline_item:nth-child(even) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_corp .recruit-outline_item {
    margin-bottom: 20px;
  }
  .recruit_index .section_corp .recruit-outline_item:last-child {
    margin-bottom: 0px;
  }
}

.recruit_index .section_corp .recruit-outline_item a {
  display: flex;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.recruit_index .section_corp .recruit-outline_item a.disabled {
  opacity: 0.6;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_corp .recruit-outline_item a figure {
    width: 128px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_corp .recruit-outline_item a figure {
    width: 110px;
  }
}

.recruit_index .section_corp .recruit-outline_item a .info {
  flex: 1;
}

.recruit_index .section_corp .recruit-outline_item a .info .title {
  font-weight: bold;
  color: #1C1C1C;
  line-height: 14px;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_corp .recruit-outline_item a .info .title {
    padding: 32px 20px 8px 28px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_corp .recruit-outline_item a .info .title {
    padding: 22px 5px 10px 16px;
  }
}

.recruit_index .section_corp .recruit-outline_item a .info .title .ico {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_corp .recruit-outline_item a .info .title .ico {
    margin-left: 6px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_corp .recruit-outline_item a .info .title .ico {
    top: 0px;
    margin-left: 2px;
    width: 14px;
  }
}

.recruit_index .section_corp .recruit-outline_item a .info .txt {
  color: #1C1C1C;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_corp .recruit-outline_item a .info .txt {
    padding: 0px 20px 0px 28px;
    font-size: 12px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_corp .recruit-outline_item a .info .txt {
    padding: 0px 10px 0px 16px;
    font-size: 11px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .recruit_interviews .page-list_interview .page-list_item {
    width: calc(33% - 24px);
    margin-right: 37px;
    margin-bottom: 40px;
  }
  .recruit_interviews .page-list_interview .page-list_item:nth-child(even) {
    margin-right: 37px;
  }
  .recruit_interviews .page-list_interview .page-list_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews .page-list_interview .page-list_item {
    margin-bottom: 40px;
  }
}
.recruit_interviews .page-list_interview .page-list_item a {
  border: 0;
}
.recruit_interviews .page-list_interview .page-list_item .job_sub {
  font-weight: bold;
  font-size: 12px;
  margin: 16px 0px 0px 0px;
}
.recruit_interviews .page-list_interview .page-list_item .job_main {
  font-weight: bold;
  color: #1C1C1C;
  margin: 8px 0px 15px 0px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .recruit_interviews .page-list_interview .page-list_item .job_main {
   line-height: 1.5;
  }
  ._information ._information-column-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.recruit_interviews .page-list_interview .page-list_item .txt {
  margin-left: 0;
  padding: 0;
}
.recruit_interviews .page-list_interview .page-list_item .link {
  margin-left: 0;
  padding: 20px 0px 30px;
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_detail {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_detail figure {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_detail figure {
    width: 90%;
    height: 80vw;
    overflow: hidden;
  }
  .recruit_interviews_detail .interview_detail figure img {
    display: block;
    position: relative;
    top: -5vw;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_detail .info {
    width: 50%;
    display: flex;
    padding-left: 60px;
    flex-wrap: wrap;
    align-content: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_detail .info {
    padding: 0 40px 0 20px;
  }
}
.recruit_interviews_detail .interview_detail .info p {
  display: block;
  width: 100%;
  font-weight: bold;
}
.recruit_interviews_detail .interview_detail .info .catch {
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_detail .info .catch {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_detail .info .catch {
    font-size: 20px;
  }
}
.recruit_interviews_detail .interview_detail .info .catch::after {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 4px;
  background: #FED33E;
  left: 0;
}

@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_detail .info .catch::after {
    bottom: -30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_detail .info .catch::after {
    bottom: -20px;
  }
}
.recruit_interviews_detail .interview_detail .info .job_sub {
  color: #09357F;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_detail .info .job_sub {
    margin: 80px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_detail .info .job_sub {
    margin: 50px 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_detail .info .job_main {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_detail .info .name {
    margin: 30px 0 28px -2px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_detail .info .name {
    margin: 10px 0 15px -1px;
  }
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_detail .info .name .t_jp {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_detail .info .name .t_jp {
    font-size: 20px;
  }
}
.recruit_interviews_detail .interview_detail .info .name .t_en {
  margin-left: 10px;
  color: rgba(28, 28, 28, 0.4);
}

@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_detail .info .name .t_en {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_detail .info .name .t_en {
    font-size: 12px;
  }
}
.recruit_interviews_detail .interview_detail .info .txt {
  line-height: 1.6;
  font-weight: normal;
  font-size: 12px;
}

.recruit_interviews_detail .interview_interview {
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_interview {
    margin-top: 95px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_interview {
    margin-top: 60px;
  }
}
.recruit_interviews_detail .interview_interview .interview-step {
  position: absolute;
  width: 312px;
  /* left: calc(((100% - 1064px) / 2) - 0px); */
}
.recruit_interviews_detail .interview_interview .interview-step.fixed {
  position: fixed;
  top: 270px;
}
.recruit_interviews_detail .interview_interview .interview-step_item {
  position: relative;
  padding-bottom: 35px;
  display: flex;
  align-items: flex-start;
}
.recruit_interviews_detail .interview_interview .interview-step_item::before {
  content: '';
  display: block;
  position: absolute;
  left: 13px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #EDEDED;
  z-index: 0;
}
.recruit_interviews_detail .interview_interview .interview-step_item:last-child::before {
  display: none;
}
.recruit_interviews_detail .interview_interview .interview-step_item .num {
  position: relative;
  width: 26px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  border-radius: 13px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "Lato", serif;
  background: #09357F;
}
.recruit_interviews_detail .interview_interview .interview-step_item .label {
  flex: 1;
  padding-top: 5px;
  padding-left: 11px;
  font-size: 16px;
  font-weight: bold;
  color: #09357F;
  opacity: 0.4;
}
.recruit_interviews_detail .interview_interview .interview-step_item.active .num {
  background: #FED33E;
  color: #09357F;
}
.recruit_interviews_detail .interview_interview .interview-step_item.active .label {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_interview .bg_blue {
    margin: 90px 0 80px;
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_interview .bg_blue {
    margin: 40px 0 40px;
    padding: 40px 0 0;
  }
}
.recruit_interviews_detail .interview_interview .interview-step_title {
  margin-bottom: 30px;
}
.recruit_interviews_detail .interview_interview .interview-step_title .num {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  text-align: center;
  color: #09357F;
  font-size: 14px;
  font-weight: bold;
  font-family: "Lato", serif;
  background: #FED33E;
}
.recruit_interviews_detail .interview_interview .interview-step_title .label {
  padding-top: 5px;
  padding-left: 11px;
  font-size: 16px;
  font-weight: bold;
  color: #09357F;
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_interview .interview_image {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_interview .interview_image {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_interview .offtime-img {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_interview .offtime-img {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_interview .interview_block {
    padding-left: calc(7% + 312px);
  }
}
.recruit_interviews_detail .interview_interview .interview_block .title {
  position: relative;
  padding-left: 34px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_interview .interview_block .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_interview .interview_block .title {
    font-size: 16px;
  }
}
.recruit_interviews_detail .interview_interview .interview_block .title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.73em;
  left: 0px;
  width: 18px;
  height: 4px;
  background: #FED33E;
}
.recruit_interviews_detail .interview_interview .interview_block .txt {
  line-height: 2;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}
@media screen and (min-width: 769px) {
  .recruit_interviews_detail .interview_interview .interview_block .txt {
    margin: 26px 0 40px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_interview .interview_block .txt {
    margin: 18px 0 30px;
    padding-bottom: 25px;
  }
}
.recruit_interviews_detail .interview_interview .interview_block .txt.no-line {
  border-bottom: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_head {
    display: flex;
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_head {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_head .section_title {
    flex: 1;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_head .section_lead {
    width: 51.3%;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_head .section_lead {
    margin-top: 50px;
  }
}

.recruit_relation .section_head .section_lead .section_lead_catch {
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_head .section_lead .section_lead_catch {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_head .section_lead .section_lead_catch {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_head .section_lead .section_lead_txt {
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_head .section_lead .section_lead_txt {
    line-height: 1.8;
  }
}

.recruit_relation .section_title span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-family: "Lato", serif;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_title span {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_title span {
    font-size: 20px;
  }
}

.recruit_relation .section_title span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 34px;
  height: 4px;
  background: #FED33E;
}

.recruit_relation .box {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(21, 89, 147, 0.1);
}

.recruit_relation .section_01 {
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/outline/relation/bg_what.png") no-repeat left top;
  background-size: 100% auto;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_01 .section_head .section_lead .section_lead_txt {
    line-height: 2.6;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_01 .section_head .section_lead .section_lead_txt {
    line-height: 1.8;
  }
}

.recruit_relation .section_01 .section_body {
  overflow: hidden;
  width: 100%;
}

.recruit_relation .section_01 .section_body figure {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_01 .section_body figure {
    margin-top: 80px;
    width: 90%;
    max-width: 1172px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_01 .section_body figure {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_02 {
    margin: 150px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_02 {
    margin: 60px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_02 .img-list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_02 .img-list {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_02 .img-list .img-list_item {
    width: 22%;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_02 .img-list .img-list_item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(28, 28, 28, 0.1);
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_02 .img-list .img-list_item figure {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_02 .img-list .img-list_item .info {
    flex: 1;
    padding-left: 20px;
  }
}

.recruit_relation .section_02 .img-list .img-list_item .caption {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #09357F;
  line-height: 1.5;
}

.recruit_relation .section_02 .img-list .img-list_item .caption_sub {
  color: #09357F;
  opacity: 0.5;
  margin-top: 10px;
  font-size: 12px;
}

.recruit_relation .section_03 {
  background: #f7fafc;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_03 {
    margin-top: 150px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_03 {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.recruit_relation .section_03 .box {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(21, 89, 147, 0.1);
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_03 .box {
    margin-top: 60px;
    padding: 50px 10% 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_03 .box {
    margin-top: 30px;
    padding: 40px 10% 40px;
  }
}

.recruit_relation .section_03 .box figure {
  text-align: center;
}

.recruit_relation .section_03 .box .txt {
  margin-top: 35px;
  line-height: 2;
}

.recruit_relation .section_03 .section_body {
  border-top: 1px solid rgba(28, 28, 28, 0.1);
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_03 .section_body {
    margin-top: 80px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_03 .section_body {
    margin-top: 45px;
    padding-top: 40px;
  }
}

.recruit_relation .section_03 .section_sub_title {
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_03 .section_sub_title {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_03 .section_sub_title {
    font-size: 16px;
  }
}

.recruit_relation .section_03 .icons {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_03 .icons {
    margin-top: 40px;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_03 .icons {
    margin-top: 20px;
  }
}

.recruit_relation .section_03 .icons .icons_item {
  box-shadow: 0px 0px 20px rgba(21, 89, 147, 0.1);
  text-align: center;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_03 .icons .icons_item {
    width: 25%;
    padding: 45px 20px 50px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_03 .icons .icons_item {
    width: 50%;
    padding: 25px 20px 20px;
  }
}

.recruit_relation .section_03 .icons .icons_item .txt {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.3;
}

.recruit_relation .section_03 .icons .icons_item .txt span {
  font-size: 75%;
}

.recruit_relation .section_03 .pickup-img {
  margin-top: 20px;
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_04 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_04 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_04 .section_body {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_04 .section_body {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_05 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_05 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_05 .action-list {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_05 .action-list {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_05 .action-list .action-list_item {
    display: flex;
    box-shadow: 5px 5px 20px rgba(21, 89, 147, 0.1);
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_05 .action-list .action-list_item {
    margin-bottom: 20px;
    box-shadow: 5px 5px 20px rgba(21, 89, 147, 0.1);
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_05 .action-list .action-list_item .num {
    flex: 1;
    padding: 50px 10px 10px 7%;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_05 .action-list .action-list_item .num {
    padding: 25px 25px 20px 25px;
  }
}

.recruit_relation .section_05 .action-list .action-list_item .num p {
  font-family: "Lato", serif;
  font-weight: bold;
  color: #09357F;
}

.recruit_relation .section_05 .action-list .action-list_item .num .num_sub {
  display: inline-block;
  border-bottom: 3px solid #FED33E;
  margin-left: 3px;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_05 .action-list .action-list_item .num .num_sub {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_05 .action-list .action-list_item .num .num_sub {
    font-size: 14px;
  }
}

.recruit_relation .section_05 .action-list .action-list_item .num .num_main {
  padding-top: 5px;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_05 .action-list .action-list_item .num .num_main {
    font-size: 64px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_05 .action-list .action-list_item .num .num_main {
    font-size: 40px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_05 .action-list .action-list_item .info {
    width: 78%;
    padding: 50px 50px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_05 .action-list .action-list_item .info {
    padding: 0px 25px 30px 25px;
  }
}

.recruit_relation .section_05 .action-list .action-list_item .info .info_title {
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_05 .action-list .action-list_item .info .info_title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_05 .action-list .action-list_item .info .info_title {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_05 .action-list .action-list_item .info .info_txt {
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_05 .action-list .action-list_item .info .info_txt {
    margin-top: 20px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_05 .action-list .action-list_item .info .link {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_05 .action-list .action-list_item .info .link {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_relation .section_05 .action-list .action-list_item .info .link .btn {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_relation .section_05 .action-list .action-list_item .info .link .btn {
    margin: 10px 0;
  }
}

.recruit_mission .modal-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.recruit_mission .modal-list_item {
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .recruit_mission .modal-list_item {
    width: calc(50% - 30px);
    margin-right: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_mission .modal-list_item {
    margin-bottom: 20px;
  }
}

.recruit_mission .modal-list_item:nth-child(even) {
  margin-right: 0;
}

.recruit_mission .modal-list_item .info {
  position: relative;
  padding: 30px 30px 30px;
}

.recruit_mission .modal-list_item .info .open {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .recruit_mission .modal-list_item .info .open {
    width: 40px;
  }
}

.recruit_mission .modal-list_item .info .sub {
  font-weight: bold;
}

.recruit_mission .modal-list_item .info .title {
  font-weight: bold;
  color: #1C1C1C;
  line-height: 1.5;
  margin: 8px 0 12px;
  font-size: 18px;
}

.recruit_mission .modal-list_item .info .txt {
  color: #1C1C1C;
}

.recruit_mission .modal-list_item .info .num {
  position: absolute;
  right: -10px;
  bottom: -10px;
  font-size: 90px;
  font-weight: bold;
  font-family: "Lato", serif;
  color: rgba(9, 53, 127, 0.05);
}

.modal-wrap {
  display: none;
}

.modal .modal_section {
  position: relative;
  overflow: hidden;
}

.modal .modal_section .modal_close {
  position: absolute;
  top: 0;
  right: 0;
}

.modal .modal_section .modal_nav {
  background: #09357F;
  display: flex;
}

@media screen and (min-width: 769px) {
  .modal .modal_section .modal_nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal_section .modal_nav {
    position: relative;
    margin-top: 50px;
  }
}

.modal .modal_section .modal_nav::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 769px) {
  .modal .modal_section .modal_nav::after {
    top: 20px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal_section .modal_nav::after {
    top: 10px;
    height: 30px;
  }
}

.modal .modal_section .modal_nav .modal_nav_item {
  display: block;
  width: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Lato", serif;
}

@media screen and (min-width: 769px) {
  .modal .modal_section .modal_nav .modal_nav_item {
    font-size: 18px;
    line-height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal_section .modal_nav .modal_nav_item {
    font-size: 16px;
    line-height: 50px;
  }
}

@media screen and (min-width: 769px) {
  .modal .modal_section .modal_article {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .modal .modal_section .modal_article .modal_article_img {
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
  }
}

.modal .modal_section .modal_article .modal_article_img img {
  width: 100%;
}

.modal .modal_section .modal_article .modal_article_detail {
  position: relative;
}

@media screen and (min-width: 769px) {
  .modal .modal_section .modal_article .modal_article_detail {
    width: 50%;
    padding: 80px 80px 120px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal_section .modal_article .modal_article_detail {
    padding: 40px 20px 100px;
  }
}

.modal .modal_section .modal_article .modal_article_detail .num {
  position: absolute;
  left: -10px;
  top: -30px;
  font-weight: bold;
  font-family: "Lato", serif;
  font-size: 200px;
  color: rgba(9, 53, 127, 0.05);
}

.modal .modal_section .modal_article .modal_article_detail p {
  position: relative;
}

.modal .modal_section .modal_article .modal_article_detail .sub {
  font-weight: bold;
  color: #09357F;
}

@media screen and (min-width: 769px) {
  .modal .modal_section .modal_article .modal_article_detail .sub {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal_section .modal_article .modal_article_detail .sub {
    font-size: 13px;
  }
}

.modal .modal_section .modal_article .modal_article_detail .title {
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .modal .modal_section .modal_article .modal_article_detail .title {
    font-size: 26px;
    margin: 20px 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal_section .modal_article .modal_article_detail .title {
    font-size: 18px;
    margin: 10px 0 20px;
  }
}

.modal .modal_section .modal_article .modal_article_detail .txt {
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .modal .modal_section .modal_article .modal_article_detail .txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal_section .modal_article .modal_article_detail .txt {
    font-size: 14px;
  }
}

.modal .modal_section .modal_article .modal_article_detail .explan {
  border-top: 1px solid rgba(28, 28, 28, 0.1);
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .modal .modal_section .modal_article .modal_article_detail .explan {
    margin: 35px 0 30px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .modal .modal_section .modal_article .modal_article_detail .explan {
    margin: 30px 0 25px;
    padding: 25px 0;
  }
}

.modal .modal_section .modal_article .modal_article_detail .key_title {
  font-weight: bold;
  color: #09357F;
  font-family: "Lato", serif;
  letter-spacing: 0.05em;
  font-size: 18px;
  margin-bottom: 20px;
}

.modal .modal_section .modal_article .modal_article_detail .key_words .key_words_item {
  display: inline-block;
  font-weight: bold;
  border-radius: 20px;
  line-height: 1;
  background: rgba(9, 53, 127, 0.1);
  margin: 0 8px 10px 0;
  padding: 10px 14px;
}

@media screen and (min-width: 769px) {
  .recruit_business .qa-box {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box {
    margin-bottom: 60px;
  }
}

.recruit_business .qa-box .qa-box_head .qa-box_title {
  position: relative;
  border-bottom: 2px solid #09357F;
}

@media screen and (min-width: 769px) {
  .recruit_business .qa-box .qa-box_head .qa-box_title {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box .qa-box_head .qa-box_title {
    padding-bottom: 10px;
  }
}

.recruit_business .qa-box .qa-box_head .qa-box_title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background: #FED33E;
}

@media screen and (min-width: 769px) {
  .recruit_business .qa-box .qa-box_head .qa-box_title::after {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box .qa-box_head .qa-box_title::after {
    width: 20px;
  }
}

.recruit_business .qa-box .qa-box_head .qa-box_title .ico_q {
  position: relative;
  color: #09357F;
  font-family: "Lato", serif;
  font-weight: bold;
  top: 1px;
}

@media screen and (min-width: 769px) {
  .recruit_business .qa-box .qa-box_head .qa-box_title .ico_q {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box .qa-box_head .qa-box_title .ico_q {
    font-size: 24px;
  }
}

.recruit_business .qa-box .qa-box_head .qa-box_title .title {
  font-weight: bold;
  padding-left: 10px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .recruit_business .qa-box .qa-box_head .qa-box_title .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box .qa-box_head .qa-box_title .title {
    font-size: 18px;
  }
}

.recruit_business .qa-box .qa-box_head .qa-box_lead {
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit_business .qa-box .qa-box_head .qa-box_lead {
    display: flex;
    padding-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box .qa-box_head .qa-box_lead {
    padding-top: 20px;
  }
}

.recruit_business .qa-box .qa-box_head .qa-box_lead .qa-box_lead_bg {
  position: absolute;
  top: 20px;
  font-weight: bold;
  font-family: "Lato", serif;
  color: rgba(9, 53, 127, 0.05);
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .recruit_business .qa-box .qa-box_head .qa-box_lead .qa-box_lead_bg {
    left: -0.4em;
    font-size: 200px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box .qa-box_head .qa-box_lead .qa-box_lead_bg {
    right: 0;
    font-size: 60px;
  }
}

.recruit_business .qa-box .qa-box_head .qa-box_lead .qa-box_lead_catch {
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .recruit_business .qa-box .qa-box_head .qa-box_lead .qa-box_lead_catch {
    font-size: 20px;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box .qa-box_head .qa-box_lead .qa-box_lead_catch {
    font-size: 16px;
  }
}

.recruit_business .qa-box .qa-box_head .qa-box_lead .qa-box_lead_txt {
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .recruit_business .qa-box .qa-box_head .qa-box_lead .qa-box_lead_txt {
    width: 52%;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box .qa-box_head .qa-box_lead .qa-box_lead_txt {
    margin-top: 16px;
  }
}

.recruit_business .qa-box .qa-box_body {
  padding-top: 20px;
}

.recruit_business .qa-box .qa-box_body figure {
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .recruit_business .qa-box .qa-box_body .qa-box_img02 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box .qa-box_body .qa-box_img02 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_business .qa-box .qa-box_body .qa-box_img03 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box .qa-box_body .qa-box_img03 {
    margin-top: 20px;
    padding: 0 25px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_business .qa-box .qa-box_body .qa-box_img04 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box .qa-box_body .qa-box_img04 {
    margin-top: 40px;
    padding: 0 25px;
  }
}

.recruit_business .qa-box_foot {
  text-align: center;
}

.recruit_business .qa-box_foot .btn_next .btn_line3 {
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .recruit_business .qa-box_foot .btn_next .btn_line3 {
    margin: 0 10px 20px;
  }
}

.recruit_business .section_04 .img-list {
  background: #f7fafc;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .recruit_business .section_04 .img-list {
    margin: 40px 0 50px;
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .section_04 .img-list {
    margin: 20px 0 30px;
    padding: 30px 0;
  }
}

.recruit_business .section_04 .img-list_item {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .recruit_business .section_04 .img-list_item {
    width: 300px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .section_04 .img-list_item {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
}

.recruit_business .section_04 .img-list_item figure {
  padding: 0 20px;
}

.recruit_business .section_04 .img-list_item .caption {
  font-weight: bold;
  color: #09357F;
}

@media screen and (min-width: 769px) {
  .recruit_business .section_04 .img-list_item .caption {
    font-size: 18px;
    margin: 20px 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .section_04 .img-list_item .caption {
    font-size: 14px;
    margin: 10px 0 5px;
    line-height: 1.3;
    min-height: 3em;
  }
}

@media screen and (min-width: 769px) {
  .recruit_business .section_04 .img-list_item .caption_sub {
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .recruit_business .section_04 .img-list_item .caption_sub {
    line-height: 1.6;
    font-size: 12px;
    text-align: left;
  }
}

.recruit_flow .section_head {
  margin-bottom: 50px;
}

.recruit_flow .section_title {
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/line_title.svg") no-repeat;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .recruit_flow .section_title {
    background-size: 4px auto;
    background-position: left 2px;
    padding: 2px 0 4px 24px;
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .section_title {
    background-size: 3px auto;
    background-position: left 2px;
    padding: 2px 0 4px 14px;
    font-size: 18px;
    line-height: 1.3;
  }
}

.recruit_flow .section_01 .section_head {
  margin-bottom: 0px;
}

.recruit_flow .section_01 .section_body .figure-full {
  position: relative;
}

.recruit_flow .section_01 .section_body .figure-full img {
  width: 100%;
}

.recruit_flow .section_01 .section_foot {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .recruit_flow .section_01 .section_foot {
    margin: 80px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .section_01 .section_foot {
    margin: 40px 0 0;
  }
}

.recruit_flow .section_02 {
  background: #f7fafc;
}

@media screen and (min-width: 769px) {
  .recruit_flow .section_02 {
    margin-top: 150px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .section_02 {
    margin-top: 80px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_flow .staff-list .staff-list_item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .staff-list .staff-list_item {
    margin-top: 30px;
  }
}

.recruit_flow .staff-list .staff-list_item:first-child {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .recruit_flow .staff-list .staff-list_item .ico {
    width: 165px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .staff-list .staff-list_item .ico {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .recruit_flow .staff-list .staff-list_item .info {
    flex: 1;
    padding: 20px 0 10px 30px;
  }
}

.recruit_flow .staff-list .staff-list_item .info .title {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit_flow .staff-list .staff-list_item .info .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .staff-list .staff-list_item .info .title {
    margin: 30px 0 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.recruit_flow .staff-list .staff-list_item .info .txt {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .recruit_flow .staff-list .staff-list_item .info .txt {
    margin: 22px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .staff-list .staff-list_item .info .txt {
    margin: 0 0;
  }
}

.recruit_flow .staff-list .staff-list_item .note {
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .recruit_flow .staff-list .staff-list_item .note {
    padding: 20px 0px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .staff-list .staff-list_item .note {
    padding: 20px 20px;
  }
}

.recruit_flow .staff-list .staff-list_item .note .note_head {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .recruit_flow .staff-list .staff-list_item .note .note_head {
    width: 164px;
    text-align: center;
    border-right: 1px solid #707070;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .staff-list .staff-list_item .note .note_head {
    display: block;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_flow .staff-list .staff-list_item .note .note_body {
    flex: 1;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .staff-list .staff-list_item .note .note_body {
    padding-left: 0px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .recruit_flow .flow-link {
    display: flex;
    justify-content: center;
  }
}

.recruit_flow .flow-link .flow-link_item {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(21, 89, 147, 0.1);
  text-align: center;
}

@media screen and (min-width: 769px) {
  .recruit_flow .flow-link .flow-link_item {
    width: calc(50% - 40px);
    padding: 40px 0 35px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .flow-link .flow-link_item {
    margin: 0 10px 20px;
    padding: 30px 20px 25px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .flow-link .flow-link_item figure {
    padding: 0 30%;
  }
}

.recruit_flow .flow-link .flow-link_item p {
  color: #1C1C1C;
}

.recruit_flow .flow-link .flow-link_item .title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
}

.recruit_flow .flow-link .flow-link_item .txt {
  margin: 15px 0 25px;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .recruit_flow .outline-flow {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .outline-flow {
    margin-top: 80px;
  }
}

.recruit_flow .outline-flow .flow_head {
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit_flow .outline-flow .flow_head {
    height: 100px;
    margin-bottom: 60px;
  }
  .recruit_flow .outline-flow .flow_head::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% + 2px);
    width: 100%;
    height: 1px;
    background: #09357F;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .outline-flow .flow_head {
    padding-top: 120px;
  }
}

.recruit_flow .outline-flow .flow_head .flow_head_ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.recruit_flow .outline-flow .flow_head .flow_head_sub {
  position: absolute;
  font-weight: bold;
  font-family: "Lato", serif;
  color: rgba(9, 53, 127, 0.03);
}

@media screen and (min-width: 769px) {
  .recruit_flow .outline-flow .flow_head .flow_head_sub {
    right: 0px;
    bottom: 60px;
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .outline-flow .flow_head .flow_head_sub {
    right: 0px;
    top: 0;
    font-size: 50px;
    text-align: right;
  }
}

.recruit_flow .outline-flow .flow_head .flow_head_title,
.recruit_flow .outline-flow .flow_head .flow_head_txt {
  font-weight: bold;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 769px) {
  .recruit_flow .outline-flow .flow_head .flow_head_title,
  .recruit_flow .outline-flow .flow_head .flow_head_txt {
    padding-left: 130px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .outline-flow .flow_head .flow_head_title,
  .recruit_flow .outline-flow .flow_head .flow_head_txt {
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .recruit_flow .outline-flow .flow_head .flow_head_title {
    padding-top: 10px;
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .outline-flow .flow_head .flow_head_title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #09357F;
  }
}

@media screen and (min-width: 769px) {
  .recruit_flow .outline-flow .flow_head .flow_head_txt {
    padding-top: 32px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .outline-flow .flow_head .flow_head_txt {
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .flow-list {
    margin-top: 30px;
  }
}

.recruit_flow .flow-list .flow-list_item {
  position: relative;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-start;
}

.recruit_flow .flow-list .flow-list_item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #EDEDED;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .recruit_flow .flow-list .flow-list_item::before {
    left: 26px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .flow-list .flow-list_item::before {
    left: 19px;
  }
}

.recruit_flow .flow-list .flow-list_item:last-child::before {
  display: none;
}

.recruit_flow .flow-list .flow-list_item .num {
  position: relative;
  overflow: hidden;
  border-radius: 27px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Lato", serif;
}

@media screen and (min-width: 769px) {
  .recruit_flow .flow-list .flow-list_item .num {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .flow-list .flow-list_item .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.recruit_flow .flow-list .flow-list_item .info {
  flex: 1;
}

@media screen and (min-width: 769px) {
  .recruit_flow .flow-list .flow-list_item .info {
    padding-top: 18px;
    padding-left: 35px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_flow .flow-list .flow-list_item .info {
    padding-top: 10px;
    padding-left: 20px;
  }
}

.recruit_flow .flow-list .flow-list_item .info .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.recruit_flow .flow-list .flow-list_item .info .txt {
  line-height: 1.8;
  margin-bottom: 10px;
}

.recruit_flow .flow-list .flow-list_item .info .icons .icons_item {
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "Lato", serif;
}

.recruit_flow .flow-list .flow-list_item .info .icons .icons_item.icons_S {
  background: #FD7C80;
}

.recruit_flow .flow-list .flow-list_item .info .icons .icons_item.icons_E {
  background: #4273C6;
}

.recruit_flow .flow-list .flow-list_item .info .icons .icons_item.icons_M {
  background: #E6BD60;
}

.recruit_flow .flow-list.flow-list_solution .flow-list_item .num {
  background: #09357F;
}

.recruit_flow .flow-list.flow-list_service .flow-list_item .num {
  background: #FED33E;
  color: #09357F;
}

.recruit_page .page-head {
  background: linear-gradient(to bottom right, #0D45A0, #001C50);
}

.recruit_page .bc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 769px) {
  .recruit_page .bc {
    padding: 20px 23px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .bc {
    padding: 13px 18px 12px;
  }
}

.recruit_page .bc_item {
  display: inline-block;
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/ico_bc.svg") no-repeat right center;
  background-size: 4px auto;
}

@media screen and (min-width: 769px) {
  .recruit_page .bc_item {
    margin-right: 10px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .bc_item {
    margin-right: 6px;
    padding-right: 14px;
    font-size: 10px;
  }
}

.recruit_page .bc_item a, .recruit_page .bc_item span {
  color: #fff;
  font-weight: 600;
  font-size: 11px;
}

.recruit_page .bc_item a {
  text-decoration: underline;
}

.recruit_page .page-title {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .recruit_page .page-title {
    padding: 100px 0px 115px;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .page-title {
    padding: 50px 0px 55px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .page-title h1 {
    padding-left: 20px;
  }
}

.recruit_page .page-title h1 span {
  display: block;
  color: #fff;
  text-align: left;
}

.recruit_page .page-title h1 .sub {
  position: relative;
  font-family: "Lato", serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .recruit_page .page-title h1 .sub {
    padding-left: 28px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .page-title h1 .sub {
    padding-left: 24px;
    font-size: 12px;
  }
}

.recruit_page .page-title h1 .sub::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 769px) {
  .recruit_page .page-title h1 .sub::before {
    top: 5px;
    width: 20px;
    height: 2px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .page-title h1 .sub::before {
    top: 5px;
    width: 16px;
    height: 2px;
  }
}

.recruit_page .page-title h1 .main {
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: auto;
}

@media screen and (min-width: 769px) {
  .recruit_page .page-title h1 .main {
    padding-top: 0.4em;
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .page-title h1 .main {
    padding-top: 0.6em;
    font-size: 24px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 769px) {
  .recruit_page .page-lead {
    margin: 0 auto;
    padding: 70px 0px 40px;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .page-lead {
    padding: 40px 20px 30px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_page .page-lead p {
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .page-lead p {
    line-height: 1.8;
  }
}

.recruit_page .section_in {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .recruit_page .section_in {
    margin-left: auto;
    margin-right: auto;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .section_in {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_page .page-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .page-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_page .page-list_item {
    width: calc(50% - 14px);
    margin-right: 28px;
    margin-bottom: 30px;
  }
  .recruit_page .page-list_item:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .page-list_item {
    margin: 0 0 20px;
  }
}

.recruit_page .page-list_item a {
  display: block;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
}

.recruit_page .page-list_item img {
  border-radius: 4px 4px 0 0;
}

.recruit_page .page-list_item .title {
  font-weight: bold;
  color: #1C1C1C;
}

@media screen and (min-width: 769px) {
  .recruit_page .page-list_item .title {
    font-size: 20px;
    margin: 35px 30px 15px 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .page-list_item .title {
    font-size: 18px;
    margin: 28px 15px 10px 25px;
    line-height: 1.5;
  }
}

.recruit_page .page-list_item .txt {
  font-size: 12px;
  line-height: 1.7;
  color: #1C1C1C;
}

@media screen and (min-width: 769px) {
  .recruit_page .page-list_item .txt {
    margin: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .page-list_item .txt {
    padding: 0 25px;
  }
}

.recruit_page .page-list_item .link {
  font-family: "Lato", serif;
  font-weight: 600;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .recruit_page .page-list_item .link {
    padding: 25px 30px 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_page .page-list_item .link {
    padding: 20px 25px 30px;
  }
}

.recruit_page .page-list_item .link .ico {
  display: inline-block;
  margin-left: 4px;
}


@media screen and (min-width: 769px) {
  .project-list .project-list_item {
    padding-bottom: 100px;
    background: url("/content/dam/nttcom/hq/jp/about-us/recruit/project/bg_project01.png") no-repeat right 40px;
    background-size: 55% auto;
  }
}

@media screen and (max-width: 768px) {
  .project-list .project-list_item {
    background: url("/content/dam/nttcom/hq/jp/about-us/recruit/project/bg_project01.png") no-repeat 80px bottom;
    background-size: 100% auto;
    padding: 0 20px 60px;
  }
}

@media screen and (min-width: 769px) {
  .project-list .project-list_item > a {
    display: flex;
    align-items: center;
  }
  .project-list .project-list_item > a:hover {
    opacity: 0.8;
  }
}

.project-list .project-list_item .img {
  position: relative;
}

@media screen and (min-width: 769px) {
  .project-list .project-list_item .img {
    width: 50%;
  }
}

.project-list .project-list_item .img .label {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.project-list .project-list_item .img .label span {
  display: block;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .project-list .project-list_item .img .label span.sub {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .project-list .project-list_item .img .label span.sub {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .project-list .project-list_item .img .label span.main {
    padding: 0 40px;
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .project-list .project-list_item .img .label span.main {
    padding: 0 20px;
    font-size: 18px;
  }
}

.project-list .project-list_item .info {
  color: #1f1f1f;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .project-list .project-list_item .info {
    width: 50%;
    padding: 0 100px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .project-list .project-list_item .info {
    padding: 20px 0 0;
  }
}

.project-list .project-list_item .info .sub {
  position: relative;
  font-weight: bold;
  padding-left: 16px;
}

.project-list .project-list_item .info .sub::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 2px;
  background: #FED33E;
}

.project-list .project-list_item .info .title {
  font-weight: bold;
  color: #09357F;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .project-list .project-list_item .info .title {
    margin: 18px 0 22px;
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .project-list .project-list_item .info .title {
    margin: 10px 0 16px;
    font-size: 18px;
  }
}

.project-list .project-list_item .info .txt {
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .project-list .project-list_item .info .txt {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .project-list .project-list_item .info .txt {
    margin-bottom: 24px;
  }
}

.project-list .project-list_item .info .icon {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 15px;
  border: 1px solid #E2E2E2;
  background: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .project-list .project-list_item .info .icon {
    margin: 18px 0 40px;
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .project-list .project-list_item .info .icon {
    margin: 16px 0 24px;
    font-size: 10px;
  }
}

.project-list .project-list_item .info .link {
  font-family: "Lato", serif;
  margin-left: 2px;
  font-weight: bold;
  font-size: 13px;
  vertical-align: middle;
}

.project-list .project-list_item .info .link .ico {
  margin-left: 3px;
}

@media screen and (min-width: 769px) {
  .project-list .project-list_item:nth-child(even) {
    background: url("/content/dam/nttcom/hq/jp/about-us/recruit/project/bg_project02.png") no-repeat left 40px;
  }
  .project-list .project-list_item:nth-child(even) > a {
    flex-direction: row-reverse;
  }
  .project-list .project-list_item:nth-child(even) .info {
    padding: 0 50px 0 100px;
  }
}

.project_detail .project_detail_outline .img {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_outline .img {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_outline .img {
    height: 168px;
  }
}

.project_detail .project_detail_outline .label {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_outline .label {
    margin: 0 auto;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_outline .label {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_outline .label .sub {
    padding-left: 18px;
  }
  .project_detail .project_detail_outline .label .sub::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 2px;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_outline .label .sub {
    font-size: 11px;
  }
}

.project_detail .project_detail_outline .label .main {
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_outline .label .main {
    margin-top: 12px;
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_outline .label .main {
    margin-top: 10px;
    font-size: 22px;
  }
}

.project_detail .project_detail_outline .info {
  position: relative;
  background: linear-gradient(to bottom right, #0D45A0, #001C50);
  color: #fff;
}

.project_detail .project_detail_outline .info::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/project/bg_detail_outline.png") no-repeat center center;
  opacity: 0.7;
}

.project_detail .project_detail_outline .info_in {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_outline .info_in {
    max-width: 850px;
    margin: 0 auto;
    padding: 80px 0 70px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_outline .info_in {
    padding: 35px 20px 40px;
  }
}

.project_detail .project_detail_outline .info .catch {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_outline .info .catch {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_outline .info .catch {
    font-size: 20px;
  }
}

.project_detail .project_detail_outline .info .txt {
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_outline .info .txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_outline .info .txt {
    margin-top: 15px;
  }
}

.project_detail h2 {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .project_detail h2 {
    padding: 50px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail h2 {
    padding: 30px 0 40px;
  }
}

.project_detail h2 .decoration {
  position: absolute;
  color: rgba(9, 53, 127, 0.05);
  font-weight: bold;
  font-family: "Lato", serif;
  letter-spacing: 0.05em;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .project_detail h2 .decoration {
    font-size: 200px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .project_detail h2 .decoration {
    font-size: 100px;
    overflow: hidden;
    letter-spacing: 0;
  }
}

.project_detail h2 .title {
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .project_detail h2 .title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail h2 .title {
    font-size: 18px;
  }
}

.project_detail .project_detail_member {
  background: #f7fafc;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_member {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_member {
    padding: 20px 0 40px;
  }
}

.project_detail .project_member-list {
  position: relative;
}

@media screen and (min-width: 769px) {
  .project_detail .project_member-list {
    margin: 0 auto;
    max-width: 1064px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_member-list {
    padding: 0 20px;
  }
}

.project_detail .project_member-list .project_member-list_item {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(21, 89, 147, 0.1);
}

@media screen and (min-width: 769px) {
  .project_detail .project_member-list .project_member-list_item {
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .project_detail .project_member-list .project_member-list_item:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_member-list .project_member-list_item {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .project_detail .project_member-list .project_member-list_item figure {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_member-list .project_member-list_item figure {
    width: 90px;
  }
}

.project_detail .project_member-list .project_member-list_item .info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

@media screen and (min-width: 769px) {
  .project_detail .project_member-list .project_member-list_item .info {
    padding: 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_member-list .project_member-list_item .info {
    padding: 15px 20px;
  }
}

.project_detail .project_member-list .project_member-list_item .name {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .project_detail .project_member-list .project_member-list_item .name .t_jp {
    padding-bottom: 6px;
    display: block;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_member-list .project_member-list_item .name .t_jp {
    display: inline-block;
    font-size: 14px;
  }
}

.project_detail .project_member-list .project_member-list_item .name .t_en {
  padding-left: 2px;
  color: rgba(28, 28, 28, 0.4);
}

@media screen and (min-width: 769px) {
  .project_detail .project_member-list .project_member-list_item .name .t_en {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_member-list .project_member-list_item .name .t_en {
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .project_detail .project_member-list .project_member-list_item .job {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_member-list .project_member-list_item .job {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.3;
  }
}

.project_detail .project_detail_roadmap {
  position: relative;
  background: linear-gradient(to bottom right, #0D45A0, #001C50);
  color: #fff;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_roadmap {
    padding: 40px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_roadmap {
    padding: 20px 0 40px;
  }
}

.project_detail .project_detail_roadmap::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/project/bg_detail_roadmap.png") no-repeat center center;
  background-size: cover;
  opacity: 0.7;
}

.project_detail .project_detail_roadmap .project_roadmap {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_roadmap .project_roadmap {
    max-width: 1064px;
    margin: 0 auto;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_roadmap .project_roadmap {
    padding: 0 20px;
  }
}

.project_detail .project_detail_roadmap .project_roadmap_item {
  position: relative;
  border: 2px solid #fff;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_roadmap .project_roadmap_item {
    border-radius: 24px;
    width: calc(25% - 13px);
    margin-right: 16px;
    padding: 20px 12px 16px;
  }
  .project_detail .project_detail_roadmap .project_roadmap_item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_roadmap .project_roadmap_item {
    margin: 0 0 20px;
    padding: 20px 20px 30px;
    border-radius: 20px;
  }
}

.project_detail .project_detail_roadmap .project_roadmap_item .head {
  text-align: center;
}

.project_detail .project_detail_roadmap .project_roadmap_item .head .sub {
  color: #FED33E;
  font-size: 12px;
  font-family: "Lato", serif;
  font-weight: bold;
  display: block;
}

.project_detail .project_detail_roadmap .project_roadmap_item .head .main {
  display: inline-block;
  padding: 5px 0 3px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

.project_detail .project_detail_roadmap .project_roadmap_item .txt {
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_roadmap .project_roadmap_item .txt {
    padding: 12px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_roadmap .project_roadmap_item .txt {
    padding: 15px 0 0;
  }
}

.project_detail .project_detail_roadmap .project_roadmap_item .ico {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_roadmap .project_roadmap_item .ico {
    top: 20px;
    right: -30px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_roadmap .project_roadmap_item .ico {
    bottom: -35px;
    left: calc(50% - 13px);
  }
}

.project_detail .project_detail_roadmap h2 {
  color: #fff;
}

.project_detail .project_detail_roadmap h2 .decoration {
  position: absolute;
  color: rgba(255, 255, 255, 0.05);
}

.project_detail .project_detail_interview .project_interview_item {
  position: relative;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_interview .project_interview_item {
    margin: 100px auto 0;
    max-width: 1064px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_interview .project_interview_item {
    margin: 60px 0 0;
    padding: 20px;
  }
}

.project_detail .project_detail_interview .project_interview_item::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  background: linear-gradient(to bottom right, #0D45A0, #001C50);
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_interview .project_interview_item::before {
    left: -50px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_interview .project_interview_item::before {
    left: -20px;
  }
}

.project_detail .project_detail_interview .project_interview_item figure {
  position: relative;
  margin: 0 auto 0;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_interview .project_interview_item figure {
    left: 50px;
    max-width: 964px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_interview .project_interview_item figure {
    left: 20px;
  }
}

.project_detail .project_detail_interview .project_interview_item .text {
  position: relative;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_interview .project_interview_item .text {
    display: flex;
    margin: 0 auto;
    padding: 55px 0 50px;
    max-width: 860px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_interview .project_interview_item .text {
    padding: 30px 40px 10px 20px;
  }
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_interview .project_interview_item .text .text_head {
    width: 180px;
  }
}

.project_detail .project_detail_interview .project_interview_item .text .text_head .sub {
  color: #FED33E;
  font-family: "Lato", serif;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_interview .project_interview_item .text .text_head .sub {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_interview .project_interview_item .text .text_head .sub {
    font-size: 10px;
  }
}

.project_detail .project_detail_interview .project_interview_item .text .text_head .main {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_interview .project_interview_item .text .text_head .main {
    padding: 10px 0 6px;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_interview .project_interview_item .text .text_head .main {
    padding: 6px 0 6px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_interview .project_interview_item .text .text_body {
    flex: 1;
  }
}

.project_detail .project_detail_interview .project_interview_item .text .text_body .title {
  position: relative;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_interview .project_interview_item .text .text_body .title {
    margin-bottom: 25px;
    padding-left: 25px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_interview .project_interview_item .text .text_body .title {
    margin: 22px 0 14px;
    padding-left: 24px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.project_detail .project_detail_interview .project_interview_item .text .text_body .title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 16px;
  height: 4px;
  background: #FED33E;
}

.project_detail .project_detail_interview .project_interview_item .text .text_body .txt {
  margin-bottom: 1em;
  line-height: 2;
}

.project_detail .project_detail_interview .project_interview_item .text .decoration {
  position: absolute;
  color: rgba(255, 255, 255, 0.05);
  font-weight: bold;
  font-family: "Lato", serif;
  letter-spacing: 0.05em;
  width: 100%;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_interview .project_interview_item .text .decoration {
    bottom: -40px;
    left: -90px;
    font-size: 200px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_interview .project_interview_item .text .decoration {
    bottom: -30px;
    left: -40px;
    font-size: 80px;
  }
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_interview .project_interview_item:nth-child(even)::before {
    left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_interview .project_interview_item:nth-child(even)::before {
    left: 20px;
    max-width: calc(100% - 20px);
  }
}

@media screen and (min-width: 769px) {
  .project_detail .project_detail_interview .project_interview_item:nth-child(even) figure {
    left: -50px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_interview .project_interview_item:nth-child(even) figure {
    left: -20px;
  }
}

@media screen and (max-width: 768px) {
  .project_detail .project_detail_interview .project_interview_item:nth-child(even) .text {
    padding: 30px 20px 10px 40px;
  }
}


/*----- 6.0 Popup pages -----*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  z-index: 190001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  background: #fff;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  padding: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  font-size: 18px;
  font-weight: bold;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after {
  content: 'Prev';
}

.mfp-arrow-left::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 769px) {
  .mfp-arrow-left::before {
    top: 20px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mfp-arrow-left::before {
    top: 19px;
    height: 25px;
  }
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right::after {
  content: 'Next';
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding: 0;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}


/* リクルートトップ information */
._information ._information-wrapper {
  padding: 140px 0 80px;
  margin: 0 auto;
  max-width: 1064px;
}
._information .section_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
._information .section_title {
  width: 320px;
  display: flex;
  align-items: baseline;
  margin-bottom: 52px;
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/line_title.svg") no-repeat;
  background-position: left 10px;
}
._information .t_en {
  display: block;
  padding-left: 40px;
  line-height: 1;
  font-size: 60px;
  font-family: "Lato", serif;
  font-weight: bold;
  letter-spacing: 0.03em;
}
._information .t_jp {
  display: block;
  padding-left: 14px;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 600;
}

._information ._information-column-wrap {
  display: flex;
  justify-content: space-between;
}
._information ._information-column {
  width: 47%;
}
._information ._news-list {
  margin-bottom: 60px;
}
._information ._news-list-item a {
  position: relative;
  display: block;
  margin-top: 26px;
  padding: 0px 60px 20px 0;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
  text-decoration: none;
}
._information ._news-list-item .date {
  color: #09357F;
  font-family: "Lato", serif;
  font-weight: bold;
  margin-bottom: 9px;
}
._information ._news-list-item .ico_new {
  position: relative;
  top: -1px;
  background: #FF0000;
  color: #fff;
  font-family: "Lato", serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.03em;
  border-radius: 8px;
  margin-left: 10px;
  padding: 2px 4px;
}
._information ._news-list-item .txt {
  font-weight: bold;
  line-height: 2;
  color: #1C1C1C;
  height: 54px;
}
._information ._news-list-item .ico_arr {
  position: absolute;
  right: 20px;
  top: 40%;
  transform: translateY(-50%);
}
._information ._event-list {
  margin-bottom: 60px;
}
._information ._event-list-item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  padding: 0px 60px 20px 0;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
  text-decoration: none;
}
._information ._event-list-img {
  width: 30%;
}
._information ._event-list-img img {
  vertical-align: bottom;
}
._information ._event-list-details {
  width: 66%;
}
._information ._event-list-item .date {
  color: #09357F;
  font-family: "Lato", serif;
  font-weight: bold;
  margin-bottom: 9px;
  /* font-size: 12px; */
}
._information ._event-list-item .ico_new {
  position: relative;
  top: -1px;
  background: #FF0000;
  color: #fff;
  font-family: "Lato", serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.03em;
  border-radius: 8px;
  margin-left: 10px;
  padding: 2px 4px;
}
._information ._event-list-item .ttl {
  font-weight: bold;
  line-height: 2;
  color: #1C1C1C;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* margin-bottom: 6px; */
}
._information ._event-list-item .txt {
  height: 38px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5;
}
._information ._event-list-item .ico_arr {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
._information .btn_next {
  position: relative;
  display: block;
  border: 1px solid rgba(28, 28, 28, 0.2);
  border-radius: 4px;
  padding: 0 60px 0 20px;
  width: 100%;
  max-width: 220px;
  height: 54px;
  margin-left: auto;
  line-height: 54px;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lato", serif;
  text-align: left;
  color: #1C1C1C;
}
._information .btn_next::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 50px;
  width: 1px;
  height: 30px;
  background: rgba(28, 28, 28, 0.2);
}
._information .btn_next .ico {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 6px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  ._information ._information-wrapper {
    padding: 60px 20px 80px;
  }
  ._information .section_title {
    display: block;
    margin-bottom: 40px;
    background-position: left 4px;
    background-size: 4px auto;
  }
  ._information .t_en {
    padding-left: 18px;
    font-size: 34px;
  }
  ._information .t_jp {
    padding-top: 8px;
    padding-left: 18px;
    font-size: 12px;
  }
  ._information ._information-column-wrap {
    flex-wrap: wrap;
  }
  ._information ._information-column {
    width: 100%;
  }
  ._information ._news-list {
    margin-bottom: 28px;
  }
  ._information ._news-list-item .ico_arr {
    right: 0;
  }
  ._information ._news-link {
    margin-bottom: 80px;
  }
  ._information ._event-list {
    margin-bottom: 28px;
  }
  ._information ._event-list-item a {
    padding: 0px 40px 20px 0;
  }
  ._information ._event-list-item .ttl {
    height: auto;
  }
  ._information ._event-list-img {
    width: 39%;
  }
  ._information ._event-list-details {
    width: 56%;
  }
  ._information ._news-list-item .txt {
    height: auto;
  }
}

/* リクルートトップ project story */
._projectstory ._projectstory-wrapper {
  padding: 140px 0 120px;
  margin: 0 auto;
  max-width: 1064px;
}
._projectstory .section_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
._projectstory .section_title {
  width: 320px;
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/line_title.svg") no-repeat;
  background-position: left 10px;
}
._projectstory .t_en {
  font-size: 60px;
  font-family: "Lato", serif;
  font-weight: bold;
  letter-spacing: 0.03em;
}
._projectstory .section_title span {
  display: block;
  padding-left: 40px;
  line-height: 1;
}
._projectstory .t_jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 600;
}
._projectstory .section_lead {
  width: 56%;
  padding-top: 2px;
  line-height: 1.7;
}
._projectstory ._projectstory-list {
  position: relative;
}
._projectstory ._projectstory-list-item {
  width: 100% !important;
  display: flex !important;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #EBEBEB;
  background-color: #FFF;
  position: absolute;
  top: 0;
  z-index: auto;
  opacity: 1;
  transition: 2s opacity;
}
._projectstory ._projectstory-list-item.-passive {
  opacity: 0;
  pointer-events: none;
  z-index: auto;
}
._projectstory ._projectstory-list-img {
  width: 50%;
}
._projectstory ._projectstory-list-details {
  position: relative;
  width: 50%;
  padding: 0 40px;
}
._projectstory ._projectstory-list-number {
  position: absolute;
  top: -13px;
  right: 5px;
  font-family: "Lato", serif;
  font-size: 85px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1;
  color: rgba(9, 53, 127, 0.04);
}
._projectstory ._projectstory-list-ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #1C1C1C;
}
._projectstory ._projectstory-list-txt {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .1em;
}
._projectstory .link {
  font-family: "Lato", serif;
  font-weight: 600;
  font-size: 13px;
  color: #09357F;
  margin-top: 60px;
}
._projectstory .link .ico {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
._projectstory ._projectstory-wrap {
  position: relative;
}
._projectstory ._projectstory-control {
  position: absolute;
  bottom: 30px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px;
}
._projectstory ._projectstory-control span {
  width: 50px;
  height: 50px;
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/index/btn_prev.png);
  background-size: contain;
  cursor: pointer;
}
._projectstory ._projectstory-control span:first-child {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/index/btn_next.png);
}
._projectstory .btn_next {
  position: relative;
  display: block;
  border: 1px solid rgba(28, 28, 28, 0.2);
  border-radius: 4px;
  padding: 0 60px 0 20px;
  width: 100%;
  max-width: 220px;
  height: 54px;
  margin: auto;
  line-height: 54px;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lato", serif;
  text-align: left;
  color: #1C1C1C;
}
._projectstory .btn_next:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 50px;
  width: 1px;
  height: 30px;
  background: rgba(28, 28, 28, 0.2);
}
._projectstory .btn_next .ico {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 6px;
  height: 12px;
}
/* slider */
._projectstory .bx-wrapper {
  width: 100%;
  margin-bottom: 60px !important;
}
._projectstory .bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 30px;
}
._projectstory .bx-wrapper .bx-controls-direction .bx-prev {
  left: auto;
  right: 115px;
}
._projectstory .bx-wrapper .bx-controls-direction .bx-next {
  right: 40px;
}
._projectstory .bx-wrapper .bx-prev {
  background-size: cover;
  background-position: center;
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/index/btn_next.png);
}
._projectstory .bx-wrapper .bx-next {
  background-size: cover;
  background-position: center;
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/index/btn_prev.png);
}
._projectstory .bx-wrapper .bx-prev:hover,
._projectstory .bx-wrapper .bx-next:hover {
  opacity: .7;
  background-position: center;
}
@media screen and (max-width: 768px) {
  ._projectstory ._projectstory-wrapper {
    padding: 0 20px 80px;
  }
  ._projectstory .section_head {
    display: block;
    padding-bottom: 50px;
  }
  ._projectstory .section_title {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    background-position: left 4px;
    background-size: 4px auto;
  }
  ._projectstory .t_en {
    padding-left: 18px;
    font-size: 34px;
  }
  ._projectstory .t_jp {
    padding-top: 8px;
    padding-left: 18px;
    font-size: 12px;
  }
  ._projectstory .section_lead {
    width: 100%;
    padding-top: 2px;
    line-height: 1.7;
  }
  ._projectstory ._projectstory-list-item {
    flex-wrap: wrap;
  }
  ._projectstory ._projectstory-list-img {
    width: 100%;
  }
  ._projectstory ._projectstory-list-details {
    width: 100%;
    padding: 60px 20px 100px;
  }
  ._projectstory ._projectstory-list-number {
    top: 15px;
    right: 20px;
    font-size: 40px;
  }
  ._projectstory .btn_next {
    margin: 0 0 0 auto;
  }

  ._projectstory .bx-wrapper {
    margin-bottom: 20px !important;
  }
  ._projectstory .bx-wrapper .bx-controls-direction .bx-prev {
    left: auto;
    right: 80px;
  }
  ._projectstory .bx-wrapper .bx-controls-direction .bx-next {
    right: 20px;
  }
}

/* リクルートトップ interviews */
._interviews ._interviews-wrapper {
  padding: 140px 0 0;
  margin: 0 auto;
  max-width: 1064px;
}
._interviews .section_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
._interviews .section_title {
  width: 320px;
  background: url("/content/dam/nttcom/hq/jp/about-us/recruit/common/line_title.svg") no-repeat;
  background-position: left 10px;
}
._interviews .t_en {
  font-size: 60px;
  font-family: "Lato", serif;
  font-weight: bold;
  letter-spacing: 0.03em;
}
._interviews .section_title span {
  display: block;
  padding-left: 40px;
  line-height: 1;
}
._interviews .t_jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 600;
}
._interviews .section_lead {
  width: 56%;
  padding-top: 2px;
  line-height: 1.7;
}
._interviews ._interviews-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 78px;
}
._interviews ._interviews-list-item {
  width: 239px;
}

._interviews ._interviews-list-item a {
  display: block;
} 

._interviews ._interviews-list-img {
  margin-bottom: 20px;
}

._interviews ._interviews-list-ttl {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #0E367D;
}
._interviews ._interviews-list-txt {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.6em;
  color: #1C1C1C;
}
._interviews .link {
  font-family: "Lato", serif;
  font-weight: 600;
  font-size: 13px;
  color: #09357F;
}
._interviews .link .ico {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
._interviews .btn_next {
  position: relative;
  display: block;
  border: 1px solid rgba(28, 28, 28, 0.2);
  border-radius: 4px;
  padding: 0 60px 0 20px;
  width: 100%;
  max-width: 220px;
  height: 54px;
  margin: auto;
  line-height: 54px;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lato", serif;
  text-align: left;
  color: #1C1C1C;
}
._interviews .btn_next::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 50px;
  width: 1px;
  height: 30px;
  background: rgba(28, 28, 28, 0.2);
}
._interviews .btn_next .ico {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 6px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  ._interviews ._interviews-wrapper {
    padding: 60px 20px 80px;
  }
  ._interviews .section_head {
    display: block;
    padding-bottom: 50px;
  }
  ._interviews .section_title {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    background-position: left 4px;
    background-size: 4px auto;
  }
  ._interviews .t_en {
    padding-left: 18px;
    font-size: 34px;
  }
  ._interviews .t_jp {
    padding-top: 8px;
    padding-left: 18px;
    font-size: 12px;
  }
  ._interviews .section_lead {
    width: 100%;
    padding-top: 2px;
    line-height: 1.7;
  }
  ._interviews ._interviews-list {
    flex-wrap: wrap;
  }
  ._interviews ._interviews-list-item {
    width: 100%;
    margin-bottom: 48px;
  }
  ._interviews ._interviews-list-item:last-child {
    margin-bottom: 0;
  }
  ._interviews .btn_next {
    margin: 0 0 0 auto;
  }
}

/* INTERVIEWS一覧 */
.page-interviews ._interviews-wrapper {
  margin: 0 auto;
  max-width: 1064px;
  padding: 40px 0 150px;
}
.page-interviews ._interviews-column {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 50px 40px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.page-interviews ._interviews-column-sales {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/interviews/img_bg_sales.jpg);
}
.page-interviews ._interviews-column-marketing {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/interviews/img_bg_marketing.jpg);
}
.page-interviews ._interviews-column-ictengineer {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/interviews/img_bg_ictengineer.jpg);
}
.page-interviews ._interviews-column-staff {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/interviews/img_bg_staff.jpg);
}
.page-interviews ._interviews-column-en {
  position: absolute;
  bottom: -12px;
  left: 42px;
  z-index: -1;
  font-family: "Lato", serif;
  font-size: 100px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
}
.page-interviews ._interviews-column:nth-child(even) ._interviews-column-en {
  left: auto;
  right: 20px;
}
.page-interviews ._interviews-column-img,
.page-interviews .bx-wrapper {
  width: 45% !important;
}
.page-interviews ._interviews-column:nth-child(odd) ._interviews-column-img {
  order: 2;
}
.page-interviews ._interviews-column-details {
  width: 50%;
}
.page-interviews ._interviews-column:nth-child(odd) ._interviews-column-details {
  order: 1;
}

/* slider */
.page-interviews ._interviews-column:nth-child(odd) .bx-wrapper {
  width: 45%;
  order: 2;
}
.page-interviews ._interviews-column .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 15px;
  text-align: right;
  padding-right: 20px;
  width: 100%;
}
.page-interviews .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #FED33E;
}
.page-interviews .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #FFF;
}

.page-interviews ._interviews-column-ttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
}
.page-interviews ._interviews-column-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 22px;
  margin: auto;
  background-color: #FED33E;
}
.page-interviews ._interviews-column-txt {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 1.6;
  color: #FFF;
}

.page-interviews .btn_next {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
  display: block;
  border-radius: 4px;
  padding: 0 60px 0 20px;
  width: 100%;
  max-width: 255px;
  margin: 0 auto 0 0;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  border: none;
  color: #0E367D;
  background-color: #FFF;
}
.page-interviews .btn_next::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 50px;
  width: 1px;
  height: 20px;
  background: rgba(28, 28, 28, 0.2);
}
.page-interviews .btn_next .ico {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 6px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .page-interviews ._interviews-wrapper {
    padding: 20px 20px 80px;
  }
  .page-interviews ._interviews-column {
    flex-wrap: wrap;
    padding: 20px 20px 60px;
  }
  .page-interviews ._interviews-column-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-interviews .bx-wrapper {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .page-interviews ._interviews-column:nth-child(odd) ._interviews-column-img {
    order: 1;
  }
  .page-interviews ._interviews-column-details {
    width: 100%;
  }
  .page-interviews ._interviews-column:nth-child(odd) ._interviews-column-details {
    order: 2;
  }
  .page-interviews .btn_next {
    margin: auto;
  }
  .page-interviews ._interviews-column-en {
    bottom: -8px;
    left: auto;
    right: -7px;
    font-size: 45px;
  }
  .page-interviews ._interviews-column:nth-child(even) ._interviews-column-en {
    right: -7px;
  }
  /* slider */
  .page-interviews ._interviews-column:nth-child(odd) .bx-wrapper {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  .page-interviews ._interviews-column .bx-wrapper .bx-pager {
    bottom: 10px;
    padding-right: 10px;
  }
}

/* OTHER PROFILES共通 */
._otherprofiles {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/interviews/img_otherprofiles_bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
._otherprofiles ._otherprofiles-wrapper {
  margin: 0 auto;
  max-width: 1064px;
  padding: 110px 0 100px;
}
._otherprofiles ._otherprofiles-ttl {
  margin-bottom: 15px;
  font-family: "Lato", serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #FFF;
}
._otherprofiles ._otherprofiles-txt {
  margin-bottom: 60px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
._otherprofiles ._otherprofiles-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
._otherprofiles ._otherprofiles-list-item {
  width: 30%;
}
._otherprofiles ._otherprofiles-list-ttl {
  margin-bottom: 25px;
  font-family: "Lato", serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #FFF;
}
._otherprofiles ._otherprofiles-list-img {
  margin-bottom: 20px;
}
._otherprofiles ._otherprofiles-list-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 134px;
  height: 36px;
  margin: auto;
  padding-left: 25px;
  font-family: "Lato", serif;
  font-size: 12px;
  line-height: 36px;
  letter-spacing: .03em;
  font-weight: bold;
  color: #09357F;
  border-radius: 28px;
  background-color: #FED33E;
}
._otherprofiles ._otherprofiles-list-btn-ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  align-items: center;
  margin: -2px auto 0;
}
@media screen and (max-width: 768px) {
  ._otherprofiles {
    background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/interviews/img_otherprofiles_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  ._otherprofiles ._otherprofiles-wrapper {
    padding: 110px 20px 80px;
  }
  ._otherprofiles ._otherprofiles-list-item {
    width: 100%;
    margin-bottom: 60px;
  }
  ._otherprofiles ._otherprofiles-list-item:last-child {
    margin-bottom: 0;
  }
  ._otherprofiles ._otherprofiles-list-img {
    margin-bottom: 30px;
  }
  ._otherprofiles ._otherprofiles-list-btn {
    max-width: 240px;
    height: 55px;
    padding-left: 0;
    text-align: center;
    line-height: 55px;
  }
  ._otherprofiles ._otherprofiles-list-btn-ico {
    right: 68px;
    margin: -1px auto 0;
  }
}

/* ENTRY共通 */
._enter {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/interviews/img_enter_bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
._enter ._enter-wrapper {
  padding: 170px 0;
}
._enter ._enter-txt {
  margin-bottom: 70px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
._enter ._enter-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 710px;
  margin: auto;
}
._enter ._enter-box-btn {
  display: block;
  width: 100%;
  max-width: 325px;
  padding: 20px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  color: #FFF;
  border-radius: 4px;
}
._enter ._enter-box-btn:nth-child(1) {
  background-color: #4169E0;
}
._enter ._enter-box-btn:nth-child(2) {
  background-color: #1B5CC9;
}
._enter ._enter-box-btn-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
}
._enter ._enter-box-btn-icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/common/ico_menu_entry.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  ._enter {
    background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/interviews/img_enter_bg_sp.jpg);
  }
  ._enter ._enter-wrapper {
    padding: 170px 20px;
  }
  ._enter ._enter-txt {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.6;
  }
  ._enter ._enter-box {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  ._enter ._enter-box-btn:nth-child(1) {
    margin-bottom: 20px;
  }
}

/* 職種共通 */
._mission {
  background: linear-gradient(120deg,rgba(254,211,62,1) 0%,rgba(255,186,0,1) 100%);
}
._mission ._mission-wrapper {
  padding: 60px 0;
}
._mission ._mission-ttl {
  margin-bottom: 26px;
  font-family: "Lato", serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #0E367D;
}
._mission ._mission-txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  color: #1C1C1C;
}
@media screen and (max-width: 768px) {
  ._mission ._mission-wrapper {
    padding: 70px 20px 90px;
  }
  ._mission ._mission-txt {
    line-height: 2;
  }
}

._mission-list-wrap {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 135px 0 150px;
}
._mission-list-wrap ._mission-list {
  display: flex;
  flex-wrap: wrap;
}
._mission-list-wrap ._mission-list-item {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 100px;
}

._mission-list-wrap ._mission-list-item a {
  display: block;
}

._mission-list-wrap ._mission-list-btn {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
._mission-list-wrap ._mission-list-item:nth-child(2n) {
  margin-right: 0;
}
._mission-list-wrap ._mission-list-ttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #0E367D;
}
._mission-list-wrap ._mission-list-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 22px;
  background-color: #FED33E;
}
._mission-list-wrap ._mission-list-txt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
._mission-list-wrap ._mission-list-img {
  margin-bottom: 15px;
}
._mission-list-wrap ._mission-list-img img {
  border-radius: 4px;
}
._mission-list-wrap ._mission-list-img-empty {
  margin-top: 8em;
}
._mission-list-wrap ._mission-list-img-soon {
  position: relative;
}
._mission-list-wrap ._mission-list-img-soon:before {
  content: "COMING SOON";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: "Lato", serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #0E367D;
}
._mission-list-wrap ._mission-list-name {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #0E367D;
}
._mission-list-wrap ._mission-list-cmt {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.6;
  color: #1C1C1C;
}
._mission-list-wrap ._mission-list-item .link {
  font-family: "Lato", serif;
  font-weight: 600;
  font-size: 13px;
  color: #09357F;
}
._mission-list-wrap .link .ico {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
._mission-list-wrap .btn_next {
  position: relative;
  display: block;
  border: 1px solid rgba(28, 28, 28, 0.2);
  border-radius: 4px;
  padding: 0 60px 0 20px;
  width: 100%;
  max-width: 220px;
  height: 54px;
  margin: auto;
  line-height: 54px;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lato", serif;
  text-align: left;
  color: #1C1C1C;
}
._mission-list-wrap .btn_next::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 50px;
  width: 1px;
  height: 30px;
  background: rgba(28, 28, 28, 0.2);
}
._mission-list-wrap .btn_next .ico {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 6px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  ._mission-list-wrap {
    padding: 60px 20px 110px;
  }
  ._mission-list-wrap ._mission-list {
    margin-bottom: 60px;
  }
  ._mission-list-wrap ._mission-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  ._mission-list-wrap ._mission-list-item:last-child {
    margin-bottom: 0;
  }
  ._mission-list-wrap ._mission-list-ttl {
    line-height: 1.4;
  }
  ._mission-list-wrap ._mission-list-ttl:before {
    height: 100%;
  }
  ._mission-list-wrap ._mission-list-img-empty {
    margin-top: 0;
  }
}
/* 一覧に戻るボタン */
.recruit-contents ._return-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 240px;
  height: 55px;
  margin: auto;
  font-size: 13px;
  line-height: 55px;
  text-align: center;
  font-weight: bold;
  color: #09357F;
  border: 1px solid #09357F;
  border-radius: 28px;
}
.recruit-contents ._return-btn ._return-btn-ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  align-items: center;
  margin: auto;
}

/* ICTエンジニア */
.page-ictengineer .page-head {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/interviews/ictengineer/img_head.jpg);
  background-size: cover;
}
/* セールス */
.page-sales .page-head {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/interviews/sales/img_head.jpg);
  background-size: cover;
}
/* マーケティング */
.page-marketing .page-head {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/interviews/marketing/img_head.jpg);
  background-size: cover;
}
/* スタッフ */
.page-staff .page-head {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/interviews/staff/img_head.jpg);
  background-size: cover;
}

.interview_block.interview_block-btm {
  padding-bottom: 110px;
}
.interview_block .team-img {
  margin-bottom: 20px;
}
.team-popup-btn {
  cursor: pointer;
  transition: .3s;
}
.team-popup-btn:hover {
  opacity: .7;
}
.interview_block ._interview-detail-btn {
  position: relative;
  display: block;
  padding-right: 16px;
  font-size: 13px;
  text-align: right;
  font-weight: bold;
  color: #09357F;
}
.interview_block ._interview-detail-btn-ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  display: flex;
  align-items: center;
  margin: -1px auto 0;
}

/* staff SP 横のスケジュールナンバー */
@media screen and (max-width: 768px) {
  .recruit_interviews_detail .interview_interview .spShow .interview-step {
    position: static;
    width: 100%;
    margin-bottom: 25px;
  }
  .recruit_interviews_detail .interview_interview .spShow .interview-step_item {
    padding-bottom: 20px;
  }
  .recruit_interviews_detail .interview_interview .spShow .interview-step_item .label {
    opacity: 1;
  }
}
/* staff スケジュール */
._schedule-wrap {
  padding: 45px 34px 40px;
  background-color: rgba(178, 194, 221, 0.06);
}
._schedule-wrap ._schedule-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(14, 54, 125, 0.06);
}
._schedule-wrap ._schedule-head-ttl {
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #09357F;
}
._schedule-wrap ._schedule-head-time {
  display: flex;
}
._schedule-column-time.is-sp {
  display: none;
}
._schedule-wrap ._time-off {
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #2284E6;
}
._schedule-wrap ._time-off:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 2px solid #2284E6;
  border-radius: 10px;
  box-sizing: border-box;
}
._schedule-wrap ._time-on {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #F37533;
}
._schedule-wrap ._time-on:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 2px solid #F37533;
  border-radius: 10px;
  box-sizing: border-box;
}
._schedule-wrap ._schedule-column {
  margin-bottom: 5px;
  padding: 26px 36px 10px;
  border-radius: 11px;
}
._schedule-column._schedule-column-blue {
  background-color: rgba(34, 132, 230, 0.1);
  padding: 10px 36px;
}
._schedule-column._schedule-column-pink {
  background-color: rgba(255, 92, 92, 0.1);
  padding: 10px 36px;
}
._schedule-column._schedule-column-blue:last-child {
  padding: 10px 36px 20px;
}
._schedule-column ._schedule-column-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}
._schedule-column ._schedule-column-wrap:last-child {
  margin-bottom: 0;
}
._schedule-column ._schedule-column-time {
  position: relative;
  width: 50px;
  margin-right: 68px;
  font-size: 16px;
  text-align: right;
  font-weight: bold;
}
._schedule-column ._schedule-column-time:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -39px;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 2px solid #2284E6;
  background-color: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
}
._schedule-column._schedule-column-blue ._schedule-column-time {
  color: #2284E6;
}
._schedule-column._schedule-column-pink ._schedule-column-time {
  color: #F37533;
}
._schedule-column._schedule-column-pink ._schedule-column-time:after {
  border: 2px solid #F37533;
}
._schedule-column ._schedule-column-details {
  display: flex;
  align-items: center;
}
._schedule-column ._schedule-column-img {
  width: 48px;
  margin-right: 17px;
}
._schedule-column ._schedule-column-txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #0E367D;
}
._schedule-timeline {
  position: relative;
}
._schedule-timeline:before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: 0;
  left: 19.528%;
  margin: auto;
  width: 1px;
  height: calc(100% - 36px * 2);
  background-color: rgba(28, 28, 28, 0.1);
}
@media screen and (max-width: 768px) {
  ._schedule-wrap {
    padding: 30px 20px;
  }
  ._schedule-wrap ._schedule-head {
    display: block;
  }
  ._schedule-wrap ._schedule-head-ttl {
    margin-bottom: 26px;
  }
  ._schedule-wrap ._schedule-head-time {
    margin-left: 15px;
  }
  ._schedule-wrap ._schedule-column {
    padding: 20px;
  }
  ._schedule-column._schedule-column-pink {
    padding: 10px 20px;
  }
  ._schedule-column._schedule-column-blue:last-child {
    padding: 10px 20px 20px;
  }
  ._schedule-column ._schedule-column-details {
    width: 100%;
  }
  ._schedule-column-time.is-pc {
    display: none;
  }
  ._schedule-column-time.is-sp {
    display: block;
  }
  ._schedule-column ._schedule-column-img {
    position: relative;
    width: 100%;
    max-width: 48px;
    margin-left: 30px;
  }
  ._schedule-column ._schedule-column-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    width: 10px;
    height: 10px;
    margin: auto;
    border: 2px solid #2284E6;
    background-color: #FFF;
    border-radius: 10px;
    box-sizing: border-box;
  }
  ._schedule-column._schedule-column-pink ._schedule-column-img:before {
    border: 2px solid #F37533;
  }
  ._schedule-column ._schedule-column-time:after {
    content: none;
  }
  ._schedule-column ._schedule-column-time {
    width: auto;
    margin: 0 0 6px;
    font-size: 12px;
    text-align: left;
  }
  ._schedule-column ._schedule-column-txt {
    width: 100%;
  }
  ._schedule-timeline:before {
    left: 30px;
    top: 0;
    height: calc(100% - 40px * 2);
  }
}

.team-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: .3s;
}
.team-popup.active {
  opacity: 1;
  z-index: 1000;
}
.team-popup-column {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.team-popup-img {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: auto;
}
.team-popup-img img {
  width: 100%;
}
.team-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.team-popup-close:before,
.team-popup-close:after {
  content: "";
  position: absolute;
  top: -17px;
  right: 12px;
  width: 2px;
  height: 35px;
  background: #FFF;
}
.team-popup-close:before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.team-popup-close:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .team-popup-img {
    width: 90%;
    max-width: none;
  }
}

.recruit-header_sub[data-current="1"] {
  display: flex;
}
.recruit-header_sub_in {
  padding-top: 6%;
  padding-bottom: 6%;
}
@media screen and (max-width: 768px) {
  .recruit-header_sub {
    padding-top: 0;
  }
  .recruit-header_sub[data-current="1"] {
    padding-top: 0;
    height: calc(100vh - 160px);
    overflow: scroll;
  }
  .recruit-header_sub_in {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_support {
    padding-top: 40px;
  }
}

.recruit_index .section_support .section_in {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_support .section_head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_support .section_head {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .recruit_index .section_support .section_head .section_title {
    width: 320px;
  }
}

.recruit_index .section_support .section_head .section_lead {
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .recruit_index .section_support .section_head .section_lead {
    width: 56%;
    padding-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_index .section_support .section_head .section_lead {
    padding-top: 30px;
  }
}

.recruit_index .section_support .support-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.recruit_index .section_support .support-column-details {
  width: 350px;
}
.recruit_index .section_support .section_title {
  margin-bottom: 50px;
}
.recruit_index .section_support .support-column-txt {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.8em;
}
.recruit_index .section_support .section_support-img {
  width: 590px;
  margin-bottom: 40px;
}
.recruit_index .section_support .section_support-img img {
  width: 100%;
}

.recruit_index .section_support .btn_next {
  position: relative;
  display: block;
  border: 1px solid rgba(28, 28, 28, 0.2);
  border-radius: 4px;
  padding: 0 60px 0 20px;
  width: 100%;
  max-width: 255px;
  height: 54px;
  line-height: 54px;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: bold;
  /* font-family: "Lato", serif; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: left;
  color: #0E367D;
}
.recruit_index .section_support .btn_next:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 50px;
  width: 1px;
  height: 30px;
  background: rgba(28, 28, 28, 0.2);
}
.recruit_index .section_support .btn_next .ico {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 6px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .recruit_index .section_support .section_in {
    padding: 0;
  }
  .recruit_index .section_support .support-column-details {
    width: 100%;
    padding: 0 20px;
  }
  .recruit_index .section_support .btn_next {
    margin: 0 0 0 auto;
  }
  .recruit_index .section_support .link {
    margin-right: 20px;
  }
}

.recruit_index ._crosstalk {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/index/crosstalk_bg.jpg);
  background-size: cover;
  position: relative;
}
.recruit_index ._crosstalk ._crosstalk-wrapper {
  padding: 140px 0 75px;
  margin: 0 auto;
  max-width: 1064px;
}
.recruit_index ._crosstalk .section_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.recruit_index ._crosstalk .section_title {
  width: 420px;
  background: url(/content/dam/nttcom/hq/jp/about-us/recruit/common/line_title.svg) no-repeat;
  background-position: left 10px;
}
.recruit_index ._crosstalk .t_en {
  display: block;
  padding-left: 40px;
  line-height: 1;
  font-size: 60px;
  font-family: "Lato", serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FFF;
}
.recruit_index ._crosstalk .t_jp {
  display: block;
  padding-left: 40px;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}
.recruit_index ._crosstalk .section_lead {
  width: 56%;
  padding-top: 2px;
  line-height: 1.7;
  color: #FFF;
}
.recruit_index ._crosstalk ._crosstalk-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit_index ._crosstalk ._crosstalk-column-img img {
  max-width: 580px;
}
.recruit_index ._crosstalk ._crosstalk-column-details {
  width: 56%;
  padding: 0 60px;
}
.recruit_index ._crosstalk ._crosstalk-column-ttl-en {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FFF;
}
.recruit_index ._crosstalk ._crosstalk-column-ttl-ja-sub {
  display: block;
  font-size: 16px;
  color: #FFF;
}
.recruit_index ._crosstalk ._crosstalk-column-ttl-ja {
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 28px;
  letter-spacing: .1em;
  color: #FFF;
  border-left: 6px solid #FED33E;
}
.recruit_index ._crosstalk ._crosstalk-column-txt {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6em;
  color: #FFF;
}
.recruit_index ._crosstalk .btn_next {
  position: relative;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  /* font-family: "Lato", serif; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: left;
  border: none;
  color: #FFF;
}
.recruit_index ._crosstalk .btn_next:before {
  content: none;
}
.recruit_index ._crosstalk .btn_next .ico {
  position: absolute;
  top: 1px;
  right: -12px;
  width: 6px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .recruit_index ._crosstalk ._crosstalk-wrapper {
    padding: 70px 20px 80px;
  }
  .recruit_index ._crosstalk .section_head {
    display: block;
    padding-bottom: 50px;
  }
  .recruit_index ._crosstalk .section_title {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    background-position: left 4px;
    background-size: 4px auto;
  }
  .recruit_index ._crosstalk .t_en {
    padding-left: 18px;
    font-size: 34px;
  }
  .recruit_index ._crosstalk .t_jp {
    padding-top: 8px;
    padding-left: 18px;
    font-size: 12px;
  }
  .recruit_index ._crosstalk .section_lead {
    width: 100%;
    padding-top: 2px;
    line-height: 1.7;
  }
  .recruit_index ._crosstalk ._crosstalk-column {
    flex-wrap: wrap;
  }
  .recruit_index ._crosstalk ._crosstalk-column-img img {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .recruit_index ._crosstalk ._crosstalk-column-details {
    width: 100%;
    padding: 0;
  }
  .recruit_index ._crosstalk ._crosstalk-column-ttl-en {
    margin-bottom: 10px;
    font-size: 11px;
  }
  .recruit_index ._crosstalk ._crosstalk-column-ttl-ja-sub {
    font-size: 14px;
  }
  .recruit_index ._crosstalk ._crosstalk-column-ttl-ja {
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 24px;
  }
  .recruit_index ._crosstalk ._crosstalk-column-txt {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .recruit_index ._crosstalk .btn_next {
    margin: 0 0 0 auto;
  }
  .recruit_index ._crosstalk .link {
    margin-right: 20px;
  }
}

/*20220217 採用ページ修正*/

.guideline-link_wrap{
	margin: 40px auto 0;
	width: 830px;
}
.guideline-link_wrap h3{
	font-weight:bold;
	margin-bottom:20px;
	font-size:20px;
}
.guideline-link_block .guideline-link_items{
	border: 1px solid #CCCCCC;
	padding: 20px 0;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
}
.guideline-link_block .guideline-link_items .logo{
	text-align: center;
	padding: 20px 40px;
	border-right: 1px solid #CCCCCC;
}
.guideline-link_block .guideline-link_items .link_items_body{
	padding: 0 55px 0 30px;
	line-height: 1.5;
}

.guideline-link_block .guideline-link_items .link_items_body:after{
	content: url(/content/dam/nttcom/hq/jp/about-us/recruit/common/ico_link_circle_blue.svg);
	position: absolute;
	top: 50%;
	right:30px;
	transform:translateY(-50%);
	width: 21px;
	height: 21px;
}
.guideline-link_block .guideline-link_items .link_items_body .ttl{
	font-weight: bold;
	font-size: 18px;
}
.guideline-link_block .guideline-link_items .link_items_body .txt{
	margin-top: 15px;
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	.guideline-link_wrap{
		margin: 40px auto 0;
		width: 96%;
	}
}
@media screen and (max-width: 480px) {

	.guideline-link_wrap h3{
		font-size:16px;
	}
	.guideline-link_block .guideline-link_items{
		display: block;
		padding: 20px;
	}
	.guideline-link_block .guideline-link_items .logo{
		border-right: none;
		border-bottom: 1px solid #CCCCCC;
		padding: 0 0 20px;
	}
	.guideline-link_block .guideline-link_items .link_items_body{
		padding: 20px 0 30px;
	}
	.guideline-link_block .guideline-link_items .link_items_body:after{
		top: auto;
		bottom: 10px;
		right:calc(50% - 11px);
		transform: translateY(0);
	}

  .br-sp {
		display:none;
	}
}

/* -------------------------------------------
　　　　　　　2022.03.11 CrossTalk 更新
--------------------------------------------- */

._crosstalk ._crosstalk-list {
  position: relative;
}
._crosstalk ._crosstalk-column {
  display: flex !important;
  position: absolute;
  top: 0;
  z-index: auto;
  opacity: 1;
  transition: 2s opacity;
}
._crosstalk ._crosstalk-column.-passive {
  opacity: 0;
  pointer-events: none;
  z-index: auto;
}
._crosstalk ._crosstalk-control {
  position: absolute;
  bottom: 200px;
  right: 186px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px;
}
._crosstalk ._crosstalk-control span {
  width: 50px;
  height: 50px;
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/index/btn_prev_crosstalk.png);
  background-size: contain;
  cursor: pointer;
}
._crosstalk ._crosstalk-control span:first-child {
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/index/btn_next_crosstalk.png);
}
._crosstalk .link-all {
  font-family: "Lato", serif;
  font-weight: 600;
  font-size: 13px;
  color: #09357F;
}
._crosstalk .all-btn_next {
  position: relative;
  display: block;
  background-color: #FFF;
  border: 1px solid rgba(28, 28, 28, 0.2);
  border-radius: 4px;
  padding: 0 60px 0 20px;
  width: 100%;
  max-width: 220px;
  height: 54px;
  margin: 78px auto 0;
  line-height: 54px;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lato", serif;
  text-align: left;
  color: #1C1C1C;
}
._crosstalk .all-btn_next::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 50px;
  width: 1px;
  height: 30px;
  background: rgba(28, 28, 28, 0.2);
}
._crosstalk .all-btn_next .ico {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 6px;
  height: 12px;
}

/* slider */
._crosstalk .bx-wrapper {
  width: 100%;
  margin-bottom: 60px !important;
}
._crosstalk .bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 30px;
}
._crosstalk .bx-wrapper .bx-controls-direction .bx-prev {
  left: auto;
  right: 115px;
}
._crosstalk .bx-wrapper .bx-controls-direction .bx-next {
  right: 40px;
}
._crosstalk .bx-wrapper .bx-prev {
  background-size: cover;
  background-position: center;
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/index/btn_next.png);
}
._crosstalk .bx-wrapper .bx-next {
  background-size: cover;
  background-position: center;
  background-image: url(/content/dam/nttcom/hq/jp/about-us/recruit/index/btn_prev.png);
}
._crosstalk .bx-wrapper .bx-prev:hover,
._crosstalk .bx-wrapper .bx-next:hover {
  opacity: .7;
  background-position: center;
}

@media screen and (max-width: 768px) {
  ._crosstalk ._crosstalk-control {
    bottom: 180px;
    right: 21px;
  }
  ._crosstalk .all-btn_next {
    margin: 90px 0 0 auto;
  }
}