@charset "UTF-8";
/*
  会社情報
---------------------------------------------------------------------- */
.corporate .m-btn {
  width: 211px;
}
.corporate-card-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  .corporate-card-list {
    margin-left: -5px;
    margin-bottom: -10px;
  }
}
.corporate-card-item {
  width: 25%;
  padding-left: 40px;
  padding-bottom: 40px;
}
.corporate-card-item a {
  border: 1px solid #E1E4E6;
  background-color: #ffffff;
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
  transition: box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .corporate-card-item a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  }
  .corporate-card-item a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.corporate-card-item .head {
  display: flex;
  flex-direction: column-reverse;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}
.corporate-card-item .img {
  overflow: hidden;
}
.corporate-card-item .img img {
  -webkit-transform: scale(1.000001);
  transform: scale(1.000001);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
  width: 100%;
}
.corporate-card-item .img-label {
  align-self: flex-start;
  background-color: #003F9D;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.corporate-card-item .img-label + .img {
  margin-bottom: -20px;
}
.corporate-card-item .body {
  padding: 20px 20px 60px;
}
.corporate-card-item .text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.8;
}
.corporate-card-item .more {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .corporate-card-item {
    width: 50%;
    padding-left: 5px;
    padding-bottom: 10px;
  }
  .corporate-card-item .img-label {
    font-size: 13px;
    font-size: 0.8666666667rem;
    padding: 4px 9px;
    max-width: 90%;
  }
  .corporate-card-item .img-label + .img {
    margin-bottom: -14px;
  }
  .corporate-card-item .body {
    padding: 10px 10px 35px;
  }
  .corporate-card-item .text {
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
  .corporate-card-item .more {
    right: 10px;
    bottom: 10px;
    font-size: 11px;
    font-size: 0.7333333333rem;
  }
}
.corporate-map {
  overflow: hidden;
  border: 4px solid #E1EFF7;
  background-color: #E1EFF7;
  position: relative;
  max-width: 560px;
  width: 100%;
  height: 300px;
}
.corporate-map iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 210%;
  height: calc(100% + 400px);
}
@media (max-width: 767px) {
  .corporate-map {
    padding-bottom: 56.25%;
    height: auto;
    border-width: 2px;
    max-width: 100%;
  }
}
.corporate-map-link {
  text-decoration: none;
  display: inline-block;
  color: #112D57;
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 10px;
}
.corporate-map-link:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .corporate-map-link {
    font-size: 10px;
    font-size: 0.6666666667rem;
    margin-top: 4px;
  }
}

.link-gmap {
  margin-top: 5px;
  text-decoration: none;
  display: inline-block;
  color: #003F9D;
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 2;
  font-weight: 500;
  background: url(/common/img/icon-arrow-right_blue.png) no-repeat 100% 50%;
  background-size: 13.5px auto;
  padding-right: 23px;
}
.link-gmap:hover {
  text-decoration: underline;
}

.corporate-table + * {
  margin-top: 60px;
}
.corporate-table-date {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  text-align: right;
  margin-bottom: 20px;
}
.corporate-table table {
  width: 100%;
}
.corporate-table th,
.corporate-table td {
  border-top: 1px solid #E1E4E6;
  border-bottom: 1px solid #E1E4E6;
  line-height: 2;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  vertical-align: top;
  padding: 15px 20px;
  text-align: left;
}
.corporate-table th {
  background-color: #F0F7FB;
  font-weight: 700;
  width: 240px;
}
.corporate-table td {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .corporate-table + * {
    margin-top: 40px;
  }
  .corporate-table tr,
  .corporate-table th,
  .corporate-table td {
    display: block !important;
  }
  .corporate-table th {
    border-bottom: none;
    padding: 1px 10px;
    width: auto;
  }
  .corporate-table td {
    border-top: none;
    border-bottom: none;
    padding: 1px 10px 20px;
  }
}
.corporate-table-map {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}
.corporate-table-map-text {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .corporate-table-map {
    margin-bottom: 0;
    display: block;
  }
  .corporate-table-map-text {
    margin-top: 20px;
    margin-left: 0;
  }
}
.corporate-table-tophead + * {
  margin-top: 60px;
}
.corporate-table-tophead-date {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  text-align: right;
  margin-bottom: 20px;
}
.corporate-table-tophead table {
  width: 100%;
}
.corporate-table-tophead th,
.corporate-table-tophead td {
  border-top: 1px solid #E1E4E6;
  border-bottom: 1px solid #E1E4E6;
  line-height: 2;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  vertical-align: top;
  padding: 15px 20px;
  text-align: left;
}
.corporate-table-tophead th {
  background-color: #F0F7FB;
  font-weight: 700;
}
@media (min-width: 768px) {
  .corporate-table-tophead th:nth-of-type(1) {
    width: 18.1034482759%;
  }
}
@media (min-width: 768px) {
  .corporate-table-tophead th:nth-of-type(3) {
    width: 33.3620689655%;
  }
}
@media (max-width: 767px) {
  .corporate-table-tophead + * {
    margin-top: 40px;
  }
  .corporate-table-tophead th {
    border-bottom: none;
    padding: 1px 10px;
    width: auto;
  }
  .corporate-table-tophead td {
    border-top: none;
    border-bottom: none;
    padding: 1px 10px 20px;
  }
}
.corporate-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: -60px;
}
@media (min-width: 768px) {
  .corporate-panel:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
.corporate-panel + * {
  margin-top: 60px;
}
.corporate-panel > * {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .corporate-panel {
    flex-direction: column;
    margin-left: 0;
  }
  .corporate-panel + * {
    margin-top: 20px;
  }
  .corporate-panel > * {
    padding-left: 0;
  }
  .corporate-panel > * + * {
    margin-top: 20px;
  }
}
.corporate-panel .img {
  order: 2;
  max-width: 410px;
  width: 100%;
}
.corporate-panel .img img {
  width: 100%;
  min-width: 250px;
}
.corporate-panel .text {
  order: 1;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .corporate-panel .img {
    max-width: 100%;
  }
}
.corporate-image {
  display: flex;
  margin-left: -60px;
}
.corporate-image.margin + * {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .corporate-image.margin + * {
    margin-top: 40px;
  }
}
.corporate-image > * {
  padding-left: 60px;
}
.corporate-image .img {
  flex: 0 0 auto;
}
.corporate-image .img.center {
  text-align: center;
}
.corporate-image .img img {
  width: 100%;
}
.corporate-image .img-fit img {
  max-width: 560px;
}
.corporate-image .img-size-01 img {
  width: 400px;
}
.corporate-image .img-size-02 img {
  width: 450px;
}
.corporate-image .img-size-03 img {
  width: 865px;
}
.corporate-image .img-cap {
  margin-top: 20px;
  line-height: 1.7;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
}
.corporate-image .img-cap strong {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (max-width: 767px) {
  .corporate-image {
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0;
  }
  .corporate-image > * {
    padding-left: 0;
  }
  .corporate-image .img {
    margin-left: auto;
    margin-right: auto;
  }
  * + .corporate-image .img {
    margin-top: 30px;
  }
  .corporate-image .img img {
    margin: auto;
  }
  .corporate-image .img-size-01:not(.img-full-sp) {
    width: 77.6119402985%;
  }
  .corporate-image .img-size-01:not(.img-full-sp) img {
    width: 100%;
  }
  .corporate-image .img-size-02:not(.img-full-sp) img {
    width: 100%;
  }
  .corporate-image .img-full-sp img {
    width: 100%;
  }
}
.corporate-image.pattern-block {
  display: block;
  position: relative;
  padding-top: 60px;
  margin-top: 0;
}
.corporate-image.pattern-block::after {
  content: "";
  background: url(/common/img/skk_bg-page-03.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 940px;
  height: 100%;
}
@media (max-width: 767px) {
  .corporate-image.pattern-block {
    padding-top: 0;
  }
  .corporate-image.pattern-block::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .corporate-image.office .img {
    width: 86.8103448276%;
  }
}
.corporate-image.office .date {
  text-align: right;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .corporate-image.office .date {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.corporate-list {
  counter-reset: num 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.corporate-list + * {
  margin-top: 40px;
}
.corporate-list > li {
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.75;
  font-weight: 400;
  padding: 24px 20px 24px 85px;
  position: relative;
}
.corporate-list > li::before {
  font-family: "Nunito Sans", sans-serif;
  counter-increment: num 1;
  content: counter(num);
  color: #003F9D;
  position: absolute;
  top: 50%;
  left: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: 600;
}
.corporate-list > li:nth-of-type(even) {
  background-color: #F0F7FB;
}
@media (max-width: 767px) {
  .corporate-list + * {
    margin-top: 30px;
  }
  .corporate-list > li {
    padding: 20px 20px 20px 47px;
  }
  .corporate-list > li::before {
    top: 20px;
    left: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.corporate .page-section.timeline {
  background: #0072BA;
  background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
}
.corporate .page-section.timeline:before {
  content: "";
  background: url(/common/img/skk_bg-page-02.png) no-repeat center 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .corporate .page-section.timeline:before {
    width: 100%;
  }
}
.corporate-timeline {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 10px;
  position: relative;
}
.corporate-timeline::before {
  content: "";
  background-color: #EE1D23;
  position: absolute;
  top: 0;
  left: 48px;
  width: 2px;
  height: 100%;
}
@media (max-width: 767px) {
  .corporate-timeline {
    padding: 0;
  }
  .corporate-timeline::before {
    left: 20px;
  }
}
.corporate-timeline-ttl {
  color: #ffffff;
  font-size: 26px;
  font-size: 1.7333333333rem;
  font-weight: 500;
}
.corporate-timeline-ttl + * {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .corporate-timeline-ttl {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  .corporate-timeline-ttl + * {
    margin-top: 20px;
  }
}
.corporate-timeline-content {
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 38px;
  padding-right: 70px;
  height: 100%;
  max-height: 580px;
  min-height: 300px;
}
.corporate-timeline-content::-webkit-scrollbar {
  width: 10px;
}
.corporate-timeline-content::-webkit-scrollbar-track {
  background: #C6CCCF;
  border: none;
  border-radius: 5px;
}
.corporate-timeline-content::-webkit-scrollbar-thumb {
  background: #003F9D;
  border-radius: 5px;
  border: none;
}
@media (max-width: 767px) {
  .corporate-timeline-content {
    padding-left: 20px;
    padding-right: 15px;
    margin-right: -12px;
    max-height: 500px;
  }
  .corporate-timeline-content::-webkit-scrollbar {
    width: 8px;
  }
  .corporate-timeline-content::-webkit-scrollbar-track {
    border-radius: 4px;
  }
  .corporate-timeline-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 1px solid #C6CCCF;
  }
}
.corporate-timeline-row {
  display: flex;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.corporate-timeline-row:first-child {
  padding-top: 40px;
}
.corporate-timeline-row:last-child {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .corporate-timeline-row {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .corporate-timeline-row:first-child {
    padding-top: 25px;
  }
  .corporate-timeline-row:last-child {
    padding-bottom: 25px;
  }
}
.corporate-timeline-date {
  flex-shrink: 0;
  position: relative;
  width: 130px;
  padding-left: 22px;
}
.corporate-timeline-date::before, .corporate-timeline-date::after {
  content: "";
  border-radius: 50%;
  position: absolute;
}
.corporate-timeline-date::before {
  background: #EE1D23;
  width: 14px;
  height: 14px;
  top: 12px;
  left: -6px;
}
.corporate-timeline-date::after {
  background: #ffffff;
  width: 6px;
  height: 6px;
  top: 16px;
  left: -2px;
}
.corporate-timeline-date .seireki {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 600;
}
.corporate-timeline-date .wareki {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .corporate-timeline-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    margin-bottom: 10px;
    padding-left: 27px;
  }
  .corporate-timeline-date .wareki {
    margin-left: 10px;
    margin-top: 2px;
  }
}
.corporate-timeline-main {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .corporate-timeline-main {
    margin-left: 27px;
    margin-right: 10px;
  }
}
.corporate-timeline-field {
  display: flex;
  position: relative;
  padding: 20px;
  min-height: 68px;
}
.corporate-timeline-field:nth-of-type(odd) {
  background-color: #F0F7FB;
}
.corporate-timeline-field:nth-of-type(even) {
  background-color: #E1EFF7;
}
.corporate-timeline-field + * {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .corporate-timeline-field {
    display: block;
    padding: 10px;
  }
}
.corporate-timeline-field .month {
  flex-shrink: 0;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  width: 73px;
  position: relative;
}
.corporate-timeline-field .month span {
  font-size: 20px;
  font-size: 1.3333333333rem;
}
.corporate-timeline-field .month::after {
  content: "";
  border-bottom: 1px solid #212121;
  position: absolute;
  top: 17px;
  right: 0;
  width: 20px;
  height: 1px;
}
@media (max-width: 767px) {
  .corporate-timeline-field .month {
    display: inline-block;
    width: auto;
    padding-right: 30px;
  }
}
.corporate-timeline-field .desc {
  display: flex;
  margin-left: 12px;
  padding-top: 3px;
  flex-grow: 1;
}
.corporate-timeline-field .desc .text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 2;
}
.corporate-timeline-field .desc .thumb {
  margin-left: auto;
  padding-left: 10px;
}
.corporate-timeline-field .desc .thumb > img.size-small {
  max-width: 87px;
}
.corporate-timeline-field .desc .thumb > img.size-large {
  max-width: 180px;
}
@media (max-width: 767px) {
  .corporate-timeline-field .desc {
    flex-direction: column;
    margin-left: 0;
    padding-top: 4px;
  }
  .corporate-timeline-field .desc .text {
    line-height: 1.7;
  }
  .corporate-timeline-field .desc .thumb {
    margin-top: 15px;
    padding-left: 0;
  }
}
.corporate-tab {
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
}
.corporate-tab.large {
  max-width: 912px;
}
.corporate-tab.expand {
  max-width: none;
}
@media (max-width: 767px) {
  .corporate-tab.scroll-x--sp {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .corporate-tab.scroll-x--sp .scroll-x--sp-content {
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 10px;
    overflow-x: auto;
  }
  .corporate-tab.scroll-x--sp .scroll-x--sp-content::-webkit-scrollbar {
    height: 8px;
  }
  .corporate-tab.scroll-x--sp .scroll-x--sp-content::-webkit-scrollbar-track {
    background: #C6CCCF;
    border: none;
    border-radius: 4px;
  }
  .corporate-tab.scroll-x--sp .scroll-x--sp-content::-webkit-scrollbar-thumb {
    background: #003F9D;
    border-radius: 4px;
    border: none;
  }
}
@media (max-width: 767px) {
  .corporate-tab.scroll-x--sp .corporate-tab-menu {
    width: 696px;
  }
}
.corporate-tab + * {
  margin-top: 40px;
}
.corporate-tab + *.mgmt {
  margin-top: 60px;
}
.corporate-tab + *.mgmt2 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .corporate-tab + *, .corporate-tab + *.mgmt {
    margin-top: 30px;
  }
  .corporate-tab + *.mgmt2 {
    margin-top: 40px;
  }
}
.corporate-tab-menu {
  border-radius: 32px;
  background: #003F9D;
  background: linear-gradient(to bottom, #003F9D 0%, #0072BA 100%);
  position: relative;
  margin-left: -2px;
  padding: 4px 2px;
  display: flex;
  align-items: center;
  height: 60px;
  z-index: 2;
}
.corporate-tab-menu.corporate-tab-menu--center {
  text-align: center;
}
@media (max-width: 767px) {
  .corporate-tab-menu {
    padding: 2px;
    margin-left: 0;
    height: 100%;
  }
}
.corporate-tab-menu > span {
  border-radius: 32px;
  background-color: #F0F7FB;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  width: 33.33%;
  height: calc(100% - 8px);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
.corporate-tab-menu.col-2 > span {
  width: 50%;
}
.corporate-tab-menu.col-4 > span {
  width: 25%;
}
.corporate-tab-menu.col-5 > span {
  width: 20%;
}
.is-scene2 .corporate-tab-menu > span {
  left: calc(33.33% - 2px);
}
.is-scene2 .corporate-tab-menu.col-2 > span {
  left: calc(50% - 4px);
}
.is-scene2 .corporate-tab-menu.col-4 > span {
  left: 25%;
}
.is-scene2 .corporate-tab-menu.col-5 > span {
  left: 20%;
}
.is-scene3 .corporate-tab-menu > span {
  left: calc(66.66% - 4px);
}
.is-scene3 .corporate-tab-menu.col-4 > span {
  left: 50%;
}
.is-scene3 .corporate-tab-menu.col-5 > span {
  left: 40%;
}
.is-scene4 .corporate-tab-menu.col-4 > span {
  left: calc(75% - 4px);
}
.is-scene4 .corporate-tab-menu.col-5 > span {
  left: 60%;
}
.is-scene5 .corporate-tab-menu.col-5 > span {
  left: calc(80% - 4px);
}
.corporate-tab-item {
  padding-left: 2px;
  width: 33.33%;
  height: 100%;
}
.col-2 .corporate-tab-item {
  width: 50%;
}
.corporate-tab-item a {
  border-radius: 32px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  height: 100%;
}
.corporate-tab-item a.is-active {
  pointer-events: none;
  color: #003F9D;
}
@media (max-width: 767px) {
  .corporate-tab-item {
    padding-left: 0;
  }
  .corporate-tab-item a {
    font-size: 12px;
    font-size: 0.8rem;
    min-height: 50px;
  }
  .corporate-tab-item a > span {
    line-height: 1.2;
  }
}
.corporate-tab-scrText {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #999999;
  margin-top: 20px;
  padding-left: 22px;
  position: relative;
}
.corporate-tab-scrText::after {
  content: "";
  background: url(/common/img/icon-arrows-h.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 9px;
}
@media (min-width: 768px) {
  .corporate-tab-scrText {
    display: none;
  }
}
.corporate-tab-nav {
  border: 4px solid #E1E4E6;
  margin-top: 60px;
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .corporate-tab-nav {
    margin-top: 40px;
    padding: 20px;
  }
}
.corporate-tab-nav-title {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .corporate-tab-nav-title {
    font-size: 16px;
    font-size: 1.0666666667rem;
    margin-bottom: 15px;
  }
}
.corporate-tab-nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .corporate-tab-nav-list {
    align-items: flex-start;
    flex-direction: column;
  }
}
.corporate-tab-nav-list > * {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .corporate-tab-nav-list > * {
    margin-left: 0;
  }
}
.corporate-tab-nav-list > *:first-child {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .corporate-tab-nav-list > *:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .corporate-tab-nav-list > * + * {
    margin-top: 10px;
  }
}
.corporate-tab-nav-list a {
  text-decoration: none;
  color: #212121;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (max-width: 767px) {
  .corporate-tab-nav-list a {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
.corporate-tab-nav-list a::before {
  content: "";
  background-color: #C6CCCF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 15px;
  height: 1px;
}
.corporate-tab-nav-list a.is-active {
  font-weight: 700;
  color: #003F9D;
}
.corporate-tab-main {
  position: relative;
  height: 100%;
}
.corporate-tab-content {
  display: none;
}
body:not(.is-loaded) .corporate-tab-content {
  display: block;
}
.corporate-tab-content.is-active {
  display: block;
  -webkit-animation: content-up 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: content-up 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@-webkit-keyframes content-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@keyframes content-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@-webkit-keyframes content-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@keyframes content-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.corporate-group {
  display: flex;
  margin-left: -40px;
}
.corporate-group + * {
  margin-top: 60px;
}
.corporate-group-item {
  padding-left: 40px;
  /*width: 50%;*/
  width: 100%;
}
@media (max-width: 767px) {
  .corporate-group {
    flex-direction: column;
    margin-left: 0;
  }
  .corporate-group + * {
    margin-top: 40px;
  }
  .corporate-group-item {
    padding-left: 0;
    width: 100%;
  }
}
.corporate-group-ttl {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
}
.corporate-group-ttl + * {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .corporate-group-ttl + * {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .corporate-group .corporate-table th {
    width: 140px;
  }
}
.corporate-textframe-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  .corporate-textframe-list.corporate-textframe--4col .corporate-textframe-item {
    width: 25%;
  }
}
.corporate-textframe-list + * {
  margin-top: 60px;
}
.corporate-textframe-list + .mt_20 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .corporate-textframe-list {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: -10px;
  }
  .corporate-textframe-list + * {
    margin-top: 40px;
  }
  .corporate-textframe-list + .mt_20 {
    margin-top: 20px;
  }
}
.corporate-textframe-item {
  width: 50%;
  padding-left: 40px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .corporate-textframe-item.is-size--2x {
    width: 100%;
    max-width: 560px;
  }
}
.corporate-textframe-item a {
  border: 4px solid #E1EFF7;
  background-color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 26px 20px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 400;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.corporate-textframe-item a:hover {
  border-color: #003F9D;
}
@media (max-width: 767px) {
  .corporate-textframe-item {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .corporate-textframe-item a {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.corporate-club-logo {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 114px;
}
.corporate-club-logo img {
  width: 100%;
}
.corporate-club-sns a {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 50px;
}
.corporate-club-sns a + * {
  margin-left: 40px;
}
.corporate-club-sns a::after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.corporate-club-sns a.facebook::after {
  background-image: url(/common/img/icon-sns_facebook.png);
}
.corporate-club-sns a.instagram::after {
  background-image: url(/common/img/icon-sns_instagram.png);
}
.corporate-bg-full {
  text-align: center;
  height: 400px;
}
@media (max-width: 767px) {
  .corporate-bg-full {
    height: 240px;
  }
}
.corporate-bg-full img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.corporate .m-page-head.bg-transparent {
  padding-top: 120px;
  padding-bottom: 60px;
  padding-bottom: 120px;
  background: rgba(0, 63, 157, 0.7);
}
@media (max-width: 767px) {
  .corporate .m-page-head.bg-transparent {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.corporate .m-page-head.bg-transparent.bg-transparent-padding {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .corporate .m-page-head.bg-transparent.bg-transparent-padding {
    padding-bottom: 0;
  }
}
.corporate .m-page-head.bg-run::after {
  content: "";
  background: url(/img/corporate/club_bg-01.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 239px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .corporate .m-page-head.bg-run::after {
    width: 251px;
    height: 125px;
  }
}
.corporate .m-page-head.bg-mgmt::before, .corporate .m-page-head.bg-mgmt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.corporate .m-page-head.bg-mgmt::before {
  background-color: rgba(0, 63, 157, 0.5);
  z-index: -1;
}
.corporate .m-page-head.bg-mgmt::after {
  background: url(/img/corporate/management_bg-01.jpg) no-repeat 0 0;
  background-size: cover;
  z-index: -2;
}
.corporate .m-page-head.bg-tsukuba::before, .corporate .m-page-head.bg-tsukuba::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.corporate .m-page-head.bg-tsukuba::before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.corporate .m-page-head.bg-tsukuba::after {
  background: url(/img/corporate/tsukuba-mirai_bg.jpg) no-repeat 0 0;
  background-size: cover;
  z-index: -2;
}
.corporate .m-page-head.bg-tsukuba .m-btn {
  width: 317px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .corporate .m-page-head.bg-tsukuba .m-txt-03 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.corporate .m-page-head.bg-saitama::before, .corporate .m-page-head.bg-saitama::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.corporate .m-page-head.bg-saitama::before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.corporate .m-page-head.bg-saitama::after {
  background: url(/img/corporate/saitama_bg.jpg) no-repeat 0 0;
  background-size: cover;
  z-index: -2;
}
.corporate .m-page-head.bg-saitama .m-btn {
  width: 317px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .corporate .m-page-head.bg-saitama .m-txt-03 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.corporate-cardframe-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}
.corporate-cardframe-list + * {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .corporate-cardframe-list {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .corporate-cardframe-list + * {
    margin-top: 30px;
  }
}
.corporate-cardframe-item {
  background-color: #ffffff;
  padding-left: 40px;
  padding-bottom: 40px;
  width: 25%;
}
.corporate-cardframe-item > div {
  border: 4px solid #E1EFF7;
  padding: 10px;
}
.corporate-cardframe-item img {
  width: 100%;
}
@media (max-width: 767px) {
  .corporate-cardframe-item {
    padding-left: 10px;
    padding-bottom: 10px;
    width: 50%;
  }
  .corporate-cardframe-item > div {
    padding: 10px;
  }
}
.corporate-news-item {
  display: flex;
}
.corporate-news-item > p {
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 2;
}
.corporate-news-item > p.date {
  flex-shrink: 0;
  width: 85px;
}
.corporate-news-item > p.date + .text {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .corporate-news-item {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .corporate-news-item + * {
    margin-top: 10px;
  }
  .corporate-news-item > p {
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 1.8;
  }
  .corporate-news-item > p.date {
    width: auto;
  }
  .corporate-news-item > p.date + .text {
    margin-left: 0;
  }
}
.corporate-role {
  background: #0072BA;
  background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
  position: relative;
  padding: 40px 30px;
  z-index: 2;
}
.corporate-role + * {
  margin-top: 40px;
}
.corporate-role::before, .corporate-role::after {
  content: "";
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  z-index: -1;
}
.corporate-role::before {
  background-image: url(/img/corporate/tsukuba-mirai_bg.png);
  bottom: 0;
  width: 400px;
  height: 200px;
}
.corporate-role::after {
  background-image: url(/img/corporate/tsukuba-mirai_grid.png);
  top: 0;
  height: 100%;
  width: 100%;
}
.corporate-role.corporate-role-saitama::before {
  background-image: url(/img/corporate/saitama_bg.png);
}
@media (max-width: 767px) {
  .corporate-role {
    padding: 20px;
  }
  .corporate-role + * {
    margin-top: 20px;
  }
  .corporate-role::before {
    display: none;
  }
  .corporate-role::after {
    background-position: center 0;
    background-size: 100% auto;
  }
}
.corporate-role-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .corporate-role-list {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.corporate-role-item {
  padding-left: 10px;
  padding-bottom: 10px;
  width: 33.33%;
}
.corporate-role-item > div {
  background-color: #F0F7FB;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.corporate-role-item .ttl {
  color: #003F9D;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 5px;
}
.corporate-role-item .text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .corporate-role-item {
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .corporate-role-item + * {
    margin-top: 10px;
  }
  .corporate-role-item > div {
    padding: 15px;
  }
}
.corporate-showroom {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}
.corporate-showroom + * {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .corporate-showroom {
    margin-left: -20px;
    margin-bottom: -20px;
  }
  .corporate-showroom + * {
    margin-top: 20px;
  }
}
.corporate-showroom-item {
  padding-left: 40px;
  padding-bottom: 40px;
  width: 50%;
}
.corporate-showroom-item .ttl {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.corporate-showroom-item .info {
  display: flex;
  margin-left: -32px;
}
@media (min-width: 768px) {
  .corporate-showroom-item .info.reverse {
    flex-direction: row-reverse;
  }
}
.corporate-showroom-item .info > * {
  padding-left: 32px;
}
.corporate-showroom-item .info .img {
  flex-shrink: 0;
  width: 42.5675675676%;
  min-width: 110px;
}
.corporate-showroom-item .info .img img {
  width: 100%;
}
.corporate-showroom-item .info .text {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 2;
}
.corporate-showroom-item .info .text a {
  line-height: 1.5;
  text-decoration: none;
  color: #112D57;
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.corporate-showroom-item .info .text a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .corporate-showroom-item {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .corporate-showroom-item .ttl {
    font-size: 16px;
    font-size: 1.0666666667rem;
    margin-bottom: 10px;
  }
  .corporate-showroom-item .info {
    display: block;
    margin-left: 0;
  }
  .corporate-showroom-item .info > * {
    padding-left: 0;
  }
  .corporate-showroom-item .info > * + * {
    margin-top: 10px;
  }
  .corporate-showroom-item .info .img {
    width: 100%;
  }
  .corporate-showroom-item .info .text {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.corporate-thumb + * {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .corporate-thumb + * {
    margin-top: 40px;
  }
}
.corporate-thumb-cap {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  position: relative;
  padding-left: 34px;
}
.corporate-thumb-cap::after {
  content: "";
  background: url(/common/img/icon-search-plus.png) no-repeat center 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.corporate-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  .corporate-thumb-list {
    margin-left: -20px;
    margin-bottom: -30px;
  }
}
.corporate-thumb-item {
  text-align: center;
  padding-left: 40px;
  padding-bottom: 40px;
  width: 25%;
}
@media (max-width: 767px) {
  .corporate-thumb-item {
    padding-left: 20px;
    padding-bottom: 30px;
    width: 50%;
  }
}
.corporate-thumb-item .img {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
}
.corporate-thumb-item .img img {
  cursor: pointer;
  width: 100%;
}
.corporate-thumb-item .sub {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .corporate-thumb-item .sub {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
.corporate-summary {
  margin-top: 40px !important;
}
.corporate-summary + * {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .corporate-summary {
    margin-top: 20px !important;
  }
  .corporate-summary + * {
    margin-top: 40px;
  }
}
.corporate-summary .main {
  position: relative;
}
.corporate-summary-text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.8;
}
.corporate-summary-text > strong {
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .corporate-summary-text > strong.large {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 767px) {
  .corporate-summary-text {
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 2;
  }
  .corporate-summary-text > strong {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
.corporate-summary-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .corporate-summary-list {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.corporate-summary-item {
  padding-left: 10px;
  padding-bottom: 10px;
  width: 50%;
}
@media (max-width: 767px) {
  .corporate-summary-item {
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .corporate-summary-item + * {
    margin-top: 4px;
  }
}
.corporate-summary-item:nth-of-type(even) > div {
  justify-content: flex-end;
}
.corporate-summary-item > div {
  display: flex;
  position: relative;
  padding: 37px 5.2173913043%;
  height: 100%;
  z-index: 2;
}
.corporate-summary-item > div::before {
  content: "";
  background: url(/img/en/business-services/bg-01.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.corporate-summary-item > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -2;
}
.corporate-summary-item > div.cyan::after {
  background: #00F5E4;
  background: linear-gradient(135deg, #00F5E4 0%, #30E3B3 100%);
}
.corporate-summary-item > div.purple::after {
  background: #D1C4E9;
  background: linear-gradient(135deg, #D1C4E9 0%, #F3E5F5 100%);
}
.corporate-summary-item > div.yellow::after {
  background: #FFC070;
  background: linear-gradient(135deg, #FFC070 0%, #FFECB3 100%);
}
.corporate-summary-item > div.pink::after {
  background: #FFCDD2;
  background: linear-gradient(135deg, #FFCDD2 0%, #F8BBD0 100%);
}
.corporate-summary-item > div p {
  width: 69.9029126214%;
}
@media (min-width: 990px) {
  .corporate-summary-item > div p strong {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .corporate-summary-item > div {
    display: block;
    padding: 30px 20px;
  }
  .corporate-summary-item > div::before {
    background-position: center 0;
    background-size: 100% auto;
  }
  .corporate-summary-item > div p {
    width: auto;
  }
}
.corporate-summary-over {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 2;
}
.corporate-summary-over img {
  width: 100%;
}
@media (max-width: 767px) {
  .corporate-summary-over {
    display: none;
  }
}
.corporate-summary .foot {
  color: #ffffff;
  margin-top: 10px;
}
.corporate-summary .foot > div {
  display: flex;
  position: relative;
  padding: 37px 2.5862068966%;
  height: 100%;
  z-index: 2;
}
.corporate-summary .foot > div::before {
  content: "";
  background: url(/img/en/business-services/bg-01.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.corporate-summary .foot > div::after {
  content: "";
  background: #003F9D;
  background: linear-gradient(to right, #003F9D 0%, #3DA7E9 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -2;
}
@media (max-width: 767px) {
  .corporate-summary .foot {
    margin-top: 4px;
  }
  .corporate-summary .foot > div {
    padding: 30px 20px;
  }
  .corporate-summary .foot > div::before {
    background-position: center 0;
    background-size: 100% auto;
  }
}
.corporate-summary-group {
  margin-top: 20px;
  position: relative;
}
.corporate-summary-group .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-bottom: -7px;
}
.corporate-summary-group .item {
  padding-left: 6px;
  padding-bottom: 7px;
  width: 50%;
  height: 36.8vw;
}
.corporate-summary-group .item:nth-of-type(even) {
  text-align: right;
}
.corporate-summary-group .item:nth-of-type(even) > div {
  justify-content: flex-end;
}
.corporate-summary-group .item > div {
  position: relative;
  display: flex;
  padding: 20px;
  height: 100%;
  z-index: 2;
}
.corporate-summary-group .item > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
}
.corporate-summary-group .item.item-1 > div::after {
  background: #00F5E4;
  background: linear-gradient(135deg, #00F5E4 0%, #30E3B3 100%);
}
.corporate-summary-group .item.item-2 > div::after {
  background: #D1C4E9;
  background: linear-gradient(135deg, #D1C4E9 0%, #F3E5F5 100%);
}
.corporate-summary-group .item.item-3 > div {
  align-items: flex-end;
}
.corporate-summary-group .item.item-3 > div::after {
  background: #FFC070;
  background: linear-gradient(135deg, #FFC070 0%, #FFECB3 100%);
}
.corporate-summary-group .item.item-4 > div {
  align-items: flex-end;
}
.corporate-summary-group .item.item-4 > div::after {
  background: #FFCDD2;
  background: linear-gradient(135deg, #FFCDD2 0%, #F8BBD0 100%);
}
.corporate-summary-group-over {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 54.4vw;
  z-index: 2;
}
.corporate-summary-group-over img {
  width: 100%;
}
.corporate-summary-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.corporate-summary-col + * {
  margin-top: 40px;
}
.corporate-summary-col .text {
  max-width: 600px;
}
.corporate-summary-col .img {
  flex-shrink: 0;
  max-width: 400px;
  margin-right: 40px;
  width: 34.4827586207%;
}
.corporate-summary-col .img img {
  width: 100%;
}
@media (max-width: 767px) {
  .corporate-summary-col {
    display: block;
  }
  .corporate-summary-col + * {
    margin-top: 60px;
  }
  .corporate-summary-col .img {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.corporate-policy-intro {
  margin-top: 80px;
  display: flex;
}
@media (max-width: 767px) {
  .corporate-policy-intro {
    margin-top: 40px;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.corporate-policy-intro-item {
  color: #ffffff;
  padding: 30px 2.5862068966%;
  width: 50%;
}
@media (max-width: 767px) {
  .corporate-policy-intro-item {
    padding: 20px 0;
    width: 100%;
  }
}
.corporate-policy-intro-item + .corporate-policy-intro-item {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .corporate-policy-intro-item + .corporate-policy-intro-item {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: none;
  }
}
.corporate-policy-intro-item-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.6rem;
  padding: 10px 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .corporate-policy-intro-item-ttl {
    font-size: 20px;
    font-size: 1.3333333333rem;
    padding: 10px 0;
    margin-bottom: 0;
  }
}
.corporate-policy-intro-item > p {
  text-align: left;
}
.corporate-policy.fixed-bg > div {
  top: -50%;
  left: 50%;
  width: 100%;
  height: 150%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.corporate-policy-panel {
  display: flex;
  justify-content: space-between;
  margin-left: -60px;
}
@media (max-width: 767px) {
  .corporate-policy-panel {
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0;
  }
}
.corporate-policy-panel > * {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .corporate-policy-panel > * {
    padding-left: 0;
  }
}
.corporate-policy-panel.corporate-policy-panel--medium {
  margin-left: -40px;
}
.corporate-policy-panel.corporate-policy-panel--medium > * {
  padding-left: 40px;
}
.corporate-policy-panel-img {
  text-align: center;
}
@media (max-width: 767px) {
  .corporate-policy-panel-img {
    margin-top: 30px;
  }
}
.corporate-policy-panel-img img {
  width: 140px;
}
.corporate-policy-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  text-align: center;
}
.corporate-policy-head::after {
  content: "";
  background-color: rgba(0, 63, 157, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .corporate-policy-head {
    height: auto;
    min-height: 250px;
  }
}
.corporate-policy-head .main {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .corporate-policy-head .main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.corporate-policy-head .main p {
  color: #ffffff;
}
.corporate-policy-col {
  display: flex;
  margin-left: -60px;
  margin-bottom: -40px;
}
.corporate-policy-col > * {
  padding-left: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .corporate-policy-col {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .corporate-policy-col > * {
    padding-left: 0;
    padding-bottom: 0;
  }
  .corporate-policy-col > * + * {
    margin-top: 20px;
  }
  .corporate-policy-col .img img {
    width: 100%;
  }
}
.corporate-signature.fixed-bg > div {
  top: -50%;
  left: 50%;
  width: 100%;
  height: 150%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.corporate-signature-panel {
  display: flex;
  justify-content: space-between;
  margin-left: -60px;
}
@media (max-width: 767px) {
  .corporate-signature-panel {
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0;
  }
}
.corporate-signature-panel > * {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .corporate-signature-panel > * {
    padding-left: 0;
  }
}
.corporate-signature-panel > * .m-txt-02 + .m-txt-02 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .corporate-signature-panel > * .m-txt-02 + .m-txt-02 {
    margin-top: 10px;
  }
}
.corporate-signature-panel-img {
  text-align: center;
}
@media (max-width: 767px) {
  .corporate-signature-panel-img {
    margin-top: 30px;
  }
}
.corporate-signature-panel-img img {
  width: 240px;
}
@media (max-width: 767px) {
  .corporate-signature-panel-img img {
    width: 140px;
  }
}
.corporate-signature-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.corporate-signature-btn-wrap .m-btn {
  width: auto;
}
.corporate-health-management-img .img {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.corporate-health-management-img .img img {
  width: 100%;
}
.corporate-health-management-table {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.corporate-health-management-table table {
  width: 100%;
}
.corporate-health-management-table th,
.corporate-health-management-table td {
  border-top: 1px solid #E1E4E6;
  border-bottom: 1px solid #E1E4E6;
  line-height: 2;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  vertical-align: top;
  padding: 15px 20px;
  text-align: center;
}
.corporate-health-management-table th {
  background-color: #F0F7FB;
  font-weight: 700;
}
@media (min-width: 768px) {
  .corporate-health-management-table th:nth-of-type(1) {
    width: 17.5%;
  }
}
@media (min-width: 768px) {
  .corporate-health-management-table th:nth-of-type(2), .corporate-health-management-table th:nth-of-type(3) {
    width: 41.25%;
  }
}
@media (max-width: 767px) {
  .corporate-health-management-table + * {
    margin-top: 40px;
  }
  .corporate-health-management-table th {
    border-bottom: none;
    padding: 1px 10px;
    width: auto;
  }
  .corporate-health-management-table td {
    border-top: none;
    border-bottom: none;
    padding: 10px;
  }
}
.corporate-etc-policy-panel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.corporate-etc-policy-panel-content01 {
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0;
}
.corporate-etc-policy-panel-content01-img img {
  width: 100%;
}
.corporate-etc-policy-panel-content01-link {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #112D57;
}
.corporate-etc-policy-panel-content01-link:hover span {
  text-decoration: underline;
}
.corporate-etc-policy-panel-title {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .corporate-etc-policy-panel-title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.corporate-etc-policy-panel-recode {
  margin-top: 40px;
  text-align: center;
}
.corporate-etc-policy-panel-date {
  margin-top: 60px;
}
.corporate-etc-policy-panel-date {
  margin-top: 40px;
  text-align: right;
}
.corporate-etc-policy-panel-name {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.corporate-etc-policy-panel-name > * {
  display: block;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .corporate-etc-policy-panel-name > * {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.corporate-etc-policy-panel-name > *:nth-of-type(n + 2) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .corporate-etc-policy-panel-name > *:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}
.corporate-etc-policy-panel-dl {
  counter-reset: n 0;
}
.corporate-etc-policy-panel-dl dt {
  margin-top: 40px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
}
.corporate-etc-policy-panel-dl dt::before {
  counter-increment: n 1;
  content: counter(n) ". ";
}
.corporate-etc-policy-panel-dl dd {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.corporate-etc-policy-panel-note {
  margin-top: 40px;
}
.corporate .corporate-policy-ul {
  margin-top: 15px;
}
.corporate .corporate-policy-ul.numbers {
  counter-reset: n 0;
}
.corporate .corporate-policy-ul.numbers li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.corporate .corporate-policy-ul.numbers li::before {
  counter-increment: n 1;
  content: counter(n) ". ";
  font-weight: 700;
}
.corporate .corporate-policy-ul li {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 2;
}
.corporate .corporate-policy-ul li em {
  font-weight: 700;
  font-style: normal;
}
.corporate .corporate-etc-policy-ul {
  margin-top: 15px;
}
.corporate .corporate-etc-policy-ul.markers li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.corporate .corporate-etc-policy-ul.markers li::before {
  content: "●";
  font-weight: 700;
}
.corporate .corporate-etc-policy-ul li {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 2;
}
.corporate .corporate-etc-policy-ul li em {
  font-weight: 700;
  font-style: normal;
}
.corporate-childTab-wrap {
  border-radius: 6px;
  border: 1px solid #E1E4E6;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .corporate-childTab-wrap {
    margin-bottom: 40px;
  }
}
.corporate-childTab {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-bottom: -5px;
}
.corporate-childTab-item {
  width: 20%;
  padding-left: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .corporate-childTab-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-2 > .corporate-childTab-item {
    width: 285px;
  }
}
@media (max-width: 767px) {
  .col-2 > .corporate-childTab-item {
    text-align: center;
    width: 50%;
  }
}
.corporate-childTab a {
  border-radius: 6px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  padding: 10px 30px;
  position: relative;
  z-index: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .corporate-childTab a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .corporate-childTab a.sp-padding {
    padding-left: 22px;
  }
}
.corporate-childTab a::before, .corporate-childTab a::after {
  content: "";
  position: absolute;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.corporate-childTab a::before {
  border-radius: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  z-index: -1;
}
.corporate-childTab a::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto 0;
  height: 20px;
}
@media (max-width: 767px) {
  .corporate-childTab a::after {
    left: 8px;
    height: 16px;
  }
}
.corporate-childTab a.is-active {
  pointer-events: none;
}
.corporate-childTab a.yellow {
  background: #FBA232;
  background: linear-gradient(to bottom, #FBA232 0%, #FCC57E 100%);
}
.corporate-childTab a.yellow::after {
  background-image: url(/img/corporate/policy_ico_people.png);
  height: 24px;
  width: 23px;
}
@media (max-width: 767px) {
  .corporate-childTab a.yellow::after {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 768px) {
  .corporate-childTab a.yellow:hover {
    color: #FBAA43;
  }
  .corporate-childTab a.yellow:hover::before {
    background-color: #FBF8F0;
  }
  .corporate-childTab a.yellow:hover::after {
    background-image: url(/img/corporate/policy_ico_people_color.png);
  }
}
.corporate-childTab a.yellow.is-active {
  color: #FBAA43;
}
.corporate-childTab a.yellow.is-active::before {
  background-color: #FBF8F0;
}
.corporate-childTab a.yellow.is-active::after {
  background-image: url(/img/corporate/policy_ico_people_color.png);
}
.corporate-childTab a.red {
  background: #EA605D;
  background: linear-gradient(to bottom, #EA605D 0%, #F19B99 100%);
}
.corporate-childTab a.red::after {
  background-image: url(/img/corporate/policy_ico_clipboard-check.png);
  width: 17px;
}
@media (max-width: 767px) {
  .corporate-childTab a.red::after {
    width: 14px;
  }
}
@media (min-width: 768px) {
  .corporate-childTab a.red:hover {
    color: #EA615E;
  }
  .corporate-childTab a.red:hover::before {
    background-color: #FBF0F0;
  }
  .corporate-childTab a.red:hover::after {
    background-image: url(/img/corporate/policy_ico_clipboard-check_color.png);
  }
}
.corporate-childTab a.red.is-active {
  color: #EA615E;
}
.corporate-childTab a.red.is-active::before {
  background-color: #FBF0F0;
}
.corporate-childTab a.red.is-active::after {
  background-image: url(/img/corporate/policy_ico_clipboard-check_color.png);
}
.corporate-childTab a.purple {
  background: #A44FBA;
  background: linear-gradient(to bottom, #A44FBA 0%, #C690D4 100%);
}
.corporate-childTab a.purple::after {
  background-image: url(/img/corporate/policy_ico_user-helmet-safety.png);
  width: 19px;
}
@media (max-width: 767px) {
  .corporate-childTab a.purple::after {
    width: 15px;
  }
}
@media (min-width: 768px) {
  .corporate-childTab a.purple:hover {
    color: #A44FBA;
  }
  .corporate-childTab a.purple:hover::before {
    background-color: #F8F0FB;
  }
  .corporate-childTab a.purple:hover::after {
    background-image: url(/img/corporate/policy_ico_user-helmet-safety_color.png);
  }
}
.corporate-childTab a.purple.is-active {
  color: #A44FBA;
}
.corporate-childTab a.purple.is-active::before {
  background-color: #F8F0FB;
}
.corporate-childTab a.purple.is-active::after {
  background-image: url(/img/corporate/policy_ico_user-helmet-safety_color.png);
}
.corporate-childTab a.blue {
  background: #32A095;
  background: linear-gradient(to bottom, #32A095 0%, #7EC3BC 100%);
}
.corporate-childTab a.blue::after {
  background-image: url(/img/corporate/policy_ico_hands-holding-heart.png);
  width: 20px;
}
@media (max-width: 767px) {
  .corporate-childTab a.blue::after {
    width: 16px;
  }
}
@media (min-width: 768px) {
  .corporate-childTab a.blue:hover {
    color: #32A095;
  }
  .corporate-childTab a.blue:hover::before {
    background-color: #F0FBF9;
  }
  .corporate-childTab a.blue:hover::after {
    background-image: url(/img/corporate/policy_ico_hands-holding-heart_color.png);
  }
}
.corporate-childTab a.blue.is-active {
  color: #32A095;
}
.corporate-childTab a.blue.is-active::before {
  background-color: #F0FBF9;
}
.corporate-childTab a.blue.is-active::after {
  background-image: url(/img/corporate/policy_ico_hands-holding-heart_color.png);
}
.corporate-childTab a.green {
  background: #68B26B;
  background: linear-gradient(to bottom, #68B26B 0%, #A0CFA2 100%);
}
.corporate-childTab a.green::after {
  background-image: url(/img/corporate/policy_ico_earth.png);
  width: 21px;
}
@media (max-width: 767px) {
  .corporate-childTab a.green::after {
    width: 17px;
  }
}
@media (min-width: 768px) {
  .corporate-childTab a.green:hover {
    color: #68B26B;
  }
  .corporate-childTab a.green:hover::before {
    background-color: #F0FBF3;
  }
  .corporate-childTab a.green:hover::after {
    background-image: url(/img/corporate/policy_ico_earth_color.png);
  }
}
.corporate-childTab a.green.is-active {
  color: #68B26B;
}
.corporate-childTab a.green.is-active::before {
  background-color: #F0FBF3;
}
.corporate-childTab a.green.is-active::after {
  background-image: url(/img/corporate/policy_ico_earth_color.png);
}
.corporate-childTab a.pink {
  background: #CC4E9A;
  background: linear-gradient(to bottom, #CC4E9A 0%, #DD97C1 100%);
}
.corporate-childTab a.pink::after {
  background-image: url(/img/corporate/policy_ico_anti-corruption.png);
  width: 20px;
}
@media (max-width: 767px) {
  .corporate-childTab a.pink::after {
    width: 16px;
  }
}
@media (min-width: 768px) {
  .corporate-childTab a.pink:hover {
    color: #CC4E9A;
  }
  .corporate-childTab a.pink:hover::before {
    background-color: #FAEEF6;
  }
  .corporate-childTab a.pink:hover::after {
    background-image: url(/img/corporate/policy_ico_anti-corruption_color.png);
  }
}
.corporate-childTab a.pink.is-active {
  color: #CC4E9A;
}
.corporate-childTab a.pink.is-active::before {
  background-color: #FAEEF6;
}
.corporate-childTab a.pink.is-active::after {
  background-image: url(/img/corporate/policy_ico_anti-corruption_color.png);
}
.corporate-childTab a.orange {
  background: #F87D39;
  background: linear-gradient(to bottom, #F87D39 0%, #D4A388 100%);
}
.corporate-childTab a.orange::after {
  background-image: url(/img/corporate/policy_ico_intellectual-property.png);
  width: 21px;
}
@media (max-width: 767px) {
  .corporate-childTab a.orange::after {
    width: 17px;
  }
}
@media (min-width: 768px) {
  .corporate-childTab a.orange:hover {
    color: #F87D39;
  }
  .corporate-childTab a.orange:hover::before {
    background-color: #FDF3EE;
  }
  .corporate-childTab a.orange:hover::after {
    background-image: url(/img/corporate/policy_ico_intellectual-property_color.png);
  }
}
.corporate-childTab a.orange.is-active {
  color: #F87D39;
}
.corporate-childTab a.orange.is-active::before {
  background-color: #FDF3EE;
}
.corporate-childTab a.orange.is-active::after {
  background-image: url(/img/corporate/policy_ico_intellectual-property_color.png);
}
.corporate-childTab a.icon-hidden::after {
  background-image: none;
}
.corporate-childTab a.icon-hidden:hover::after {
  background-image: none;
}
.corporate-childTab a.icon-hidden.is-active::after {
  background-image: none;
}
.corporate-ir-panel {
  display: flex;
  justify-content: space-between;
  margin-left: -60px;
}
@media (max-width: 767px) {
  .corporate-ir-panel {
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0;
  }
}
.corporate-ir-panel > * {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .corporate-ir-panel > * {
    padding-left: 0;
  }
}
.corporate-ir-panel.corporate-ir-panel--medium {
  margin-left: -40px;
}
.corporate-ir-panel.corporate-ir-panel--medium > * {
  padding-left: 40px;
}
.corporate-ir-dl {
  counter-reset: n 0;
}
.corporate-ir-dl dt {
  margin-top: 40px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 2;
}
.corporate-ir-dl dt::before {
  counter-increment: n 1;
  content: counter(n) ". ";
}
.corporate-ir-dl dt:first-of-type {
  margin-top: 0;
}
.corporate-ir-dl dd {
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 2;
  padding-left: 2em;
  text-indent: -1em;
}

body.group .loading {
  z-index: 100;
}

.c-popup-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.is-active .c-popup-inner {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-popup-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  width: 100%;
  max-width: 550px;
  padding: 0 30px;
  margin: auto;
  height: 100%;
}
.c-popup-image > div {
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.c-popup-image img {
  width: 100%;
}
.c-popup-close {
  cursor: pointer;
  margin-left: auto;
  margin-bottom: 15px;
  width: 31px;
  height: 31px;
  display: block;
  position: relative;
  overflow: hidden;
}
.c-popup-close::before, .c-popup-close::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 100%;
  height: 100%;
}
.c-popup-close::before {
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -5px;
}
.c-popup-close::after {
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 15px;
}
.c-popup-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 101;
}
.is-active .c-popup-overlay {
  opacity: 1;
  pointer-events: all;
}

/*
  施工実績
---------------------------------------------------------------------- */
.works .m-btn {
  width: 211px;
}
.works-pickup {
  background: #0072BA;
  background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
  padding-top: 60px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .works-pickup {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.works-pickup-head + * {
  margin-top: 30px;
}
.works-pickup-head .ttl {
  color: #ffffff;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .works-pickup-head + * {
    margin-top: 12px;
  }
  .works-pickup-head .ttl {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .works-pickup-slide {
    min-height: 380px;
  }
}
.works-pickup-slide-main {
  display: none;
}
.works-pickup-slide-main.slick-initialized {
  display: block;
}
.works-pickup-slide-item {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .works-pickup-slide-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.works-pickup-slide-item a {
  text-decoration: none;
  outline: none;
  display: block;
  color: #ffffff;
  font-weight: 400;
}
.works-pickup-slide-item a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.works-pickup-slide-item .img {
  position: relative;
  overflow: hidden;
}
.works-pickup-slide-item .img .copy {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 10px;
  font-size: 0.6666666667rem;
}
.works-pickup-slide-item .img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  .works-pickup-slide-item .img {
    max-height: 100%;
    min-height: 111px;
    height: 29.6vw;
  }
}
.works-pickup-slide-item .text {
  text-align: center;
  padding-top: 12px;
}
.works-pickup-slide-item .caption {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.works-pickup-slide-item .category {
  margin-top: 6px;
  font-size: 12px;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .works-pickup-slide-item .text {
    padding-top: 8px;
  }
  .works-pickup-slide-item .caption {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .works-pickup-slide-item .category {
    margin-top: 4px;
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
}
.works-pickup-slide-nav {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-pickup-slide-paging {
  display: flex;
  margin-left: 14px;
  margin-right: 14px;
}
.works-pickup-slide-paging > p {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
}
.works-pickup-slide-paging * + .total::before {
  content: "/";
  display: inline;
  margin: 0 10px;
}
.works-pickup-slide-arrow {
  pointer-events: visible;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 32px;
  height: 32px;
  position: relative;
}
.works-pickup-slide-arrow::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 10px;
}
.works-pickup-slide-arrow.prev::after {
  background-image: url(/common/img/icon-arrow-left_white.png);
}
.works-pickup-slide-arrow.next::after {
  background-image: url(/common/img/icon-arrow-right_white.png);
}
.works-card-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .works-card-list {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -1px;
  }
}
.works-card-item {
  padding-left: 2px;
  padding-bottom: 2px;
  width: 33.33%;
}
@media (max-width: 767px) {
  .works-card-item {
    padding-left: 0;
    padding-bottom: 1px;
    width: 100%;
  }
  .works-card-item:first-child {
    padding-top: 1px;
  }
}
.works-card-item a {
  overflow: hidden;
  outline: none;
  text-decoration: none;
  display: block;
  position: relative;
  color: #ffffff;
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.works-card-item a::before, .works-card-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 0;
}
.works-card-item a::before {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 0;
  z-index: 1;
}
.works-card-item a::after {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.works-card-item a:hover::before {
  opacity: 1;
}
.works-card-item a:hover::after {
  opacity: 0;
}
.works-card-item a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.works-card-item .detail {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  width: 100%;
  z-index: 1;
  min-height: 50px;
}
.works-card-item .detail .cap {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.works-card-item .img {
  height: 100%;
  width: 100%;
}
.works-card-item .img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.works-card-item .label {
  background-color: rgba(0, 63, 157, 0.9);
  padding: 4.6753246753% 5.1948051948%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.works-card-item .label > p {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  padding-right: 30px;
  white-space: nowrap;
}
.works-card-item .label > p::after {
  background-size: 14px auto;
  width: 14px;
  height: 13px;
}
.works-content {
  padding-top: 5px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .works-content {
    padding-top: 0;
  }
}
.works-head {
  padding-top: 82px;
  padding-bottom: 82px;
  text-align: center;
}
.works-head .sub {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .works-head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .works-head .sub {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.works-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1px;
  padding-right: 1px;
  margin-left: -2px;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .works-list {
    padding-left: 0;
    padding-right: 0;
    margin-left: -1px;
    margin-bottom: -1px;
  }
}
.works-item {
  padding-left: 2px;
  padding-bottom: 2px;
  width: 25%;
}
@media (max-width: 767px) {
  .works-item {
    padding-left: 1px;
    padding-bottom: 1px;
    width: 50%;
  }
}
.works-item a {
  overflow: hidden;
  outline: none;
  text-decoration: none;
  display: block;
  position: relative;
  color: #ffffff;
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.works-item a::before, .works-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 0;
}
.works-item a::before {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 0;
  z-index: 1;
}
.works-item a::after {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.works-item a:hover::before {
  opacity: 1;
}
.works-item a:hover::after {
  opacity: 0;
}
.works-item a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.works-item .img {
  height: 100%;
  width: 100%;
}
.works-item .img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.works-item .detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 12px 20px 20px;
  width: 100%;
  z-index: 1;
}
.works-item .detail .cap {
  margin-right: 5px;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.works-item .detail .cap .copy {
  margin-top: 4px;
  font-size: 10px;
  font-size: 0.6666666667rem;
  display: block;
}
.works-item .detail .more {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .works-item .detail {
    padding: 10px;
  }
  .works-item .detail .cap {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .works-item .detail .cap .copy {
    margin-top: 2px;
  }
  .works-item .detail .more {
    overflow: hidden;
    text-indent: -9999px;
  }
}

/*
  技術情報
---------------------------------------------------------------------- */
.technology .m-btn {
  width: 211px;
}
.technology .m-ttl-03 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .technology .m-ttl-03 {
    margin-top: 30px;
  }
}
.technology .m-images.sp-scroll .sp-scroll-txt {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #999999;
  padding-left: 22px;
  position: relative;
}
.technology .m-images.sp-scroll .sp-scroll-txt::after {
  content: "";
  background: url(/common/img/icon-arrows-h.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 9px;
}
@media (min-width: 768px) {
  .technology .m-images.sp-scroll .sp-scroll-txt {
    display: none;
  }
}
@media (max-width: 767px) {
  .technology .m-images.sp-scroll {
    display: block;
  }
  .technology .m-images.sp-scroll .m-images-item {
    overflow-x: scroll;
    height: 428px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .technology .m-images.sp-scroll .m-images-item::-webkit-scrollbar {
    height: 8px;
  }
  .technology .m-images.sp-scroll .m-images-item::-webkit-scrollbar-track {
    background: #C6CCCF;
    border: none;
    border-radius: 4px;
  }
  .technology .m-images.sp-scroll .m-images-item::-webkit-scrollbar-thumb {
    background: #003F9D;
    border-radius: 4px;
    border: none;
  }
  .technology .m-images.sp-scroll .m-images-item img {
    width: auto;
    height: 100%;
  }
}
.technology-bg {
  padding-bottom: 160px;
}
.technology-bg::after {
  content: "";
  background: url(/img/technology/bg-01.png) no-repeat center 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .technology-bg {
    padding-bottom: 100px;
  }
  .technology-bg::after {
    background-image: url(/img/technology/bg-01_sp.png);
  }
}
.technology-head {
  padding-top: 40px;
  padding-bottom: 40px;
}
.technology-head + * {
  margin-top: 40px;
}
.technology-head > * {
  color: #ffffff;
}
.technology-head .ttl {
  margin-left: -20px;
  font-size: 38px;
  font-size: 2.5333333333rem;
  font-weight: 700;
}
.technology-head .ttl + * {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .technology-head {
    padding-top: 0;
    padding-bottom: 0;
  }
  .technology-head .ttl {
    font-size: 24px;
    font-size: 1.6rem;
  }
  .technology-head .ttl + * {
    margin-top: 20px;
  }
}
.technology-panel {
  background-color: rgba(9, 74, 172, 0.8);
  text-decoration: none;
  overflow: hidden;
  position: relative;
  display: block;
  color: #ffffff;
  padding: 40px 40px 60px;
  width: 50%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.technology-panel:nth-of-type(4n+1), .technology-panel:nth-of-type(4n+4) {
  background-color: rgba(0, 63, 157, 0.8);
}
.technology-panel .img {
  text-align: center;
  margin-bottom: 20px;
}
.technology-panel .img img {
  width: 140px;
}
.technology-panel .ttl {
  font-size: 20px;
  font-size: 1.3333333333rem;
  line-height: 1.7;
  font-weight: 500;
}
.technology-panel .ttl + * {
  margin-top: 8px;
}
.technology-panel .sub {
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.8;
  font-weight: 400;
}
.technology-panel .more {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.technology-panel:hover {
  background-color: rgb(9, 74, 172);
}
.technology-panel:hover:nth-of-type(4n+1), .technology-panel:hover:nth-of-type(4n+4) {
  background-color: rgb(0, 63, 157);
}
@media (max-width: 767px) {
  .technology-panel {
    padding: 20px 10px 55px;
    margin-left: 1px;
    margin-bottom: 1px;
    width: calc(50% - 1px);
  }
  .technology-panel .img {
    margin-bottom: 15px;
  }
  .technology-panel .img img {
    width: 80px;
  }
  .technology-panel .ttl {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  .technology-panel .ttl + * {
    margin-top: 10px;
  }
  .technology-panel .sub {
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
  .technology-panel .more {
    font-size: 11px;
    font-size: 0.7333333333rem;
    bottom: 10px;
    right: 10px;
  }
}
.technology-panel-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .technology-panel-list {
    margin-left: -1px;
    margin-bottom: -1px;
  }
}
.technology-box {
  border: 4px solid #E1E4E6;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 10px 30px;
  width: 100%;
}
.technology-box + * {
  margin-top: 60px;
}
.technology-box-row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.technology-box-row + .technology-box-row {
  border-top: 1px solid #E1E4E6;
}
.technology-box-col {
  display: flex;
}
@media (max-width: 767px) {
  .technology-box-col {
    flex-direction: column;
  }
}
.technology-box-col .list {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .technology-box-col .list {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.technology-box-col .img {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 300px;
}
@media (max-width: 767px) {
  .technology-box-col .img {
    width: 100%;
  }
}
.technology-box-col .img img {
  width: 120px;
}
@media (max-width: 767px) {
  .technology-box-col .img img {
    width: 126px;
  }
}
.technology-box-col .img .caption {
  margin-top: 18px;
  font-size: 12px;
  font-size: 0.8rem;
  text-align: center;
}
.technology-box .ttl {
  color: #003F9D;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.technology-box .text.col {
  display: flex;
  margin-top: 10px;
  margin-left: -20px;
}
.technology-box .text.col > * {
  padding-left: 20px;
  margin-top: 0;
  width: 50%;
}
.technology-box .list {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 2;
}
.technology-box .list dl {
  display: flex;
}
@media (max-width: 767px) {
  .technology-box .list dl {
    flex-direction: column;
  }
}
.technology-box .list dl dt {
  width: 75px;
}
@media (max-width: 767px) {
  .technology-box .list dl dt {
    width: 100%;
  }
}
.technology-box .list dl dd {
  flex: 1;
}
@media (max-width: 767px) {
  .technology-box {
    padding: 0 20px;
  }
  .technology-box + * {
    margin-top: 40px;
  }
  .technology-box .text.col {
    display: block;
    margin-left: 0;
  }
  .technology-box .text.col > * {
    padding-left: 0;
    width: 100%;
  }
}
.technology-col {
  display: flex;
  margin-left: -60px;
  margin-bottom: -40px;
}
.technology-col + * {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .technology-col.row-reverse {
    flex-direction: row-reverse;
  }
}
.technology-col > * {
  padding-left: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .technology-col {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .technology-col + * {
    margin-top: 30px;
  }
  .technology-col > * {
    padding-left: 0;
    padding-bottom: 0;
  }
  .technology-col > * + * {
    margin-top: 20px;
  }
}
.technology-col .text ul {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 2;
}
.technology-col .text ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.technology-col .text ul + * {
  margin-top: 60px;
}
.technology-col .text strong {
  line-height: 1.5;
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .technology-col .text strong {
    font-size: 16px;
    font-size: 1.0666666667rem;
    margin-bottom: 10px;
  }
}
.technology-col .text .bold {
  font-weight: 700;
}
.technology-col .img {
  text-align: center;
}
.technology-col .img .caption {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .technology-col .img img {
    width: 100%;
  }
  .technology-col .img .caption {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.technology-col-2 {
  display: flex;
  margin-left: -60px;
  margin-bottom: -40px;
}
.technology-col-2 + * {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .technology-col-2.row-reverse {
    flex-direction: row-reverse;
  }
}
.technology-col-2 > * {
  padding-left: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .technology-col-2 {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .technology-col-2 + * {
    margin-top: 30px;
  }
  .technology-col-2 > * {
    padding-left: 0;
    padding-bottom: 0;
  }
  .technology-col-2 > * + * {
    margin-top: 20px;
  }
}
.technology-col-2 .img {
  display: flex;
  flex-shrink: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .technology-col-2 .img.marin {
    margin-left: -20px;
  }
  .technology-col-2 .img.marin > div {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .technology-col-2 .img > div {
    width: 50%;
  }
  .technology-col-2 .img > div img {
    width: 100%;
  }
}
.technology-col-2 .img > div + * {
  margin-left: 4px;
}
.technology-col-2 .img .caption {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  margin-top: 10px;
}
.technology-col-2 .img .caption.small {
  font-size: 12px;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .technology-col-2 .img .caption {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  .technology-col-2 .img .caption.small {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .technology-col-2 .img img {
    width: 100%;
  }
}
.technology-col-2 .text strong {
  line-height: 1.5;
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .technology-col-2 .text strong {
    width: calc(100% + 6px);
  }
}
@media (max-width: 767px) {
  .technology-col-2 .text strong {
    font-size: 16px;
    font-size: 1.0666666667rem;
    margin-bottom: 10px;
  }
}
.technology-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}
.technology-group + * {
  margin-top: 60px;
}
.technology-group-item {
  padding-left: 40px;
  padding-bottom: 40px;
  width: 50%;
}
.technology-group-item.col-3 {
  width: 33.33%;
}
.technology-group-item.col-4 {
  width: 25%;
}
.technology-group-item > .m-ttl-03:first-child {
  margin-top: 0;
}
.technology-group-item img {
  width: 100%;
}
.technology-group-item a:hover {
  text-decoration: none;
}
.technology-group.unique .unique-item-layout {
  border: 1px solid #E1E4E6;
  display: flex;
  align-items: center;
  padding: 3.4300791557% 3.6939313984%;
}
.technology-group.unique .unique-item-layout > div {
  flex-shrink: 0;
  width: 60.2857142857%;
}
.technology-group.unique .unique-item-layout > ul {
  margin-left: 6.7142857143%;
}
.technology-group.unique .unique-item-layout > ul li {
  line-height: 2.3;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .technology-group.unique .unique-item-layout {
    display: block;
    padding: 3.4300791557% 3.6939313984%;
  }
  .technology-group.unique .unique-item-layout > div {
    width: 100%;
  }
  .technology-group.unique .unique-item-layout > ul {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .technology-group.unique .unique-item {
    width: 33.3333333333%;
  }
  .technology-group.unique .unique-item-large {
    width: 66.5%;
  }
}
.technology-group .caption {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
}
.technology-group .caption.small {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (max-width: 767px) {
  .technology-group {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .technology-group + * {
    margin-top: 40px;
  }
  .technology-group-item {
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .technology-group-item + * {
    margin-top: 20px;
  }
  .technology-group-item.col-3, .technology-group-item.col-4 {
    width: 100%;
  }
  .technology-group .caption {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.technology .zeb-point {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  min-height: 469px;
}
@media (max-width: 767px) {
  .technology .zeb-point {
    margin: 40px -20px 40px;
  }
}
.technology .zeb-point .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.technology .zeb-point .bg-inner {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.technology .zeb-point .bg-inner::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.technology .zeb-point .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.technology .zeb-point .main {
  position: relative;
  padding: 40px 60px 60px;
}
.technology .zeb-point .main .ttl {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 700;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .technology .zeb-point .main {
    padding: 30px 20px 20px;
  }
  .technology .zeb-point .main .ttl {
    font-size: 18px;
    font-size: 1.2rem;
    padding-bottom: 30px;
  }
}
.technology .zeb-feature {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 42px 5.7692307692%;
}
@media (max-width: 767px) {
  .technology .zeb-feature {
    display: block;
    padding: 33px 20px 20px;
  }
}
.technology .zeb-feature-logo {
  flex-shrink: 0;
  margin-right: 40px;
  width: 17.7173913043%;
}
.technology .zeb-feature-logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .technology .zeb-feature-logo {
    margin-left: auto;
    margin-right: auto;
    width: 163px;
  }
}
@media (min-width: 768px) {
  .technology .zeb-feature-info {
    flex: 1 1 0px;
    min-width: 0px;
  }
}
@media (max-width: 767px) {
  .technology .zeb-feature-info {
    margin-top: 32px;
  }
}
.technology .zeb-feature-item {
  display: flex;
}
.technology .zeb-feature-item + * {
  margin-top: 20px;
}
.technology .zeb-feature-item .label {
  flex-shrink: 0;
  background-color: #4CAF50;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.3333333333rem;
  padding: 15px 24px;
  width: 36.2622036262%;
  margin-right: 58px;
  position: relative;
}
.technology .zeb-feature-item .label::after {
  content: "";
  border-style: solid;
  border-width: 11px 0 11px 15px;
  border-color: transparent transparent transparent #212121;
  position: absolute;
  top: 50%;
  right: -35px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .technology .zeb-feature-item {
    display: block;
  }
  .technology .zeb-feature-item .label {
    font-size: 16px;
    font-size: 1.0666666667rem;
    padding: 8px;
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .technology .zeb-feature-item .label::after {
    display: none;
  }
}
.technology .zeb-planner {
  position: relative;
  padding: 60px;
  background: #8C7938;
  background: linear-gradient(135deg, #8C7938 0%, #BEAF84 100%);
  z-index: 2;
}
.technology .zeb-planner::after {
  content: "";
  background: url(/img/technology/zeb_grid.png) no-repeat 100% 0;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 916px;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .technology .zeb-planner {
    margin-left: -20px;
    margin-right: -20px;
    padding: 42px 20px 20px;
    background: #BEAF84;
    background: linear-gradient(135deg, #BEAF84 0%, #8C7938 100%);
  }
  .technology .zeb-planner::after {
    background-image: url(/img/technology/zeb_grid_sp.png);
    width: 100%;
    height: 100%;
  }
}
.technology .zeb-planner-ttl {
  text-align: center;
  color: #ffffff;
  padding-bottom: 60px;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .technology .zeb-planner-ttl {
    padding-bottom: 35px;
    font-size: 18px;
    font-size: 1.2rem;
  }
}
.technology .zeb-planner-body {
  border: 2px solid #E1E4E6;
  display: flex;
  padding: 35px 40px;
}
.technology .zeb-planner-body .img {
  flex-shrink: 0;
  background-color: #ffffff;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
}
.technology .zeb-planner-body .img img {
  width: 75px;
}
.technology .zeb-planner-body .text {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 2;
}
.technology .zeb-planner-body .text strong {
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.technology .zeb-planner-body .text a {
  color: #ffffff;
}
.technology .zeb-planner-body .text a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .technology .zeb-planner-body {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 20px;
  }
  .technology .zeb-planner-body .img {
    margin-right: 0;
  }
  .technology .zeb-planner-body .img + * {
    margin-top: 30px;
  }
}
.technology .zeb-video {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .technology .zeb-video {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.technology .zeb-video .video {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.technology .zeb-video .bg {
  margin-top: -200px;
  position: relative;
}
.technology .zeb-video .bg::after {
  content: "";
  background-color: rgba(0, 63, 157, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.technology .zeb-video .bg img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .technology .zeb-video .bg {
    margin: -108px -20px 0;
    height: 148px;
  }
}
@media (min-width: 768px) {
  .technology .life-science-table table th {
    width: 140px;
  }
  .technology .life-science-table table th,
  .technology .life-science-table table td {
    padding: 15px 20px;
  }
}
.technology-images {
  display: flex;
  justify-content: center;
  margin-left: -40px;
  margin-bottom: -20px;
}
.technology-images img {
  width: 100%;
}
@media (max-width: 767px) {
  .technology-images {
    margin-left: 0;
  }
  .technology-images.sp-column {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.technology-images-item {
  margin-left: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .technology-images-item.max-size680 {
    max-width: 680px;
  }
  .technology-images-item.max-size315 {
    max-width: 315px;
  }
}
@media (max-width: 767px) {
  .technology-images-item {
    margin-left: 0;
  }
}

.zeb-live {
  cursor: default;
  height: 690px;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 20px;
  width: 100%;
  /* パネルモード ---------- */
}
.zeb-live + * {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .zeb-live {
    height: auto;
    padding-bottom: 5px;
  }
  .zeb-live.system-1, .zeb-live.system-2 {
    padding-bottom: 0;
  }
  .zeb-live + * {
    margin-top: 20px;
  }
}
.zeb-live::-webkit-scrollbar {
  height: 8px;
}
.zeb-live::-webkit-scrollbar-track {
  background: #C6CCCF;
  border: none;
  border-radius: 4px;
}
.zeb-live::-webkit-scrollbar-thumb {
  background: #003F9D;
  border-radius: 4px;
  border: none;
}
.zeb-live.mode-0 .mode-panel.airsystems .group-item-1 {
  border-color: #F0BF71;
}
.zeb-live.mode-0 .mode-panel.airsystems .group-item-1 .label {
  background-color: #F0BF71;
}
.zeb-live.mode-0 .mode-panel.airsystems .group-item-2 {
  border-color: #E9AD51;
}
.zeb-live.mode-0 .mode-panel.airsystems .group-item-2 .label {
  background-color: #E9AD51;
}
.zeb-live.mode-0 .mode-panel.earthheat {
  border-color: #E1973B;
}
.zeb-live.mode-0 .mode-panel.earthheat .label {
  background-color: #E1973B;
}
.zeb-live.mode-1 .mode-panel.airsystems .group-item-1 {
  border-color: #80BCD1;
}
.zeb-live.mode-1 .mode-panel.airsystems .group-item-1 .label {
  background-color: #80BCD1;
}
.zeb-live.mode-1 .mode-panel.airsystems .group-item-2 {
  border-color: #4B9FBE;
}
.zeb-live.mode-1 .mode-panel.airsystems .group-item-2 .label {
  background-color: #4B9FBE;
}
.zeb-live.mode-1 .mode-panel.earthheat {
  border-color: #2C8FB3;
}
.zeb-live.mode-1 .mode-panel.earthheat .label {
  background-color: #2C8FB3;
}
.zeb-live.mode-2 .mode-panel.airsystems .group-item-1 {
  border-color: #B1D585;
}
.zeb-live.mode-2 .mode-panel.airsystems .group-item-1 .label {
  background-color: #B1D585;
}
.zeb-live.mode-2 .mode-panel.airsystems .group-item-2 {
  border-color: #90C453;
}
.zeb-live.mode-2 .mode-panel.airsystems .group-item-2 .label {
  background-color: #90C453;
}
.zeb-live.mode-2 .mode-panel.earthheat {
  border-color: #7DBA35;
}
.zeb-live.mode-2 .mode-panel.earthheat .label {
  background-color: #7DBA35;
}
.zeb-content {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  min-width: 1160px;
  height: 670px;
}
.zeb-content::after {
  content: "";
  background: url(/img/technology/zeroenergy/tsukuba/bg.jpg) no-repeat center 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.hokkaido .zeb-content::after {
  background-image: url(/img/technology/zeroenergy/hokkaido/bg.jpg);
}
@media (max-width: 767px) {
  .saitama .zeb-content {
    overflow: hidden;
  }
}
.saitama .zeb-content::after {
  background-image: url(/img/technology/zeroenergy/saitama/bg.jpg);
}
@media (max-width: 767px) {
  .zeb-content {
    padding-top: 0;
    min-width: 335px;
    max-width: 435px;
    margin: 0 auto;
    height: 100%;
  }
  .zeb-content::after {
    top: 104px;
    height: 481px;
    background-position: center 100%;
    background-image: url(/img/technology/zeroenergy/tsukuba/bg_sp.jpg);
  }
  .hokkaido .zeb-content::after {
    height: 481px;
    background-position: center 100%;
    background-image: url(/img/technology/zeroenergy/hokkaido/bg_sp.jpg);
  }
  .saitama .zeb-content::after {
    height: 481px;
    background-position: center 100%;
    background-image: url(/img/technology/zeroenergy/saitama/bg_sp.jpg);
  }
}
.zeb-header {
  background-color: #004998;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  padding: 15px 0 15px 20px;
  height: 60px;
  width: 100%;
}
.zeb-header-logo {
  order: 1;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
}
.zeb-header-logo > span {
  background-color: #ffffff;
  color: #003F9D;
  display: inline-block;
  font-weight: 700;
  padding: 0 6px;
  margin-left: 8px;
}
.zeb-header-date {
  text-align: center;
  order: 3;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  width: 240px;
}
.zeb-header-temp {
  order: 2;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.zeb-header-temp-item {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  padding: 0 10px;
  width: 160px;
  min-height: 32px;
  align-items: center;
}
.zeb-header-temp-item .font-small {
  font-size: 10px;
  font-size: 0.6666666667rem;
}
.zeb-header-temp-item + * {
  margin-left: 2px;
}
@media (max-width: 767px) {
  .zeb-header {
    display: block;
    position: static;
    box-shadow: none;
    padding: 10px 5px 4px;
    height: auto;
  }
  .zeb-header-logo {
    font-size: 14px;
    font-size: 0.9333333333rem;
    padding-left: 6px;
  }
  .zeb-header-date {
    text-align: right;
    font-size: 12px;
    font-size: 0.8rem;
    width: auto;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .zeb-header-temp {
    margin-top: 5px;
    margin-left: 0;
  }
  .zeb-header-temp-item {
    flex-direction: column;
    font-size: 10px;
    font-size: 0.6666666667rem;
    padding: 6px 10px;
    width: 100%;
  }
  .zeb-header-temp-item > div:first-child {
    margin-right: auto;
  }
  .zeb-header-temp-item > div span {
    font-weight: 500;
  }
  .zeb-header-temp-item + * {
    margin-left: 1px;
  }
}
.zeb-main {
  position: relative;
  height: 100%;
}
.zeb-main .txt-center {
  text-align: center;
}
.zeb-main .txt-right {
  text-align: right;
}
.zeb-main .ttl {
  text-align: center;
  color: #003F9D;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.25;
}
.zeb-main .ttl.w {
  color: #ffffff;
}
.zeb-main .ttl.m {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.zeb-main .ttl.mb-s {
  margin-bottom: 4px;
}
.zeb-main .ttl .small {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 500;
}
.zeb-main .ttl2 {
  text-align: center;
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #003F9D;
  font-weight: 700;
  line-height: 1.4;
}
.zeb-main .ttl2.m {
  font-size: 12px;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .zeb-main .ttl2.m {
    font-size: 11px;
    font-size: 0.7333333333rem;
  }
}
.zeb-main .ttl2.mb {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .zeb-main .ttl2.mb {
    margin-bottom: 0;
  }
}
.zeb-main .label {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  height: 30px;
  max-width: 120px;
  width: 100%;
}
.zeb-main .label2 {
  background-color: #003F9D;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
  height: 30px;
  max-width: 105px;
  width: 100%;
}
.zeb-main .label3 {
  background-color: #003F9D;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 3px 5px;
  margin: 2px auto;
  max-width: 80px;
  min-height: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .zeb-main .label3 {
    font-size: 10px;
    font-size: 0.6666666667rem;
    padding: 3px;
    margin-bottom: 0;
    max-width: 52px;
    min-height: 20px;
  }
}
.zeb-main .label3.label3-child {
  background-color: transparent;
}
.zeb-main .label3.label3-child > * {
  background-color: #003F9D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 24px;
}
@media (max-width: 767px) {
  .zeb-main .label3.label3-child > * {
    min-height: 20px;
  }
}
@media (max-width: 767px) {
  .zeb-main {
    padding: 10px 2.9850746269%;
    margin: 0 auto;
    max-width: 435px;
    height: 100%;
    min-height: 590px;
  }
  .hokkaido .zeb-main {
    min-height: 567px;
  }
  .saitama .zeb-main {
    min-height: 689px;
    max-width: 335px;
  }
  .zeb-main .ttl {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 0.8rem;
  }
  .zeb-main .ttl.m {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .zeb-main .ttl .small {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .zeb-main .label {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 4px 10px;
    height: auto;
    min-width: 110px;
    max-width: 166px;
  }
  .zeb-main .label2 {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 4px 10px;
  }
}
.zeb-main .bg-pink {
  background-color: #F38690;
}
.zeb-main .bg-yellow {
  background-color: #E9AD51;
}
.zeb-main .bg-yellow_l {
  background-color: #F0BF71;
}
.zeb-main .bg-orange_l {
  background-color: #E1973B;
}
.zeb-main .bg-orange {
  background-color: #FF801A;
}
.zeb-main .col-pink {
  color: #F38690;
}
.zeb-main .col-yellow {
  color: #E9AD51;
}
.zeb-main .col-yellow_l {
  color: #F0BF71;
}
.zeb-main .col-orange_l {
  color: #E1973B;
}
.zeb-main .col-orange {
  color: #FF801A;
}
.saitama .zeb-main .text {
  color: #003F9D;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 500;
  margin-top: 4px;
}
.saitama .zeb-main .text.fs-s {
  font-size: 10px;
  font-size: 0.6666666667rem;
}
@media (max-width: 767px) {
  .saitama .zeb-main .text.fs-s {
    line-height: 1.25;
    margin-top: 1px;
  }
}
.saitama .zeb-main .text.fs-8 {
  font-size: 10px;
  font-size: 0.6666666667rem;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.zeb-panel {
  position: absolute;
  background-color: #ffffff;
}
.zeb-panel > div {
  position: relative;
  padding: 10px;
}
.saitama .zeb-panel > div {
  padding: 0;
}
@media (max-width: 767px) {
  .zeb-panel > div {
    padding: 6px 4%;
  }
}
.zeb-panel.square-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 108px;
}
@media (max-width: 767px) {
  .zeb-panel.square-box {
    padding: 5px 5px 8px;
    width: 20.2985074627%;
  }
}
.saitama .zeb-panel.square-box #saitama-no2.status-0,
.saitama .zeb-panel.square-box #saitama-no4.status-0 {
  background-color: #FF8019;
}
.saitama .zeb-panel.square-box #saitama-no2.status-1,
.saitama .zeb-panel.square-box #saitama-no4.status-1 {
  background-color: #0E7BD0;
}
.saitama .zeb-panel.square-box #saitama-no2.status-2,
.saitama .zeb-panel.square-box #saitama-no4.status-2 {
  background-color: #00A09A;
}
.saitama .zeb-panel.square-box #saitama-no2.status-3,
.saitama .zeb-panel.square-box #saitama-no4.status-3 {
  background-color: #E4CC00;
}
.saitama .zeb-panel.square-box #saitama-no2.status-4,
.saitama .zeb-panel.square-box #saitama-no4.status-4 {
  background-color: #00AEEF;
}
.saitama .zeb-panel.square-box #saitama-no3.status-0,
.saitama .zeb-panel.square-box #saitama-no5.status-0 {
  background-color: #AAAAAA;
}
.saitama .zeb-panel.square-box #saitama-no3.status-1,
.saitama .zeb-panel.square-box #saitama-no5.status-1 {
  background-color: #FF0000;
}
.saitama .zeb-panel.square-box #saitama-no6.status-0 {
  background-color: #00B95D;
}
.saitama .zeb-panel.square-box #saitama-no6.status-1 {
  background-color: #FF0000;
}
.saitama .zeb-panel.square-box #saitama-no6.status-2 {
  background-color: #505050;
}
.saitama .zeb-panel.square-box #saitama-no6.status-3 {
  background-color: #505050;
}
.saitama .zeb-panel.square-box #saitama-no7.status-0 {
  background-color: #00B95D;
}
.saitama .zeb-panel.square-box #saitama-no7.status-1 {
  background-color: #D2B600;
}
.saitama .zeb-panel.square-box #saitama-no7.status-2 {
  background-color: #505050;
}
.saitama .zeb-panel.square-box #saitama-no7.status-3 {
  background-color: #505050;
}
.saitama .zeb-panel.square-box #saitama-no7.status-4 {
  background-color: #F600A3;
}
.saitama .zeb-panel.square-box #saitama-no44.status-0 {
  background-color: #00B95D;
}
.saitama .zeb-panel.square-box #saitama-no44.status-1 {
  background-color: #D2B600;
}
.saitama .zeb-panel.square-box #saitama-no44.status-2 {
  background-color: #505050;
}
.saitama .zeb-panel.square-box #saitama-no44.status-3 {
  background-color: #505050;
}
.saitama .zeb-panel.square-box #saitama-no44.status-4 {
  background-color: #F600A3;
}
.saitama .zeb-panel.square-box #saitama-no44.status-5 {
  background-color: #AAAAAA;
}
.zeb-panel.solarheat, .zeb-panel.airsystems, .zeb-panel.earthheat, .zeb-panel.wellwater {
  left: 58px;
  width: 150px;
}
.hokkaido .zeb-panel.solarheat, .hokkaido .zeb-panel.airsystems, .hokkaido .zeb-panel.earthheat, .hokkaido .zeb-panel.wellwater {
  left: 203px;
}
.saitama .zeb-panel.solarheat, .saitama .zeb-panel.airsystems, .saitama .zeb-panel.earthheat, .saitama .zeb-panel.wellwater {
  left: 203px;
}
@media (max-width: 767px) {
  .zeb-panel.solarheat, .zeb-panel.airsystems, .zeb-panel.earthheat, .zeb-panel.wellwater {
    left: 2.9850746269%;
    width: 44.776119403%;
  }
}
.zeb-panel.solarheat {
  top: 25px;
  border: 2px solid #F38690;
}
.zeb-panel.solarheat .ttl {
  padding: 5px 0;
}
@media (max-width: 767px) {
  .zeb-panel.solarheat {
    top: 2.7118644068%;
  }
}
.zeb-panel.airsystems {
  top: 168px;
  background-color: rgba(17, 45, 87, 0.8);
}
.zeb-panel.airsystems > div > .ttl {
  padding: 5px 0 2px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .zeb-panel.airsystems > div > .ttl {
    line-height: 1.5;
  }
}
.zeb-panel.airsystems .group > div {
  border: 2px solid transparent;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px;
}
.zeb-panel.airsystems .group > div + * {
  margin-top: 2px;
}
.zeb-panel.airsystems .group .ttl {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .zeb-panel.airsystems .group .ttl {
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .zeb-panel.airsystems {
    top: 19.1525423729%;
  }
  .zeb-panel.airsystems > div > .ttl {
    padding: 0;
  }
  .zeb-panel.airsystems .group > div + * {
    margin-top: 4px;
  }
}
.hokkaido .zeb-panel.airsystems {
  top: 126px;
}
@media (max-width: 767px) {
  .hokkaido .zeb-panel.airsystems {
    top: 19.9294532628%;
    left: 10px;
  }
}
.zeb-panel.earthheat {
  top: 422px;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .zeb-panel.earthheat {
    top: 53.5593220339%;
  }
  .zeb-panel.earthheat .ttl {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.hokkaido .zeb-panel.earthheat {
  top: 382px;
}
@media (max-width: 767px) {
  .hokkaido .zeb-panel.earthheat {
    top: 55.7319223986%;
    left: 10px;
  }
  .hokkaido .zeb-panel.earthheat .ttl {
    margin-top: 4px;
    margin-bottom: 10px;
  }
}
.zeb-panel.wellwater {
  top: 532px;
}
.zeb-panel.wellwater > div {
  display: flex;
  align-items: center;
  padding: 8px 9px;
}
.zeb-panel.wellwater .ttl {
  margin-bottom: 0;
  margin-right: 6px;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
@media (max-width: 767px) {
  .zeb-panel.wellwater .ttl {
    flex-shrink: 0;
    font-weight: 400;
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
}
.zeb-panel.wellwater .label2 {
  width: 74px;
}
@media (max-width: 767px) {
  .zeb-panel.wellwater .label2 {
    height: 26px;
    width: 60px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .zeb-panel.wellwater {
    top: 66.2711864407%;
  }
  .zeb-panel.wellwater > div {
    padding: 5px;
  }
  .zeb-panel.wellwater .ttl {
    margin-left: 10px;
  }
}
.hokkaido .zeb-panel.wellwater {
  top: 492px;
}
@media (max-width: 767px) {
  .hokkaido .zeb-panel.wellwater {
    top: 68.9594356261%;
    left: 10px;
  }
}
.zeb-panel.solarpower {
  top: 35px;
  left: 724px;
  width: 145px;
  height: 145px;
  overflow: hidden;
  border: 4px solid #FFE023;
  border-radius: 50%;
}
.zeb-panel.solarpower > div {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .zeb-panel.solarpower {
    top: 2.7118644068%;
    left: 57.9104477612%;
    width: 39.1044776119%;
    max-width: 135px;
    height: 22.2033898305%;
  }
  .zeb-panel.solarpower .ttl .small {
    display: block;
    margin-top: 5px;
  }
  .zeb-panel.solarpower .label2 {
    max-width: 85px;
  }
  .zeb-panel.solarpower > div {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.hokkaido .zeb-panel.solarpower {
  top: 24px;
  left: 41px;
}
@media (max-width: 767px) {
  .hokkaido .zeb-panel.solarpower {
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 6px;
    top: 1.9400352734%;
    left: 10px;
    width: 44.776119403%;
    max-width: 100%;
    height: auto;
  }
  .hokkaido .zeb-panel.solarpower > div {
    padding: 0;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
  .hokkaido .zeb-panel.solarpower .ttl {
    margin-bottom: 10px;
  }
  .hokkaido .zeb-panel.solarpower .ttl .small {
    margin-top: 0;
  }
}
.hokkaido .zeb-panel.solarpower .label2 {
  max-width: 80%;
}
.saitama .zeb-panel.solarpower {
  top: 20px;
  left: 233px;
  width: 160px;
  height: 160px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.solarpower {
    top: calc((10 / 689) * 100%);
    left: calc((41 / 335) * 100%);
    width: calc((136 / 335) * 100%);
    max-width: 136px;
    height: calc((136 / 689) * 100%);
  }
}
.saitama .zeb-panel.solarpower > div {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.solarpower > div {
    padding-top: 12px;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .saitama .zeb-panel.solarpower .ttl {
    margin-bottom: 6px;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-panel.solarpower .text {
    line-height: 1.5;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-panel.solarpower .label3 {
    max-width: 66px;
  }
}
.zeb-panel.power-reception {
  top: 20px;
  left: 508px;
  width: 145px;
  height: 145px;
  overflow: hidden;
  border: 4px solid #FFE023;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .zeb-panel.power-reception {
    top: 2.7118644068%;
    left: 57.9104477612%;
    width: 39.1044776119%;
    max-width: 135px;
    height: 22.2033898305%;
  }
  .zeb-panel.power-reception > div {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.saitama .zeb-panel.power-reception {
  width: 160px;
  height: 160px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.power-reception {
    top: calc((10 / 689) * 100%);
    left: calc((187 / 335) * 100%);
    width: calc((136 / 335) * 100%);
    max-width: 136px;
    height: calc((136 / 689) * 100%);
  }
}
.saitama .zeb-panel.power-reception > div {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.power-reception > div {
    padding-top: 12px;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .saitama .zeb-panel.power-reception .ttl {
    margin-bottom: 6px;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-panel.power-reception .text {
    line-height: 1.5;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-panel.power-reception .label3 {
    max-width: 66px;
  }
}
.zeb-panel.officearea {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #1976D2;
  top: 202px;
  left: 541px;
  width: 338px;
}
.zeb-panel.officearea > div + div {
  border-top: 1px solid #E1E4E6;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .zeb-panel.officearea {
    top: 26.6101694915%;
    left: 60%;
    width: 37.0149253731%;
  }
}
.zeb-panel.officearea .ttl {
  text-align: left;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .zeb-panel.officearea .ttl {
    text-align: center;
    margin-bottom: 5px;
  }
}
.zeb-panel.officearea .group {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.zeb-panel.officearea .group > .img {
  width: 63px;
  flex-shrink: 0;
  margin-right: 23px;
  text-align: center;
}
.zeb-panel.officearea .group > .img img {
  width: 100%;
}
.zeb-panel.officearea .group ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: -3px;
}
.zeb-panel.officearea .group li {
  padding-left: 10px;
  padding-bottom: 3px;
  width: 50%;
}
.zeb-panel.officearea .group .text {
  color: #003F9D;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 500;
}
.zeb-panel.officearea .group .label2 {
  background-color: #1976D2;
  margin: 0;
  height: 26px;
}
@media (max-width: 767px) {
  .zeb-panel.officearea .group {
    display: block;
    padding-left: 0;
  }
  .zeb-panel.officearea .group > .img {
    display: none;
  }
  .zeb-panel.officearea .group ul {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .zeb-panel.officearea .group li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-bottom: 0;
    line-height: 1.2;
    width: 100%;
  }
  .zeb-panel.officearea .group li + * {
    margin-top: 4px;
  }
  .zeb-panel.officearea .group .text {
    font-size: 10px;
    font-size: 0.6666666667rem;
    padding-right: 5px;
  }
  .zeb-panel.officearea .group .label2 {
    margin: 0;
    height: 26px;
    max-width: 50px;
  }
}
.hokkaido .zeb-panel.officearea {
  top: 64px;
  left: 541px;
}
.hokkaido .zeb-panel.officearea > div + div {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .hokkaido .zeb-panel.officearea {
    top: 7.2310405644%;
    left: 60%;
  }
}
.zeb-panel.labels {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #1976D2;
  top: 362px;
  left: 541px;
  width: 338px;
}
.zeb-panel.labels > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.zeb-panel.labels .label2 {
  background-color: #1976D2;
  margin: 0;
  height: 26px;
}
@media (min-width: 768px) {
  .zeb-panel.labels .label2[class*=icon] {
    position: relative;
    margin-left: 40px;
  }
  .zeb-panel.labels .label2[class*=icon]::after {
    content: "";
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .zeb-panel.labels .label2.icon-light-ceiling::after {
    background-image: url(/img/technology/zeroenergy/icon-05.png);
    left: -40px;
    width: 26px;
    height: 32px;
  }
  .zeb-panel.labels .label2.icon-outlet::after {
    background-image: url(/img/technology/zeroenergy/icon-06.png);
    left: -32px;
    width: 19px;
    height: 33px;
  }
}
@media (max-width: 767px) {
  .zeb-panel.labels {
    top: 53.5593220339%;
    left: 60%;
    width: 37.0149253731%;
  }
  .zeb-panel.labels > div {
    display: block;
    padding: 4%;
  }
  .zeb-panel.labels .label2 {
    max-width: 100%;
  }
  .zeb-panel.labels .label2 + .label2 {
    margin-top: 3px;
  }
}
.hokkaido .zeb-panel.labels {
  top: 365px;
  left: 541px;
}
@media (max-width: 767px) {
  .hokkaido .zeb-panel.labels {
    top: 62.7865961199%;
    left: 60%;
  }
}
.saitama .zeb-panel.office {
  top: 20px;
  left: 676px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.office {
    top: 43.6865021771%;
    left: 55.8208955224%;
  }
}
.saitama .zeb-panel.training {
  top: 20px;
  left: 792px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.training {
    top: 43.6865021771%;
    left: 76.7164179104%;
  }
}
.saitama .zeb-panel.storage {
  top: 234px;
  left: 29px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.storage {
    top: 23.2220609579%;
    left: 3.5820895522%;
  }
}
.saitama .zeb-panel.pcs {
  top: 234px;
  left: 259px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.pcs {
    top: 23.2220609579%;
    left: 33.7313432836%;
  }
}
.saitama .zeb-panel.power {
  top: 338px;
  left: 470px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.power {
    top: 33.526850508%;
    left: 55.8208955224%;
  }
}
.saitama .zeb-panel.el-power {
  top: 338px;
  left: 596px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.el-power {
    top: 33.526850508%;
    left: 76.7164179104%;
  }
}
.saitama .zeb-panel.el-car {
  top: 458px;
  left: 259px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.el-car {
    top: 43.6865021771%;
    left: 33.7313432836%;
  }
}
.saitama .zeb-panel.co2-rate {
  top: 430px;
  left: 824px;
  width: 82px;
  height: 160px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.co2-rate {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    top: 640px;
    left: 0;
    padding: 6px 12px;
    width: 100%;
    height: 48px;
  }
}
.saitama .zeb-panel.co2-rate .ttl2 {
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.co2-rate .ttl2 {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
.saitama .zeb-panel.co2-rate .text.fs-8 {
  margin-top: 0;
  margin-left: -14px;
  margin-right: -14px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.co2-rate .text.fs-8 {
    margin-left: -18px;
  }
}
.saitama .zeb-panel.co2-rate .rate {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #EBF5FF;
  color: #003F9D;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 70px;
  padding: 5px 0;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.co2-rate .rate {
    margin-top: 0;
    padding: 0 0 1px;
    width: 100px;
  }
}
.saitama .zeb-panel.co2-rate .img {
  width: 64px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .saitama .zeb-panel.co2-rate .img {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.saitama .zeb-panel.co2-rate .img img {
  width: 100%;
}
.zeb-drinving {
  top: 465px;
  left: 527px;
  position: absolute;
  background-color: #212121;
  padding: 10px;
  width: 373px;
}
@media (max-width: 767px) {
  .zeb-drinving {
    display: flex;
    justify-content: space-between;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 3.1746031746%;
    width: 100%;
    min-width: 335px;
  }
}
.zeb-drinving .tag {
  width: 47px;
  display: block;
  text-align: center;
}
.zeb-drinving .tag > p {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 4px 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .zeb-drinving .tag {
    width: 40px;
    flex-shrink: 0;
  }
  .zeb-drinving .tag > p {
    font-size: 10px;
    font-size: 0.6666666667rem;
    padding: 4px 0;
  }
}
.zeb-drinving .head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  padding: 3px 0 10px;
  margin-bottom: 14px;
}
.zeb-drinving .head-ttl {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
}
.zeb-drinving .head-tag {
  display: flex;
  align-items: center;
}
.zeb-drinving .head-tag > span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 400;
  margin-right: 10px;
}
.zeb-drinving .head .tag {
  width: auto;
  min-width: 47px;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.zeb-drinving .head .tag > * {
  display: block;
  width: 100%;
}
.zeb-drinving .head .tag > *.status-0 {
  background-color: #FF801A;
}
.zeb-drinving .head .tag > *.status-1 {
  background-color: #4B9FBE;
}
.zeb-drinving .head .tag > *.status-2 {
  background-color: #90C453;
}
@media (max-width: 767px) {
  .zeb-drinving .head {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
  }
  .zeb-drinving .head-ttl {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  .zeb-drinving .head-tag > span {
    margin-right: 8px;
    font-size: 10px;
    font-size: 0.6666666667rem;
    font-weight: 500;
  }
  .zeb-drinving .head .tag {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 2px 0;
  }
}
.zeb-drinving .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-bottom: -12px;
}
@media (max-width: 767px) {
  .zeb-drinving .list {
    margin-left: 0;
    margin-bottom: 0;
    display: block;
  }
}
.zeb-drinving .item {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-bottom: 12px;
}
.zeb-drinving .item.color-1 .text::after {
  border-color: #F38690;
}
.zeb-drinving .item.color-2 .text::after {
  border-color: #E9AD51;
}
.zeb-drinving .item.color-3 .text::after {
  border-color: #F0BF71;
}
.zeb-drinving .item.color-4 .text::after {
  border-color: #E1973B;
}
.zeb-drinving .item.status-0 .tag {
  background-color: #BBBBBB;
}
.zeb-drinving .item.status-0.color-1 .text::after, .zeb-drinving .item.status-0.color-2 .text::after, .zeb-drinving .item.status-0.color-3 .text::after, .zeb-drinving .item.status-0.color-4 .text::after {
  border-color: #BBBBBB;
}
.zeb-drinving .item.status-1 .tag {
  background-color: #EE1D23;
}
.mode-0 .zeb-drinving .item.status-1.color-2 .text::after, .mode-0 .zeb-drinving .item.status-1.color-3 .text::after, .mode-0 .zeb-drinving .item.status-1.color-4 .text::after {
  border-color: #FFE023;
}
.mode-1 .zeb-drinving .item.status-1.color-2 .text::after, .mode-1 .zeb-drinving .item.status-1.color-3 .text::after, .mode-1 .zeb-drinving .item.status-1.color-4 .text::after {
  border-color: #1976D2;
}
.mode-2 .zeb-drinving .item.status-1.color-2 .text::after, .mode-2 .zeb-drinving .item.status-1.color-3 .text::after, .mode-2 .zeb-drinving .item.status-1.color-4 .text::after {
  border-color: #bcdfac;
}
@media (min-width: 768px) {
  .zeb-drinving .item:last-child {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .zeb-drinving .item {
    padding-left: 0;
    padding-bottom: 0;
  }
  .zeb-drinving .item + * {
    margin-top: 3px;
  }
}
.zeb-drinving .item .text {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.8rem;
  padding-left: 12px;
  width: 124px;
  position: relative;
}
.zeb-drinving .item .text::after {
  content: "";
  position: absolute;
  top: 5px;
  border: 2px solid transparent;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: 0;
}
@media (max-width: 767px) {
  .zeb-drinving .item .text {
    font-size: 10px;
    font-size: 0.6666666667rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .zeb-drinving .item .tag {
    margin-left: 10px;
  }
}
.zeb-graph {
  background-color: #7A879B;
  color: #ffffff;
  padding: 12px 12px 6px;
  position: absolute;
  top: 430px;
  left: 470px;
  height: 160px;
  width: 350px;
}
@media (max-width: 767px) {
  .zeb-graph {
    top: 480px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 100px);
  }
}
.zeb-graph .green {
  background-color: #3FDD3E;
}
.zeb-graph .yellow {
  background-color: #E0B52D;
}
.zeb-graph .purple {
  background-color: #C011C0;
}
@media (max-width: 767px) {
  .zeb-graph-inner {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 335px;
  }
}
.zeb-graph .graph-info {
  display: flex;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media (max-width: 767px) {
  .zeb-graph .graph-info {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
.zeb-graph .graph-info .ttl {
  text-align: left;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.6666666667rem;
  font-weight: 500;
  margin-bottom: 4px;
}
.zeb-graph .graph-info .ttl .green, .zeb-graph .graph-info .ttl .yellow, .zeb-graph .graph-info .ttl .purple {
  background-color: transparent;
}
.zeb-graph .graph-info .ttl .green {
  color: #3FDD3E;
}
.zeb-graph .graph-info .ttl .yellow {
  color: #E0B52D;
}
.zeb-graph .graph-info .ttl .purple {
  color: #C011C0;
}
.zeb-graph .graph-info .list {
  display: block;
  font-size: 10px;
  font-size: 0.6666666667rem;
  font-weight: 300;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.zeb-graph .graph-info .list.txt-right {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.zeb-graph .graph-info .list li + li {
  margin-top: 4px;
}
.zeb-graph .graph-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 767px) {
  .zeb-graph .graph-wrap {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.zeb-graph .graph {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
  height: 100%;
  min-height: 70px;
  width: 8.3333333333%;
}
.zeb-graph .graph .in {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
  width: 6px;
  height: 55px;
}
.zeb-graph .graph .in > * {
  font-size: 0;
  width: 100%;
}
.zeb-graph .graph .sub {
  display: block;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.6666666667rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .zeb-meter-guide-wrap {
    position: absolute;
    top: 39.1872278665%;
    left: 3.8805970149%;
  }
}
.zeb-meter-guide .ico, .zeb-meter-guide-attach .ico {
  border-radius: 50%;
  background-color: #212121;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}
.zeb-meter-guide .ico > span, .zeb-meter-guide-attach .ico > span {
  display: block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  font-size: 10px;
  font-size: 0.6666666667rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .zeb-meter-guide {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .zeb-meter-guide {
    width: 88px;
  }
}
@media (max-width: 767px) {
  .zeb-meter-guide + * {
    margin-top: 1px;
  }
}
.zeb-meter-guide .info {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 1px 0;
  position: relative;
}
@media (max-width: 767px) {
  .zeb-meter-guide .info {
    max-width: none;
    padding-left: 17px;
  }
}
.zeb-meter-guide .info > span {
  text-align: center;
  display: inline-block;
  font-size: 10px;
  font-size: 0.6666666667rem;
  font-weight: 500;
  margin: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .zeb-meter-guide .info > span {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.zeb-meter-guide .info > span + * {
  margin-top: 0;
}
@media (max-width: 767px) {
  .zeb-meter-guide .info .ico {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
  }
}
@media (min-width: 768px) {
  .saitama .zeb-meter-guide.a {
    top: 207px;
    left: 160px;
  }
}
@media (min-width: 768px) {
  .saitama .zeb-meter-guide.b {
    top: 263px;
    left: 160px;
  }
}
@media (min-width: 768px) {
  .saitama .zeb-meter-guide.c {
    top: 207px;
    left: 408px;
  }
}
@media (min-width: 768px) {
  .saitama .zeb-meter-guide.d {
    top: 263px;
    left: 408px;
  }
}
@media (min-width: 768px) {
  .saitama .zeb-meter-guide.e {
    top: 393px;
    left: 207px;
  }
}
@media (min-width: 768px) {
  .saitama .zeb-meter-guide.f {
    top: 393px;
    left: 339px;
  }
}
.zeb-meter-guide-attach [class*=attach-] {
  position: absolute;
}
@media (max-width: 767px) {
  .saitama .zeb-meter-guide-attach .attach-a {
    top: 164px;
    left: 89px;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-meter-guide-attach .attach-b {
    top: 192px;
    left: 89px;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-meter-guide-attach .attach-c {
    top: 164px;
    left: 195px;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-meter-guide-attach .attach-d {
    top: 192px;
    left: 195px;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-meter-guide-attach .attach-e {
    top: 273px;
    left: 114px;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-meter-guide-attach .attach-f {
    top: 273px;
    left: 166px;
  }
}
.zeb #zeb .angle {
  position: absolute;
  background-size: contain;
  background-position: center 0;
  background-repeat: no-repeat;
}
.zeb #zeb .angle-up, .zeb #zeb .angle-down {
  left: 78px;
  width: 110px;
  height: 32px;
}
@media (max-width: 767px) {
  .zeb #zeb .angle-up, .zeb #zeb .angle-down {
    left: 14.328358209%;
    width: 21.7910447761%;
    height: 3.7288135593%;
  }
}
.zeb #zeb .angle-up {
  top: 385px;
}
@media (max-width: 767px) {
  .zeb #zeb .angle-up {
    top: 49.4915254237%;
  }
}
.zeb #zeb .angle-down {
  top: 128px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .zeb #zeb .angle-down {
    top: 15.0847457627%;
  }
}
.zeb #zeb .angle-left {
  top: 255px;
  left: 227px;
  width: 296px;
  height: 34px;
}
@media (max-width: 767px) {
  .zeb #zeb .angle-left {
    top: 36.1204013378%;
    left: 48.3582089552%;
    width: 11.0447761194%;
    height: 4.6822742475%;
  }
}
.zeb #zeb .angle-various {
  background: url(/img/technology/zeroenergy/tsukuba/arrow_yellow.gif) no-repeat 0 0;
  background-size: contain;
  top: 76px;
  left: 215px;
  width: 523px;
  height: 381px;
  z-index: -1;
}
@media (max-width: 767px) {
  .zeb #zeb .angle-various {
    background-image: url(/img/technology/zeroenergy/tsukuba/arrow_yellow_sp.gif);
    top: 6.856187291%;
    left: 48.9552238806%;
    width: 11.9402985075%;
    height: 52.3411371237%;
  }
}
.zeb #zeb.condition-0 .angle-up, .zeb #zeb.condition-0 .angle-down {
  background-image: url(/img/technology/zeroenergy/vertical_arrow_mode-0.gif);
}
.zeb #zeb.condition-0 .angle-left {
  background-image: url(/img/technology/zeroenergy/tsukuba/arrow_mode-0.gif);
}
@media (max-width: 767px) {
  .zeb #zeb.condition-0 .angle-left {
    background-image: url(/img/technology/zeroenergy/tsukuba/arrow_mode-0_sp.gif);
  }
}
.zeb #zeb.condition-1 .angle-up, .zeb #zeb.condition-1 .angle-down {
  background-image: url(/img/technology/zeroenergy/vertical_arrow_mode-1.gif);
}
.zeb #zeb.condition-1 .angle-left {
  background-image: url(/img/technology/zeroenergy/tsukuba/arrow_mode-1.gif);
}
@media (max-width: 767px) {
  .zeb #zeb.condition-1 .angle-left {
    background-image: url(/img/technology/zeroenergy/tsukuba/arrow_mode-1_sp.gif);
  }
}
.zeb #zeb.condition-2 .angle-up, .zeb #zeb.condition-2 .angle-down {
  background-image: url(/img/technology/zeroenergy/vertical_arrow_mode-2.gif);
}
.zeb #zeb.condition-2 .angle-left {
  background-image: url(/img/technology/zeroenergy/tsukuba/arrow_mode-2.gif);
}
@media (max-width: 767px) {
  .zeb #zeb.condition-2 .angle-left {
    background-image: url(/img/technology/zeroenergy/tsukuba/arrow_mode-2_sp.gif);
  }
}
.zeb #zeb.mode-1.condition-1 .angle-down {
  background-image: url(/img/technology/zeroenergy/vertical_arrow_mode-0.gif);
}
.zeb #zeb.mode-2.condition-1 .angle-down {
  background-image: url(/img/technology/zeroenergy/vertical_arrow_mode-0.gif);
}
.zeb #zeb.mode-2.condition-2 .angle-up,
.zeb #zeb.mode-2.condition-2 .angle-down {
  display: none;
}
.zeb #hokkaido-zeb .angle {
  position: absolute;
  background-size: contain;
  background-position: center 0;
  background-repeat: no-repeat;
}
.zeb #hokkaido-zeb .angle-down {
  display: none;
}
.zeb #hokkaido-zeb .angle-up {
  top: 342px;
  left: 223px;
  width: 110px;
  height: 32px;
}
@media (max-width: 767px) {
  .zeb #hokkaido-zeb .angle-up {
    top: 51.3227513228%;
    left: 14.328358209%;
    width: 21.7910447761%;
    height: 3.8800705467%;
  }
}
.zeb #hokkaido-zeb .angle-left {
  top: 216px;
  left: 365px;
  width: 165px;
  height: 34px;
}
@media (max-width: 767px) {
  .zeb #hokkaido-zeb .angle-left {
    top: 36.5079365079%;
    left: 48.3582089552%;
    width: 11.0447761194%;
    height: 4.9382716049%;
  }
}
.zeb #hokkaido-zeb .angle-various {
  background: url(/img/technology/zeroenergy/hokkaido/arrow_yellow.gif) no-repeat 0 0;
  background-size: contain;
  top: 92px;
  left: 188px;
  width: 342px;
  height: 350px;
  z-index: -1;
}
@media (max-width: 767px) {
  .zeb #hokkaido-zeb .angle-various {
    background-image: url(/img/technology/zeroenergy/hokkaido/arrow_yellow_sp.gif);
    top: 10.0529100529%;
    left: 48.9552238806%;
    width: 9.8507462687%;
    height: 58.3774250441%;
  }
}
.zeb #hokkaido-zeb.condition-0 .angle-up {
  background-image: url(/img/technology/zeroenergy/vertical_arrow_mode-0.gif);
}
.zeb #hokkaido-zeb.condition-0 .angle-left {
  background-image: url(/img/technology/zeroenergy/hokkaido/arrow_mode-0.gif);
}
@media (max-width: 767px) {
  .zeb #hokkaido-zeb.condition-0 .angle-left {
    background-image: url(/img/technology/zeroenergy/hokkaido/arrow_mode-0_sp.gif);
  }
}
.zeb #hokkaido-zeb.condition-1 .angle-up {
  background-image: url(/img/technology/zeroenergy/vertical_arrow_mode-1.gif);
}
.zeb #hokkaido-zeb.condition-1 .angle-left {
  background-image: url(/img/technology/zeroenergy/hokkaido/arrow_mode-1.gif);
}
@media (max-width: 767px) {
  .zeb #hokkaido-zeb.condition-1 .angle-left {
    background-image: url(/img/technology/zeroenergy/hokkaido/arrow_mode-1_sp.gif);
  }
}
.zeb #hokkaido-zeb.condition-2 .angle-up {
  background-image: url(/img/technology/zeroenergy/vertical_arrow_mode-2.gif);
}
.zeb #hokkaido-zeb.condition-2 .angle-left {
  background-image: url(/img/technology/zeroenergy/hokkaido/arrow_mode-2.gif);
}
@media (max-width: 767px) {
  .zeb #hokkaido-zeb.condition-2 .angle-left {
    background-image: url(/img/technology/zeroenergy/hokkaido/arrow_mode-2_sp.gif);
  }
}
.zeb #saitama-zeb .angle {
  position: absolute;
  background-size: contain;
  background-position: center 0;
  background-repeat: no-repeat;
}
.zeb #saitama-zeb .angle-down {
  display: none;
}
.zeb #saitama-zeb .angle-up {
  top: 342px;
  left: 223px;
  width: 110px;
  height: 32px;
}
@media (max-width: 767px) {
  .zeb #saitama-zeb .angle-up {
    top: 51.3227513228%;
    left: 14.328358209%;
    width: 21.7910447761%;
    height: 3.8800705467%;
  }
}
.zeb #saitama-zeb .angle-left {
  top: 216px;
  left: 365px;
  width: 165px;
  height: 34px;
}
@media (max-width: 767px) {
  .zeb #saitama-zeb .angle-left {
    top: 36.5079365079%;
    left: 48.3582089552%;
    width: 11.0447761194%;
    height: 4.9382716049%;
  }
}
.zeb #saitama-zeb .angle-various {
  background: url(/img/technology/zeroenergy/saitama/arrow_yellow.gif) no-repeat 0 0;
  background-size: contain;
  top: 181px;
  left: 138px;
  width: 521px;
  height: 274px;
  z-index: -1;
}
@media (max-width: 767px) {
  .zeb #saitama-zeb .angle-various {
    background-image: url(/img/technology/zeroenergy/saitama/arrow_yellow_sp.gif);
    top: calc((133 / 689) * 100%);
    left: calc((80 / 335) * 100%);
    width: calc((214 / 335) * 100%);
    max-width: 278px;
  }
}
.zeb .update {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  padding: 8px 0;
  text-align: center;
  letter-spacing: 0.05em;
}
.zeb-side {
  background-color: #003F9D;
  color: #ffffff;
  position: absolute;
  top: 60px;
  right: 0;
  padding: 16px 20px 20px;
  height: 610px;
  width: 240px;
}
@media (max-width: 767px) {
  .zeb-side {
    position: static;
    top: 0;
    padding: 13px 10px 17px;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .zeb-side-head {
    margin-bottom: 10px;
  }
}
.zeb-balance {
  text-align: center;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
  line-height: 1.4;
}
.zeb-balance .num {
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
  margin-right: 10px;
  font-size: 40px;
  font-size: 2.6666666667rem;
}
@media (max-width: 767px) {
  .zeb-balance {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  .zeb-balance > div:first-child {
    margin-right: 17px;
  }
  .zeb-balance .num {
    margin-right: 0;
    font-size: 27px;
    font-size: 1.8rem;
  }
}
.zeb-category {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 17px 0;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .zeb-category {
    background-color: transparent;
    margin-top: 5px;
    padding: 0;
  }
}
.zeb-category ul {
  display: flex;
  flex-wrap: wrap;
}
.hokkaido .zeb-category ul {
  justify-content: space-between;
}
.zeb-category-item {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .zeb-category-item:nth-of-type(odd) {
    width: 75px;
  }
  .zeb-category-item:nth-of-type(even) {
    width: 91px;
  }
}
.zeb-category-item::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
}
.hokkaido .zeb-category-item {
  flex-grow: 1;
  font-size: 10px;
  font-size: 0.6666666667rem;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .hokkaido .zeb-category-item:nth-of-type(odd), .hokkaido .zeb-category-item:nth-of-type(even) {
    width: 33.33%;
  }
  .hokkaido .zeb-category-item:nth-of-type(3n+1) {
    width: 50px;
  }
  .hokkaido .zeb-category-item:nth-of-type(3n+3) {
    width: 24px;
  }
}
@media (max-width: 767px) {
  .hokkaido .zeb-category-item {
    margin-right: 0;
    font-size: 12px;
    font-size: 0.8rem;
    width: 25%;
  }
}
.hokkaido .zeb-category-item::after {
  top: 3px;
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .zeb-category-item {
    font-size: 12px;
    font-size: 0.8rem;
    padding-bottom: 2px;
    margin-right: 20px;
  }
  .zeb-category-item::after {
    top: 3px;
  }
}
.zeb-category-item.c1::after {
  background-color: #F48226;
}
.zeb-category-item.c2::after {
  background-color: #699BD0;
}
.zeb-category-item.c3::after {
  background-color: #FFB933;
}
.zeb-category-item.c4::after {
  background-color: #7FCE39;
}
.zeb-category-item.c5::after {
  background-color: #AF58E6;
}
.zeb-category-item.c6::after {
  background-color: #C6FF00;
}
.zeb-category-item.c7::after {
  background-color: #D13A3A;
}
.zeb-category-item.c8::after {
  background-color: #BBBBBB;
}
.zeb-category-item.c9::after {
  background-color: #92F3FF;
}
.zeb-category-item.c10::after {
  background-color: #FF93DE;
}
.zeb-category-item.c11::after {
  background-color: #FFC000;
}
.zeb-category-item.c12::after {
  background-color: #FFFF00;
}
.zeb-category-item.c13::after {
  background-color: #FFD964;
}
.zeb-category-item.c14::after {
  background-color: #02B0F0;
}
.zeb-category-item.c15::after {
  background-color: #92D04F;
}
.zeb-category-item.c16::after {
  background-color: #9933FF;
}
.zeb-category-item.c17::after {
  background-color: #CC99FF;
}
.zeb-category-item.c18::after {
  background-color: #E4B9B5;
}
.saitama .zeb-category {
  padding-top: 8px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .saitama .zeb-category {
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .saitama .zeb-category .zeb-category-item {
    font-size: 10px;
    font-size: 0.6666666667rem;
    padding-left: 15px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-category .zeb-category-item {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-category .zeb-category-item:nth-child(4n+1) {
    width: 21%;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-category .zeb-category-item:nth-child(4n+2) {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-category .zeb-category-item:nth-child(4n+3) {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .saitama .zeb-category .zeb-category-item:nth-child(4n+4) {
    width: 21%;
  }
}
@media (min-width: 768px) {
  .saitama .zeb-category .zeb-category-item::after {
    top: 3px;
    width: 10px;
    height: 10px;
  }
}
.zeb-meter {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 26px 0;
}
.hokkaido .zeb-meter {
  padding: 17px 0;
}
.saitama .zeb-meter {
  padding: 17px 0;
}
.zeb-meter > div {
  display: flex;
  justify-content: center;
  position: relative;
  height: 248px;
}
@media (max-width: 767px) {
  .zeb-meter {
    padding: 6px 0;
  }
  .zeb-meter > div {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 248px;
  }
}
.zeb-meter .label {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
}
.zeb-meter .label > p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .zeb-meter .label > p {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .zeb-meter .label {
    flex-direction: row;
    flex-flow: row-reverse;
  }
  .zeb-meter .label > p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 12px;
    font-size: 0.8rem;
  }
}
.zeb-meter .chart {
  height: 100%;
  width: 94px;
  margin-left: 9px;
  margin-right: 9px;
  position: relative;
}
@media (max-width: 767px) {
  .zeb-meter .chart {
    height: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.zeb-meter .chart [class^=chart-label] {
  position: absolute;
  text-indent: -9999em;
}
@media (min-width: 768px) {
  .zeb-meter .chart [class^=chart-label] {
    left: 0;
    width: 100%;
  }
  .zeb-meter .chart [class^=chart-label]:not(.chart-label-1) {
    top: 124px;
  }
}
@media (max-width: 767px) {
  .zeb-meter .chart [class^=chart-label] {
    top: 0;
    height: 100%;
  }
  .zeb-meter .chart [class^=chart-label]:not(.chart-label-1) {
    left: 124px;
  }
}
@media (min-width: 768px) {
  .zeb-meter .chart [class^=chart-label].kwPlus {
    top: auto;
    bottom: 124px;
  }
}
@media (max-width: 767px) {
  .zeb-meter .chart [class^=chart-label].kwPlus {
    left: auto;
    right: 124px;
  }
}
.zeb-meter .chart-label-1 {
  background-color: #F48226;
}
.zeb-meter .chart-label-2 {
  background-color: #699BD0;
}
.zeb-meter .chart-label-3 {
  background-color: #FFB933;
}
.zeb-meter .chart-label-4 {
  background-color: #7FCE39;
}
.zeb-meter .chart-label-5 {
  background-color: #AF58E6;
}
.zeb-meter .chart-label-6 {
  background-color: #C6FF00;
}
.zeb-meter .chart-label-7 {
  background-color: #D13A3A;
}
.zeb-meter .chart-label-8 {
  background-color: #BBBBBB;
}
.zeb-meter .chart-label-9 {
  background-color: #92F3FF;
}
.zeb-meter .chart-label-10 {
  background-color: #FF93DE;
}
.zeb-meter .chart-label-11 {
  background-color: #FFD964;
}
.zeb-meter .chart-label-12 {
  background-color: #FFFF00;
}
.zeb-meter .chart-label-13 {
  background-color: #FFC000;
}
.zeb-meter .chart-label-14 {
  background-color: #02B0F0;
}
.zeb-meter .chart-label-15 {
  background-color: #92D04F;
}
.zeb-meter .chart-label-16 {
  background-color: #9933FF;
}
.zeb-meter .chart-label-17 {
  background-color: #CC99FF;
}
.zeb-meter .chart-label-18 {
  background-color: #E4B9B5;
}
@media (min-width: 768px) {
  .zeb-meter .chart-label-1 {
    bottom: 124px;
  }
  .zeb-meter .chart-label-2 {
    top: 124px;
  }
}
@media (max-width: 767px) {
  .zeb-meter .chart-label-1 {
    right: 124px;
  }
  .zeb-meter .chart-label-2 {
    left: 124px;
  }
}
.zeb-meter .chart-box {
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 80px;
}
.zeb-meter .chart-box > div {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .zeb-meter .chart-box {
    border-radius: 2px;
    position: static;
    height: 14px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .zeb-meter .chart-bar {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .zeb-meter .chart-bar > span {
    display: block;
    position: absolute;
    z-index: -1;
    height: 1px;
    width: 100%;
  }
  .zeb-meter .chart-bar > span::before, .zeb-meter .chart-bar > span::after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: 5px;
    height: 1px;
  }
  .zeb-meter .chart-bar > span::before {
    left: 0;
  }
  .zeb-meter .chart-bar > span::after {
    right: 0;
  }
  .zeb-meter .chart-bar > span:nth-of-type(1)::before, .zeb-meter .chart-bar > span:nth-of-type(1)::after {
    top: 0;
  }
  .zeb-meter .chart-bar > span:nth-of-type(2)::before, .zeb-meter .chart-bar > span:nth-of-type(2)::after {
    top: 42px;
  }
  .zeb-meter .chart-bar > span:nth-of-type(3)::before, .zeb-meter .chart-bar > span:nth-of-type(3)::after {
    top: 84px;
  }
  .zeb-meter .chart-bar > span:nth-of-type(4)::before, .zeb-meter .chart-bar > span:nth-of-type(4)::after {
    top: 124px;
  }
  .zeb-meter .chart-bar > span:nth-of-type(5)::before, .zeb-meter .chart-bar > span:nth-of-type(5)::after {
    top: 165px;
  }
  .zeb-meter .chart-bar > span:nth-of-type(6)::before, .zeb-meter .chart-bar > span:nth-of-type(6)::after {
    top: 207px;
  }
  .zeb-meter .chart-bar > span:nth-of-type(7)::before, .zeb-meter .chart-bar > span:nth-of-type(7)::after {
    top: 248px;
  }
}
@media (max-width: 767px) {
  .zeb-meter .chart-bar {
    height: 5px;
    width: 100%;
    margin-top: 2px;
    position: relative;
    z-index: 2;
  }
  .zeb-meter .chart-bar > span {
    display: block;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 1px;
  }
  .zeb-meter .chart-bar > span::after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 0;
    width: 1px;
    height: 5px;
  }
  .zeb-meter .chart-bar > span:nth-of-type(1)::after {
    left: 0;
  }
  .zeb-meter .chart-bar > span:nth-of-type(2)::after {
    left: 42px;
  }
  .zeb-meter .chart-bar > span:nth-of-type(3)::after {
    left: 84px;
  }
  .zeb-meter .chart-bar > span:nth-of-type(4)::after {
    left: 124px;
  }
  .zeb-meter .chart-bar > span:nth-of-type(5)::after {
    left: 165px;
  }
  .zeb-meter .chart-bar > span:nth-of-type(6)::after {
    left: 207px;
  }
  .zeb-meter .chart-bar > span:nth-of-type(7)::after {
    left: 248px;
  }
}
.zeb-meter .unit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zeb-meter .unit > p {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 400;
}
.zeb-meter .unit > p.up {
  margin-top: -10px;
}
.zeb-meter .unit > p.down {
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .zeb-meter .unit {
    display: flex;
    flex-direction: row;
  }
  .zeb-meter .unit > p {
    font-weight: 400;
  }
  .zeb-meter .unit > p > span {
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
  .zeb-meter .unit > p.up {
    margin-top: 0;
    margin-left: -10px;
  }
  .zeb-meter .unit > p.down {
    margin-bottom: 0;
    margin-right: -10px;
  }
}
.zeb-controler {
  margin-top: 8px;
  padding: 10px 0 13px;
  border: 1px solid #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .zeb-controler {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 9px;
    text-align: left;
  }
}
.zeb-controler-next {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
}
.zeb-controler-next > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zeb-controler-next .time {
  display: inline-block;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 10px;
}
.zeb-controler-next > span {
  display: block;
  font-size: 10px;
  font-size: 0.6666666667rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .zeb-controler-next {
    flex-shrink: 0;
    font-size: 12px;
    font-size: 0.8rem;
    padding-left: 7px;
    padding-right: 5px;
  }
  .zeb-controler-next > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zeb-controler-next .time {
    font-size: 18px;
    font-size: 1.2rem;
    margin-left: 5px;
  }
}
.zeb-controler-btn {
  margin-top: 8px;
}
.zeb-controler-btn a {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #CCCCCC 100%);
  color: #003F9D;
  text-decoration: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 160px;
  height: 44px;
}
.zeb-controler-btn span {
  display: block;
  position: relative;
  padding-left: 26px;
}
.zeb-controler-btn span::after {
  content: "";
  background: url(/img/technology/zeroenergy/icon-02.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 20px;
}
@media (max-width: 767px) {
  .zeb-controler-btn {
    margin-top: 0;
    max-width: 160px;
    width: 100%;
  }
  .zeb-controler-btn a {
    font-size: 18px;
    font-size: 1.2rem;
    width: 100%;
  }
}
.zeb-system {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.zeb-system::before {
  content: "";
  background: #0072BA;
  background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.zeb-system::after {
  content: "";
  background: url(/common/img/skk_bg-page-01.png) no-repeat 0 center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
}
.zeb-system-content {
  text-align: center;
  color: #ffffff;
  padding-bottom: 95px;
}
@media (max-width: 767px) {
  .zeb-system-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.zeb-system-title {
  position: relative;
  font-size: 32px;
  font-size: 2.1333333333rem;
  font-weight: 500;
  padding-top: 95px;
}
.zeb-system-title::before {
  content: "";
  background: url(/common/img/skk_icon-01.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .zeb-system-title {
    font-size: 24px;
    font-size: 1.6rem;
    padding-top: 75px;
  }
  .zeb-system-title::before {
    width: 60px;
    height: 60px;
  }
}
.zeb-system-text {
  margin-top: 14px;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .zeb-system-text {
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}

.zeb-system {
  display: none;
}

body:not(.en) .system-1 .zeb-main,
body:not(.en) .system-1 .zeb-side,
body:not(.en) .system-2 .zeb-main,
body:not(.en) .system-2 .zeb-side {
  display: none;
}

.system-1 .zeb-system.system-1 {
  display: flex;
}

.system-2 .zeb-system.system-2 {
  display: flex;
}

/*
  製品情報
---------------------------------------------------------------------- */
.products .m-ttl-03 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .products .m-ttl-03 {
    margin-top: 30px;
  }
}
.products-box {
  border: 4px solid #E1E4E6;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 10px 30px;
  width: 100%;
}
.products-box + * {
  margin-top: 60px;
}
.products-box-row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.products-box-row + .technology-box-row {
  border-top: 1px solid #E1E4E6;
}
.products-box-col {
  display: flex;
}
@media (max-width: 767px) {
  .products-box-col {
    flex-direction: column;
  }
}
.products-box-col .list {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .products-box-col .list {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.products-box-col .img {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 300px;
}
.products-box-col .img img {
  width: 120px;
}
@media (max-width: 767px) {
  .products-box-col .img img {
    width: 126px;
  }
}
.products-box-col .img .caption {
  margin-top: 18px;
  font-size: 12px;
  font-size: 0.8rem;
  text-align: center;
}
.products-box .ttl {
  color: #003F9D;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.products-box .text.col {
  display: flex;
  margin-top: 10px;
  margin-left: -20px;
}
.products-box .text.col > * {
  padding-left: 20px;
  margin-top: 0;
  width: 50%;
}
.products-box .list {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 2;
}
.products-box .list dl {
  display: flex;
}
@media (max-width: 767px) {
  .products-box .list dl {
    flex-direction: column;
  }
}
.products-box .list dl dt {
  width: 75px;
}
@media (max-width: 767px) {
  .products-box .list dl dt {
    width: 100%;
  }
}
.products-box .list dl dd {
  flex: 1;
}
@media (max-width: 767px) {
  .products-box {
    padding: 0 20px;
  }
  .products-box + * {
    margin-top: 40px;
  }
  .products-box .text.col {
    display: block;
    margin-left: 0;
  }
  .products-box .text.col > * {
    padding-left: 0;
    width: 100%;
  }
}
.products-col {
  display: flex;
  align-items: flex-start;
  margin-left: -60px;
  margin-bottom: -40px;
}
.products-col + * {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .products-col.row-reverse {
    flex-direction: row-reverse;
  }
}
.products-col > * {
  padding-left: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .products-col {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .products-col + * {
    margin-top: 30px;
  }
  .products-col > * {
    padding-left: 0;
    padding-bottom: 0;
  }
  .products-col > * + * {
    margin-top: 20px;
  }
}
.products-col .img {
  text-align: center;
}
.products-col .img > div + * {
  margin-left: 4px;
}
.products-col .img .caption {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .products-col .img .caption {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  .products-col .img img {
    width: 100%;
  }
}
.products-col .text ul {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 2;
}
.products-col .text ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.products-col .text ul + * {
  margin-top: 60px;
}
.products-col .text strong {
  line-height: 1.5;
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .products-col .text strong {
    font-size: 16px;
    font-size: 1.0666666667rem;
    margin-bottom: 10px;
  }
}
.products-col .text .bold {
  font-weight: 700;
}
.products .products-note {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .products .products-note {
    margin-bottom: 20px;
  }
}
.products-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}
.products-group + * {
  margin-top: 60px;
}
.products-group-item {
  padding-left: 40px;
  padding-bottom: 40px;
  width: 50%;
}
.products-group-item.col-3 {
  width: 33.33%;
}
.products-group-item.col-4 {
  width: 25%;
}
.products-group-item > .m-ttl-03:first-child {
  margin-top: 0;
}
.products-group-item img {
  width: 100%;
}
.products-group .caption {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
}
.products-group .caption.small {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (max-width: 767px) {
  .products-group {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .products-group + * {
    margin-top: 40px;
  }
  .products-group-item {
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .products-group-item + * {
    margin-top: 20px;
  }
  .products-group-item.col-3, .products-group-item.col-4 {
    width: 100%;
  }
  .products-group .caption {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.products-card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -60px;
}
.products-card + * {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .products-card {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .products-card + * {
    margin-top: 40px;
  }
}
.products-card-item {
  padding-left: 40px;
  padding-bottom: 40px;
  width: 33.33%;
}
@media (max-width: 767px) {
  .products-card-item {
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .products-card-item + * {
    margin-top: 20px;
  }
}
.products-card .img {
  margin-bottom: 20px;
}
.products-card .img img {
  width: 100%;
}
@media (max-width: 767px) {
  .products-card .img {
    margin-bottom: 10px;
  }
}
.products-card .ttl {
  text-align: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .products-card .ttl {
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 2;
  }
}
.products-card .text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 767px) {
  .products-anchor {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -40px;
    padding-bottom: 60px;
  }
}
.products-tab {
  margin-right: auto;
  margin-left: auto;
  max-width: 912px;
  position: relative;
}
@media (max-width: 767px) {
  .products-tab.scroll-x--sp {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .products-tab.scroll-x--sp .scroll-x--sp-content {
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 10px;
    overflow-x: auto;
  }
  .products-tab.scroll-x--sp .scroll-x--sp-content::-webkit-scrollbar {
    height: 8px;
  }
  .products-tab.scroll-x--sp .scroll-x--sp-content::-webkit-scrollbar-track {
    background: #C6CCCF;
    border: none;
    border-radius: 4px;
  }
  .products-tab.scroll-x--sp .scroll-x--sp-content::-webkit-scrollbar-thumb {
    background: #003F9D;
    border-radius: 4px;
    border: none;
  }
}
@media (max-width: 767px) {
  .products-tab.scroll-x--sp .products-tab-menu {
    width: 696px;
  }
}
.products-tab + * {
  margin-top: 40px;
}
.products-tab + *.mgmt {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .products-tab + *, .products-tab + *.mgmt {
    margin-top: 30px;
  }
}
.products-tab-wrap {
  background: #ffffff;
  padding: 40px 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1032px;
}
@media (max-width: 767px) {
  .products-tab-wrap {
    padding: 20px;
    width: calc(100% + 40px);
  }
}
.products-tab-menu {
  border-radius: 32px;
  background: #003F9D;
  background: linear-gradient(to bottom, #003F9D 0%, #0072BA 100%);
  position: relative;
  margin-left: -2px;
  padding: 4px 2px;
  display: flex;
  align-items: center;
  height: 60px;
  z-index: 2;
}
.products-tab-menu.products-tab-menu--center {
  text-align: center;
}
@media (max-width: 767px) {
  .products-tab-menu {
    padding: 2px;
    margin-left: 0;
    height: 100%;
  }
}
.products-tab-menu > span {
  border-radius: 32px;
  background-color: #F0F7FB;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  width: 33.33%;
  height: calc(100% - 8px);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
.products-tab-desc {
  position: relative;
  padding: 4px 2px;
  z-index: 2;
}
.products-tab-desc.products-tab-menu--center {
  text-align: center;
}
@media (min-width: 768px) {
  .products-tab-desc {
    margin-top: 12px;
    margin-left: -2px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .products-tab-desc {
    padding: 2px;
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.products-tab-desc > span {
  border-radius: 32px;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  width: 33.33%;
  height: calc(100% - 8px);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
.is-scene2 .products-tab-menu > span {
  left: calc(33.33% - 2px);
}
.is-scene3 .products-tab-menu > span {
  left: calc(66.66% - 4px);
}
.products-tab-item {
  padding-left: 2px;
  width: 33.33%;
  height: 100%;
  position: relative;
}
.products-tab-item a {
  border-radius: 32px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  height: 100%;
  text-align: center;
}
.products-tab-item a.is-active {
  pointer-events: none;
  color: #003F9D;
}
.products-tab-item .text {
  color: rgba(0, 63, 157, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .products-tab-item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
  }
}
.products-tab-item .text.is-active {
  pointer-events: none;
  color: #003F9D;
}
@media (max-width: 767px) {
  .products-tab-item .text.is-active {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
@media (max-width: 767px) {
  .products-tab-item {
    padding-left: 0;
    width: 100%;
  }
  .products-tab-desc .products-tab-item {
    position: absolute;
  }
  .products-tab-item a {
    font-size: 12px;
    font-size: 0.8rem;
    min-height: 50px;
  }
  .products-tab-item a > span {
    line-height: 1.2;
  }
}
.products-tab-main {
  position: relative;
  height: 100%;
}
.products-tab-content {
  display: none;
}
body:not(.is-loaded) .products-tab-content {
  display: block;
}
.products-tab-content.is-active {
  display: block;
  -webkit-animation: content-up 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: content-up 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@keyframes content-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@keyframes content-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

/*
  トピックス
---------------------------------------------------------------------- */
.topics .m-btn {
  width: 218px;
}
.topics-head {
  border: 1px solid #E1E4E6;
  border-radius: 6px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 22px 10px 22px 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .topics-head {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 0;
  }
}
.topics-head-ttl {
  width: 100%;
  max-width: 200px;
  margin-right: 9.1074681239%;
}
.topics-head-ttl .ttl {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 28px;
  position: relative;
}
.topics-head-ttl .ttl::after {
  content: "";
  background: url(/common/img/icon-filter.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .topics-head-ttl {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .topics-head-ttl .ttl {
    font-size: 16px;
    font-size: 1.0666666667rem;
    padding-left: 26px;
  }
}
.topics-head-category {
  display: flex;
  flex-grow: 1;
  margin-left: -8px;
}
.topics-head-category li {
  border-radius: 6px;
  background: #003F9D;
  background: linear-gradient(to bottom, #003F9D 0%, #0072BA 100%);
  padding: 2px;
  margin-left: 8px;
  width: 100%;
  max-width: 160px;
  height: 40px;
}
.topics-head-category a {
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}
.topics-head-category a::after {
  content: "";
  background-image: url(/common/img/icon-tag_white.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.topics-head-category a:not(.is-active):hover, .topics-head-category a.is-active {
  color: #003F9D;
  background-color: #F0F7FB;
}
.topics-head-category a:not(.is-active):hover::after, .topics-head-category a.is-active::after {
  background-image: url(/common/img/icon-tag_blue.png);
}
.topics-head-category a.is-active {
  pointer-events: none;
}
@media (max-width: 767px) {
  .topics-head-category {
    flex-wrap: wrap;
    flex-grow: 1;
    margin-left: -5px;
    margin-bottom: -5px;
    width: 100%;
  }
  .topics-head-category li {
    margin-left: 5px;
    margin-bottom: 5px;
    width: calc(50% - 5px);
    max-width: 100%;
  }
}
.topics-item {
  border-bottom: 1px solid #E1E4E6;
}
.topics-item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 25px 20px;
  font-weight: 400;
}
.topics-item .date {
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-right: 30px;
}
.topics-item .category {
  margin-right: 30px;
}
.topics-item .txt {
  color: #112D57;
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.7;
}
.topics-item a:hover .txt {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .topics-item a {
    display: block;
    padding: 20px 0 16px;
    width: 100%;
  }
  .topics-item a > p {
    display: table-cell;
  }
  .topics-item .date {
    margin-right: 0;
    padding-right: 30px;
  }
  .topics-item .txt {
    margin-top: 12px;
    display: block;
    width: 100%;
  }
}
.topics .category {
  min-width: 85px;
  line-height: 1.2;
  padding: 8px 11px;
  font-size: 12px;
  font-size: 0.8rem;
  text-align: center;
  color: #ffffff;
  background-color: #83A4D5;
}
.topics .category.corporate {
  background-color: #83A4D5;
}
.topics .category.exhibition {
  background-color: #83A4D5;
}
@media (min-width: 768px) {
  .topics .article-post_head, .topics .article-post_content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.topics .article-post_head {
  border-bottom: 1px solid #E1E4E6;
  padding-bottom: 20px;
}
.topics .article-post_head + * {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .topics .article-post_head + * {
    margin-top: 20px;
  }
}
.topics .article-post_ttl {
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: 500;
}
.topics .article-post_ttl + * {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .topics .article-post_ttl {
    font-size: 24px;
    font-size: 1.6rem;
  }
}
.topics .article-post_method {
  display: flex;
  align-items: center;
}
.topics .article-post_method .date {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 400;
  margin-right: 30px;
}
.topics .article-post_content > p {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 2;
}
.topics .article-post_content > p + * {
  margin-top: 60px;
}
.topics .article-post_content > p a {
  display: inline-block;
  color: #112D57;
}
.topics .article-post_content > p a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .topics .article-post_content > p + * {
    margin-top: 30px;
  }
}
.topics .article-nav {
  border: 1px solid #E1E4E6;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  padding: 10px 0;
  margin-top: 60px;
}
.topics .article-nav > div {
  width: 50%;
}
.topics .article-nav > div + div {
  border-left: 1px solid #E1E4E6;
}
.topics .article-nav a {
  text-decoration: none;
  display: block;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .topics .article-nav {
    margin-top: 60px;
  }
  .topics .article-nav a {
    padding: 10px 15px;
  }
}
.topics .article-nav .sub {
  color: #003F9D;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.topics .article-nav .sub::after {
  content: "";
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 13px;
  height: 14px;
}
.topics .article-nav .sub span {
  display: inline-block;
}
.topics .article-nav .txt {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
}
.topics .article-nav .txt span {
  display: inline-block;
}
@media (max-width: 767px) {
  .topics .article-nav .txt {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
.topics .article-nav_prev .sub {
  padding-left: 25px;
}
.topics .article-nav_prev .sub::after {
  left: 0;
  background-image: url(/common/img/icon-arrow-left_blue.png);
}
.topics .article-nav_prev a:hover .sub::after {
  -webkit-animation: arrow-go-back 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-go-back 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.topics .article-nav_next {
  text-align: right;
}
.topics .article-nav_next .sub {
  padding-right: 25px;
}
.topics .article-nav_next .sub::after {
  right: 0;
  background-image: url(/common/img/icon-arrow-right_blue.png);
}
.topics .article-nav_next p span {
  text-align: left;
}
.topics .article-nav_next a:hover .sub::after {
  -webkit-animation: arrow-go 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-go 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.topics .article-nav_back a {
  min-width: 227px;
}
@media (max-width: 767px) {
  .topics .article-nav_back {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.topics-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .topics-pagination {
    margin-bottom: 10px;
  }
}
.topics-pagination.hide,
.topics-pagination .hide {
  display: none;
}
.topics-pagination > li:not([class]) {
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .topics-pagination > li:not([class]) {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.topics-pagination a {
  text-decoration: none;
}
.topics-pagination *[class*=page] {
  font-family: "Nunito Sans", sans-serif;
}
.topics-pagination .page {
  border-radius: 50%;
  border: 1px solid transparent;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 700;
  width: 40px;
  height: 40px;
}
.topics-pagination .page::before, .topics-pagination .page::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
.topics-pagination .page::before {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  opacity: 0;
}
.topics-pagination .page::after {
  background: #003F9D;
  background: linear-gradient(to bottom, #003F9D 0%, #0072BA 100%);
}
.topics-pagination .page.is-current, .topics-pagination .page:not(.is-current):hover {
  border: 1px solid #003F9D;
  color: #003F9D;
}
.topics-pagination .page.is-current::before, .topics-pagination .page:not(.is-current):hover::before {
  opacity: 1;
}
.topics-pagination .page.is-current::after, .topics-pagination .page:not(.is-current):hover::after {
  opacity: 0;
}
.topics-pagination .page.is-current {
  pointer-events: none;
}
@media (max-width: 767px) {
  .topics-pagination .page {
    font-size: 10px;
    font-size: 0.6666666667rem;
    width: 30px;
    height: 30px;
  }
}
.topics-pagination .page-prev a,
.topics-pagination .page-next a {
  color: #003F9D;
  font-weight: 700;
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.topics-pagination .page-prev a::after,
.topics-pagination .page-next a::after {
  content: "";
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 13px;
  height: 14px;
}
.topics-pagination .page-prev {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .topics-pagination .page-prev {
    margin-right: 15px;
  }
}
.topics-pagination .page-prev a {
  padding-left: 25px;
}
.topics-pagination .page-prev a::after {
  left: 0;
  background-image: url(/common/img/icon-arrow-left_blue.png);
}
.topics-pagination .page-prev a:hover::after {
  -webkit-animation: arrow-go-back 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-go-back 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.topics-pagination .page-next {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .topics-pagination .page-next {
    margin-left: 15px;
  }
}
.topics-pagination .page-next a {
  padding-right: 25px;
}
.topics-pagination .page-next a::after {
  right: 0;
  background-image: url(/common/img/icon-arrow-right_blue.png);
}
.topics-pagination .page-next a:hover::after {
  -webkit-animation: arrow-go 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-go 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

/*
  お問い合わせ
---------------------------------------------------------------------- */
.contact-nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -20px;
}
.contact-nav + * {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .contact-nav {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: -10px;
  }
  .contact-nav + * {
    margin-top: 40px;
  }
}
.contact-nav-item {
  padding-left: 40px;
  padding-bottom: 20px;
  width: 50%;
}
@media (max-width: 767px) {
  .contact-nav-item {
    padding-left: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}
.contact-nav-item a {
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #E1E4E6;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 80px 20px 20px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .contact-nav-item a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 767px) {
  .contact-nav-item a {
    padding: 10px 70px 10px 10px;
  }
}
.contact-nav-item .img {
  position: relative;
  z-index: 2;
  height: 67px;
  width: 67px;
}
.contact-nav-item .img::before {
  content: "";
  background: #0072BA;
  background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-nav-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-nav-item .txt-wrap {
  margin-left: 20px;
  flex: 1;
}
.contact-nav-item .ttl {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 6px;
}
.contact-nav-item .sub-ttl {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
}
.contact-nav-item .more {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .contact-nav-item .img {
    height: 60px;
    width: 60px;
  }
  .contact-nav-item .img img {
    width: 100%;
    height: 100%;
  }
  .contact-nav-item .txt-wrap {
    margin-left: 14px;
  }
  .contact-nav-item .ttl {
    font-size: 14px;
    font-size: 0.9333333333rem;
    margin-top: 4px;
  }
  .contact-nav-item .sub-ttl {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .contact-nav-item .more {
    font-size: 11px;
    font-size: 0.7333333333rem;
    margin-top: -5px;
  }
}
.contact-foot {
  display: flex;
  margin-left: -40px;
}
.contact-foot > * {
  padding-left: 40px;
  width: 50%;
}
@media (max-width: 767px) {
  .contact-foot {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .contact-foot > * {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }
}
.contact-tel {
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #E1E4E6;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
}
@media (max-width: 767px) {
  .contact-tel {
    padding: 10px;
  }
}
.contact-tel-img {
  position: relative;
  z-index: 2;
  height: 67px;
  width: 67px;
}
.contact-tel-img::before {
  content: "";
  background: #0072BA;
  background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-tel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-tel-main {
  margin-left: 20px;
}
.contact-tel-main .num {
  color: #003F9D;
  text-decoration: none;
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: 700;
}
.contact-tel-main .text {
  color: #003F9D;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contact-tel .img {
    height: 60px;
    width: 60px;
  }
  .contact-tel .img img {
    width: 100%;
    height: 100%;
  }
  .contact-tel-main .num {
    text-decoration: underline;
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
  .contact-tel-main .text {
    font-size: 11px;
    font-size: 0.7333333333rem;
  }
}
.contact-info {
  margin-bottom: 40px;
}
.contact-info-link {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 700;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.contact-info-link,
.contact-info-link > a {
  color: #003F9D;
}
.contact-info-link > a {
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 3px;
  font-size: 24px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .contact-info {
    margin-bottom: 30px;
  }
  .contact-info-link {
    margin-top: 30px;
  }
}
.contact .form-note {
  color: #EE1D23;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 700;
}
.contact .form .asterisk {
  display: inline;
  margin-left: 2px;
  color: #EE1D23;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 700;
}
.contact .form .label-note {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.contact .form-table {
  margin-top: 20px;
}
.contact .form-table table {
  table-layout: fixed;
}
.contact .form-table table th,
.contact .form-table table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .contact .form-table table td {
    padding-right: 0;
  }
}
.contact .form-table .col {
  display: flex;
  align-items: center;
}
.contact .form-table .col + * {
  margin-top: 16px;
}
.contact .form-table .col > * {
  min-width: 0;
}
.contact .form-table .col > *.flex {
  display: flex;
  align-items: center;
}
.contact .form-table .col-right.margin {
  margin-left: 20px;
}
.contact .form-table .col .resize {
  align-self: flex-start;
  flex-shrink: 0;
  width: 105px;
}
.contact .form-table .col .label {
  font-weight: 700;
}
.contact .form-table .txt + * {
  margin-top: 6px;
}
.contact .form-table i {
  flex-shrink: 0;
  display: inline-block;
  background-color: #212121;
  height: 1px;
  width: 12px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .contact .form-table {
    margin-top: 10px;
  }
  .contact .form-table table td {
    padding: 10px 10px 20px;
  }
  .contact .form-table .col {
    display: block;
  }
  .contact .form-table .col-right {
    margin-top: 10px;
  }
  .contact .form-table .col-right.margin {
    margin-left: 0;
  }
  .contact .form-table .col .resize {
    width: 100%;
  }
  .contact .form-table .txt + * {
    margin-top: 10px;
  }
  .contact .form-table i {
    margin: 0 4px;
  }
}
.contact .form-text {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #C6CCCF;
  vertical-align: top;
  padding: 7px 10px;
  line-height: 1.75;
  position: relative;
  width: 100%;
}
.contact .form-text.area-minh {
  min-height: 200px;
}
.contact .form-text.area-m {
  max-width: 600px;
}
.contact .form-text.area-s {
  max-width: 400px;
}
.contact .form-text.area-xs {
  max-width: 100px;
}
@media (max-width: 767px) {
  .contact .form-text.area-xs-sp {
    max-width: 90px;
  }
}
.contact .form-select {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #C6CCCF;
  vertical-align: top;
  padding: 7px 10px;
  line-height: 1.75;
  width: 100%;
}
.contact .form-select-wrap {
  position: relative;
  min-width: 180px;
  max-width: 180px;
  width: 100%;
}
@media (min-width: 768px) {
  .contact .form-select-wrap.area-s {
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .contact .form-select-wrap.sp-full {
    min-width: 100%;
    width: 100%;
  }
}
.contact .form-select-wrap::after {
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid #212121;
  position: absolute;
  top: 16px;
  right: 12px;
  width: 12px;
  height: 6px;
  pointer-events: none;
}
.contact .form-select::-ms-expand {
  display: none;
}
.contact .form-txt {
  text-align: center;
  margin-top: 40px;
}
.contact .form-txt + * {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .contact .form-txt {
    margin-top: 20px;
  }
  .contact .form-txt + * {
    margin-top: 30px;
  }
}
.contact .form-txt-link {
  text-align: center;
}
.contact .form-txt-link a {
  text-decoration: underline;
  color: #112D57;
}
.contact .form-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-left: -40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact .form-btn {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.contact .form-btn > .m-btn {
  font-size: 18px;
  font-size: 1.2rem;
  padding: 0;
  margin-left: 40px;
  width: 100%;
  max-width: 300px;
}
.contact .form-btn > .m-btn > * {
  padding: 17px 40px;
  width: 100%;
}
.contact .form-btn > .m-btn.edit {
  display: none;
  color: #212121;
}
.contact .form-btn > .m-btn.edit::before {
  border-color: #E1E4E6;
  background: #ffffff;
}
.contact .form-btn > .m-btn.edit span,
.contact .form-btn > .m-btn.edit button {
  margin-left: auto;
  margin-right: auto;
}
.contact .form-btn > .m-btn.edit span::after,
.contact .form-btn > .m-btn.edit button::after {
  background-image: url(/common/img/icon-arrow-left_blue.png);
}
@media (max-width: 767px) {
  .contact .form-btn > .m-btn {
    margin-left: 0;
  }
  .contact .form-btn > .m-btn + * {
    margin-top: 20px;
  }
}
.contact .form-sub-title {
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.75;
  font-weight: 700;
}
.contact .form-error-message {
  color: #EE1D23;
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.75;
  font-weight: 700;
  padding-left: 26px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .contact .form-error-message {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.contact .form-error-message::before {
  content: "";
  background: url(/common/img/icon-exclamation-triangle.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
}
.contact .form-error-message.head {
  padding-left: 0;
  margin-bottom: 40px;
}
.contact .form-error-message.head::before {
  display: none;
}
.contact .form-error-message + .form-text, .contact .form-error-message + * .form-text, .contact .form-error-message ~ .form-text {
  background-color: #FDE7E7;
}
.contact .form-tenks {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .contact .form-tenks {
    padding-top: 30px;
  }
}
.contact .form-tenks-title {
  position: relative;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
  padding-top: 90px;
  margin-bottom: 40px;
}
.contact .form-tenks-title::before, .contact .form-tenks-title::after {
  content: "";
  position: absolute;
}
.contact .form-tenks-title::before {
  border-radius: 50%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #003F9D;
  background: linear-gradient(to bottom, #003F9D 0%, #0072BA 100%);
}
.contact .form-tenks-title::after {
  background: url(/common/img/icon-check.png) no-repeat center;
  background-size: 100% auto;
  top: 22px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 25px;
  height: 16px;
}
.contact .form-tenks-text {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.75;
}
.contact .form-tenks-btn {
  margin-top: 30px;
}
.contact .form-tenks-btn a {
  margin-left: auto;
  margin-right: auto;
  max-width: 211px;
}
.contact .form .mw_wp_form_confirm .form-select-wrap {
  max-width: 100%;
}
.contact .form .mw_wp_form_confirm .form-select-wrap::after {
  display: none;
}
.contact .form .mw_wp_form_confirm .confirm-hidden {
  display: none;
}
.contact .form .mw_wp_form_confirm .form-btn .m-btn.edit {
  display: block;
}
.contact .partner-link {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .contact .partner-link {
    margin-top: 120px;
  }
}
.contact .partner-link-txt {
  text-align: center;
}
.contact .partner-link-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-left: -40px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact .partner-link-btn {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.contact .partner-link-btn > .m-btn {
  font-size: 18px;
  font-size: 1.2rem;
  padding: 0;
  margin-left: 40px;
  width: 100%;
  max-width: 300px;
}
.contact .partner-link-btn > .m-btn > * {
  padding: 17px 40px;
  width: 100%;
}
.contact .partner-link-btn > .m-btn.edit {
  display: none;
  color: #212121;
}
.contact .partner-link-btn > .m-btn.edit::before {
  border-color: #E1E4E6;
  background: #ffffff;
}
.contact .partner-link-btn > .m-btn.edit span,
.contact .partner-link-btn > .m-btn.edit button {
  margin-left: auto;
  margin-right: auto;
}
.contact .partner-link-btn > .m-btn.edit span::after,
.contact .partner-link-btn > .m-btn.edit button::after {
  background-image: url(/common/img/icon-arrow-left_blue.png);
}
@media (max-width: 767px) {
  .contact .partner-link-btn > .m-btn {
    margin-left: 0;
  }
  .contact .partner-link-btn > .m-btn + * {
    margin-top: 20px;
  }
}

/*
  サイトマップ
---------------------------------------------------------------------- */
.sitemap-list {
  display: flex;
  margin-left: -40px;
}
.sitemap-list + * {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .sitemap-list {
    display: block;
    margin-left: 0;
  }
  .sitemap-list + * {
    margin-top: 0;
  }
}
.sitemap-category {
  border-bottom: 1px solid #C6CCCF;
  padding-bottom: 12px;
}
.sitemap-category + * {
  margin-top: 20px;
}
.sitemap-category a {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sitemap-category {
    margin-bottom: 20px;
  }
  .sitemap-category + * {
    margin-top: 0;
  }
}
.sitemap-col {
  width: 100%;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .sitemap-col.col-3 {
    width: 33.33%;
  }
}
.sitemap-col a {
  text-decoration: none;
  color: #112D57;
}
.sitemap-col a:hover {
  text-decoration: underline;
}
.sitemap-col li {
  line-height: 2.14;
}
.sitemap-col li a {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sitemap-col {
    padding-left: 0;
  }
  .sitemap-col > ul {
    margin-bottom: 40px;
  }
  .sitemap-col + * {
    margin-bottom: 20px;
  }
}
.sitemap-sublist {
  padding-left: 27px;
}
.sitemap-sublist li a {
  font-weight: 400;
}
@media (max-width: 767px) {
  .sitemap-sublist {
    padding-left: 1em;
    text-indent: -1em;
  }
}

/*
  個人情報保護方針
---------------------------------------------------------------------- */
.privacy p.margin {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .privacy p.margin {
    margin-bottom: 40px;
  }
}
.privacy-ttl {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}
.privacy-foot {
  margin-top: 60px;
  line-height: 2;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .privacy-foot {
    margin-top: 30px;
  }
}

/*
  持続可能な社会へ
---------------------------------------------------------------------- */
.sustainability .m-btn {
  width: 270px;
}
.en .sustainability .m-btn {
  width: 300px;
}
.sustainability .sdgs-labels {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-bottom: -8px;
}
.sustainability .sdgs-labels + * {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sustainability .sdgs-labels + * {
    margin-top: 20px;
  }
}
.sustainability .sdgs-labels > li {
  padding-left: 8px;
  padding-bottom: 8px;
  width: 108px;
}
.sustainability .sdgs-labels > li img {
  width: 100%;
}
.sustainability-top-intro {
  padding-top: 183px;
  padding-bottom: 183px;
  position: relative;
}
@media (max-width: 767px) {
  .sustainability-top-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sustainability-top-intro::before, .sustainability-top-intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sustainability-top-intro::before {
  background-color: rgba(0, 63, 157, 0.7);
  z-index: -1;
}
.sustainability-top-intro::after {
  background: url(/img/sustainability/bg-01.jpg) no-repeat center;
  background-size: cover;
  z-index: -2;
}
.sustainability-top-intro-head {
  text-align: center;
}
.sustainability-top-intro-head + * {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .sustainability-top-intro-head + * {
    margin-top: 60px;
  }
}
.sustainability-top-intro-head > * {
  line-height: 2.2;
  color: #ffffff;
}
.sustainability-top-intro-list {
  display: flex;
}
@media (max-width: 767px) {
  .sustainability-top-intro-list {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.sustainability-top-intro-card {
  color: #ffffff;
  padding: 30px 2.5862068966%;
  width: 33.33%;
}
@media (max-width: 767px) {
  .sustainability-top-intro-card {
    padding: 20px 0;
    width: 100%;
  }
}
.sustainability-top-intro-card + .sustainability-top-intro-card {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .sustainability-top-intro-card + .sustainability-top-intro-card {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: none;
  }
}
.sustainability-top-intro-card-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.6rem;
  padding: 10px 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sustainability-top-intro-card-ttl {
    font-size: 20px;
    font-size: 1.3333333333rem;
    padding: 10px 0;
    margin-bottom: 0;
  }
}
.sustainability-top-main {
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .sustainability-top-main {
    padding-bottom: 40px;
  }
}
.sustainability-top-main-head {
  text-align: center;
  color: #ffffff;
  position: relative;
  padding-top: 110px;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .sustainability-top-main-head {
    padding-top: 100px;
    margin-top: 0;
  }
}
.sustainability-top-main-head + * {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .sustainability-top-main-head + * {
    margin-top: 40px;
  }
}
.sustainability-top-main-head::after {
  content: "";
  background: url(/img/sustainability/icon-globe.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}
.sustainability-top-main-head-ttl {
  font-size: 38px;
  font-size: 2.5333333333rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sustainability-top-main-head-ttl {
    font-size: 26px;
    font-size: 1.7333333333rem;
    margin-bottom: 10px;
  }
}
.sustainability-top-main-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .sustainability-top-main-list {
    margin-left: -40px;
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  .sustainability-top-main-list {
    flex-direction: column;
  }
}
.sustainability-top-main-item {
  width: 50%;
}
@media (min-width: 768px) {
  .sustainability-top-main-item {
    padding-left: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sustainability-top-main-item {
    width: 100%;
  }
  .sustainability-top-main-item + * {
    margin-top: 10px;
  }
}
.sustainability-top-main-item a {
  text-decoration: none;
  background-color: #ffffff;
  display: flex;
  position: relative;
  padding: 20px 20px 30px;
  transition: box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .sustainability-top-main-item a {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 100%;
  }
  .sustainability-top-main-item a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  }
  .sustainability-top-main-item a:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (max-width: 767px) {
  .sustainability-top-main-item a {
    padding-top: 30px;
    padding-bottom: 60px;
    flex-direction: column;
  }
}
.sustainability-top-main-item .more {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 700;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.sustainability-top-main-item-ttl {
  color: #212121;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.6rem;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .sustainability-top-main-item-ttl {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.2rem;
  }
}
.sustainability-top-main-item-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sustainability-top-main-item-info {
    display: block;
  }
}
.sustainability-top-main-item-info .img {
  overflow: hidden;
  width: 45.3846153846%;
  height: 132px;
}
.sustainability-top-main-item-info .img img {
  object-position: -20px center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sustainability-top-main-item-info .img img.img-center {
  object-position: center;
}
@media (max-width: 767px) {
  .sustainability-top-main-item-info .img {
    margin-bottom: 10px;
    width: 100%;
    height: 45vw;
  }
  .sustainability-top-main-item-info .img img {
    object-position: center;
  }
}
.sustainability-top-main-item-info .sdgs-labels {
  width: 52.3076923077%;
  margin-left: -4px;
  margin-bottom: -4px;
}
.sustainability-top-main-item-info .sdgs-labels > li {
  padding-left: 4px;
  padding-bottom: 4px;
  width: 25%;
}
@media (max-width: 767px) {
  .sustainability-top-main-item-info .sdgs-labels {
    width: auto;
  }
}
.sustainability-top-ending {
  background-color: #ffffff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .sustainability-top-ending {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.sustainability-top-ending::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 24px 0 24px;
  border-color: #005BAD transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sustainability-top-ending::after {
    border-width: 22px 20px 0 20px;
  }
}
.sustainability-top-logo {
  text-align: center;
}
@media (max-width: 767px) {
  .sustainability-top-logo img {
    width: 100%;
    max-width: 80%;
  }
}
.sustainability-top-sch {
  background-color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .sustainability-top-sch {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sustainability-top-sch-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
}
.sustainability-top-sch-logo img {
  width: 100%;
}
.sustainability-page-ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  text-align: center;
}
@media (max-width: 767px) {
  .sustainability-page-ttl {
    min-height: 250px;
    height: auto;
  }
}
.sustainability-page-ttl-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sustainability-page-ttl-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sustainability-page-ttl-bg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sustainability-page-ttl-main {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .sustainability-page-ttl-main {
    padding: 40px 20px;
  }
}
.sustainability-page-ttl-main > * {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .sustainability-page-ttl-main > * {
    font-size: 16px;
    font-size: 1.0666666667rem;
    line-height: 2;
  }
}
.sustainability-page-layout {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .sustainability-page-layout.row-reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .sustainability-page-layout {
    display: block;
  }
}
.sustainability-page-layout-info {
  width: 46.5517241379%;
}
.sustainability-page-layout-info.size-large {
  width: 63.7931034483%;
}
@media (max-width: 767px) {
  .sustainability-page-layout-info, .sustainability-page-layout-info.size-large {
    width: 100%;
  }
}
.sustainability-page-layout-info .link {
  margin-top: 20px;
}
.sustainability-page-layout-info .link a {
  color: #0E3772;
}
.sustainability-page-layout-info .note {
  display: block;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.7;
}
.sustainability-page-layout-info * + .note {
  margin-top: 20px;
}
.sustainability-page-layout-img {
  text-align: center;
  width: 48.275862069%;
}
@media (min-width: 768px) {
  .sustainability-page-layout-img.size-medium {
    width: 31.0344827586%;
  }
}
.sustainability-page-layout-img.size-auto {
  width: auto;
}
@media (max-width: 767px) {
  .sustainability-page-layout-img {
    width: 100%;
    margin: 30px auto 0;
    max-width: 400px;
  }
}
.sustainability-page-layout-img img {
  max-width: 100%;
}
.sustainability-page-layout-img .cap {
  display: block;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sustainability-page-layout-img .cap {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
.sustainability-page-layout-img.img-col {
  display: flex;
  margin-left: -30px;
}
.sustainability-page-layout-img.img-col > * {
  padding-left: 30px;
}
.sustainability-page-layout-img.img-col .img-col-item + .img-col-item .img {
  position: relative;
}
.sustainability-page-layout-img.img-col .img-col-item + .img-col-item .img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 16px;
  border-color: transparent transparent transparent #003F9D;
}

/*
  ダウンロード
---------------------------------------------------------------------- */
.download .m-btn {
  width: 300px;
}
.download * + .m-ttl-03 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .download * + .m-ttl-03 {
    margin-top: 40px;
  }
}
.download .checkbox {
  cursor: pointer;
  pointer-events: visible;
  border: 4px solid #E1EFF7;
  background-color: #ffffff;
  min-height: 100%;
}
.download .checkbox.selected {
  border-color: #003F9D;
}
@media (min-width: 768px) {
  .download .checkbox.size-m {
    width: 50%;
  }
}
.download .checkbox-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 16px;
}
.download .checkbox-label > span {
  display: block;
}
@media (max-width: 767px) {
  .download .checkbox-label {
    padding: 12px;
  }
}
.download .checkbox-label input {
  position: absolute;
  opacity: 0;
}
.download .checkbox-label input:checked + .checkbox-ttl::before {
  background-position: center -24px;
}
.download .checkbox-ttl {
  display: block;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  padding-left: 38px;
  position: relative;
}
.download .checkbox-ttl::before {
  content: "";
  background: url(/common/img/icon-checkbox.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
.download .checkbox-img {
  text-align: center;
  padding: 21px;
}
@media (max-width: 767px) {
  .download .checkbox-img {
    padding: 15px;
  }
}
.download .checkbox-img img {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
  max-width: 83.433%;
  max-width: 83.3333333333%;
}
.download .checkbox-img.small img {
  max-width: 56.746031746%;
}
.download-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.334%;
  margin-bottom: -40px;
}
.download-list + * {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .download-list {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .download-list + * {
    margin-top: 20px;
  }
}
.download-card {
  padding-left: 3.334%;
  padding-bottom: 40px;
  width: 25%;
}
@media (max-width: 767px) {
  .download-card {
    padding-left: 10px;
    padding-bottom: 10px;
    width: 50%;
  }
}
.download * + .download-form {
  margin-top: 60px;
}
.download-form-note {
  color: #EE1D23;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 700;
}
.download-form .asterisk {
  display: inline;
  margin-left: 2px;
  color: #EE1D23;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 700;
}
.download-form-table {
  margin-top: 20px;
}
.download-form-table + * {
  margin-top: 40px;
}
.download-form-table table {
  table-layout: fixed;
}
.download-form-table table th,
.download-form-table table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .download-form-table table td {
    padding-right: 0;
  }
}
.download-form-table .col {
  display: flex;
  align-items: center;
}
.download-form-table .col > * {
  min-width: 0;
}
@media (min-width: 768px) {
  .download-form-table .col .download-form-text.area-m {
    min-width: 600px;
  }
}
.download-form-table .col-right {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .download-form-table {
    margin-top: 10px;
  }
  .download-form-table table td {
    padding: 10px 10px 20px;
  }
  .download-form-table .col {
    display: block;
  }
  .download-form-table .col-right {
    margin-left: 0;
  }
}
.download-form-text {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #C6CCCF;
  vertical-align: top;
  padding: 7px 10px;
  line-height: 1.75;
  position: relative;
  width: 100%;
}
.download-form-text.area-m {
  max-width: 600px;
}
.download-form-text.area-s {
  max-width: 400px;
}
.download-form-footer {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .download-form-footer {
    margin-top: 20px;
  }
}
.download-form-link {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .download-form-link {
    margin-top: 30px;
  }
}
.download-form-link a {
  text-decoration: underline;
}
.download-form-button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .download-form-button {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.download-form-button .m-btn {
  font-size: 18px;
  font-size: 1.2rem;
  padding: 0;
  width: 100%;
  max-width: 300px;
}
.download-form-button .m-btn > * {
  padding: 17px 40px;
  width: 100%;
}
.download-form-tenks {
  text-align: center;
  position: relative;
  padding-top: 90px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .download-form-tenks {
    margin-top: 30px;
  }
}
.download-form-tenks::before, .download-form-tenks::after {
  content: "";
  position: absolute;
}
.download-form-tenks::before {
  border-radius: 50%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #003F9D;
  background: linear-gradient(to bottom, #003F9D 0%, #0072BA 100%);
}
.download-form-tenks::after {
  background: url(/common/img/icon-check.png) no-repeat center;
  background-size: 100% auto;
  top: 22px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 25px;
  height: 16px;
}
.download-form-tenks-text {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .download-form-tenks-text {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
.download-form-tenks-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .download-form-tenks-btn {
    margin-top: 50px;
  }
}
.download-form-tenks-btn a {
  margin-left: auto;
  margin-right: auto;
  max-width: 211px;
}
.download .form-error-message {
  color: #EE1D23;
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.75;
  font-weight: 700;
  padding-left: 26px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .download .form-error-message {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.download .form-error-message::before {
  content: "";
  background: url(/common/img/icon-exclamation-triangle.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
}
.download .form-error-message.head {
  padding-left: 0;
  margin-bottom: 40px;
}
.download .form-error-message.head::before {
  display: none;
}
.download .form-error-message + .download-form-text, .download .form-error-message + * .download-form-text, .download .form-error-message ~ .download-form-text {
  background-color: #FDE7E7;
}

/*
  404 Not Found
---------------------------------------------------------------------- */
.notfound .m-btn {
  width: 300px;
}
.notfound-info {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .notfound-info {
    padding-top: 30px;
  }
}
.notfound-info-text {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .notfound-info-text {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
.notfound-info-text02 {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 30px;
}
.notfound-info-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .notfound-info-btn {
    margin-top: 50px;
  }
}
.notfound-info-btn a {
  margin-left: auto;
  margin-right: auto;
  max-width: 211px;
}