.hero_image {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.hero_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_image::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(51, 51, 51, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

.hero_image .text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.hero_image .text h2 {
  font-size: 28px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 300;
  line-height: 1.42857;
  letter-spacing: 0.1em;
}

.hero_image .text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

.section .inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.section.section_gray {
  background-color: #F9F9FB;
}

.section.section_column2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section.section_column2 .body {
  width: 596px;
}

.section.section_column2 .map {
  width: 420px;
  margin: 0;
}

.section.section_column2 .map img,
.section.section_column2 .map iframe {
  width: 100%;
}

.section.section_column2 .map figcaption {
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.42857;
  letter-spacing: 0.1em;
  color: #8e8e8e;
  text-align: center;
}

/*
.section.section_bg1 {
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/delegate-bg1.png");
  background-repeat: repeat;
}

.section.section_bg2 {
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/delegate-bg2.png");
  background-repeat: repeat;
}
*/

.section .icon_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16667;
  letter-spacing: 0.1em;
}

.section .icon_title .icon {
  width: 40px;
  height: 40px;
  margin-right: 24px;
}

.section .icon_title .icon img {
  display: block;
  width: 100%;
}

.section h3 {
  font-size: 24px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.45833;
  letter-spacing: 0.1em;
  text-align: center;
}

.section p {
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
}

.section p.sp50 {
  letter-spacing: 0.05em;
}

.chara {
  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;
  margin-top: 92px;
}

.chara .image {
  width: 200px;
  height: 200px;
  margin-right: 32px;
}

.chara .image img {
  display: block;
  width: 100%;
}

.chara .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
}

.chara .subtitle {
  letter-spacing: 0.1em;
}

.chara .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55556;
  letter-spacing: 0.1em;
  margin-top: 16px;
}

.chara p {
  margin-top: 24px;
}

.image_groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 64px;
}

.image_groups .main {
  width: 604px;
  height: 500px;
}

.image_groups .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image_groups .sub div {
  width: 100%;
  height: 250px;
}

.image_groups img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image_groups-vertical {
  width: 1080px;
  display: block;
  margin: 0;
}

.image_groups-vertical img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image_groups-vertical .main {
  width: 100%;
  height: 500px;
}

.image_groups-vertical .sub {
  height: 324px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.image_groups-vertical .sub div {
  width: 50%;
}

.image_groups-vertical .sub img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image_groups-vertical + figcaption {
  margin-top: 24px;
  line-height: 1.71429;
  letter-spacing: 0.05em;
}

.table1 {
  border-top: thin solid #eaeaea;
  border-bottom: thin solid #eaeaea;
  padding: 24px 0;
  margin: 40px 0;
}

.table1 table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6875;
  letter-spacing: 0.05em;
}

.table1 th {
  color: #B1871B;
  border-right: thin solid #eaeaea;
  text-align: left;
  font-weight: 400;
}

.table1 td {
  padding-left: 40px;
}

.table2 table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: thin solid #eaeaea;
  margin-top: 18px;
}

.table2 th, .table2 td {
  border-top: thin solid #eaeaea;
  padding: 24px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71429;
  letter-spacing: 0.05em;
}

.table2 th {
  text-align: left;
  color: #B1871B;
  width: 180px;
  white-space: nowrap;
}

.table2 td {
  word-break: break-all;
  padding-left: 40px;
  padding-right: 40px;
}

.table2 td span {
  vertical-align: super;
  font-size: .65em;
}

.table_note {
  font-size: 12px;
  line-height: 1.66667;
  letter-spacing: 0.05em;
  margin-top: 16px;
  text-align: right;
}

.energy {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 92px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}

.energy:first-child {
  margin-top: 80px;
}

.energy .icon {
  width: 100px;
  height: 100px;
  /*
	border-width: thin;
  border-style: solid;
  border-radius: 100%;
	*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.energy .icon1 {
  color: #DD4827;
}
.energy .icon2 {
  color: #279EDD;
}
.energy .icon3 {
  color: #5E149D;
}
/*
.energy .icon1 .icon {
  background-color: rgba(221, 72, 39, 0.1);
}
.energy .icon2 .icon {
  background-color: rgba(39, 158, 221, 0.12);
}
.energy .icon3 .icon {
  background-color: rgba(94, 20, 157, 0.13);
}
*/




.energy .title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.38889;
  letter-spacing: 0.05em;
}

.energy .data {
  width: 220px;
}

.energy .data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.energy .data dl.large {
  width: 250px;
}

