@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Lato";
  font-weight: 100;
  font-style: normal;
  src: url("../../font/Lato/woff2/Lato-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Lato/woff2/Lato-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Lato/woff2/Lato-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Lato/woff2/Lato-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Lato/woff2/Lato-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-weight: 100;
  font-style: italic;
  src: url("../../font/Lato/woff2/Lato-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-weight: 300;
  font-style: italic;
  src: url("../../font/Lato/woff2/Lato-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: italic;
  src: url("../../font/Lato/woff2/Lato-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: italic;
  src: url("../../font/Lato/woff2/Lato-BlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  src: url("../../font/Lato/woff2/Lato-BlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Arial black";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/ArialBlack/arial-black-bold.ttf") format("woff2");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
html body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #16160e;
  background: #fbfcff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: normal;
  position: relative;
  font-weight: 500;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

.wrap-all {
  overflow-x: hidden;
  height: 100%;
}

.wrap-all::-webkit-scrollbar {
  display: none;
}

.coming-soon {
  font-size: 2em;
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}

* {
  min-height: 0;
  min-width: 0;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0);
  transition: 1s all;
  text-shadow: rgba(74, 74, 79, 0.85) 0px 2px 7px;
  color: #fff;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: rgba(100, 100, 111, 0.1) 0px 3px 7px 0px;
  text-shadow: none;
  background: rgba(220, 244, 247, 0.75);
  color: #595757;
}
.header nav .nav_list li a span {
  color: #007bbf;
}
.header .menu-container {
  display: none;
}
.header__wrap {
  height: 100%;
  width: calc(100% - 30px);
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo a {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
.header__logo a img {
  width: 50px;
}
.header__logo a p {
  font-size: 1.5em;
  line-height: 1;
  font-family: Arial black;
}
.header nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header nav .nav_list {
  height: 100%;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 998;
}
.header nav .nav_list li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  line-height: 1;
  white-space: nowrap;
}
.header nav .nav_list li a p {
  font-size: 0.8em;
  order: 2;
}
.header nav .nav_list li a span {
  font-size: 1.2em;
  order: 1;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.header nav .nav_list--2 {
  gap: 0;
  margin-left: 15px;
}
.header nav .nav_list--2 li {
  height: 100%;
  width: 90px;
}
.header nav .nav_list--2 li a {
  transition: 1s all;
  position: relative;
}
.header nav .nav_list--2 li a p {
  font-size: 0.75em;
  font-family: "Lato", sans-serif;
  color: #555 !important;
}
.header nav .nav_list--2 li a i {
  font-size: 1.5em;
  color: #f13f79;
}
.header nav .nav_list--2 li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 1s all;
  z-index: -1;
}
.header nav .nav_list--2 :nth-child(2) i {
  color: #00b900;
}
.header.page-open nav .nav_list--2 li a img {
  filter: none;
}
.header.page-open nav .nav_list--2 li a::after {
  opacity: 1;
}
.header.page-open nav .nav_list--2 li:last-child a::before {
  filter: drop-shadow(rgba(74, 74, 79, 0) 0px 2px 7px);
}

@media screen and (max-width: 1280px) {
  .header nav .nav_list {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .header nav .nav_list li a {
    font-size: 0.9em;
  }
  .header__logo a img {
    width: 40px;
  }
  .header__logo a p {
    font-size: 1.25em;
  }
  .header__wrap {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 928px) {
  .header {
    text-shadow: none !important;
  }
  .header__wrap {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .header .menu-container {
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 9999;
  }
  .header .menu-container .responsive_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.75s ease;
  }
  .header .menu-container .responsive_btn .menu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu-container .responsive_btn .menu_btn i {
    font-size: 32px;
    color: #007bbf;
  }
  .header .menu-container .responsive_btn span {
    color: #16160e;
    font-size: 36px;
  }
  .header .menu-container .responsive_btn.menu_close {
    display: none;
  }
  .header .menu-container .responsive_btn.menu_close.active {
    display: flex;
  }
  .header .menu-container .responsive_btn.menu_open.active {
    display: none;
  }
  .header .menu-container .responsive_btn.menu_open .menu_btn i {
    color: #fff;
  }
  .header nav {
    position: fixed;
    top: 0%;
    transform: translateX(-50%);
    left: 160%;
    transition: 0.75s ease;
    width: 100vw;
    height: 102vh;
    background: #fbfcff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  .header nav .nav_list {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header nav .nav_list li a {
    color: #16160e !important;
    font-weight: bold;
  }
  .header nav .nav_list li a span {
    font-size: 18px;
    color: #007bbf !important;
  }
  .header nav .nav_list li a p {
    font-size: 15px;
  }
  .header nav .nav_list--2 {
    display: none;
    margin: 0;
    gap: 5px;
  }
  .header nav .nav_list--2 li {
    width: 210px;
    height: auto;
  }
  .header nav .nav_list--2 li a {
    flex-direction: unset;
    padding: 10px 15px;
    gap: 5px;
  }
  .header nav .nav_list--2 li a p {
    font-size: 14px;
    color: #fff !important;
  }
  .header nav .nav_list--2 li a i {
    font-size: 16px;
  }
  .header nav .nav_list--2 li a::after {
    opacity: 1;
  }
  .header nav.active {
    left: 50%;
  }
  .header.page-open .menu-container .responsive_btn.menu_open .menu_btn i {
    color: #007bbf;
  }
  .header.page-open .header__logo a p {
    text-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .header__logo a {
    white-space: nowrap;
  }
  .header__wrap {
    width: calc(100% - 30px);
  }
}
#heading {
  width: 100%;
  height: 50vh;
  position: relative;
}
#heading .background {
  width: 100%;
  height: 100%;
  position: relative;
}
#heading .background__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
#heading .background__image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 25vh;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-image: url("../../img/common/heading/heading.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
#heading .background__image--first {
  background-image: url("../../img/common/heading/first.jpg");
}
#heading .background__image--company {
  background-image: url("../../img/common/heading/company.jpg");
}
#heading .background__image--recruit {
  background-image: url("../../img/common/heading/recruit.jpg");
  background-position: 80% center;
  transform: translateX(-50%);
  top: -100px;
}
#heading .background__image--contact {
  background-image: url("../../img/common/heading/contact.jpg");
}
#heading .background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}
#heading .heading {
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
}
#heading .heading h1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  line-height: 1;
  gap: 15px;
  font-size: 3.5em;
  text-shadow: rgba(100, 100, 111, 0.75) 0px 7px 14px;
}
#heading .heading h1 .en {
  order: 1;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
