@charset "UTF-8";

@media only screen and (max-width: 850px) {
  .cLocation {
    padding: 2.6666666667vw 0 4vw 4.2666666667vw;
  }
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 851px) {
  .sp {
    display: none;
  }

}

.workstyle-mainvisual {
  margin-bottom: 70px;
  background: url(../img/workstyle_main_visual.jpg) 0 0/100% no-repeat;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .workstyle-mainvisual {
    height: 200px;
    background-size: cover;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle-mainvisual {
    padding-top: 14.2857142857%;
    background-size: 100%;
  }
}
.workstyle-mainvisual__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 851px) {
  .workstyle-mainvisual__inner {
    width: 1000px;
  }
}
.workstyle-mainvisual__title {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .workstyle-mainvisual__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle-mainvisual__title {
    font-size: 4.8rem;
  }
}

.workstyle-lead {
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .workstyle-lead {
    width: 90%;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle-lead {
    width: 1000px;
    margin: 0 auto 50px;
  }
}
.workstyle-lead__title {
  color: #124C81;
}
@media only screen and (max-width: 850px) {
  .workstyle-lead__title {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight:bold;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle-lead__title {
    line-height: 1.6666666667;
    font-size: 3.6rem;
    margin-bottom: 50px;
    text-align: center;
    font-weight:bold;
  }
}
@media only screen and (max-width: 850px) {
  .philosophy-lead__text {
    text-align: left;
    line-height: 1.7142857143;
    font-size: 1.4rem;

  }
  .workstyle-lead__text {
    line-height: 1.7142857143;
    font-size: 1.4rem;
    
  }
}
@media only screen and (min-width: 851px) {
  .philosophy-lead__text {
    line-height: 2;
    font-size: 1.5rem;
  }
  .workstyle-lead__text {
    line-height: 2;
    font-size: 2rem;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 850px) {
  .workstyle-menu {
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle-menu {
    width: 1000px;
    margin: 50px auto 150px;
  }
}
.workstyle-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  .workstyle-menu__list {
    gap: 20px;
  }
}
.workstyle-menu__item {
  border-right: 1px solid #124C81;
  border-bottom: 1px solid #124C81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F5F6F7;
  position: relative;
}
@media only screen and (min-width: 851px) {
  .workstyle-menu__item {
    width: 230px;
    padding: 23px 14px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 850px) {
  .workstyle-menu__item {
    width: 48%;
    padding: 25px;
  }
}
@media only screen and (max-width: 560px) {
  .workstyle-menu__item {
    width: 100%;
  }
}

/*@media only screen and (min-width: 851px) {
  .workstyle-menu__item:nth-child(-n+3) {
    margin: 0 50px 50px;
  }
}*/

.workstyle-menu__item:before {
  width: 70px;
  height: 70px;
  padding-top: 4px;
  color: #fff;
  line-height: 1.2;
  font-size: 1rem;
  text-align: center;
  display: block;
  white-space: pre;
  content: "アプリックス\aの働き方";
  background-color: #4D7CA7;
  position: absolute;
  top: 0;
  left: 0;
}
.workstyle-menu__item:after {
  width: 70px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  display: block;
  content: attr(data-num);
  position: absolute;
  top: 18px;
  left: 0;
}
.workstyle-menu__name01, .workstyle-menu__name08, .workstyle-menu__name07, .workstyle-menu__name06, .workstyle-menu__name05, .workstyle-menu__name04, .workstyle-menu__name03, .workstyle-menu__name02 {
  padding-top: 122px;
  color: #124C81;
  line-height: 1.45;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 22px;
  background: url(../img/workstyle-menu__name01.png) 50% 0/120px no-repeat;
}
.workstyle-menu__name02 {
  background-image: url(../img/workstyle-menu__name02.png);
}
.workstyle-menu__name03 {
  background-image: url(../img/workstyle-menu__name03.png);
}
.workstyle-menu__name04 {
  background-image: url(../img/workstyle-menu__name04.png);
}
.workstyle-menu__name05 {
  background-image: url(../img/workstyle-menu__name05.png);
}
.workstyle-menu__name06 {
  background-image: url(../img/workstyle-menu__name06.png);
}
.workstyle-menu__name07 {
  background-image: url(../img/workstyle-menu__name07.png);
}
.workstyle-menu__name08 {
  background-image: url(../img/workstyle-menu__name08.png);
}
.workstyle-menu__text {
  line-height: 2;
  font-size: 1.5rem;
  margin-bottom: 22px;
}
.workstyle-menu__button {
  margin-top: auto;
}
.workstyle-menu__link {
  width: 100%;
  height: 24px;
  display: block;
  background-color: #124C81;
  position: relative;
}
.workstyle-menu__link:before {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.workstyle-menu__link:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 850px) {
  .workstyle {
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle {
    max-width: 1000px;
    margin: 0 auto 150px;
  }
}
.workstyle__panel {
  margin-bottom: 50px;
}
@media only screen and (min-width: 851px) {
  .workstyle__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle__content {
    width: 40%;
  }
}
.workstyle__title {
  color: #124C81;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .workstyle__title {
    padding-top: 80px;
    line-height: 1.4;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle__title {
    padding-top: 110px;
    line-height: 1.4444444444;
    font-size: 3.6rem;
    margin-bottom: 60px;
  }
}
.workstyle__title:before {
  width: 70px;
  height: 70px;
  padding-top: 4px;
  color: #fff;
  line-height: 1.2;
  font-size: 1rem;
  text-align: center;
  display: block;
  white-space: pre;
  content: "アプリックス\aの働き方";
  background-color: #4D7CA7;
  position: absolute;
  top: 0;
  left: 0;
}
.workstyle__title:after {
  width: 70px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  display: block;
  content: attr(data-num);
  position: absolute;
  top: 20px;
  left: 0;
}
.workstyle__text {
  line-height: 2;
  font-size: 1.5rem;
}
.workstyle__fig {
  padding: 0 0 20px 0;
  position: relative;
}
@media only screen and (min-width: 851px) {
  .workstyle__fig {
    width: 540px;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle__fig:before {
    width: 121px;
    height: 121px;
    display: block;
    content: "";
    background-image: linear-gradient(88deg, #272C69, #324FAF);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
}
.workstyle__img {
  padding-top: 32px;
}
@media only screen and (min-width: 851px) {
  .workstyle__img {
    width: 520px;
    position: relative;
    z-index: 1;
  }
}

.workstyle-box {
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 851px) {
  .workstyle-box {
    width: 960px;
  }
}

.workstyle-title {
  color: #124C81;
  text-align: center;
  margin-bottom: 22px;
}
@media only screen and (max-width: 850px) {
  .workstyle-title {
    line-height: 1.4;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle-title {
    line-height: 1.4285714286;
    font-size: 2.8rem;
  }
}

.workstyle-text {
  margin: 8px 0;
}
@media only screen and (max-width: 850px) {
  .workstyle-text {
    line-height: 2;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle-text {
    line-height: 2;
    font-size: 1.5rem;
  }
}

.telwork {
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .telwork {
    width: 90%;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 851px) {
  .telwork {
    width: 800px;
    padding: 52px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 54px 80px;
  }
}
@media only screen and (max-width: 850px) {
  .telwork__item {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 851px) {
  .telwork__item {
    width: 360px;
  }
}
.telwork__title {
  color: #124C81;
}
@media only screen and (max-width: 850px) {
  .telwork__title {
    line-height: 1.5;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 851px) {
  .telwork__title {
    line-height: 1.4285714286;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .telwork__text {
    line-height: 2;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 851px) {
  .telwork__text {
    line-height: 2;
    font-size: 1.5rem;
  }
}

.flextime {
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .flextime {
    width: 90%;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 851px) {
  .flextime {
    width: 720px;
    padding: 53px 0 57px;
  }
}
.flextime__img {
  margin: 10px auto 0;
}
@media only screen and (min-width: 851px) {
  .flextime__img {
    width: 678px;
  }
}

.women {
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .women {
    width: 90%;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 851px) {
  .women {
    width: 934px;
    padding: 53px 0 19px;
  }
}
.women__img {
  margin: 0 auto 28px;
}
@media only screen and (min-width: 851px) {
  .women__img {
    width: 563px;
  }
}
.women__note {
  text-align: right;
}
.care {
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .care {
    width: 90%;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 851px) {
  .care {
    width: 844px;
    padding: 53px 0 74px;
  }
}
.care__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;        
}
@media only screen and (max-width: 850px) {
  .care__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.care__item {
  border-radius: 100px;
  color: #414141;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EBF2F7;
}
@media only screen and (max-width: 850px) {
  .care__item {
    width: 90px;
    height: 90px;
    line-height: 1.6666666667;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 851px) {
  .care__item {
    width: 124px;
    height: 124px;
    line-height: 1.3333333333;
    font-size: 1.8rem;
  }
}

.vacation {
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .vacation {
    width: 90%;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 851px) {
  .vacation {
    width: 832px;
    padding: 53px 0 97px;
  }
}
.vacation__list {
  margin-bottom: 34px;
}
@media only screen and (min-width: 851px) {
  .vacation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 22px;
  }
}
.vacation__item {
  padding: 24px 15px;
  background-color: #F0F0F0;
}
@media only screen and (max-width: 850px) {
  .vacation__item {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 851px) {
  .vacation__item {
    width: 260px;
  }
}
.vacation__title {
  color: #124C81;
  line-height: 1.45;
  font-size: 2rem;
  text-align: center;
}
.vacation__text {
  line-height: 2;
  font-size: 1.5rem;
}
.vacation__note {
  line-height: 1.4285714286;
  font-size: 1.4rem;
  margin-top: 39px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 851px) {
  .vacation__note {
    text-align: right;
  }
}
.vacation__img {
  margin: 0 auto;
}
@media only screen and (min-width: 851px) {
  .vacation__img {
    width: 370px;
  }
}

.event {
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .event {
    width: 90%;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 851px) {
  .event {
    width: 600px;
    padding: 62px;
  }
}
.event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 850px) {
  .event__list {
    gap: 20px;
  }
}
@media only screen and (min-width: 851px) {
  .event__list {
    gap: 60px;
  }
}
#corp #wrapper {
  background-color: #00477D;
}

#corp .pcHeader,
#corp .pcHeader.shown {
  background-color: #00477D;
  top: 0;
}

/*
#pcStickyHeader {
  display: none;
}
*/
.localnavi {
  background: -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(50%, #cccccc), color-stop(50%, #E6E6E6), to(#E6E6E6));
  background: linear-gradient(90deg, #cccccc 0%, #cccccc 50%, #E6E6E6 50%, #E6E6E6 100%);
}
@media only screen and (min-width: 851px) {
  .localnavi {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 850px) {
  .localnavi {
    overflow-x: scroll;
    margin-top: 130px;
  }
}
@media only screen and (max-width: 460px) {
  .localnavi {
    margin-top: 70px;
  }
}
.localnavi__inner {
  width: 1065px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .localnavi__title {
    padding-left: 20px;
  }
}
.localnavi__list {
  padding: 7px 0 7px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  margin-left: 25px;
  background-color: #E6E6E6;
  position: relative;
}
.localnavi__list:before {
  width: 23px;
  height: 100%;
  display: block;
  content: "";
  background-color: #cccccc;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0;
  left: 0;
}
.localnavi__item {
  background-color: #E6E6E6;
}
.localnavi__link {
  padding: 6px 8px;
  font-size: 1.4rem;
}
.localnavi__link--on {
  padding: 6px 8px;
  color: #fff !important;
  font-size: 1.4rem;
  background-color: #19598A;
}

@media only screen and (min-width: 851px) {
  #corp .cLocation {
    padding: 15px 0 36px 80px;
  }
}

.workstyle-banner {
  padding: 45px 0;
  background-color: #BBCEE2;
}
.workstyle-banner__inner {
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .workstyle-banner__inner {
    width: 90%;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle-banner__inner {
    width: 1080px;
  }
}
.workstyle-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .workstyle-banner__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.workstyle-banner__link:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 850px) {
  .workstyle-banner__img {
    width: 100%;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle-banner__img {
    width: 380px;
  }
}
@media only screen and (max-width: 850px) {
  .workstyle-banner__content {
    width: 90%;
    padding: 20px 10px;
    display: inline-block;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle-banner__content {
    width: 563px;
    padding: 0 40px;
    display: block;
  }
}
.workstyle-banner__title {
  color: #2B90DE;
  display: block;
}
@media only screen and (max-width: 850px) {
  .workstyle-banner__title {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle-banner__title {
    font-size: 2.5rem;
  }
}
.workstyle-banner__text {
  display: block;
}
@media only screen and (max-width: 850px) {
  .workstyle-banner__text {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 851px) {
  .workstyle-banner__text {
    font-size: 1.5rem;
  }
}
.corp-index {
  max-width: 1000px;
  margin: 0 auto 110px;
  width: 90%;
}
.corp-index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 35px;
}
.corp-index__item {
  width: 430px;
  padding-bottom: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.corp-index__item:hover {
  opacity: 0.8;
}
.corp-index__img {
  margin-bottom: 25px;
}
.corp-index__name {
  line-height: 1.7222222222;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
.corp-index__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.corp-index__more:before {
  content: "Read more";
}

.corp-outline {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 110px;
}
.corp-outline__table {
  width: 100%;
  margin-bottom: 13px;
}
@media only screen and (max-width: 850px) {
  .corp-outline__table {
    border-top: 1px solid #c6c6c6;
  }
}
.corp-outline th {
  font-size: 1.5rem;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 850px) {
  .corp-outline th {
    width: 100%;
    padding: 10px;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    display: block;
  }
}
@media only screen and (min-width: 851px) {
  .corp-outline th {
    width: 200px;
    padding: 18px;
    border: 1px solid #c6c6c6;
    text-align: center;
    vertical-align: middle;
  }
}
.corp-outline td {
  border: 1px solid #c6c6c6;
  font-size: 1.5rem;
  background-color: #FFF;
}
@media only screen and (max-width: 850px) {
  .corp-outline td {
    width: 100%;
    padding: 10px;
    display: block;
  }
}
@media only screen and (min-width: 851px) {
  .corp-outline td {
    padding: 18px 30px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 851px) {
  .corp-outline__yakuin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 851px) {
  .corp-outline__yakuin dt {
    width: 140px;
  }
}
@media only screen and (max-width: 850px) {
  .corp-outline__yakuin dd {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 851px) {
  .corp-outline__yakuin dd {
    width: calc(100% - 140px);
  }
}
.corp-outline__map {
  padding-left: 12px;
  color: #4094D2 !important;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .corp-outline__map {
    display: block;
  }
}
@media only screen and (min-width: 851px) {
  .corp-outline__map {
    margin-left: 30px;
  }
}
.corp-outline__map:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #CCCCCC;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.corp-outline__pdf {
  padding-left: 12px;
  color: #4094D2 !important;
  position: relative;
}
.corp-outline__pdf:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #CCCCCC;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.corp-ci {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 110px;
}
.corp-ci__text {
  font-size: 1.5rem;
}
.corp-ci__quote {
  padding: 40px;
  margin: 50px 0;
  background-color: #F5F5F5;
}
.corp-ci__quote-text {
  line-height: 2.3076923077;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.corp-ci__cite {
  line-height: 2.9230769231;
  font-size: 1.3rem;
  text-align: right;
  display: block;
}

.corp-group {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.corp-group__item {
  margin-bottom: 100px;
}
@media only screen and (min-width: 851px) {
  .corp-group__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 850px) {
  .corp-group__img {
    width: 100px;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 851px) {
  .corp-group__img {
    width: 25%;
  }
}
@media only screen and (min-width: 851px) {
  .corp-group__content {
    width: 68.75%;
  }
}
.corp-group__title {
  line-height: 1.44;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 850px) {
  .corp-group__title {
    text-align: center;
  }
}
.corp-group__table {
  width: 100%;
}
@media only screen and (max-width: 850px) {
  .corp-group__table {
    border-top: 1px solid #c6c6c6;
  }
}
.corp-group th {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 850px) {
  .corp-group th {
    width: 100%;
    padding: 10px;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    display: block;
  }
}
@media only screen and (min-width: 851px) {
  .corp-group th {
    width: 120px;
    padding: 18px 15px;
    border: 1px solid #c6c6c6;
    text-align: center;
    vertical-align: middle;
  }
}
.corp-group td {
  border: 1px solid #c6c6c6;
  line-height: 2;
  font-size: 1.5rem;
  vertical-align: top;
  background-color: #FFF;
}
@media only screen and (max-width: 850px) {
  .corp-group td {
    width: 100%;
    padding: 10px;
    display: block;
  }
}
@media only screen and (min-width: 851px) {
  .corp-group td {
    padding: 18px 20px;
    vertical-align: middle;
  }
}

.corp-officer {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 95px;
}
.corp-officer__title {
  padding-bottom: 20px;
  border-bottom: 2px solid #5A96D1;
  color: #124C81;
  line-height: 1.6666666667;
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .corp-officer__title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 851px) {
  .corp-officer__title {
    margin-bottom: 50px;
  }
}
.corp-officer__text {
  line-height: 2;
  font-size: 1.5rem;
}
@media only screen and (max-width: 850px) {
  .corp-officer__text {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 851px) {
  .corp-officer__text {
    margin-bottom: 30px;
  }
}
.corp-officer__sign {
  line-height: 2;
  font-size: 1.5rem;
  text-align: right;
  margin-top: 60px;
}
.corp-officer__item {
  border-bottom: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  .corp-officer__item {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 851px) {
  .corp-officer__item {
    padding: 40px 0 30px;
  }
}
.corp-officer__fig {
  padding: 0 20px 20px 0;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .corp-officer__fig {
    width: 100%;
  }
}
@media only screen and (min-width: 851px) {
  .corp-officer__fig {
    width: 26.6666666667%;
  }
}
.corp-officer__fig:before {
  width: 123px;
  height: 123px;
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#326FAF), to(#274C71));
  background-image: linear-gradient(0deg, #326FAF, #274C71);
  position: absolute;
  bottom: 0;
  right: 0;
}
.corp-officer__img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  .corp-officer__img {
    width: 100%;
  }
}
@media only screen and (min-width: 851px) {
  .corp-officer__img {
    width: 220px;
  }
}
@media only screen and (max-width: 850px) {
  .corp-officer__content {
    width: 100%;
  }
}
@media only screen and (min-width: 851px) {
  .corp-officer__content {
    width: 62.6666666667%;
  }
}
.corp-officer__name {
  padding-bottom: 21px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .corp-officer__name {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 851px) {
  .corp-officer__name {
    margin-bottom: 45px;
  }
}
.corp-officer__name:before {
  color: #A0A0A0;
  line-height: 2;
  font-size: 1.5rem;
  content: attr(data-en);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.corp-officer__position {
  line-height: 2;
  font-size: 1.5rem;
  display: block;
}
.corp-officer__name-ja {
  font-size: 3.2rem;
}
@media only screen and (max-width: 850px) {
  .corp-officer__header {
    width: 100%;
  }
}
@media only screen and (min-width: 851px) {
  .corp-officer__header {
    width: 26.6666666667%;
  }
}