@charset "UTF-8";
#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% 50% no-repeat;
  background-size: auto 380px;
}

#index #section-title .title {
  height: 260px; /*height:420px;*/
}

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

#index #section-movie {
  margin: 0 auto;
  min-width: 1000px;
  max-width: 100%;
  display: block;
  width: 100%;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0f1f3f),
    color-stop(99.9%, #0f1f3f),
    color-stop(99.9%, #eeeff2)
  );
  background: linear-gradient(
    to bottom,
    #0f1f3f 0%,
    #0f1f3f 99.9%,
    #eeeff2 99.9% #eeeff2 100%
  );
}

#index #section-movie .wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

#index #section-movie .wrapper.full {
  max-width: none;
  height: 600px;
}

#index #section-movie .wrapper.full .position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

#index #section-movie .wrapper video {
  width: 100%;
  height: auto;
}

#index #section-careers {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

#index #section-navi {
  background: white;
  padding: 40px 0 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#index #section-navi ul li {
  display: inline-block;
  margin: 0 20px 20px 20px;
}

#index #section-navi ul li a {
  font-size: 20px;
  color: #0f203e;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  padding: 10px 0;
}

#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: -13px;
  left: calc(50% - 6px);
}

#index #section-navi ul li a:hover {
  color: #c85819;
}

#index #section-leadership {
  background: #0f203e; /*background: rgba(255,255,255,1);*/
}

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

#index #section-leadership h2 {
  text-align: left;
  font-size: 4.2rem;
  margin-bottom: 80px;
  color: #fff;
}

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

#index #section-leadership ul {
  display: flex;
  justify-content: space-between;
}
#index #section-leadership ul li {
  width: 31%;
  float: none;
  margin: 0 0 30px;
}

#index #section-leadership ul li .title {
  line-height: 1.2 !important;
  padding: 15px !important;
  height: auto;
}

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

#index #section-leadership ul li .head {
  border: none;
  font-size: 1.6rem !important;
  margin-bottom: 10px !important;
  min-height: 40px; /*position: absolute; top:30px; right :0; font-size:2.4rem; font-weight: bold; text-align: right; */
  text-decoration: none;
  color: #0f203e;
}

#index #section-leadership ul li .head.--left {
  text-align: left;
  left: -0;
  right: initial;
}

#index #section-leadership ul li .head span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(0%, #fff)
  );
  background: linear-gradient(transparent 0%, #fff 0%);
  line-height: 1.5;
  padding: 10px 15px;
}

#index #section-about {
  background: #0f203e; /*background: rgba(255,255,255,1);*/
}

#index #section-about h2 {
  text-align: left;
  font-size: 4.2rem;
  margin-bottom: 80px;
  color: #fff;
}

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

#index #section-about ul li:nth-child(4) .title {
  font-size: 1.7rem;
}

#index #section-media_info {
  margin: 0 auto;
  padding: 80px 0 30px 0;
  min-width: 1000px;
  max-width: 100%;
  display: block;
  width: 100%;
  position: relative;
  background: #d1d6dd;
  text-align: center;
}
#index #section-media_info .inner {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
}
#index #section-media_info br.sp {
  display: none;
}
#index #section-media_info h2 {
  text-align: left;
  font-size: 4.2rem;
  margin-bottom: 40px;
  color: #0f203e;
}
#index #section-media_info .read {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
  text-align: left;
}
#index #section-media_info .note {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: left;
}
#index #section-media_info ul {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
#index #section-media_info ul li {
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
  display: block;
  position: relative;
  float: left;
}
#index #section-media_info ul li:nth-child(2n) {
  margin-right: 0;
}
#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;
  height: 100%;
  display: block;
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /* opacity: 0; */
  overflow: hidden;
}
#index #section-media_info ul li a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
}
#index #section-media_info ul li .image {
  height: 120px;
  width: 35%;
  display: block;
  float: left;
}
#index #section-media_info ul li .box {
  float: right;
  width: 60%;
}
#index #section-media_info ul li .box .title {
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  line-height: 1.6;
}
#index #section-media_info ul li .box .read {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
}
#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.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 .more {
  margin-top: -40px;
}

