@charset "UTF-8";
/*main.page{position: relative; z-index:-10;}*/
#index #section-title {
  /*background: url(../../images/careers/bk_title.png) 50% 50% no-repeat;background-size: cover;*/
  background: url(../../images/careers/bg-careers.png) #0f203e 50% 0 no-repeat;
  background-size: cover;
}

#index #section-title .title {
  height: 200px; /*height:220px;*/
}

#index #section-title .title img {
  width: auto;
  height: 26px;
}

#index #section-movie {
  margin: -1px auto;
  display: block;
  width: 100%;
  position: relative;
  background: #eeeff2;
  overflow: hidden;
}

#index #section-movie .wrapper {
  padding: 0;
  margin: 0;
  position: relative;
}

#index #section-movie .wrapper video {
  width: 101%;
  height: auto;
  position: relative;
  left: -0.5%;
}

#index #section-careers {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#index #section-careers ul li .text {
  width: 100%;
  height: auto;
  display: block;
  padding: 60px 5% 60px;
}

#index #section-careers ul li .text .inner {
  width: 100%;
  display: block;
}

#index #section-careers ul li .text .inner ._h2 {
  width: 100%;
  color: #0f203e;
}

#index #section-careers ul li .text .inner ._h2 img {
  width: auto;
  height: 38px;
}

#index #section-careers ul li .text .inner ._p {
  width: 100%;
  margin-bottom: 30px;
  font-weight: bold;
  color: #0f203e;
}

#index #section-careers ul li .image {
  width: 100%;
  padding-top: 100%;
}

#index #section-navi {
  background: white;
  padding: 20px 0 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 10;
}

#index #section-navi ul {
  text-align: center;
  margin: 0 auto;
  max-width: 375px;
}

#index #section-navi ul li {
  display: inline-block;
  width: auto;
  margin: 0 10px 30px 10px; /*display:block;width:50%;margin:0 0 30px 0;float: left;*/
}

#index #section-navi ul li:nth-child(3),
#index #section-navi ul li:nth-child(4) {
  position: relative;
  left: -10px;
}

#index #section-navi ul li a {
  font-size: 15px;
  color: #0f203e;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; /*&:hover{color: #c85819;}*/
}

#index #section-navi ul li a:before {
  content: "";
  background: url(../../images/icon_arrow_accent2.png) 0 0 no-repeat;
  background-size: 8px 15px;
  width: 8px;
  height: 15px;
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  bottom: -18px;
  left: calc(50% - 6px);
}

#index #section-leadership {
  padding-top: 20px;
  margin-top: -20px;
  position: relative;
  z-index: 9;
  background: #0f203e; /*background: rgba(255,255,255,1);*/
}
#index #section-media_info {
  margin: -2px auto 0 auto;
  padding: 50px 0 30px 0;
  display: block;
  width: 100%;
  position: relative;
  background: #d1d6dd;
  text-align: center;
}
#index #section-media_info .inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 4% 30px;
}
#index #section-media_info h2 {
  text-align: left;
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 2;
  color: #0f203e;
}

#index #section-media_info .en {
  border-bottom: 4px #c85819 solid;
}
#index #section-media_info .read {
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  text-align: left;
}
#index #section-media_info .note {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
#index #section-media_info ul {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* display: flex;
    flex-wrap: wrap; */
}
#index #section-media_info ul li {
  display: block;
  position: relative;
  width: 100%;
  /* display: flex;
    flex-grow: 1; */
  list-style: none;
  /* width: 46%;
    box-sizing: border-box; */
  margin: 0 auto 20px;
}
/* #index #section-media_info ul li:nth-child(2) {
    background-position: 50% 100%; 
} */
/* #index #section-media_info ul li a.animated {
    -webkit-animation: bg2 1.2s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    animation: bg2 1.2s cubic-bezier(0.42, 0, 0.58, 1) forwards;
} */
#index #section-media_info ul li a {
  text-decoration: none;
  color: #0f203e;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  background: #fff;
  padding: 15px 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /* opacity: 0; */
  overflow: hidden;
}
#index #section-media_info ul li .image {
  height: auto;
  width: 100%;
  display: block;
  padding-top: 50%;
  margin-bottom: 20px;
}
#index #section-media_info ul li .box {
  width: 100%;
}
#index #section-media_info ul li .box .title {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
#index #section-media_info ul li .box .read {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: normal;
  color: #000;
}
#index #section-media_info ul li a.animated:after {
  /* background: #0f203e; */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: +1;
  -webkit-animation: bg 1.2s cubic-bezier(0.42, 0, 0.58, 1) forwards;
  animation: bg 1.2s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}
#index #section-media_info ul li .box .label {
  padding: 3px 7px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  background: #c85819;
}

#index #section-media_info .btn {
  color: #c85819;
  border: 1px #c85819 solid;
  font-weight: bold;
  width: 50%;
  height: 40px;
  line-height: 40px !important;
  font-size: 1.4rem;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  margin: 10px auto 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer;
}
#index #section-media_info .btn:before {
  content: "";
  /* background: url(../../images/icon_arrow_primary1.png) 50% 50% no-repeat; */
  background: url(../../images/icon_arrow_accent2.png) 50% 50% no-repeat;
  background-size: auto 10px;
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  width: 10px;
  height: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#index #section-media_info .btn.close:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

#index #section-leadership .inner {
  padding-bottom: 0;
}

#index #section-leadership h2 {
  text-align: left;
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 2;
  color: #fff;
}

#index #section-leadership .en {
  border-bottom: 4px #c85819 solid;
}

#index #section-leadership .en img {
  width: auto;
  height: 28px;
}

#index #section-leadership ul li .title span {
  font-size: 1rem;
  display: block;
}

#index #section-leadership ul li .head {
  display: none !important;
}

#index #section-about {
  padding-top: 20px;
  margin-top: -40px;
  position: relative;
  z-index: 8;
  background: #0f203e; /*background: rgba(255,255,255,1);*/
}

#index #section-about h2 {
  text-align: left;
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 2;
  color: #fff;
}

#index #section-about .en {
  border-bottom: 4px #c85819 solid;
}

#index #section-about .en img {
  width: auto;
  height: 28px;
}

#index #section-interview {
  background: #f0f1f4;
  padding: 30px 0 10px 0;
}

#index #section-interview h2 {
  text-align: left;
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 2;
}

#index #section-interview .en img {
  width: auto;
  height: 28px;
}

#index #section-interview .filter_list {
  width: 100%;
}

#index #section-interview .filter_list .article {
  opacity: 1;
  display: block; /*.article {opacity: 0; display: none; &.active{opacity: 1; display: block;}*/
}

#index #section-interview .filter_btn {
  margin-bottom: 20px;
}

#index #section-interview .filter_btn li {
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0 0px;
  font-size: 1.4rem;
  letter-spacing: 0;
  display: inline-block;
  width: auto; /*&:nth-last-child(1) { padding-left: 30px; margin-right: 0; position: relative;}*/
}

#index #section-interview .filter_btn li a {
  color: #0f203e;
  font-weight: bold;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 10px 0;
}