#heading .heading h1 .ja {
  order: 2;
  font-size: 0.4em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  #heading .heading {
    width: 90%;
  }
  #heading .heading h1 {
    font-size: 3em;
  }
}
.sp-fixed-link {
  display: none;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  width: 75px;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: 998;
  gap: 5px;
  color: #fbfcff;
  transition: 0.5s all;
}
.sp-fixed-link.page-open {
  opacity: 1;
}
.sp-fixed-link a {
  background-color: #007bbf;
  width: 100%;
  aspect-ratio: 1/1;
  line-height: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 4px solid #fbfcff;
  border-right: none;
}

@media screen and (max-width: 928px) {
  .sp-fixed-link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    height: 60px;
    right: auto;
    top: auto;
    transform: unset;
    left: 0;
    bottom: 0;
    gap: 0;
  }
  .sp-fixed-link.scroll {
    opacity: 0;
    bottom: -15px;
  }
  .sp-fixed-link a {
    border: 2px solid #fbfcff;
    border-left: none;
    border-bottom: none;
    font-weight: bold;
    aspect-ratio: unset;
    flex-direction: row;
  }
  .sp-fixed-link a i {
    padding-top: 3px;
  }
  .sp-fixed-link a:last-child {
    border-right: none;
  }
  .sp-fixed-link a:last-child i {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 600px) {
  .sp-fixed-link a {
    flex-direction: column;
  }
  .sp-fixed-link a:last-child {
    row-gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .sp-fixed-link a {
    font-size: 0.9em;
  }
}
#annual {
  padding: 120px 0;
  background-image: linear-gradient(160deg, rgba(168, 202, 240, 0.75), rgba(233, 240, 250, 0.75));
}
#annual .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #annual .section {
    width: 90%;
  }
}
#annual .section__title {
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 1.75em;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  margin-inline: auto;
  background: linear-gradient(330deg, rgb(5, 255, 247), rgb(0, 151, 232) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  position: relative;
  bottom: -5px;
  transition: 0.75s all;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-block-end: 60px;
}
#annual .section__title span {
  grid-row: 1/2;
  font-size: 1.2em;
}
#annual .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  #annual .section__title {
    font-size: 1.5em;
  }
}
#annual .section__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#annual .section__list.is-show {
  opacity: 1;
  bottom: 0;
}
#annual .section__list .inner {
  width: 100%;
  padding: 15px 15px 30px;
  background-color: #fbfcff;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 5px 5px 0px;
}
#annual .section__list .inner__image {
  width: 100%;
  background-color: #d2f7f5;
  border-radius: 5px;
}
#annual .section__list .inner__image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#annual .section__list .inner ul {
  margin-block-start: 10px;
}
#annual .section__list .inner ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 2.5px;
       column-gap: 2.5px;
}
#annual .section__list .inner ul li::before {
  content: "◆";
  display: block;
  color: #0abab5;
  font-size: 0.8em;
  padding-top: 3px;
}