#index #section-media_info .btn {
  color: #c85819;
  border: 1px #c85819 solid;
  font-weight: bold;
  width: 285px;
  height: 60px;
  line-height: 60px !important;
  font-size: 2.1rem;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  margin: 20px 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 15px;
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  width: 15px;
  height: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#index #section-media_info .btn:hover {
  /* background: rgba(15, 32, 62, 0.15); */
  background: rgba(200, 80, 25, 0.15);
}
#index #section-media_info .btn.close:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

#index #section-interview {
  background: #f0f1f4;
  padding: 80px 0 30px 0; /* ４列用&._module-article_list{ .article{width: 22.375%; margin: 0 3.5% 50px 0; &:nth-child(4n + 1){margin-right:0;} .box{padding:20px 10px 0 10px; .title{height:5em;} .name{font-size:16px; color:rgba(15,32,62,1); span{font-size:12px; display: block; margin-top:5px;} } } } }  下５列用 */
}

#index #section-interview h2 {
  text-align: left;
  font-size: 4.2rem;
  margin-bottom: 40px;
  width: 100%;
}

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

#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: 40px;
}

#index #section-interview .filter_btn li {
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0 0px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  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: 20px 0;
}

#index #section-interview .filter_btn li a:after {
  content: "";
  width: 100%;
  height: 5px;
  background: none;
  display: block;
  position: relative;
  bottom: -17px;
  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 .article {
  width: 18.6%;
  margin: 0 0.7% 30px 0.7%; /*margin: 0 1.75% 50px 0;*/
  float: left; /*&:nth-child(5n + 1){margin-right:0;}*/
}

#index #section-interview._module-article_list .article .image {
  height: 220px;
}

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

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

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

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

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

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

#index #section-group h2 {
  text-align: left;
  font-size: 4.2rem;
  margin-bottom: 80px;
}

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

#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: 15px;
  height: auto;
  font-size: 1.7rem;
}

#index #section-group ul li .image {
  height: 260px;
}

#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: 285px;
  height: 60px;
  line-height: 60px !important;
  font-size: 2.1rem;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  margin: 20px auto 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer;
}

#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 15px;
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  width: 15px;
  height: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

#index #section-group .btn:hover {
  /*background: rgba(15, 32, 62, 0.15);*/
  background: rgba(200, 80, 25, 0.15);
}

#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: 80px;
}

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

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

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

#index #section-job .inner .link a {
  color: #fff;
  font-size: 1.4rem;
  -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;
}

#index #section-job .inner .link a: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: 55px;
}

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

#index #section-job .inner ul li {
  display: table;
  list-style: none;
  margin: 0 30px 20px 0;
  width: calc(50% - 30px); /*float:left;*/
}

#index #section-job .inner ul li: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-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  padding: 0px 35px 0 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

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

#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 {
  color: #c85819;
}

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

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

#index #section-faq .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 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 {
  margin-bottom: 100px;
}

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

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

#index #section-faq .inner dl.faq-list dt {
  background: white;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 30px 20px 30px 20px;
  min-height: 80px;
  margin-bottom: 20px;
  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: 10px 20px 30px 20px;
  display: none;
  font-size: 1.8rem;
  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: 50px 5% 0 5%;
}

#index.philosophy #section-philosophy .inner h1 {
  font-size: 3.6rem;
  color: #0f203e;
  margin-bottom: 40px;
}

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

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

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

#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;
  margin-top: 20px;
}

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

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

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

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

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

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

#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: 1.4rem;
  margin-top: 20px;
}

#index.philosophy #section-purposes .inner p {
  font-size: 2rem;
  font-weight: bold;
  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: 120px;
  float: left;
  display: block;
}

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

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

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

#index.business {
  max-width: 1024px;
  padding-inline: 12px;
  margin: 0 auto;
  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: 80px 5% 0 5%;
}

#index.business #section-philosophy .inner h1 {
  font-size: 3.6rem;
  color: #0f203e;
  margin-bottom: 40px;
}

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

#index.business #section-page_list {
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#index.business #section-page_list .text {
  background: #0f203e;
  height: 420px;
}

#index.business #section-page_list .image {
  height: 420px;
}

