@import "./vendor/bootstrap-5.0.2-dist/css/bootstrap.min.css";
@import "./mobileStyles.css";

:root {
  --font-family-sans-serif: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
  font-family: var(--font-family-sans-serif);
}

em {
  font-size: 1.2rem;
}

main {
  padding-top: 70px;
}

main h1 {
  text-align: center;
  margin-bottom: 2rem;
  background-color: green;
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(90deg, rgba(255, 242, 204, 0), rgba(255, 242, 204, 255) 50%, rgba(255, 242, 204, 0));
}

main h2 {
  font-size: 1.2rem;
}

main h3 {
  font-size: 1.1rem;
}

main h4 {
  font-size: 1.0rem;
}

div.top-image-area {
  position: relative;
  width: 100%;
}

.top-image-area img {
  width: 100%;
}

.top-image-area .carousel-caption {
  background: linear-gradient(rgba(0, 0, 0, 0), 10%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  display: flex;
  flex-wrap: wrap;
  /*align-items: end;*/
}

.top-image-area .carousel-caption h5 {
  width: 100%;
  font-size: 4rem;
  text-align: left;
  margin: 0;
  padding-left: 3rem;
}

.top-image-area .carousel-caption p {
  width: 100%;
  font-size: 2rem;
  text-align: left;
  padding-left: 3rem;
}

.top-image-area .carousel-indicators {
  justify-content: right;
}

.top-image-area .carousel-indicators :not(.active) {
  background-color: gray;
}

.top-image-area .carousel-indicators .active {
  background-color: rgb(0, 102, 255);
}

.top-image-area .carousel-control-prev,
.top-image-area .carousel-control-next {
  display: none;
}

.top-image-area:hover .carousel-control-prev,
.top-image-area:hover .carousel-control-next {
  display: initial;
  animation: fade-in 1s forwards;
}

.top-image-area .carousel-control-prev img,
.top-image-area .carousel-control-next img {
  width: 3.5rem;
  height: 3.5rem;
}

.logo {
  display: inline-block;
}

.logo img {
  width: 100px;
  padding: 0 0.5rem;
}

.navbar-brand {
  color: #000000 !important;
}

.navbar-brand .logo {
  font-size: 1.25rem;
}

.navbar {
  background-color: rgba(255, 255, 255, 90%);
  padding-top: 0;
  padding-bottom: 0;
}

.navbar>.container-fluid {
  display: block;
}

.navbar-items {
  height: 70px;
}

.navbar-collapse {
  text-align: right;
}

.navbar-nav {
  height: 100%;
}

.scroll-nav .navbar-items {
  display: flex;
  justify-content: center;
}

li.nav-item {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  transition: 0.3s;
}

li.nav-item:hover {
  background-color: rgb(0, 35, 87);
}

li.nav-item:hover a {
  color: #ffffff;
}

.navbar-nav .dropdown-menu {
  opacity: 0.9;
}

.navbar-nav .dropdown-item {
  color: white !important;
}

.navbar-toggler {
  float: right;
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.container-fluid.nav-link a {
  display: grid;
  place-items: center;
  color: rgb(0, 35, 87);
  font-weight: bolder;
  height: 100%;
}

.block-size {
  width: 100%;
  min-height: 500px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bg-gray {
  background-color: #d8d8d8;
}

.top-title {
  border-left: 5px solid rgb(208, 80, 80);
}

.top-title .main {
  color: rgb(0, 35, 87);
  text-align: left;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 1.5rem;
}

.top-title .sub {
  color: rgb(175, 175, 175);
  text-align: left;
  font-size: 2rem;
  margin-top: -0.5rem;
  padding-left: 1.5rem;
}

.heading-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-left: 5px solid rgb(208, 80, 80);
  border-bottom: #000000;
}

.heading-title .main {
  color: rgb(0, 35, 87);
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1.5rem;
}

.heading-title .sub {
  color: rgb(175, 175, 175);
  text-align: left;
  font-size: 1.5rem;
  margin-top: -0.5rem;
  padding-left: 1.5rem;
}

.top-concept {
  margin-top: 50px;
  text-align: center;
}

.top-concept .row:has(> .kankyou) .col-3 {
  position: relative;
  padding-top: 12%;
}

.top-msg {
  color: rgb(46, 117, 182);
  text-decoration: underline;
  text-decoration-color: black;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 2rem;
}

.top-msg-mobile {
  display: none;
}

.top-msg-body {
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 16px;
  font-size: 1.2rem;
}

.block-size.top-service {
  min-height: 500px;
}

.top-service .top-title .jp {
  color: rgb(146, 208, 80);
}

.top-service {
  background: white;
  position: relative;
}

/*
.top-service .picture:has(a):hover {
  transform: scale(1.03);
  transition: all 0.5s;
}
*/
.top-service-item:hover {
  cursor: pointer;
  opacity: 0.7;
  /*transform: scale(1.03);*/
  transition: all 0.5s;
}

.top-service-item .picture {
  position: relative;
  width: 100%;
  height: 250px;
}

.top-service-item.large .picture {
  height: 300px;
}

.top-service-item .picture img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.top-service-item.large .picture img {
  height: 300px;
}

.top-service-item .picture::before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 250px;
  content: '';
  background: rgba(47, 85, 151, 0.3);
}

.top-service-item.large .picture::before {
  height: 300px;
}

.top-service-item .picture .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 2rem;
  color: white;
  z-index: 1;
}

