@charset "UTF-8";
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  color: #242424;
}
@media print {
  body {
    zoom: 0.8;
  }
}

body .hide, html .hide {
  overflow: hidden;
}
@media print {
  body .hide, html .hide {
    overflow: auto;
  }
}

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

img {
  width: 100%;
}

p {
  margin: 0;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1430px;
  }
  .container-xl {
    max-width: 1430px;
  }
}
@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  display: block;
}

br.pc {
  display: none;
}
@media screen and (max-width: 1500px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(-15px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(15px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(-15px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(15px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #13484f;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      -webkit-clip-path: inset(0 100% 0 0);
              clip-path: inset(0 100% 0 0);
    }
    to {
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 15px 0;
}
@media screen and (max-width: 1199px) {
  header {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  header {
    width: 95%;
  }
}
@media screen and (max-width: 574px) {
  header {
    width: 100%;
    padding: 10px 5px 0;
  }
}
header .logo {
  width: 155px;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 120px;
  }
}
@media screen and (max-width: 574px) {
  header .logo {
    width: 100px;
  }
}
header .logo a, header .logo img {
  display: block;
}
header.bottom {
  padding-top: 10px;
}
header.bottom .logo {
  width: 90px;
}
header.bottom nav {
  margin-top: 15px;
}
header nav {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  header nav {
    gap: 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 574px) {
  header nav {
    gap: 15px;
    flex-wrap: wrap;
    gap: 15px 0;
    text-align: center;
  }
}
header nav a {
  display: block;
  position: relative;
  color: #fff;
  padding-bottom: 5px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  header nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 574px) {
  header nav a {
    font-size: 15px;
    width: 33.333%;
  }
}
header nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
header nav a.active::after {
  width: 15px;
}
@media (min-width: 992px) {
  header nav a:hover {
    color: #fff;
  }
  header nav a:hover::after {
    width: 15px;
  }
}

.loading {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: #fff;
}
.loading_img {
  max-width: 90vw;
  width: 300px;
}
@media print {
  .loading {
    display: none;
  }
}

.bg {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}
.bg img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  overflow: hidden;
}

.footer {
  background: linear-gradient(0deg, rgb(59, 201, 184) 0%, rgb(15, 40, 35) 72%, rgb(8, 20, 18) 98%, rgb(0, 0, 0) 100%);
  padding: 10px 0 50px;
}
.footer h3 {
  font-family: "Ibarra Real Nova", serif;
  font-size: 200px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .footer h3 {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer h3 {
    font-size: 100px;
  }
}
@media screen and (max-width: 574px) {
  .footer h3 {
    font-size: 60px;
  }
}
.footer_contact {
  color: #fff;
}
.footer_contact_row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 574px) {
  .footer_contact_row {
    flex-direction: column;
  }
}
.footer_contact_row p {
  padding: 25px 35px;
  font-size: 60px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .footer_contact_row p {
    padding: 15px 25px;
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .footer_contact_row p {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact_row p {
    font-size: 30px;
  }
}
.footer_contact_row p small {
  font-size: 36px;
}
@media screen and (max-width: 1199px) {
  .footer_contact_row p small {
    font-size: 25px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .footer_contact_row p small {
    font-size: 20px;
  }
}
.footer_contact_row p:first-child {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 574px) {
  .footer_contact_row p:first-child {
    border: 0;
  }
}
.footer_contact .time {
  display: flex;
  justify-content: center;
}
.footer_contact .time p {
  width: 220px;
  padding: 0 20px;
}
@media screen and (max-width: 574px) {
  .footer_contact .time p {
    font-size: 14px;
    padding: 0 10px;
    white-space: nowrap;
  }
}
.footer_contact .time_left {
  border-right: 1px solid #fff;
  text-align: right;
}
.footer_contact .contact_link {
  margin: 75px auto;
  width: 320px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3bc9b8;
  position: relative;
  transform: translate(5px, 5px);
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_link {
    width: 280px;
    margin: 50px auto 40px;
  }
}
.footer_contact .contact_link::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(19, 72, 79, 0);
  border: 1px solid #fff;
  transform: translate(-10px, -10px);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .footer_contact .contact_link:hover {
    transform: translate(-5px, -5px);
  }
  .footer_contact .contact_link:hover::after {
    transform: translate(10px, 10px);
  }
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.footer_left {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .footer_left {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer_left {
    align-items: center;
    gap: 30px;
  }
}
.footer_left .logo {
  width: 155px;
}
@media screen and (max-width: 991px) {
  .footer_left .logo {
    width: 130px;
  }
}
.footer_left .logo img {
  display: block;
}
.footer_left .add {
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .footer_left .add {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer_left .add {
    line-height: 1.7;
  }
}
.footer_left .add .tel {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .footer_left .add .tel {
    font-size: 14px;
  }
}
.footer_right_nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .footer_right_nav {
    gap: 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .footer_right_nav {
    gap: 10px;
  }
}
.footer_right .copy {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 574px) {
  .footer_right .copy {
    text-align: center;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 63px;
}

#top .mv {
  position: relative;
}
#top .mv .slider_img {
  height: 100vh;
}
@media print {
  #top .mv .slider_img {
    height: 1000px;
  }
}
#top .mv .slider_img img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print {
  #top .mv .slider_img img {
    height: 1000px;
  }
}
#top .mv .scroll {
  position: absolute;
  width: 13px;
  right: 40px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #top .mv .scroll {
    right: 15px;
    width: 10px;
  }
}
#top .mv_text {
  position: absolute;
  left: 7.5vw;
  bottom: 7.5vw;
  color: #fff;
  text-shadow: 4.243px 4.243px 13px rgba(0, 0, 0, 0.47);
}
@media screen and (max-width: 1199px) {
  #top .mv_text {
    left: 5vw;
  }
}
#top .mv_text h2 {
  font-family: "Ibarra Real Nova", serif;
  font-size: 100px;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #top .mv_text h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    font-size: 12vw;
  }
}
#top .mv_text p {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  #top .mv_text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text p {
    font-size: 4.5vw;
  }
}
#top .h3_ja {
  font-size: 30px;
  color: #0f2823;
}
@media screen and (max-width: 1199px) {
  #top .h3_ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 574px) {
  #top .h3_ja {
    font-size: 18px;
  }
}
#top h3 {
  font-family: "Ibarra Real Nova", serif;
  font-size: 200px;
  background: linear-gradient(180deg, rgb(19, 72, 79) 0%, rgba(19, 72, 79, 0.1) 60%, rgba(59, 201, 184, 0) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1199px) {
  #top h3 {
    font-size: 150px;
  }
}
@media screen and (max-width: 767px) {
  #top h3 {
    font-size: 100px;
  }
}
@media screen and (max-width: 574px) {
  #top h3 {
    font-size: 70px;
  }
}
#top .more {
  width: 320px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #13484f;
  position: relative;
  transform: translate(5px, 5px);
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05rem;
  transition: 0.3s;
}
#top .more::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(19, 72, 79, 0);
  border: 1px solid #cfa972;
  transform: translate(-10px, -10px);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #top .more:hover {
    transform: translate(-5px, -5px);
  }
  #top .more:hover::after {
    transform: translate(10px, 10px);
  }
}
@media screen and (max-width: 767px) {
  #top .more {
    width: 280px;
  }
}
#top .project {
  padding: 90px 0 100px;
  background: #fff;
}
#top .project_ttl {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#top .project .slick-track.long {
  width: auto !important;
  display: flex;
  justify-content: center;
}
#top .project .slick-track, #top .project .slick-list {
  height: 400px !important;
}
@media screen and (max-width: 991px) {
  #top .project .slick-track, #top .project .slick-list {
    height: 450px !important;
  }
}
#top .project_item {
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}
@media (min-width: 992px) {
  #top .project_item:hover {
    width: 600px !important;
  }
}
#top .project_item_image {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 991px) {
  #top .project_item_image {
    height: 450px;
  }
}
#top .project_item_image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  #top .project_item_image img {
    height: 450px;
  }
}
#top .project_text {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% - 29px));
  transition: 0.4s;
}
#top .project_text.show {
  transform: translateY(0);
}
@media screen and (max-width: 991px) {
  #top .project_text {
    transform: translateY(0);
  }
}
#top .project_text .tag {
  background: #000;
  color: #fff;
  width: 150px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