#index.business #section-page_list h2 {
  width: 340px;
  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: 340px;
  font-size: 1.4rem;
  display: block;
  margin: 0 auto 30px auto;
  color: white;
}

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

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

#index.business #section-service .inner {
  padding-top: 80px;
  padding-bottom: 60px;
  margin: 0 auto;
  min-width: initial;
  max-width: initial;
}

#index.business #section-service .inner .box {
  width: 50%;
  padding: 0 30px;
}

#index.business #section-service .inner h2 {
  margin-bottom: 40px;
}

#index.business #section-service .inner ul {
  margin-right: 20px;
  width: calc(50% - 10px);
}

#index.business #section-service .inner ul + ul {
  margin-right: 0;
}

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

#index.business ._module-list-rows3 .inner {
  max-width: 900px;
  margin: 0 auto 0 auto;
  padding: 50px 50px 0 50px;
  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: 1.6rem;
}

#index.business ._module-list-rows3 .inner ul .image {
  height: 160px;
}

#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 {
  max-width: 1024px;
  padding-inline: 12px;
  margin: 0 auto;
  width: 100%;
  background: #f0f1f4;
}

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

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

#index.privacy #section-privacy .inner .menu {
  width: 570px;
  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 {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  text-align: left;
  background: white;
}

#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 {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

#index #section-pwd {
  background: #fff;
  padding: 110px 0 80px 0;
}

#index #section-pwd .inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  color: #0f203e;
}

#index #section-pwd .inner h2 {
  text-align: center;
  margin-bottom: 70px;
}

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

#index #section-pwd .inner p {
  font-size: 2.2rem; /*font-size: 1.8rem;*/
  margin-bottom: 30px;
  line-height: 2;
  text-align: center;
}

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

#index #section-pwd-message .inner {
  width: 100%;
  max-width: 1060px;
  margin: 120px auto;
  color: #0f203e;
}

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

#index #section-pwd-message .inner .box-message p {
  font-size: 1.8rem;
  margin-bottom: 30px;
  line-height: 2;
}

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

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

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

#index #section-pwd-message .inner .box-message .image {
  width: 380px;
  float: left;
}

#index #section-pwd-message .inner .box-message .text {
  width: calc(100% - 420px);
  float: right;
}

#index #section-pwd-consideration .inner {
  max-width: 1140px;
  min-width: 1140px;
  margin: 0 auto;
  padding: 90px 20px 70px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0f203e;
}

#index #section-pwd-consideration .inner h2 {
  margin-bottom: 70px;
}

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

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

#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: 32%;
  margin: 0 2% 20px 0;
  position: relative;
  background: #fff;
  list-style: none;
  padding: 0;
}

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

#index #section-pwd-consideration .inner .article.pdf .box {
  background: url(../../images/icon_pdf.png) #fff calc(100% - 7px)
    calc(100% - 10px) no-repeat !important;
  background-size: 18px 18px !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:nth-child(3n) {
  margin-right: 0;
}

#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; /*.tag-word { font-size: 1.4rem; 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:hover {
  /*-webkit-transform: scale(1.05); transform: scale(1.05); opacity: 0.7; */
  -webkit-box-shadow: 0px 0 14px 0 rgba(79, 91, 109, 0.1),
    10px -5px 14px 0 rgba(79, 91, 109, 0.1);
  box-shadow: 0px 0 14px 0 rgba(79, 91, 109, 0.1),
    10px -5px 14px 0 rgba(79, 91, 109, 0.1);
}

#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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

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

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

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

#detail {
  /* .technology,.corporate{ #section-staff{ &.animated{ .swiper-slide:nth-child(n+3){ opacity: 0; } .swiper-slide:nth-child(3){ opacity: 1; } } } } .innovation{ #section-staff{ &.animated{ .swiper-slide:nth-child(n+2){ opacity: 0; } } } }  */
}

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

#detail #section-article {
  /*.inner{padding-left:21px; padding-right:21px;}*/
}

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

#detail #section-article .main_image.--leadership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
}

#detail #section-article .main_image.--leadership h1 {
  border: none;
  position: absolute;
  top: 100px;
  left: 47%;
  text-align: left;
  margin: 0;
  padding: 0; /*right :0; text-align: right;*/
  font-size: 4.6rem;
}