.top-service-item.large .picture .title {
  bottom: 40%;
  left: 45%;
  width: 55%;
  font-size: 3rem;
}

.top-service-item .service-name::before {
  position: absolute;
  content: '';
  background-size: 100% 100%;
  left: 5px;
  bottom: 5px;
  width: 50px;
  height: 50px;
}

.top-service-item .service-name .title {
  padding-left: 20px;
}

.top-service-item .service-name .title::after {
  position: absolute;
  content: '>';
  right: 20px;
}


.top-domain .container,
.top-domain .container-fluid {
  aspect-ratio: 16 / 9;
  background: no-repeat 0%/100% 100% linear-gradient(rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 3%,
      rgba(255, 255, 255, 0) 97%,
      rgba(255, 255, 255, 1) 100%),
    no-repeat 0%/100% 100% linear-gradient(to right, rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 3%,
      rgba(255, 255, 255, 0) 97%,
      rgba(255, 255, 255, 1) 100%),
    no-repeat 0%/100% 100% url(./image/map.jpg);
  position: relative;
}

.top-domain .mobile {
  display: none;
}

.kankyou .pin:has(a[data-bs-toggle="collapse"]) {
  background-image: url("./image/pin/pin-kankyou-mobile.png") !important;
}

.kouji .pin:has(a[data-bs-toggle="collapse"]) {
  background-image: url("./image/pin/pin-kouji-mobile.png") !important;
}

.hudousan .pin:has(a[data-bs-toggle="collapse"]) {
  background-image: url("./image/pin/pin-hudousan-mobile.png") !important;
}

.drone .pin:has(a[data-bs-toggle="collapse"]) {
  background-image: url("./image/pin/pin-drone-mobile.png") !important;
}

