.corp-page-border-top-gray {
  border-top: solid 1px #d8dadc !important;
}

.corp-page-border-bottom-gray {
  border-bottom: solid 1px #d8dadc !important;
}

.corp-page-title {
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 200%;
  line-height: 1.25;
}

.corp-page-title-small {
  display: block;
  font-size: 50%;
  line-height: 1.25;
  margin-bottom: 10px;
}

.corp-page-text {
  font-size: 100%;
  line-height: 1.25;
  padding-top: 5px;
}

.corp-page-button-news,
.corp-page-button-ir,
.corp-page-button-sbnews,
.corp-page-button-company,
.corp-page-button-csr,
.corp-page-button-recruit,
.corp-page-button-press {
  display: inline-block;
  padding: 12px 17px;
  border: 2px solid;
  border-radius: 25px;
  text-align: center;
  font-size: 100%;
  line-height: 1.38889;
  font-weight: bold;
  letter-spacing: normal;
  box-sizing: border-box;
  min-width: 340px;
  border-color: #c7c7ce;
  background-color: transparent;
  color: #000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}
.corp-page-button-press {
  border: 1px #c7c7ce solid;
}

.corp-page-button-news:after,
.corp-page-button-ir:after,
.corp-page-button-sbnews:after,
.corp-page-button-company:after,
.corp-page-button-csr:after,
.corp-page-button-recruit:after,
.corp-page-button-press:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.corp-page-button-news:hover,
.corp-page-button-ir:hover,
.corp-page-button-sbnews:hover,
.corp-page-button-company:hover,
.corp-page-button-csr:hover,
.corp-page-button-recruit:hover,
.corp-page-button-news:active,
.corp-page-button-ir:active,
.corp-page-button-sbnews:active,
.corp-page-button-company:active,
.corp-page-button-csr:active,
.corp-page-button-recruit:active,
.corp-page-button-news:focus,
.corp-page-button-ir:focus,
.corp-page-button-sbnews:focus,
.corp-page-button-company:focus,
.corp-page-button-csr:focus,
.corp-page-button-recruit:focus,
.corp-page-button-press:hover,
.corp-page-button-press:active,
.corp-page-button-press:focus {
  text-decoration: none;
  opacity: 0.7;
  color: #000;
}

.corp-page-layout-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background: #fff;
}

.corp-page-layout-news-press {
  height: 550px;
}

.corp-page-layout-news-info {
  height: 330px;
}

.corp-page-layout-news_item {
  position: relative;
}

.corp-page-layout-news_item:first-child {
  padding: 0 45px;
}

.corp-page-layout-news_item:last-child {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-overflow-scrolling: touch;
}

.corp-page-layout-news_item-inner {
  padding: 190px 0 110px;
}

.corp-page-layout-news_item-inner-info {
  padding: 117px 0;
}

.corp-page-layout-news_item-title {
  font-size: 133.33333%;
  line-height: 1;
  font-weight: bold;
}

.corp-page-button-news_container {
  margin-top: 30px;
  text-align: center;
}
.corp-page-button-press_container {
  margin-top: 20px;
  text-align: center;
}

.corp-page-link-press {
  display: block;
  position: relative;
  width: 100%;
  font-size: 83.33333%;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  color: #000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.corp-page-link-press:last-child {
  border-bottom: none;
}

.corp-page-link-press:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 60px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #555555;
  border-right: 2px solid #555555;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.corp-page-link-press:hover,
.corp-page-link-press:active,
.corp-page-link-press:focus {
  text-decoration: none;
  opacity: 0.7;
  color: #000;
}

.corp-page-link-press_container {
  position: absolute;
  bottom: 0;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}

.corp-page-list-news_item:nth-child(odd) {
  background: #f6f6f9;
}

.corp-page-link-news {
  display: block;
  padding: 15px 145px 15px 30px;
  min-height: 110px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}