#detail #section-article .main_image.--leadership h1.--left {
  text-align: left;
  left: 50px; /*eft: -25px; */
  right: initial;
}

#detail #section-article .main_image.--leadership h1 span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(0%, rgba(255, 255, 255, 0.8))
  );
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.8) 0%);
  line-height: 1.59;
  padding: 7px 15px; /*ine-height: 1.5; padding: 5px 15px;}*/
}

#detail #section-article .main_image.--leadership .box {
  margin: 0 auto; /*width:100%; padding: 0 50px;*/
  position: absolute;
  left: 47%;
  top: 355px; /* left :0; bottom:0;*/
}

#detail #section-article .main_image.--leadership .box.--left {
  left: 50px;
}

#detail #section-article .main_image.--leadership .box .name {
  /*background: rgba(255,255,255,0.8);*/
  width: 410px;
  height: auto;
  padding: 40px;
  vertical-align: middle;
  font-size: 4rem;
  font-weight: bold;
  border: none; /*&.pos-left{}*/
}

#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.pos-right {
  float: right;
}

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

#detail #section-article .main_image.--leadership .box .name span {
  font-size: 1.6rem;
  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 60px;
}

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

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

#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: 100px;
}

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

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

#detail #section-article .contents h3 {
  font-size: 2.1rem;
}

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

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

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

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

#detail #section-article .contents .-box-wrapper {
  margin-top: 80px;
  padding: 40px;
}

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

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

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

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

#detail #section-staff .swiper-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: inherit;
}

#detail #section-staff .swiper-inner .image {
  height: 220px;
}

#detail #section-staff .swiper-inner .box {
  padding: 20px 10px 0 10px;
  min-height: 160px;
}

#detail #section-staff .swiper-inner .box .title {
  font-size: 14px;
  height: 5.5em; /*height:6em;*/
  font-weight: bold;
}

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

#detail #section-staff .swiper-inner .box .name span {
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin-top: 5px;
  min-height: 2em;
}

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

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

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

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

#detail #section-staff .swiper-inner .swiper-button-next {
  right: -25px !important; /*display: none;*/
}

#detail #section-staff .swiper-inner .swiper-button-prev {
  left: -25px !important; /*display: none;*/
}

#detail #section-staff.animated {
  /*.swiper-slide:nth-child(n+9){  4列用 現存５列用*/
}

#detail #section-staff.animated .swiper-slide:nth-child(n + 11) {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#detail #section-staff.animated .swiper-slide:nth-child(6) {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#detail #section-staff.animated .swiper-slide:nth-child(7) {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#detail #section-staff.animated .swiper-slide:nth-child(8) {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#detail #section-staff.animated .swiper-slide:nth-child(9) {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#detail #section-staff.animated .swiper-slide:nth-child(10) {
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#detail #section-staff ._btn-orange a {
  position: relative;
  background: none;
}

#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-staff ._btn-orange a:hover {
  background: rgba(210, 171, 65, 0.15);
}

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

#detail #section-group h2 {
  text-align: left;
  font-size: 4.2rem;
  margin-bottom: 80px;
}

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

#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: 15px;
  height: auto;
  font-size: 1.7rem;
}

#detail #section-group ul li .image {
  height: 260px;
}

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

#detail #section-group ._btn-orange a {
  background: url(../../images/icon_arrow_accent2_left.png) 20px 50% no-repeat;
  background-size: auto 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#detail #section-group ._btn-orange a:hover {
  opacity: 0.7;
}

#detail #section-group .btn {
  /*color: #0f203e; border: 1px #0f203e solid;*/
  color: #c85819;
  border: 1px #c85819 solid;
  font-weight: bold;
  width: 285px;
  height: 60px;
  line-height: 60px !important;
  font-size: 2.1rem;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  margin: 20px auto 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer;
}

#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 15px;
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  width: 15px;
  height: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

#detail #section-group .btn:hover {
  /*background: rgba(15, 32, 62, 0.15);*/
  background: rgba(200, 80, 25, 0.15);
}

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

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

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

#detail #section-job .inner .link a {
  color: #fff;
  font-size: 1.4rem;
  -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;
}

