* {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2em;
  color: #333;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}

p {
  font-size: 16px;
}

a span.fill {
  font-variation-settings: "FILL" 1;
}

.inner {
  width: 1120px;
  padding: 0 40px;
  margin: 0 auto;
}

.hamburger-menu {
  display: none;
  cursor: pointer;
}

#menu-icon {
  font-size: 32px;
  color: #333;
}

header {
  background: #fff;
}

header.fixed {
  width: 100%;
  position: fixed;
  opacity: 1;
  top: 0;
  z-index: 5;
  box-shadow: 0 0 10px #00000035;
}

#top.top-fixed {
  margin-top: 126px;
}

.gnav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}

.gnav-wrap .left {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.gnav-wrap .left a.logo,
.gnav-wrap .left a.logo span {
  color: #017d70;
  padding-left: 10px;
}
.gnav-wrap .left a.logo {
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.gnav-wrap .left a.logo:hover {
  opacity: 0.5;
}

.gnav-wrap .left .logo img {
  width: 120px;
  padding-right: 10px;
  border-right: 1px solid #d6d6d6;
}

.gnav-wrap .right ul {
  display: flex;
  flex-direction: row;
  gap: 1em;
  padding: 0;
}

.gnav-wrap .right ul li {
  position: relative;
}

.gnav-wrap .right ul li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.gnav-wrap .right ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #333;
  transition: width 0.3s ease;
}

.gnav-wrap .right ul li a:hover::after {
  width: 100%;
}

.sub-nav {
  background: #017d70;
}

.sub-nav ul {
  display: flex;
}

.sub-nav ul li {
  padding: 12px 0;
  background: #017d70;
  transition: 0.3s;
  box-sizing: border-box;
}

.sub-nav ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  width: 145px;
  padding: 0 1em;
  transition: 0.3s;
}

.sub-nav li a.menu-icon {
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-right: 1px solid #4ea49b;
}

.sub-nav li a.menu-icon span {
  color: #fff;
  transition: 0.3s;
}

.sub-nav ul li:hover {
  background: #fff;
}

.sub-nav ul li:hover > a.menu-icon {
  color: #017d70;
  border-right: 1px solid #fff;
}

.sub-nav ul li:hover > a.menu-icon span {
  color: #017d70;
}

#top {
  height: 500px;
  background: url(../images/mv.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#top .inner {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
}

.top-txt {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

h1 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 56px;
  line-height: 0.75em;
  color: #fff;
}

h1 span {
  display: block;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.32em;
  color: #fff;
}

#top p {
  color: #fff;
  font-weight: 500;
}

#message {
  padding: 100px 0;
}

#message h2 {
  margin-bottom: 50px;
  text-align: left;
}

.message-box {
  display: flex;
  justify-content: space-between;
}

#message h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 38px;
}

.message-box .txt {
  width: 65%;
}

.message-box .img {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img .name {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 30px;
  font-weight: 500;
}

.img .name span {
  display: block;
  font-size: 15px;
  font-weight: 300;
}

#attempt {
  background: #d5efd9;
  padding: 90px 0;
}

.attempt-box-wrap {
  display: flex;
  justify-content: space-between;
}

.attempt-box {
  width: 31%;
  background: #fff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  box-shadow: 0 0 10px 0px #00000016;
}

.attempt-box .img {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attempt-box .img img {
  width: 96px;
}

.attempt-box h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 32px;
  color: #017d70;
  text-align: center;
  line-height: 1.25em;
}

.attempt-box h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #017d70;
  display: block;
}

.attempt-box ul {
  width: 100%;
  border-bottom: 1px solid #adadad;
  padding-bottom: 30px;
}

.attempt-box li {
  list-style: "・";
  font-weight: 600;
  margin-left: 1em;
}

.attempt-box li:empty {
  color: transparent;
}

.attempt-box p {
  border-bottom: 1px solid #adadad;
  padding-bottom: 30px;
  font-size: 15px;
}

.attempt-box p:last-child {
  border-bottom: none;
  padding-bottom: 0;
  font-size: none;
}

.attempt-box span.material-symbols-outlined {
  color: #017d70;
  font-weight: 200;
  font-size: 30px;
}

.attempt-box a {
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.attempt-box a:hover {
  opacity: 0.6;
}

#auth {
  padding: 90px 0;
}