#index #section-interview .filter_btn li a:after {
  content: "";
  width: 100%;
  height: 5px;
  background: none;
  display: block;
  position: relative;
  bottom: -7px;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#index #section-interview .filter_btn li a:hover {
  color: #c85819;
}

#index #section-interview .filter_btn li a:hover:after {
  background: #c85819;
}

#index #section-interview .filter_btn li a.active {
  color: #c85819;
}

#index #section-interview .filter_btn li a.active:after {
  background: #c85819;
}

#index #section-interview._module-article_list {
  padding-top: 50px;
  margin-top: -20px;
  position: relative;
  z-index: 7;
}

#index #section-interview._module-article_list .article {
  /*width: 22.375%; margin: 0 3.5% 50px 0;*/
  float: left; /*&:nth-child(4n + 1){margin-right:0;}*/
}

#index #section-interview._module-article_list .article .image {
  padding-top: 100%;
}

#index #section-interview._module-article_list .article .box {
  /*padding:20px 10px 0 10px;*/
}

#index #section-interview._module-article_list .article .box .title {
  height: 5.3em;
  font-weight: bold;
}

#index #section-interview._module-article_list .article .box .name {
  font-size: 12px;
  font-weight: bold;
  color: #0f203e;
}

#index #section-interview._module-article_list .article .box .name span {
  font-size: 10px;
  display: block;
  margin-top: 5px;
  line-height: 1.4;
}

#index #section-interview._module-article_list .article .box .tag-word {
  font-weight: bold;
}

#index #section-group {
  padding-top: 20px;
  margin-top: -20px;
  position: relative;
  z-index: 6;
  background: #d1d6dd;
}

#index #section-group h2 {
  text-align: left;
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 2;
}

#index #section-group .en img {
  width: auto;
  height: 28px;
}

#index #section-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index #section-group ul li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index #section-group ul li a {
  height: 100%;
  background: white;
}

#index #section-group ul li .title {
  line-height: 1.2;
  padding: 10px;
  height: auto;
  font-size: 1.2rem;
}

#index #section-group ul li .image {
  padding-top: 70.25%;
}

#index #section-group ._btn-orange {
  display: none;
}

#index #section-group .btn {
  /*color: #0f203e; border: 1px #0f203e solid;*/
  color: #c85819;
  border: 1px #c85819 solid;
  font-weight: bold;
  width: 50%;
  height: 40px;
  line-height: 40px !important;
  font-size: 1.4rem;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  margin: 10px auto 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer; /*&:hover{/ *background: rgba(15, 32, 62, 0.15);* / background: rgba(200, 80, 25, 0.15);}*/
}

#index #section-group .btn:before {
  content: ""; /*background: url(../../images/icon_arrow_primary1.png) 50% 50% no-repeat;*/
  background: url(../../images/icon_arrow_accent2.png) 50% 50% no-repeat;
  background-size: auto 10px;
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  width: 10px;
  height: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#index #section-group .btn.close:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

#index #section-voice {
  background: #0f203e;
}

#index #section-voice .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 20px;
  position: relative;
}

#index #section-cta {
  background: #ffffff;
  padding-bottom: 60px;
}

#index #section-job {
  padding-bottom: 20px;
  background: #0f203e; /*background: #d1d6dd;*/
}

#index #section-job .inner {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 20px 0 20px;
  position: relative;
}

#index #section-job .inner .link {
  margin-top: 0;
}

#index #section-job .inner .link a {
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  background: url(../../images/icon_arrow_secondary6.png) 0 50% no-repeat;
  background-size: auto 12px;
  padding-left: 20px; /*&:hover{color:#c85819;}*/
}

#index #section-job .inner ._btn-orange-inversion {
  margin-bottom: 80px;
}

#index #section-job .inner h2 .en {
  color: #fff;
}

#index #section-job .inner h2 .en img {
  width: auto;
  height: 30px;
}

#index #section-job .inner ul li {
  display: table;
  list-style: none; /*float:left;*/
  margin: 0 30px 20px 0;
  width: 100%; /*&:nth-child(2n){margin-right:0;}*/
}

#index #section-job .inner ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #0f203e;
  background: url(../../images/icon_arrow_accent1.png) #ffffff calc(100% - 20px)
    50% no-repeat;
  background-size: auto 15px;
  height: 100px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  padding: 0 35px 0 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#index #section-job .inner ul li a strong {
  font-size: 2rem;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

#index #section-job .inner ul li a strong.s {
  font-size: 1.7rem;
}

#index #section-job .inner ul li a span {
  font-size: 1.2rem;
  line-height: 1.4;
  width: 100%;
  display: block;
}

#index #section-job .inner ul li a:hover {
  opacity: 0.7;
}

#index #section-job.pwd .inner ul li a strong {
  margin-bottom: 0;
}

#index #section-job.pwd .inner ul li a span {
  font-size: 2rem;
}

#index #section-faq .inner {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 20px 20px 20px;
  position: relative;
}

#index #section-faq .inner ._btn-orange-inversion {
  margin-bottom: 80px;
}

#index #section-faq .inner h3 {
  font-size: 2.1rem;
  margin-bottom: 20px;
  color: #0f203e;
}

#index #section-faq .inner h2 .en img {
  width: auto;
  height: 30px;
}

#index #section-faq .inner dl.faq-list {
  margin-bottom: 50px;
  color: #0f203e;
}

#index #section-faq .inner dl.faq-list dt {
  background: white;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 20px 40px 20px 20px; /*min-height:80px;*/
  margin-bottom: 10px; /*cursor:pointer;*/ /*&:hover{outline:2px #e95503 solid; outline-offset:-1px;}*/
}

#index #section-faq .inner dl.faq-list dt:before {
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../../images/icon_arrow_primary1.png) 0 0 no-repeat;
  background-size: 8px 15px;
  width: 8px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
}

#index #section-faq .inner dl.faq-list dt.active::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

#index #section-faq .inner dl.faq-list dd {
  background: white;
  padding: 0px 20px 20px 20px;
  display: none;
  font-size: 1.2rem;
  line-height: 1.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -20px;
}

#index #section-faq .inner dl.faq-list dt.active + dd {
  height: auto;
}

#index #section-faq .inner dl.faq-list a {
  color: #5e5d5c;
}

#index #section-faq .inner dl.faq-list a:hover {
  text-decoration: underline;
}

#index.philosophy {
  /*min-width: 1000px;*/
  margin: 0 auto;
  width: 100%;
}

#index.philosophy #section-philosophy .inner {
  /*max-width: 900px;*/
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 10px 15px;
}

#index.philosophy #section-philosophy .inner h1 {
  font-size: 2rem;
  color: #0f203e;
}

#index.philosophy #section-philosophy .inner .title {
  font-size: 1.6rem;
  color: #0f203e;
  margin-bottom: 30px;
}

#index.philosophy #section-promise .inner {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 20px 85% 20px;
  position: relative;
  background: url(../../images/about/brand/img_promise.png) #0f203e 50%
    calc(100% - 50px) no-repeat;
  background-size: 80% auto;
}