#detail #section-job .inner .link a: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: 55px;
}

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

#detail #section-job .inner ul li {
  display: table;
  list-style: none;
  margin: 0 30px 20px 0;
  width: calc(50% - 30px); /*float:left;*/
}

#detail #section-job .inner ul li: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-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  padding: 0px 35px 0 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

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

#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 {
  color: #c85819;
}

#detail #section-faq .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 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: 55px;
}

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

#detail #section-faq .inner dl.faq-list dt {
  background: white;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 30px 20px 30px 20px;
  min-height: 80px;
  margin-bottom: 20px;
  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: 10px 20px 30px 20px;
  display: none;
  font-size: 1.8rem;
  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 260px;
  width: 100%;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
}

#detail.--leadership #section-title .inner {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  -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 {
  background-size: auto 360px;
  width: 100%;
  height: 360px;
  padding: 0 100px;
}

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

#detail.--leadership #section-title .title p.head {
  text-align: left;
  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: url(../../images/careers/newgraduate/business/bg_title.png)
    #d1d6dd 100% 50% no-repeat;
  background-size: auto 360px;
}

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

#detail.--leadership #section-title.staff .title {
  background: url(../../images/careers/newgraduate/staff/bg_title.png) #d1d6dd
    100% 50% no-repeat;
  background-size: auto 360px;
}

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

#detail.--leadership #section-title.group .title {
  background: url(../../images/careers/newgraduate/group/bg_title.png) #d1d6dd
    100% 50% no-repeat;
  background-size: auto 360px;
}

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

#detail.--leadership #section-title.ceo .title {
  background: url(../../images/careers/newgraduate/ceo/bg_title.png) #d1d6dd
    100% 50% no-repeat;
  background-size: auto 360px;
}

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

#detail.--leadership #section-title.workstyle .title {
  background: url(../../images/careers/newgraduate/workstyle/bg_title.png)
    #d1d6dd 100% 50% no-repeat;
  background-size: auto 360px;
}

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

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

#detail.--leadership #section-title .pankuzu {
  text-align: left;
  padding-left: 80px;
  padding-right: 80px;
}

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

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

#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%;
  max-width: 1200px;
  min-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 auto 90px auto;
  padding: 90px 80px;
}

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

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

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

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

#detail.--leadership #section-contents .inner p.image.left {
  position: relative;
  left: -80px;
}

#detail.--leadership #section-contents .inner p.image.right {
  position: relative;
  left: 80px;
}

#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 p.image {
  width: 200px;
  height: 200px;
  float: left;
  margin: 0;
}

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

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

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

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

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

#detail.--leadership #section-contents .inner .h_ceo:before {
  content: "";
  width: 80px;
  height: 5px;
  background: #1c7aac;
  display: block;
  left: 0;
  bottom: -30px;
  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: 54%;
}

#detail.--leadership #section-contents .inner .ul_ceo li:nth-child(1) .image {
  float: right;
  width: 46%;
  position: relative;
  right: -80px;
  margin: 0;
}

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

#detail.--leadership #section-contents .inner .ul_ceo li:nth-child(2) .image {
  float: left;
  width: 54%;
  position: relative;
  left: -80px;
  margin: 0;
}

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

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

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

#detail.--leadership #section-contents .inner ul.member {
  text-align: right;
  margin: -50px 0 50px 0;
}

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

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

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

#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;
}

#detail.--leadership #section-contents .inner dl dt .name {
  font-size: 2rem;
  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: 150px;
  font-size: 1.6rem;
  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: 420px;
}

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

#job_list #section-job {
  background: #d1d6dd;
  padding-bottom: 50px;
}

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

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

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

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

#job_list #section-job .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#job_list #section-job .inner ul li {
  display: table;
  list-style: none;
  margin: 0 30px 20px 0;
  width: calc(50% - 30px); /*float:left;*/
}

#job_list #section-job .inner ul li: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-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  margin: 0 auto;
  padding: 0px 35px 0 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

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

#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 {
  color: #c85819;
}

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

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

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

#referral_program #submit {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#referral_program #submit:hover {
  opacity: 0.7;
}

#referral_program #section-careers {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