.energy .data dt {
  width: 80px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.125;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.energy .data dd {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  line-height: 2.125;
}

.energy .data dd .nums {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  display: block;
  color: #B1871B;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.325;
  letter-spacing: 0em;
  text-align: right;
  margin-right: 8px;
}

.energy .data dd .unit {
  width: 32px;
  letter-spacing: 0.1em;
  display: block;
}

.energy_note {
  width: 600px;
  font-size: 12px;
  line-height: 1.66667;
  letter-spacing: 0.05em;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.facility_label {
  width: 1080px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.facility_label img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facility_label::before {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}

.facility_label .text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  color: #fff;
  z-index: 1;
}

.facility_label .text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16667;
  letter-spacing: 0.1em;
}

.media {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
}

.media iframe {
  height: 425px;
}

.corporate {
  background-color: #fff;
  border-style: solid;
  border-width: thin;
  border-color: #e1e1e1;
  width: 1080px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 0;
}

.corporate .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.corporate .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.corporate .logo.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.corporate .logo.wrap .logo-first {
  margin-bottom: 12px;
}

.corporate .logo img {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.corporate .data {
  width: 516px;
}

.corporate .data .subtitle {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
}

.corporate .data .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16667;
  letter-spacing: 0.1em;
  margin-top: 16px;
}

.corporate .data p {
  margin-top: 32px;
}

.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.images .image {
  margin: 0;
  width: 45%;
}

.images .image img {
  width: 100%;
}

.images .image figcaption {
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.42857;
  letter-spacing: 0.1em;
  color: #8e8e8e;
  text-align: center;
}

.corporate .news {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.corporate .news ul {
  margin-top: 40px;
}

.corporate .news ul li {
  font-size: 14px;
  border-width: thin 0 0;
  border-style: solid;
  border-color: #b3b3b3;
  line-height: 2;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 0;
}

.corporate .news ul li:last-child {
  border-width: thin 0 thin;
}

.corporate .news ul li .date {
  width: 200px;
  white-space: nowrap;
}

.corporate .news ul li .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
}

#introduction {
  padding: 106px 0 120px;
}

#introduce {
  padding: 80px 0;
}

#introduce h3 {
  color: #B1871B;
}

#introduce p {
  width: 596px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
}

#overview {
  padding: 120px 0 115px;
}

#overview h3 {
  color: #B1871B;
}

#overview .table2 {
  width: 720px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

#overview .btn {
  margin-top: 56px;
}

#energy {
  padding-bottom: 10px;
}

#facility {
  /*padding: 70px 0 80px;*/
  padding: 70px 0 160px;
}

#facility .inner {
  margin-top: 102px;
}

#facility .body {
  width: 549px;
}

#facility .body h3 {
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  margin-top: 24px;
}

#facility .body h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.77778;
  letter-spacing: 0.05em;
  margin-top: 64px;
}

#facility .body h4 .notes {
  font-size: 0.65em;
}

#facility .body h4 .notes--block {
  display: block;
}

#facility .body p {
  margin-top: 40px;
}

#facility .body .table2 {
  margin-top: 80px;
}

#facility .body .table2 tr:first-child th, #facility .body .table2 tr:first-child td {
  border-top: none;
}

#facility .map {
  width: 467px;
}
/*
#facility .btn {
  margin-top: 80px;
	display: none
}
*/
#facility .btnArea01{
	margin-top: 80px;
}