#index.philosophy #section-promise .inner h2 {
  margin-bottom: 40px;
}

#index.philosophy #section-promise .inner h2 .en {
  font-size: 3.6rem;
  padding: 0;
}

#index.philosophy #section-promise .inner h2 .en img {
  width: auto;
  height: 36px;
}

#index.philosophy #section-promise .inner h2 .jp {
  font-size: 1.4rem;
}

#index.philosophy #section-promise .inner h3 {
  font-size: 1.8rem;
  color: #fbfbfb;
  line-height: 1.2;
  margin-bottom: 30px;
}

#index.philosophy #section-promise .inner h3 span {
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
}

#index.philosophy #section-promise .inner h3 img {
  width: auto;
  height: 36px;
}

#index.philosophy #section-promise .inner p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.9;
  margin-bottom: 40px;
  color: #fbfbfb;
}

#index.philosophy #section-purposes .inner {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 20px 10px 20px;
  position: relative;
}

#index.philosophy #section-purposes .inner h2 {
  margin-bottom: 40px;
}

#index.philosophy #section-purposes .inner h2 .en {
  font-size: 3.6rem;
  padding: 0;
}

#index.philosophy #section-purposes .inner h2 .en img {
  width: auto;
  height: 36px;
}

#index.philosophy #section-purposes .inner h2 .jp {
  font-size: 1rem;
}

#index.philosophy #section-purposes .inner p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #0f203e;
}

#index.philosophy #section-purposes .inner ul li {
  list-style: none;
  width: 100%;
  margin: 0 0 40px 0;
}

#index.philosophy #section-purposes .inner ul li .image {
  width: 100px;
  float: left;
  display: block;
}

#index.philosophy #section-purposes .inner ul li .text {
  width: calc(100% - 120px);
  float: right;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  color: #0f203e;
}

#index.philosophy #section-purposes .inner ul li h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 10px 0 20px 0;
  display: block;
  color: #1c7aac;
}

#index.philosophy #section-purposes .inner ul li img {
  width: 100%;
}

#index.business {
  width: 100%;
}

#index.business #section-philosophy .inner {
  /*max-width: 900px;*/
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 10px 15px;
}

#index.business #section-philosophy .inner h1 {
  font-size: 2rem;
  color: #0f203e;
}

#index.business #section-philosophy .inner .title {
  font-size: 1.6rem;
  color: #0f203e;
  margin-bottom: 30px;
}

#index.business #section-page_list {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#index.business #section-page_list .text {
  background: #0f203e;
  height: auto;
  padding: 50px 0;
  float: none;
  width: 100%;
}

#index.business #section-page_list .image {
  height: auto;
  width: 100%;
  padding-top: 100%;
}

#index.business #section-page_list h2 {
  width: 90%;
  display: block;
  margin: 0 auto 40px auto;
}

#index.business #section-page_list h2 .en {
  font-size: 3.6rem;
  padding: 0;
}

#index.business #section-page_list h2 .en img {
  width: auto;
  height: 36px;
}

#index.business #section-page_list h2 .jp {
  font-size: 1.4rem;
}

#index.business #section-page_list ._p {
  width: 95%;
  font-size: 1rem;
  display: block;
  margin: 0 auto 30px auto;
  color: white;
}

#index.business #section-page_list ._p + ._p {
  margin-bottom: 0;
}

#index.business #section-service {
  margin: 0 auto 50px auto;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#index.business #section-service .inner {
  padding: 80px 5% 0 5%;
  margin: 0 auto; /*ul{width: 100%; li{ font-size: 1rem;font-weight: normal; a{font-weight: normal;} } }*/
}

#index.business #section-service .inner ul li {
  line-height: 1.4;
}

#index.business ._module-list-rows3 + ._module-list-rows3 {
  margin-bottom: 50px;
}

#index.business ._module-list-rows3 .inner {
  margin: 0 auto 0 auto;
  padding: 50px 20px 0 20px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#index.business ._module-list-rows3 .inner h2 {
  display: block;
  margin: 0 auto 40px auto;
  text-align: left;
}

#index.business ._module-list-rows3 .inner h2 .en {
  font-size: 3.6rem;
}

#index.business ._module-list-rows3 .inner h2 .jp {
  font-size: 1.4rem;
}

#index.business ._module-list-rows3 .inner p._p {
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
}

#index.office {
  background: black;
  font-size: 1.4rem;
  color: white;
  position: relative;
  height: 100%;
}

#index.office .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#index.office .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

#index.office .swiper-slide .title {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

#index.office .gallery-top {
  height: 80%;
  width: 100%;
}

#index.office .gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}

#index.office .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

#index.office .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#index.privacy {
  width: 100%;
  background: #f0f1f4;
}

#index.privacy #section-privacy {
  position: relative;
}

#index.privacy #section-privacy .inner {
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
  text-align: center;
}

#index.privacy #section-privacy .inner .menu {
  margin: 0 auto 40px auto;
  padding: 0 30px;
}

#index.privacy #section-privacy .inner .menu ol li {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #0f203e;
}

#index.privacy #section-privacy .inner .menu ol li a {
  color: #0f203e;
  text-decoration: underline; /*&:hover{ text-decoration: underline; }*/
}

#index.privacy #section-privacy .inner .box {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  text-align: left;
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#index.privacy #section-privacy .inner .box h3 {
  border-bottom: 1px #b2bac7 solid;
  padding: 30px 0 10px 0;
  margin-bottom: 30px;
  color: #0f203e;
}

#index.privacy #section-privacy .inner .box p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #0f203e;
  margin-bottom: 30px;
}

#index.privacy #section-privacy .inner .box a {
  color: #0f203e;
  text-decoration: underline; /*&:hover{ text-decoration: underline; }*/
}

#index.privacy #section-privacy .inner .box ul li.list {
  list-style-type: none;
  counter-increment: cnt;
  margin-bottom: 10px;
  margin-left: 2.5em;
  text-indent: -2.5em;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #0f203e;
}

#index.privacy #section-privacy .inner .box ul li.list::before {
  content: "（" counter(cnt) "）";
}

#index.privacy #section-privacy .inner .box ul li.list ul {
  padding: 10px 0 0 1em;
  margin-left: 0em;
  text-indent: 0em;
}

#index.privacy #section-privacy .inner .box ul li.list ul li {
  list-style-type: disc;
}

#index.privacy #section-privacy .inner .box ul li.list ul li::before {
  display: none;
  content: "";
}

#index #section-pwd-kv .inner {
  padding: 0;
  margin: 0;
}

#index #section-pwd {
  background: #fff;
  padding: 45px 0 25px 0;
}

#index #section-pwd .inner {
  padding: 0 4% 0 4%;
  color: #0f203e;
}

#index #section-pwd .inner h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.8rem;
  line-height: 1.2;
}

#index #section-pwd .inner h2 span {
  border-bottom: 4px #c85819 solid;
  padding-bottom: 7px;
  display: block;
}

#index #section-pwd .inner p {
  font-size: 1.6rem; /*font-size: 1.4rem;*/
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}

#index #section-pwd-message {
  background: #f0f1f4;
}