#referral_program #section-careers ul li .text .inner ._h2 {
  font-size: 4.6rem;
  margin-bottom: 30px;
  width: 465px;
  color: #0f203e;
}

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

#referral_program #section-careers ul li .text .inner ._p + ._p {
  margin-bottom: 0;
}

#referral_program #section-faq .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 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: 55px;
}

#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.8rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 30px 20px 30px 20px;
  min-height: 80px;
  margin-bottom: 20px;
  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: 10px 20px 30px 20px;
  display: none;
  font-size: 1.8rem;
  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 h2 {
  text-align: center;
  font-size: 4.2rem;
  margin-bottom: 50px;
}

#referral_program #section-contents .en {
  padding: 0;
}

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

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

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

#referral_program #section-merit .inner h2 {
  font-size: 4.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;
  float: left;
  margin: 0 30px 30px 0;
  width: calc(100% / 3 - 20px);
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
  color: #0f203e;
  height: 400px; /*height:251.6px; height:371.6px;*/
}

#referral_program #section-merit .inner ul.merit li:nth-child(3n) {
  margin-right: 0;
}

#referral_program #section-merit .inner ul.merit li h3 {
  font-size: 2.8rem; /*font-size:3.0rem;*/
  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%;
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 20px;
  position: relative;
}

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

#referral_program #section-process .inner .chk {
  text-align: center;
  font-size: 1.4rem;
  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: 800px;
}

#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: 0 !important;
}

.localnav {
  background: #fff;
  padding: 80px 0 90px 0;
}

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

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

.localnav .inner h1 img {
  width: 130px;
}

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

.localnav .inner ul li:nth-child(4n) {
  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;
}

.localnav .inner ul li a: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: 180px;
}

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

@media only screen and (max-width: 1300px) {
  #index #section-movie .wrapper.full.full {
    height: 500px;
  }
}

@media (max-width: 1160px) {
  #index #section-interview._module-article_list .article .box {
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  #detail #section-staff .swiper-inner {
    max-width: 768px;
    min-width: initial;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #detail #section-staff .swiper-inner .swiper-button-prev {
    left: -42px !important;
    top: calc(50% - 20px) !important;
  }
  #detail #section-staff .swiper-inner .swiper-button-next {
    right: 20px !important;
    top: calc(50% - 20px) !important;
  }
  #detail #section-staff.animated .swiper-slide:nth-child(n + 11) {
    -webkit-transition-delay: -2s;
    transition-delay: -2s;
    z-index: -1 !important;
  }
}

@media screen and (max-width: 1239px) {
  #referral_program #section-merit .inner ul.merit li {
    height: 500px;
  }
}

#section-information {
  z-index: +1;
  width: 100%;
  padding: 60px 30px;
  background-color: #d1d6dd;
  margin-inline: auto;
}

#section-information.year {
  top: 80px;
}

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

#section-information.list .inner {
  padding-bottom: 0;
  max-width: 1060px !important;
}

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

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

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

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

#section-information.list dl dd {
  border-top: 1px dotted #cccccc;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}
#section-information h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #0f203e;
  margin-bottom: 20px;
}

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

#section-information.list ._btn a.btn {
  height: auto;
  line-height: 1.4;
  padding: 20px;
  width: 460px;
}

#section-information.movie {
  position: relative;
  top: -120px;
  margin-bottom: -20px;
}

#section-information .inner {
  background: white;
  padding: 20px 30px 40px 30px;
  position: relative;
  max-width: 1200px !important;
  margin: 0 auto;
}

#section-information .inner dl {
  /*border-bottom: 1px dotted #cccccc;*/
  font-size: 1.6rem;
  line-height: 1.3;
  color: #10203c;
}

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

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

#section-information .inner dl dd {
  margin: 12px 0 12px 0;
  padding: 0px 5px 0px 16em;
  /* padding: 0px 5px 0px 15px; border-top: 1px dotted #cccccc;*/
  position: relative;
  color: #000;
}

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

#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;
  font-size: 1.8rem;
  display: block;
}

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

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

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

#section-information .inner .list a {
  color: #10203c;
  font-size: 1.6rem;
  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 {
  margin: -50px auto 0;
}