.pc div.collapsing[style="height: 0px;"] {
  animation: fade-in 1s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pc div.collapsing:not([style="height: 0px;"]) {
  animation: fade-out 1s;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pin {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -100%) !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pin:has(a)::after {
  content: "click!";
  color: rgb(64, 255, 128);
  font-weight: bold;
  font-size: 0.9rem !important;
  top: 0%;
  position: absolute;
}

.pin:has(a):hover {
  cursor: pointer;
  transform: scale(1.03);
  filter: brightness(1.4);
  transition: all 0.5s;
}

.pin a,
.pin p {
  padding-top: 24%;
  text-decoration: none;
  font-weight: bold;
}

.kankyou .pin {
  background-image: url("./image/pin/pin-kankyou.png");
}

.kankyou .pin:has(a) {
  background-image: url("./image/pin/pin-kankyou-link.png");
}

.kouji .pin {
  background-image: url("./image/pin/pin-kouji.png");
}

.kouji .pin:has(a) {
  background-image: url("./image/pin/pin-kouji-link.png");
}

.hudousan .pin {
  background-image: url("./image/pin/pin-hudousan.png");
}

.hudousan .pin:has(a) {
  background-image: url("./image/pin/pin-hudousan-link.png");
}

.drone .pin {
  background-image: url("./image/pin/pin-drone.png");
}

.drone .pin:has(a) {
  background-image: url("./image/pin/pin-drone-link.png");
}

.pin a {
  display: block;
}

.kankyou .pin a,
.hudousan .pin a,
.kankyou .pin p,
.hudousan .pin p {
  color: white;
}

.kouji .pin a,
.drone .pin a,
.kouji .pin p,
.drone .pin p {
  color: black;
}

.top-domain picture {
  text-align: center;
}

.top-domain img {
  width: 70%;
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  content: '↑';
  font-size: 25px;
  font-weight: bolder;
  color: rgba(255, 255, 255, 70%);
  background-color: rgba(208, 80, 80, 70%);
  border-radius: 9999px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 15px;
  font-weight: bolder;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: rgba(208, 80, 80, 70%);
}

#page_top.displayOn {
  animation-name: fade-in;
  animation-duration: 1s;
  /*アニメーション時間*/
  animation-timing-function: ease-out;
  /*アニメーションさせるイージング*/
  animation-delay: 0s;
  /*アニメーション開始させる時間*/
  animation-iteration-count: 1;
  /*繰り返し回数*/
  animation-direction: normal;
  /*往復処理をするかどうか*/
  animation-fill-mode: forwards;
  /*アニメーション後のスタイルをどうするか*/
}

#page_top.displayOff {
  display: none !important;
}

footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: rgb(255, 255, 255);
  background: rgb(0, 35, 87);
}


.top-information {
  position: relative;
}

.top-information .top-title .jp {
  color: rgb(113, 113, 113);
}

.top-information .info {
  padding-bottom: 5rem;
}

.top-info-item {
  margin-top: 10px;
}

.top-info-item:hover .picture img {
  transform: scale(1.03);
}

.top-info-item:hover .picture::before {
  cursor: pointer;
  border-color: rgb(208, 80, 80);
}

.top-info-item .picture {
  position: relative;
  width: 100%;
  height: 140px;
}

.top-info-item .picture img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  transition: 0.3s;
}

.top-info-item .picture::before {
  position: absolute;
  bottom: -30px;
  left: -15px;
  width: 0px;
  height: 0;
  content: '';
  border-top: 70px solid;
  border-right: 295px solid;
  border-color: rgb(0, 35, 87);
  transition-property: border-color;
  transition-duration: 0.3s;
  z-index: 1;
}

.top-info-item .picture .title {
  position: absolute;
  bottom: -11px;
  left: 0px;
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
  z-index: 1;
}

.top-map-item {
  margin-top: 20px;
}


.headline {
  position: relative;
}

.headline picture img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.headline picture::after {
  content: '';
  position: absolute;
  display: flex;
  width: 100%;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(64, 64, 64, 0.4) 50%, rgba(242, 242, 242, 0));
}

.headline .page {
  position: absolute;
  padding-left: 2rem;
  width: 100%;
  bottom: 10%;
}

.headline nav {
  font-size: 1.25rem;
}

.breadcrumb-item {
  color: white;
}

.headline .breadcrumb-item+.breadcrumb-item::before {
  color: white;
  content: '>';
}

.headline a {
  color: white;
  transition: 0.3s;
}

.headline a:hover {
  color: #6bb6ff;
}

.headline .page .title {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
}

.subtitle::before {
  content: '';
  background-color: rgb(41, 50, 127);
  width: 0.8rem;
  height: 2rem;
  margin-right: 1rem;
}

