.mv-box iframe {
  width: 100%;
  height: 100dvh;
  background-color: #1e1e22;
}

.top-about {
  padding: 50px 0 150px 10%;
  display: flex;
}

.top-about .about-detail {
  padding: 0 50px;
  width: 50%;
}

.top-about .h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0;
  letter-spacing: 0.03em;
  margin: unset;
  margin-bottom: 30px;
}

.top-about h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0;
  letter-spacing: 0.03em;
  margin: unset;
  margin-bottom: 30px;
}

.top-about h2 span.title-min {
  font-size: 2rem;
}

.top-about p {
  font-size: 1.04rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin: unset;
  margin-bottom: 2em;
}

.top-about .about-img {
  margin-top: 3.5em;
  width: 50%;
}

.top-about .about-img img {
  width: 100%;
}

.about-detail h2 span.title_ur1 {
  position: relative;
}

/*
.about-detail h2 span.title_ur1::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #a92117;
  z-index: -1;
}
*/
.about-detail h2 span.title_ur2 {
  position: relative;
}

/*
.about-detail h2 span.title_ur2::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #a92117;
  z-index: -1;
}
*/
.about-detail .sdgs_logo {
  display: flex;
  gap: 0 1em;
}

.about-detail .sdgs_logo>span {
  width: 50%;
  max-width: 140px;
}

.about-detail .sdgs_logo img {
  width: 100%;
}

.top-movie {
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
  /*overflow: hidden;*/
  cursor: pointer;
}

.top-movie .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.top-movie::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 50;
}

.top-movie::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -12px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid transparent;
  border-left: 30px solid #fff;
  z-index: 50;
}

.top-movie video {
  width: 100%;
  /*margin-top: -229px;*/
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.movie-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.3s all ease-out;
  z-index: 9999;
}

.movie-overlay.show {
  visibility: visible;
  opacity: 1;
}

/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2 {
  position: absolute;
  bottom: -21px;
  left: 50px;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  position: absolute;
  left: 10px;
  bottom: 100px;
  color: #d8d8d8;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  line-height: 10px;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8d8d8;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 135px;
  }

  100% {
    bottom: -5px;
  }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.scrolldown2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 140px;
  background: #d8d8d8;
}

.top-feature {
  margin: 50px 0 0;
  visibility: visible;
  opacity: 1;
}

.top-feature h3 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.top-feature .top-feature-detail {
  display: flex;
  visibility: visible;
  opacity: 1;
  width: 100%;
  margin: 0;
  position: relative;
}

.top-feature .top-feature-ttl {
  width: 30%;
  display: flex;
  justify-content: center;
  position: relative;
}

.top-feature .top-feature-ttl::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
}

.top-feature .top-feature-ttl h3 {
  font-size: 3rem;
  writing-mode: vertical-rl;
  font-weight: bold;
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
  text-align: left;
  position: relative;
  margin-top: 4.75rem;
}

.top-feature .top-feature-ttl h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 11.2em;
  left: 50%;
  height: 55%;
  width: 3px;
  margin-left: -1.5px;
  background-image: linear-gradient(to top, #fff, #fff 3px, transparent 3px, transparent 8px);
  background-size: 3px 8px;
  background-position: center top;
  background-repeat: repeat-y;
}

.top-feature .top-feature-avm .top-feature-ttl h3::after {
  top: 9.3em;

}

/*
.top-feature .top-feature-avm .top-feature-ttl h3::after {
  height: 50%;
}
*/

.top-feature .top-feature-cnt {
  width: 70%;
  padding: 50px 40px;
}

.top-feature .top-feature-fnc,
.top-feature .top-feature-fnc .top-feature-cnt {
  background: #87c2d2;
}

.top-feature .top-feature-avm,
.top-feature .top-feature-avm .top-feature-cnt {
  background: #e5b726;
}

.top-feature .top-feature-fnc .top-feature-item-wrap {
  max-width: 1000px;
  margin: 0 auto 0 0;
}

.top-feature .top-feature-avm .top-feature-item-wrap {
  max-width: 1000px;
  margin: 0 0 0 auto;
}

.top-feature-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 0 0;
}

.top-feature-avm .top-feature-inner {
  margin: 0 0 0 auto;
}

.top-feature-inner .top-feature-text {
  width: 60%;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}

.top-feature-cnt .btn-area__center {
  display: none;
}