#top .project_text .text_wrap {
  width: 600px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #top .project_text .text_wrap {
    width: 100%;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 574px) {
  #top .project_text .text_wrap {
    padding: 15px 5px;
    flex-direction: column;
  }
}
#top .project_text .text_wrap_left {
  padding-right: 25px;
  border-right: 1px solid #fff;
  width: 60%;
}
@media screen and (max-width: 991px) {
  #top .project_text .text_wrap_left {
    padding-right: 15px;
    width: 55%;
  }
}
@media screen and (max-width: 574px) {
  #top .project_text .text_wrap_left {
    padding-right: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#top .project_text .text_wrap_left a {
  display: block;
}
#top .project_text .text_wrap_left h4 {
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
  margin-left: -15px;
  border-left: 5px solid #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  #top .project_text .text_wrap_left h4 {
    padding-left: 10px;
    margin-left: -10px;
    font-size: 14px;
  }
}
#top .project_text .text_wrap_left div {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 991px) {
  #top .project_text .text_wrap_left div {
    font-size: 10px;
  }
}
#top .project_text .text_wrap_right {
  width: 40%;
  padding-left: 25px;
}
@media screen and (max-width: 991px) {
  #top .project_text .text_wrap_right {
    padding-left: 15px;
    width: 45%;
  }
}
@media screen and (max-width: 574px) {
  #top .project_text .text_wrap_right {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
#top .project_text .text_wrap_right .yen {
  color: #d1c0a5;
  font-weight: 800;
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  #top .project_text .text_wrap_right .yen {
    font-size: 20px;
  }
}
#top .project_text .text_wrap_right .yen span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-left: 3px;
}
#top .project .more {
  margin: 110px auto 0;
}
@media screen and (max-width: 1199px) {
  #top .project .more {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #top .project .more {
    margin-top: 40px;
  }
}
#top .service {
  padding-bottom: 150px;
  margin-bottom: 500px;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  #top .service {
    margin-bottom: 400px;
  }
}
@media screen and (max-width: 991px) {
  #top .service {
    margin-bottom: 300px;
  }
}
#top .service .h3_ja, #top .service h3 {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #top .service h3 {
    margin-bottom: 30px;
  }
}
#top .service .row {
  align-items: flex-end;
}
#top .service .row:nth-of-type(1) {
  margin-bottom: 50px;
}
#top .service_item {
  position: relative;
}
#top .service_item .bg_item {
  position: absolute;
  right: 0;
  bottom: -150px;
  background: #13484f;
  opacity: 0.1;
  width: 43vw;
  height: calc(100% + 150px);
  border-radius: 400px 400px 0 0;
}
@media screen and (max-width: 767px) {
  #top .service_item .bg_item {
    display: none;
  }
}
#top .service .num {
  font-size: 300px;
  font-family: "Ibarra Real Nova", serif;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-60%) translateX(50%);
}
@media screen and (max-width: 1500px) {
  #top .service .num {
    font-size: 100px;
  }
}
@media screen and (max-width: 1199px) {
  #top .service .num {
    display: none;
  }
}
#top .service_image {
  width: 50vw;
  padding-right: 15px;
  margin-left: calc(-1 * (100vw - 100%) / 2);
}
@media screen and (max-width: 767px) {
  #top .service_image {
    width: 100vw;
    margin-left: 0;
    padding: 0;
    margin-bottom: 50px;
  }
}
#top .service_text_ttl {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  #top .service_text_ttl {
    margin-bottom: 30px;
  }
}
#top .service_text_ttl h4 {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #top .service_text_ttl h4 {
    font-size: 30px;
  }
}
#top .service_text_ttl .en {
  font-family: "Ibarra Real Nova", serif;
  font-size: 130px;
  letter-spacing: 0.05rem;
  color: rgba(19, 72, 79, 0.1);
  position: absolute;
  bottom: -35px;
  left: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  #top .service_text_ttl .en {
    font-size: 100px;
    bottom: -10px;
  }
}
@media screen and (max-width: 1199px) {
  #top .service_text_ttl .en {
    font-size: 70px;
    bottom: 0;
  }
}
#top .service_text_lead {
  font-size: 18px;
  margin-bottom: 85px;
}
@media screen and (max-width: 1500px) {
  #top .service_text_lead {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  #top .service_text_lead {
    font-size: 15px;
  }
}
#top .service_more {
  font-size: 18px;
  display: block;
  position: relative;
  margin-left: auto;
  width: 200px;
  padding-bottom: 10px;
  color: #0f2823;
}
#top .service_more::after {
  content: "";
  width: 200px;
  height: 15px;
  background: url(../../images/top/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #top .service_more:hover::after {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 1199px) {
  #top .service_more {
    font-size: 16px;
  }
}
#top .news {
  padding: 100px 0;
  background: #fff;
}
#top .news h3 {
  margin-bottom: 30px;
}
#top .news_box {
  height: 660px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #top .news_box {
    height: 600px;
  }
}
#top .news_box::-webkit-scrollbar {
  width: 3px;
}
#top .news_box::-webkit-scrollbar-track {
  background: rgba(19, 72, 79, 0.3);
}
#top .news_box::-webkit-scrollbar-thumb {
  background: #13484f;
}
#top .news_box ul {
  padding-right: 115px;
}
@media screen and (max-width: 1199px) {
  #top .news_box ul {
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  #top .news_box ul {
    padding-right: 20px;
  }
}
#top .news_box ul li {
  padding: 50px 0;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top .news_box ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 0;
  }
}
#top .news_text {
  width: calc(100% - 215px);
}
@media screen and (max-width: 767px) {
  #top .news_text {
    width: 100%;
  }
}
#top .news_text .date {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top .news_text .date {
    font-size: 14px;
  }
}
#top .news_text .date .new {
  margin-left: 15px;
  color: #c23b3b;
}
#top .news_text h4 {
  font-size: 24px;
  letter-spacing: 0.05rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top .news_text h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #top .news_text_lead {
    font-size: 14px;
    word-break: break-all;
  }
}
#top .news_file {
  display: flex;
  gap: 10px;
  margin-left: 45px;
}
@media screen and (max-width: 767px) {
  #top .news_file {
    margin-left: 0;
  }
}
#top .news_file a {
  display: block;
  width: 50px;
}