#index #section-pwd-message .inner {
  padding: 30px 4% 0 4%;
  color: #0f203e;
}

#index #section-pwd-message .inner .box-message h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

#index #section-pwd-message .inner .box-message p {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 40px;
}

#index #section-pwd-message .inner .box-message p.sign {
  text-align: right;
  margin-bottom: 50px;
}

#index #section-pwd-message .inner .box-message p.sign span {
  font-size: 2rem;
  font-weight: bold;
}

#index #section-pwd-message .inner .box-message p a {
  color: #5e5d5c;
}

#index #section-pwd-message .inner .box-message .image {
  width: 65%;
  margin: 0 auto 40px auto;
}

#index #section-pwd-consideration .inner {
  padding: 45px 4% 35px 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0f203e;
}

#index #section-pwd-consideration .inner h2 {
  margin-bottom: 45px;
  font-size: 2.8rem;
}

#index #section-pwd-consideration .inner h2 span {
  border-bottom: 4px #c85819 solid;
  padding-bottom: 5px;
}

#index #section-pwd-consideration .inner .read {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 35px;
}

#index #section-pwd-consideration .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index #section-pwd-consideration .inner .article {
  width: 100%;
  margin: 0 0 10px; /*width: 46%; margin: 0 2% 10px;*/
  position: relative;
  padding: 0;
  list-style: none; /*&:nth-child(3n) {margin-right:0;}*/
}

#index #section-pwd-consideration .inner .article.link .box {
  background: url(../../images/icon_link.png) #fff calc(100% - 10px)
    calc(100% - 10px) no-repeat !important;
  background-size: 12px 12px !important;
}

#index #section-pwd-consideration .inner .article.pdf .box {
  background: url(../../images/icon_pdf.png) #fff calc(100% - 10px)
    calc(100% - 10px) no-repeat !important;
  background-size: 16px 16px !important;
}

#index #section-pwd-consideration .inner .article.pdf .size {
  position: absolute;
  bottom: 12px;
  right: 30px;
  z-index: +2;
  display: inline-block !important;
  color: #999;
}

#index #section-pwd-consideration .inner .article a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  position: relative;
  pointer-events: none; /*&:hover { -webkit-transform: scale(1.05); transform: scale(1.05); box-shadow: 0px 0 14px 0 rgba(79, 91, 109, 0.1), 10px -5px 14px 0 rgba(79, 91, 109, 0.1);}*/ /*.tag-word { font-size: 1.0rem; line-height: 18px; color: #999; display: block; margin-top: 10px; background: url(../../images/icon_tag.png) 0 0 no-repeat; background-size: 18px 18px; padding-left: 28px; /* position: absolute; bottom:20px;* /}*/
}

#index #section-pwd-consideration .inner .article a.link {
  pointer-events: auto;
  cursor: default;
}
#index #section-pwd-consideration .inner .article a.link:hover {
  box-shadow: none;
}
#index #section-pwd-consideration .inner .article a.link button {
  appearance: none;
  background: none;
  line-height: 1.5;
  border: none;
  text-decoration: underline;
  color: #0f203e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}

#index #section-pwd-consideration .inner .article a.pickup:before {
  content: "";
  background: url(../../images/icon_pickup.png) 0 0 no-repeat;
  background-size: 120px 32px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: +1;
  width: 120px;
  height: 32px;
}

#index #section-pwd-consideration .inner .article a .image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

#index #section-pwd-consideration .inner .article a .image span {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0 0; /*top:-43.75%; padding:21.875% 0;   display: table;*/
}

#index #section-pwd-consideration .inner .article a .image img {
  display: table-cell;
  vertical-align: middle;
}

#index #section-pwd-consideration .inner .article a .box {
  background: #fff;
  display: block;
  padding: 20px 15px 20px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto; /*height:160px;*/
}

#index #section-pwd-consideration .inner .article a .title {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #0f203e;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}

#index #section-pwd-consideration .inner .article a .read {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #0f203e;
}

#index #section-pwd-consideration .inner .article .size {
  display: none;
}

.lightcase-case {
  top: -10% !important;
}

.lightcase-contentInner {
  height: 500px !important;
}

.lightcase-contentInner iframe {
  height: 500px !important;
  overflow-y: scroll;
}

#lightcase-case {
  overflow: scroll;
  -webkit-overflow-scrolling: touch; /*overflow-scrolling: touch;*/
}

#detail #section-title .title img {
  width: auto;
  height: 28px;
}

#detail #section-article .main_image {
  margin-bottom: 40px;
  position: relative;
}

#detail #section-article .main_image.--leadership .box {
  margin: 0 auto;
  width: 100%;
  padding: 0 4%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#detail #section-article .main_image.--leadership .box .name {
  /*background: rgba(255,255,255,0.8);*/
  width: 85%;
  height: auto;
  padding: 20px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  border: none; /*&.pos-left{} &.pos-right{float: right;}*/
}

#detail #section-article .main_image.--leadership .box .name.bg-white {
  color: #0f203e;
}

#detail #section-article .main_image.--leadership .box .name.bg-white.opa-100 {
  background: white;
}

#detail #section-article .main_image.--leadership .box .name.bg-white.opa-80 {
  background: rgba(255, 255, 255, 0.8);
}

#detail #section-article .main_image.--leadership .box .name.bg-white.opa-60 {
  background: rgba(255, 255, 255, 0.6);
}

#detail #section-article .main_image.--leadership .box .name.bg-white.opa-30 {
  background: rgba(255, 255, 255, 0.3);
}

#detail #section-article .main_image.--leadership .box .name.bg-white em {
  color: #4f5b6d !important;
}

#detail #section-article .main_image.--leadership .box .name.bg-black {
  color: white;
}

#detail #section-article .main_image.--leadership .box .name.bg-black.opa-100 {
  background: black;
}

#detail #section-article .main_image.--leadership .box .name.bg-black.opa-80 {
  background: rgba(0, 0, 0, 0.8);
}

#detail #section-article .main_image.--leadership .box .name.bg-black.opa-60 {
  background: rgba(0, 0, 0, 0.6);
}

#detail #section-article .main_image.--leadership .box .name.bg-black.opa-30 {
  background: rgba(0, 0, 0, 0.3);
}

#detail #section-article .main_image.--leadership .box .name.bg-rdl_blue {
  color: white;
}

#detail
  #section-article
  .main_image.--leadership
  .box
  .name.bg-rdl_blue.opa-100 {
  background: #0f203e;
}

#detail
  #section-article
  .main_image.--leadership
  .box
  .name.bg-rdl_blue.opa-80 {
  background: rgba(15, 32, 62, 0.8);
}

#detail
  #section-article
  .main_image.--leadership
  .box
  .name.bg-rdl_blue.opa-60 {
  background: rgba(15, 32, 62, 0.6);
}

#detail
  #section-article
  .main_image.--leadership
  .box
  .name.bg-rdl_blue.opa-30 {
  background: rgba(15, 32, 62, 0.3);
}

#detail #section-article .main_image.--leadership .box .name em {
  font-size: 1.6rem;
  color: #7b899f;
  display: block;
  font-style: normal;
  padding: 5px 0 15px 0;
}

