@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Noto+Sans+JP:wght@100..900&family=Orbitron:wght@400..900&family=Lato:wght@900&display=swap");
:root,
[data-bs-theme=light] {
  --bs-danger-rgb: 175,30,16;
}

/* html */
html {
  height: 100%;
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
/* body */
body {
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  background-color: #FFF;
  line-height: 1.75;
  font-weight: 400;
}

/* base */
*,
*::before,
*::after {
  font-feature-settings: "palt" 1;
}

html, body, article, header, footer, main, nav, aside, section, figure, figcaption, iframe, hgroup, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}
::placeholder {
  color: #CCC !important;
}

.btn-form {
  padding: 1rem 0;
}

.w-0140 {
  width: 140px;
}

.w-0180 {
  width: 180px;
}

.z-content {
  z-index: 11;
  position: relative;
}

.box-image {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.box-ratio {
  display: block;
  width: 100%;
  position: relative;
}
.box-ratio.box-ratio-16x09 {
  padding-top: 56.25%;
}
.box-ratio .box-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-ratio .box-inner.box-inner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-ratio .box-inner.box-inner-text .en {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  font-size: calc(100vw * 0.0325);
  color: #FFF;
  transform: scaleY(0.8);
}

.box-credit {
  display: block;
  position: relative;
}
.box-credit .credit {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.25rem;
  color: #222;
  font-size: 7px;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .box-ratio .box-inner.box-inner-text .en {
    font-size: calc((540px - 2rem) * 0.0325);
  }
}
@media (min-width: 768px) {
  .box-ratio .box-inner.box-inner-text .en {
    font-size: calc((720px - 2rem) * 0.0325);
  }
}
@media (min-width: 992px) {
  .box-ratio .box-inner.box-inner-text .en {
    font-size: calc((960px - 2rem) * 0.0275);
  }
}
@media (min-width: 1200px) {
  .box-ratio .box-inner.box-inner-text .en {
    font-size: calc((1140px - 2rem) * 0.0275);
  }
}
@media (min-width: 1400px) {
  .box-ratio .box-inner.box-inner-text .en {
    font-size: calc((1320px - 2rem) * 0.0275);
  }
}
.caption {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0.5rem;
}

.section-title {
  margin-bottom: 1rem;
  border-left: 0.5rem solid #000;
  padding-left: 0.75rem;
}
.section-title h3, .section-title .h3 {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  transform: scaleY(0.8);
  transform-origin: top left;
}
.section-title h3 .ja, .section-title .h3 .ja {
  font-size: 0.86em;
  letter-spacing: 0.5em;
  margin-left: 0.25em;
}
.section-title p {
  line-height: 1.3;
}
.section-title p:first-of-type {
  margin-top: -0.3rem;
}

@media (min-width: 768px) {
  .section-title {
    margin-bottom: 1.5rem;
  }
}
.section-subtitle {
  margin-bottom: 0.75rem;
}
.section-subtitle h4, .section-subtitle .h4 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.section-subtitle p {
  line-height: 1.3;
}

@media (min-width: 768px) {
  .section-subtitle {
    margin-bottom: 1rem;
  }
}
ul.hp-2 > li {
  position: relative;
  padding-left: 2em;
}
ul.hp-2 > li > span.h {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* header */
#header {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 997;
}
#header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-wrapper #brand {
  display: flex;
  flex: 1 1 auto;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  position: relative;
  z-index: 999;
}
#header .header-wrapper #brand::before {
  display: block;
  content: '';
  flex: 0 0 80px;
  background-image: url("../images/trademark.png");
  background-repeat: no-repeat;
  background-size: auto 84%;
  background-position: left center;
}
#header .header-wrapper #brand .company-catchcopy {
  font-size: 8px;
  font-weight: 400;
}
#header .header-wrapper #btn-globalmenu {
  display: flex;
  width: 26px;
  height: 26px;
  flex-direction: column;
  justify-content: center;
  z-index: 999;
  position: relative;
  transform: rotate(0);
}
#header .header-wrapper #btn-globalmenu span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 8px 0;
}
#header .header-wrapper #btn-globalmenu::before, #header .header-wrapper #btn-globalmenu::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #FFF;
}
#header .header-wrapper #btn-globalmenu.close {
  transform: rotate(45deg);
}
#header .header-wrapper #btn-globalmenu.close::before {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
#header .header-wrapper #btn-globalmenu.close::after {
  display: none;
}
#header .header-wrapper #globalmenu {
  display: none;
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 8rem 0 6rem 0;
  width: 100%;
}
#header .header-wrapper #globalmenu .inner {
  display: block;
  width: 100%;
}
#header .header-wrapper #globalmenu .inner ul {
  display: block;
  width: 70%;
  margin: 0 auto;
}
#header .header-wrapper #globalmenu .inner ul:first-child li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#header .header-wrapper #globalmenu .inner ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  font-size: 0.815rem;
  line-height: 1;
  letter-spacing: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1rem;
  background-color: transparent;
}
#header .header-wrapper #globalmenu .inner ul li a::after {
  display: block;
  content: '';
  width: 10px;
  height: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #FFF #FFF transparent transparent;
  transform: rotate(45deg);
}
#header .header-wrapper .head-iconlink {
  display: block;
  width: 26px;
  font-size: 0;
  line-height: 0;
  margin-left: 1rem;
  transition: opacity 0.15s ease-in-out;
}
#header .header-wrapper .head-iconlink:hover {
  opacity: 0.6;
}