.subhead {
  height: 350px;
  display: flex;
  align-items: center;
  padding: 130px 15px 0;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .subhead {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .subhead {
    width: 95%;
  }
}
@media screen and (max-width: 574px) {
  .subhead {
    height: 320px;
    width: 100%;
    padding: 170px 5px 0;
  }
}
.subhead_text p {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 574px) {
  .subhead_text p {
    font-size: 16px;
  }
}
.subhead_text h2 {
  font-family: "Ibarra Real Nova", serif;
  font-size: 70px;
  color: #fff;
}
@media screen and (max-width: 574px) {
  .subhead_text h2 {
    font-size: 50px;
  }
}

.title_wrap {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .title_wrap {
    margin-bottom: 30px;
  }
}
.title_wrap h3 {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .title_wrap h3 {
    font-size: 30px;
  }
}
.title_wrap .en {
  font-family: "Ibarra Real Nova", serif;
  font-size: 130px;
  letter-spacing: 0.05rem;
  color: rgba(19, 72, 79, 0.1);
  position: absolute;
  bottom: -35px;
  left: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .title_wrap .en {
    font-size: 100px;
    bottom: -10px;
  }
}
@media screen and (max-width: 1199px) {
  .title_wrap .en {
    font-size: 70px;
    bottom: 0;
  }
}

#service .top {
  background: #fff;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 574px) {
  #service .top {
    padding: 70px 0;
  }
}
#service .top_lead {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  #service .top_lead {
    text-align: left;
  }
  #service .top_lead br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #service .top_lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 574px) {
  #service .top_lead {
    font-size: 14px;
  }
}
#service .top .row {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #service .top .row {
    gap: 15px;
  }
}
#service .top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  background: #13484f;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border: 2px solid #13484f;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #service .top a:hover {
    background: #fff;
    color: #13484f;
  }
}
#service .service {
  padding-bottom: 150px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #service .service {
    padding-bottom: 0;
  }
}
#service .service .row {
  align-items: flex-end;
}
#service .service .row:nth-of-type(1) {
  margin-bottom: 50px;
}
#service .service_item {
  position: relative;
}
#service .service_item .bg_item {
  position: absolute;
  right: 0;
  bottom: -150px;
  background: #13484f;
  opacity: 0.1;
  width: 43vw;
  height: calc(100% + 150px);
  border-radius: 400px 400px 0 0;
}
@media screen and (max-width: 767px) {
  #service .service_item .bg_item {
    display: none;
  }
}
#service .service .num {
  font-size: 240px;
  font-family: "Ibarra Real Nova", serif;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-60%) translateX(50%);
}
@media screen and (max-width: 1500px) {
  #service .service .num {
    font-size: 100px;
  }
}
@media screen and (max-width: 1199px) {
  #service .service .num {
    display: none;
  }
}
#service .service_image {
  width: 50vw;
  padding-right: 15px;
  margin-left: calc(-1 * (100vw - 100%) / 2);
}
@media screen and (max-width: 767px) {
  #service .service_image {
    width: 100vw;
    margin-left: 0;
    padding: 0;
    margin-bottom: 50px;
  }
}
#service .service_text_lead {
  margin-bottom: 85px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 1500px) {
  #service .service_text_lead {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  #service .service_text_lead {
    font-size: 15px;
  }
}
#service .service_more {
  font-size: 18px;
  display: block;
  position: relative;
  margin-left: auto;
  width: 150px;
  padding-bottom: 10px;
  color: #0f2823;
}
#service .service_more::after {
  content: "";
  width: 150px;
  height: 15px;
  background: url(../../images/top/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #service .service_more:hover::after {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 1199px) {
  #service .service_more {
    font-size: 16px;
  }
}
#service .reform {
  padding: 150px 0 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #service .reform {
    padding: 100px 0;
  }
}
#service .reform .title_wrap {
  text-align: center;
}
#service .reform .title_wrap .en {
  left: 50%;
  transform: translateX(-50%);
}
#service .reform .row {
  justify-content: center;
}
#service .reform .row .before::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 20px;
  height: 40px;
  position: absolute;
  right: -12px;
  top: 50%;
  background: #13484f;
  transform: translateY(-50%);
}
@media screen and (max-width: 574px) {
  #service .reform .row .before::after {
    width: 15px;
    height: 30px;
    right: -9px;
  }
}