#detail #section-article .main_image.--leadership .box .name span {
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
  margin-top: 5px;
  line-height: 1.4;
}

#detail #section-article .main_image.--leadership .box .name span span {
  display: block;
  margin-bottom: 5px;
}

#detail #section-article .contents {
  padding: 0 20px;
}

#detail #section-article .contents.group {
  /*h2 + .image{margin-top:40px;}*/
}

#detail #section-article .contents.group h2 {
  margin-top: 40px;
  line-height: 1.4;
}

#detail #section-article .contents.group h3 {
  line-height: 1.4;
}

#detail #section-article .contents.group .image + h2 {
  margin-top: 0px;
}

#detail #section-article .contents.group .icon {
  position: relative;
  padding-left: 50px;
}

#detail #section-article .contents.group .icon .image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 20px;
}

#detail #section-article .contents h2 {
  margin-bottom: 40px;
  line-height: 1.3;
}

#detail #section-article .contents h3 {
  font-size: 1.5rem;
  line-height: 1.3;
}

#detail #section-article .contents h2 + h3 {
  margin-top: -20px;
}

#detail #section-article .contents .-outline h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

#detail #section-article .contents .-outline h3 span {
  font-size: 1.2rem;
  display: block;
  margin-top: 10px;
}

#detail #section-article .contents .-outline + .-outline {
  margin-top: 0;
}

#detail #section-article .contents .image {
  margin: 40px 0;
}

#detail #section-article .contents .-box-wrapper {
  margin: 40px 0 25px 0;
  padding: 30px;
}

#detail #section-article .contents .-box-wrapper p {
  margin: 0px;
}

#detail #section-article .contents .-box-wrapper p.image {
  width: 100px;
  height: 100px;
  float: left;
}

#detail #section-article .contents .-box-wrapper .text {
  width: calc(100% - 120px);
  float: right;
}

#detail #section-article .contents .-box-wrapper ._sp {
  padding-top: 120px;
}

#detail #section-staff {
  background: #d1d6dd;
  padding-top: 0;
}

#detail #section-staff .swiper-inner .image {
  padding-top: 100%; /*padding-top:125%;*/
  height: auto;
}

#detail #section-staff .swiper-inner .box {
  /*padding:20px 10px 0 10px;*/
  height: auto;
}

#detail #section-staff .swiper-inner .box .title {
  height: 5.5em;
  font-weight: bold;
}

#detail #section-staff .swiper-inner .box .name {
  font-size: 16px;
  font-weight: bold;
  color: #0f203e;
}

#detail #section-staff .swiper-inner .box .name span {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  margin-top: 5px;
  min-height: 1.5em; /*min-height:3em;*/
}

#detail #section-staff .swiper-inner .box .tag-word {
  font-size: 12px;
  font-weight: bold;
}

#detail #section-staff .swiper-inner .swiper-pagination {
  margin: 0 auto 40px auto;
  position: relative;
  top: 0;
  z-index: +1;
}

#detail
  #section-staff
  .swiper-inner
  .swiper-pagination
  .swiper-pagination-bullet {
  border: 1px #0f203e solid;
  background: none;
  width: 12px;
  height: 12px; /*width:16px; height:16px;*/
  margin: 0 3px;
  opacity: 1;
}

#detail
  #section-staff
  .swiper-inner
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #0f203e;
}

#detail #section-staff .swiper-slide {
  opacity: 1 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#detail #section-staff ._btn-orange a {
  position: relative;
  background: none; /*&:hover{background:rgba(210, 171, 65, 0.15);}*/
}

#detail #section-staff ._btn-orange a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../../images/icon_arrow_accent2.png) calc(100% - 20px) 50%
    no-repeat;
  background-size: auto 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 0;
}

#detail #section-group {
  background: #d1d6dd;
}

#detail #section-group h2 {
  text-align: left;
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 2;
}

#detail #section-group .en img {
  width: auto;
  height: 28px;
}

#detail #section-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#detail #section-group ul li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#detail #section-group ul li a {
  height: 100%;
  background: white;
}

#detail #section-group ul li .title {
  line-height: 1.2;
  padding: 10px;
  height: auto;
  font-size: 1.2rem;
}

#detail #section-group ul li .image {
  padding-top: 70.25%;
}

#detail #section-group ._btn-orange {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}

#detail #section-group ._btn-orange a {
  background: url(../../images/icon_arrow_accent2_left.png) 20px 50% no-repeat;
  background-size: auto 15px;
  height: 50px;
  line-height: 50px;
  width: 70%; /*&:hover{opacity:0.7;}*/
}

#detail #section-group .btn {
  /*color: #0f203e; border: 1px #0f203e solid;*/
  color: #c85819;
  border: 1px #c85819 solid;
  font-weight: bold;
  width: 50%;
  height: 40px;
  line-height: 40px !important;
  font-size: 1.4rem;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  margin: 10px auto 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer; /*&:hover{/ *background: rgba(15, 32, 62, 0.15);* / background: rgba(200, 80, 25, 0.15);}*/
}

#detail #section-group .btn:before {
  content: ""; /*background: url(../../images/icon_arrow_primary1.png) 50% 50% no-repeat;*/
  background: url(../../images/icon_arrow_accent2.png) 50% 50% no-repeat;
  background-size: auto 10px;
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  width: 10px;
  height: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#detail #section-group .btn.close:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

#detail #section-job {
  background: #0f203e; /*background: #d1d6dd;*/
}

#detail #section-job .inner {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 20px 30px 20px;
  position: relative;
}

#detail #section-job .inner .link {
  margin-top: 0;
}

#detail #section-job .inner .link a {
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  background: url(../../images/icon_arrow_secondary6.png) 0 50% no-repeat;
  background-size: auto 12px;
  padding-left: 20px; /*&:hover{color:#c85819;}*/
}

#detail #section-job .inner ._btn-orange-inversion {
  margin-bottom: 80px;
}

#detail #section-job .inner h2 .en {
  color: #fff;
}

#detail #section-job .inner h2 .en img {
  width: auto;
  height: 30px;
}

#detail #section-job .inner ul li {
  display: table;
  list-style: none; /*float:left;*/
  margin: 0 30px 20px 0;
  width: 100%; /*&:nth-child(2n){margin-right:0;}*/
}

#detail #section-job .inner ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #0f203e;
  background: url(../../images/icon_arrow_accent1.png) #ffffff calc(100% - 20px)
    50% no-repeat;
  background-size: auto 15px;
  height: 100px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  padding: 0 35px 0 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#detail #section-job .inner ul li a strong {
  font-size: 2rem;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

#detail #section-job .inner ul li a strong.s {
  font-size: 1.7rem;
}

#detail #section-job .inner ul li a span {
  font-size: 1.2rem;
  line-height: 1.4;
  width: 100%;
  display: block;
}

#detail #section-job .inner ul li a:hover {
  opacity: 0.7;
}

#detail #section-faq .inner {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 20px 20px 20px;
  position: relative;
}

