@charset "UTF-8";
.top-section {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding-top: 95px;
  height: 950px;
}
.top-section .u-btn {
  position: absolute;
  bottom: 20px;
}
.top-section picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 0;
}
.top-section .content {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  padding: 0 5%;
  bottom: 10vw;
  justify-content: space-between;
}
.top-section .content .top-text {
  text-align: center;
}
.top-section .content .top-text h1 {
  text-shadow: 1px 1px 2px #000000;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 1rem;
}
.top-section .content .top-logo {
  max-height: 455px;
  max-width: 488px;
}
.top-section .content .top-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-section {
  width: 100%;
  background: linear-gradient(180deg, #ff850a, #eb595c);
  padding-top: 100px;
  padding-bottom: 150px;
}
.about-section .title-wrap {
  text-align: left;
}
.about-section .title-wrap .sub-title {
  color: #a06e32;
}
.about-section .about-section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 5% 10% 5% 0;
  gap: 5vw;
}
.about-section .about-section-inner img {
  width: 100%;
}
.about-section .about-section-inner .text-wrap {
  color: #ffffff;
}
.btn-set {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5vw;
  margin-top: -100px;
  width: 100%;
}
.btn-set a {
  display: flex;
  flex-direction: column;
  background-color: #ff850a;
  color: #ffffff;
  text-align: center;
  padding: 2%;
  max-width: 237px;
  transition: all 0.5s ease-out allow-discrete;
  aspect-ratio: 1/1;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  width: 100%;
}
.btn-set a:hover {
  max-width: 271px;
  width: 100%;
}

.product-section {
  padding-top: 100px;
}
.product-section .title-wrap {
  text-align: center;
}
.product-section .title-wrap .sub-title {
  color: #ff850a;
}
.product-section .product-section-inner {
  display: flex;
  padding: 5vw 10vw;
  gap: 3vw;
  width: 100%;
  transition: all 0.6s;
}
.product-section .product-section-inner .content {
  position: relative;
  width: 25%;
  transition: width 0.5s ease-in-out;
}
.product-section .product-section-inner .content .card {
  display: flex;
  align-items: flex-end;
  background: url(../image/photo/product01.png) no-repeat;
  background-size: cover;
  height: 667px;
  justify-content: flex-start;
  z-index: 1;
  color: white;
  position: relative;
  border-left: 14px solid #ff850a;
  box-sizing: border-box;
}
.product-section .product-section-inner .content .card .title {
  animation-delay: 2s;
  padding: 1vw;
}
.product-section .product-section-inner .content .card .title h3 {
  font-size: 24px;
}
.product-section .product-section-inner .content .card .p-text {
  display: none;
  opacity: 0;
  width: 100%;
  margin: 5vw 2vw 2vw 2vw;
  opacity: 0;
  visibility: hidden;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.product-section .product-section-inner .content .card .p-text p {
  font-size: 0px;
}
.product-section .product-section-inner .content .card .p-text a {
  font-size: 0px;
  color: white;
  display: flex;
  margin-right: 0;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.product-section .product-section-inner .content.two .card {
  background: url(../image/photo/product02.png) no-repeat;
  border-left: 14px solid #34bdc9;
}
.product-section .product-section-inner .content.active {
  width: 75%;
  position: relative;
}
.product-section .product-section-inner .content.active .card {
  display: flex;
  background: url(../image/photo/product01.png) no-repeat;
  background-size: cover;
  height: 667px;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 5%;
}
.product-section .product-section-inner .content.active .card .title {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.product-section .product-section-inner .content.active .card .title h3 {
  font-size: 24px;
}
.product-section .product-section-inner .content.active .card .p-text.active {
  opacity: 1;
  visibility: visible;
  display: block;
  margin: 0vw 2vw 2vw 2vw;
  z-index: 2;
}
.product-section .product-section-inner .content.active .card .p-text.active p {
  font-size: 16px;
}
.product-section .product-section-inner .content.active .card .p-text.active a {
  font-size: 24px;
  color: white;
}
.product-section .product-section-inner .content.active .card::before {
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  height: 50%;
  width: 100%;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(17.1px);
  background-color: #fff;
}
.product-section .product-section-inner .content.active .background-color::after {
  content: "";
  background: url(../image/photo/pixta_44755695_M.jpg) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  z-index: 1;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}
.product-section .product-section-inner .content.two.active .card {
  background: url(../image/photo/product02.png) no-repeat;
  background-size: cover;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.message-section {
  padding: 2%;
  padding-top: 100px;
}
.message-section .title-wrap .sub-title {
  color: #ff850a;
}
.message-section .message-wrapper {
  position: relative;
  border: 1px solid #ff850a;
  background-color: #ffffff;
  box-sizing: border-box;
  max-height: 1300px;
  height: 100%;
}
.message-section .message-wrapper .image-set {
  position: relative;
  display: flex;
  z-index: 1;
  gap: 30px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: white;
}
.message-section .message-wrapper .image-set .content-set {
  display: flex;
  flex-direction: row;
  padding: 30px 0;
}
.message-section .message-wrapper .image-set .content-set img {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.message-section .message-wrapper .image-set .content-set .text-set .text {
  margin-bottom: 30px;
  max-width: 580px;
}
.message-section .message-wrapper .image-set .content-set .text-set .ceo-name {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  margin-bottom: 20px;
}
.message-section .message-wrapper .image-set picture {
  height: 100%;
  display: flex;
}
.message-section .message-wrapper .image-set picture .backimage-ceo {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.seafty-section {
  background: linear-gradient(180deg, #ff850a, #eb595c);
  text-align: center;
  padding-top: 200px;
  margin-top: -100px;
}
.seafty-section .title-wrap .sub-title {
  color: #ffffff;
}
.seafty-section .seafty-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5% 10%;
  gap: 5vw;
}
.seafty-section .seafty-inner .icon-set {
  display: flex;
  flex-direction: column;
  max-width: 307px;
  width: 100%;
  color: #ffffff;
  gap: 10px;
}
.seafty-section .seafty-inner .icon-set img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.seafty-section .seafty-inner .icon-set .text-small {
  text-align: left;
}

.copy-section {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../image/photo/copy-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40vw 2vw 10vw 2vw;
}
.copy-section .text-set {
  color: #ffffff;
}

.corporate-section {
  background-image: url(../image/photo/corporate-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 110px;
  padding-bottom: 10vw;
  padding-left: 5%;
  padding-right: 5%;
}
.corporate-section .orange-back {
  background: linear-gradient(180deg, #ff850a, #eb595c);
  padding: 50px;
}
.corporate-section .title-wrap {
  text-align: center;
  color: #ffffff;
  margin: 5vw 0px;
}
.corporate-section .list-wrap {
  max-width: 1300px;
  padding: 0 5vw;
  margin: 0 auto;
}
.corporate-section .list-wrap ul li {
  display: grid;
  grid-template-columns: 0.7fr 2fr;
  gap: 10px;
  margin-bottom: 10px;
  color: #ffffff;
}
.corporate-section .list-wrap ul li span {
  padding: 2%;
}
.corporate-section .list-wrap ul li span.list-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
}
.map {
  padding: 5%;
  max-height: 300px;
  max-width: 871px;
  margin: auto;
}
.map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .top-section {
    height: 550px;
    padding-top: 0;
  }
  .top-section picture img {
    height: 100%;
    width: auto;
  }
  .top-section .content {
    flex-direction: column;
    align-items: center;
    bottom: auto;
  }
  .top-section .content .top-text {
    text-align: center;
    margin-right: -1.5rem;
  }
  .top-section .content .top-logo {
    max-height: 100%;
    max-width: 150px;
  }
  .top-section .content .top-logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .about-section .about-section-inner {
    grid-template-columns: auto;
    padding: 5%;
  }
  .about-section .about-section-inner .text-wrap {
    color: #ffffff;
  }
  .about-section img {
    width: 100%;
  }
  .btn-set {
    margin-top: -50px;
  }
  .btn-set a {
    max-width: 100px;
    aspect-ratio: auto;
  }
  .btn-set a span {
    font-size: 16px;
  }
  .btn-set a:hover {
    max-width: 100px;
  }
  .product-section {
    padding-top: 50px;
  }
  .product-section .product-section-inner {
    padding: 0;
    flex-direction: column;
    gap: 0;
  }
  .product-section .product-section-inner .content {
    position: relative;
    width: 100%;
    transition: width 0.5s ease-in-out;
  }
  .product-section .product-section-inner .content .card {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    border-left: none;
    border-top: 14px solid #ff850a;
    padding: 5%;
  }
  .product-section .product-section-inner .content .card .title {
    animation-delay: 2s;
    padding: 1vw;
    visibility: visible;
    z-index: 2;
    margin: auto;
  }
  .product-section .product-section-inner .content .card .title h3 {
    font-size: 24px;
  }
  .product-section .product-section-inner .content .card .p-text {
    display: block;
    margin: 5vw 2vw 2vw 2vw;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    margin: auto;
  }
  .product-section .product-section-inner .content .card .p-text p {
    font-size: 14px;
  }
  .product-section .product-section-inner .content .card .p-text a {
    font-size: 20px;
  }
  .product-section .product-section-inner .content .card::before {
    content: "";
    position: absolute;
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(17.1px);
    background-color: #fff;
  }
  .product-section .product-section-inner .content.two .card {
    border-left: none;
    border-color: #34bdc9;
  }
  .product-section .product-section-inner .content.active {
    width: 100%;
  }
  .product-section .product-section-inner .content.active .card {
    height: auto;
  }
  .product-section .product-section-inner .content.active .card:before {
    height: 100%;
  }
  .product-section .product-section-inner .content.active .card .p-text.p-text.active a {
    font-size: 20px;
  }
  .orange-btn {
    display: block;
    margin: 5% auto;
  }
  .message-section {
    padding-top: 50px;
  }
  .message-section .message-wrapper {
    max-height: 1300px;
    height: 100%;
  }
  .message-section .message-wrapper .image-set {
    padding: 5%;
    gap: 5px;
    flex-direction: column-reverse;
  }
  .message-section .message-wrapper .image-set img {
    display: none;
  }
  .message-section .message-wrapper .image-set .text-set {
    width: 100%;
  }
  .message-section .message-wrapper .image-set .orange-btn {
    width: auto;
  }
  .message-section .message-wrapper .image-set picture {
    width: 100%;
  }
  .message-section .message-wrapper .image-set picture .backimage-ceo {
    position: static;
    display: block;
    top: 0%;
    max-width: 100%;
    width: 100%;
    max-height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    object-view-box: 0% 0%;
  }
  .seafty-section {
    padding-top: 150px;
    margin-top: -100px;
  }
  .seafty-section .seafty-inner {
    padding: 5%;
    gap: 2vw;
    justify-content: space-between;
    flex-direction: column;
  }
  .seafty-section .seafty-inner .icon-set {
    max-width: 100%;
    flex-direction: row;
  }
  .seafty-section .seafty-inner .icon-set .text {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
  }
  .seafty-section .seafty-inner .icon-set img {
    max-width: 100px;
  }
  .corporate-section {
    padding-top: 50px;
    padding-bottom: 10vw;
  }
  .corporate-section .orange-back {
    padding: 10px;
  }
  .corporate-section .title-wrap {
    margin: 5vw 0px;
  }
  .corporate-section .list-wrap {
    max-width: 1371px;
  }
  .corporate-section .list-wrap ul li {
    grid-template-columns: auto;
    gap: 0px;
  }
  .corporate-section .list-wrap ul li .list-title {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    padding-bottom: 0;
  }
}/*# sourceMappingURL=main.css.map */