.corp-page-link-news:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 44px;
  width: 9px;
  height: 15px;
  background-image: url(/corp/set/data/news/img/shared/icon-arrow-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.corp-page-link-news:hover,
.corp-page-link-news:active,
.corp-page-link-news:focus {
  text-decoration: none;
  opacity: 0.7;
}

.corp-page-link-news_date {
  font-size: 83.33333%;
  line-height: 1.6;
  color: #5b5b5b;
}

.corp-page-link-news_label {
  font-size: 55.55556%;
  line-height: 2.4;
  color: #fff;
  padding: 3px 8px;
  margin-left: 12px;
  background: #84919d;
  border-radius: 13px;
  vertical-align: middle;
}

.corp-page-link-news_text {
  font-size: 88.88889%;
  line-height: 1.5;
  color: #000;
  margin-top: 2px;
  max-width: 660px;
}

.corp-page-link-news-softbank .corp-page-link-news_label {
  background: #307bef;
}

.corp-page-link-news-pdf:after {
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 37px;
  width: 20px;
  height: 29px;
  background-image: url(/corp/set/data/news/img/shared/icon-pdf.png);
}

.corp-page-link-news-movie:after {
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 40px;
  width: 20px;
  height: 18px;
  background-image: url(/corp/set/data/news/img/shared/icon-movie.svg);
}

.corp-page-link-news-blank:after {
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 40px;
  width: 14px;
  height: 13px;
  background-image: url(/corp/set/data/news/img/shared/icon-link.png);
}

.corp-page-panel-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: 45px auto 0;
}

.corp-page-panel-col3 + .corp-page-panel-col3 {
  margin-top: 16px;
}

.corp-page-panel-col3 + .corp-page-panel-col4 {
  margin-top: 16px;
}

.corp-page-panel-col3_item {
  position: relative;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 16px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.corp-page-panel-col3_item:hover {
  opacity: 0.8;
}

.corp-page-panel-col3_item:nth-last-child(1) {
  margin-right: 0;
}

.corp-page-panel-col3_link {
  display: block;
}

.corp-page-panel-col3_image {
  display: block;
  width: 100%;
  height: auto;
}

.corp-page-panel-col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: 40px auto 0;
}

.corp-page-panel-col4 + .corp-page-panel-col3 {
  margin-top: 16px;
}

.corp-page-panel-col4 + .corp-page-panel-col4 {
  margin-top: 16px;
}

.corp-page-panel-col4_item {
  position: relative;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 16px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.corp-page-panel-col4_item:hover {
  opacity: 0.8;
}

.corp-page-panel-col4_item:nth-last-child(1) {
  margin-right: 0;
}

.corp-page-panel-col4_link {
  display: block;
}

.corp-page-panel-col4_image {
  display: block;
  width: 100%;
  height: auto;
}

.corp-page-section-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 88.88889%;
  line-height: 1.5;
  min-width: 990px;
}

.corp-page-section-info_header {
  background-color: #307bef;
  color: #fff;
  min-width: 220px;
  box-sizing: border-box;
  line-height: 100%;
  padding: 37px 54px;
}

.corp-page-section-info_content {
  padding: 20px 50px;
}

.corp-page-section-info_list-date {
  color: #5b5b5b;
  font-size: 77.77778%;
  line-height: 1.71429;
}

.corp-page-section-info_list-content {
  font-size: 88.88889%;
  line-height: 1.5;
}

.corp-page-section-ir {
  padding: 0;
  width: 100%;
  min-width: 990px;
  padding-bottom: 50px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #f6f6f9;
}

.corp-page-mainvisual-ir {
  position: relative;
}

.corp-page-mainvisual-ir_image {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.corp-page-mainvisual-ir_content {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 150px;
  min-width: 990px;
}

.corp-page-mainvisual-ir_title {
  color: #fff;
}

.corp-page-button-ir {
  color: #fff;
  background-color: #307bef;
  border: none;
}

.corp-page-button-ir:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}

.corp-page-button-ir:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.corp-page-button-ir:hover,
.corp-page-button-ir:active,
.corp-page-button-ir:focus {
  color: #fff;
  opacity: 1;
}

.corp-page-button-ir:hover:before,
.corp-page-button-ir:active:before,
.corp-page-button-ir:focus:before {
  opacity: 1;
}

.corp-page-button-ir_container {
  margin-top: 30px;
  text-align: center;
}

.corp-page-list-ir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: 30px auto;
}

.corp-page-list-ir_container {
  max-width: 1280px;
  margin: 0 auto;
}