#company .greeting {
  padding: 100px 0;
  background: #fff;
}
#company .greeting_text {
  line-height: 1.8;
}
@media screen and (max-width: 574px) {
  #company .greeting_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #company .greeting {
    padding: 70px 0;
  }
}
#company .company_logo {
  padding-bottom: 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #company .company_logo {
    padding-bottom: 70px;
  }
}
#company .profile {
  padding-bottom: 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #company .profile {
    padding-bottom: 70px;
  }
}
#company .profile table {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #company .profile table {
    border: 1px solid #13484f;
  }
}
#company .profile table th {
  background: #13484f;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#company .profile table tr:first-of-type td {
  border-top: #13484f 1px solid;
}
#company .profile table tr:first-of-type th {
  border-top: #13484f 1px solid;
}
#company .profile table tr:last-of-type th {
  border-color: #13484f;
}
#company .profile table td {
  border-bottom: #13484f 1px solid;
  border-right: #13484f 1px solid;
  width: 75%;
}
#company .profile table th, #company .profile table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #company .profile table th, #company .profile table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#company .access {
  padding-bottom: 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #company .access {
    padding-bottom: 70px;
  }
}
#company .access iframe {
  width: 100%;
  margin-bottom: 30px;
  height: 450px;
}
@media screen and (max-width: 767px) {
  #company .access iframe {
    height: 350px;
  }
}
#company .access .more {
  width: 320px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #13484f;
  position: relative;
  transform: translate(5px, 5px);
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05rem;
  transition: 0.3s;
}
#company .access .more::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(19, 72, 79, 0);
  border: 1px solid #cfa972;
  transform: translate(-10px, -10px);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #company .access .more:hover {
    transform: translate(-5px, -5px);
  }
  #company .access .more:hover::after {
    transform: translate(10px, 10px);
  }
}
@media screen and (max-width: 767px) {
  #company .access .more {
    width: 280px;
  }
}
#company .access .train {
  margin-top: 30px;
}
#company .access .train h4 {
  padding-left: 10px;
  border-left: 10px solid #13484f;
  margin-bottom: 15px;
}
@media screen and (max-width: 574px) {
  #company .access .train h4 {
    font-size: 18px;
  }
}
#company .access .train p {
  line-height: 1.8;
}
@media screen and (max-width: 574px) {
  #company .access .train p {
    font-size: 14px;
  }
}