@media screen and (min-width: 751px) {
  .image_groups .sub {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table1 th {
    white-space: nowrap;
    padding-right: 1em;
    vertical-align: top;
  }
  .infos .details .table2 td br + br {
    display: block;
  }
  .table2 + .table2 th {
    width: 130px;
    white-space: normal;
  }
  .energy .column {
    margin-right: 10px;
  }
  .corporate .container {
    padding-right: 74px;
  }
  .images {
    padding-left: 120px;
    padding-right: 120px;
  }
	
  .corporate .news {
    padding-left: 120px;
    padding-right: 120px;
  }
	
}

@media screen and (max-width: 750px) {
  .hero_image {
    width: 100vw;
    height: 66.66667vw;
  }
  .hero_image .text {
    padding: 0 8.53333vw;
  }
  .hero_image .text h2 {
    font-size: 5.33333vw;
    line-height: 1.45;
    text-align: center;
  }
  .hero_image .text p {
    text-align: center;
    font-size: 3.46667vw;
    line-height: 2;
    margin-top: 8.53333vw;
  }
  .section .inner {
    width: 100%;
  }
  .section.section_column2 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section.section_column2 .body {
    width: 100%;
  }
  .section.section_column2 .img img {
    width: 80%;
    height: auto;
    display: block;
    margin-top: 4.26667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .section.section_column2 .map {
    width: 100%;
    margin-top: 10.66667vw;
  }
  .section.section_column2 .map img,
  .section.section_column2 .map iframe {
    height: 84vw;
  }
  .section.section_column2 .map figcaption {
    margin-top: 4.26667vw;
    margin-font-size: 3.2vw;
    margin-line-height: 1.66667;
  }
  .section .icon_title {
    font-size: 4.8vw;
    line-height: 1.55556;
    margin: 0 auto 8.53333vw;
  }
  .section .icon_title .icon {
    width: 8.53333vw;
    height: 8.53333vw;
    margin-right: 4.26667vw;
  }
  .section h3 {
    font-size: 5.33333vw;
    line-height: 1.45;
  }
  .chara {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.66667vw;
  }
  .chara .image {
    width: 42.66667vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .chara .image img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .chara .title {
    font-size: 4.8vw;
    margin-top: 2.13333vw;
  }
  .chara p {
    margin-top: 8.53333vw;
  }
  .image_groups {
    margin-top: 10.66667vw;
    display: block;
  }
  .image_groups .main {
    width: 100%;
    height: 75.73333vw;
  }
  .image_groups .sub div {
    width: 50%;
    height: 24vw;
  }
  .image_groups-vertical {
    width: 100%;
  }
  .image_groups-vertical .main {
    height: 82.66667vw;
  }
  .image_groups-vertical .sub {
    height: 27.46667vw;
  }
  .image_groups-vertical + figcaption {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .table1 {
    margin: 10.66667vw 0;
    padding: 4.26667vw 2.13333vw;
  }
  .table1 table {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .table1 th {
    width: 80px;
    padding-right: 0vw;
  }
  .table1 td {
    padding-left: 4.26667vw;
  }
  .table1 tr + tr th,
  .table1 tr + tr td {
    padding-top: 4.26667vw;
  }
  .table2 table {
    margin-top: 4.8vw;
  }
  .table2 th, .table2 td {
    padding: 4.26667vw 2.13333vw;
    font-size: 3.73333vw;
  }
  .table2 th {
    width: 26.66667vw;
  }
  .table2 + .table2 tr {
    display: block;
  }
  .table2 + .table2 th, .table2 + .table2 td {
    width: 100%;
    display: block;
  }
  .table2 + .table2 td {
    border: none;
    padding-top: 0;
  }
  .table_note {
    font-size: 3.2vw;
    margin-top: 4.26667vw;
  }
  .energy {
    width: 78.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10.66667vw 12.8vw;
  }
  .energy:first-child {
    margin-top: 8.53333vw;
  }
  .energy .icon {
    width: 21.33333vw;
    height: 21.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
	
	.energy .icon img {width: 100%;}
	
	
  .energy .title {
    font-size: 4.26667vw;
    line-height: 1.5625;
    margin-top: 4.26667vw;
  }
  .energy .data {
    width: 100%;
  }
  .energy .data dl.large {
    width: initial;
  }
  .energy .data dl {
    margin-top: 7.46667vw;
    margin-bottom: 0;
  }
  .energy .data dt {
    width: 16vw;
    font-size: 3.73333vw;
    line-height: 1.78571;
    white-space: nowrap;
  }
  .energy .data dd {
    width: calc(100% - 16vw);
    font-size: 3.73333vw;
  }
  .energy .data dd .nums {
    width: 19.2vw;
    font-size: 8.53333vw;
    line-height: 1.25;
    margin-right: 2.13333vw;
  }
  .energy .data dd .unit {
    width: 7.46667vw;
  }
  .energy .data dd + dt,
  .energy .data dd + dt + dd {
    margin-top: 4.26667vw;
  }
  .energy_note {
    width: 78.66667vw;
    font-size: 3.2vw;
    margin-top: 4.26667vw;
  }
  .facility_label {
    width: 100vw;
    height: 48vw;
  }
  .facility_label .text h2 {
    font-size: 4.8vw;
    line-height: 0.5;
  }
  .media {
    width: 100%;
    padding: 12.8vw 4.26667vw;
  }
  .media iframe {
    height: 51.2vw;
  }
  .corporate {
    width: calc(100% - 4.26667vw);
    margin-top: 0;
    padding: 4.26667vw 4.26667vw 12.8vw;
  }
  .corporate .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corporate .logo.wrap {
    width: 200px;
  }
  .corporate .logo {
    margin: 0;
    height: auto;
    min-height: 34.66667vw;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .corporate .logo img {
    width: 100%;
    max-width: 200px;
  }
  .corporate .data {
    width: 100%;
    margin-top: 4.26667vw;
  }
  .corporate .data .subtitle {
    font-size: 3.2vw;
    line-height: 2.33333;
  }
  .corporate .data .title {
    font-size: 4.8vw;
    line-height: 1.55556;
    margin-top: 2.13333vw;
  }
  .corporate .data p {
    margin-top: 10.66667vw;
  }
  .images {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.66667vw;
    padding: 0;
  }
  .images .image {
    width: 100%;
  }
  .images .image figcaption {
    margin-top: 4.26667vw;
    margin-font-size: 3.2vw;
    margin-line-height: 1.66667;
  }
  .images .image + .image {
    margin-top: 6.4vw;
  }
	
  .corporate .news {
    width: 100%;
    padding: 0;
    margin-top: 21.33333vw;
  }
  .corporate .news ul {
    margin-top: 10.66667vw;
  }
  .corporate .news ul li {
    font-size: 3.46667vw;
    line-height: 1.84615;
    padding: 4.26667vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corporate .news ul li .date {
    width: 100%;
  }
  .corporate .news ul li .title {
    margin-top: 2.13333vw;
  }
	
  #introduction {
    padding: 10.66667vw 4.26667vw;
  }
  #introduce {
    padding: 10.66667vw 4.26667vw;
  }
  #introduce p {
    width: 100%;
    margin-top: 8.8vw;
  }
  #overview {
    padding: 10.66667vw 4.26667vw;
  }
  #overview .table2 {
    width: 100%;
    margin-top: 10.66667vw;
  }
  #overview .btn {
    margin-top: 10.66667vw;
  }
  #energy .hero_image {
    height: 80vw;
  }
  #facility {
    padding: 10.66667vw 0;
  }
  #facility .inner {
    margin-top: 10.66667vw;
  }
  #facility .body {
    width: 100%;
    padding: 0 4.26667vw;
  }
  #facility .body h3 {
    font-size: 4.8vw;
    margin-top: 0vw;
  }
  #facility .body h4 {
    font-size: 4.26667vw;
    line-height: 2;
    margin-top: 10.66667vw;
  }
  #facility .body p {
    margin-top: 6.4vw;
  }
  #facility .body p + h4 {
    margin-top: 8.53333vw;
  }
  #facility .body .table2 {
    margin-top: 12.8vw;
  }
  #facility .map {
    width: 100%;
    padding: 0 4.26667vw;
    margin-top: 10.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #facility .map img {
    width: 50%;
  }
  #facility .btn {
    margin-top: 10.66667vw;
  }
}

@media all and (-ms-high-contrast: none\0) {
  .hero_image img {
    font-family: 'object-fit: cover;';
  }
}







/** privacy **/
#privacy p {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}

#privacy h3 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45833;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  #privacy p {
    margin-top: 8.53333vw;
    font-size: 3.73333vw;
  }
  #privacy h3 {
    margin-top: 10.66667vw;
    font-size: 5.33333vw;
    line-height: 1.45;
  }
}







.intro {}
.intro .inner {
	margin: 60px auto 80px;
}
.intro .inner h3 {
	text-align: left;
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.intro .inner {
		box-sizing: border-box;
		width: 100%;
		padding: 0 4.26667vw;
	}
}



.btnArea01 {margin-top: 40px;}
.btnArea01 > ul {
	display: flex;
	justify-content: center;
}
.btnArea01 > ul > li {margin: 0 20px;}

@media screen and (max-width: 750px) {
	.btnArea01 > ul {display: block;}
	.btnArea01 > ul > li {margin: 20px 20px;}
}


.test {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*
	max-width: 1080px;
	width: 100%;
	*/
	width: 1080px;
	margin: 60px auto;
	box-sizing: border-box;
	border: 1px solid #333;
	padding: 10px;
}

.test .hero_image {width: 50%}

.test .intro {width: calc(50% - 30px); padding-right: 10px}
.test .section.intro .inner {width: 100%; margin: 0;}
.test + .btnArea01 {margin-bottom: 80px;}



@media screen and (max-width: 750px) {
	.introInner {
		box-sizing: border-box;
		padding: 0 20px;
	}
	
	.test {display: block; width: 100%; padding-bottom: 20px;}
	.test .hero_image {width: 100%; margin-bottom: 25px;}
	.test .intro {width: 100%;}
	
	.introInner .intro .inner h3 {margin-bottom: 20px;}
	
}