.corp-page-list-ir_item {
  position: relative;
  width: 16%;
  height: auto;
  box-sizing: border-box;
  margin-right: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.corp-page-list-ir_item:last-child {
  margin-right: 0;
}

.corp-page-list-ir_item:hover,
.corp-page-list-ir_item:active,
.corp-page-list-ir_item:focus {
  opacity: 0.7;
}

.corp-page-list-ir_item:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.corp-page-list-ir_item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.corp-page-link-ir {
  display: block;
  position: relative;
  padding: 19% 0;
  height: 60%;
}

.corp-page-link-ir_image {
  display: block;
  width: auto;
  min-width: 0;
  margin: 0 auto;
}

.corp-page-link-ir_image-container {
  height: 70%;
}

.corp-page-link-ir_image-policy {
  width: 36%;
}

.corp-page-link-ir_image-documents {
  width: 34%;
  margin-top: 2%;
}

.corp-page-link-ir_image-financial {
  width: 32.3%;
}

.corp-page-link-ir_image-investor {
  width: 34%;
}

.corp-page-link-ir_image-stock {
  width: 34%;
}

.corp-page-link-ir_image-governance {
  width: 38.2%;
}

.corp-page-link-ir_text {
  width: 125px;
  height: 45px;
  margin: 0 auto;
  position: relative;
}

.corp-page-link-ir_text-en {
  width: 170px;
  max-width: 95%;
}

.corp-page-link-ir_text-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.corp-page-link-ir_text-image-documents {
  margin-top: 7%;
}

.corp-page-link-ir_text-image-en {
  max-width: 100%;
}

.corp-page-section-sbnews {
  min-width: 990px;
  box-shadow: inset 0px -2px 5px 0px rgba(67, 70, 72, 0.2);
}

.corp-page-title-sbnews {
  padding: 80px 0 50px;
  box-shadow: 0px 2px 5px 0px rgba(67, 70, 72, 0.2);
  text-align: center;
  background-color: #fff;
}

.corp-page-title-sbnews_image {
  padding-bottom: 10px;
  margin: 0 auto;
  display: block;
  width: auto;
  height: 62px;
}

.corp-page-link-sbnews {
  color: #000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.corp-page-link-sbnews:hover,
.corp-page-link-sbnews:active,
.corp-page-link-sbnews:focus {
  color: #000;
  text-decoration: none;
}

.corp-page-link-sbnews:hover .corp-page-image-sbnews,
.corp-page-link-sbnews:active .corp-page-image-sbnews,
.corp-page-link-sbnews:focus .corp-page-image-sbnews {
  opacity: 0.8;
}

.corp-page-link-sbnews:hover .corp-page-box-sbnews_inner,
.corp-page-link-sbnews:active .corp-page-box-sbnews_inner,
.corp-page-link-sbnews:focus .corp-page-box-sbnews_inner {
  opacity: 0.7;
}

.corp-page-image-sbnews {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.corp-page-image-sbnews_container {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.corp-page-button-sbnews {
  border: 3px solid #c8c8c8;
  color: #0093b8;
  font-weight: bold;
  background: #fff;
}

.corp-page-button-sbnews:after {
  border-color: #0093b8;
}

.corp-page-button-sbnews:hover,
.corp-page-button-sbnews:active,
.corp-page-button-sbnews:focus {
  color: #0093b8;
}

.corp-page-button-sbnews_container {
  margin-top: 50px;
  text-align: center;
}

.corp-page-carousel {
  padding-bottom: 50px;
}

.corp-page-carousel_container {
  overflow: hidden;
}

.corp-page-carousel_inner {
  margin: 50px auto 0;
}

.corp-page-carousel_item {
  position: relative;
  max-width: 450px;
}

.corp-page-carousel_item:before {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 12px;
  pointer-events: none;
}

.corp-page-carousel .slick-list {
  padding: 0 90px;
}

.corp-page-carousel .slick-slide {
  margin: 0 12.5px;
}

.corp-page-carousel .slick-slide .corp-page-carousel_item.corp-page-carousel_item-disable {
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

.corp-page-carousel .slick-slide .corp-page-carousel_item.corp-page-carousel_item-disable:before {
  opacity: 1;
  pointer-events: auto;
}

.corp-page-carousel .slick-slide .corp-page-carousel_item.corp-page-carousel_item-disable:after {
  opacity: 1;
  pointer-events: auto;
}

.corp-page-carousel_link {
  color: #000;
}

.corp-page-carousel_link:hover,
.corp-page-carousel_link:active,
.corp-page-carousel_link:focus {
  color: #000;
  text-decoration: none;
}

.corp-page-carousel_link:hover .corp-page-carousel_image,
.corp-page-carousel_link:active .corp-page-carousel_image,
.corp-page-carousel_link:focus .corp-page-carousel_image {
  opacity: 0.7;
}

.corp-page-carousel_link:hover .corp-page-carousel_box,
.corp-page-carousel_link:active .corp-page-carousel_box,
.corp-page-carousel_link:focus .corp-page-carousel_box {
  opacity: 0.8;
}

.corp-page-carousel_link:hover .corp-page-carousel_label:before,
.corp-page-carousel_link:active .corp-page-carousel_label:before,
.corp-page-carousel_link:focus .corp-page-carousel_label:before {
  opacity: 1;
}

.corp-page-carousel_image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  min-width: 100%;
  max-width: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.corp-page-carousel_image_container {
  position: relative;
  border-radius: 10px 10px 0 0;
  height: auto;
  overflow: hidden;
  z-index: 1;
}

.corp-page-carousel_image_container:before {
  content: '';
  display: block;
  padding-top: 300px;
}

.corp-page-carousel_label {
  content: '';
  position: absolute;
  top: 10px;
  right: -5px;
  background-color: #f50056;
  color: #fff;
  z-index: 1;
  border-radius: 2px 2px 0 2px;
  font-size: 72.22222%;
  line-height: 1;
  width: 63.02521%;
  padding: 7px 0;
  text-align: center;
  box-sizing: border-box;
}

.corp-page-carousel_label:before {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 2px 2px 0 2px;
  pointer-events: none;
}

.corp-page-carousel_label:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  right: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: #8f0034 transparent transparent transparent;
}

.corp-page-carousel_label-lifestyle {
  background-color: #f50056;
}

.corp-page-carousel_label-lifestyle:after {
  border-color: #8f0034 transparent transparent transparent;
}

.corp-page-carousel_label-softbank {
  background: #7d57c2;
}

.corp-page-carousel_label-softbank:after {
  border-color: #3e2d61 transparent transparent transparent;
}

.corp-page-carousel_label-now {
  background: #b88e0c;
}

.corp-page-carousel_label-now:after {
  border-color: #684e06 transparent transparent transparent;
}

.corp-page-carousel_label-it {
  background: #26a69a;
}

.corp-page-carousel_label-it:after {
  border-color: #13534d transparent transparent transparent;
}

.corp-page-carousel_box {
  background-color: #fff;
  padding: 20px 25px;
  text-align: left;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.corp-page-carousel_box-date {
  font-size: 77.77778%;
  line-height: 1.14286;
}

.corp-page-carousel_box-text {
  font-size: 88.88889%;
  line-height: 1.25;
  margin: 0;
}

.corp-page-carousel_box-text-detail {
  font-size: 77.77778%;
  line-height: 1.14286;
  text-align: right;
  padding-top: 10px;
  color: #0093b8;
}

.corp-page-carousel-controls-prev,
.corp-page-carousel-controls-next {
  z-index: 150;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: 2px solid #999;
  padding: 0;
  outline: none;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.corp-page-carousel-controls-prev:hover,
.corp-page-carousel-controls-prev:active,
.corp-page-carousel-controls-prev:focus,
.corp-page-carousel-controls-next:hover,
.corp-page-carousel-controls-next:active,
.corp-page-carousel-controls-next:focus {
  text-decoration: none;
  opacity: 0.8;
}

.corp-page-carousel-controls-prev {
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  left: 1%;
  top: 45.5%;
  position: absolute;
  text-indent: 100%;
}

.corp-page-carousel-controls-prev:before {
  content: '';
  display: block;
  border-top: solid 2px #53756b;
  border-right: solid 2px #53756b;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  opacity: 1;
}

.corp-page-carousel-controls-prev:before {
  right: 0px;
}

.corp-page-carousel-controls-prev:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto 0;
  box-sizing: border-box;
}

.corp-page-carousel-controls-next {
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  text-indent: 100%;
  right: 1%;
  top: 45.5%;
}

.corp-page-carousel-controls-next:before {
  content: '';
  display: block;
  border-top: solid 2px #53756b;
  border-right: solid 2px #53756b;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  opacity: 1;
}

.corp-page-carousel-controls-next:before {
  right: 0px;
}

.corp-page-carousel-controls-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  box-sizing: border-box;
}

.corp-page-section-social {
  display: block;
  padding: 58px 0 80px;
  min-width: 990px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1280px;
}

.corp-page-list-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
}

.corp-page-list-social_item {
  box-sizing: border-box;
  width: 50px;
  margin-right: 45px;
}

.corp-page-list-social_item:last-child {
  margin-right: 0;
}

.corp-page-list-social_link {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.corp-page-list-social_link:hover,
.corp-page-list-social_link:active,
.corp-page-list-social_link:focus {
  text-decoration: none;
  opacity: 0.7;
}

.corp-page-list-social_icon {
  width: 100%;
  background: none;
}

.corp-page-link-social {
  font-size: 81.25%;
  line-height: 1.84615;
  display: block;
  margin-top: 30px;
  padding: 0 40px 0 5px;
  position: relative;
  color: #0093b8;
}

.corp-page-link-social:first-child {
  margin-right: 15px;
}

.corp-page-link-social:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 17px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0093b8;
  border-right: 2px solid #0093b8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.corp-page-link-social:hover,
.corp-page-link-social:active,
.corp-page-link-social:focus {
  color: #0093b8;
}

.corp-page-link-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.corp-page-section-bnr {
  padding: 78px 0 80px;
  min-width: 990px;
  text-align: center;
  overflow: hidden;
  background-color: #e6e6ee;
  margin-bottom: 80px;
}

.corp-page-section-bnr_inner {
  max-width: 1280px;
  margin: 0 auto;
}

.corp-page-layout-bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 950px;
  margin: 0 auto;
}

.corp-page-layout-bnr_item {
  width: 300px;
  margin: 0 25px 25px 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.corp-page-layout-bnr_item:nth-child(4n) {
  margin-right: 0;
}

.corp-page-layout-bnr_item:last-child {
  margin-right: 0;
}

.corp-page-layout-bnr_item:hover,
.corp-page-layout-bnr_item:active,
.corp-page-layout-bnr_item:focus {
  opacity: 0.6;
}

@media (max-width: 1280px) {
  .corp-page-layout-bnr_item:nth-child(4n) {
    margin-right: 25px;
  }

  .corp-page-layout-bnr_item:nth-child(3n) {
    margin-right: 0;
  }
}

.corp-page-layout-bnr_text {
  width: 950px;
  text-align: right;
  margin: 35px auto -35px;
  font-size: 66.66667%;
  line-height: 1.5;
}

.corp-page-link-bnr_image {
  width: 100%;
}

.corp-page-bg-gray {
  background-color: #e6e6ee;
}
.corp-page-bg-light-gray {
  background-color: #f6f6f9;
}
.corp-page-bg-lightgreen {
  background-color: #f1f9f2;
}

.corp-page-button-company,
.corp-page-button-csr,
.corp-page-button-recruit_container {
  margin-top: 50px;
  text-align: center;
}

.corp-page-text-recruit-date {
  width: 100%;
  text-align: right;
  font-size: 75%;
  line-height: 1.66667;
  margin-top: 100px;
}

.corp-page-sp-visible {
  display: none;
}
.corp-page-mainvisual {
  min-width: 990px;
  height: 420px;
  background-image: url(/corp/set/data/news/img/p/bg-mainvisual.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.corp-page-mainvisual_container {
  max-width: 1280px;
  height: 100%;
  margin: auto;
  position: relative;
}
.corp-page-mainvisual_box {
  width: 640px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  color: #fff;
}
.corp-page-mainvisual_header {
  font-size: 32px;
  line-height: 1.615384;
  font-weight: bold;
}
.corp-page-mainvisual_text {
  margin-top: 30px;
  font-size: 93.75;
  line-height: 1.866666;
}
.corp-page-press-text {
  margin: 20px 0 40px;
  font-size: 100%;
}
.corp-page-press-notice {
  margin-top: 10px;
  font-size: 75%;
  text-align: left;
  padding-left: 40px;
}
.corp-page-search {
  position: relative;
  height: 40px;
}
.corp-page-search_form {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 356px;
  height: auto;
  border: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 40px;
}
.corp-page-search_form-text {
  float: none;
  box-sizing: border-box;
  padding: 5px 40px 5px 5px;
  width: 356px;
  height: 40px;
  border: none;
  font-family: inherit;
  font-size: 15px;
  color: #333333;
  background-color: #ffffff !important;
  border-radius: 20px;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 16px;
  display: inline-block;
  margin: 0;
}
.corp-page-search_form-text::-webkit-input-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.corp-page-search_form-text::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.corp-page-search_form-text:-ms-input-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.corp-page-search_form-submit {
  box-sizing: border-box;
  border: none;
  font-size: 11px;
  background-color: #ffffff;
  background-image: url('/corp/set/data/top/img/shared/icon-search-black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  background-size: 22px;
  border-radius: 0 20px 20px 0;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  will-change: initial;
}
.corp-page-search_form-submit:hover {
  opacity: 0.6;
}