@media screen and (max-width: 1280px) {
  #annual .section__list {
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #annual .section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #annual {
    padding: 90px 0;
  }
  #annual .section__title {
    margin-block-end: 30px;
  }
  #annual .section__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 320px;
    margin-inline: auto;
  }
}
#features {
  padding: 120px 0;
  position: relative;
}
#features::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/kiraboshi/f-bg.png);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: 0.5;
}
#features .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #features .section {
    width: 95%;
  }
}
#features .section__title {
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 1.75em;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  margin-inline: auto;
  background: linear-gradient(330deg, rgb(5, 255, 247), rgb(0, 151, 232) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  position: relative;
  bottom: -5px;
  transition: 0.75s all;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-block-end: 60px;
}
#features .section__title span {
  grid-row: 1/2;
  font-size: 1.2em;
}
#features .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  #features .section__title {
    font-size: 1.5em;
  }
}
#features .section__text {
  margin-block-end: 60px;
  text-align: center;
  line-height: 2;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#features .section__text.is-show {
  opacity: 1;
  bottom: 0;
}
#features .section__text p span {
  display: inline-block;
}
#features .section__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
#features .section__list .inner {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  background: #fbfcff;
  border-radius: 5px;
  padding: 60px;
  border: 3px solid #0abab5;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  row-gap: 15px;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 5px 5px 0px;
}
#features .section__list .inner.is-show {
  opacity: 1;
  bottom: 0;
}
#features .section__list .inner:last-child {
  grid-column: 1/3;
}
#features .section__list .inner__title {
  font-size: 1.5em;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  color: #007bbf;
  line-height: 1.2;
  font-weight: bold;
}
#features .section__list .inner__title span {
  display: inline-block;
}
#features .section__list .inner__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
  grid-row: 1/2;
}
#features .section__list .inner__image::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: linear-gradient(330deg, rgb(5, 255, 247), rgb(0, 151, 232) 75%);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.15s;
}
#features .section__list .inner__image.is-show::after {
  left: 152%;
}
#features .section__list .inner__image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#features .section__list .inner__image::after {
  transition-delay: 0.5s;
}
#features .section__list .inner:last-child .inner__title {
  margin-block-end: 15px;
}
#features .section__list .inner:last-child .inner__text {
  text-align: center;
  margin-block-end: 15px;
}
#features .section__list .inner:last-child .inner__text span {
  display: inline-block;
}
#features .section__list .inner:last-child .inner__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#features .section__list .inner:last-child .inner__list h4 {
  text-align: center;
}
#features .section__list .inner:last-child .inner__list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
#features .section__list .inner:last-child .inner__list ul li {
  padding: 30px;
  background-color: #dcf4f7;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#features .section__list .inner:last-child .inner__list ul li h5 {
  font-size: 1.2em;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-weight: bold;
  color: #00b379;
}
#features .section__list .inner:last-child .inner__list ul li h5 span {
  display: inline-block;
}
#features .section__list .inner:last-child .inner__list ul li h5 i {
  padding-top: 6px;
}
#features .section__list .inner:last-child .inner__list ul li table {
  margin-inline-start: 30px;
}
#features .section__list .inner:last-child .inner__list ul li table tr {
  display: grid;
  grid-template-columns: 5em 1fr;
}
#features .section__list .inner:last-child .inner__list ul li table th {
  white-space: nowrap;
}
#features .section__list .inner:last-child .inner__list ul li table td small {
  display: inline-block;
}
#features .section__list .inner:last-child .inner__list ul li .btn {
  margin-inline-start: auto;
}
#features .section__list .inner:last-child .inner__list ul li .btn a {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  font-weight: bold;
  color: #0abab5;
  padding: 0 5px 2.5px;
  position: relative;
  overflow: hidden;
}
#features .section__list .inner:last-child .inner__list ul li .btn a br {
  display: none;
}
#features .section__list .inner:last-child .inner__list ul li .btn a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#features .section__list .inner:last-child .inner__list ul li .btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0abab5;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: -50%;
  transition: 0.75s ease-in;
}
#features .section__list .inner:last-child .inner__list ul li .btn a:hover::before {
  left: 50%;
}

