@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1334.3333333333px) {
  .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 901px) and (max-width: 1333.3333333333px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .spscroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .spscroll::before, .spscroll::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .spscroll::before {
    content: "";
    width: 7rem;
    height: 7rem;
    background: rgba(0, 0, 0, 0.75);
  }
  .spscroll::after {
    font-family: "Material Symbols Outlined";
    content: "\eb52";
    vertical-align: middle;
    line-height: inherit;
    font-size: 5rem;
    color: white;
    animation: spscrollicon_after ease-in 3s infinite;
  }
  .spscroll.isactive::before, .spscroll.isactive::after {
    animation: spscrollicon 1s forwards;
  }
}
@keyframes spscrollicon_after {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  51% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-40%, -50%);
  }
}
@keyframes spscrollicon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#at_a_glance > * {
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
}
#at_a_glance > *:before, #at_a_glance > *:after {
  pointer-events: none;
  transition: 0.5s;
  display: inline-block;
}
#at_a_glance picture {
  display: block;
}
#at_a_glance picture.caption {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#at_a_glance picture.caption::before, #at_a_glance picture.caption::after {
  color: #000;
  text-shadow: -1px 0 5px #FFF, 1px 0 5px #FFF, 0 -1px 5px #FFF, 0 1px 5px #FFF, -1px 0 5px #FFF, 1px 0 5px #FFF, 0 -1px 5px #FFF, 0 1px 5px #FFF;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  bottom: 1em;
  letter-spacing: -0.015em;
}
#at_a_glance picture.caption::before {
  content: attr(data-left);
  left: 1em;
}
#at_a_glance picture.caption::after {
  content: attr(data-right);
  right: 1em;
}
#at_a_glance picture.caption.blackshadow::before, #at_a_glance picture.caption.blackshadow::after {
  color: #FFF;
  text-shadow: -1px 0 5px #000, 1px 0 5px #000, 0 -1px 5px #000, 0 1px 5px #000;
}
#at_a_glance picture.caption.nonshadow::before, #at_a_glance picture.caption.nonshadow::after {
  text-shadow: none !important;
}
#at_a_glance picture.caption.nonshadowwhite::before, #at_a_glance picture.caption.nonshadowwhite::after {
  color: #FFF;
  text-shadow: none !important;
}
#at_a_glance img {
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: auto !important;
}
#at_a_glance sup {
  font-size: 50%;
}
#at_a_glance .cautionUl li {
  text-align: left;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}