#auth h2 {
  margin-bottom: 90px;
}

.auth-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 10px;
}

.auth-box {
  width: 460px;
  border-top: 4px solid #d6d6d6;
  margin-bottom: 80px;
  position: relative;
}

.auth-box h3 {
  text-align: center;
  color: #017d70;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
}

.auth-box-col2 {
  display: flex;
  justify-content: space-between;
}

.auth-box-col2 .txt {
  width: 52%;
}

.auth-box-col2 .img {
  width: 40%;
  display: flex;
  align-items: center;
}

.auth-box:after {
  content: "";
  border-left: 1px solid #d6d6d6;
  align-self: stretch;
  position: absolute;
  top: 0;
  right: -50px;
  height: 100%;
}

.auth-box:nth-of-type(2n):after {
  display: none;
}

#report {
  background-image: url("../images/report-bg.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 140px;
}

.inner {
  position: relative;
  z-index: 2;
}

#report::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.report-box {
  background: #fff;
  box-shadow: 0 0 10px 0px #00000016;
  padding: 50px 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 380px;
  gap: 85px;
}

.report-box h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.report-box h3 span {
  display: block;
  font-size: 14px;
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #017d70;
  color: #fff;
  border: 1px solid #017d70;
  font-weight: 500;
  width: 300px;
  padding: 0.5em 0;
  border-radius: 8px;
  transition: 0.3s;
}

a.btn span {
  color: #fff;
  font-weight: 200;
  transition: 0.3s;
}

a.btn:hover {
  color: #017d70;
  background: #fff;
}

a.btn:hover span {
  color: #017d70;
}

.report-box .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  gap: 75px;
}

.report-box .right .btn {
  display: none;
}

.report-box ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.report-box ol li {
  padding-left: 0.5em;
}

::marker {
  padding-right: 1em;
}

#csr {
  padding-top: 100px;
  padding-bottom: 140px;
}

.csr-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.csr-title h2 {
  text-align: left;
  margin-bottom: 50px;
}

.csr-box .left {
  width: 75%;
}

.csr-box .right {
  width: 15%;
}

.csr-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 35px;
}

footer {
  background: #f2faf9;
}