@media (min-width: 992px) {
  #header {
    padding: 1.5rem 5rem;
  }
  #header .header-wrapper #brand {
    font-size: 16px;
  }
  #header .header-wrapper #brand::before {
    flex: 0 0 114px;
  }
  #header .header-wrapper #brand .company-catchcopy {
    font-size: 12px;
  }
  #header .header-wrapper #btn-globalmenu {
    display: none;
  }
  #header .header-wrapper #globalmenu {
    display: block;
    position: static;
    width: auto;
    background-color: transparent;
    padding: 0;
  }
  #header .header-wrapper #globalmenu .inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
  #header .header-wrapper #globalmenu .inner ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    width: auto;
  }
  #header .header-wrapper #globalmenu .inner ul li {
    white-space: nowrap;
  }
  #header .header-wrapper #globalmenu .inner ul li a {
    display: block;
    padding: 0.25rem 1rem;
    border-radius: 999px;
    border: 0 !important;
    font-size: 1rem;
    letter-spacing: 0;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  #header .header-wrapper #globalmenu .inner ul li a::after {
    display: none;
  }
  #header .header-wrapper #globalmenu .inner ul li a:hover {
    background-color: #40D3E2;
    color: #212529;
  }
  #header .header-wrapper #globalmenu #sidemenu {
    padding-left: 1rem;
  }
  #header .header-wrapper #globalmenu #sidemenu li a {
    display: block;
    background-color: #212529;
    padding: 0.25rem 1rem;
    line-height: 1;
    border-radius: 999px;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  #header .header-wrapper #globalmenu #sidemenu li a:hover {
    background-color: #FFF;
    color: #212529;
  }
  #header .header-wrapper .head-iconlink {
    width: 36px;
    margin-left: 3rem;
  }
}
@media (min-width: 1200px) {
  #header .header-wrapper #globalmenu .inner ul li a {
    padding: 0.25rem 1.5rem;
  }
  #header .header-wrapper #globalmenu .inner #sidemenu {
    padding-left: 1.5rem;
  }
  #header .header-wrapper #globalmenu .inner #sidemenu li a {
    padding: 0.25rem 1.5rem;
  }
}
/* footer */
#footer {
  padding: 1.5rem 1rem;
  background: #6f6f6f;
  background: linear-gradient(0deg, #6f6f6f 0%, #4d4d4d 100%);
  color: #FFF;
  position: relative;
}
#footer::after {
  display: block;
  width: 100%;
  height: 100px;
  content: '';
  background-image: url("../images/footer_image_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  top: -99px;
  left: 0;
}
#footer address {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
}
#footer address .company {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}
#footer address .btn-menu {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#footer address .btn-menu li {
  flex: 0 0 140px;
  margin: 0 0.5rem;
}
#footer address .btn-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1;
  padding: 0 1.5rem;
  border: 1px solid #FFF;
  border-radius: 999px;
  height: 24px;
  color: #FFF;
  font-size: 0.75rem;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
