@charset "UTF-8";
/*------------------------------------------------------------
	サイト幅でセンタリング
------------------------------------------------------------*/
/*------------------------------------------------------------
	breakpoint
------------------------------------------------------------*/
/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
  margin-bottom: 87px;
  background-image: url(../img/about/main_img.jpg);
}

@media screen and (max-width: 896px) {
  .mainImg {
    margin-bottom: 20px;
    background-image: url(../img/about/sp_main_img.jpg);
  }
}

.headLine01 {
  margin-bottom: 20px;
}

.headLine01 .txtSpan02 {
  display: inline-block;
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  vertical-align: middle;
}

@media screen and (max-width: 896px) {
  .headLine01 .txtSpan02 {
    font-size: 1.5rem;
  }
}

.headLine01 .txtSpan02::first-letter {
  color: #007ad2;
}

.headLine01 .txtSpan {
  margin-right: 20px;
}

.comBox {
  padding-top: 0;
}

.comBox .imgBox {
  margin-bottom: 220px;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox {
    margin-bottom: 24px;
  }
}

.comBox .imgBox .textBox {
  margin-top: 7px;
}

.comBox .imgBox .textBox::after {
  width: 300px;
  height: 100%;
  background-color: #F4F5F7;
  transform-origin: right top;
  transform: skew(-32deg);
  position: absolute;
  top: -8px;
  right: 0;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox .textBox::after {
    width: 150px;
    right: -162px;
    height: calc(100% + 16px);
  }
}

.comBox .imgBox .textBox .comBoxSub {
  overflow: inherit;
}

.comBox .imgBox .textBox .comBoxSub::after {
  display: none;
}

.comBox .imgBox .textBox .headLine01 {
  margin-bottom: 70px;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox .textBox .headLine01 {
    margin-bottom: 20px;
  }
}

.comBox .imgBox .textBox .tableTxt {
  text-align: right;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox .textBox .tableTxt {
    padding-top: 5px;
    font-size: 1.3rem;
  }
}

.tableTxt-left {
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 896px) {
  .tableTxt-left {
    padding-top: 5px;
    font-size: 1.3rem;
  }
}


.tableTxt-upperRight {
  text-align: right;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  padding-bottom: 5px;
}
@media screen and (max-width: 896px) {
  .tableTxt-upperRight {
    padding-top: 5px;
    font-size: 1.3rem;
  }
}


@media screen and (max-width: 896px) {
  .comBox .imgBox .photoBox {
    margin-bottom: 17px;
  }
}

.comBox .imgBox .map {
  height: 518px;
}

.comBox .imgBox .map iframe {
  width: 100%;
  height: 100%;
}