#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: justify;
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .greeting span {
  margin-right: 5px;
  vertical-align: middle;
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .bg {
  padding: 100px 0 60px;
  background: #eef8f9;
  margin-bottom: 60px;
}
#contact .tel {
  padding: 120px 0;
  background: #eef8f9;
}
@media screen and (max-width: 767px) {
  #contact .tel {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  #contact .tel .col-12 {
    margin-bottom: 20px;
  }
}
@media print {
  #contact .tel .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#contact .tel .tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 30px;
  border-radius: 10px;
  color: #13484f;
  background: #13484f;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn {
    font-size: 25px;
    letter-spacing: 0.1em;
  }
}
#contact .tel .tel_btn small {
  font-size: 20px;
  font-weight: bold;
}
#contact .tel .tel_btn i {
  margin-right: 15px;
}
#contact .tel .tel_btn .times {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-weight: bold;
}
#contact .tel .time {
  margin-top: 20px;
  text-align: center;
}
#contact .tel .time p {
  letter-spacing: 0.1em;
}
#contact .tel .time a {
  margin-top: 10px;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 450px) {
  #contact .tel .time a {
    font-size: 85%;
  }
}
#contact .tel .fax_order {
  margin-top: 20px;
}
#contact .tel .fax_order .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#contact .tel .fax_order p {
  text-align: center;
}
#contact .tel .fax_order p a {
  display: block;
  margin: 10px auto 0;
  padding: 10px 0;
}
#contact .contact {
  padding: 120px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 70px 0;
  }
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form table {
  margin-bottom: 80px;
  width: 100%;
}
#contact .form_wrap form table th {
  position: relative;
  background: #13484f;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid #fff;
  width: 25%;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
  }
}
#contact .form_wrap form table tr:last-of-type th {
  border-bottom: 0;
}
#contact .form_wrap form table td {
  width: 75%;
  padding: 15px;
  background: #fff;
  border: 1px solid #13484f;
}
#contact .form_wrap form table td input {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
#contact .form_wrap form table td input.w50 {
  width: 330px;
}
#contact .form_wrap form table td input.w30 {
  margin-left: 10px;
}
#contact .form_wrap form table td input[type=file] {
  border: none;
}
#contact .form_wrap form table td input[type=text] {
  width: 100%;
}
#contact .form_wrap form table td .red {
  font-size: 90%;
  color: #bb1515;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