#detail #section-faq .inner ._btn-orange-inversion {
  margin-bottom: 80px;
}

#detail #section-faq .inner h3 {
  font-size: 2.1rem;
  margin-bottom: 20px;
  color: #0f203e;
}

#detail #section-faq .inner h2 .en img {
  width: auto;
  height: 30px;
}

#detail #section-faq .inner dl.faq-list {
  margin-bottom: 50px;
  color: #0f203e;
}

#detail #section-faq .inner dl.faq-list dt {
  background: white;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 20px 40px 20px 20px; /*min-height:80px;*/
  margin-bottom: 10px; /*cursor:pointer;*/ /*&:hover{outline:2px #e95503 solid; outline-offset:-1px;}*/
}

#detail #section-faq .inner dl.faq-list dt:before {
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../../images/icon_arrow_primary1.png) 0 0 no-repeat;
  background-size: 8px 15px;
  width: 8px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
}

#detail #section-faq .inner dl.faq-list dt.active::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

#detail #section-faq .inner dl.faq-list dd {
  background: white;
  padding: 0px 20px 20px 20px;
  display: none;
  font-size: 1.2rem;
  line-height: 1.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -20px;
}

#detail #section-faq .inner dl.faq-list dt.active + dd {
  height: auto;
}

#detail #section-faq .inner dl.faq-list a {
  color: #5e5d5c;
}

#detail #section-faq .inner dl.faq-list a:hover {
  text-decoration: underline;
}

#detail.--leadership #section-title {
  position: relative;
  padding: 40px 0 0 0;
}

#detail.--leadership #section-title:before {
  content: "";
  background: url(../../images/careers/bg-careers.png) #0f203e 50% 50% no-repeat;
  background-size: auto 220px;
  width: 100%;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
}

#detail.--leadership #section-title .inner {
  width: 92%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: +2;
}

#detail.--leadership #section-title .title {
  width: 100%;
  height: 200px; /* height:220px; background: rgba(233,233,233,1);*/
  position: relative;
  overflow: hidden;
}

#detail.--leadership #section-title .title:before {
  content: "";
  background-size: auto 220px !important;
  position: absolute;
  top: 0;
  right: 0; /*right:-30%;*/
  width: 100%;
  height: 220px;
  display: block;
}

#detail.--leadership #section-title .title img {
  width: auto;
  height: 26px;
}

#detail.--leadership #section-title .title p.head {
  text-align: left;
  position: relative;
  z-index: +1;
  color: #0f203e;
}

#detail.--leadership #section-title .title p.head span {
  color: #0f203e;
}

#detail.--leadership #section-title.business {
  background: #e9e9e9;
}

#detail.--leadership #section-title.business .title {
  /*background: rgba(209,214,221,1);*/
  background: url(../../images/careers/newgraduate/business/bg_title_sp.png)
    #d1d6dd 100% 50% no-repeat;
  background-size: auto 100%; /*&:before{background: url(../../images/careers/newgraduate/business/bg_title_sp.png) rgba(209,214,221,1) 0% 50% no-repeat;}*/
}

#detail.--leadership #section-title.staff {
  background: #f0f1f4;
}

#detail.--leadership #section-title.staff .title {
  /*background: rgba(209,214,221,1);*/
  background: url(../../images/careers/newgraduate/staff/bg_title_sp.png)
    #d1d6dd 100% 50% no-repeat;
  background-size: auto 100%; /*&:before{background: url(../../images/careers/newgraduate/staff/bg_title_sp.png) rgba(209,214,221,1) 0% 50% no-repeat;}*/
}

#detail.--leadership #section-title.staff .title img {
  width: auto;
  height: 52px;
}

#detail.--leadership #section-title.group {
  background: #f0f1f4;
}

#detail.--leadership #section-title.group .title {
  /*background: rgba(209,214,221,1);*/
  background: url(../../images/careers/newgraduate/group/bg_title_sp.png)
    #d1d6dd 100% 50% no-repeat;
  background-size: auto 100%; /*&:before{background: url(../../images/careers/newgraduate/group/bg_title_sp.png) rgba(209,214,221,1) 0% 50% no-repeat;}*/
}

#detail.--leadership #section-title.group .title img {
  width: auto;
  height: 52px;
}

#detail.--leadership #section-title.ceo {
  background: #f0f1f4;
}

#detail.--leadership #section-title.ceo .title {
  /*background: rgba(209,214,221,1);*/
  background: url(../../images/careers/newgraduate/ceo/bg_title_sp.png) #d1d6dd
    100% 50% no-repeat;
  background-size: auto 100%; /*&:before{background: url(../../images/careers/newgraduate/ceo/bg_title_sp.png) rgba(209,214,221,1) 0% 50% no-repeat;}*/
}

#detail.--leadership #section-title.workstyle {
  background: #f0f1f4;
}

#detail.--leadership #section-title.workstyle .title {
  /*background: rgba(209,214,221,1);*/
  background: url(../../images/careers/newgraduate/workstyle/bg_title_sp.png)
    #d1d6dd 100% 50% no-repeat;
  background-size: auto 100%; /*&:before{background: url(../../images/careers/newgraduate/ceo/bg_title_sp.png) rgba(209,214,221,1) 0% 50% no-repeat;}*/
}

#detail.--leadership #section-title.information {
  background: white;
}

#detail.--leadership #section-title.information .title {
  background: #d1d6dd;
}

#detail.--leadership #section-title .pankuzu {
  text-align: left;
  padding: 0 4%;
}

#detail.--leadership #section-mv {
  background: #f0f1f4;
}

#detail.--leadership #section-mv .inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 40px 0px 0 0px;
}

#detail.--leadership #section-mv .inner img {
  vertical-align: bottom;
}

#detail.--leadership #section-contents {
  background: #f0f1f4;
}

#detail.--leadership #section-contents._module-article .inner p {
  color: #000;
}

#detail.--leadership #section-contents .inner {
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 auto 45px auto;
  padding: 60px 20px 40px 20px;
}

#detail.--leadership #section-contents .inner p.name {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 25px;
  margin: 0;
  position: absolute;
  left: 0;
  top: -25px;
  background: #fff;
}

#detail.--leadership #section-contents .inner p.name span {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}

#detail.--leadership #section-contents .inner p.image {
  margin: 40px 0;
}

#detail.--leadership #section-contents .inner p.image.large {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}

#detail.--leadership #section-contents .inner p.image.left {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}

#detail.--leadership #section-contents .inner p.image.right {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}

#detail.--leadership #section-contents .inner .-box-wrapper {
  padding: 30px;
}

#detail.--leadership #section-contents .inner .-box-wrapper .clearfix {
  margin-bottom: 20px;
}

#detail.--leadership
  #section-contents
  .inner
  .-box-wrapper
  .clearfix:nth-child(3) {
  margin-bottom: 0;
}

#detail.--leadership #section-contents .inner .-box-wrapper ._sp {
  padding-top: 120px;
  margin-bottom: 0;
}

#detail.--leadership #section-contents .inner .-box-wrapper p.image {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0;
}

#detail.--leadership #section-contents .inner .-box-wrapper .text {
  width: calc(100% - 120px);
  float: right;
}