@media screen and (max-width: 1480px) {
  #features .section__list {
    gap: 30px;
  }
  #features .section__list .inner {
    padding: 45px;
  }
}
@media screen and (max-width: 1280px) {
  #features .section__list .inner:last-child .inner__list ul li {
    padding: 20px;
  }
  #features .section__list .inner:last-child .inner__list ul li table {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  #features .section__list .inner {
    padding: 30px;
  }
  #features .section__list .inner__title {
    font-size: 1.25em;
  }
  #features .section__list .inner:last-child .inner__list ul {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  #features .section__list .inner:last-child .inner__list ul li {
    padding: 30px;
  }
  #features .section__list .inner:last-child .inner__list ul table {
    margin-inline-start: 30px !important;
  }
}
@media screen and (max-width: 928px) {
  #features .section__list {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  #features .section__list .inner:last-child .inner__list ul li table tr {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  #features {
    padding: 90px 0;
  }
  #features .section__title {
    margin-block-end: 30px;
  }
  #features .section__list .inner:last-child {
    padding: 30px 15px;
  }
  #features .section__list .inner:last-child .inner__list ul li {
    padding: 15px;
  }
  #features .section__list .inner:last-child .inner__list ul li .btn a br {
    display: inline;
  }
}
.introduce {
  padding: 120px 0;
  position: relative;
}
.introduce .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .introduce .section {
    width: 90%;
  }
}
.introduce .section__title {
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 1.75em;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  margin-inline: auto;
  background: linear-gradient(330deg, rgb(5, 255, 247), rgb(0, 151, 232) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  position: relative;
  bottom: -5px;
  transition: 0.75s all;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-block-end: 60px;
}
.introduce .section__title span {
  grid-row: 1/2;
  font-size: 1.2em;
}
.introduce .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .introduce .section__title {
    font-size: 1.5em;
  }
}
.introduce .section__text {
  margin-block-start: 45px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  text-align: center;
}
.introduce .section__text.is-show {
  opacity: 1;
  bottom: 0;
}
.introduce .section__text span {
  display: inline-block;
}
.introduce .section__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
.introduce .section__list.is-show {
  opacity: 1;
  bottom: 0;
}
.introduce .section__list .inner {
  width: 100%;
}
.introduce .section__list .inner a {
  display: block;
  width: 100%;
}
.introduce .section__list .inner__image {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.introduce .section__list .inner__image .wrap {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 5px 5px 0px;
}
.introduce .section__list .inner__image .wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s all;
}
.introduce .section__list .inner__image:hover img {
  scale: 1.05;
}
.introduce .section__list .inner__image figcaption {
  margin-block-start: 5px;
  text-align: center;
}
.introduce#facility::after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: #dcf4f7;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 5px;
}

@media screen and (max-width: 1280px) {
  .introduce .section__list {
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .introduce .section__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .introduce .section__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .introduce {
    padding: 90px 0;
  }
  .introduce .section__title {
    margin-block-end: 30px;
  }
  .introduce#facility::after {
    width: calc(100% - 2.5vw);
    height: calc(100% - 2.5vw);
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #dcf4f7;
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
          clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}
#carousel .carousel__wrap h2 {
  margin: 0 auto 4rem;
}
#carousel .carousel__wrap--slider {
  overflow: hidden;
}
#carousel .carousel__wrap--slider--box {
  transition-timing-function: linear;
}
#carousel .carousel__wrap--slider--box--list {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__wrap--slider--box--list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__wrap--link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .carousel__wrap--link a {
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #dcf4f7;
  border: solid 1px #dcf4f7;
  color: #007bbf;
  transition: all ease 0.5s;
}
#carousel .carousel__wrap--link a:hover {
  background-color: #007bbf;
  color: #595757;
}