#footer address .btn-menu li a:hover {
  background-color: #212529;
  border-color: #212529;
}
#footer address .btn-menu li a.en {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0.2rem;
}
#footer .footer-content-2 {
  display: block;
}
#footer .footer-content-2 .btn-site {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-content-2 .btn-site li {
  margin-left: 12px;
  margin-right: 0;
}
#footer .footer-content-2 .btn-site li a {
  display: block;
  position: relative;
  width: 90px;
  height: 90px;
  background-color: #595757;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
  transform: scaleY(0.5);
  transform-origin: bottom right;
}
#footer .footer-content-2 .btn-site li a::after {
  display: block;
  content: '';
  position: absolute;
  top: 6px;
  right: 3px;
  bottom: 6px;
  left: 3px;
  border-radius: 999px;
  border: 1px solid #FFF;
}
#footer .footer-content-2 .btn-site li a .tm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: scaleY(2);
}
#footer .footer-content-2 .btn-site li a .tm img {
  height: 22px;
  width: auto;
}
#footer #copyright {
  font-size: 0.625rem;
  line-height: 1.4;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  #footer {
    padding: 1.5rem 5rem;
  }
  #footer::after {
    height: 70px;
    top: -69px;
  }
  #footer address {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 0.8rem;
  }
  #footer address .company {
    font-size: 1rem;
  }
  #footer address .btn-menu {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0.25rem 0 0;
  }
  #footer address .btn-menu li {
    flex: 0 0 auto;
    margin-bottom: 0.5rem;
  }
  #footer address .btn-menu li a {
    font-size: 1rem;
  }
  #footer .footer-content-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -2rem;
  }
  #footer .footer-content-2 .btn-site {
    justify-content: flex-end;
  }
  #footer .footer-content-2 .btn-site li {
    margin-left: 6px;
    margin-right: 6px;
  }
  #footer #copyright {
    font-size: 0.7rem;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #footer address .btn-menu {
    flex-direction: row;
    justify-content: flex-end;
  }
  #footer address .btn-menu li {
    margin: 0 0.25rem;
  }
}
/* *************************************** */
/* FirstView */
/* *************************************** */
@keyframes firstview_text_animate {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes firstview_text_close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes firstview_image_animate {
  0% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 120%;
    height: 120%;
  }
}
@keyframes firstview_image_close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#firstview {
  display: block;
  width: 100%;
  padding-top: 46.875%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
#firstview .firstview-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#firstview .firstview-wrapper .firstview-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 10%;
}
#firstview .firstview-wrapper .firstview-title h1 {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
#firstview .firstview-wrapper .firstview-title h1 .title {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  opacity: 0;
}
#firstview .firstview-wrapper .firstview-title h1 .title.animate {
  animation-name: firstview_text_animate;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-direction: normal;
}
#firstview .firstview-wrapper .firstview-title h1 .title.close {
  animation-name: firstview_text_close;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-direction: normal;
}
#firstview .firstview-wrapper .firstview-title h1 .read {
  display: block;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0.25rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  opacity: 0;
}
#firstview .firstview-wrapper .firstview-title h1 .read.animate {
  animation-name: firstview_text_animate;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
  animation-direction: normal;
}
#firstview .firstview-wrapper .firstview-title h1 .read.close {
  animation-name: firstview_text_close;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-direction: normal;
}
#firstview .firstview-wrapper .firstview-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#firstview .firstview-wrapper .firstview-image .image {
  display: block;
  width: 120%;
  height: 120%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