#detail.--leadership #section-contents .inner .-box-wrapper .text p {
  color: #0f203e;
}

#detail.--leadership #section-contents .inner .-outline h3 {
  font-size: 1.8rem;
  margin: bottom 30px;
}

#detail.--leadership #section-contents .inner .-outline h3 span {
  font-size: 1.2rem;
  display: block;
  margin-top: 10px;
}

#detail.--leadership #section-contents .inner .h_ceo {
  position: relative;
  margin-bottom: 45px;
}

#detail.--leadership #section-contents .inner .h_ceo:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #1c7aac;
  display: block;
  left: 0;
  bottom: -15px;
  position: absolute;
}

#detail.--leadership #section-contents .inner .ul_ceo li {
  list-style: none; /*margin-bottom: 90px;*/
}

#detail.--leadership #section-contents .inner .ul_ceo li:nth-child(1) {
  /*.txt{float:left; width:calc(46% + 80px);}*/
}

#detail.--leadership #section-contents .inner .ul_ceo li:nth-child(1) .image {
  /*float:right; width:46%; position: relative; right:-80px; margin: 0;*/
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}

#detail.--leadership #section-contents .inner .ul_ceo li:nth-child(2) {
  /*.txt{float:right; width:calc(46% + 80px);}*/
}

#detail.--leadership #section-contents .inner .ul_ceo li:nth-child(2) .image {
  /*float:left; width:46%; position: relative; left:-80px;  margin: 0;*/
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}

#detail.--leadership #section-contents .inner p.sign {
  text-align: right;
  margin: 0;
}

#detail.--leadership #section-contents .inner p.sign img {
  width: 120px;
}

#detail.--leadership #section-contents .inner .h_q {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  background: url(../../../images/careers/newgraduate/group/h_q.png) 0 50%
    no-repeat;
  background-size: auto 40px;
  padding: 0 0 0 40px;
  min-height: 50px;
}

#detail.--leadership #section-contents .inner ul.member {
  margin: -30px 0 30px 0;
}

#detail.--leadership #section-contents .inner ul.member li {
  list-style: none;
  display: block;
  margin-bottom: 5px; /*display: inline-block; margin-right:20px;*/
}

#detail.--leadership #section-contents .inner ul.member li:nth-last-child(1) {
  /*margin-right: 0;*/
  margin-bottom: 0;
}

#detail.--leadership #section-contents .inner ul.member li .name {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  border-left: 5px solid;
  padding: 5px 0 5px 10px;
}

#detail.--leadership #section-contents .inner ul.member li .name.red {
  border-color: #c85819;
}

#detail.--leadership #section-contents .inner ul.member li .name.yellow {
  border-color: #d2ab41;
}

#detail.--leadership #section-contents .inner ul.member li .name.blue {
  border-color: #1c7aac;
}

#detail.--leadership #section-contents .inner dl dt {
  /*float: left;*/
  margin-bottom: 10px;
}

#detail.--leadership #section-contents .inner dl dt .name {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  border-left: 5px solid;
  padding: 5px 0 5px 10px;
}

#detail.--leadership #section-contents .inner dl dt .name.red {
  border-color: #c85819;
}

#detail.--leadership #section-contents .inner dl dt .name.yellow {
  border-color: #d2ab41;
}

#detail.--leadership #section-contents .inner dl dt .name.blue {
  border-color: #1c7aac;
}

#detail.--leadership #section-contents .inner dl dt .name span {
  font-size: 1rem;
}

#detail.--leadership #section-contents .inner dl dd {
  /*margin-left: 80px;*/
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 40px;
  color: #000; /*color: #0f203e;*/
}

#job_list #section-title {
  background: url(../../images/careers/bk_title.png) 50% 50% no-repeat;
  background-size: cover;
}

#job_list #section-title .title {
  height: 220px;
}

#job_list #section-title .title img {
  width: auto;
  height: 28px;
}

#job_list #section-job {
  background: #d1d6dd;
}

#job_list #section-job .inner {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 20px 0 20px;
  position: relative;
}

#job_list #section-job .inner ._btn-orange-inversion {
  margin-bottom: 80px;
}

#job_list #section-job .inner h2 {
  font-size: 2.2rem;
}

#job_list #section-job .inner h2 .en img {
  width: auto;
  height: 30px;
}

#job_list #section-job .inner ul li {
  display: table;
  list-style: none; /*float:left;*/
  margin: 0 30px 20px 0;
  width: 100%; /*&:nth-child(2n){margin-right:0;}*/
}

#job_list #section-job .inner ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #0f203e;
  background: url(../../images/icon_arrow_accent1.png) #ffffff calc(100% - 20px)
    50% no-repeat;
  background-size: auto 15px;
  height: 100px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  padding: 0 35px 0 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#job_list #section-job .inner ul li a strong {
  font-size: 2rem;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

#job_list #section-job .inner ul li a strong.s {
  font-size: 1.7rem;
}

#job_list #section-job .inner ul li a span {
  font-size: 1.2rem;
  line-height: 1.4;
  width: 100%;
  display: block;
}

#job_list #section-job .inner ul li a:hover {
  opacity: 0.7;
}

#referral_program #section-title {
  background: url(../../images/careers/bk_title.png) 50% 50% no-repeat;
  background-size: cover;
}

#referral_program #section-title .title {
  height: 220px;
}

#referral_program #section-title .title img {
  width: auto;
  height: 28px;
}

#referral_program #section-careers {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#referral_program #section-careers ul li .text {
  width: 100%;
  height: auto;
  display: block;
  padding: 60px 5% 60px;
}

#referral_program #section-careers ul li .text .inner {
  width: 100%;
  display: block;
}

#referral_program #section-careers ul li .text .inner ._h2 {
  width: 100%;
  color: #0f203e;
}

#referral_program #section-careers ul li .text .inner ._h2 img {
  width: auto;
  height: 38px;
}

#referral_program #section-careers ul li .text .inner ._p {
  width: 100%;
  margin-bottom: 30px;
  font-weight: bold;
  color: #0f203e;
}

#referral_program #section-careers ul li .image {
  width: 100%;
  padding-top: 100%;
}

#referral_program #section-faq .inner {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 20px 50px 20px;
  position: relative;
}

#referral_program #section-faq .inner ._btn-orange-inversion {
  margin-bottom: 80px;
}

#referral_program #section-faq .inner h3 {
  font-size: 2.1rem;
  margin-bottom: 20px;
  color: #0f203e;
}

#referral_program #section-faq .inner h2 .en img {
  width: auto;
  height: 30px;
}

#referral_program #section-faq .inner dl.faq-list {
  margin-bottom: 0;
  color: #0f203e;
}

#referral_program #section-faq .inner dl.faq-list dt {
  background: white;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 20px 40px 20px 20px; /*min-height:80px;*/
  margin-bottom: 10px; /*cursor:pointer;*/ /*&:hover{outline:2px #e95503 solid; outline-offset:-1px;}*/
}