#contact .form_wrap form table td select {
  padding: 5px;
  width: 30%;
}
#contact .form_wrap form table td textarea {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    display: block;
    width: 100%;
    padding: 15px;
  }
  #contact .form_wrap form table td input {
    width: 100%;
  }
  #contact .form_wrap form table td input.w50 {
    width: 100%;
  }
  #contact .form_wrap form table td input.w30 {
    max-width: 250px;
  }
  #contact .form_wrap form table td label input[type=radio] {
    width: auto;
  }
}
#contact .form_wrap form table tr:first-of-type th {
  border-top: 1px solid #13484f;
}
#contact .form_wrap form table tr:last-of-type th {
  border-bottom: 1px solid #13484f;
}
#contact .form_wrap form h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #13484f;
  color: #13484f;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form h4 {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_ttl {
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #13484f;
  background: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner {
  max-height: 340px;
  overflow-y: scroll;
  padding: 20px 30px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #242424;
  font-weight: bold;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul {
  padding-left: 0;
  list-style: none;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
  margin-bottom: 5px;
  display: flex;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul:last-of-type li {
  display: block;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner .name {
  text-align: right;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar {
  width: 10px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-thumb {
  background: #13484f;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner a {
  color: #007bff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner {
    padding: 20px 10px;
  }
}
#contact .form_wrap form .check {
  margin-bottom: 30px;
}
#contact .form_wrap form .check input[type=checkbox] {
  margin-right: 10px;
  padding: 5px;
}
#contact .form_wrap form .submit {
  text-align: center;
}
#contact .form_wrap form .submit button {
  background: #13484f;
  color: #fff;
  border: none;
  letter-spacing: 0.18em;
  border-radius: 10px;
  padding: 15px 40px;
  position: relative;
}
#contact .form_wrap form .submit button i {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
#contact .form_wrap form .confirm button {
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  width: 250px;
}
#contact .form_wrap form .confirm button[type=button] {
  background: #fff;
  margin-right: 30px;
  color: #13484f;
  border: 1px solid #13484f;
  position: relative;
}
#contact .form_wrap form .confirm button[type=button] i {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 10px;
  }
}
#contact .form_wrap form .confirm button[type=submit] {
  background: #13484f;
  position: relative;
}
#contact .form_wrap form .confirm button[type=submit] i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm {
    flex-wrap: wrap;
  }
  #contact .form_wrap form .confirm button {
    width: 250px;
  }
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#project .category {
  padding: 100px 0;
  background: #fff;
}
#project .category .row {
  gap: 10px 0;
}
#project .category a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #13484f;
  padding: 10px;
  color: #13484f;
  font-weight: 700;
  border-radius: 5px;
  transition: 0.3s;
}
#project .category a.current {
  background: #13484f;
  color: #fff;
}
@media (min-width: 992px) {
  #project .category a:hover {
    background: #13484f;
    color: #fff;
  }
}
#project .project {
  padding: 0 0 100px;
  background: #fff;
}
#project .project h3 {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
#project .project .row {
  gap: 50px 0;
}
@media (min-width: 992px) {
  #project .project a:hover .project_item_image img {
    transform: scale(1.1);
  }
}
#project .project_item > a {
  display: block;
  position: relative;
}
#project .project_item_image {
  height: 300px;
  overflow: hidden;
}
#project .project_item_image img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
#project .project_item .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  width: 150px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
#project .project_text {
  padding: 10px 0 0;
}
#project .project_text a {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #project .project_text a:hover {
    color: #13484f;
  }
}
#project .project_text a h4 {
  font-size: 18px;
  text-decoration: underline;
}
#project .project_text div {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  #project .project_text div {
    font-size: 12px;
  }
}
#project .project_text .yen {
  color: #cfa972;
  font-weight: 800;
  font-size: 30px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  #project .project_text .yen {
    font-size: 24px;
  }
}
#project .project_text .yen span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-left: 3px;
}
#project .paging {
  text-align: center;
  margin-top: 60px;
}
#project .paging span.current, #project .paging span.paging-text {
  margin: 0px 2px;
  color: #13484f;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #13484f;
  text-decoration: none;
}
#project .paging span.paging-text a {
  padding: 3px 8px;
  display: block;
  transition-duration: 0.3s;
}
@media (min-width: 992px) {
  #project .paging span.paging-text a:hover {
    background: #13484f;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#project .paging span.current {
  background: #13484f;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
#project .detail {
  padding: 100px 0;
  background: #fff;
}
#project .detail .end {
  margin-bottom: 15px;
  color: #bb1515;
  font-size: 20px;
}
#project .detail h3 {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 574px) {
  #project .detail h3 {
    font-size: 20px;
  }
}
#project .detail .slider_wrap {
  margin-bottom: 40px;
}
#project .detail .slider_wrap .slick-next {
  right: 5px;
}
#project .detail .slider_wrap .slick-prev {
  left: 5px;
  z-index: 1;
}
#project .detail .slider_wrap .slick-prev, #project .detail .slider_wrap .slick-next {
  width: 30px;
  height: 30px;
}
#project .detail .slider_wrap .slick-prev:before, #project .detail .slider_wrap .slick-next:before {
  font-size: 30px;
}
#project .detail .slider_wrap .thumbnail-img {
  opacity: 0.5;
  width: 100%;
  max-width: 14.2857%;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 574px) {
  #project .detail .slider_wrap .thumbnail-img {
    max-width: 25%;
  }
}
#project .detail .slider_wrap .thumbnail-img img {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 575px) {
  #project .detail .slider_wrap .thumbnail.stop .slick-track {
    transform: unset !important;
  }
}
#project .detail .slider_wrap .thumbnail.stop2 .slick-track {
  transform: unset !important;
}
#project .detail .slider_wrap .thumbnail-img.slick-current {
  opacity: 1;
}
#project .detail .slider_wrap .slick-img {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
}
#project .detail .slider_wrap .slick-img img {
  aspect-ratio: 2/1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#project .detail .row {
  gap: 15px 0;
}
#project .detail .row a {
  padding: 10px 10px 10px 55px;
  position: relative;
  display: block;
  border: 2px solid #13484f;
  border-radius: 5px;
}
#project .detail .row a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 35px;
}
#project .detail table {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 991px) {
  #project .detail table {
    border: 1px solid #13484f;
  }
}
#project .detail table th {
  background: #13484f;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#project .detail table tr:first-of-type td {
  border-top: #13484f 1px solid;
}
#project .detail table tr:first-of-type th {
  border-top: #13484f 1px solid;
}
#project .detail table tr:last-of-type th {
  border-color: #13484f;
}
#project .detail table td {
  border-bottom: #13484f 1px solid;
  border-right: #13484f 1px solid;
  width: 75%;
  word-break: break-all;
}
#project .detail table th, #project .detail table td {
  padding: 15px;
}
@media screen and (max-width: 991px) {
  #project .detail table th, #project .detail table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#project .detail table .force th {
  width: 12.5%;
}
@media screen and (max-width: 991px) {
  #project .detail table .force th {
    width: 100%;
    display: block;
    border: 0;
  }
}
#project .detail table .force td {
  width: 37.5%;
}
@media screen and (max-width: 991px) {
  #project .detail table .force td {
    width: 100%;
    display: block;
    border: 0;
  }
}/*# sourceMappingURL=style.css.map */