.foot-menu {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.foot-menu .left {
  width: 50%;
}

.foot-menu .left {
  display: flex;
  align-items: flex-start;
}

.foot-menu .left-menu a {
  color: #017d70;
  font-size: 15px;
  font-weight: 400;
}

.foot-menu .left-menu a.menu-100 {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.foot-menu .left-menu a span {
  color: #017d70;
}

.foot-menu .left-menu .menu-icon a {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

.menu-icon {
  display: flex;
  justify-content: space-between;
}

.menu-no-icon {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}

.foot-menu .left .logo a img {
  width: 120px;
}

.foot-menu .left .logo {
  padding-right: 1em;
  border-right: 1px solid #d6d6d6;
}

.left-menu {
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.foot-menu a {
  transition: 0.3s;
}

.foot-menu a:hover {
  opacity: 0.5;
}

.foot-menu .right {
  width: 47%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 1em;
}

.foot-menu .right a {
  display: inline-block;
  width: 30%;
}

footer .copy {
  background: #fff;
  padding: 0.75em 0;
}

footer .copy p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #707070;
}

@media only screen and (max-width: 1120px) {
  .inner {
    width: 100%;
    padding: 0 2.5%;
  }
  .auth-box {
    width: 47%;
  }

  .auth-box:after {
    right: -6.5%;
  }

  .auth-box-wrap {
    padding: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .hamburger-menu {
    display: inline-block;
  }
  .hamburger-menu.active .material-symbols-outlined {
    content: "close";
  }
  #nav-menu {
    display: none;
  }
  header {
    position: relative;
    z-index: 3;
  }

  .gnav-wrap {
    height: 56px;
  }

  .gnav-wrap .left .logo img {
    width: 89px;
  }

  .gnav-wrap .left a.logo {
    font-size: 12px;
  }

  .gnav-wrap .left a.logo span {
    font-size: 24px;
  }

  header #nav-menu {
    position: absolute;
    left: 0;
    top: 88px;
    background: #fff;
    width: 100%;
    text-align: center;
  }

  header ul#nav-menu li {
    padding: 0.5em 0;
    border-bottom: 1px solid #d6d6d6;
  }

  .gnav-wrap .right ul li a {
    font-size: 14px;
  }

  .sub-nav ul {
    justify-content: center;
    align-items: center;
    height: 32px;
  }

  .sub-nav ul li {
    padding: 0;
  }

  .sub-nav ul li a {
    width: 125px;
    font-size: 12px;
  }

  .sub-nav li:last-child a {
    border: 0;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h1 {
    font-size: 40px;
    line-height: 1em;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  p {
    font-size: 14px;
  }

  .inner {
    padding: 0 30px;
  }

  #top.top-fixed {
    margin-top: 88px;
  }

  #top {
    height: 450px;
    background: url(../images/mv-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }

  h1 span {
    font-size: 16px;
    letter-spacing: 0.26em;
  }

  #top .inner {
    padding-bottom: 45px;
  }

  #message {
    padding: 60px 0;
  }

  .message-box {
    flex-direction: column;
    gap: 30px;
  }

  .message-box .txt {
    width: 100%;
  }

  #message h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  #message h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #message p {
    font-size: 15px;
  }

  .message-box .img {
    width: 100%;
    align-items: center;
  }

  .message-box .img img {
    width: 240px;
  }

  .img .name {
    margin-top: 15px;
  }

  .img .name span {
    font-size: 14px;
  }

  .attempt-box-wrap {
    flex-direction: column;
  }

  .attempt-box {
    width: 100%;
    padding: 30px;
    gap: 20px;
    margin-bottom: 30px;
  }

  .attempt-box .img img {
    width: 72px;
  }

  .attempt-box h3 {
    font-size: 24px;
  }

  .attempt-box h3 span {
    font-size: 16px;
  }

  .attempt-box li:empty {
    display: none;
  }

  .attempt-box p {
    font-size: 14px;
    padding-bottom: 25px;
  }

  .auth-box-wrap {
    flex-direction: column;
  }

  .auth-box {
    width: 100%;
    margin-bottom: 55px;
  }

  .auth-box:after {
    display: none;
  }

  .auth-box h3 {
    margin-bottom: 25px;
  }

  .auth-box-col2 {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .auth-box-col2 .txt {
    width: 100%;
  }

  .auth-box-col2 .img {
    width: 100%;
    justify-content: center;
  }

  .auth-box-col2 .img img {
    max-width: 200px;
  }

  #report {
    padding: 60px 0;
    background-image: url("../images/report-bg-sp.png");
  }

  .report-box {
    height: auto;
    flex-direction: column;
    padding: 20px;
    padding-top: 35px;
    gap: 35px;
  }

  .report-box .left {
    width: 100%;
    align-items: flex-start;
  }

  .report-box .left .btn {
    display: none;
  }

  .report-box h3 {
    text-align: left;
    font-size: 20px;
  }

  .report-box h3 span {
    font-size: 12px;
  }

  .report-box ol li {
    font-size: 15px;
  }
  .report-box .right .btn {
    display: flex;
    max-width: 295px;
    font-size: 14px;
    margin-top: 35px;
  }

  #csr {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .csr-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .csr-box .left,
  .csr-box .right {
    width: 100%;
  }

  .csr-box .right {
    margin-top: 30px;
    text-align: center;
  }

  .csr-box .right img {
    max-width: 300px;
  }

  .csr-box h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .csr-box .right p {
    font-size: 15px;
  }

  .foot-menu {
    flex-direction: column;
  }

  .foot-menu .left {
    width: 100%;
    flex-direction: column;
  }

  .foot-menu .left-menu a.menu-100 {
    display: none;
  }

  .foot-menu .left .logo {
    border: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .foot-menu .left .logo a.sp {
    color: #017d70;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 0;
    border-left: 1px solid #d6d6d6;
  }

  .foot-menu .left a.sp span {
    color: #017d70;
    vertical-align: sub;
  }

  .foot-menu .left .logo a {
    padding-right: 20px;
    font-size: 15px;
  }

  .foot-menu .left .logo a img {
    width: 110px;
  }

  .left-menu {
    padding: 0;
    gap: 20px;
  }

  .foot-menu .right {
    width: 100%;
    column-gap: 0;
    row-gap: 15px;
    margin-top: 25px;
  }

  .foot-menu .right a {
    width: 50%;
  }

  footer .copy p {
    font-size: 11px;
  }
}