#referral_program #section-faq .inner dl.faq-list dt:before {
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../../images/icon_arrow_primary1.png) 0 0 no-repeat;
  background-size: 8px 15px;
  width: 8px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
}

#referral_program #section-faq .inner dl.faq-list dt.active::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

#referral_program #section-faq .inner dl.faq-list dd {
  background: white;
  padding: 0px 20px 20px 20px;
  display: none;
  font-size: 1.2rem;
  line-height: 1.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -20px;
}

#referral_program #section-faq .inner dl.faq-list dt.active + dd {
  height: auto;
}

#referral_program #section-faq .inner dl.faq-list a {
  color: #5e5d5c;
}

#referral_program #section-faq .inner dl.faq-list a:hover {
  text-decoration: underline;
}

#referral_program #section-contents {
  background: #fff;
}

#referral_program #section-contents .inner {
  padding: 40px 0 20px 0;
}

#referral_program #section-contents .inner h2 {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 40px;
  line-height: 1.4;
}

#referral_program #section-contents .inner .en {
  padding: 0;
  border-bottom: 4px #c85819 solid;
}

#referral_program #section-contents .inner .en img {
  width: auto;
  height: 28px;
}

#referral_program #section-contents .inner ul li {
  width: 96%;
  margin: 0 auto 20px auto;
}

#referral_program #section-contents .inner ul li a .image {
  padding-top: 60%;
}

#referral_program #section-contents .inner ul li .title {
  padding-top: 20px;
  height: 55px;
}

#referral_program #section-merit {
  background: #d1d6dd;
}

#referral_program #section-merit .inner {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 20px 30px 20px;
  position: relative;
}

#referral_program #section-merit .inner h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

#referral_program #section-merit .inner h2 + p {
  font-weight: bold;
  margin-bottom: 50px;
}

#referral_program #section-merit .inner ul.merit li {
  list-style: none;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 20px;
  color: #0f203e; /*&:nth-child(2n){margin-bottom:0;}*/
}

#referral_program #section-merit .inner ul.merit li h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

#referral_program #section-merit .inner ul.merit li p {
  margin-bottom: 0;
}

#referral_program #section-merit .inner ul.merit li ._btn-orange {
  margin-top: 20px;
}

#referral_program #section-process {
  background: #f0f1f4;
}

#referral_program #section-process .inner {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 20px 70px 20px;
  position: relative;
}

#referral_program #section-process .inner h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
}

#referral_program #section-process .inner .chk {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

#referral_program #section-process .inner .chk a {
  color: #c85819;
}

#referral_program #section-process #box-submit {
  position: relative;
}

#referral_program #section-process #submit {
  z-index: 3;
  position: relative;
  background: #c85819;
  width: 96%;
}

#referral_program #section-process #submit.disabled {
  color: #fff;
  background: #d1d6dd;
  position: relative;
  z-index: 1;
  border: 1px #d1d6dd solid;
}

#referral_program #section-process #submit_mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: none;
  border: none;
  z-index: 2;
  cursor: default;
}

#referral_program .localnav {
  padding: 0px 20px 0px 20px !important;
}

.localnav {
  background: #fff;
  padding: 45px 20px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.localnav .inner {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  position: relative;
}

.localnav .inner h1 {
  text-align: center;
  margin-bottom: 35px;
  color: #0f203e;
  font-size: 3rem;
}

.localnav .inner h1 img {
  width: auto;
  height: 30px;
}

.localnav .inner ul li {
  list-style: none;
  width: 47.5%;
  float: left;
  margin: 0 5% 30px 0;
}

.localnav .inner ul li:nth-child(2n) {
  margin-right: 0;
}

.localnav .inner ul li a {
  border: 1px #d1d6dd solid;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  position: relative; /*&:hover { -webkit-transform: scale(1.05); transform: scale(1.05); -webkit-box-shadow: 0px 0 14px 0 rgba(79, 91, 109, 0.2), 10px -5px 14px 0 rgba(79, 91, 109, 0.2); box-shadow: 0px 0 14px 0 rgba(79, 91, 109, 0.2), 10px -5px 14px 0 rgba(79, 91, 109, 0.2); }*/
}

.localnav .inner ul li a .image {
  display: block;
  width: 100%;
  height: 110px;
}

.localnav .inner ul li a .title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #0f203e;
  display: block;
  height: 70px;
  background: #fff;
  padding: 10px 15px 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

@media screen and (max-width: 321px) {
  #index #section-about ul li:nth-child(4) .title {
    font-size: 1.2rem;
  }
}

#section-information {
  width: 100%;
  padding: 30px 4% 30px 4%;
  background-color: #d1d6dd;
}

#section-information.list {
  position: relative;
  top: auto;
  padding-top: 40px;
  padding-bottom: 50px;
}

#section-information.list dl {
  border-bottom: 1px dotted #cccccc;
  padding: 0 10px;
}

#section-information.list dl.detail {
  display: block !important;
}

#section-information.list dl.top {
  display: none !important;
}

#section-information.list dl dt {
  border-top: 1px dotted #cccccc;
  padding-top: 20px !important;
}

#section-information.list dl dd {
  padding-bottom: 20px !important;
  margin-bottom: 0 !important;
}

#section-information.list ._btn {
  margin-top: 40px;
}

#section-information.list ._btn a {
  width: 88%;
}

#section-information .inner {
  background: white;
  padding: 20px 15px 1px 15px !important;
  position: relative;
}

#section-information .inner h2 {
  font-size: 1.6rem;
  margin: 0 0 20px 0 !important;
}

#section-information .inner h2 img {
  height: 16px;
  width: auto;
}

#section-information .inner dl {
  /*border-bottom: 1px dotted #cccccc;*/
  line-height: 1.3;
  color: #10203c;
  width: 100%;
}

#section-information .inner dl.detail {
  display: none;
}

#section-information .inner dl dt {
  width: 100%;
  /*border-top: 1px dotted #cccccc;*/
  margin: 0;
  /* padding: 0px 5px 0px 5px; float: left; clear: left;*/
  position: relative;
  font-size: 1rem;
}

#section-information .inner dl dd {
  margin: 5px 0 20px 0;
  /*padding: 0px 5px 0px 15px; border-top: 1px dotted #cccccc;*/
  position: relative;
  font-size: 1.4rem;
  color: #000;
}

#section-information .inner dl span.label {
  font-size: 1rem;
  display: inline-block;
  color: #10203c;
  margin-right: 10px;
  width: 7.5em;
  position: relative;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  padding: 3px 6px;
}

#section-information .inner dl a {
  color: #000;
  /*color: #0f203e; text-decoration: none;*/
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
}

#section-information .inner dl a:hover {
  opacity: 0.7;
}

#section-information .inner .list {
  text-align: right;
  position: absolute;
  display: block;
  top: 20px;
  right: 15px;
}

#section-information .inner .list a {
  color: #10203c;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: normal;
}

#section-information .inner .list a:hover {
  opacity: 0.8;
}

#section-information .inner .list a:before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
  font-size: 1.2rem;
  position: relative;
  top: -2px;
}

.leadership_note {
  font-size: 1.4rem;
  margin: -30px auto 0;
}