.comBox .imgBox .textList {
  padding: 0 0 50px;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

.comBox .imgBox .textList li {
  margin-bottom: 27px;
  font-size: 1.8rem;
  display: flex;
  line-height: 1.67;
  align-items: flex-start;
  text-align: justify;
  word-wrap: break-word;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox .textList li {
    margin-bottom: 18px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .comBox .imgBox .textList li:last-child {
    margin-bottom: 0;
  }
}

.comBox .imgBox .textList li .num {
  margin-right: 5px;
  width: 45px;
  display: inline-block;
  flex-shrink: 0;
  font-size: 4.9rem;
  line-height: 1;
  font-weight: bold;
  color: #007AD2;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox .textList li .num {
    width: 35px;
    font-size: 3.85rem;
  }
}

.comBox .imgBox table {
  width: 100%;
  border-collapse: collapse;
}

.comBox .imgBox table th {
  width: 25%;
  background-color: #E5EDF7;
  border: 1px solid #2E3145;
  text-align: center;
  vertical-align: middle;
  padding: 11px 10px;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox table th {
    padding: 9px 5px 8px;
    font-weight: normal;
  }
}

.comBox .imgBox table td {
  background-color: #fff;
  border: 1px solid #2E3145;
  text-align: center;
  vertical-align: middle;
  padding: 11px 3px;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox table td {
    padding: 9px 2px 8px;
  }
}

.comBox .aboutBox {
  max-width: 1280px;
  margin: 0 auto 243px;
  padding-top: 157px;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 896px) {
  .comBox .aboutBox {
    margin-bottom: 82px;
    padding-top: 70px;
  }
}

.comBox .aboutBox::after {
  width: 300px;
  height: calc(100% - 45px);
  background-color: #F4F5F7;
  transform-origin: right top;
  transform: skew(-32deg);
  position: absolute;
  top: 45px;
  right: -114px;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 896px) {
  .comBox .aboutBox::after {
    width: 150px;
    right: auto;
    height: 610px;
    top: 15px;
    left: 0;
  }
}

.comBox .aboutBox .textBox {
  margin: 0 11px 0 auto;
  max-width: 600px;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  order: initial;
}

.comBox .aboutBox .textBox::after {
  display: none;
}

.comBox .aboutBox .textBox .comBoxSub {
  width: auto;
}

.comBox .aboutBox .textBox .comBoxSub::after {
  display: none;
}

.comBox .aboutBox .textBox .ttl {
	text-align: left;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.65;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

@media screen and (max-width: 896px) {
  .comBox .aboutBox .textBox {
    max-width: initial;
  }
  .comBox .aboutBox .textBox .ttl {
    margin-bottom: 18px;
    font-size: 1.9rem;
    line-height: 1.41;
  }
}

.comBox .aboutBox .textBox p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: -0.01em;
  word-wrap: break-word;
}

@media screen and (max-width: 896px) {
  .comBox .aboutBox .textBox p {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}

.comBox .aboutBox .textBox .txt {
  margin-bottom: 0;
  text-align: right;
}

.comBox .aboutBox .textBox .txt img {
  margin-left: 30px;
  vertical-align: middle;
}

@media screen and (max-width: 896px) {
  .comBox .aboutBox .textBox .txt img {
    margin-left: 10px;
    width: 140px;
  }
}

.comBox .aboutBox .photoBox {
  margin: 16px 0 0;
  width: 42.12%;
}

@media screen and (max-width: 896px) {
  .comBox .aboutBox .photoBox {
    width: auto;
    margin: 16px 10px 0;
  }
}

.comBox .imgBox02 .textBox::after {
  right: 40px;
}

@media screen and (max-width: 896px) {
  .comBox .imgBox02 .textBox::after {
    right: -51.687vw;
  }
}

.comBox .profileDl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

.comBox .profileDl dt {
  width: 135px;
  margin-right: 20px;
  line-height: 1.67;
  text-align: justify;
  text-align-last: justify;
}

@media screen and (max-width: 896px) {
  .comBox .profileDl dt {
    width: 95px;
    margin-right: 10px;
    line-height: 1.43;
  }
}

.comBox .profileDl dd {
  margin-bottom: 14px;
  width: calc(100% - 155px);
  line-height: 1.67;
}

@media screen and (max-width: 896px) {
  .comBox .profileDl dd {
    margin-bottom: 14px;
    width: calc(100% - 105px);
    line-height: 1.43;
  }
}

.comBox .profileDl dd:last-child {
  margin-bottom: 0;
}

.chart {
  margin: 220px 0;
  padding-bottom: 150px;
  position: relative;
  padding-top: 140px;
}
.chart .content {
  padding-top: 140px;
  margin-top: -140px;
}

.chart .textImg {
  width: auto;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .chart {
    padding-top: 0;
  }
  .chart .content {
    padding-top: 0;
    margin-top: 0;
  }
  .chart .textImg {
    margin: 0 -10px;
    overflow-x: auto !important;
  }
  .chart .textImg .subImg {
    /*width: 1121px;*/
    width: 100%;
  }
}

@media screen and (max-width: 896px) {
  .chart {
    margin: 50px 0 25px;
    padding-bottom: 45px;
    overflow: hidden;
  }
}

.chart::after {
  width: 300px;
  height: 100%;
  background-color: #F4F5F7;
  transform-origin: right top;
  transform: skew(-32deg);
  position: absolute;
  top: -8px;
  left: 455px;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 896px) {
  .chart::after {
    width: 46.875vw;
    left: auto;
    right: -51.687vw;
  }
}

.secureDl {
  margin-top: -10px;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

.secureDl dt {
  margin-bottom: 8px;
  font-weight: bold;
  color: #0071B6;
}

@media screen and (max-width: 896px) {
  .secureDl dt {
    font-size: 1.8rem;
  }
}

.secureDl dd {
  margin-bottom: 25px;
  font-size: 1.4rem;
  line-height: 1.714;
  text-align: justify;
  word-wrap: break-word;
}

.secureDl dd .txtSpan {
  display: block;
  margin-bottom: 25px;
}

.secureDl dd .blue {
  color: #0071B6;
}

.jspHorizontalBar {
  padding: 1px;
  overflow: hidden;
  height: 8px;
  background-color: white;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #808080;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
}

.jspContainer {
  padding-bottom: 22px;
}

.jspTrack {
  height: 5px;
  width: calc(100% - 20px);
  background-color: white;
}

.jspDrag {
  margin: 0 auto;
  border-radius: 5px;
  background-color: #808080;
}


#main .sustainability {
  margin: 74px 0 -140px;
  padding: 70px 0;
  position: relative;
}
#main .sustainability .content {
  max-width: 1280px;
  padding-right: 155px;
  box-sizing: border-box;
}
#main .sustainability::after {
  width: 300px;
  height: 100%;
  background-color: #F4F5F7;
  transform-origin: right top;
  transform: skew(-32deg);
  position: absolute;
  top: -8px;
  left: 315px;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
}
#main .sustainability .headLine01 {
  margin-bottom: 45px;
}
#main .sustainability .txtBox {
  width: 590px;
  margin-left: auto;
}
#main .sustainability .txtBox p {
  margin-bottom: 28px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