.subtitle {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.subhead::before {
  content: '';
  background-color: rgb(41, 50, 127);
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 1rem;
}

.subhead {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.explanation {
  margin-bottom: 1rem;
  padding-left: 2.5%;
}

.explanation figure {
  text-align: center;
}

.explanation figure img {
  width: 50%;
  margin: 1rem;
}

.explanation figure img:not(.figure) {
  box-shadow: 0.5rem 0.5rem 1rem 0 rgba(0, 0, 0, .5);
}

.link {
  padding-left: 2.5%;
  padding-bottom: 2rem;
}

.link a {
  position: relative;
  display: flex;
  max-width: 300px;
  padding: 10px 0;
  font-size: 1.25rem;
  color: rgb(208, 80, 80);
  transition: 0.3s ease-in-out;
  font-weight: bolder;
  text-decoration: none;
}

.link a:before {
  content: '';
  position: absolute;
  top: calc(80% - 2px);
  right: 0em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: rgb(208, 80, 80);
  transition: 0.3s;
}

.link a:after {
  content: '';
  position: absolute;
  top: 80%;
  right: 0em;
  transform: translateY(-50%);
  width: 300px;
  height: 2px;
  background-color: rgb(208, 80, 80);
  transition: 0.3s;
}

.link a:hover:before,
.link a:hover:after {
  background-color: #6bb6ff;
  right: -2.5em;
}

.link a:hover {
  color: #6bb6ff;
}

.exp-list {
  padding-left: 5%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.exp-list>div {
  padding-bottom: 1rem;
}

.exp-list .title {
  color: rgb(0, 35, 87);
  font-size: 1.25rem;
  font-weight: bolder;
}

.exp-list .content {}

.reference {
  width: 100%;
  margin: 2rem 0;
  text-align: center;
}

.divider {
  border-bottom: solid 0.35rem rgb(41, 50, 127);
}

.information-area>.row {
  padding-top: 1rem;
}

.information-area>.row {
  border-bottom: solid 1px rgb(185, 185, 185);
}

.information-area>.row:last-child {
  margin-bottom: 1rem;
}

.information-area h2 {
  font-weight: bold;
  font-size: 1.3rem;
}

.information-area p {
  padding-left: 2rem;
}

.information-area a[href$=".pdf"] {
  background-image: url("./image/icon/pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 1.2rem;
}

.history-area dt {
  background: rgb(236, 236, 236);
}

.history-area dt,
.history-area dd {
  padding: 0;
}

.history-area p {
  font-size: 1.2rem;
  padding-left: 1rem;
  padding-top: 1.2rem;
  border-top: solid 2px rgb(214, 214, 214);
}

.history-area picture {
  padding: 25%;
}

.history-area picture img {
  width: 50%;
}

.client-area {
  display: flex;
}

.client-area ul {
  width: 50%;
  margin-bottom: 0;
}

.client-area li {
  list-style-type: none;
  padding-top: 1rem;
  height: 3rem;
}

.philosophy-area .msg {
  margin-top: 12px;
}

.philosophy-area .president {
  text-align: center;
}

.service-area figure.onestop {
  background-image: url('./image/domain_bg.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-area .flow {
  background-image: url('./image/onestop-background.png');
  background-position: center 7rem;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
  padding-top: 2rem;
}

.service-area .circle,
.service-area .cylinder {
  opacity: 0.9;
}

.service-area p {
  text-align: center;
  color: rgb(47, 85, 151);
  font-size: 1.5rem;
  font-weight: bold;
}

.service-area .circle {
  width: 90%;
  aspect-ratio: 1/1;
  background: rgb(47, 85, 151);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: yellow;
  font-size: 1.5rem;
  margin-top: 5rem;
}

.service-area .cylinder {
  width: 100%;
  height: 22rem;
  position: relative;
  background: rgb(47, 85, 151);
  border-radius: 0 0 50% 50% / 0 0 1rem 1rem;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  color: white;
  font-size: 1.3rem;
}

.service-area .cylinder::before {
  content: "";
  width: 100%;
  height: 2rem;
  position: absolute;
  top: -1rem;
  /* heightの半分 */
  border-radius: 50%;
  background: rgb(97, 135, 201);
}

.service-area .cylinder:has(a):hover {
  transform: scale(1.03);
  transition: all 0.5s;
}

.solution .picture img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.flow-item {
  border-radius: 30px;
  margin-top: 2rem;
  padding: 0 2rem 2rem 2rem;
  background-color: white;
}

.flow-item.f1 {
  border: 10px solid rgb(41, 50, 127);
}

.flow-item.f2 {
  border: 10px solid rgb(50, 154, 134);
}

.flow-item.f3 {
  border: 10px solid rgb(56, 174, 152);
}

.flow-item.f4 {
  border: 10px solid rgb(72, 196, 172);
}

.flow-item .title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 0.8rem;
}

.flow-item.f1 .title {
  border-left: solid 10px rgb(41, 50, 127);
}

.flow-item.f2 .title {
  border-left: solid 10px rgb(50, 154, 134);
}

.flow-item.f3 .title {
  border-left: solid 10px rgb(56, 174, 152);
}

.flow-item.f4 .title {
  border-left: solid 10px rgb(72, 196, 172);
}

.flow-item ul {
  list-style: none;
  padding-left: 0;
}

.flow-item li {
  position: relative;
  padding: 0 0 0 1rem;
}

.flow-item li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 0.4rem solid transparent;
  border-left: 0.5rem solid rgb(255, 192, 0);
  content: "";
}


.flow .start {
  position: relative;
  padding-top: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.flow .start::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0.3rem solid white;
  border-radius: 50% 50% 0 50%;
  background: rgb(255, 192, 0);
  transform: rotate(45deg);
  z-index: 11;
}

.flow .start .ex {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 12;
}

.flow .arrow {
  position: relative;
  margin-top: -1rem;
  padding-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-align: center;
  height: 11rem;
  background: white;
  clip-path: polygon(0% 0%, 100% 0%, 100% 66%, 50% 100%, 0% 66%);
}

.flow .arrow::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -1.5rem;
  height: 11rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 63%, 50% 97%, 0% 63%);
}

.flow .arrow.f1::before {
  background: rgb(41, 50, 127);
}

.flow .arrow.f2::before {
  background: rgb(50, 154, 134);
}

.flow .arrow.f3::before {
  background: rgb(56, 174, 152);
}

.flow .arrow.f4::before {
  background: rgb(72, 196, 172);
}

.flow .arrow.f1 {
  z-index: 9;
}

.flow .arrow.f1 .ex {
  position: relative;
  z-index: 10;
}

.flow .arrow.f2 {
  z-index: 7;
}

.flow .arrow.f2 .ex {
  position: relative;
  z-index: 8;
}

.flow .arrow.f3 {
  z-index: 5;
}

.flow .arrow.f3 .ex {
  position: relative;
  z-index: 6;
}

.flow .arrow.f4 {
  z-index: 3;
}

.flow .arrow.f4 .ex {
  position: relative;
  z-index: 4;
}

.flow .end {
  position: relative;
  margin: -1rem auto 3rem auto;
  padding-top: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.flow .end::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background: rgb(255, 192, 0);
  z-index: 1;
}

.flow .end .ex {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2;
}



.case-area {
  margin-top: 1rem;
  position: relative;
  background-image: url("./image/jirei-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.case-area::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 1rem;
  bottom: 9rem;
  margin: 0 auto;
  width: 10px;
  background: linear-gradient(to right, black, white, black);
}

.case-area .row {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.case-area .row:first-child,
.case-area .row:last-child {
  padding-bottom: 9rem;
}

.case-area .edge-circle {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  color: yellow;
  font-size: 1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 8rem;
  height: 8rem;
  background: rgb(47, 85, 151);
  border-bottom: 0.3rem solid rgb(0, 32, 96);
  border-radius: 50%;
}

.case-area .circle {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 1rem);
  width: 3rem;
  height: 3rem;
  background: rgb(47, 85, 151);
  border-bottom: 0.3rem solid rgb(0, 32, 96);
  border-radius: 50%;
}

.case-area .circle::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0.75rem);
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  border-radius: 50%;
}

.case-area .triangle {
  content: '';
  position: absolute;
  left: 50%;
  width: 3rem;
  height: 3rem;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
}

.case-area .row.right .triangle {
  transform: translate(0, 1rem);
  border-right: 3rem solid gray;
}

.case-area .row.left .triangle {
  transform: translate(-4.5rem, 1rem);
  border-left: 3rem solid gray;
}

.case-area .case {
  position: relative;
  height: 15rem;
  background-color: black;
  color: white;
}

.case-area .case:not(:has(> figure)) {
  display: flex;
  align-items: center;
  height: 5rem;
}

.case-area .right .case {
  margin-left: 3.75rem;
}

.case-area .left .case {
  margin-right: 3.75rem;
}

.case-area .case .title {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  top: 0.3rem;
  line-height: 1;
}

.case-area .case .description {
  position: absolute;
  top: 3rem;
  bottom: 20%;
  left: 3%;
  right: 51%;
  font-size: 0.9rem;
}

.case-area .case a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 2rem;
  top: 80%;
  left: 5%;
  text-decoration: none;
  color: white;
  background-color: rgb(146, 208, 80);
  border-bottom: 0.2rem solid rgb(56, 87, 35);
  border-radius: 1rem;
}

.case-area .case a:hover {
  cursor: pointer;
  background-color: rgb(169, 208, 142);
  transform: scale(1.03);
  transition: all 0.5s;
}

.case-area .case figure {
  position: absolute;
  top: 3rem;
  bottom: 1.2rem;
  left: 51%;
  right: 3%;
}

.case-area .case:not(:has(> .description)) figure {
  left: 5%;
  right: 5%;
}

.case-area .case figure:not(:has(> figcaption)) {
  bottom: 1rem;
}

.case-area .case figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-area .case figure figcaption {
  text-align: center;
  font-size: 0.8rem;
}

.case-area .case figure .link {
  position: absolute;
  content: '';
  background-image: url("./image/icon/link.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  right: 10%;
  bottom: 10%;
}

.photo-card {
  text-align: center;
  margin: 10px 0;
  width: 100%;
}

.photo-card>div {
  display: inline-block;
  width: 49%;
  padding-bottom: 1.5rem;
}

.photo-card>div img {
  width: 90%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.achievement-area ul {
  margin-top: 1rem;
}

.achievement-area li {
  list-style-type: square;
  font-size: 1.2rem;
}

.achievement-area li:has(a[href$=".pdf"]) {
  background-image: url("./image/icon/pdf.png");
  background-size: auto 1.2rem;
  background-repeat: no-repeat;
  padding-left: 1.2rem;
}

.achievement-area li a {
  color: black;
}

.achievement-area li a::after {
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("./image/icon/link-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
}


.access-area p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.access-area a {
  text-decoration: none;
  color: black;
}

.access-area .google-map {
  margin-top: 2rem;
  text-align: center;
}

.access-area .google-map iframe {
  width: 100%;
}

.contact-area iframe {
  width: 100%;
  min-height: 1200px;
}

.contact-area .row:first-of-type {
  background-color: white;
}

.contact-area form {
  margin-top: 1rem;
  background-color: rgb(242, 242, 242);
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact-area form label::before {
  content: "■";
  color: rgb(146, 208, 80);
  padding-right: 0.8rem;
}

.contact-area form label {
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

.contact-area form label .required {
  margin-left: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 10%;
  color: white;
  background-color: red;
}

.contact-area form input {
  width: 100%;
}

.contact-area form textarea {
  width: 100%;
  height: 5rem;
}

.contact-area form .send-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.contact-area form .send-btn button {
  width: 15rem;
  height: 5rem;
  color: white;
  background-color: rgb(0, 176, 240);
  border: none;
  border-bottom: 0.3rem solid rgb(0, 35, 87);
  border-radius: 3rem;
}

.contact-area form .send-btn button:hover {
  background-color: rgb(15, 191, 255);
  transform: scale(1.03);
  transition: all 0.5s;
}

iframe.show_disclosure_document {
  width: 100%;
  height: 1200px;
  border: 0px;
}

.disclosure-area {
  padding-bottom: 2rem;
}

.disclosure-area h2 {
  padding-top: 2rem;
}

.disclosure-area .row {
  margin: 0;
}

.disclosure-area dt {
  background: rgb(236, 236, 236);
}

.disclosure-area dt,
.disclosure-area dd {
  margin: 0;
  padding: 0;
}

.disclosure-area p {
  padding-left: 1rem;
  border-top: solid 2px rgb(214, 214, 214);
}

.disclosure-area .last {
  border-bottom: solid 2px rgb(214, 214, 214);
}

.protected-area .row {
  margin: 0;
}

.protected-area dt {
  background: rgb(236, 236, 236);
}

.protected-area dt,
.protected-area dd {
  margin: 0;
  padding: 0;
}

.protected-area p {
  padding-left: 1rem;
  border-top: solid 2px rgb(214, 214, 214);
}

.sdgs-area table,
.achievement-area table {
  margin-top: 1rem;
  vertical-align: middle;
}

.sdgs-area table thead,
.achievement-area table thead {
  background-color: rgb(0, 112, 192);
  color: white;
}

.sdgs-area table td img {
  max-width: 100%;
}

.earth {
  width: 60%;
  animation: rotation 27s linear infinite;
  position: absolute;
  top: 115%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

a[href$=".pdf"] {
  background-image: url(./image/icon/pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
}

.top-font-jp {
  text-align: center;
  font-family: 'M PLUS Rounded 1c';
  font-style: italic;
  font-size: 3rem;
}

.top-font-en {
  text-align: center;
}

.top-font-anim {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: 6s ease;
  transition-property: clip-path;
}

.top-font-anim.is-animated {
  clip-path: polygon(0 0, 400% 0, 0 200%);
}

.top-0 {
  height: 0;
}

.top-0 img {
  position: absolute;
  width: 100%;
}

.top-1 {
  position: relative;
  z-index: 2;
}

.image-anim {
  animation: image-switch-animation 27s infinite;
}

.image-anim:nth-of-type(2) {
  animation-delay: 0s;
}

.image-anim:nth-of-type(3) {
  animation-delay: 9s;
}

.image-anim:nth-of-type(4) {
  animation-delay: 18s;
}

@keyframes image-switch-animation {

  0%,
  60%,
  100% {
    opacity: 0;
  }

  20%,
  30% {
    opacity: 1;
  }
}

.init-anim {
  animation: init-animation 10s;
}

@keyframes init-animation {

  0%,
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.text-end {
  margin-bottom: 1rem;
  padding-right: 2.5%;
}

.top-font-en img {
  position: absolute;
  left: 10%;
}

.earth_mobile {
  width: 150%;
  animation: rotation 27s linear infinite;
  position: absolute;
  top: 100%;
  left: -75%;
  right: 100%;
  bottom: 0;
  margin: auto;
}

.top-0_mobile {
  height: 0;
}

.top-0_mobile img {
  width: initial;
  position: absolute;
  left: -100%;
  right: 0%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top-image-area.mobile {
  height: 30rem;
  background-image: url(./image/sky_m_mobile.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.gis-link {
  font-size: 1.25rem;
}

/*タイトルアニメーション*/
.title-anim {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 0.8s;
}

.title-anim.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

/*ニュース*/
.block-size.top-news {
  height: 500px;
}

.block-size.news {
  min-height: 0%;
}

.top-news .container {
  min-height: 254px;
  overflow: auto;
}

.top-news .title::before {
  content: '';
  background-color: brown;
  width: 0.5rem;
  height: 2rem;
  margin-right: 1rem;
}

.top-news .title {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px rgb(185, 185, 185);
}

.top-news .head {
  color: white;
  background-color: rgb(41, 127, 111);
  font-size: 1.3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 0.8rem;
}

.top-news {
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.news-content {
  font-size: 20px;
  display: inline-block;
  padding-top: 0.5rem;
}

.en-news {
  font-size: 3rem;
  color: white
}

.jp-news {
  font-size: 2.2rem;
  margin-top: -0.5rem;
  color: rgb(208, 80, 80);
}

.news-item {
  border-bottom: 1px solid rgb(208, 80, 80);
  padding-top: 1.5rem;
  padding-left: 0.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  transition: .2s;
  cursor: pointer;
}

.news-item:hover {
  background-color: rgb(200, 200, 200);
}

.link-button-container {
  padding-top: 2rem;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}

.link-button {
  position: relative;
  cursor: pointer;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 280px;
  border-radius: 9999px;
  background-color: rgb(255 255 255);
  color: rgb(208, 80, 80);
  border: 1px solid rgb(208, 80, 80);
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.link-button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(208, 80, 80);
  border-color: rgb(240, 240, 240);
}

.link-button .stretched-link::after {
  border-radius: 9999px;
}

.news-area {
  margin: 0 2rem;
}


/*店舗情報*/
.shop-area {
  margin-bottom: 5rem;
}

.company-info {
  border-radius: 10px;
  ;
  margin-top: 2rem;
  padding: 0 2rem 2rem 2rem;
  background-color: rgb(245, 245, 245);
}

.company-info .name {
  padding-top: 1rem;
  margin: 0.5rem 0;
  font-size: 1.25rem;
  font-weight: bold;
}

.company-detail .column::before {
  content: "■";
  font-size: 1rem;
  color: rgb(208, 80, 80);
  padding-right: 0.5rem;
}

.company-detail .column {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px rgb(185, 185, 185);
}

/*採用情報*/
.disclosure-area p {
  padding-top: 1rem;
}

.new-shadow {
  box-shadow: 0 2.5rem 1rem -2rem hsl(200 50% 20% / 40%);
}

.product-button {
  padding-bottom: 1rem;
}

.product-button a {
  background: rgb(41, 50, 127);
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 30px 25px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: bolder;
  text-decoration: none;
}

.product-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.product-button a:hover {
  background: rgb(41, 50, 50);
}

.product-button a:hover:after {
  right: 0.8rem;
}

.product-container ul {
  padding-left: 0;
}

.product-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.product-list {
  margin-right: auto;
}

.product-list li {
  font-weight: 500;
  padding-bottom: 0.8rem;
  list-style: none;
}

.product-list li .sub {
  font-size: 0.5rem;
  color: rgb(0, 35, 87);
}

.customer-name {
  color: rgb(0, 35, 87);
  font-size: 1.25rem;
  font-weight: bolder;
  border-bottom: 1px solid;
}

.product,
.support {
  padding-top: 1rem;
}

.product .title,
.support .title {
  font-size: 1.1rem;
  font-weight: bolder;
}

.product .title::before,
.support .title::before {
  content: "■";
  font-size: 1.1rem;
  color: rgb(208, 80, 80);
  padding-right: 0.5rem;
}

.product .content,
.support .content {
  padding-top: 0.5rem;
  padding-left: 1.5rem;
}

.product-area .row {
  margin: auto;
  background-color: rgb(225, 225, 225);
  padding: 2rem 1.5rem;
}

.news-detail-date {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  margin-top: 1rem;
}

.news-detail-date::after {
  height: 1.8rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  margin-left: 1rem;
  padding-top: 5px;
  width: 5rem;
  color: white;
  text-align: center;
}

.news-detail-tittle {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.news-detail {
  border-top: solid 1px rgb(180, 180, 180);
  border-bottom: solid 1px rgb(180, 180, 180);
  min-height: 200px;
  margin: 2rem 0;
  padding: 2rem 1rem;
}

.paginationjs {
  width: fit-content;
  margin: auto;
}

.paginationjs-pages>ul>li>a {
  padding: 9px 18px;
  color: rgb(0, 35, 87);
  border: 2px solid rgb(0, 35, 87);
  border-radius: 5px;
  user-select: none;
}

.paginationjs-pages>ul>li>a:hover {
  color: #ffffff !important;
  background-color: rgb(0, 35, 87);
}

.paginationjs-pages>ul>li.active>a {
  color: #ffffff;
  background-color: rgb(0, 35, 87);
}

.paginationjs-ellipsis.disabled>a {
  padding: 0;
  border: initial;
}

.paginationjs-ellipsis.disabled>a:hover {
  color: rgb(0, 35, 87) !important;
  background-color: #ffffff;
}

.paginationjs-prev {
  margin: 0 16px 0 0;
}

.paginationjs-next {
  margin: 0 0 0 16px;
}

.paginationjs-page {
  margin: 0 4px;
}

.paginationjs-pages>ul {
  list-style: none;
  display: flex;
  align-items: baseline;
  padding: 0;
  margin: 0;
}

.not-news {
  text-align: center;
  font-size: 1.2rem;
}

.news-date {
  display: inline-block;
  align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  color: rgb(208, 80, 80);
}

.news-date::after {
  display: inline-grid;
  height: 1.8rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  margin-left: 1.4rem;
  padding-top: 5px;
  width: 5rem;
  color: white;
  text-align: center;
}

.news-date.INFO::after {
  content: "お知らせ";
  background-color: rgb(208, 80, 80);
}

.news-date.UPDATE::after {
  content: "更新情報";
  background-color: rgb(0, 35, 87);
}

.maintenance {
  text-align: center;
  font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
  font-weight: bolder;
}