#modal {
  padding: 5rem 0 15rem 0;
  position: relative;
  margin: 0 3rem 3rem;
  width: calc(100% - 6rem);
}
#modal::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "coating gallery";
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 1;
}
#modal .modal__wrap {
  /* モーダルを開くボタン */
  /* モーダル本体 */
  /* モーダルを閉じるボタン */
  /* モーダル内のコンテンツ */
}
#modal .modal__wrap h2 {
  margin: 0 auto 4rem;
}
#modal .modal__wrap .modal {
  padding: 0 0;
}
#modal .modal__wrap .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#modal .modal__wrap .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#modal .modal__wrap .inner > ul > li {
  width: calc(25% - 20px);
  margin-top: unset !important;
  margin: 0 10px 20px;
}
#modal .modal__wrap .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#modal .modal__wrap .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 1s;
}
#modal .modal__wrap .inner > ul > li figure:hover img {
  scale: 1.15;
}
#modal .modal__wrap .modal__trigger {
  cursor: pointer;
}
#modal .modal__wrap .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__wrap .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#modal .modal__wrap .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
#modal .modal__wrap .modal__container {
  position: absolute;
  top: calc(50% + 46px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(80vh - 40px);
  padding: 20px;
  background: #fff;
}
#modal .modal__wrap .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 0px 20px 20px 20px;
  margin: 50px 0 0 0;
}
#modal .modal__wrap .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 999;
}
#modal .modal__wrap .modal__close:hover {
  opacity: 0.6;
}
#modal .modal__wrap .modal__close:before,
#modal .modal__wrap .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#modal .modal__wrap .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal__wrap .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal__wrap .modal__content .modal__title {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#modal .modal__wrap .modal__content .modal__text {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007bbf;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0px 6px 10px -6px #74635d;
  overflow: hidden;
  color: #fff;
  border: 2px solid #dcf4f7;
}

#page-top a:active {
  scale: 0.9;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@media screen and (max-width: 928px) {
  #page-top {
    bottom: 65px;
  }
}
.footer {
  background: linear-gradient(330deg, rgb(5, 255, 247), rgb(0, 151, 232) 75%);
  color: #fff;
}
.footer__wrap {
  padding: 60px 0 15px;
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  max-width: 80%;
}
.footer__logo {
  grid-column: 1/2;
  grid-row: 1/3;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-end: 60px;
}
.footer__logo img {
  width: 100px;
  margin-inline: auto;
}
.footer__logo a {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.footer__logo a span {
  font-family: arial black;
}
.footer__tel {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__tel a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #007bbf;
  border-radius: 5px;
  background-color: #007bbf;
  color: #fbfcff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
  font-weight: bold;
}
.footer__tel a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
.footer__tel a:hover {
  background-color: #fbfcff;
  color: #007bbf;
}
.footer__tel a::after {
  content: none;
}
.footer__contact {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__contact a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #007bbf;
  border-radius: 5px;
  background-color: #fbfcff;
  color: #007bbf;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
  font-weight: bold;
}
.footer__contact a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
.footer__contact a:hover {
  background-color: #007bbf;
  color: #fbfcff;
}
.footer__contact a::after {
  content: none;
}
.footer__nav {
  grid-column: 2/4;
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 360px;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 5px;
}
.footer__nav ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 0.9em;
}
.footer__nav ul li a i {
  padding-top: 2px;
}
.footer__nav ul li:nth-child(7) a i, .footer__nav ul li:last-child a i {
  font-size: 1.1em;
}
.footer__copy {
  text-align: center;
  padding: 10px 0;
  font-size: 0.9em;
  font-family: arial black;
}

@media screen and (max-width: 928px) {
  .footer {
    padding-bottom: 70px;
  }
  .footer__logo {
    margin-inline-end: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    grid-template-columns: auto auto;
  }
  .footer__logo {
    grid-row: 1/2;
    grid-column: 1/3;
    margin-inline: auto;
  }
  .footer__nav {
    grid-column: 1/3;
  }
  .footer__nav ul {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footer__wrap {
    display: flex;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */