@charset "UTF-8";
.hero {
  display: flex;
}
@media screen and (max-width: 800px) {
  .hero {
    flex-direction: column-reverse;
  }
}
.hero-img {
  flex: 1 1 72vw;
  margin-left: -130px;
}
@media screen and (max-width: 800px) {
  .hero-img {
    width: 100%;
    padding-left: 30px;
    margin-left: 0;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .hero-img {
    padding-left: 15px;
  }
}
.hero-img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .hero-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 450px;
  }
}
@media screen and (max-width: 800px) {
  .hero-img img {
    height: auto;
  }
}
.hero-body {
  flex: 1 1 calc(28vw + 130px);
  position: relative;
  z-index: 2;
}
.hero-copy {
  display: flex;
  flex-direction: column;
}
.hero-copy-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  margin-top: 50px;
  font-size: 2.4vw;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .hero-copy-main {
    gap: 6px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .hero-copy-main {
    margin-top: -12vw;
    font-size: max(5vw, 2.3rem);
    order: 1;
  }
}
.hero-copy-main span {
  display: inline-block;
  background-color: #01A0E9;
  padding: 1vw 1.8vw 1vw 3vw;
  color: #fff;
  line-height: 1;
}
.hero-copy-sub {
  margin-left: 40px;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .hero-copy-sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .hero-copy-sub {
    order: 2;
    margin-top: 20px;
    font-size: 2rem;
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .hero-copy-sub {
    font-size: 1.6rem;
  }
}
.hero-news {
  margin-top: 5rem;
  margin-left: 40px;
  font-size: 1.3rem;
  width: calc(100% - 150px - 40px);
}
@media screen and (max-width: 1280px) {
  .hero-news {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .hero-news {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .hero-news {
    width: 100%;
    margin-left: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .hero-news {
    margin-top: 2rem;
  }
}
.hero-news-item {
  margin: 1rem 0;
}
.hero-news-label {
  margin-top: 0.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.top-section-heading {
  color: #01A0E9;
  font-size: 3.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .top-section-heading {
    font-size: 2.8rem;
  }
}
.top-section-heading-sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .top-section-heading-sub {
    font-size: 1.8rem;
  }
}

.top-section-read {
  max-width: 686px;
  margin-top: 2.4rem;
  margin-right: auto;
  margin-left: auto;
}

.top-zerocarbon {
  background: url("../img/top/top-sustainability-bg.jpg") center/cover no-repeat;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}
.top-zerocarbon-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .top-zerocarbon-inner {
    display: block;
  }
}
.top-zerocarbon-textarea {
  flex: 1 1 auto;
}
.top-zerocarbon-title {
  font-size: 3.25rem;
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 800px) {
  .top-zerocarbon-title {
    font-size: 2.25rem;
  }
}
.top-zerocarbon-lead {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 800px) {
  .top-zerocarbon-lead {
    font-size: 1.8125rem;
  }
}
.top-zerocarbon-link {
  font-size: 1.7rem;
  color: #fff;
}
.top-zerocarbon-link::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  margin-left: 1em;
  font-weight: normal;
}
.top-zerocarbon-imgarea {
  flex: 0 1 680px;
}
@media screen and (max-width: 800px) {
  .top-zerocarbon-imgarea {
    margin-top: 1rem;
  }
}
.top-zerocarbon-img {
  width: 100%;
  height: auto;
}

.top-read-inner {
  display: grid;
  grid-template-columns: 384px 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "top-read-img top-read-body" "top-read-img top-read-sns";
  gap: 18px 40px;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .top-read-inner {
    grid-template-columns: 284px 1fr;
  }
}
@media screen and (max-width: 800px) {
  .top-read-inner {
    grid-template-columns: 4fr 5fr;
    grid-template-rows: auto auto;
    grid-template-areas: "top-read-body top-read-body" "top-read-img top-read-sns";
    gap: 18px 10px;
  }
}
.top-read-img {
  grid-area: top-read-img;
  display: flex;
  align-items: flex-end;
}
.top-read-body {
  grid-area: top-read-body;
}
.top-read-sns {
  grid-area: top-read-sns;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .top-read-sns {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .top-read-sns-body {
    order: 2;
    text-align: center;
  }
}
.top-read-sns-title {
  color: #01A0E9;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .top-read-sns-title {
    font-size: 2rem;
  }
}
.top-read-sns-lists {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 800px) {
  .top-read-sns-lists {
    order: 1;
  }
}
@media screen and (max-width: 1024px) {
  .top-read-sns-lists img {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 801px) {
  .top-read-heading {
    text-align: left;
  }
}
.top-read-heading span {
  display: inline-block;
}
@media screen and (min-width: 801px) {
  .top-read-heading-sub {
    margin-left: 0;
  }
}
.top-read-description {
  margin-top: 2rem;
}

.top-blog {
  padding-top: 15px;
  padding-bottom: 70px;
  background: #e7f3f6;
}
.top-blog-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.top-blog-list {
  flex: 0 1 calc((100% - 90px) / 4);
}
@media screen and (max-width: 640px) {
  .top-blog-list {
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .top-blog-list {
    flex: 0 0 100%;
  }
}
.top-blog-img {
  width: 100%;
  height: auto;
}
.top-blog-img img {
  width: 100%;
}
.top-blog-text-date {
  font-size: 1.2rem;
  margin-right: 5px;
}
.top-blog-text-category {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.top-blog-text-category span {
  padding: 0.1em 0.2em;
  border: 1px solid #ddd;
}
.top-blog-text-title {
  font-size: 1.5rem;
  line-height: 1.6;
}

.top-service02-header {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .top-service02-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.top-service-img {
  display: flex;
  align-items: flex-end;
}
.top-service-img img {
  width: 100%;
}

.top-service-banner img {
  width: 100%;
}

.top-service01,
.top-service02 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .top-service01,
.top-service02 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top-service01,
.top-service02 {
    padding-top: 30px;
  }
}
.top-service01-slider,
.top-service02-slider {
  max-width: 1232px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -55px;
}
@media screen and (max-width: 800px) {
  .top-service01-slider,
.top-service02-slider {
    margin-bottom: -45px;
  }
}
.top-service01-slider-item,
.top-service02-slider-item {
  padding: 0 7px;
}
@media screen and (max-width: 480px) {
  .top-service01-slider-item,
.top-service02-slider-item {
    padding: 0 6px;
  }
}
.top-service01-slider img,
.top-service02-slider img {
  width: 100%;
}
.top-service01-grids,
.top-service02-grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  .top-service01-grids,
.top-service02-grids {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .top-service01-grids,
.top-service02-grids {
    gap: 14px;
  }
}
@media screen and (max-width: 640px) {
  .top-service01-grids,
.top-service02-grids {
    display: flex;
    flex-direction: column;
  }
}
.top-service01-card,
.top-service02-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-height: 100%;
  padding: 40px 19px 19px 19px;
}
.top-service01-card:hover,
.top-service02-card:hover {
  opacity: 1;
}
.top-service01-card:hover .top-service01-card-link,
.top-service02-card:hover .top-service01-card-link {
  opacity: 0.7;
  transform: translateX(7px);
}
@media screen and (max-width: 800px) {
  .top-service01-card,
.top-service02-card {
    padding-top: 20px;
  }
}
.top-service01-card-title,
.top-service02-card-title {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #01A0E9;
  margin-left: -28px;
  padding: 2px;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
}
.top-service01-card-description,
.top-service02-card-description {
  margin-top: 32px;
  margin-bottom: auto;
}
@media screen and (max-width: 800px) {
  .top-service01-card-description,
.top-service02-card-description {
    margin-top: 22px;
  }
}
.top-service01-card-link,
.top-service02-card-link {
  margin-top: 16px;
  text-align: right;
  transition: all ease 0.3s;
}
.top-service01-card-link span,
.top-service02-card-link span {
  display: inline-flex;
  gap: 0.5em;
  color: #01A0E9;
}
.top-service01-card-link span::after,
.top-service02-card-link span::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
}

.top-service01 {
  padding-top: 120px;
}
@media screen and (max-width: 800px) {
  .top-service01 {
    padding-top: 85px;
  }
}
@media screen and (max-width: 640px) {
  .top-service01 {
    padding-top: 65px;
  }
}
.top-service01-card-title {
  background-color: #01A0E9;
}

@media screen and (max-width: 1024px) {
  .top-service02-grid:nth-child(4) {
    order: 5;
  }
}
@media screen and (max-width: 640px) {
  .top-service02-grid:nth-child(4) {
    order: 6;
  }
}
@media screen and (max-width: 1024px) {
  .top-service02-grid:nth-child(6) {
    order: 6;
  }
}
@media screen and (max-width: 640px) {
  .top-service02-grid:nth-child(6) {
    order: 5;
  }
}
.top-service02-card-title {
  background-color: #D3782A;
}

.top-banner-trasuco {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .top-banner-trasuco {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.top-banner-trasuco img {
  width: 100%;
}

.top-faraway {
  text-align: center;
  font-weight: bold;
}
.top-faraway-inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .top-faraway-inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.top-faraway-title {
  display: inline-block;
  font-size: 2rem;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.top-faraway-text1 {
  font-size: 2.4rem;
  color: #01A0E9;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .top-faraway-text1 {
    font-size: 1.5rem;
  }
}
.top-faraway-text2 {
  font-size: 3.3rem;
  margin-bottom: 40px;
  color: #01A0E9;
}
@media screen and (max-width: 800px) {
  .top-faraway-text2 {
    font-size: 2.6rem;
  }
}
.top-faraway-free {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 15px;
}
.top-faraway-free span {
  display: inline-block;
  font-size: 3.7rem;
  background: #01A0E9;
  padding: 0.3em 0.3em 0.35em;
  line-height: 1;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .top-faraway-free span {
    font-size: 2.8rem;
  }
}
.top-faraway-contact {
  font-size: 2.7rem;
  margin-bottom: 40px;
  color: #01A0E9;
}
@media screen and (max-width: 800px) {
  .top-faraway-contact {
    font-size: 2.1rem;
  }
}
.top-faraway-link {
  font-size: 2.3rem;
  width: 9em;
  margin-right: auto;
  margin-left: auto;
}
.top-faraway-link a {
  display: block;
  padding: 0.7em 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 800px) {
  .top-faraway-link {
    font-size: 1.8rem;
  }
}
.top-faraway-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .top-faraway-img {
    position: static;
    margin-top: 40px;
    max-width: 150px;
  }
}

.top-point-header {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 800px) {
  .top-point-header {
    padding-top: 45px;
    padding-bottom: 128px;
  }
}

.top-point {
  padding-bottom: 40px;
}
.top-point-grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: -112px;
}
@media screen and (max-width: 1024px) {
  .top-point-grids {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top-point-grids {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-point-card {
  background-color: #fff;
  min-height: 100%;
}
.top-point-card-thumb img {
  width: 100%;
}
.top-point-card-body {
  padding: 25px 32px;
}
.top-point-card-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .top-point-card-title {
    font-size: 2rem;
  }
}
.top-point-card-description {
  margin-top: 1.8rem;
}

.top-flow {
  padding-top: 80px;
  padding-bottom: 64px;
}
@media screen and (max-width: 800px) {
  .top-flow {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.top-flow-inner {
  display: grid;
  grid-template-columns: 1fr 437px;
  grid-template-rows: auto auto;
  grid-template-areas: "top-flow-header top-flow-img" "top-flow-grids top-flow-img" "top-flow-notes top-flow-img";
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .top-flow-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "top-flow-header top-flow-header" "top-flow-grids top-flow-grids" "top-flow-notes top-flow-img";
  }
}
@media screen and (max-width: 480px) {
  .top-flow-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "top-flow-header top-flow-header" "top-flow-grids top-flow-notes" "top-flow-grids top-flow-img";
    gap: 15px;
  }
}
.top-flow-header {
  grid-area: top-flow-header;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.top-flow-heading {
  flex: 1 0 0%;
  color: #01A0E9;
  font-size: 3.9rem;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .top-flow-heading {
    font-size: 2.8rem;
  }
}
.top-flow-read {
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
}
.top-flow-grids {
  grid-area: top-flow-grids;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 55px;
}
@media screen and (max-width: 800px) {
  .top-flow-grids {
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top-flow-grids {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-flow-grid {
  display: flex;
}
@media screen and (min-width: 481px) {
  .top-flow-grid {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .top-flow-grid {
    align-items: center;
    gap: 13px;
  }
}
.top-flow-grid:last-child .top-flow-ico::before {
  display: none;
}
.top-flow-ico {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .top-flow-ico {
    width: 74px;
  }
}
@media screen and (max-width: 640px) {
  .top-flow-ico {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .top-flow-ico {
    width: 74px;
  }
}
.top-flow-ico::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ccc;
  border-right: 0;
}
@media screen and (min-width: 641px) {
  .top-flow-ico::before {
    right: -35px;
  }
}
@media screen and (max-width: 640px) {
  .top-flow-ico::before {
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .top-flow-ico::before {
    left: 50%;
    bottom: -18px;
    right: unset;
    top: unset;
    transform: translateX(-50%);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 12px solid #ccc;
    border-bottom: 0;
  }
}
.top-flow-ico img {
  width: 100%;
}
.top-flow-label {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .top-flow-label {
    text-align: left;
  }
}
.top-flow-notes {
  grid-area: top-flow-notes;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.top-flow-notes-cards {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: -15px;
}
@media screen and (max-width: 1024px) {
  .top-flow-notes-cards {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .top-flow-notes-cards {
    flex-wrap: wrap;
  }
}
.top-flow-img {
  grid-area: top-flow-img;
  display: flex;
  align-items: flex-end;
}
.top-flow-img img {
  width: 100%;
}

.top-voice-inner {
  background: url(../img/top/top-voice-bg.svg) 50% 100% repeat-x;
  padding-top: 50px;
  padding-bottom: 236px;
}
@media screen and (max-width: 800px) {
  .top-voice-inner {
    padding-bottom: 276px;
  }
}
.top-voice-heading {
  color: inherit;
}
.top-voice-grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 84px;
}
@media screen and (max-width: 1024px) {
  .top-voice-grids {
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .top-voice-grids {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 24px;
  }
}
@media screen and (min-width: 801px) {
  .top-voice-grid:nth-child(2) {
    margin-top: -50px;
  }
}
.top-voice-card {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.top-voice-card-cover {
  background-color: #01A0E9;
  height: 90px;
}
@media screen and (max-width: 800px) {
  .top-voice-card-cover {
    height: 69px;
  }
}
.top-voice-card-body {
  padding: 0 25px 30px;
}
.top-voice-card-ico {
  margin-top: -50px;
  text-align: center;
}
.top-voice-card-data {
  margin-top: 2rem;
  font-size: 1.4rem;
  text-align: center;
}
.top-voice-card-label {
  margin-top: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .top-voice-card-label {
    font-size: 2rem;
  }
}
.top-voice-card-description {
  margin-top: 1rem;
}

.top-sns {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .top-sns {
    padding-bottom: 45px;
  }
}
.top-sns-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 211px;
}
@media screen and (max-width: 1024px) {
  .top-sns-header {
    min-height: 160px;
  }
}
@media screen and (max-width: 640px) {
  .top-sns-header {
    min-height: 120px;
  }
}
.top-sns-header-img01, .top-sns-header-img02 {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .top-sns-header-img01, .top-sns-header-img02 {
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .top-sns-header-img01, .top-sns-header-img02 {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .top-sns-header-img01, .top-sns-header-img02 {
    display: none;
  }
}
.top-sns-header-img01 {
  left: 0;
}
.top-sns-header-img02 {
  right: 0;
}
.top-sns-grids {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .top-sns-grids {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .top-sns-grids {
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .top-sns-grids {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-sns-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0.76em 0.57em;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
}
.top-sns-heading::before {
  content: "";
  background: 50% 50%/contain no-repeat;
  display: block;
  width: 21px;
  height: 21px;
}
.top-sns-heading.-twitter {
  background-color: #1da1f2;
}
.top-sns-heading.-twitter::before {
  background-image: url(../img/top/top-sns-twitter.svg);
}
.top-sns-heading.-instagram {
  background-color: #e1306c;
}
.top-sns-heading.-instagram::before {
  background-image: url(../img/top/top-sns-instagram.svg);
}
.top-sns-heading.-facebook {
  background-color: #1877f2;
}
.top-sns-heading.-facebook::before {
  background-image: url(../img/top/top-sns-facebook.svg);
}
.top-sns-body {
  margin-top: 30px;
}
.top-sns-body iframe {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 1024px) {
  .top-sns-body {
    margin-top: 15px;
  }
}
.top-sns .sns-block {
  height: 578px;
}
.top-sns .sns-block > * {
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .top-sns .sns-block {
    height: auto;
  }
}
.top-sns-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .top-sns-btn {
    margin-top: 15px;
  }
}
.top-sns-btn a {
  display: inline-flex;
  gap: 1em;
  padding: 9px 29px 9px 29px;
  border: 1px solid;
  font-size: 1.4rem;
  line-height: 1;
}
.top-sns-btn a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
}
.top-sns-btn.-twitter {
  color: #1da1f2;
}
.top-sns-btn.-instagram {
  color: #e1306c;
}
.top-sns-btn.-facebook {
  color: #1877f2;
}

.top-ideal {
  background: url(../img/top/top-ideal-bg.png) 50% 50%/cover no-repeat;
  padding-top: 68px;
  padding-bottom: 68px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .top-ideal {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.top-ideal-heading {
  color: #fff;
}
.top-ideal-lists {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px 34px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .top-ideal-lists {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}
.top-ideal-lists dt,
.top-ideal-lists dd {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 801px) {
  .top-ideal-lists dt {
    padding-right: 34px;
    border-right: 3px solid;
    min-height: 110px;
  }
}
@media screen and (max-width: 800px) {
  .top-ideal-lists dt {
    justify-content: center;
    padding-bottom: 24px;
    border-bottom: 3px solid;
    padding-top: 10px;
  }
}
.top-ideal-lists dt img {
  height: 45px;
}
.top-ideal-lists dd {
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  .top-ideal-lists dd {
    font-size: 1.6rem;
  }
}

.top-president {
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .top-president {
    padding-top: 30px;
  }
}
.top-president-grids {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .top-president-grids {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 640px) {
  .top-president-grids {
    grid-template-columns: 1fr;
  }
}
.top-president-img img {
  width: 100%;
}
.top-president-body > p + p {
  margin-top: 24px;
}
.top-president-data {
  margin-top: 38px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .top-president-data {
    margin-top: 30px;
    text-align: right;
  }
}
.top-president-data-position {
  font-size: 1.4rem;
}
.top-president-data-name {
  margin-top: 8px;
  font-size: 2.8rem;
  font-weight: bold;
}

.top-about {
  padding-top: 60px;
  padding-bottom: 76px;
}
@media screen and (max-width: 800px) {
  .top-about {
    padding-bottom: 50px;
  }
}
.top-about-grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px 40px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .top-about-grids {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
}
.top-about-grid table {
  width: 100%;
}
.top-about-grid table tr {
  border-bottom: 1px solid #ccc;
}
.top-about-grid table th span {
  display: inline-block;
}
.top-about-grid table th,
.top-about-grid table td {
  padding-top: 16px;
  padding-bottom: 7px;
}
.top-about-heading {
  border-top: 1px solid #ccc;
}
.top-about-heading:not(:first-child) {
  margin-top: 4rem;
}
.top-about-heading span {
  display: block;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -0.5em;
  padding-right: 1em;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
.top-about-description {
  margin-top: 1.8rem;
}
.top-about-map {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .top-about-map {
    margin-top: 40px;
  }
}
.top-about-map-iframe {
  width: 100%;
  height: 458px;
}
@media screen and (max-width: 800px) {
  .top-about-map-iframe {
    height: 365px;
  }
}
.top-about-map-iframe iframe {
  width: 100%;
  height: 100%;
}
.top-about-map-label {
  margin-top: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .top-about-map-label {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

.top-sdgs {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 800px) {
  .top-sdgs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.top-sdgs-header {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .top-sdgs-header {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .top-sdgs-header-logo {
    width: 100%;
    text-align: center;
  }
  .top-sdgs-header-logo img {
    /* width: 100%; */
  }
}
.top-sdgs-header-body {
  flex: 1 0 0%;
}
.top-sdgs-header-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 2.2rem;
  font-size: 3.9rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .top-sdgs-header-title {
    flex-direction: column;
  }
}
.top-sdgs-header-title span {
  font-size: 1.3rem;
  font-weight: normal;
}
.top-sdgs-header-description {
  margin-top: 20px;
}
.top-sdgs-lists {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .top-sdgs-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .top-sdgs-lists {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top-sdgs-lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .top-sdgs-list + .top-sdgs-list {
    margin-top: 28px;
  }
}
.top-sdgs-card {
  display: grid;
  grid-template-columns: 1fr 490px;
  background-color: #fff;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-sdgs-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}
.top-sdgs-card-body {
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .top-sdgs-card-body {
    order: 2;
  }
}
@media screen and (max-width: 640px) {
  .top-sdgs-card-body {
    padding: 20px;
  }
}
.top-sdgs-card-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #01A0E9;
  margin-left: -36px;
  padding: 2px;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
}
.top-sdgs-card-heading-label {
  flex: 1 0 0%;
}
.top-sdgs-card-description {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .top-sdgs-card-thumb {
    order: 1;
  }
}
.top-sdgs-card-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .top-sdgs-card-thumb img {
    height: 100%;
  }
}
.top-sdgs-link {
  margin-top: 50px;
  display: block;
  text-align: center;
  padding: 15px 15px 14px;
  background: #01A0E9;
  font-weight: bold;
}
.top-sdgs-link a {
  display: block;
  font-size: 21px;
  color: #fff;
}

.top-banner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .top-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.top-banner-grids {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .top-banner-grids {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.top-banner-grid img {
  width: 100%;
}

.subpagetitle-outer._bgcolor-blue {
  background: #EEF4F7;
}

.subpagetitle {
  font-size: 2.9rem;
  font-weight: bold;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  background: url("../img/common/subpage-title-bg.jpg");
  margin-bottom: 5px;
}

.breadcrumbs {
  font-size: 1.3rem;
  padding-bottom: 50px;
}

.service-lead {
  margin-bottom: 60px;
}
.service-lead-heading {
  color: #01A0E9;
  font-weight: bold;
  font-size: 2.4rem;
}

.maker-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .maker-item {
    display: block;
    margin-bottom: 30px;
  }
}
.maker-item:last-child {
  margin-bottom: 0;
}
.maker-item-logo {
  flex: 0 0 auto;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .maker-item-logo {
    margin-right: 0;
    margin-bottom: 8px;
    text-align: center;
  }
}
.maker-item-text-name {
  font-weight: bold;
  font-weight: 1.8rem;
  color: #01A0E9;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .maker-item-text-name {
    margin-bottom: 10px;
    text-align: center;
  }
}

.service-lead2col {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .service-lead2col {
    display: block;
  }
}
.service-lead2col-text {
  margin-right: 40px;
}
@media screen and (max-width: 1280px) {
  .service-lead2col-text {
    flex: 0 1 55%;
  }
}
@media screen and (max-width: 1024px) {
  .service-lead2col-text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.service-lead2col-text-heading {
  color: #01A0E9;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 8px;
}
.service-lead2col-text-description {
  margin-bottom: 43px;
}
.service-lead2col-img {
  flex: 0 0 auto;
}
@media screen and (max-width: 1280px) {
  .service-lead2col-img {
    flex: 0 1 45%;
  }
}
@media screen and (max-width: 1024px) {
  .service-lead2col-img {
    text-align: center;
  }
}
.service-problems {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .service-problems {
    display: block;
  }
}
.service-problems-heading {
  margin-bottom: 5px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
}
.service-problems-heading-inner {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .service-problems-heading-inner {
    font-size: 1.5rem;
    padding: 0 6px;
  }
}
.service-problems-text {
  margin-right: 30px;
}
@media screen and (max-width: 1280px) {
  .service-problems-text {
    flex: 0 1 65%;
  }
}
@media screen and (max-width: 640px) {
  .service-problems-text {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.service-problems-text-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.service-problems-text-list-item::before {
  flex: 0 0 auto;
  display: block;
  margin-right: 7px;
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/common/icon-circle-check.svg") no-repeat;
}
.service-problems-img {
  flex: 0 0 auto;
}
@media screen and (max-width: 1280px) {
  .service-problems-img {
    flex: 0 1 35%;
  }
}
@media screen and (max-width: 640px) {
  .service-problems-img {
    text-align: center;
  }
  .service-problems-img img {
    max-width: 210px;
  }
}

.productexample {
  margin-top: 80px;
}
.productexample-heading {
  color: #01A0E9;
  font-weight: bold;
  font-size: 3.9rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .productexample-heading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .productexample-heading {
    font-size: 2.4rem;
  }
}
.productexample-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  .productexample-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .productexample-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .productexample-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.productexample-item-name {
  text-align: center;
}

.serviceflow-item {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
  position: relative;
}
.serviceflow-item::after {
  position: absolute;
  left: 130px;
  bottom: -36px;
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  border-top: 16px solid #CECECE;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.serviceflow-item:last-child::after {
  display: none;
}
.serviceflow-item-img {
  flex: 0 0 auto;
  margin-right: 40px;
}
.serviceflow-item-text-heading {
  font-size: 2.2rem;
  color: #01A0E9;
  margin-bottom: 6px;
}

.bloglist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bloglist > * {
  flex: 0 0 calc(50% - 10px);
}
@media screen and (max-width: 1280px) {
  .bloglist > * {
    flex: 0 0 100%;
  }
}
.bloglist.-onecolumns > * {
  flex: 0 0 100%;
}
.bloglist.-sidespec > * {
  flex: 0 0 100%;
}
.bloglist.-sidespec .bloglist-item-img {
  flex: 0 0 66px;
}
.bloglist.-sidespec .bloglist-item-text-info-date {
  font-size: 1.1rem;
}
.bloglist.-sidespec .bloglist-item-text-info-category {
  font-size: 1rem;
}
.bloglist.-sidespec .bloglist-item-text-title {
  font-size: 1.4rem;
}
.bloglist-item {
  display: flex;
  align-items: center;
}
.bloglist-item:hover {
  background: #ECF1F4;
}
.bloglist-item-img {
  flex: 0 0 auto;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .bloglist-item-img {
    flex: 0 1 30%;
  }
}
@media screen and (max-width: 640px) {
  .bloglist-item-text {
    flex: 0 1 70%;
  }
}
.bloglist-item-text-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .bloglist-item-text-info {
    display: block;
  }
}
.bloglist-item-text-info-date {
  font-size: 1.5rem;
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
  .bloglist-item-text-info-date {
    font-size: 1.3rem;
  }
}
.bloglist-item-text-info-category {
  font-size: 1.3rem;
}
.bloglist-item-text-info-category span {
  display: inline-block;
  padding: 0.1em 0.5em;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.bloglist-item-text-info-category span:last-child {
  margin-right: 0;
}
.bloglist-item-text-title {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .bloglist-item-text-title {
    font-size: 1.5rem;
  }
}

.navigation.pagination {
  text-align: center;
  margin-top: 80px;
}
.navigation.pagination .nav-links .prev {
  border: none !important;
}
.navigation.pagination .nav-links .next {
  border: none !important;
}
.navigation.pagination .nav-links .current {
  padding: 6px 11px;
  background: #01A0E9;
  border: 1px solid #01A0E9;
  border-radius: 3px;
  color: #ffffff;
}
.navigation.pagination .nav-links a {
  padding: 6px 11px;
  border: 1px solid #01A0E9;
  border-radius: 3px;
}
.navigation.pagination .nav-links a:hover {
  background: #01A0E9;
  border: 1px solid #01A0E9;
  color: #ffffff;
  text-decoration: none;
}

.article-info {
  display: flex;
  align-items: center;
}
.article-info-date {
  margin-right: 10px;
}
.article-info-category span {
  display: inline-block;
  padding: 0.1em 0.5em;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.article-info-category span:last-child {
  margin-right: 0;
}
.article h1 {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .article h1 {
    font-size: 2.8rem;
  }
}
.article h2 {
  font-size: 2.4rem;
  margin: 45px 0 25px;
  border-bottom: 3px solid #999;
}
@media screen and (max-width: 640px) {
  .article h2 {
    font-size: 2.2rem;
  }
}
.article h3 {
  font-size: 2rem;
  margin: 40px 0 20px;
  border-left: 3px solid #999;
  padding: 3px 0 2px 10px;
}
@media screen and (max-width: 640px) {
  .article h3 {
    font-size: 1.8rem;
  }
}
.article h4 {
  font-size: 1.6rem;
  margin: 25px 0 10px;
  border-bottom: 1px solid #ddd;
}
.article p {
  margin: 0 0 15px;
}
.article a {
  text-decoration: underline;
  color: #01A0E9;
}
.article a:hover {
  text-decoration: none;
}
.article table {
  width: 100%;
  margin: 20px 0 20px;
}
.article table td {
  padding: 5px 5px 2px;
  border: 1px solid #ddd;
}
.article ul, .article ol {
  margin: 20px 0 20px;
}
.article ul li {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 7px;
}
.article ol li {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 7px;
}
.article figure {
  margin: 20px 0 20px;
}
.article figure figcaption {
  font-size: 13px;
  font-style: italic;
  color: #888;
}
.article blockquote {
  background: #f8f8f8;
  padding: 30px 30px 25px;
}
.article blockquote p:last-child {
  margin-bottom: 0;
}
.article img {
  margin: 20px 0 20px;
}
.article .wp-caption {
  font-size: 13px;
  color: #555;
}

.goback-bloglist {
  text-align: center;
  margin-top: 40px;
}
.goback-bloglist-link {
  display: inline-block;
  background: #01A0E9;
  color: #fff;
  padding: 1em 2em 1em 2.7em;
  font-size: 1.8rem;
  position: relative;
}
.goback-bloglist-link::before {
  position: absolute;
  top: 50%;
  left: 1.2em;
  transform: translateY(-50%);
  content: "";
  width: 7px;
  height: 13px;
  background: url("../img/common/icon-arrow-left.svg") no-repeat;
}

.sustainability-carbon {
  background: #EEF4F7;
}
.sustainability-carbon-inner {
  display: flex;
  gap: 30px;
  border: 1px solid #01A0E9;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .sustainability-carbon-inner {
    display: block;
    padding: 22px;
  }
}
.sustainability-carbon-left {
  flex: 0 1 560px;
}
@media screen and (max-width: 800px) {
  .sustainability-carbon-left {
    margin-bottom: 20px;
  }
}
.sustainability-carbon-right {
  flex: 0 1 333px;
  color: #01A0E9;
  text-align: center;
}
.sustainability-carbon-heading {
  font-weight: bold;
  font-size: 3rem;
  color: #01A0E9;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .sustainability-carbon-heading {
    font-size: 2.4rem;
  }
}
.sustainability-carbon-detail {
  font-size: 1.7rem;
}
.sustainability-carbon-aimhead {
  font-size: 2rem;
  padding: 0.3em 1em 0.3em;
  color: #fff;
  background: #01A0E9;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .sustainability-carbon-aimhead {
    font-size: 1.8rem;
  }
}
.sustainability-carbon-aimtext02 {
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .sustainability-carbon-aimtext02 {
    font-size: 2.4rem;
  }
}
.sustainability-carbon-kirin {
  margin-top: -300px;
  margin-bottom: -200px;
  text-align: right;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .sustainability-carbon-kirin {
    margin-top: -80px;
  }
  .sustainability-carbon-kirin img {
    width: 130px;
  }
}
@media screen and (max-width: 800px) {
  .sustainability-carbon-kirin {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    text-align: center;
  }
  .sustainability-carbon-kirin img {
    width: 100px;
  }
}
.sustainability-carbon-bottom {
  font-weight: bold;
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .sustainability-carbon-bottom {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .sustainability-carbon-bottom br {
    display: none;
  }
}
.sustainability-carbon-arrow {
  text-align: center;
}

.sustainability-items {
  margin-top: -20px;
  background: #EEF4F7;
}

.sustainability-item {
  background: #fff;
  margin-bottom: 70px;
}
.sustainability-item:last-child {
  margin-bottom: 90px;
}
@media screen and (max-width: 800px) {
  .sustainability-item {
    margin-bottom: 45px;
  }
  .sustainability-item:last-child {
    margin-bottom: 45px;
  }
}
.sustainability-item-title {
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  background: #01A0E9;
  padding: 0.8em 0.8em 0.7em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .sustainability-item-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.sustainability-item-inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .sustainability-item-inner {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.sustainability-item-text {
  flex: 1 1 650px;
}
.sustainability-item-heading {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 7px solid #01A0E9;
}
@media screen and (max-width: 800px) {
  .sustainability-item-heading {
    border-left-width: 5px;
    font-size: 1.7rem;
  }
}
.sustainability-item-detail {
  margin-bottom: 35px;
}
.sustainability-item-detail:last-child {
  margin-bottom: 0;
}
.sustainability-item-img {
  flex: 0 1 395px;
}
@media screen and (max-width: 800px) {
  .sustainability-item-img {
    margin-top: 20px;
  }
}
.sustainability-item-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sustainability-item-link {
  color: #01A0E9;
  text-decoration: underline;
  margin-bottom: 5px;
}
.sustainability-item-link:last-child {
  margin-bottom: 0;
}

.renewable-energy {
  margin-top: 13px;
}
.renewable-energy-inner {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 3px;
}
@media screen and (max-width: 800px) {
  .renewable-energy-inner {
    gap: 5px;
  }
}
.renewable-energy-text1 {
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .renewable-energy-text1 {
    font-size: 1.8rem;
  }
}
.renewable-energy-arrow {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #01A0E9;
  height: 24px;
}
@media screen and (max-width: 800px) {
  .renewable-energy-arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #01A0E9;
    height: 20px;
  }
}
.renewable-energy-text2 {
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .renewable-energy-text2 {
    font-size: 1.8rem;
  }
}

.sustainability-forenv {
  font-size: 3.9rem;
  font-weight: bold;
  text-align: center;
  color: #01A0E9;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .sustainability-forenv {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

.sustainability-sdgs {
  padding-top: 90px;
  background: #fff;
}
.sustainability-sdgs .top-sdgs-card-body {
  background: #EEF4F7;
}
@media screen and (max-width: 800px) {
  .sustainability-sdgs {
    padding-top: 70px;
  }
}

.faraway-lead {
  margin-bottom: 60px;
}
.faraway-lead img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .faraway-lead {
    margin-bottom: 50px;
  }
}
.faraway-lead-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .faraway-lead-inner {
    gap: 50px;
  }
}
@media screen and (max-width: 800px) {
  .faraway-lead-inner {
    display: block;
  }
}
.faraway-lead-text {
  flex: 1 1 560px;
}
@media screen and (max-width: 800px) {
  .faraway-lead-text {
    margin-bottom: 30px;
  }
}
.faraway-lead-img {
  flex: 1 1 510px;
}
.faraway-lead-detail {
  margin-top: 15px;
  font-size: 18px;
}
.faraway-catch-line1 {
  font-size: 2rem;
  color: #01A0E9;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .faraway-catch-line1 {
    font-size: 1.8rem;
  }
}
.faraway-catch-line2 {
  font-size: 25px;
  color: #01A0E9;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .faraway-catch-line2 {
    font-size: 2rem;
  }
}
.faraway-catch-main {
  display: inline;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  background: linear-gradient(transparent 65%, #C2E4F3 65%);
}
@media screen and (max-width: 800px) {
  .faraway-catch-main {
    font-size: 2rem;
  }
}

.faraway-gallery {
  margin-bottom: 50px;
}
.faraway-gallery-inner {
  display: flex;
  gap: 47px;
}
@media screen and (max-width: 800px) {
  .faraway-gallery-inner {
    display: block;
  }
}

.faraway-banner {
  background: #01A0E9;
  padding-top: 90px;
  padding-bottom: 65px;
}
@media screen and (max-width: 800px) {
  .faraway-banner {
    padding-top: 55px;
    padding-bottom: 35px;
  }
}
.faraway-banner-tags {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .faraway-banner-tags {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.faraway-banner-tag {
  background: #fff;
  padding: 1em 1.4em 0.8em;
  color: #01A0E9;
  font-size: 2.2rem;
}
@media screen and (max-width: 800px) {
  .faraway-banner-tag {
    font-size: 1.8rem;
    padding: 0.4em 0.8em 0.3em;
  }
}
.faraway-banner-content {
  text-align: center;
}
.faraway-banner-heading {
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .faraway-banner-heading {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}
.faraway-banner-catch {
  font-size: 4.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .faraway-banner-catch {
    font-size: 3rem;
  }
}
.faraway-banner-catch span {
  color: #FFE500;
  position: relative;
}
.faraway-banner-catch span::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #FFE500;
}

.faraway-trouble {
  padding-top: 100px;
  padding-bottom: 0;
  background: url("../../assets/img/common/bg01.jpg");
}
@media screen and (max-width: 800px) {
  .faraway-trouble {
    padding-top: 65px;
  }
}
.faraway-trouble-heading {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 800px) {
  .faraway-trouble-heading {
    margin-bottom: 25px;
  }
}
.faraway-trouble-heading-inner {
  display: inline-block;
  font-size: 3.1rem;
  font-weight: bold;
  color: #01A0E9;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 2px solid #01A0E9;
}
@media screen and (max-width: 800px) {
  .faraway-trouble-heading-inner {
    font-size: 2.1rem;
    padding: 10px 16px;
  }
}
.faraway-trouble-list {
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
}
.faraway-trouble-item {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
  line-height: 1.6;
  color: #01A0E9;
  border-bottom: 1px solid #01A0E9;
}
@media screen and (max-width: 800px) {
  .faraway-trouble-item {
    font-size: 1.8rem;
  }
}
.faraway-trouble-img {
  margin-top: 50px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .faraway-trouble-img {
    margin-top: 20px;
    margin-left: auto;
    width: 110px;
  }
}

.english-heading {
  text-align: center;
  font-weight: bold;
  font-size: 3.9rem;
  margin-bottom: 65px;
}
@media screen and (max-width: 800px) {
  .english-heading {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 35px;
  }
}
.english-item-outer-v1 {
  margin-bottom: 80px;
}
.english-item-v1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .english-item-v1 {
    margin-bottom: 40px;
  }
}
.english-item-v1:last-child {
  margin-bottom: 0;
}
.english-item-v1-heading {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #01A0E9;
}
@media screen and (max-width: 800px) {
  .english-item-v1-heading {
    font-size: 2.2rem;
  }
}
.english-item-v1-detail {
  font-size: 2.2rem;
}
@media screen and (max-width: 800px) {
  .english-item-v1-detail {
    font-size: 1.8rem;
  }
}
.english-item-v1-logos {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .english-item-v1-logos {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.english-item-outer-v2 {
  padding-top: 65px;
  padding-bottom: 65px;
  border-top: 1px solid #01A0E9;
  border-bottom: 1px solid #01A0E9;
}
@media screen and (max-width: 800px) {
  .english-item-outer-v2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.english-item-v2 {
  margin-bottom: 40px;
}
.english-item-v2:last-child {
  margin-bottom: 0;
}
.english-item-v2-heading {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #01A0E9;
}
@media screen and (max-width: 800px) {
  .english-item-v2-heading {
    font-size: 2.2rem;
  }
}
.english-item-v2-detail {
  font-size: 2.2rem;
}
.english-item-v2-detail a {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .english-item-v2-detail {
    font-size: 1.8rem;
  }
}

.english-company {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .english-company {
    margin-top: 55px;
  }
}
.english-company-heading {
  font-weight: bold;
  font-size: 3rem;
  color: #01A0E9;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .english-company-heading {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.english-company-table {
  border-collapse: separate;
  border-spacing: 40px 0;
  margin-left: -40px;
  width: calc(100% + 40px);
}
.english-company-table th, .english-company-table td {
  padding-top: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #A7CAD4;
}
@media screen and (max-width: 800px) {
  .english-company-table th, .english-company-table td {
    display: block;
  }
}
.english-company-table th {
  width: 25.5813953488%;
}
@media screen and (max-width: 800px) {
  .english-company-table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .english-company-table td {
    padding-top: 5px;
  }
}

.inquire-lead {
  display: flex;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .inquire-lead {
    display: block;
  }
}
.inquire-lead-text {
  flex: 1 1 auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .inquire-lead-text {
    margin-bottom: 10px;
  }
}
.inquire-lead-img {
  flex: 1 1 300px;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .inquire-lead-img {
    margin-left: 0;
  }
}

/* --------------------------------------------
 * 　フォーム：テーブル部分
 * -------------------------------------------- */
.form table {
  width: 100%;
  max-width: 1100px;
  font-size: 16px;
  margin-bottom: 40px;
}
.form-head {
  width: 25%;
  padding: 11px 0.5em 0 0;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .form-head {
    display: block;
    width: 100%;
  }
}
.form-head-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .form-head-inner {
    justify-content: flex-start;
  }
}
.form-head-inner-item {
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .form-head-inner-item {
    margin-right: 0.75em;
    margin-bottom: 5px;
  }
}
.form-head-validate {
  flex: 0 0 auto;
  font-size: 0.75em;
}
.form-head-required {
  display: inline-block;
  color: #fff;
  background: #FA5106;
  padding: 0.5em 0.3em 0.4em;
  margin-left: 5px;
  border-radius: 2px;
  line-height: 1;
}
.form-head-any {
  display: inline-block;
  color: #fff;
  background: #999999;
  padding: 0.5em 0.3em 0.4em;
  margin-left: 5px;
  border-radius: 2px;
  line-height: 1;
}
.form-data {
  width: 75%;
  vertical-align: middle;
  padding: 0 0 1em 35px;
}
@media screen and (max-width: 640px) {
  .form-data {
    display: block;
    width: 100%;
  }
}
.form input:not([type=submit]), .form textarea, .form select {
  background: #ECF1F4;
  border: none;
  outline: none;
}
.form input, .form select {
  width: 100%;
  min-height: 45px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
}
.form textarea {
  width: 100%;
  height: 150px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  font-size: 16px;
}
.form-acceptance {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}
.form-submit {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-submit input {
  background: #01A0E9;
  padding: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 370px;
  margin-right: 15px;
  margin-left: 15px;
}

.thanks {
  text-align: center;
}

.sidebarblock {
  margin-bottom: 40px;
}
.sidebarblock-heading {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #01A0E9;
  padding: 0.3em 0.7em;
  margin-bottom: 5px;
}

.blogcategories {
  margin-bottom: 15px;
}
.blogcategories-item {
  border-bottom: 1px dotted #ccc;
  padding: 0.5em 0 0.3em;
}
.blogcategories-item-link {
  display: block;
}

.privacypolicy .-heading {
  font-size: 18px;
  font-weight: bold;
}
.privacypolicy-outline {
  padding: 20px 20px 15px;
  margin: 0 0 20px;
  background: #eee;
}
.privacypolicy-purpose ol {
  margin: 15px 0 10px;
}
.privacypolicy-purpose li {
  list-style: decimal;
  margin: 0 0 6px 25px;
}
.privacypolicy-purpose-end {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 16px;
  margin: 0 0 30px;
}
.privacypolicy-content-item {
  margin: 0 0 17px;
}
.privacypolicy-content-item-heading {
  font-size: 16px;
  font-weight: bold;
}
.privacypolicy-content ul.sub {
  margin: 10px 0 0 25px;
}
.privacypolicy-content ul.sub li {
  margin: 0;
  list-style: disc;
}

/* --------------------------------------------
 * 　404
 * -------------------------------------------- */
.page404 {
  text-align: center;
  padding: 20vh 20px;
}
/*# sourceMappingURL=page.css.map */