#firstview .firstview-wrapper .firstview-image .image.animate {
  animation-name: firstview_image_animate;
  animation-fill-mode: forwards;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-direction: normal;
}
#firstview .firstview-wrapper .firstview-image .image.close {
  animation-name: firstview_image_close;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-direction: normal;
}
#firstview .firstview-wrapper#fv1 {
  z-index: 31;
}
#firstview .firstview-wrapper#fv1 .firstview-image .image {
  background-image: url("../images/fv01.jpg");
}
#firstview .firstview-wrapper#fv1 .firstview-title {
  z-index: 32;
}
#firstview .firstview-wrapper#fv2 {
  z-index: 33;
}
#firstview .firstview-wrapper#fv2 .firstview-image .image {
  background-image: url("../images/fv02.jpg");
}
#firstview .firstview-wrapper#fv2 .firstview-title {
  z-index: 34;
}
#firstview .firstview-wrapper#fv3 {
  z-index: 35;
}
#firstview .firstview-wrapper#fv3 .firstview-title h2 .title,
#firstview .firstview-wrapper#fv3 .firstview-title h2 .read {
  color: #212529;
  text-shadow: none;
}
#firstview .firstview-wrapper#fv3 .firstview-image .image {
  background-image: url("../images/fv03.jpg");
}
#firstview .firstview-wrapper#fv3 .firstview-title {
  z-index: 36;
}
#firstview .firstview-wrapper#fv4 {
  z-index: 37;
}
#firstview .firstview-wrapper#fv4 .firstview-image .image {
  background-image: url("../images/fv04.jpg");
}
#firstview .firstview-wrapper#fv4 .firstview-title {
  z-index: 38;
}
#firstview .firstview-wrapper#fv5 {
  z-index: 39;
}
#firstview .firstview-wrapper#fv5 .firstview-image .image {
  background-image: url("../images/fv05.jpg");
}
#firstview .firstview-wrapper#fv5 .firstview-title {
  z-index: 40;
}
#firstview .firstview-wrapper#fv6 {
  z-index: 1;
}
#firstview .firstview-wrapper#fv6 .firstview-image .image {
  background-image: url("../images/fv06.jpg");
}
#firstview .firstview-wrapper#fv6 .firstview-title {
  z-index: 2;
}
#firstview .firstview-wrapper#fv7 {
  z-index: 1;
}
#firstview .firstview-wrapper#fv7 .firstview-image .image {
  background-image: url("../images/fv07.jpg");
}
#firstview .firstview-wrapper#fv7 .firstview-title {
  z-index: 2;
}
#firstview .firstview-wrapper#fv8 {
  z-index: 1;
}
#firstview .firstview-wrapper#fv8 .firstview-image .image {
  background-image: url("../images/fv08.jpg");
}
#firstview .firstview-wrapper#fv8 .firstview-title {
  z-index: 2;
}
#firstview .firstview-wrapper#fv9 {
  z-index: 1;
}
#firstview .firstview-wrapper#fv9 .firstview-image .image {
  background-image: url("../images/fv09.jpg");
}
#firstview .firstview-wrapper#fv9 .firstview-title {
  z-index: 2;
}

@media (min-width: 576px) {
  #firstview .firstview-wrapper .firstview-title {
    padding-top: 5%;
  }
}
@media (min-width: 768px) {
  #firstview {
    padding-top: 46.875%;
  }
  #firstview .firstview-wrapper .firstview-title {
    padding-top: 0;
  }
  #firstview .firstview-wrapper#fv1 .firstview-image .image {
    background-image: url("../images/fv01.jpg");
  }
  #firstview .firstview-wrapper#fv2 .firstview-image .image {
    background-image: url("../images/fv02.jpg");
  }
  #firstview .firstview-wrapper#fv3 .firstview-image .image {
    background-image: url("../images/fv03.jpg");
  }
  #firstview .firstview-wrapper#fv4 .firstview-image .image {
    background-image: url("../images/fv04.jpg");
  }
  #firstview .firstview-wrapper#fv5 .firstview-image .image {
    background-image: url("../images/fv05.jpg");
  }
  #firstview .firstview-wrapper#fv6 .firstview-image .image {
    background-image: url("../images/fv06.jpg");
  }
  #firstview .firstview-wrapper#fv7 .firstview-image .image {
    background-image: url("../images/fv07.jpg");
  }
  #firstview .firstview-wrapper#fv8 .firstview-image .image {
    background-image: url("../images/fv08.jpg");
  }
}
@media (min-width: 1200px) {
  #firstview .firstview-wrapper .firstview-title h1 {
    font-size: 3.5rem;
  }
  #firstview .firstview-wrapper .firstview-title h1 .read {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}
/* *************************************** */
/* index */
/* *************************************** */
.content-main-index {
  padding-top: 2rem;
}