#at_a_glance .ggbox {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #at_a_glance .ggbox {
    padding-bottom: 75%;
  }
}
#at_a_glance .ggbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#at_a_glance .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 1000;
}
#at_a_glance .modal-overlay .modal-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-30px);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  #at_a_glance .modal-overlay .modal-content {
    max-width: 95%;
  }
}
#at_a_glance .modal-overlay .modal-close {
  text-align: right;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 1.5rem;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
}
#at_a_glance .modal-overlay .modal-close:hover {
  color: #333;
}
#at_a_glance .modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
#at_a_glance .modal-overlay.active .modal-content {
  transform: translateY(0);
  opacity: 1;
}
#at_a_glance #contentsWrap {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-weight: 400;
  font-feature-settings: "palt";
}
#at_a_glance #contentsWrap h2,
#at_a_glance #contentsWrap h3 {
  font-size: 65px;
  font-weight: 200;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap h2,
  #at_a_glance #contentsWrap h3 {
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 0.5em;
  }
}
#at_a_glance #contentsWrap h2 span.ornament,
#at_a_glance #contentsWrap h3 span.ornament {
  display: flex;
  justify-content: space-between;
  width: 60px;
  height: 20px;
  background: #227fc4;
  margin: 0 auto;
}
#at_a_glance #contentsWrap h2 span.ornament::before, #at_a_glance #contentsWrap h2 span.ornament::after,
#at_a_glance #contentsWrap h3 span.ornament::before,
#at_a_glance #contentsWrap h3 span.ornament::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
#at_a_glance #contentsWrap h2 span.ornament::before,
#at_a_glance #contentsWrap h3 span.ornament::before {
  background: #00a88e;
}
#at_a_glance #contentsWrap h2 span.ornament::after,
#at_a_glance #contentsWrap h3 span.ornament::after {
  background: #4c4949;
}
#at_a_glance #contentsWrap h4 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.25;
  color: #008cd6;
  text-align: center;
  margin-bottom: 1em;
}
#at_a_glance #contentsWrap h4.big {
  font-size: 36px;
}
#at_a_glance #contentsWrap .leadcopy {
  max-width: 580px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 2em;
}
#at_a_glance #contentsWrap h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2em;
}
#at_a_glance #contentsWrap .flex {
  display: flex;
  justify-content: space-between;
}
#at_a_glance #contentsWrap .flex.c2 > * {
  width: calc((100% - 30px) / 2);
}
#at_a_glance #contentsWrap .flex.c3 > * {
  width: calc((100% - 60px) / 3);
}
#at_a_glance #contentsWrap .grid {
  display: grid;
}
#at_a_glance #contentsWrap .grid.g3 {
  grid-template-columns: repeat(3, 1fr);
}
#at_a_glance #contentsWrap a.arrowlink {
  text-decoration: none;
  font-weight: 600;
}
#at_a_glance #contentsWrap a.arrowlink::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  vertical-align: middle;
  line-height: inherit;
  font-size: 125%;
  color: #227fc4;
  transition: 0.5s;
  margin-left: 1.5em;
  display: inline-block;
}
#at_a_glance #contentsWrap a.arrowlink:hover::after {
  transform: translateX(5px);
}
#at_a_glance #contentsWrap nav#hexagon {
  position: relative;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap nav#hexagon {
    width: 120vw;
    margin-left: -20vw;
  }
}
#at_a_glance #contentsWrap nav#hexagon ul {
  position: relative;
  aspect-ratio: 1110/682;
  display: block;
}
#at_a_glance #contentsWrap nav#hexagon ul li {
  position: absolute;
  width: 17.3913043478%;
  aspect-ratio: 190/165;
}
#at_a_glance #contentsWrap nav#hexagon ul li a {
  text-decoration: none;
  color: white;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  font-weight: 200;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #227fc4;
  clip-path: polygon(24.7368421053% 0%, 75.2631578947% 0%, 100% 50%, 75.2631578947% 100%, 24.7368421053% 100%, 0% 50%);
}
#at_a_glance #contentsWrap nav#hexagon ul li a:hover {
  background: #d4af37 !important;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap nav#hexagon ul li a {
    font-size: 1.4rem;
  }
}
#at_a_glance #contentsWrap nav#hexagon ul li.li_whatis a, #at_a_glance #contentsWrap nav#hexagon ul li.li_number a {
  background: #00a88e;
}
#at_a_glance #contentsWrap nav#hexagon ul li.li_plan a {
  background: #4c4949;
}
#at_a_glance #contentsWrap nav#hexagon ul li.li_shareholder a {
  background: rgba(76, 73, 73, 0.5);
}
#at_a_glance #contentsWrap nav#hexagon ul li.li_whatis {
  top: 0;
  left: 54.954954955%;
}
#at_a_glance #contentsWrap nav#hexagon ul li.li_suchplace {
  top: 12.6099706745%;
  left: 41.4414414414%;
}
#at_a_glance #contentsWrap nav#hexagon ul li.li_number {
  top: 25.366568915%;
  left: 27.9279279279%;
}
#at_a_glance #contentsWrap nav#hexagon ul li.li_strongpoint {
  top: 12.6099706745%;
  left: 14.4144144144%;
}
#at_a_glance #contentsWrap nav#hexagon ul li.li_history {
  top: 50.8797653959%;
  left: 27.9279279279%;
}
#at_a_glance #contentsWrap nav#hexagon ul li.li_plan {
  top: 37.9765395894%;
  left: 41.4414414414%;
}
#at_a_glance #contentsWrap nav#hexagon ul li.li_shareholder {
  top: 50.8797653959%;
  left: 54.954954955%;
}
#at_a_glance #contentsWrap nav#hexagon ul::before, #at_a_glance #contentsWrap nav#hexagon ul::after {
  content: "";
  display: block;
  position: absolute;
  width: 17.3913043478%;
  aspect-ratio: 190/165;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#at_a_glance #contentsWrap nav#hexagon ul::before {
  background-image: url(../img/ataglance/dummy_hexagon01.png);
  top: 25.366568915%;
  left: 0.9009009009%;
}
#at_a_glance #contentsWrap nav#hexagon ul::after {
  background-image: url(../img/ataglance/dummy_hexagon02.png);
  top: 25.366568915%;
  left: 82.0720720721%;
}
#at_a_glance #contentsWrap nav#hexagon::before, #at_a_glance #contentsWrap nav#hexagon::after {
  content: "";
  display: block;
  position: absolute;
  width: 17.3913043478%;
  aspect-ratio: 190/165;
}
#at_a_glance #contentsWrap nav#hexagon::before {
  background: #00a88e;
  top: 37.9765395894%;
  left: 68.4684684685%;
  clip-path: polygon(24.7368421053% 0%, 75.2631578947% 0%, 100% 50%, 75.2631578947% 100%, 24.7368421053% 100%, 0% 50%);
}
#at_a_glance #contentsWrap nav#hexagon::after {
  background: url(../img/ataglance/dummy_hexagon03.png) no-repeat 0 0;
  background-size: contain;
  top: 75.8064516129%;
  left: 54.954954955%;
}
#at_a_glance #contentsWrap section {
  margin-top: 260px;
  text-align: center;
  position: relative;
}
#at_a_glance #contentsWrap section::before {
  content: "";
  background: url(../img/ataglance/icon_next.png) no-repeat 50% 0;
  aspect-ratio: 84/151;
  width: 84px;
  position: absolute;
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section {
    margin-top: 50px;
  }
  #at_a_glance #contentsWrap section::before {
    content: none;
  }
}
#at_a_glance #contentsWrap section#whatis h4 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1em;
  position: relative;
}
#at_a_glance #contentsWrap section#whatis h4::before, #at_a_glance #contentsWrap section#whatis h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 100%;
  border: 1px solid transparent;
}
#at_a_glance #contentsWrap section#whatis h4::before {
  border-top-color: black;
  border-left-color: black;
  top: 0;
  left: 0;
}
#at_a_glance #contentsWrap section#whatis h4::after {
  border-right-color: black;
  border-bottom-color: black;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#whatis h4 {
    font-size: 18px;
  }
}
#at_a_glance #contentsWrap section#whatis h5 {
  display: inline-block;
  width: 50%;
  margin: 50px auto 1em;
  text-align: center;
  background: #4c4949;
  color: white;
  line-height: 1;
  padding: 0.25em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#whatis h5 {
    margin: 110px auto 1em;
    width: 100%;
  }
}
#at_a_glance #contentsWrap section#whatis h5::before, #at_a_glance #contentsWrap section#whatis h5::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 0;
}
#at_a_glance #contentsWrap section#whatis h5::before {
  background: #00a88e;
  left: 0;
}
#at_a_glance #contentsWrap section#whatis h5::after {
  background: #227fc4;
  right: 0;
}
#at_a_glance #contentsWrap section#whatis .flex.c3 dl {
  display: flex;
  flex-direction: column;
}
#at_a_glance #contentsWrap section#whatis .flex.c3 dl dt a {
  display: block;
  font-size: 16px;
  position: relative;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #227fc4;
}
#at_a_glance #contentsWrap section#whatis .flex.c3 dl dt a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}
#at_a_glance #contentsWrap section#whatis .flex.c3 dl dt a:hover::after {
  transform: translate(5px, -50%);
}
#at_a_glance #contentsWrap section#whatis .flex.c3 dl dd.text {
  text-align: left;
  font-size: 14px;
  padding: 1em 0;
}
#at_a_glance #contentsWrap section#whatis .flex.c3 dl dd.image {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#whatis .flex.c3 {
    flex-wrap: wrap;
  }
  #at_a_glance #contentsWrap section#whatis .flex.c3 dl {
    width: 100%;
  }
  #at_a_glance #contentsWrap section#whatis .flex.c3 dl dt {
    font-size: 18px !important;
    font-weight: 800 !important;
  }
  #at_a_glance #contentsWrap section#whatis .flex.c3 dl dd picture.pc.tb {
    display: none;
  }
  #at_a_glance #contentsWrap section#whatis .flex.c3 dl + dl {
    margin-top: 1em;
  }
}
#at_a_glance #contentsWrap section#whatis .graph {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  margin: 50px auto 75px;
}
#at_a_glance #contentsWrap section#whatis .graph p {
  font-weight: 800;
  font-size: 16px;
  text-align: left;
}
#at_a_glance #contentsWrap section#whatis .graph picture {
  padding: 0 50px 30px;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#whatis .graph {
    border: none;
    padding: 0;
    text-align: center;
  }
  #at_a_glance #contentsWrap section#whatis .graph p {
    font-size: 18px;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 0.25em;
    border-bottom: 4px solid #000;
    margin-bottom: 0.5em;
  }
  #at_a_glance #contentsWrap section#whatis .graph picture {
    padding: 0;
  }
}
#at_a_glance #contentsWrap section#suchplace h4 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace {
    padding-top: 0;
  }
  #at_a_glance #contentsWrap section#suchplace h4 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricgrid {
  margin-top: 160px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricgrid {
    grid-template-columns: repeat(5, 1fr);
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricgrid > * {
  aspect-ratio: 155/90;
  position: relative;
  /*
  &::before {
  	content: '';
  	display: block;
  	width: 100%;
  	height: 100%;
  	border: 1px dotted red;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 10;
  }
  */
}
#at_a_glance #contentsWrap section#suchplace .isometricgrid > *.wide2 {
  grid-column: span 2;
  aspect-ratio: 310/90;
}
#at_a_glance #contentsWrap section#suchplace .isometricgrid > *.wide3 {
  grid-column: span 3;
  aspect-ratio: 465/90;
}
#at_a_glance #contentsWrap section#suchplace .isometricgrid > * span img,
#at_a_glance #contentsWrap section#suchplace .isometricgrid > * a img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
}
#at_a_glance #contentsWrap section#suchplace .isometricgrid > * a:hover img {
  transform: translateY(-20px);
  opacity: 0.8;
  z-index: 5;
}
#at_a_glance #contentsWrap section#suchplace .isometricgrid > *.bg img {
  z-index: -1;
}
#at_a_glance #contentsWrap section#suchplace .isometricgrid > * .modal-overlay .modal-content h5 {
  border-bottom: 1px solid black;
  margin-bottom: 1em;
}
#at_a_glance #contentsWrap section#suchplace .isometricgrid > * .modal-overlay .modal-content .flex .imagebox {
  width: 35%;
}
#at_a_glance #contentsWrap section#suchplace .isometricgrid > * .modal-overlay .modal-content .flex .textbox {
  text-align: left;
  width: 60%;
}
#at_a_glance #contentsWrap section#suchplace .isometricgrid > * .modal-overlay .modal-content .flex .textbox ul {
  margin-left: 2em;
}
#at_a_glance #contentsWrap section#suchplace .isometricgrid > * .modal-overlay .modal-content .flex .textbox ul li {
  list-style: square;
}
#at_a_glance #contentsWrap section#suchplace .isometricbox {
  margin-top: 160px;
  aspect-ratio: 1082/720;
  position: relative;
  /*border: 1px dotted red;*/
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div {
  aspect-ratio: 308/107;
  width: 28.5714285714%;
  position: absolute;
  /*border: 1px dotted green;*/
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div span,
#at_a_glance #contentsWrap section#suchplace .isometricbox > div a {
  display: block;
  position: relative;
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div span img,
#at_a_glance #contentsWrap section#suchplace .isometricbox > div a img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div span:not(.modal-close) {
  pointer-events: none;
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div a:hover img {
  transform: translateY(-20px);
  opacity: 0.8;
  z-index: 5;
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.bg img {
  z-index: -1;
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.automobile {
  top: 22.5%;
  left: 14.1404805915%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.automobile {
    top: 34.382566586%;
    left: 0%;
    z-index: 2;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.battery {
  top: 22.5%;
  left: 42.606284658%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.battery {
    top: 46.4891041162%;
    left: 21.5%;
    z-index: 3;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.windpower {
  top: 22.5%;
  left: 71.0720887246%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.windpower {
    top: 22.2760290557%;
    left: 21.5%;
    z-index: 1;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.pharmaceutical {
  top: 34.8611111111%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.pharmaceutical {
    top: 58.5956416465%;
    left: 43.5%;
    z-index: 4;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.semiconductor {
  top: 34.8611111111%;
  left: 28.4658040665%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.semiconductor {
    top: 70.7021791768%;
    left: 21.5%;
    z-index: 5;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.vinylgreenhouses {
  top: 34.8611111111%;
  left: 56.9316081331%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.vinylgreenhouses {
    top: 34.382566586%;
    left: 43.5%;
    z-index: 2;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.food {
  top: 47.2222222222%;
  left: 14.1404805915%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.food {
    display: none;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.lcd-oled {
  top: 47.2222222222%;
  left: 42.606284658%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.lcd-oled {
    top: 94.9152542373%;
    left: 65%;
    z-index: 7;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.dummy01 {
  top: 47.2222222222%;
  left: 71.0720887246%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.dummy01 {
    display: none;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.office {
  top: 59.5833333333%;
  left: 28.4658040665%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.office {
    top: 82.808716707%;
    left: 43.5%;
    z-index: 6;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.university {
  top: 59.5833333333%;
  left: 56.9316081331%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.university {
    top: 46.4891041162%;
    left: 65%;
    z-index: 3;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.hospitals {
  top: 71.9444444444%;
  left: 14.1404805915%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.hospitals {
    display: none;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.school {
  top: 71.9444444444%;
  left: 42.606284658%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.school {
    display: none;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.shipyards {
  top: 71.9444444444%;
  left: 71.0720887246%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.shipyards {
    top: 58.5956416465%;
    left: 0%;
    z-index: 4;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.kitchen {
  top: 84.3055555556%;
  left: 28.4658040665%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.kitchen {
    top: 70.7021791768%;
    left: 65%;
    z-index: 5;
  }
}
#at_a_glance #contentsWrap section#suchplace .isometricbox > div.dummy03 {
  top: 84.3055555556%;
  left: 56.9316081331%;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div.dummy03 {
    top: 70.7021791768%;
    left: -22%;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .isometricbox {
    width: 110vw;
    margin-left: -15vw;
    aspect-ratio: 400/413;
    margin-top: 100px;
    position: relative;
  }
  #at_a_glance #contentsWrap section#suchplace .isometricbox::after {
    content: "";
    width: 100%;
    height: 110%;
    position: absolute;
    top: -100px;
    left: 0;
    background: linear-gradient(to bottom, #FFF, #FFF 18%, #0081cc 18%, #0081cc 27%, #005aa0 27%, #005aa0 67%, #004985 67%, #004985 100%);
    z-index: -2;
  }
  #at_a_glance #contentsWrap section#suchplace .isometricbox > div {
    aspect-ratio: 175/51;
    width: 44%;
  }
}
#at_a_glance #contentsWrap section#suchplace .mldal_detail .modal-overlay .modal-content h5 {
  border-bottom: 1px solid black;
  margin-bottom: 1em;
}
#at_a_glance #contentsWrap section#suchplace .mldal_detail .modal-overlay .modal-content h5 a {
  display: inline-block;
}
#at_a_glance #contentsWrap section#suchplace .mldal_detail .modal-overlay .modal-content .flex .imagebox {
  min-width: min(35vw, 300px);
}
#at_a_glance #contentsWrap section#suchplace .mldal_detail .modal-overlay .modal-content .flex .textbox {
  text-align: left;
  min-width: 35vw;
}
#at_a_glance #contentsWrap section#suchplace .mldal_detail .modal-overlay .modal-content .flex .textbox ul {
  margin-left: 2em;
}
#at_a_glance #contentsWrap section#suchplace .mldal_detail .modal-overlay .modal-content .flex .textbox ul li {
  list-style: square;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#suchplace .mldal_detail .modal-overlay .modal-content .flex .imagebox,
  #at_a_glance #contentsWrap section#suchplace .mldal_detail .modal-overlay .modal-content .flex .textbox {
    width: 48%;
    min-width: none;
  }
}
#at_a_glance #contentsWrap section#number .grid.g3 {
  position: relative;
}
#at_a_glance #contentsWrap section#number .grid.g3 > * {
  padding: 1em;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 180px;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#number .grid.g3 > * {
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
#at_a_glance #contentsWrap section#number .grid.g3 > *::before, #at_a_glance #contentsWrap section#number .grid.g3 > *::after {
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -0.5em;
  line-height: 1;
}
#at_a_glance #contentsWrap section#number .grid.g3 > *::after {
  content: "＋";
  right: 0;
}
#at_a_glance #contentsWrap section#number .grid.g3 > *:nth-child(3n+1)::before {
  content: "＋";
  left: 0;
}
#at_a_glance #contentsWrap section#number .grid.g3 > *:nth-child(8)::before, #at_a_glance #contentsWrap section#number .grid.g3 > *:nth-child(9)::before {
  content: "＋";
  top: auto;
  bottom: 0;
  left: -1em;
}
#at_a_glance #contentsWrap section#number .grid.g3 > * dl {
  width: 50%;
}
#at_a_glance #contentsWrap section#number .grid.g3 > * dl dt {
  padding: 20px 0 5px;
  border-bottom: 1px solid black;
  position: relative;
}
#at_a_glance #contentsWrap section#number .grid.g3 > * dl dt span {
  font-size: 50px;
  font-weight: 200;
  line-height: 1;
}
#at_a_glance #contentsWrap section#number .grid.g3 > * dl dt span.small {
  font-size: 30px;
}
#at_a_glance #contentsWrap section#number .grid.g3 > * dl dt img {
  max-height: 100%;
  right: -25%;
  bottom: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#number .grid.g3 > * dl dt img {
    right: -100%;
  }
}
#at_a_glance #contentsWrap section#number .grid.g3 > * dl dd {
  padding-top: 5px;
  line-height: 1.25;
}
#at_a_glance #contentsWrap section#number .grid.g3 > * dl dd span.small {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#number .grid.g3 > * dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid black;
  }
  #at_a_glance #contentsWrap section#number .grid.g3 > * dl dt {
    border-bottom: none;
    width: 50%;
    text-align: right;
  }
  #at_a_glance #contentsWrap section#number .grid.g3 > * dl dd {
    width: 50%;
    padding-left: 2rem;
    text-align: left;
  }
  #at_a_glance #contentsWrap section#number .grid.g3 > * dl + dl {
    margin-top: 1em;
  }
}
#at_a_glance #contentsWrap section#number .grid.g3::before, #at_a_glance #contentsWrap section#number .grid.g3::after {
  content: "＋";
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -0.5em;
  line-height: 1;
}
#at_a_glance #contentsWrap section#number .grid.g3::before {
  left: 0;
}
#at_a_glance #contentsWrap section#number .grid.g3::after {
  right: 0;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#number .grid.g3 {
    grid-template-columns: 1fr;
  }
  #at_a_glance #contentsWrap section#number .grid.g3::before, #at_a_glance #contentsWrap section#number .grid.g3::after {
    content: none;
  }
}
#at_a_glance #contentsWrap section#strongpoint {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#strongpoint {
    margin-bottom: 0;
  }
}
#at_a_glance #contentsWrap section#strongpoint h4 {
  margin: 0.5em 0;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#strongpoint h4 {
    font-size: 2rem;
  }
}
#at_a_glance #contentsWrap section#strongpoint .leadcopy + picture {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#strongpoint .leadcopy + .flex .caption::after {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    display: block;
    color: black;
  }
}
#at_a_glance #contentsWrap section#strongpoint .example {
  margin-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  text-align: left;
}
#at_a_glance #contentsWrap section#strongpoint .example dt {
  display: inline-block;
  background: black;
  padding: 0 1em;
  color: white;
}
#at_a_glance #contentsWrap section#strongpoint .example dd {
  padding: 0.5em 0;
  text-align: center;
}
#at_a_glance #contentsWrap section#strongpoint .example + .unitbox {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#strongpoint .example + .unitbox {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#strongpoint .example {
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 1em;
    position: relative;
  }
  #at_a_glance #contentsWrap section#strongpoint .example dt {
    position: absolute;
    top: -0.25em;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #at_a_glance #contentsWrap section#strongpoint .example + .example {
    margin-top: 3em;
  }
}
#at_a_glance #contentsWrap section#strongpoint .unitbox {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#strongpoint .unitbox {
    margin-top: 100px;
  }
}
#at_a_glance #contentsWrap section#strongpoint .unitbox .flow img {
  width: 85%;
}
#at_a_glance #contentsWrap section#strongpoint .unitbox .map {
  margin-top: 2em;
}
#at_a_glance #contentsWrap section#strongpoint .flow2 {
  margin-top: 2em;
}
#at_a_glance #contentsWrap section#history, #at_a_glance #contentsWrap section#plan {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#history, #at_a_glance #contentsWrap section#plan {
    margin-bottom: 0;
  }
}
#at_a_glance #contentsWrap section#history .leadcopy, #at_a_glance #contentsWrap section#plan .leadcopy {
  padding-bottom: 2em;
  border-bottom: 1px solid black;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#history .leadcopy, #at_a_glance #contentsWrap section#plan .leadcopy {
    margin-bottom: 0.5em;
  }
}
#at_a_glance #contentsWrap section#history h4, #at_a_glance #contentsWrap section#plan h4 {
  margin: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#history h4, #at_a_glance #contentsWrap section#plan h4 {
    margin: 35px 0 25px;
    font-size: 2rem;
  }
}
#at_a_glance #contentsWrap section#history .history_sp ul li + li {
  margin-top: 1em;
}
#at_a_glance #contentsWrap section#plan .large {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#plan .large {
    font-size: 16px;
  }
}
#at_a_glance #contentsWrap section#plan .strategygrid {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr 7fr;
  gap: 20px;
}
#at_a_glance #contentsWrap section#plan .strategygrid div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4c4949;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#plan .strategygrid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
#at_a_glance #contentsWrap section#shareholder ul.leadcopy {
  margin-bottom: 60px;
}
#at_a_glance #contentsWrap section#shareholder ul.leadcopy li {
  padding-bottom: 1em;
}
#at_a_glance #contentsWrap section#shareholder ul.leadcopy li:not(:last-child) {
  border-bottom: 1px solid black;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#shareholder ul.leadcopy {
    margin-bottom: 30px;
  }
  #at_a_glance #contentsWrap section#shareholder ul.leadcopy li {
    text-align: center;
    border: none;
    font-size: 14px;
    line-height: 1.5;
  }
  #at_a_glance #contentsWrap section#shareholder ul.leadcopy li:not(:last-child) {
    border-bottom: none;
    position: relative;
  }
  #at_a_glance #contentsWrap section#shareholder ul.leadcopy li:not(:last-child)::after {
    content: "";
    width: 3em;
    height: 0;
    border-bottom: 1px solid black;
    position: absolute;
    bottom: -0.25em;
    left: calc((100% - 3em) / 2);
  }
  #at_a_glance #contentsWrap section#shareholder ul.leadcopy li:first-child {
    text-align: left;
  }
}
#at_a_glance #contentsWrap section#shareholder .graph {
  max-width: 700px;
  text-align: center;
  padding: 1em;
  background: #e4eaee;
  display: block;
  margin: 0 auto;
}
#at_a_glance #contentsWrap section#shareholder .graph h5 {
  font-size: 20px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #at_a_glance #contentsWrap section#shareholder .graph {
    background: white;
    padding: 0;
  }
  #at_a_glance #contentsWrap section#shareholder .graph h5 {
    font-size: 16px;
  }
  #at_a_glance #contentsWrap section#shareholder .graph picture {
    padding: 1em;
    background: #e4eaee;
  }
}

.ir_nav {
  padding: 0 0 80px;
  max-width: 1080px;
  margin: auto;
  font-size: 14px;
  margin-top: 100px;
  margin-bottom: 40px;
}
.ir_nav li {
  float: none;
}
.ir_nav li a {
  display: block;
  position: relative;
}
.ir_nav li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #1e82c8;
  border-right: 1px solid #1e82c8;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3.5px);
  right: 0;
}
.ir_nav > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 20px;
}
.ir_nav > ul > li:first-child {
  grid-column: 1/2;
  grid-row: 1/2;
}
.ir_nav > ul > li:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/4;
}
.ir_nav > ul > li:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/4;
}
.ir_nav > ul > li:nth-child(4) {
  grid-column: 3/4;
  grid-row: 1/4;
}
.ir_nav > ul > li:nth-child(5) {
  grid-column: 1/2;
  grid-row: 4/6;
}
.ir_nav > ul > li:nth-child(6) {
  grid-column: 2/3;
  grid-row: 4/6;
}
.ir_nav > ul > li:nth-child(7) {
  grid-column: 3/4;
  grid-row: 4/6;
}
.ir_nav > ul > li > span,
.ir_nav > ul > li > a {
  font-weight: bold;
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 0.5em;
}
.ir_nav > ul > li > a::after {
  right: 0.5em;
}
.ir_nav > ul > li > a:hover {
  text-decoration: underline;
}
.ir_nav > ul > li > ul {
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  .ir_nav {
    padding: 0 6vw 10vw;
    font-size: 3vw;
    padding: 15px;
  }
  .ir_nav > ul {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .ir_nav > ul > li {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .ir_nav > ul > li > span,
  .ir_nav > ul > li > a,
  .ir_nav > ul > li > ul {
    padding: 0.5em 0;
  }
}/*# sourceMappingURL=ataglance.css.map */