#main .sustainability .txtBox .link a {
  padding: 9px 10px;
  display: block;
  color: #0072C2;
  font-size: 1.8rem;
  font-weight: bold;
  border: 1px solid #0072C2;
  background: url(../img/about/icon.png) no-repeat right 20px center / 19px, #FFF;
  box-shadow: 2px 2px 0 0 #909090;
}
@media screen and (min-width: 897px) {
  #main .sustainability .txtBox .link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 896px) {
  #main .sustainability {
    margin: 50px 0 50px;
    padding: 0;
  }
  #main .sustainability::after {
    top: 0;
    width: 140px;
    left: auto;
    right: 0;
    height: calc(100% - 30px);
  }
  #main .sustainability .content {
    padding-right: 10px;
  }
  #main .sustainability .headLine01 {
    margin-bottom: 25px;
  }
  #main .sustainability .txtBox {
    width: 100%;
  }
  #main .sustainability .txtBox p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.64;
  }
  #main .sustainability .headLine01 .txtSpan {
    margin-right: 5px;
  }
  #main .sustainability .txtBox .link {
    margin: 0 -2px;
  }
  #main .sustainability .txtBox .link a {
    padding: 10px 8px 12px;
    font-size: 1rem;
    background: url(../img/about/icon.png) no-repeat right 10px center / 22px, #FFF;
    box-shadow: 1px 1px 0 0 #909090;
  }
}
/* officer */
#main .officer {
  margin-bottom: 215px;
}
#main .officer .content {
  max-width: 1230px;
}
#main .officer .innerBox {
  padding: 36px 42px 75px 88px;
  position: relative;
}
#main .officer .innerBox::after {
  width: 298px;
  height: calc(100% + 87px);
  background-color: #F4F5F7;
  transform-origin: right top;
  transform: skew(-33deg);
  position: absolute;
  top: -87px;
  right: -25px;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
}
#main .officer .officerBox {
  margin-bottom: 45px;
}
#main .officer .officerBox:last-child {
  margin-bottom: 0;
}
#main .officer .officerBox table {
  width: 100%;
  border-collapse: collapse;
}
#main .officer .officerBox th,
#main .officer .officerBox td {
  vertical-align: middle;
  text-align: left;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #CCCCCC;
}
#main .officer .officerBox th {
  padding: 4px 20px 5px 6.8%;
  width: 20.5%;
}
#main .officer .officerBox .thTtl {
  padding: 0;
  width: 20.4%;
  color: #0271B6;
  text-align: center;
  border-left: 1px solid #E5EDF7;
  border-top: 1px solid #E5EDF7;
  background: #E5EDF7;
}
#main .officer .officerBox td {
  padding: 4px 8.9% 5px;
}
#main .officer .officerBox td p {
  margin: 11px 0 13px;
}
@media screen and (max-width: 896px) {
  #main .officer {
    margin: 87px 0 60px;
  }
  #main .officer .innerBox {
    padding: 0 2px;
  }
  #main .officer .innerBox::after {
    display: none;
  }
  #main .officer .officerBox {
    margin-bottom: 7px;
    padding: 37px 0 16px;
    position: relative;
  }
  #main .officer .officerBox::after {
    width: 167px;
    height: calc(100% - 10px);
    background-color: #F4F5F7;
    transform-origin: right top;
    transform: skew(-33.1deg);
    position: absolute;
    top: 13px;
    right: -32px;
    content: "";
    z-index: -1;
    mix-blend-mode: multiply;
  }
  #main .officer .officerBox:last-child {
    margin-bottom: 0;
  }
  #main .officer .officerBox th,
  #main .officer .officerBox td {
    padding: 0;
    width: 100% !important;
    display: block;
    font-size: 1.45rem;
    line-height: 1.714;
    border-top: none;
  }
  #main .officer .officerBox th {
    padding: 12px 27px 12px;
    background: #E5EDF7;
  }
  #main .officer .officerBox .thTtl {
    padding: 0;
    font-size: 2.45rem;
    font-weight: 500;
    text-align: left;
    border: none;
    background: transparent;
    border-bottom: 1px solid #CCCCCC;
  }
  #main .officer .officerBox td {
    padding: 11px 27px;
  }
  #main .officer .officerBox td p {
    margin: -4px 0 1px;
    line-height: 2.2;
  }
  #main .officer .officerBox01 {
    padding-top: 63px;
    padding-bottom: 14px;
  }
  #main .officer .officerBox01::after {
    right: -104px;
    height: 100%;
    transform: skew(-25.4deg);
  }
}