@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Geist:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Yu Gothic Pr6N";
  src: url("../font/yugothib.ttf");
  font-weight: bold; }
.f-gothic {
  font-family: "Yu Gothic Pr6N"; }

.f-mont {
  font-family: Montserrat; }

.atkinson-hyperlegible-regular {
  font-family: "Atkinson Hyperlegible", serif;
  font-weight: 400;
  font-style: normal; }

.abeezee-regular {
  font-family: "ABeeZee", serif;
  font-weight: 400;
  font-style: normal; }

html {
  scroll-behavior: smooth; }

body {
  position: relative;
  font-family: "Noto Sans JP", 'serif';
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  color: #333333;
  font-size: 16px;
  background-color: #FBFBFB;
  letter-spacing: 0.05em; }

body.scroll-visible {
  overflow-y: hidden; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

h1, h2, h3, h4, h5, h6, p, span {
  margin: 0; }

main {
  overflow-x: hidden; }

img {
  display: block;
  margin: auto;
  max-width: 100%; }

.mt-1 {
  margin-top: 0.5rem; }

.mb-1 {
  margin-bottom: 0.5rem; }

.mt-2 {
  margin-top: 1rem; }

.mb-2 {
  margin-bottom: 1rem; }

.mt-3 {
  margin-top: 1.5rem; }

.mb-3 {
  margin-bottom: 1.5rem; }

.mt-4 {
  margin-top: 2rem; }

.mb-4 {
  margin-bottom: 2rem; }

.mt-5 {
  margin-top: 2.5rem; }

.mb-5 {
  margin-bottom: 2.5rem; }

.mt-6 {
  margin-top: 3rem; }

.mb-6 {
  margin-bottom: 3rem; }

.mt-7 {
  margin-top: 3.5rem; }

.mb-7 {
  margin-bottom: 3.5rem; }

.mt-8 {
  margin-top: 4rem; }

.mb-8 {
  margin-bottom: 4rem; }

.mt-9 {
  margin-top: 4.5rem; }

.mb-9 {
  margin-bottom: 4.5rem; }

.mt-10 {
  margin-top: 5rem; }

.mb-10 {
  margin-bottom: 5rem; }

.s-padding {
  padding: 100px 0; }

.c-margin {
  margin-top: 40px; }

.s-margin {
  margin-top: 100px; }
  @media screen and (max-width: 1400px) {
    .s-margin {
      margin-top: 40px; } }

.c-container {
  width: 100%;
  max-width: 1100px;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    .c-container {
      padding: 0 50px; } }
  @media screen and (max-width: 576px) {
    .c-container {
      padding: 0 20px; } }

.blue-text {
  color: #73D7EB; }

.link-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 40px;
  transition: 0.2s ease-in-out;
  color: #fff;
  font-weight: 700;
  line-height: 1; }
  .link-btn.orange {
    background-color: #FFB026;
    background-image: linear-gradient(116.57deg, #F16B1F 11.67%, #FFB026 86.67%); }
  .link-btn.blue {
    background-color: #73D7EB;
    background-image: linear-gradient(116.57deg, #5994e1 11.67%, #64c5ef 86.67%); }
  .link-btn.fit {
    width: fit-content; }
  .link-btn.small {
    padding: 10px 15px;
    font-size: 14px; }
  .link-btn.rounded {
    border-radius: 50px; }
  .link-btn.arrow:before {
    content: "\f04b";
    position: absolute;
    font-size: 10px;
    font-family: "Font Awesome 5 Free"; }
  .link-btn.arrow-left::before {
    left: 15px;
    transform: rotate(180deg); }
  .link-btn.arrow-right::before {
    right: 15px; }
  .link-btn:hover {
    opacity: 0.8; }

.blue-tag-btn {
  display: block;
  width: fit-content;
  padding: 8px;
  background: linear-gradient(45deg, #59b8e1, #73d7eb);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center; }

.c-title .jp {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px; }
  .c-title .jp::before {
    content: "";
    width: 10px;
    height: 10px;
    background: linear-gradient(116.57deg, #f16b1f 11.67%, #ffb026 86.67%);
    border-radius: 50%; }
.c-title .en {
  font-family: "din-2014";
  display: inline-block;
  font-weight: 700;
  margin-top: 20px;
  font-size: 80px;
  line-height: 1.2;
  background: linear-gradient(90deg, #59b8e1 0%, #73d7eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; }
  @media screen and (max-width: 576px) {
    .c-title .en {
      font-size: 40px; } }
.c-title.text-white .jp {
  color: #fff; }
.c-title.text-white .en {
  background: unset;
  -webkit-text-fill-color: #fff;
  color: #fff; }

.sp-only {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-only {
      display: block; } }

.pc-only {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc-only {
      display: none; } }

.orange-grad-text {
  display: inline-block;
  background: linear-gradient(116.57deg, #f16b1f 11.67%, #ffb026 86.67%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; }

.detail-link {
  margin-top: 20px;
  text-align: right; }
  .detail-link a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    color: #f37621; }
    .detail-link a svg {
      margin-left: 5px; }

.page {
  position: relative; }
  .page .wraps {
    padding: 80px 0; }

.no-data {
  text-align: center;
  font-size: 32px;
  color: #b7b7b7;
  font-weight: 700; }

.pagination {
  margin-top: 40px; }
  .pagination .wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagination .wp-pagenavi span,
    .pagination .wp-pagenavi a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      font-size: 20px;
      font-weight: 700;
      border: unset;
      color: #787980; }
      .pagination .wp-pagenavi span.current,
      .pagination .wp-pagenavi a.current {
        color: #238fbd;
        border-bottom: 2px solid #333; }

.decoration {
  position: absolute;
  z-index: -1; }
  .decoration.dec1 {
    width: 263px;
    aspect-ratio: 263/244;
    background: url("../img/decoration/square1.png") no-repeat center/contain; }
    @media screen and (max-width: 768px) {
      .decoration.dec1 {
        width: 200px; } }
    @media screen and (max-width: 576px) {
      .decoration.dec1 {
        width: 100px; } }
  .decoration.dec2 {
    width: 205px;
    aspect-ratio: 205/243;
    background: url("../img/decoration/square2.png") no-repeat center/contain; }
    @media screen and (max-width: 768px) {
      .decoration.dec2 {
        width: 160px; } }
    @media screen and (max-width: 576px) {
      .decoration.dec2 {
        width: 80px; } }
  .decoration.dec3 {
    width: 144px;
    aspect-ratio: 144/153;
    background: url("../img/decoration/square3.png") no-repeat center/contain; }
    @media screen and (max-width: 768px) {
      .decoration.dec3 {
        width: 100px; } }
    @media screen and (max-width: 576px) {
      .decoration.dec3 {
        width: 70px; } }
  .decoration.dec4 {
    width: 144px;
    aspect-ratio: 144/184;
    background: url("../img/decoration/square4.png") no-repeat center/contain; }
    @media screen and (max-width: 768px) {
      .decoration.dec4 {
        width: 100px; } }
    @media screen and (max-width: 576px) {
      .decoration.dec4 {
        width: 70px; } }
  .decoration.dec5 {
    width: 116px;
    aspect-ratio: 116/301;
    background: url("../img/decoration/square5.png") no-repeat center/contain; }
    @media screen and (max-width: 768px) {
      .decoration.dec5 {
        width: 60px; } }
    @media screen and (max-width: 576px) {
      .decoration.dec5 {
        width: 50px; } }

.card-item {
  background-color: #F4FDFF;
  border: 3px solid #60C0E3;
  padding: 40px; }
  .card-item .card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center; }
  .card-item .card-img {
    margin: 30px auto 20px; }
    .card-item .card-img img {
      display: block;
      width: auto;
      height: 140px;
      margin: auto; }
  .card-item .card-content {
    width: fit-content;
    margin: auto; }
    .card-item .card-content ul {
      margin: 0;
      padding: 0; }
      .card-item .card-content ul li {
        list-style: none;
        font-weight: 500;
        font-size: 1rem;
        line-height: 180%; }

.cover-img {
  overflow: hidden; }
  .cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.circle-mark {
  position: relative;
  width: fit-content;
  display: flex; }
  .circle-mark::before {
    content: "";
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    background: linear-gradient(116.57deg, #f16b1f 11.67%, #ffb026 86.67%);
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 0.4em; }
  .circle-mark.large-mark::before {
    width: 20px;
    height: 20px; }

.xmark-txt {
  position: relative;
  display: flex;
  gap: 3px; }
  .xmark-txt::before {
    content: "・";
    display: block;
    font-size: 16px;
    color: #3f3f3f; }
  .xmark-txt.blue-mark::before {
    color: #4dbcd6; }

.fw-bold {
  font-weight: bold; }

.text-center {
  text-align: center; }

.navigation {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .navigation .wraps {
    width: 100%;
    padding: 0 60px; }
    @media screen and (max-width: 930px) {
      .navigation .wraps {
        padding: 0; } }
    .navigation .wraps .inner {
      position: relative;
      height: 95px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px; }
      @media screen and (max-width: 930px) {
        .navigation .wraps .inner {
          background-color: #70d3ea;
          height: 120px; } }
      @media screen and (min-width: 930px) {
        .navigation .wraps .inner {
          background-color: #fff;
          border-radius: 0 0 32px 32px;
          box-shadow: 0px 4px 4px 0px #00000040; } }
      @media screen and (max-width: 576px) {
        .navigation .wraps .inner {
          height: 60px; } }
      .navigation .wraps .inner .logo img {
        width: 112px;
        height: auto; }
        @media screen and (max-width: 576px) {
          .navigation .wraps .inner .logo img {
            width: auto;
            height: 45px; } }
      .navigation .wraps .inner .menu-icon {
        display: none; }
        @media screen and (max-width: 930px) {
          .navigation .wraps .inner .menu-icon {
            display: block; } }
        .navigation .wraps .inner .menu-icon .menu {
          background-color: transparent;
          border: none;
          cursor: pointer;
          display: flex;
          padding: 0; }
          .navigation .wraps .inner .menu-icon .menu svg {
            width: 40px;
            height: 40px; }
        .navigation .wraps .inner .menu-icon .line {
          fill: none;
          stroke: #fff;
          stroke-width: 6;
          transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
        .navigation .wraps .inner .menu-icon .line1 {
          stroke-dasharray: 60 207;
          stroke-width: 6; }
        .navigation .wraps .inner .menu-icon .line2 {
          stroke-dasharray: 60 60;
          stroke-width: 6; }
        .navigation .wraps .inner .menu-icon .line3 {
          stroke-dasharray: 60 207;
          stroke-width: 6; }
        .navigation .wraps .inner .menu-icon .opened .line1 {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6; }
        .navigation .wraps .inner .menu-icon .opened .line2 {
          stroke-dasharray: 1 60;
          stroke-dashoffset: -30;
          stroke-width: 6; }
        .navigation .wraps .inner .menu-icon .opened .line3 {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6; }
      @media screen and (max-width: 930px) {
        .navigation .wraps .inner .menu-list {
          display: none;
          position: absolute;
          left: 0;
          top: 120px;
          width: 100%;
          height: calc(100vh - 120px);
          background-color: #F4FDFF;
          text-align: center;
          padding-top: 80px; }
          .navigation .wraps .inner .menu-list.active {
            display: block; } }
      @media screen and (max-width: 576px) {
        .navigation .wraps .inner .menu-list {
          top: 60px;
          height: calc(100vh - 60px); } }
      .navigation .wraps .inner .menu-list .link {
        display: inline-block;
        margin: 0 12px; }
        @media screen and (max-width: 930px) {
          .navigation .wraps .inner .menu-list .link {
            display: block;
            margin: 40px 0; } }
        .navigation .wraps .inner .menu-list .link a {
          position: relative;
          color: #333333;
          font-size: 16px;
          font-weight: 700;
          line-height: 1.2; }
          @media screen and (max-width: 930px) {
            .navigation .wraps .inner .menu-list .link a {
              font-size: 20px; } }
          .navigation .wraps .inner .menu-list .link a.link-btn {
            padding: 16px 24px;
            font-size: 16px;
            display: inline-block;
            color: #fff; }
          .navigation .wraps .inner .menu-list .link a .en {
            display: none; }
          @media screen and (min-width: 930px) {
            .navigation .wraps .inner .menu-list .link a .en {
              display: block;
              position: absolute;
              left: 50%;
              top: 0;
              background: linear-gradient(to right, #73D7EB, #59B8E1);
              -webkit-text-fill-color: transparent;
              background-clip: text;
              font-size: 0;
              text-align: center;
              transition: 0.3s ease;
              transform: translateX(-50%);
              opacity: 0; }
            .navigation .wraps .inner .menu-list .link a:hover .en {
              top: -70%;
              font-size: 12px;
              opacity: 1; } }

.contact-footer {
  position: relative;
  width: 100%;
  height: 515px;
  overflow-x: hidden;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .contact-footer {
      height: 790px; } }
  .contact-footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1920px;
    height: 100%;
    background-image: url("../img/footer.png");
    background-position: left center;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .contact-footer::before {
        background-position: left bottom; } }
  .contact-footer .wraps {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    background: linear-gradient(140.26deg, #59B8E1 21.16%, #73D7EB 74.19%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    @media screen and (min-width: 767px) {
      .contact-footer .wraps {
        clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%); } }
    @media screen and (max-width: 768px) {
      .contact-footer .wraps {
        width: 100%;
        height: 343px; } }
    .contact-footer .wraps .inner .jp {
      position: relative;
      font-weight: 700;
      font-size: 20px;
      line-height: 1;
      display: flex;
      align-items: center;
      gap: 10px; }
      @media screen and (max-width: 768px) {
        .contact-footer .wraps .inner .jp {
          justify-content: center; } }
      .contact-footer .wraps .inner .jp::before {
        content: "";
        position: relative;
        background: linear-gradient(116.57deg, #F16B1F 11.67%, #FFB026 86.67%);
        width: 10px;
        height: 10px;
        border-radius: 50%; }
    .contact-footer .wraps .inner .en {
      margin-top: 15px;
      font-family: "din-2014";
      font-weight: 700;
      font-size: 80px;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .contact-footer .wraps .inner .en {
          text-align: center; } }
      @media screen and (max-width: 576px) {
        .contact-footer .wraps .inner .en {
          font-size: 60px; } }
    .contact-footer .wraps .inner .link {
      margin-top: 40px; }
      .contact-footer .wraps .inner .link .link-btn {
        padding: 22px 55px; }

.footer {
  width: 100%;
  overflow-x: hidden;
  padding: 80px 0 50px; }
  .footer .wrap1 {
    display: flex;
    justify-content: space-between;
    gap: 60px; }
    @media screen and (max-width: 1024px) {
      .footer .wrap1 {
        gap: 30px; } }
    @media screen and (max-width: 930px) {
      .footer .wrap1 {
        flex-direction: column; } }
    .footer .wrap1 .col1 .logo img {
      width: 112px;
      margin-left: 0; }
    .footer .wrap1 .col1 .company-info {
      margin-top: 40px; }
      .footer .wrap1 .col1 .company-info .row {
        margin-bottom: 16px;
        font-weight: 700;
        line-height: 1.5; }
        .footer .wrap1 .col1 .company-info .row a {
          color: #333333; }
    .footer .wrap1 .col2 .sitemap .list {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      row-gap: 40px;
      column-gap: 60px; }
      @media screen and (max-width: 930px) {
        .footer .wrap1 .col2 .sitemap .list {
          max-width: 380px; } }
      @media screen and (max-width: 576px) {
        .footer .wrap1 .col2 .sitemap .list {
          row-gap: 30px;
          column-gap: 40px; } }
      .footer .wrap1 .col2 .sitemap .list .link {
        width: 100%; }
        .footer .wrap1 .col2 .sitemap .list .link a {
          position: relative;
          width: 100%;
          display: block;
          padding-bottom: 15px;
          border-bottom: 1px solid #69cbe8;
          color: #333333;
          transition: 0.2s ease; }
          @media screen and (min-width: 767px) {
            .footer .wrap1 .col2 .sitemap .list .link a {
              min-width: 170px; } }
          .footer .wrap1 .col2 .sitemap .list .link a .en {
            display: inline-block;
            font-family: "din-2014";
            font-weight: 700;
            font-size: 12px;
            line-height: 1.25;
            background: linear-gradient(90deg, #59B8E1 0%, #73D7EB 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            transition: 0.2s ease; }
          .footer .wrap1 .col2 .sitemap .list .link a .jp {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 6px;
            font-weight: 700;
            font-size: 20px;
            line-height: 1;
            transition: 0.2s ease; }
            .footer .wrap1 .col2 .sitemap .list .link a .jp::after {
              content: "";
              position: absolute;
              right: 0;
              width: 20px;
              height: 20px;
              background: url("../img/arrow.png") no-repeat center/contain; }
          .footer .wrap1 .col2 .sitemap .list .link a:hover .jp {
            background: unset;
            color: #59B8E1;
            transition: 0.2s ease; }
    .footer .wrap1 .col3 .contact-us a {
      display: inline-block;
      padding: 20px 28px;
      font-size: 14px; }
  .footer .wrap2 {
    margin-top: 180px;
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2; }
    @media screen and (max-width: 930px) {
      .footer .wrap2 {
        margin-top: 50px;
        text-align: left; } }
    .footer .wrap2 .copyright {
      text-align: center; }

.backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 4px #30303030;
  z-index: 1001;
  display: none; }
  @media screen and (max-width: 576px) {
    .backtotop {
      right: 20px;
      bottom: 20px;
      width: 40px;
      height: 40px; } }
  .backtotop button {
    width: 100%;
    height: 100%;
    border: unset;
    background: linear-gradient(to top, #F16B1F 11.67%, #FFB026 86.67%);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s ease;
    color: #fff; }

@use "sass:math";
/* FRONT PAGE */
.section-back-title {
  position: absolute;
  font-weight: 700;
  font-size: clamp(80px, 15vw, 220px);
  line-height: 100%;
  opacity: 0.3;
  background: linear-gradient(90deg, #59b8e1 0%, #73d7eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: -1; }

.front-page {
  width: 100%; }
  .front-page .top-fv .wraps .title-area {
    width: 100%;
    padding: 100px; }
    @media screen and (max-width: 1400px) {
      .front-page .top-fv .wraps .title-area {
        padding: 50px 50px 80px 50px; } }
    @media screen and (max-width: 768px) {
      .front-page .top-fv .wraps .title-area {
        padding: 40px 20px 80px 20px; } }
    .front-page .top-fv .wraps .title-area .title-inner {
      position: relative; }
      .front-page .top-fv .wraps .title-area .title-inner .catch {
        font-weight: 900;
        font-size: 26px; }
        @media screen and (max-width: 576px) {
          .front-page .top-fv .wraps .title-area .title-inner .catch {
            font-size: 22px; } }
      .front-page .top-fv .wraps .title-area .title-inner .title h1 {
        font-weight: 900;
        font-size: clamp(42px, 4vw, 72px);
        line-height: 1.75; }
        @media screen and (max-width: 576px) {
          .front-page .top-fv .wraps .title-area .title-inner .title h1 {
            line-height: 1.5; } }
      .front-page .top-fv .wraps .title-area .title-inner .en-title {
        font-family: "din-2014";
        font-weight: 700;
        font-size: 64px;
        background: linear-gradient(120deg, #F16B1F 11%, #FFB026 86%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        display: inline-block; }
      .front-page .top-fv .wraps .title-area .title-inner .arrow-down {
        position: absolute;
        top: 0;
        right: 0;
        width: clamp(50px, 8vw, 130px);
        aspect-ratio: 1/1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: linear-gradient(116.57deg, #f16b1f 11.67%, #ffb026 86.67%);
        overflow: hidden; }
        .front-page .top-fv .wraps .title-area .title-inner .arrow-down i {
          font-size: clamp(20px, 2vw, 35px);
          color: #fff;
          animation: scrollDown 1s infinite; }
@keyframes scrollDown {
  from {
    transform: translateY(-10px); }
  to {
    transform: translateY(10px); } }
  .front-page .top-fv .wraps .slider {
    position: relative;
    transform: rotate(-5.4deg) translateX(-10px);
    -webkit-transform: rotate(-5.4deg) translateX(-10px);
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    z-index: 0;
    margin-bottom: 100px;
    overflow: visible; }
    .front-page .top-fv .wraps .slider::before {
      content: "";
      position: absolute;
      bottom: -100px;
      left: 0;
      background: linear-gradient(90deg, #59B8E1 0%, #73D7EB 100%);
      width: 120%;
      height: 100%;
      z-index: -1; }
    .front-page .top-fv .wraps .slider .slider-inner {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 600px;
      transition-timing-function: linear !important; }
      @media screen and (max-width: 576px) {
        .front-page .top-fv .wraps .slider .slider-inner {
          height: 400px;
          gap: 20px; } }
      .front-page .top-fv .wraps .slider .slider-inner .item {
        width: 471px;
        height: 100%;
        overflow: hidden;
        clip-path: polygon(56.7214974475px 0, 100% 0, calc(100% - 56.7214974475px) 100%, 0 100%); }
        @media screen and (max-width: 576px) {
          .front-page .top-fv .wraps .slider .slider-inner .item {
            clip-path: polygon(41.5957647949px 0, 100% 0, calc(100% - 41.5957647949px) 100%, 0 100%);
            width: 300px;
            margin-left: -30px; } }
        .front-page .top-fv .wraps .slider .slider-inner .item.left-diviation img {
          object-position: 20% center; }
        .front-page .top-fv .wraps .slider .slider-inner .item img {
          width: 100%;
          height: 100%;
          transform: rotate(5.4deg) scale(1.2);
          -webkit-transform: rotate(5.4deg) scale(1.1);
          object-fit: cover; }
  .front-page .service {
    position: relative;
    padding: 40px; }
    @media screen and (max-width: 768px) {
      .front-page .service {
        padding: 50px 0 20px; }
        .front-page .service .section-back-title {
          top: 65px; } }
    .front-page .service .wraps {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
      gap: 34px;
      margin-top: 150px; }
      @media screen and (max-width: 768px) {
        .front-page .service .wraps {
          grid-template-columns: 1fr; } }
    .front-page .service .dec1 {
      top: -120px;
      right: 0; }
      @media screen and (max-width: 768px) {
        .front-page .service .dec1 {
          top: -20px; } }
    .front-page .service .dec3 {
      left: 0;
      top: 100%;
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .front-page .service .dec3 {
          top: 60%; } }
  .front-page .steering-system {
    position: relative;
    padding: 100px 0 80px; }
    @media screen and (max-width: 768px) {
      .front-page .steering-system {
        padding: 50px 0; } }
    .front-page .steering-system .wraps {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .front-page .steering-system .wraps {
          grid-template-columns: 1fr; } }
      .front-page .steering-system .wraps .card-item .card-img img {
        height: 123px; }
      .front-page .steering-system .wraps.product-group {
        gap: 60px; }
      .front-page .steering-system .wraps .link-item .link-img {
        background-color: #fff;
        padding: 8px 40px; }
        .front-page .steering-system .wraps .link-item .link-img img {
          height: 300px;
          width: auto;
          object-fit: contain; }
          @media screen and (max-width: 768px) {
            .front-page .steering-system .wraps .link-item .link-img img {
              height: auto; } }
      .front-page .steering-system .wraps .link-item .link-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 20px; }
        .front-page .steering-system .wraps .link-item .link-group a {
          font-size: 18px;
          padding: 12px 20px; }
    .front-page .steering-system .dec2 {
      right: 0;
      top: 90%; }
      @media screen and (max-width: 768px) {
        .front-page .steering-system .dec2 {
          display: none; } }
  .front-page .drone-spraying .wraps .img-text-content {
    display: flex;
    gap: 40px; }
    @media screen and (max-width: 768px) {
      .front-page .drone-spraying .wraps .img-text-content {
        display: block; } }
    .front-page .drone-spraying .wraps .img-text-content .img-area {
      width: 45%;
      flex-shrink: 0; }
      @media screen and (max-width: 768px) {
        .front-page .drone-spraying .wraps .img-text-content .img-area {
          width: 100%;
          margin-bottom: 32px; } }
      .front-page .drone-spraying .wraps .img-text-content .img-area img {
        width: 100%;
        height: auto; }
    .front-page .drone-spraying .wraps .img-text-content .text-content .desc {
      font-weight: 500;
      font-size: 20px;
      line-height: 180%; }
    .front-page .drone-spraying .wraps .img-text-content .text-content .tag-list {
      margin-top: 16px; }
      .front-page .drone-spraying .wraps .img-text-content .text-content .tag-list .tag-items {
        margin-top: 16px;
        display: flex;
        gap: 8px;
        flex-wrap: wrap; }
        .front-page .drone-spraying .wraps .img-text-content .text-content .tag-list .tag-items .tag-item {
          position: relative;
          width: fit-content;
          display: flex;
          align-items: center;
          gap: 3px;
          font-weight: 500;
          font-size: 20px;
          line-height: 100%; }
          .front-page .drone-spraying .wraps .img-text-content .text-content .tag-list .tag-items .tag-item::before {
            content: "・";
            color: #4dbcd6;
            font-size: 20px; }
    .front-page .drone-spraying .wraps .img-text-content .text-content .req-link a {
      width: fit-content;
      margin-top: 32px;
      margin-left: auto; }
      @media screen and (max-width: 768px) {
        .front-page .drone-spraying .wraps .img-text-content .text-content .req-link a {
          margin-left: auto;
          margin-right: auto; } }
  .front-page .request-flow {
    position: relative;
    padding: 25px 0; }
    @media screen and (max-width: 768px) {
      .front-page .request-flow {
        margin-top: 60px; } }
    .front-page .request-flow .dec4 {
      left: 0;
      top: 24%; }
      @media screen and (max-width: 768px) {
        .front-page .request-flow .dec4 {
          display: none; } }
    .front-page .request-flow .title {
      text-align: center; }
      .front-page .request-flow .title h2 {
        display: flex;
        width: fit-content;
        margin: auto;
        font-weight: 700;
        font-size: 30px; }
    .front-page .request-flow .flow-content {
      margin: 56px auto; }
      .front-page .request-flow .flow-content .wraps .flow-items {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 0; }
        @media screen and (max-width: 768px) {
          .front-page .request-flow .flow-content .wraps .flow-items {
            grid-template-columns: 1fr; } }
        .front-page .request-flow .flow-content .wraps .flow-items .flow-item {
          position: relative;
          color: #4f4f4f; }
          @media screen and (min-width: 767px) {
            .front-page .request-flow .flow-content .wraps .flow-items .flow-item {
              display: grid;
              grid-template-rows: auto 1fr;
              gap: 10px;
              grid-auto-flow: row; } }
          @media screen and (max-width: 768px) {
            .front-page .request-flow .flow-content .wraps .flow-items .flow-item {
              border-top: unset;
              margin-bottom: 24px;
              padding: 5px; }
              .front-page .request-flow .flow-content .wraps .flow-items .flow-item::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #5ab8e1;
                z-index: -1; } }
          .front-page .request-flow .flow-content .wraps .flow-items .flow-item__bread {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 170px;
            z-index: 1; }
            @media screen and (max-width: 768px) {
              .front-page .request-flow .flow-content .wraps .flow-items .flow-item__bread {
                height: 100px; } }
            .front-page .request-flow .flow-content .wraps .flow-items .flow-item__bread::before {
              content: "";
              position: absolute;
              height: 100%;
              top: -1px;
              left: 0;
              background-color: #5ab8e1;
              z-index: -1;
              width: 110%;
              clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%); }
              @media screen and (max-width: 768px) {
                .front-page .request-flow .flow-content .wraps .flow-items .flow-item__bread::before {
                  width: calc(100% + 10px);
                  left: -5px;
                  top: -5px;
                  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px)); } }
            .front-page .request-flow .flow-content .wraps .flow-items .flow-item__bread span {
              font-weight: 700;
              font-size: 20px;
              line-height: 140%;
              text-align: center;
              color: #fff; }
          .front-page .request-flow .flow-content .wraps .flow-items .flow-item__content {
            position: relative;
            border: 1px solid #fff;
            background-color: #f0f7ff; }
            @media screen and (max-width: 768px) {
              .front-page .request-flow .flow-content .wraps .flow-items .flow-item__content {
                margin-top: -26px;
                background-color: #fff;
                border: unset;
                z-index: -1; } }
            .front-page .request-flow .flow-content .wraps .flow-items .flow-item__content .flow-item__label {
              width: 100%;
              background-color: #d3e8ff;
              font-weight: 700;
              font-size: 16px;
              line-height: 140%;
              text-align: center;
              padding: 19px 0; }
              @media screen and (max-width: 768px) {
                .front-page .request-flow .flow-content .wraps .flow-items .flow-item__content .flow-item__label {
                  padding: 40px 0 20px; } }
            .front-page .request-flow .flow-content .wraps .flow-items .flow-item__content .flow-item__content-inner {
              padding: 16px 19px;
              font-weight: 500; }
              @media screen and (max-width: 768px) {
                .front-page .request-flow .flow-content .wraps .flow-items .flow-item__content .flow-item__content-inner {
                  padding: 32px; } }
              .front-page .request-flow .flow-content .wraps .flow-items .flow-item__content .flow-item__content-inner .desc {
                font-size: 16px;
                line-height: 140%; }
                @media screen and (max-width: 768px) {
                  .front-page .request-flow .flow-content .wraps .flow-items .flow-item__content .flow-item__content-inner .desc {
                    width: fit-content;
                    margin: auto; } }
              .front-page .request-flow .flow-content .wraps .flow-items .flow-item__content .flow-item__content-inner .xmark-txt {
                margin-bottom: 16px; }
              .front-page .request-flow .flow-content .wraps .flow-items .flow-item__content .flow-item__content-inner .subtitle {
                margin-bottom: 1rem; }
          .front-page .request-flow .flow-content .wraps .flow-items .flow-item:nth-child(1) .flow-item__bread::before {
            background-color: #5ab8e1;
            clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%); }
            @media screen and (max-width: 768px) {
              .front-page .request-flow .flow-content .wraps .flow-items .flow-item:nth-child(1) .flow-item__bread::before {
                clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px)); } }
          .front-page .request-flow .flow-content .wraps .flow-items .flow-item:nth-child(1) .flow-item__label {
            background-color: #d3e8ff; }
          .front-page .request-flow .flow-content .wraps .flow-items .flow-item:nth-child(2) .flow-item__bread::before {
            background-color: #5ebde3; }
          .front-page .request-flow .flow-content .wraps .flow-items .flow-item:nth-child(2) .flow-item__label {
            background-color: #beddff; }
          .front-page .request-flow .flow-content .wraps .flow-items .flow-item:nth-child(3) .flow-item__bread::before {
            background-color: #64c5e5; }
          .front-page .request-flow .flow-content .wraps .flow-items .flow-item:nth-child(3) .flow-item__label {
            background-color: #b7d9ff; }
          .front-page .request-flow .flow-content .wraps .flow-items .flow-item:nth-child(4) .flow-item__bread::before {
            background-color: #6ccee8; }
          .front-page .request-flow .flow-content .wraps .flow-items .flow-item:nth-child(4) .flow-item__label {
            background-color: #a9d2ff; }
          .front-page .request-flow .flow-content .wraps .flow-items .flow-item:nth-child(5) .flow-item__bread::before {
            background-color: #73d6eb; }
          .front-page .request-flow .flow-content .wraps .flow-items .flow-item:nth-child(5) .flow-item__label {
            background-color: #99caff; }
  .front-page .for-next {
    position: relative;
    padding-bottom: 100px; }
    .front-page .for-next .dec2 {
      right: 0;
      top: 100%;
      transform: translateY(-100%); }
      @media screen and (max-width: 768px) {
        .front-page .for-next .dec2 {
          display: none; } }
    .front-page .for-next .wraps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 34px; }
      @media screen and (max-width: 768px) {
        .front-page .for-next .wraps {
          grid-template-columns: 1fr; } }
      .front-page .for-next .wraps .wrap-item {
        width: 100%; }
        .front-page .for-next .wraps .wrap-item .wrap-img {
          width: 100%;
          overflow: hidden; }
          .front-page .for-next .wraps .wrap-item .wrap-img img {
            width: auto;
            object-fit: contain; }
            @media screen and (min-width: 767px) {
              .front-page .for-next .wraps .wrap-item .wrap-img img {
                max-height: 250px; } }
        .front-page .for-next .wraps .wrap-item .wrap-content {
          margin-top: 24px; }
          .front-page .for-next .wraps .wrap-item .wrap-content .wrap-item__title {
            font-weight: 700;
            font-size: 24px;
            line-height: 100%;
            text-align: center;
            color: #333; }
          .front-page .for-next .wraps .wrap-item .wrap-content .link {
            margin-top: 20px; }
            .front-page .for-next .wraps .wrap-item .wrap-content .link a {
              padding: 12px 20px;
              max-width: 250px;
              margin: auto; }
  .front-page .news {
    background-color: #f4fdff;
    padding: 100px 0; }
    .front-page .news .wraps .news-link {
      margin-top: -40px;
      text-align: right; }
      .front-page .news .wraps .news-link a {
        display: inline-block; }
    .front-page .news .wraps .news-content {
      margin-top: 50px; }
      .front-page .news .wraps .news-content .news-item {
        padding: 20px 0;
        border-top: 1px solid #333333;
        display: flex;
        align-items: center;
        gap: 40px; }
        .front-page .news .wraps .news-content .news-item:last-child {
          border-bottom: 1px solid #333333; }
        @media screen and (max-width: 576px) {
          .front-page .news .wraps .news-content .news-item {
            gap: 20px; } }
        .front-page .news .wraps .news-content .news-item .post-date {
          font-family: "din-2014";
          font-weight: 700;
          font-size: 30px;
          line-height: 1.2;
          color: #69cbe8; }
          .front-page .news .wraps .news-content .news-item .post-date .year {
            font-size: 16px; }
        .front-page .news .wraps .news-content .news-item .cat-contents {
          display: flex;
          align-items: center;
          gap: 40px;
          padding-left: 40px;
          border-left: 1px solid #333333; }
          @media screen and (max-width: 768px) {
            .front-page .news .wraps .news-content .news-item .cat-contents {
              display: block; } }
          @media screen and (max-width: 576px) {
            .front-page .news .wraps .news-content .news-item .cat-contents {
              padding-left: 20px; } }
          .front-page .news .wraps .news-content .news-item .cat-contents .category {
            padding: 8px 16px;
            font-size: 12px;
            color: #fff;
            white-space: nowrap;
            text-align: center; }
            @media screen and (max-width: 768px) {
              .front-page .news .wraps .news-content .news-item .cat-contents .category {
                display: inline-block;
                margin-bottom: 15px; } }
          .front-page .news .wraps .news-content .news-item .cat-contents .desc {
            font-weight: 500;
            font-size: 16px;
            line-height: 1.5; }

/* COMPANY PAGE */
.company-page .content {
  margin-top: 60px;
  padding: 70px;
  background-color: #f4fdff;
  border: 2px solid #5ab9e1;
  border-radius: 35px; }
  @media screen and (max-width: 576px) {
    .company-page .content {
      border-radius: 15px;
      padding: 30px 20px; } }
  .company-page .content .row {
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #5ab9e1;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.6;
    padding-bottom: 30px; }
    .company-page .content .row:not(:first-child) {
      padding-top: 40px; }
      @media screen and (max-width: 768px) {
        .company-page .content .row:not(:first-child) {
          padding-top: 15px; } }
    @media screen and (max-width: 768px) {
      .company-page .content .row {
        display: block;
        font-size: 16px;
        padding-bottom: 15px; } }
    .company-page .content .row .label {
      color: #5ab9e1;
      min-width: 220px; }
      @media screen and (max-width: 768px) {
        .company-page .content .row .label {
          margin-bottom: 16px; } }
    .company-page .content .row .value {
      color: #333333; }
    .company-page .content .row .manufactures {
      display: flex;
      gap: 3px; }
      .company-page .content .row .manufactures .manufacture img {
        height: 53px;
        width: auto;
        flex-shrink: 0; }
    .company-page .content .row .map-link {
      width: fit-content;
      display: inline-block;
      font-weight: 500;
      font-size: 20px;
      line-height: 100%;
      text-align: center;
      padding: 8px 12px;
      border-radius: 10px;
      background-color: #f37621;
      color: #fff;
      margin-left: 16px; }
.company-page .dec1 {
  top: 46px;
  right: 0; }
.company-page .dec3 {
  bottom: 30%;
  left: 0; }
@media screen and (max-width: 768px) {
  .company-page .dec1,
  .company-page .dec3 {
    display: none; } }

/* PRODUCT PAGE */
.product-page .dec1 {
  top: 46px;
  right: 0; }
.product-page .dec3 {
  bottom: 0;
  left: 0; }
.product-page .dec4 {
  left: 0;
  top: 75%; }
.product-page .dec5 {
  right: 0;
  top: 55%; }
@media screen and (max-width: 768px) {
  .product-page .dec4,
  .product-page .dec5 {
    display: none; } }
.product-page .products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 10vw, 90px);
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .product-page .products {
      grid-template-columns: 1fr;
      gap: 40px; } }
  .product-page .products .p-item .general-info .new-tag {
    display: block;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 10px; }
  .product-page .products .p-item .general-info .p-thumbnail {
    width: 100%;
    margin-top: 8px;
    background-color: #fff; }
    .product-page .products .p-item .general-info .p-thumbnail img {
      width: 100%;
      height: auto; }
  .product-page .products .p-item .general-info .summary .title {
    font-weight: 700;
    font-size: 35px;
    line-height: 160%;
    margin-top: 30px;
    color: #333; }
    @media screen and (max-width: 768px) {
      .product-page .products .p-item .general-info .summary .title {
        margin-top: 20px;
        font-size: clamp(26px, 1.3vw, 32px); } }
.product-page .st-wraps .wrap-title .circle-mark {
  width: fit-content;
  text-align: center; }
  @media screen and (min-width: 767px) {
    .product-page .st-wraps .wrap-title .circle-mark {
      margin: auto; } }
.product-page .st-wraps .wrap-content {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media screen and (max-width: 768px) {
    .product-page .st-wraps .wrap-content {
      margin-top: 56px;
      grid-template-columns: 1fr 1fr; } }
  .product-page .st-wraps .wrap-content .wrap-item .wrap-thumbnail {
    background-color: #fff; }
  .product-page .st-wraps .wrap-content .wrap-item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    margin-top: 24px; }
    @media screen and (max-width: 576px) {
      .product-page .st-wraps .wrap-content .wrap-item .title {
        margin-top: 14px;
        font-size: 16px; } }
  .product-page .st-wraps .wrap-content .wrap-item .link {
    margin-top: 16px; }
    @media screen and (max-width: 768px) {
      .product-page .st-wraps .wrap-content .wrap-item .link {
        margin-top: 40px; } }
    .product-page .st-wraps .wrap-content .wrap-item .link a {
      padding: 13px 0; }

.single-news .dec1 {
  top: 46px;
  right: 0; }
  @media screen and (max-width: 768px) {
    .single-news .dec1 {
      display: none; } }
.single-news .dec3 {
  bottom: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .single-news .dec3 {
      display: none; } }
.single-news .content {
  margin-top: 35px; }
  .single-news .content .title-field .post-title {
    padding: 20px 0 40px;
    margin-bottom: 33px;
    border-bottom: 1px solid #000; }
    .single-news .content .title-field .post-title h1 {
      font-size: 24px; }
  .single-news .content .post-date {
    display: block;
    width: fit-content;
    margin-left: auto;
    font-family: "din-2014";
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #69cbe8; }
  .single-news .content .post-content .thumbnail {
    margin-bottom: 30px; }
    .single-news .content .post-content .thumbnail img {
      margin: auto;
      display: block;
      max-width: 100%; }
  .single-news .content .post-content .description {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%; }
  .single-news .content .back-link {
    margin-top: 100px; }
    .single-news .content .back-link a {
      max-width: 300px;
      padding: 13px 0;
      margin: auto; }

.single-product .product-detail .general-info {
  margin-top: 60px;
  display: inline-flex;
  gap: 40px; }
  .single-product .product-detail .general-info .p-thumbnail {
    width: 100%;
    max-width: 500px;
    flex-shrink: 0; }
    .single-product .product-detail .general-info .p-thumbnail img {
      width: 100%;
      height: auto; }
  .single-product .product-detail .general-info .summary .title {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.75;
    color: #5ab9e1; }
  .single-product .product-detail .general-info .summary .desc {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.8;
    color: #4f4f4f;
    text-align: justify; }

.page-news .content {
  margin-top: 60px; }
  .page-news .content .news-list .news-item {
    padding: 20px 0;
    border-top: 1px solid #333333;
    display: flex;
    align-items: center;
    gap: 40px; }
    .page-news .content .news-list .news-item:last-child {
      border-bottom: 1px solid #333333; }
    @media screen and (max-width: 576px) {
      .page-news .content .news-list .news-item {
        gap: 20px; } }
    .page-news .content .news-list .news-item .post-date {
      font-family: "din-2014";
      font-weight: 700;
      font-size: 30px;
      line-height: 1.2;
      color: #69cbe8;
      padding-right: 40px;
      border-right: 1px solid #333333; }
      .page-news .content .news-list .news-item .post-date .year {
        font-size: 16px; }
      @media screen and (max-width: 576px) {
        .page-news .content .news-list .news-item .post-date {
          padding-right: 20px; } }
    .page-news .content .news-list .news-item .cat-contents {
      display: flex;
      align-items: center;
      gap: 40px; }
      @media screen and (max-width: 768px) {
        .page-news .content .news-list .news-item .cat-contents {
          display: block; } }
      .page-news .content .news-list .news-item .cat-contents .category {
        padding: 8px 16px;
        font-size: 12px;
        color: #fff;
        white-space: nowrap;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .page-news .content .news-list .news-item .cat-contents .category {
            display: inline-block;
            margin-bottom: 15px; } }
      .page-news .content .news-list .news-item .cat-contents .desc {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5; }
  .page-news .content .back-btn {
    margin-top: 80px; }
    .page-news .content .back-btn a {
      max-width: 300px;
      margin: auto; }
.page-news .dec1 {
  top: 46px;
  right: 0; }
.page-news .dec3 {
  bottom: 0;
  left: 0; }

.page-contact .content {
  margin-top: 60px; }
  .page-contact .content .grid {
    position: relative;
    margin-bottom: 30px;
    color: #1a1a1a;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-end; }
    @media screen and (max-width: 930px) {
      .page-contact .content .grid {
        gap: 60px; } }
    @media screen and (max-width: 768px) {
      .page-contact .content .grid {
        grid-template-columns: 1fr;
        gap: 30px; } }
    .page-contact .content .grid .col {
      width: 100%; }
    .page-contact .content .grid.start {
      align-items: flex-start; }
  .page-contact .content .label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px; }
    .page-contact .content .label p {
      padding: 3px 0; }
    .page-contact .content .label.essential {
      position: relative; }
      .page-contact .content .label.essential::before {
        content: "必須";
        display: block;
        padding: 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        background: linear-gradient(116.57deg, #f16b1f 11.67%, #ffb026 86.67%); }
    .page-contact .content .label.optional {
      position: relative; }
      .page-contact .content .label.optional::before {
        content: "任意";
        display: block;
        padding: 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        background-color: #747474; }
  .page-contact .content .input-field {
    position: relative; }
    .page-contact .content .input-field input,
    .page-contact .content .input-field textarea {
      padding: 20px 12px;
      border-radius: 4px;
      border: 1px solid #949494;
      width: 100%; }
    .page-contact .content .input-field select {
      padding: 20px 12px;
      border-radius: 4px;
      border: 1px solid #949494;
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: white;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='5' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 5 5-5z' fill='%23494949'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 10px 5px;
      padding-right: 40px;
      /* Make space for arrow */ }
    .page-contact .content .input-field .wpcf7-not-valid-tip {
      position: absolute;
      right: 0;
      bottom: -40px;
      font-size: 12px; }
    .page-contact .content .input-field.no-small .wpcf7-not-valid-tip {
      position: relative;
      right: unset;
      bottom: unset;
      text-align: right; }
    .page-contact .content .input-field .wpcf7-list-item {
      display: block !important;
      margin: 0; }
      .page-contact .content .input-field .wpcf7-list-item label {
        display: flex;
        align-items: center; }
        .page-contact .content .input-field .wpcf7-list-item label input {
          width: 30px;
          height: 30px; }
  .page-contact .content small {
    color: #595959; }
  .page-contact .content .submit-btn {
    margin-top: 60px; }
    .page-contact .content .submit-btn input {
      width: 300px;
      text-align: center;
      margin: auto;
      border: unset;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.2;
      cursor: pointer; }
  .page-contact .content .wpcf7-response-output {
    text-align: center;
    border: unset;
    color: red;
    margin: auto; }
.page-contact .dec1 {
  top: 46px;
  right: 0; }
.page-contact .dec2 {
  bottom: 0;
  right: 0; }
.page-contact .dec3 {
  bottom: 0;
  left: 0; }
@media screen and (max-width: 768px) {
  .page-contact .dec1,
  .page-contact .dec2,
  .page-contact .dec3 {
    display: none; } }

.notfound {
  text-align: center; }
  .notfound .wraps {
    padding: 60px 0 0; }
  .notfound .error-code {
    font-size: 64px;
    font-weight: 900;
    font-family: "Montserrat";
    color: #000; }
  .notfound .content {
    display: inline-block;
    margin-top: 30px;
    font-size: 26px;
    background-image: linear-gradient(to right, #73D7EB, #59B8E1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700; }

/*# sourceMappingURL=app.css.map */