/*lower*/
.sub-nav ul li.menu-on {
  background: #fff;
}

.sub-nav ul li.menu-on > a.menu-icon {
  color: #017d70;
  border-right: 1px solid #fff;
}

.sub-nav ul li.menu-on > a.menu-icon span {
  color: #017d70;
}

#pagetitle h1 {
  text-align: center;
  line-height: 1.5;
}

#pagetitle {
  padding: 120px 50px;
}

#lead {
  padding: 100px 0;
  font-size: 16px;
}

.lower h3 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5em;
}

.col2 {
  display: flex;
}

.lower a.btn {
  width: auto;
  padding: 0.5em 1.5em;
}

.lower .btn-wrap {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .lower h3 {
    font-size: 16px;
  }
}

/*environment*/
#pagetitle.environment {
  background: url(../images/environment.jpg) no-repeat center center;
  background-size: cover;
}

#plan {
  background: url(../images/plan-bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 90px 0;
}

.plan-box {
  background: #fff;
  box-shadow: 0px 0 7px 2px #0000001f;
  padding-top: 30px;
  padding-bottom: 60px;
  width: 760px;
  margin: 0 auto;
}

.plan-title {
  background: #017d70;
  position: relative;
  text-align: center;
  padding: 28px 0;
  margin-bottom: 45px;
}

.plan-title h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1em;
}

.plan-title:before,
.plan-title:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #017d70;
  top: 0;
}

.plan-title:before {
  left: -5px;
}

.plan-title:after {
  right: -5px;
}

.plan-content {
  padding: 0 65px;
  text-align: center;
  margin-bottom: 50px;
}

.plan-content:last-child {
  margin-bottom: 0;
}

.plan-content h3 {
  margin-bottom: 20px;
}

.keyaki {
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}

.plan-content .keyaki h3 {
  position: relative;
  font-size: 20px;
  letter-spacing: 5px;
  color: #017d70;
}

.plan-content .keyaki h3:before,
.plan-content .keyaki h3:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  border-top: 1px solid #d6d6d6;
  width: calc(50% - 5.75em);
}

.plan-content .keyaki h3:before {
  left: 0;
}

.plan-content .keyaki h3:after {
  right: 0;
}

.keyaki .col2 {
  justify-content: center;
}

.keyaki .col2 .left {
  padding-right: 20px;
}

.keyaki .col2 .left img {
  width: 225px;
}

.keyaki .col2 .right {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
}

.keyaki h4 {
  color: #017d70;
  font-size: 18px;
  font-weight: bold;
}

.keyaki h4 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #017d70;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 24px;
  margin-right: 10px;
}

.plan-content ol {
  text-align: left;
  list-style: decimal outside;
  margin-bottom: 50px;
}

.plan-content li {
  margin-left: 1.25em;
  margin-bottom: 15px;
}

.plan-content p.date {
  text-align: right;
  margin-bottom: 15px;
  font-size: 14px;
}

.plan-content p.name {
  text-align: right;
  font-size: 15px;
}

.plan-content p.name span.small {
  font-size: 14px;
}

.plan-content p.name span.bold {
  font-weight: bold;
}

#sdgs {
  background: #e8e8e8;
  padding-top: 90px;
  padding-bottom: 120px;
}

.sdgs-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 40px;
  row-gap: 50px;
}

.sdgs-box {
  width: 320px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #fff;
}

.lower .sdgs-box h3 {
  font-size: 20px;
  letter-spacing: 1.5;
  padding: 15px 0;
  text-align: center;
  color: #017d70;
  border-top: 4px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
}

.sdgs-box p {
  font-size: 15px;
  min-height: 150px;
}

.sdgs-box .icon-box {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}

.sdgs-box .icon-box img {
  width: 61px;
}

#data {
  padding-top: 90px;
  padding-bottom: 120px;
}

.data-box {
  width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.data-box h3 {
  margin-bottom: 20px;
}

.data-box table {
  width: 100%;
  text-align: center;
}

.data-box table thead th {
  width: 50%;
  background: #d5efd9;
  font-weight: bold;
  border: 2px solid #fff;
  border-top: 0;
  border-bottom: 0;
}

.data-box table th {
  font-size: 15px;
}

.data-box table th span.small {
  font-size: 14px;
  margin-left: 0.5em;
  font-weight: 300;
}

.data-box table th span.small .co2 {
  font-size: 12px;
}

.data-box table tbody tr {
  border-bottom: 2px solid #d6d6d6;
}

.data-box table tbody th {
  border-right: 2px solid #fff;
}

.data-box table th,
.data-box table td {
  padding: 3px;
}

@media only screen and (max-width: 800px) {
  .plan-box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 768px) {
  #lead {
    padding: 60px 0;
  }

  #lead p {
    font-size: 15px;
  }

  #plan {
    padding-top: 60px;
  }

  .plan-title h3 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .plan-title {
    padding: 12px 0;
    margin-bottom: 30px;
  }

  .plan-content {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 30px;
  }

  .plan-content .keyaki h3 {
    text-align: center;
    font-size: 16px;
  }

  .keyaki .col2 {
    align-items: center;
    gap: 15px;
  }

  .keyaki .col2 .left {
    padding: 0;
    width: 42%;
  }

  .keyaki .col2 .right {
    padding: 0;
  }

  .keyaki h4 {
    font-size: 15px;
  }

  .keyaki h4 span {
    width: 32px;
    height: 32px;
    font-size: 16px;
    margin-right: 5px;
  }

  .plan-content ol {
    margin-bottom: 30px;
  }

  .plan-content li {
    font-size: 15px;
  }

  #sdgs {
    padding-top: 65px;
    padding-bottom: 60px;
  }

  .sdgs-wrap {
    justify-content: center;
  }

  .sdgs-box {
    padding: 20px;
  }

  .lower .sdgs-box h3 {
    font-size: 16px;
    letter-spacing: 0;
  }

  .sdgs-box p {
    font-size: 14px;
    min-height: auto;
  }

  .sdgs-box .icon-box {
    margin-top: 20px;
  }

  #data {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  #data h2 {
    text-align: left;
  }

  .data-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .data-box table th {
    font-size: 14px;
  }

  .data-box table thead th.ta6 {
    width: 60%;
  }

  .data-box table thead th.ta4 {
    width: 40%;
  }

  .data-box table th span.small .co2 {
    font-size: 11px;
  }

  .data-box table td {
    font-size: 14px;
  }
}

/*governance*/
#pagetitle.governance {
  background: url(../images/g01.jpg) no-repeat center center;
  background-size: cover;
}

#compliance {
  background: url(../images/compliance.jpg) no-repeat center center;
  padding-top: 90px;
  padding-bottom: 130px;
}

#security {
  background: url(../images/security.jpg) no-repeat center center;
  padding-top: 90px;
  padding-bottom: 130px;
}

.gover-wrap {
  display: flex;
  justify-content: space-between;
}

.gover-box {
  width: 31%;
  background: #fff;
  padding: 40px 30px;
  align-items: center;
  box-shadow: 0 0 10px 0px #00000016;
}

.gover-box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 75px;
  margin-bottom: 30px;
}

.gover-box p {
  margin-bottom: 30px;
}

.gover-box .btn-box {
  display: flex;
  justify-content: center;
}

.gover-box a.btn {
  width: 168px;
  padding: 0.25em 0;
}

#compliance .gover-box p {
  height: 350px;
}

#security .gover-box p {
  height: 250px;
}

#scm {
  padding-top: 90px;
  padding-bottom: 100px;
}

.accordion {
  width: 100%;
  margin: 0 auto;
  border-top: 2px solid #d6d6d6;
}

.accordion-item {
  border-bottom: 2px solid #d6d6d6;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 35px;
}

.accordion-toggle {
  transition: transform 0.3s ease;
}

.accordion-content {
  display: none;
  padding: 12px 35px;
  padding-right: 72px;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-item.active .accordion-toggle {
  transform: rotate(45deg);
}

@media only screen and (max-width: 1120px) {
  #compliance .gover-box p,
  #security .gover-box p {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  #compliance {
    padding-top: 60px;
    padding-bottom: 90px;
    background-size: cover;
  }

  #security {
    padding-top: 60px;
    padding-bottom: 90px;
    background-size: cover;
  }

  .gover-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .gover-box {
    width: 100%;
    padding: 30px 20px;
  }

  .gover-box h3 {
    text-align: left;
    justify-content: flex-start;
    height: auto;
  }

  .gover-box p {
    margin-bottom: 25px;
  }

  .gover-box .btn-box {
    justify-content: flex-start;
  }

  .gover-box a.btn {
    width: 156px;
    font-size: 14px;
  }

  .accordion-header {
    padding: 12px;
  }

  .accordion-content {
    padding: 12px;
  }

  #scm {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  #scm h2 {
    text-align: left;
    line-height: 1.5em;
  }
}

/*social*/
#pagetitle.social {
  background: url(../images/social.jpg) no-repeat center center;
  background-size: cover;
}

#policy {
  background: url(../images/policy.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 30px;
}

#policy .inner {
  background: #fff;
  padding: 35px;
  box-shadow: 0px 0 7px 2px #0000001f;
}

p.policylead {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.policy-3-wrap {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.policy-3-box h3 {
  font-size: 21px;
  margin-bottom: 12px;
  text-align: center;
  padding: 12px;
  background: #017d70;
  color: #fff;
}

.policy-3-box h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.policy-3-box p {
  font-size: 14px;
  letter-spacing: -1.25px;
}

.policy-3-box br.smallbr {
  font-size: 10px;
}

.policy-3-detail {
  border: 1px solid #017d70;
  padding: 1em;
  height: 350px;
}

#welfare {
  background: #e8e8e8;
  padding: 90px 0;
}

.welfare-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
}

.welfare-box {
  background: #fff;
  padding: 35px;
}

.welfare-top {
  display: flex;
  gap: 50px;
}

.welfare-top .left,
.welfare-top .right {
  width: 50%;
}

.welfare-top .left h3 {
  font-size: 28px;
  color: #017f70;
  position: relative;
  margin-bottom: 0;
  padding-right: 15px;
}

.policy-3-box-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

span.heading-line {
  flex-grow: 1;
  height: 1px;
  background-color: #017f70;
}

.welfare-top .left p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75em;
}

.welfare-top .right {
  text-align: center;
}

.welfare-bot h4 {
  color: #017d70;
  font-weight: 700;
  font-size: 20px;
}

.welfare-bot section {
  margin-bottom: 30px;
}

.welfare-bot section:last-child {
  margin: 0;
}

.papa {
  margin-top: 5px;
}
.papa h5 {
  font-weight: 700;
}

.papa h5 span {
  display: inline-block;
  background: #ff8181;
  color: #fff;
  font-weight: 700;
  padding: 0 1em;
  margin-right: 5px;
}

.kurumin {
  display: flex;
  align-items: center;
  gap: 30px;
}

#education {
  background: url(../images/education.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}

.education-box {
  background: #fff;
  text-align: center;
  padding: 40px;
  box-shadow: 0px 0 7px 2px #0000001f;
}

.education-box h3 {
  margin-bottom: 30px;
}

.education-box p {
  margin-bottom: 30px;
}

#social-data {
  background: url(../images/social-data.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}

.social-data-wrap {
  background: #fff;
  text-align: center;
  padding: 40px;
  box-shadow: 0px 0 7px 2px #0000001f;
}

.social-data-wrap p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .policy-3-detail {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .policy-3-wrap {
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
  }

  .policy-3-box h3 {
    font-size: 18px;
  }

  .policy-3-box h4 {
    font-size: 15px;
  }

  .policy-3-box p {
    font-size: 13px;
  }

  .policy-3-box br.smallbr {
    font-size: 8px;
  }

  #welfare {
    padding: 50px 0;
  }

  .welfare-wrap {
    gap: 20px;
  }

  .welfare-top {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }

  .welfare-top .left,
  .welfare-top .right {
    width: 100%;
  }

  .policy-3-box-title {
    margin-bottom: 15px;
  }

  .welfare-top .left h3 {
    font-size: 20px;
  }

  .welfare-top .left p {
    font-size: 16px;
  }

  .welfare-bot h4 {
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 10px;
  }

  .welfare-bot section {
    margin-bottom: 15px;
  }

  .papa h5 {
    font-size: 14px;
  }

  .welfare-bot p {
    line-height: 1.75em;
  }

  #education {
    padding: 50px 0;
  }

  .education-box {
    text-align: left;
    padding: 30px;
  }

  .education-box h3 {
    margin-bottom: 15px;
  }

  .lower .education-box .btn-wrap {
    justify-content: flex-start;
  }

  #social-data {
    padding: 50px 0;
  }

  .social-data-wrap {
    padding: 30px;
    text-align: left;
  }
}
