@charset "UTF-8";
img {
  width: 100%;
}

body {
  background-color: #efefef;
}

/* 新しいページ用のcss bodyの背景色の打ち消し */
body.l-body__bg {
  background-color: #fff;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 0;
  position: relative;
}

/* 新しいページ用のcss #wrapperの打ち消し */
#wrapper.wrapper {
  width: 100%;
  padding: 0;
}

/* =============================
	HEADER
============================== */
.l-header {
  background-image: url(../images/common/bg_header.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .l-header {
    background-image: url(../images/common/bg_header_sp.png);
    padding: 0;
  }
}
.l-header__logo {
  width: 275px;
  margin-right: 30px;
  margin-left: auto;
}
.l-header__logo img {
  width: 100%;
}
.l-header__logo a {
  display: block;
}
@media (max-width: 640px) {
  .l-header__logo {
    width: 220px;
    margin-right: 50px;
  }
}

.title_area {
  text-align: right;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.title_area p {
  display: inline-block;
}
.title_area .title_01 {
  margin-right: 10px;
}
.title_area .title_02 {
  font-size: 58px;
  letter-spacing: -2px;
  line-height: 20px;
  vertical-align: text-top;
}

.title_link {
  color: black;
  text-decoration: none;
}

/* nav */
nav {
  background-color: #fff;
  background: #efefef;
  padding: 13px 20px 0;
}
nav ul {
  text-align: center;
}
nav ul li {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  padding-left: 16px;
  letter-spacing: -0.6px;
  color: #000;
  padding-top: 17px;
  position: relative;
  padding-bottom: 11px;
}
nav ul li::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 1px;
  height: 65%;
  top: auto;
  left: -5px;
}
nav ul a {
  display: inline-block;
}
nav ul li.nav01 {
  width: 155px;
}
nav ul li.nav02 {
  width: 188px;
}
nav ul li.nav04 {
  width: 140px;
}
nav ul li.nav05 {
  width: 150px;
}
nav ul li.nav06 {
  width: 103px;
}
nav ul li.nav07 {
  width: 230px;
}
nav ul li.nav08 {
  width: auto;
}

.nav_sub {
  font-size: 12px;
  font-family: inherit;
  line-height: 1;
}

.nav_careers {
  position: relative;
  transition: all 0.5s;
}
.nav_careers::after {
  display: block;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  transition: all 0.5s;
}
.nav_careers > a {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  letter-spacing: -0.6px;
  color: #000;
  text-decoration: none;
}
.nav_careers::before {
  left: -1px;
}

.child {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  background-color: #222222;
  position: absolute;
  top: 40px;
  left: 0;
  width: 1008px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 41px;
       column-gap: 41px;
  padding: 35px 42px 37px;
}
.child a:last-child li {
  border-bottom: none;
}
.child__item {
  color: #ffffff;
  padding: 0;
  width: 180px;
}
.child__item::before {
  content: none;
}
.child__item__head {
  opacity: 0.8;
  font-size: 14px;
  line-height: 1.7142857143;
  border-left: none;
  border-bottom: 1px solid #ababab;
  padding-bottom: 11px;
  font-weight: 500;
}
.child__item__head.-en {
  font-family: "Roboto Condensed", sans-serif;
}
.child__item__category {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 11px;
  padding-left: 14px;
  font-weight: 600;
}
.child__item__category__item {
  color: #ffffff;
  font-size: 14px;
  position: relative;
  padding: 0;
  letter-spacing: 0;
}
.child__item__category__item::before {
  position: absolute;
  top: 23%;
  left: -17px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
.child__item__category__item > a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

.nav_careers:hover {
  transition: all 0.2s;
  background-color: #222222;
}
.nav_careers:hover > a {
  color: #ffffff;
}
.nav_careers:hover::before {
  content: none;
}
.nav_careers:hover::after {
  border-color: #ffffff transparent transparent transparent;
  transform: rotate(180deg);
  transition: all 0.5s;
}
.nav_careers:hover .child {
  top: 86px;
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
.nav_careers:hover .child.-en {
  top: 300px;
  padding-top: 0;
}

.l-sidebar__list {
  background-color: #efefef;
  height: 100%;
  float: none !important;
}

#sidebar ul li.l-sidebar__item {
  color: #030303;
  font-size: 28px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  width: auto;
  margin: 0 20px;
  border-bottom: 1px solid #707070;
  padding-left: 0;
}
#sidebar ul li.l-sidebar__item:last-child {
  border-bottom: none;
}
#sidebar ul li.l-sidebar__item a {
  text-decoration: none;
  color: #030303;
  font-size: 28px;
}

#sidebar ul li.l-sidebar__openCareers {
  position: relative;
  padding: 10px 10px 10px 0;
}
#sidebar ul li.l-sidebar__openCareers::before {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 15px;
  height: 4px;
  right: 0;
  top: 35px;
}
#sidebar ul li.l-sidebar__openCareers::after {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 4px;
  height: 15px;
  right: 5px;
  top: 30px;
  transition: all 0.3s;
}

#sidebar ul li.l-sidebar__openCareers.active {
  padding: 10px 0 0;
  border-bottom: none;
}
#sidebar ul li.l-sidebar__openCareers.active::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}

.l-sidebar__careersList {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 1s;
}
.l-sidebar__careersList__category {
  font-size: 14px;
  border-top: 1px solid #707070;
  padding-top: 24px;
  padding-bottom: 24px;
}
.l-sidebar__careersList__category:last-child {
  border-bottom: 1px solid #707070;
}
.l-sidebar__careersList__category__list {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
  margin-top: 21px;
}
.l-sidebar__careersList__category__item {
  border-bottom: none;
  position: relative;
}
.l-sidebar__careersList__category__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 4px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.l-sidebar__careersList__category__item > a {
  font-size: 14px !important;
  position: relative;
  padding: 0 0 0 22px !important;
}
.l-sidebar__careersList__category__item > a::before {
  content: none !important;
}

.l-sidebar__careersList.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: opacity 1s;
  margin-top: 15px;
}

#sidebar ul li.l-sidebar__careersItem {
  margin: 0;
  width: auto;
  padding-left: 0;
  border-bottom: 1px solid #707070;
}
#sidebar ul li.l-sidebar__careersItem a {
  display: block;
  font-size: 14px;
}
#sidebar ul li.l-sidebar__careersItem:first-child {
  border-top: 1px solid #707070;
}

/* =============================
	CONTENT
============================== */
.content {
  background-color: #fff;
  padding: 30px 20px 50px;
  background: #efefef;
}

h1 {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  background-color: #000;
  padding: 10px 15px;
  margin: 0 0 30px;
  font-weight: bold;
}

h2 {
  font-size: 14px;
  color: #fff;
  background-color: #000;
  padding: 10px 15px;
  margin: 0 0 30px;
  font-weight: bold;
}

.content section {
  margin-bottom: 60px;
}

.under_line {
  width: 50px;
  margin: 0 auto 50px;
  border-top: 5px solid #000;
}

h3.roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
h3.roboto.-jp {
  font-size: 48px;
}
@media (max-width: 640px) {
  h3.roboto.-jp {
    font-size: 36px;
    line-height: 1.5;
  }
}

h4.border {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  background: #000;
  padding: 5px 15px;
  margin-bottom: 30px;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  font-weight: bold;
}
.btn a {
  display: block;
  padding: 5px 10px 5px 20px;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
}
.btn a::before {
  left: 12px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

a.btn {
  display: block;
  padding: 5px 0;
  text-indent: 10px;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  position: relative;
  font-weight: bold;
}
a.btn::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.pageTop {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-left: auto;
  color: #000;
  text-decoration: none;
  text-align: right;
}

a.pageTop {
  /*
  background-image:url("../images/common/icon_pagetop.png");
  background-repeat:no-repeat;
  background-position:0px center;
  */
  padding: 6px 0 6px 25px;
  position: relative;
  margin-top: 30px;
  width: 110px;
}
a.pageTop::before {
  position: absolute;
  top: 50%;
  right: 90px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(-45deg);
}
a.pageTop:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
a span.blank {
  width: 12px;
  height: 10px;
  overflow: hidden;
  text-indent: 9999px;
  background: url("../images/common/icon_blank_white.png") no-repeat 0 0;
  display: inline-block;
  margin-left: 5px;
}

.inner {
  position: relative;
  max-width: 840px;
  margin: 0 auto 0px;
  overflow: auto;
}

.topic {
  width: 100%;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #777;
  overflow: hidden;
}

.pageBack {
  margin-top: 30px;
  text-align: center;
}
.pageBack a {
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 50px;
  width: 230px;
  line-height: 50px;
}
.pageBack a::before {
  content: none;
}
.pageBack a::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
}

hr.dot {
  width: 100%;
  display: block;
  border: none;
  border-top: 1px dotted #000;
  height: 1px;
  color: #fff;
}

/* =============================
    New 各々ページのpにかける
============================== */
.line_new span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
}
.line_new .mark_new {
  background-color: #f00;
  color: #fff;
  margin-right: 15px;
  padding: 0 5px 0 8px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 15px;
  vertical-align: top;
  margin-bottom: 10px;
}

/* =============================
	FOOTER
============================== */
/* フッターの上の部分 */
.footerNav {
  background-color: #efefef;
}
.footerNav__inner {
  width: 75%;
  margin: 0 auto;
  padding: 70px 0 20px;
}
@media (max-width: 678px) {
  .footerNav__inner {
    width: auto;
    padding: 70px 20px 20px;
  }
}
.footerNav__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footerNav__list::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 90%;
  background-color: #bdbdbd;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 678px) {
  .footerNav__list {
    display: block;
  }
  .footerNav__list::before {
    width: 0;
    height: 0;
  }
}
.footerNav__item {
  position: relative;
  width: 45%;
  color: #030303;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #ababab;
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px;
}
.footerNav__item a {
  text-decoration: none;
  color: #030303;
  display: block;
}
.footerNav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
}
@media (max-width: 900px) {
  .footerNav__item {
    width: auto;
    font-size: 20px;
  }
}
.footerNav__pageTop {
  color: #000000;
  font-size: 16px;
  text-align: end;
}
.footerNav__pageTop .arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color: #000000;
  vertical-align: middle;
  text-decoration: none;
}
.footerNav__pageTop .arrow::before, .footerNav__pageTop .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/* フッターの下の部分 */
.footer {
  padding: 0;
}
.footer__bottom {
  background-color: #000;
}
.footer__inner {
  width: 75%;
  margin: 0 auto;
  padding: 70px 0;
}
.footer__wrapper {
  display: flex;
  justify-content: space-evenly;
}
.footer__logo {
  width: 275px;
}
.footer__logo img {
  width: 100%;
}
.footer__copyright {
  text-align: right;
  color: #fff;
  margin-top: 30px;
  font-size: 10px;
}
.footer__nav {
  background-color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 40px 3%;
}
.footer__nav ul {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.footer__nav__list a {
  text-decoration: none;
}
.footer__nav__list.-headOnly {
  row-gap: 30px;
}
.footer__nav__list.-headOnly a {
  line-height: 1;
}
.footer__nav__listHead {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.footer__nav ul li {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0px;
  letter-spacing: 0;
  position: relative;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.footer__nav ul li::before {
  content: none;
}

.topic-footer__wrapper {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .topic-footer__wrapper {
    width: auto;
  }
}

/* 元のフッターのcss */
footer {
  background-color: #000;
}
footer .copyright {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 15px 0 20px;
}
footer nav {
  background-color: #000;
  padding: 10px 20px 10px;
  text-align: center;
}
/* =============================
	RESPONSIVE
============================== */
.sp,
.tb {
  display: none;
}

.pc {
  display: block;
}
.pc__flex {
  display: flex;
}
@media (max-width: 678px) {
  .pc__flex {
    display: none;
  }
}

.pc_none {
  display: none;
}

.tb_none,
.sp_none {
  display: block;
}/*# sourceMappingURL=common.css.map */