.top-feature-cnt .btn-area a {
  width: 240px;
}

.top-feature .top-feature-ttl span {
  color: white;
}

.top-feature__inner {
  text-align: center;
}

.top-feature__cate {
  color: #aaa;
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
}

.top-feature .top-feature-cnt .top-feature-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item {
  width: 48%;
  background: #fff;
  color: #333;
  margin-top: 60px;
  border-radius: 10px;
  position: relative;
  padding: 50px 30px 30px;
  display: block;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  z-index: 1;
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item:hover,
.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item:focus,
.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item:active {
  transform: scale(1.05);
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .icon {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -40px;
  background: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50px;
  padding: 15px 0 0;
  z-index: -1;
  box-sizing: border-box;
}

.icon img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item h4 {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  position: relative;
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item>i,
.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .top-feature-dpm-ttl i {
  display: block;
  font-size: 0.75rem;
  color: #aaa;
  font-family: New Order, sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item p:last-child {
  margin-bottom: auto;
  font-size: 0.875rem;
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .icon i {
  font-size: 2.25rem;
  color: #73726f;
  line-height: 1.2;
}

.top-feature .top-feature-avm .top-feature-ttl {
  order: 2;
}

.top-feature .top-feature-avm .top-feature-cnt {
  order: 1;
}

.top-feature .top-feature-avm {
  /*background: #e5b726;*/
  color: #333;
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .top-feature-dpm-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .top-feature-dpm-ttl div {
  width: 44%;
  text-align: center;
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .top-feature-dpm-ttl div.top-feature__inner {
  width: 52%;
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .top-feature-dpm-ttl div img {
  vertical-align: middle;
  border-style: none;
  width: 80%;
  height: 100px;
  object-fit: cover;
  box-sizing: border-box;
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .top-feature-dpm-ttl i {
  display: block;
  font-size: 0.75rem;
  color: #aaa;
  font-family: New Order, sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .top-feature-dpm-ttl h4 {
  font-size: 1.1rem;
  padding-top: 12px;
}

.top-feature .top-feature-avm .top-feature-ttl span {
  color: #fff;
  box-sizing: border-box;
}

.top-feature .top-feature-fnc .top-feature-ttl {
  background: url("../images/top-feature-bg01.jpg") center center no-repeat;
  background-size: cover;
}

.top-feature .top-feature-avm .top-feature-ttl {
  background: url("../images/top-feature-bg02.jpg") center center no-repeat;
  background-size: cover;
}

.top-feature_service-summary,
.top-feature_performance-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.top-flow {
  padding: 50px 20px 100px;
  width: 100vw;
  margin: 0 auto;
  max-width: 1540px;
}

.top-flow h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  margin-top: 0px;
}

.top-flow .top-flow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}

.top-flow .top-flow-wrap .top-flow-cnt {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 190px);
  box-sizing: border-box;
}

.top-flow .top-flow-wrap .top-flow-cnt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  background-image: linear-gradient(to right, #0093d6, #0093d6 5px, transparent 5px, transparent 10px);
  background-size: 10px 5px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.top-flow .top-flow-wrap .top-flow-cnt.home:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  background-image: linear-gradient(to right, #e98516, #e98516 5px, transparent 5px, transparent 10px);
  background-size: 10px 5px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.top-flow .top-flow-wrap .top-flow-item {
  position: relative;
  width: 23%;
  margin-right: 20px;
  border: 2px solid #7aa0c5;
  background: #fff;
  border-radius: 10px;
  padding: 40px 10px 10px;
  box-sizing: border-box;
}

.top-flow .top-flow-wrap .home .top-flow-item {
  position: relative;
  width: 23%;
  margin-right: 20px;
  border: 2px solid #e98516;
  background: #fff;
  border-radius: 10px;
  padding: 40px 10px 10px;
  box-sizing: border-box;
}

.top-flow .top-flow-wrap .top-flow-item .num {
  position: absolute;
  width: 80%;
  margin: 0 10%;
  background: #87c2d2;
  top: -15px;
  left: 0;
  border-radius: 5px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: Oswald, sans-serif;
  color: white;
}

.top-flow .top-flow-wrap .home .top-flow-item .num {
  position: absolute;
  width: 80%;
  margin: 0 10%;
  background: #e5b726;
  top: -15px;
  left: 0;
  border-radius: 5px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: Oswald, sans-serif;
  color: white;
}

.top-flow .top-flow-wrap .top-flow-item p {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.top-flow .top-flow-wrap .top-flow-item .link a {
  display: block;
  background: #a92117;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 20px;
  border: 1px solid #a92117;
  padding: 2px 0;
  position: relative;
}

.top-flow .top-flow-wrap .top-flow-item .sub {
  display: block;
  border: 1px solid #707070;
  text-align: center;
  width: 80%;
  margin: 0 10%;
  border-radius: 5px;
  font-size: 0.75rem;
  margin-bottom: 15px;
  color: #73726f;
}

.top-flow .top-flow-goal {
  padding-left: 20px;
  box-sizing: border-box;
}

.top-flow .top-flow-goal p {
  position: relative;
  width: 160px;
  height: 160px;
  background: #87c2d2;
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 50px 0;
  text-align: center;
  font-weight: 700;
  margin: 0;
  box-sizing: border-box;
  color: white;
}

.top-flow .top-flow-goal.home p {
  position: relative;
  width: 160px;
  height: 160px;
  background: #e5b726;
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 50px 0;
  text-align: center;
  font-weight: 700;
  margin: 0;
  box-sizing: border-box;
  color: white;
}

.top-flow .top-flow-goal p::before {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -95px;
  margin-top: -95px;
  border: 8px solid #7aa0c5;
  border-radius: 50%;
  box-sizing: border-box;
}

.top-flow .top-flow-goal.home p::before {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -95px;
  margin-top: -95px;
  border: 8px solid #e98516;
  border-radius: 50%;
  box-sizing: border-box;
}

.top-end {
  background: url("../images/top-end-bg2-1.jpg") center center no-repeat;
  background-size: cover;
  padding: 150px 20px 600px;
  margin-bottom: -140px;
  text-align: center;
}

.top-end h4 {
  font-size: 2rem;
  line-height: 1.6;

  padding: 0;
  font-weight: 500;
  color: #FFF;
}

.top-end h2 span {
  display: inline-block;
  /*
  background: #333;
  color: #fff;
  */
  line-height: 1.4;
  padding: 3px 15px;
}

.top-end h2 .underline {
  position: relative;
  padding: 0;
}

/*
.top-end h2 .underline:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #a92117;
}
*/

.top-sdgs-cnt {
  display: flex;
  flex-direction: row;
}

.top-sdgs-text {
  background: url("../images/sdgs01-1.jpg") center center no-repeat;
  background-size: cover;
  width: 60%;
  background-position: center center;
  display: flex;
  flex-direction: column;
  padding: 1.5em 2.5em;
}

.top-sdgs-text .top-sdgs-text-column-img img {
  width: 200px;
  margin: 18px 40px 40px 0px;
  background: white;
  padding: 6px;
}

.top-sdgs-cnt .top-sdgs-text .h4 {
  color: white;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0;
  letter-spacing: 0.03em;
  margin: 3em 0 0 0;
}

.top-sdgs-cnt .top-sdgs-text h4 {
  color: white;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0;
  letter-spacing: 0.03em;
  margin: 3em 0 0 0;
}

/*
.top-sdgs-cnt .top-sdgs-text .top-sdgs-text-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.top-sdgs-cnt .top-sdgs-text .top-sdgs-text-column img {
  width: 200px;
  margin: 18px 40px 40px 0px;
  background: white;
  padding: 6px;
}

.top-sdgs-cnt .top-sdgs-text .top-sdgs-text-column p {
  width: 239px;
  font-size: 16px;
  line-height: 60px;
  color: white;
  margin: 94px 0;
  letter-spacing: 2px;
  margin-right: 8px;
  text-shadow: 3px 3px 4px #636363, -3px 3px 4px #3a3a3a, 3px -3px 4px #5b5b5b, -3px -3px 4px #5f5f5f;
  font-family: serif;
}
*/

.top-sdgs-intro {
  width: 40%;
  /*background: url("../images/sdgs03.jpg") center center no-repeat;
  background-size: cover;
  background-position: center center;*/
  /*
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  */
}

.top-sdgs-intro .top-sdgs-intro-img {
  margin-top: 1em;
  text-align: center;
}

.top-sdgs-intro .top-sdgs-intro-img img {
  max-width: 33.3333%;
}

.top-sdgs-intro .h4 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
}

.top-sdgs-intro h4 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
}


.top-sdgs-intro .top-sdgs-intro-text {
  margin: .5em 60px 1em 2em;
}

.top-sdgs-intro .top-sdgs-intro-text p.sdgs_text {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 0 .5em;
}

.top-sdgs-intro .top-sdgs-intro-text .top-sdgs-intro_flex {
  display: flex;
  gap: 0 1em;
  justify-content: space-between;
}

.top-sdgs-intro .top-sdgs-intro-text .top-sdgs-intro_flex .sdgs-intro_flex_text {
  font-size: 1.04rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: .5em 0;
}

.top-sdgs-intro .top-sdgs-intro-text .top-sdgs-intro_flex .sdgs-intro_flex_img {
  width: 50%;
  max-width: 140px;
}

.top-sdgs-intro .top-sdgs-intro-text .top-sdgs-intro_flex .sdgs-intro_flex_img img {
  width: 100%;
}

/*
.top-sdgs-intro .top-sdgs-intro-text p .underline {
  position: relative;
  padding: 0;
}

.top-sdgs-intro .top-sdgs-intro-text p .underline::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #a92117;
}
*/
.top-sdgs-intro .top-sdgs-intro-btn {
  margin-top: 4em;
  margin-right: 15%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5em
}

.top-sdgs .slideshow__slide-caption-subtitle.-load {
  margin-top: 46px;
  margin-bottom: 21px;
  max-width: 290px;
  width: 290px;
}


.top-sdgs-intro .top-sdgs-intro-btn .slideshow__slide-caption-subtitle.-load {
  /* float: right;
  margin-right: 15%;*/
  margin-top: 0;
}

.top-group-cnt {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
}

.top-group-cnt .top-group-img {
  width: 70%;
  background: #2a2a2a;
}

.top-group-cnt .top-group-img iframe {
  width: 100%;
  height: 749px;
}

.top-group-cnt .top-group-text {
  width: 30%;
  background: #2a2a2af2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 2em 0 2em 5%;
}

.top-group .h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.top-group h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.top-group-text .bg-logo-img {
  position: absolute;
  top: 271px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.top-group-text .bg-logo-img .n {
  fill: #221815;
  transition: all 0.5s ease;
}

.top-group-text .bg-logo-img .a {
  fill: #e30920;
  transition: all 0.5s ease;
}

.top-group-text .bg-logo-img .c {
  fill: #898989;
  transition: all 0.5s ease;
}

.top-group-text .intro_column {
  color: white;
  margin-left: 70px;
  margin-right: 40px;
  position: relative;
}

.top-group-text .intro_column::before {
  content: '';
  border-left: 1px solid white;
  position: absolute;
  height: 80%;
  left: -32px;
  top: 31px;
}

.top-group-text .intro_column .h4 {
  font-size: 22px;
}

.top-group-text .intro_column h4 {
  font-size: 22px;
}

.top-group-text .intro_column p {
  letter-spacing: 1px;
  line-height: 30px;
  font-size: 14px;
}



.top-group-img .container__info {
  height: 100%;
}

.top-group-img .info-wrapper {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-inline-start: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3em 4em;
  height: 100%;
  align-content: center;
  padding: 0 60px 0 1em;
}

.top-group-img .info-wrapper [class^=infobox] {
  text-align: center;
}

.top-group-img .info-wrapper [class^=infobox] .icon {
  font-weight: normal;
  border-radius: 50%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  background: #a92117;
  width: 160px;
  height: 160px;
  border: 10px solid;
}

.top-group-img .info-wrapper [class^=infobox] .icon.blue {
  background: #37328a;
}

.top-group-img .info-wrapper [class^=infobox] .icon p {
  color: white;
  font-size: 33px;
  font-weight: bold;
}

.top-group-img .info-wrapper [class^=infobox] .icon p span[class^=text-] {
  font-size: 15px;
  display: inline-block;
}

.top-group-img .info-wrapper li a {
  color: #fff !important;
  display: flex;
}

.top-group-img .info-wrapper li:nth-child(2n+1) a .icon {
  order: 1;
}

.top-group-img .info-wrapper [class^=infobox] .info-text {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  padding: 0 15px;
  max-width: 200px;
}


.top-group-img .info-wrapper li .btn {
  border: 0;
  border-radius: 0px;
  font-size: 12px;
  padding: 8px 0;
  max-width: 180px;
  width: 100%;
}

.top-group-img .info-wrapper li .btn {
  background: #a92117 !important;
}

.top-group-img .info-wrapper li .btn.blue {
  background: #37328a !important;
}

.top-group-img .info-wrapper [class^=infobox] a:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.top-group-img .info-wrapper [class^=infobox] .info-text h4 {
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 1228px) {
  .top-group-img .info-wrapper {
    padding: 3em;
  }

  .top-group-img .info-wrapper li:nth-child(2n+1) a .icon {
    order: 0;
  }

  .top-group-img .info-wrapper [class^="infobox"] .info-text {
    max-width: none;
    width: 18em;
    align-items: flex-start;
  }

  .top-group-img .info-wrapper [class^="infobox"] .info-text h4 {
    margin-bottom: .75em;
    text-align: left;
  }
}

@media screen and (max-width: 1100px) {

  .top-group-img .info-wrapper [class^=infobox] .icon {
    width: 130px;
    min-width: 130px;
    height: 130px;
    border: 5px solid;
  }

  .top-group-img .info-wrapper [class^="infobox"] .icon p {
    font-size: 25px;
  }

  .top-group-img .info-wrapper [class^="infobox"] .icon p span[class^="text-"] {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .top-group-img .info-wrapper {
    gap: 2em;
  }
}

@media screen and (max-width: 480px) {
  .top-group-img .info-wrapper {
    padding: 3em 20px;
    justify-content: flex-start;
  }

  .top-group-img .info-wrapper [class^="infobox"] .info-text {
    width: auto;
    padding-right: 0;
  }

}







.top-column {
  background-color: #f6f6f6;
}

.counter-box {
  display: flex;
}

.news-tag-box {
  display: flex;
  margin-top: 2px;
}

.counter-box div:first-of-type {
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: bold;
}

.counter-box div:nth-of-type(2) {
  margin-left: 12px;
  letter-spacing: 5px;
}

.counter-box div:nth-of-type(2) i {
  color: #e5b726;
  cursor: pointer;
}

.news-tag-box .icon_news-cate {
  margin-left: 13px;
  font-size: 12px;
  padding: 2px 2em;
  letter-spacing: 0.2em;
  display: inline-block;
}

.news-tag-box .icon_news-cate a {
  color: #ffffff;
}

.swiper {
  margin-left: 0 !important;
  padding: 25px 0 0 !important;
}

.swiper01 {
  position: absolute;
  bottom: 160px;
  left: 100px;
  color: #ffffff;
  width: 40%;
}

.swiper01 .swiper-pagination-fraction {
  top: 0;
  bottom: initial;
}

.swiper01 .swiper-pagination {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-align: left !important;
}

.swiper01 .swiper-button-prev,
.swiper01 .swiper-button-next {
  width: 30px;
  height: 30px;
  top: 18px;
  color: #e5b726;
}

.swiper01 .swiper-button-prev {
  left: 40px;
}

.swiper01 .swiper-button-next {
  right: initial;
  left: 70px;
}

.swiper01 .swiper-button-prev img,
.swiper01 .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.swiper01 .swiper-button-prev::after,
.swiper01 .swiper-button-next::after {
  display: none;
}

.news-text {
  font-size: 14px;
  text-decoration: underline;
  margin: 6px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-date a {
  color: #fff;
  text-decoration: underline;
}

.news-text a {
  color: #ffffff;
}

@media screen and (max-width: 1342px) {
  .top-group-cnt .top-group-img iframe {
    height: 1000px;
  }

  .top-group-cnt .top-group-text {
    padding-left: 0;
  }
}

@media screen and (max-width: 1600px) {
  .top-about {
    padding: 20px 0 120px;
  }

  .top-sdgs-intro .top-sdgs-intro-text {
    margin-right: 18%;
  }
}

@media screen and (max-width: 1450px) {
  .top-about {
    flex-direction: column;
  }

  /*
  .top-about p {
    width: 70%;
  }
*/
  .top-about p .br_pc {
    display: none;
  }

  .top-about .about-detail {
    width: 100%;
    padding: 0 30px;
  }

  .top-about .about-img {
    width: 60%;
    margin: -30px 0 0 auto;
  }
}

@media screen and (max-width: 1300px) {
  .top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .top-feature-dpm-ttl {
    flex-direction: column;
  }

  .top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .top-feature-dpm-ttl div img {
    width: 100%;
    height: 200px;
  }

  .top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .top-feature-dpm-ttl div {
    width: 100%;
  }

  .top-feature .top-feature-ttl {
    width: 20%;
  }

  .top-feature .top-feature-cnt {
    width: 80%;
  }

  .top-feature .top-feature-ttl h3::after {
    height: 75%;
  }

  .top-sdgs-cnt .top-sdgs-text h2 {
    font-size: max(calc(28 / 1200 * 100vw), 20px);
    margin-top: 15px;
    margin-left: 20px;
  }

  .top-sdgs-intro .top-sdgs-intro-text p {
    font-size: 16px;
  }

  .top-sdgs-intro .top-sdgs-intro-text {
    margin-right: 12%;
  }

  .top-sdgs-intro .top-sdgs-intro-btn .slideshow__slide-caption-subtitle.-load {
    margin-right: 10%;
  }
}

@media screen and (max-width: 1000px) {
  .top-feature {
    margin: 50px 0 65px;
  }

  .top-feature h3 {
    font-size: 2rem;
  }

  .top-feature .top-feature-fnc {
    flex-direction: column;
    background: url(../images/top-feature-bg01.jpg) center center no-repeat;
    background-size: cover;
  }

  .top-feature .top-feature-fnc .top-feature-cnt {
    background: initial;
  }

  .top-feature .top-feature-avm {
    flex-direction: column-reverse;
    background: url(../images/top-feature-bg02.jpg) center center no-repeat;
    background-size: cover;
  }

  .top-feature .top-feature-avm .top-feature-cnt {
    background: initial;
  }

  .top-feature .top-feature-ttl {
    width: 100%;
    padding-top: 50px;
  }

  .top-feature .top-feature-ttl::after {
    display: none;
  }

  .top-feature .top-feature-ttl h3 {
    font-size: 2rem;
    writing-mode: initial;
  }

  .top-feature .top-feature-cnt {
    width: 100%;
    padding: 30px 20px 50px;
  }

  .top-feature .top-feature-fnc .top-feature-ttl,
  .top-feature .top-feature-avm .top-feature-ttl {
    background: none;
  }

  .top-flow .top-flow-wrap {
    flex-direction: column;
    padding: 0;
  }

  .top-flow .top-flow-wrap .top-flow-cnt {
    flex-direction: column;
    width: 80%;
  }

  .top-flow .top-flow-wrap .home .top-flow-item {
    width: 80%;
    margin: 0 auto 50px;
  }

  .top-flow .top-flow-wrap .top-flow-cnt.home:before {
    display: none;
  }

  .top-flow {
    padding: 50px 20px 0;
  }

  .top-feature .top-feature-ttl h3::after {
    display: none;
  }

  .top-end h2 {
    font-size: 2rem;
  }

  .top-sdgs-cnt {
    flex-direction: column;
  }

  .top-sdgs-text {
    flex-direction: column;
    width: 100%;
    padding: 30px 40px 20px;
  }

  .top-sdgs-cnt .top-sdgs-text .h4 {
    font-size: 1.8rem;
  }

  .top-sdgs-cnt .top-sdgs-text h4 {
    font-size: 1.8rem;
  }

  .top-sdgs-intro {
    width: 100%;
    padding-bottom: 20px;
  }

  .top-sdgs-intro .h4 {
    font-size: 2.3em;
  }

  .top-sdgs-intro h4 {
    font-size: 2.3em;
  }

  .top-sdgs-intro .top-sdgs-intro-img {
    margin-top: 4em;
  }

  .top-sdgs-intro .top-sdgs-intro-btn {
    padding: 0 20px;
    margin: 4em 20px 1em;
    gap: 0 2em
  }

  .top-sdgs-intro .top-sdgs-intro-text p.sdgs_text {
    font-size: 1.2em;
  }

  .top-sdgs-cnt .top-sdgs-text .top-sdgs-text-column p {
    margin: 30px 5% 30px 0;
  }

  .top-sdgs-cnt .top-sdgs-text h2 {
    font-size: 25px;
    margin-left: 2em;
  }

  .top-sdgs-cnt .top-sdgs-text .top-sdgs-text-column img {
    margin: 0;
  }

  .top-sdgs-text-column-img {
    margin: 0 auto 0 0;
  }

  .top-sdgs-intro .top-sdgs-intro-text {
    padding: 0 20px;
    margin: 1em 20px 1em;
  }

  .top-sdgs-intro .top-sdgs-intro-text p {
    font-size: max(calc(25 / 1000 * 100vw), 15px);
  }

  .top-sdgs-intro .top-sdgs-intro-text p .underline::before {
    bottom: 0;
  }

  .swiper01 {
    width: 50%;
  }

  .news-tag-box .icon_news-cate {
    font-size: 10px;
  }
}

@media screen and (max-width: 900px) {
  .top-about {
    padding: 0 0 100px;
  }

  .top-about .h2 {
    font-size: 2rem;
  }

  .top-about h2 {
    font-size: 2rem;
  }

  .top-about p {
    font-size: 1rem;
    width: 85%;
  }

  .top-about .about-img {
    width: 80%;
    margin: 0 0 0 auto;
  }

  .top-group-cnt {
    flex-direction: column-reverse;
  }

  .top-group-cnt .top-group-img {
    width: 100%;
  }

  .top-group-cnt .top-group-text {
    width: 100%;
    padding: 20px 0 50px;
  }

}

@media screen and (max-width: 640px) {
  .swiper01 {
    bottom: 180px;
    max-width: 70%;
    width: 100%;
    padding-right: 40px;
  }

  .top-feature-inner {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .top-feature-inner .top-feature-text {
    width: 100%;
  }

  .top-feature-cnt .btn-area__center {
    display: block;
    margin: 40px auto 0;
    width: 240px;
  }

  .top-feature-cnt .btn-area {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .mv-box {
    margin-bottom: -50px;
  }

  .top-about {
    padding: 0 0 50px;
  }

  .top-about p {
    font-size: 0.9rem;
    line-height: 2;
    width: 100%;
  }

  .top-about .about-detail {
    padding: 0 20px;
  }

  .scrolldown2 {
    left: 20px;
  }

  .top-feature h3 {
    font-size: 1.8rem;
  }

  .top-feature .top-feature-ttl h3 {
    font-size: 1.6rem;
  }

  .top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item {
    width: 100%;
  }

  .top-feature .top-feature-cnt>p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .top-feature .top-feature-cnt {
    padding: 30px 20px 50px;
  }

  .top-feature .top-feature-cnt .top-feature-item-wrap .top-feature-item .top-feature-dpm-ttl div img {
    height: 150px;
  }

  .top-feature_service-summary,
  .top-feature_performance-summary {
    -webkit-line-clamp: 6;
  }

  .top-flow .top-flow-wrap .top-flow-cnt,
  .top-flow .top-flow-wrap .home .top-flow-item {
    width: 100%;
  }

  .top-flow h2 {
    font-size: 1.6rem;
  }

  .top-end {
    padding: 100px 20px 550px;
  }

  .top-end h2 {
    font-size: max(calc(25 / 600 * 100vw), 18px);
    line-height: 2.5;
  }

  .top-end h2 span {
    padding: 7px 15px;
  }

  .top-end h2 .underline:before {
    bottom: -1px;
  }

  .btn-area__center {
    margin: 0 auto;
  }

  /*
  .top-sdgs-intro .top-sdgs-intro-text p {
    margin-bottom: 30px;
  }
  .top-sdgs-intro .top-sdgs-intro-text p:last-of-type {
    margin-bottom: 70px;
  }
*/

  .top-sdgs-intro .top-sdgs-intro-btn .slideshow__slide-caption-subtitle.-load {}

  .top-sdgs-intro .top-sdgs-intro-img img {
    max-width: 50%;
  }

  .top-sdgs-intro .top-sdgs-intro-text {
    margin-left: 0;
    margin-right: 0;
  }

  .top-sdgs-text {
    padding: 30px 20px 20px;
  }

  .top-sdgs .slideshow__slide-caption-subtitle.-load {
    margin-right: 0;
  }

  .top-group .h2 {
    font-size: 2rem;
  }

  .top-group h2 {
    font-size: 2rem;
  }

  .swiper01 {
    bottom: 200px;
    left: 70px;
    max-width: 70%;
    width: 100%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .top-sdgs-intro .top-sdgs-intro-text .top-sdgs-intro_flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
  }
}