/* *************************************** */
/* page */
/* *************************************** */
#content-main-wrapper {
  width: 100%;
  height: 100%;
  background-image: url("../images/bg01.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #F7F7F7;
  position: relative;
  padding-bottom: 6rem;
}
#content-main-wrapper::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../images/bg02.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
#content-main-wrapper::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../images/bg03.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 992px) {
  #content-main-wrapper {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1200px) {
  #content-main-wrapper {
    padding-bottom: 8rem;
  }
}
#section-product .section-title {
  border-color: #40D3E2;
}
#section-product .section-subtitle h4, #section-product .section-subtitle .h4 {
  color: #40D3E2;
}

#section-planning .section-title {
  border-color: #43D1A1;
}
#section-planning .section-subtitle h4, #section-planning .section-subtitle .h4 {
  color: #43D1A1;
}

#section-management .section-title {
  border-color: #9ED342;
}
#section-management .section-subtitle h4, #section-management .section-subtitle .h4 {
  color: #9ED342;
}

.content-main-header {
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.content-main-header .equalsplit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  color: #727171;
  margin-bottom: 0;
  transform: scaleY(0.8);
  transform-origin: center top;
}

@media (min-width: 992px) {
  .content-main-header {
    padding-bottom: 3rem;
    padding-top: 1.25rem;
  }
  .content-main-header .equalsplit {
    font-size: 1.75rem;
  }
}
.paragraph h3, .paragraph .h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.paragraph p {
  margin-top: 0.75rem;
}
.paragraph p:first-of-type {
  margin-top: 0;
}
.paragraph dl {
  margin-top: 0.75rem;
}
.paragraph dl:first-of-type {
  margin-top: 0;
}

@media (min-width: 992px) {
  .paragraph.paragraph-flex dl {
    display: flex;
  }
  .paragraph.paragraph-flex dl dt::after {
    display: inline;
    content: "：";
  }
}
dl.with-head100 dt, dl.with-head100 dd {
  position: relative;
  padding-left: 1em;
}
dl.with-head100 dt .h, dl.with-head100 dd .h {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#chart-services {
  margin-top: -20px;
  margin-bottom: -15px;
}

@media (min-width: 768px) {
  #chart-services {
    margin-top: -40px;
    margin-bottom: -30px;
  }
}
@media (min-width: 992px) {
  #chart-services {
    margin-top: -60px;
    margin-bottom: -60px;
  }
}
#chart-factory .figure-image {
  position: relative;
  width: 100%;
}
#chart-factory .figure-image .building {
  width: 94%;
  margin-left: auto;
  margin-right: 0;
}
#chart-factory .figure-image .chart {
  display: block;
  width: 100%;
  position: absolute;
  top: 46%;
  left: 0;
}
#chart-factory figcaption {
  padding-top: 12%;
}

#section-factory-1 .section-title {
  border-color: #9ED342;
}

#section-factory-2 .section-title {
  border-color: #43D1A1;
}

#section-factory-3 .section-title {
  border-color: #40D3E2;
}

#section-factory-4 .section-title {
  border-color: #41A7E0;
}

#section-factory-5 .section-title {
  border-color: #F6B048;
}

#chat-access {
  font-size: 0.75rem;
  white-space: nowrap;
}
#chat-access .tm-iki {
  display: none;
}
#chat-access .access-group-wrapper {
  flex: 1 0 auto;
}
#chat-access .access-group-wrapper .access-group {
  display: flex;
  border-bottom: 1px solid #BBB;
  padding: 0.75rem 1rem;
}
#chat-access .access-group-wrapper .access-group:first-of-type {
  border-top: 1px solid #BBB;
}
#chat-access .access-group-wrapper .access-group .illust {
  display: none;
}
#chat-access .access-group-wrapper .access-group .access-sta {
  display: block;
  padding: 0.5rem;
  border: 3px solid #727171;
  border-radius: 0.5rem;
  text-align: center;
  margin-right: 0.5rem;
  flex: 1 0 8em;
}
#chat-access .access-group-wrapper .access-group .access-sta h6, #chat-access .access-group-wrapper .access-group .access-sta .h6 {
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  color: #727171;
}
#chat-access .access-group-wrapper .access-group .access-sta h6 .small, #chat-access .access-group-wrapper .access-group .access-sta .h6 .small {
  font-size: 0.5rem;
}
#chat-access .access-group-wrapper .access-group .access-sta p {
  font-size: 0.5rem;
  line-height: 1.2;
  white-space: nowrap;
  color: #41A7E0;
}
#chat-access .access-group-wrapper .access-group .access-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.25;
  flex: 1 1 auto;
  width: 100%;
}
#chat-access .access-group-wrapper .access-group .access-list dt {
  flex: 0 0 8em;
  border-left: 5px solid #40D3E2;
  padding-left: 0.5rem;
}

@media (min-width: 576px) {
  #chat-access .access-group {
    padding: 0.75rem 2rem;
  }
}
@media (min-width: 768px) {
  #chat-access {
    font-size: 0.9rem;
  }
  #chat-access .tm-iki {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    border: 3px solid #727171;
    border-radius: 0.5rem;
  }
  #chat-access .tm-iki .tm {
    display: block;
    width: 74%;
    height: 100%;
    background-image: url("/common/images/trademark_gr_ikedakako.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #chat-access .access-group {
    padding: 0.75rem 0 !important;
  }
  #chat-access .access-group .illust {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex: 0 0 120px;
    background-image: url("/common/images/access-bgline.png");
    background-position: left center;
    background-repeat: repeat-x;
    background-size: 5%;
  }
  #chat-access .access-group .illust .illust1, #chat-access .access-group .illust .illust2 {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
  }
  #chat-access .access-group .illust .illust1 {
    background-image: url("/common/images/access-illust01.svg");
    height: 40px;
  }
  #chat-access .access-group .illust .illust2 {
    background-image: url("/common/images/access-illust02.svg");
    height: 40px;
  }
  #chat-access .access-group .access-sta {
    flex: 0 0 100px;
    margin-right: 0.75rem;
  }
  #chat-access .access-group .access-sta h6, #chat-access .access-group .access-sta .h6 {
    font-size: 1.1rem !important;
  }
  #chat-access .access-group .access-sta p {
    font-size: 0.7rem !important;
  }
}
@media (min-width: 992px) {
  #chat-access .tm-iki {
    width: 110px;
  }
  #chat-access .access-group .illust {
    flex-basis: 240px;
    background-size: 3%;
  }
  #chat-access .access-group .illust .illust1 {
    height: 60px;
  }
  #chat-access .access-group .illust .illust2 {
    height: 50px;
  }
  #chat-access .access-group .access-sta {
    margin-right: 0.75rem !important;
  }
}
#access-googlemap {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}
#access-googlemap .contents-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#access-googlemap .contents-wrapper iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  #access-googlemap {
    padding-top: 50%;
  }
}
#content-main-wrapper.firstview-none {
  padding-top: 80px;
}

@media (min-width: 992px) {
  #content-main-wrapper.firstview-none {
    padding-top: 120px;
  }
}
#privacypolicy .section-contents {
  padding-top: 2rem;
}
#privacypolicy .section-contents h3 {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
#privacypolicy .section-contents .section-body {
  font-size: 0.875rem;
  padding-left: 1rem;
}

#contact #content-main-wrapper .container .form-list {
  border-bottom: 1px solid #BBB;
  padding: 0.8rem 1.5rem 1.5rem;
}
#contact #content-main-wrapper .container .form-list:first-of-type {
  border-top: 1px solid #BBB;
}
#contact #content-main-wrapper .container .form-list .col-form-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact #content-main-wrapper .container .form-list .col-form-label span.required {
  display: block;
  font-size: 0.7em;
}
#contact #content-main-wrapper .container .small {
  font-size: 0.7em;
  line-height: 1.25;
  margin-top: 0.15rem;
}
#contact #content-main-wrapper .container .form-result {
  border-bottom: 1px solid #BBB;
  padding: 1rem;
}
#contact #content-main-wrapper .container .form-result:first-of-type {
  border-top: 1px solid #BBB;
}
#contact #content-main-wrapper .container .form-result hgroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact #content-main-wrapper .container .form-result hgroup .small {
  font-size: 0.7rem;
}

@media (min-width: 992px) {
  #contact #content-main-wrapper.firstview-none {
    padding-top: 120px;
  }
  #contact #content-main-wrapper .container {
    max-width: 860px !important;
  }
  #contact #content-main-wrapper .container .form-list {
    padding: 1.5rem;
  }
}

/*# sourceMappingURL=-ikedakako.css.map */
