:root {
  --pc-header: 9rem;
  --sp-header: 7.2rem;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select {
  letter-spacing: .14em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #141414;
  font-size: 1.6rem;
  background: #fff;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.ft_e {
  font-family: "Montserrat", serif, sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -6.6rem;
  }
}

.c_btn {
  text-align: right;
}

.c_btn a {
  display: inline-block;
  font-family: "Montserrat", serif;
  color: #f4d600;
  font-weight: 300;
  background: url(../img/arrow-right02.svg) no-repeat right center/contain;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: .16em;
  padding-right: 4.5em;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.c_slide {
  position: absolute;
  left: 0;
  display: flex;
  overflow: hidden;
  z-index: -1;
}

.c_slide p {
  animation: scroll-left 70s infinite linear .5s both;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .c_slide p {
    padding-right: 3rem;
  }
}

.c_slide img {
  height: 17.4rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .c_slide img {
    height: 11.9rem;
  }
}

.c_ttl {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 3.7rem;
    margin-bottom: 3rem;
  }
}

.c_ttl i {
  font-family: "Montserrat", serif;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .14em;
  margin-bottom: .6em;
  background-image: -moz-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  background-image: -webkit-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  background-image: -ms-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .c_ttl i {
    font-size: 1.5rem;
  }
}

.u_inner {
  width: 120rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .u_inner {
    max-width: calc(100% - 6rem);
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    width: auto;
    margin: 0 2.7rem;
  }
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
  html {
    font-size: calc(100vw * 10 / 1320);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 500);
  }
}

@media screen and (min-width: 768px) {
  .u_tel {
    pointer-events: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 66;
  height: 9rem;
  background: #fff;
}

@media screen and (min-width: 768px) {
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 6.6rem;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    top: 2.3rem;
    left: 2rem;
  }
}

.h_logo img {
  width: 25.8rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 19.5rem;
  }
}

.h_nav {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    font-size: 1.5rem;
    gap: 2.5em;
  }
  .h_nav a {
    line-height: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    margin-bottom: 6rem;
    text-align: center;
  }
  .h_nav a {
    padding: 1.4em 0;
    display: block;
    font-size: 1.7rem;
  }
  .h_nav i {
    display: none;
  }
  .h_nav .mail {
    color: #f4d600;
  }
}

.h_nav a:hover {
  color: inherit;
}

.h_mail a {
  background-image: -moz-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  background-image: -webkit-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  background-image: -ms-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  width: 22rem;
  height: 9rem;
  color: #fff;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .h_mail a {
    width: 29.8rem;
    margin: 0 auto;
    height: 8.1rem;
    font-size: 1.7rem;
    padding-right: 1.3em;
  }
}

.h_mail a:before {
  content: '';
  background: url(../img/h-mail.png) no-repeat 50%/contain;
  width: 2.6rem;
  height: 1.9rem;
}

@media screen and (max-width: 767px) {
  .h_mail a:before {
    width: 2.9rem;
    height: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .h_mail a:after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 2.2rem;
    top: 2.1em;
    transition: border .3em;
  }
}

@incldue pc {
  .h_mail a:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: -moz-linear-gradient(0deg, #f3c800 0%, #f5b500 51%, #f6a200 97%);
    background-image: -webkit-linear-gradient(0deg, #f3c800 0%, #f5b500 51%, #f6a200 97%);
    background-image: -ms-linear-gradient(0deg, #f3c800 0%, #f5b500 51%, #f6a200 97%);
    transition: opacity 0.5s;
    z-index: -1;
    opacity: 0;
  }
}

.h_mail a:hover {
  opacity: 1;
}

.h_mail a:hover:after {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: flex !important;
    align-items: center;
    gap: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 6.6rem;
    height: 6.6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: -moz-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
    background-image: -webkit-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
    background-image: -ms-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  }
  .h_menu img {
    width: 3.1rem;
  }
  .h_close img {
    width: 2.5rem;
  }
  #toggle_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #242424;
    color: #fff;
    padding: 15rem 2.7rem 5rem;
  }
  .h_inner {
    width: 26rem;
    margin-left: auto;
    background: #e6e6e6;
    padding: 10rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow-y: auto;
  }
  body.open {
    overflow-y: hidden;
  }
}

.f_note {
  border-top: solid 1px #505050;
  padding: 10rem 0 0;
  margin: 9rem 0 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .f_note {
    padding: 7rem 0 0;
    margin: 7rem 0 0;
    font-size: 1.35rem;
  }
}

.f_note p, .f_note dt, .f_note dd {
  letter-spacing: .1em;
  line-height: 2;
}

.f_note dt {
  margin-bottom: 2em;
}

.f_note ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.f_note ::-webkit-scrollbar-track {
  background: #787878;
}

.f_note ::-webkit-scrollbar-thumb {
  background: #fff;
}

.f_note .box {
  overflow-y: auto;
  height: 20rem;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .f_note .box {
    height: 11rem;
  }
}

.f_note dl {
  margin-top: 1.86em;
}

#gototop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 60;
}

#gototop img {
  width: 8rem;
}

@media screen and (max-width: 767px) {
  #gototop img {
    width: 5.4rem;
  }
}

#footer {
  padding: 9rem 0 10rem;
  background: #282828;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 8rem 0 10rem;
  }
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .f_nav {
    width: 67rem;
  }
}

.f_logo img {
  width: 35.5rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 27.7rem;
  }
}

.f_nav {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .f_nav {
    margin-top: 5.5rem;
    gap: 3.5rem 0;
  }
  .f_nav li {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .f_nav {
    gap: 4rem 0;
  }
  .f_nav li:nth-child(4n + 1) {
    width: 14rem;
  }
  .f_nav li:nth-child(4n + 2) {
    width: 20rem;
  }
  .f_nav li:nth-child(4n + 3) {
    width: 20rem;
  }
}

.f_nav a {
  display: block;
  position: relative;
  padding-left: 1em;
}

.f_nav a:before {
  content: '';
  position: absolute;
  background: #f3d700;
  border-radius: 50%;
  width: .4em;
  height: .4em;
  left: 0;
  top: .6em;
}

.f_nav a:hover {
  color: inherit;
}

.f_copy {
  font-size: 1.2rem;
  color: #787878;
  margin-top: 3rem;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: .9rem;
  }
}

.f_copy i {
  font-size: 1.5rem;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .f_copy i {
    font-size: 1.1rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  margin-top: 9rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 6.6rem;
  }
}

.top_main:before {
  content: '';
  position: absolute;
  background: url(../img/mv-bg-wave.png) repeat-x 50%/cover;
  aspect-ratio: 1600 / 412;
  width: 100%;
  z-index: 2;
  bottom: -12rem;
}

@media screen and (max-width: 767px) {
  .top_main:before {
    background-image: url(../img/mv-bg-wave-sp.png);
    aspect-ratio: 700 / 327;
    bottom: -6rem;
  }
}

.top_main .slide {
  margin-left: 10rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_main .slide {
    margin-left: 5.4rem;
  }
}

.top_main .slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  min-height: 60rem;
}

@media screen and (max-width: 767px) {
  .top_main .slide img {
    height: 100svh;
  }
}

.top_main dl {
  position: absolute;
  bottom: 6rem;
  left: 5rem;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .top_main dl {
    left: 0;
    bottom: 5.5rem;
    padding: 0 2.7rem;
  }
}

.top_main dl.show dt i {
  animation: fadeInLeft 1s forwards;
}

.top_main dl.show dt i:nth-of-type(2) {
  animation-delay: .2s;
}

@media screen and (min-width: 768px) {
  .top_main dl.show dt i i {
    animation: none;
  }
}

@media screen and (max-width: 767px) {
  .top_main dl.show dt > i:nth-of-type(2) {
    animation: none;
  }
}

.top_main dl.show dd {
  animation: fadeInLeft 1s forwards .4s;
}

@media screen and (max-width: 767px) {
  .top_main dl.show dd {
    animation-delay: .6s;
  }
}

.top_main dt {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.top_main dt > i {
  margin-bottom: .2em;
}

@media screen and (max-width: 767px) {
  .top_main dt > i {
    font-size: 3.7rem;
  }
  .top_main dt > i:nth-of-type(2) {
    opacity: 1;
    padding: 0;
    background: none;
  }
  .top_main dt > i:nth-of-type(2) i {
    margin-bottom: .2em;
  }
}

.top_main dt i {
  background: #141414;
  letter-spacing: .1em;
  padding: 0 .5em;
  display: inline-block;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .top_main dt i {
    letter-spacing: .04em;
  }
}

@media screen and (min-width: 768px) {
  .top_main dt i i {
    padding: 0;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .top_main dt {
    font-size: 2.9rem;
    white-space: nowrap;
  }
}

.top_main dd {
  font-size: 1.7rem;
  line-height: 2;
  overflow: hidden;
  opacity: 0;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_main dd {
    font-size: 1.6rem;
  }
  .top_main dd br {
    display: none;
  }
}

.top_main .scroll {
  position: absolute;
  right: 5rem;
  bottom: 7rem;
  font-size: 1.5rem;
  font-weight: 500;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_main .scroll {
    display: none;
  }
}

.top_main .scroll a {
  display: block;
  padding-bottom: 9.5rem;
  position: relative;
}

.top_main .scroll a:before, .top_main .scroll a:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: .1em;
  bottom: 0;
  background: #fff;
  width: 1px;
  height: 8rem;
}

.top_main .scroll a:before {
  opacity: .2;
}

.top_main .scroll a:after {
  animation: scroll 2s infinite;
}

.top_main .scroll i {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: .32em;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-5rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.top_sec {
  padding: 11rem 0;
}

.top_sec p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_sec p {
    line-height: 1.875;
  }
}

@media screen and (min-width: 768px) {
  .top_sec {
    padding: 16rem 0;
  }
  .top_sec.abs .u_inner {
    position: relative;
    padding-left: 36rem;
  }
  .top_sec.abs .left {
    position: absolute;
    left: 0;
  }
}

.top_about {
  position: relative;
  padding: 13rem 0 10rem;
}

.top_about .c_ttl i {
  color: #584b27;
  -webkit-text-fill-color: #584b27;
}

@media screen and (max-width: 767px) {
  .top_about figure {
    text-align: center;
    margin-top: 7rem;
  }
  .top_about figure img {
    width: 39.4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_about {
    padding: 26rem 0 17rem;
  }
  .top_about .u_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .top_about .desc {
    width: 50rem;
  }
  .top_about figure {
    width: 59rem;
  }
}

.top_about:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 50rem);
  background-image: -moz-linear-gradient(0deg, #f3d700 0%, #f5c200 71%, #f6ac00 100%);
  background-image: -webkit-linear-gradient(0deg, #f3d700 0%, #f5c200 71%, #f6ac00 100%);
  background-image: -ms-linear-gradient(0deg, #f3d700 0%, #f5c200 71%, #f6ac00 100%);
  bottom: 0;
  z-index: -1;
}

.top_about .c_slide {
  top: 53rem;
}

@media screen and (max-width: 767px) {
  .top_about .c_slide {
    top: 14rem;
  }
}

.top_service {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_service .row {
    display: flex;
    align-items: center;
    gap: 15rem;
    flex-direction: row-reverse;
  }
  .top_service figure {
    width: calc(50% - 14rem);
  }
  .top_service figure img {
    width: 66rem;
    height: 56.3rem;
    object-fit: cover;
    display: block;
  }
  .top_service .desc {
    width: 59rem;
  }
}

@media screen and (max-width: 767px) {
  .top_service figure {
    margin-left: 2.7rem;
  }
  .top_service .desc {
    margin: 8rem 2.7rem 0;
  }
}

.top_service .c_slide {
  top: 37rem;
}

@media screen and (max-width: 767px) {
  .top_service .c_slide {
    top: 58rem;
  }
}

.top_service .ttl {
  font-size: 2rem;
  margin: 6rem 0 .5em;
  position: relative;
  padding-left: 1.1em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_service .ttl {
    margin: 5rem 0 .7em;
  }
}

.top_service .ttl:before {
  content: '';
  position: absolute;
  background-image: -moz-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  background-image: -webkit-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  background-image: -ms-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  left: 0;
  top: .6em;
}

.top_service .ttl + p {
  font-size: 1.4rem;
  line-height: 1.85;
}

.top_service ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: solid 1px #141414;
  border-top: solid 1px #141414;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .top_service ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.top_service li {
  text-align: center;
  border-right: solid 1px #141414;
  border-bottom: solid 1px #141414;
  line-height: 5.8rem;
}

@media screen and (min-width: 768px) {
  .top_service li {
    font-size: 1.4rem;
  }
}

.top_feature {
  background: url(../img/feature-bg-dot.png) center top/1.6rem;
}

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

.top_feature .c_ttl em {
  font-family: "Montserrat", serif;
  font-size: 5.6rem;
}

@media screen and (max-width: 767px) {
  .top_feature .c_ttl em {
    font-size: 4.2rem;
  }
}

.top_feature .c_ttl small {
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .top_feature .c_ttl small {
    font-size: 2.8rem;
  }
}

.top_feature .num {
  position: absolute;
  color: rgba(0, 0, 0, 0.102);
  font-size: 20rem;
  font-family: "Montserrat", serif;
  font-weight: bold;
  letter-spacing: .02em;
  right: -3.7rem;
  top: -2.7rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .top_feature .num {
    font-size: 13rem;
    right: 0;
    top: -1.6rem;
  }
}

.top_feature .ttl {
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: .06em;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .top_feature .ttl {
    font-size: 3rem;
    line-height: 1.63;
    margin-bottom: 3.5rem;
  }
}

.top_feature .ttl i {
  display: block;
  font-family: "Montserrat", serif;
  font-size: 1.5rem;
  letter-spacing: .14em;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .top_feature .ttl i {
    font-size: 1.5rem;
  }
}

.top_feature .ttl i:before {
  content: '';
  position: absolute;
  background-image: -moz-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  background-image: -webkit-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  background-image: -ms-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  left: 0;
  top: .25em;
}

@media screen and (max-width: 767px) {
  .top_feature .ttl i:before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.top_feature li {
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .top_feature li:nth-child(odd) figure {
    margin-right: 2.7rem;
  }
  .top_feature li:nth-child(even) figure {
    margin-left: 2.7rem;
  }
}

@media screen and (min-width: 768px) {
  .top_feature li {
    margin-top: 12rem;
    display: flex;
    align-items: center;
    gap: 15rem;
  }
  .top_feature li:nth-child(odd) figure img {
    margin-left: auto;
  }
  .top_feature li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .top_feature li figure {
    width: calc(50% - 5rem);
  }
  .top_feature li figure img {
    width: 75rem;
    height: 56.3rem;
    object-fit: cover;
    display: block;
  }
}

.top_feature .desc {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_feature .desc {
    margin: 5rem 2.7rem 0;
  }
}

@media screen and (min-width: 768px) {
  .top_feature .desc {
    width: 50rem;
  }
}

.top_prd {
  background: #282828 url(../img/products-bg.webp) no-repeat 50%/cover;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_prd {
    background-image: url(../img/products-bg-sp.webp);
  }
}

.top_prd .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .top_prd .head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_prd .head {
    margin-bottom: 9rem;
  }
  .top_prd .head .c_ttl {
    margin: 0;
  }
}

.top_prd ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3.7rem;
}

@media screen and (max-width: 767px) {
  .top_prd ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.5rem;
  }
}

.top_prd li img {
  width: 100%;
  aspect-ratio: 375 / 249;
  object-fit: cover;
}

.top_prd li p {
  font-size: 2rem;
  line-height: 1.875;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .top_prd li p {
    font-size: 1.8rem;
  }
}

.top_prd li a {
  display: block;
}

.top_prd li a:hover {
  color: inherit;
}

.top_prd .btn {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .top_prd .btn {
    margin-top: 3.5rem;
  }
}

.top_prd .btn a {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 7.8rem;
  letter-spacing: .1em;
  border: solid 1px #fff;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_prd .btn a {
    line-height: 6.6rem;
  }
}

.top_prd .btn a:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 3rem;
  top: 3.4rem;
  transition: border .3em;
}

@media screen and (max-width: 767px) {
  .top_prd .btn a:before {
    top: 2.7rem;
    right: 2rem;
  }
}

.top_prd .btn a:hover {
  background: #fff;
  color: #141414;
  opacity: 1;
}

.top_prd .btn a:hover:before {
  border-color: #141414;
}

.top_flow ul {
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .top_flow ul {
    margin-top: 6rem;
  }
}

.top_flow li {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  background: #f0f0f0;
  padding: 3rem 0 3rem 5rem;
  position: relative;
}

.top_flow li:last-child:before {
  content: none;
}

.top_flow li:before {
  content: '';
  position: absolute;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #f0f0f0;
  width: 1.7rem;
  height: 1.1rem;
  bottom: -1.1rem;
  left: 8rem;
}

@media screen and (max-width: 767px) {
  .top_flow li:before {
    width: 1.5rem;
    height: 1rem;
    bottom: -1rem;
    left: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_flow li {
    margin-top: 1.7rem;
    padding: 2.5rem 0 2.5rem 2.7rem;
  }
}

.top_flow dl {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .top_flow dl {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .top_flow dl {
    width: calc(100% - 10rem);
  }
}

.top_flow dt {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 2.25em;
}

@media screen and (max-width: 767px) {
  .top_flow dt {
    font-size: 1.8rem;
    gap: 1em;
    margin-bottom: .5em;
  }
}

.top_flow dt i {
  font-family: "Montserrat", serif;
  color: #fff;
  background: #141414;
  font-weight: bold;
  font-size: 1.3rem;
  width: 8rem;
  text-align: center;
  line-height: 3.2rem;
}

@media screen and (max-width: 767px) {
  .top_flow dt i {
    font-size: 1.2rem;
    line-height: 2.2rem;
    width: 6.6rem;
  }
}

@media screen and (min-width: 768px) {
  .top_flow dt {
    width: 36rem;
  }
}

.top_flow figure {
  text-align: center;
  width: 18.3rem;
}

@media screen and (max-width: 767px) {
  .top_flow figure {
    width: 10rem;
  }
}

.top_flow figure img {
  height: 6.1rem;
}

@media screen and (max-width: 767px) {
  .top_flow figure img {
    height: 4.3rem;
  }
}

.top_com {
  background: #f0f0f0;
}

.top_com dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #dcdcdc;
}

@media screen and (max-width: 767px) {
  .top_com dl {
    border-color: #141414;
  }
}

.top_com dt, .top_com dd {
  border-bottom: solid 1px #dcdcdc;
  line-height: 2.125;
  padding: 1.8em 1.5em;
}

@media screen and (max-width: 767px) {
  .top_com dt, .top_com dd {
    border-color: #141414;
    padding: 1.2em 1.1em;
    line-height: 1.875;
  }
}

.top_com dt {
  width: 17rem;
  background: #dcdcdc;
}

@media screen and (max-width: 767px) {
  .top_com dt {
    width: 12rem;
  }
}

.top_com dd {
  width: calc(100% - 17rem);
}

@media screen and (max-width: 767px) {
  .top_com dd {
    width: calc(100% - 14rem);
  }
}

.top_com .map {
  height: 40rem;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .top_com .map {
    height: 22rem;
    margin-top: 6rem;
  }
}

.top_com iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .top_blog .left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4.8rem;
  }
  .top_blog .c_ttl {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .top_blog .btn {
    margin-top: 10rem;
  }
}

.top_blog .btn a {
  display: block;
  text-align: center;
  width: 20rem;
  line-height: 6rem;
  letter-spacing: .1em;
  border: solid 1px #141414;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_blog .btn a {
    font-size: 1.5rem;
    width: 16rem;
    line-height: 4.6rem;
  }
}

.top_blog .btn a:hover {
  background: #141414;
  color: #fff;
  opacity: 1;
}

.top_blog li {
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .top_blog li {
    padding-bottom: 2.5rem;
  }
}

.top_blog li + li {
  margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .top_blog li + li {
    margin-top: 2.5rem;
  }
}

.top_blog li a {
  display: block;
  background: url(../img/arrow-blog.svg) no-repeat calc(100% - 3rem) center/3.4rem;
  padding-right: 12rem;
}

@media screen and (max-width: 767px) {
  .top_blog li a {
    background-position: right center;
    background-size: 2.4rem;
    padding-right: 6rem;
  }
}

.top_blog li a:hover {
  color: inherit;
}

.top_blog li i {
  font-size: 1.2rem;
  background: #141414;
  color: #fff;
  padding: .1em 1.5em;
}

@media screen and (max-width: 767px) {
  .top_blog li i {
    font-size: 1rem;
  }
}

.top_blog li time {
  font-size: 1.5rem;
  font-family: "Montserrat", serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .top_blog li time {
    font-size: 1.2rem;
  }
}

.top_blog li p {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_blog li p + p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}

.top_blog li p:has(i) {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1em;
  gap: 1.2em;
}

@media screen and (max-width: 767px) {
  .top_blog li p:has(i) {
    margin-bottom: .8em;
  }
}

.form {
  padding-bottom: 14rem;
  background: #f4d600;
}

.form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  background-color: transparent;
}

.form div.wpcf7 .ajax-loader:before {
  content: none;
}

.form .wpcf7-spinner {
  display: none !important;
}

.form span.wpcf7-list-item {
  margin: 0;
  display: inline;
}

.form .wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
}

.form input:-webkit-autofill, .form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
  -webkit-text-fill-color: #333;
}

.form input[readonly], .form textarea[readonly], .form select[readonly] {
  border: none !important;
  background: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .form {
    padding-bottom: 10rem;
  }
}

.form .box {
  background: url(../img/contact-bg-dot.png) center top/1.6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .form .box {
    margin: -12rem auto 0;
    width: 141rem;
    max-width: calc(100% - 6rem);
  }
}

@media screen and (max-width: 767px) {
  .form .box {
    margin: -8rem 2.7rem 0;
    padding: 8rem 0;
  }
}

.form .bg img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form .c_ttl {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .form .c_ttl {
    font-size: 2.6rem;
  }
  .form .c_ttl br {
    display: none;
  }
}

.form .lead {
  text-align: center;
  padding-bottom: 9rem;
  margin-bottom: 10rem;
  border-bottom: solid 1px #dcdcdc;
}

@media screen and (max-width: 767px) {
  .form .lead {
    text-align: left;
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }
}

.form dt {
  margin-bottom: .8em;
  font-weight: 500;
  font-size: 1.8rem;
}

.form dt em {
  background: #f3bd00;
  font-size: 1.3rem;
  color: #fff;
  padding: .1em 1em;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .form dt em {
    font-size: 1.1rem;
  }
}

.form dd {
  margin-bottom: 4.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .form dd {
    font-size: 16px;
  }
}

.form dd input[type="text"], .form dd input[type="email"], .form dd input[type="tel"], .form dd textarea, .form dd select {
  width: 100%;
  background: #f0f0f0;
  padding: 1.3em 1.5em;
}

.form dd textarea {
  height: 16em;
}

@media screen and (max-width: 767px) {
  .form dd textarea {
    height: 12em;
  }
}

.form .check {
  margin-top: 3rem;
}

.form .check input {
  margin-right: .6em;
  width: 1em;
  height: 1em;
  vertical-align: -.1em;
  accent-color: #f4d600;
}

.form .check .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 4em;
}

@media screen and (max-width: 767px) {
  .form .check .wpcf7-form-control {
    gap: 1em 2.8em;
    flex-direction: column;
  }
}

.form .doui2 {
  margin: 6rem 0;
}

@media screen and (min-width: 768px) {
  .form .doui2 {
    text-align: center;
  }
}

.form .doui2 input {
  margin-right: .8em;
  width: 1em;
  height: 1em;
  vertical-align: -.1em;
  accent-color: #f4d600;
}

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

.form .btn span {
  background-image: -moz-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  background-image: -webkit-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  background-image: -ms-linear-gradient(0deg, #f3d700 0%, #f5c200 52%, #f6ac00 100%);
  cursor: pointer;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .form .btn span {
    display: block;
  }
}

.form .btn span:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 3rem;
  top: 2.2em;
  transition: border .3em;
}

@media screen and (max-width: 767px) {
  .form .btn span:before {
    top: 1.8em;
    right: 2rem;
  }
}

.form .btn input {
  background: #f4d600;
  color: #fff;
  width: 30rem;
  height: 8rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .form .btn input {
    width: 100%;
    height: 6.7rem;
    font-size: 1.6rem;
    height: 6.6rem;
  }
}

.low_header {
  background: #f4d600;
}

.low_header .ttl {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    padding-top: 10rem;
  }
}

.low_header2 {
  height: 54rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .low_header2 {
    height: 30rem;
  }
}

.low_header2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}

.low_header2 .ttl {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .low_header2 .ttl {
    font-size: 3.6rem;
  }
}

.low_header2 .ttl i {
  display: block;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: .14em;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.com_nav {
  display: flex;
  margin: 10rem 0;
}

@media screen and (max-width: 767px) {
  .com_nav {
    margin: 8rem 0;
    flex-direction: column;
  }
}

.com_nav li {
  flex: 1;
  border: solid 1px #f4d600;
}

@media screen and (min-width: 768px) {
  .com_nav li + li {
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .com_nav li + li {
    border-top: none;
  }
}

.com_nav a {
  line-height: 7rem;
  display: block;
  text-align: center;
  color: #f4d600;
  font-weight: bold;
  font-size: 1.8rem;
  background: url(../img/arrow-down01.svg) no-repeat calc(100% - 2rem)/1.4rem;
}

@media screen and (max-width: 767px) {
  .com_nav a {
    line-height: 5.5rem;
  }
}

.com_sec {
  padding: 16rem 0;
}

@media screen and (max-width: 767px) {
  .com_sec {
    padding: 10rem 0;
  }
}

.com_sec.bg {
  background: #f5f5f5;
}

.com_sec .line {
  border-top: solid 1px #dcdcdc;
  padding-top: 7rem;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .com_sec .line {
    padding-top: 5rem;
    margin-top: 6rem;
  }
}

.com_sec .line.b {
  padding: 0;
}

.com_sec .row {
  display: flex;
}

.com_sec .row p {
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  .com_sec .row p {
    line-height: 1.875;
  }
}

@media screen and (max-width: 767px) {
  .com_sec .row {
    flex-direction: column;
    margin: 0 2.7rem;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .com_sec .row.a {
    margin-left: calc(50% - 60rem);
  }
  .com_sec .row.a .desc {
    padding-right: 12rem;
  }
  .com_sec .row.b {
    flex-direction: row-reverse;
    margin-right: calc(50% - 60rem);
  }
  .com_sec .row.b .desc {
    padding-left: 12rem;
  }
  .com_sec .row .desc {
    margin-top: 10rem;
    width: 50rem;
  }
  .com_sec .row figure {
    width: calc(50vw + 10rem);
  }
  .com_sec .row figure img {
    width: 90rem;
  }
}

.com_info dl {
  border: solid 1px #000;
}

@media screen and (min-width: 768px) {
  .com_info dl {
    display: flex;
    flex-wrap: wrap;
  }
}

.com_info dt, .com_info dd {
  padding: 2em;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .com_info dt, .com_info dd {
    padding: .6em 1.2em;
  }
}

.com_info dt:nth-last-of-type(1), .com_info dd:nth-last-of-type(1) {
  border: none;
}

.com_info dt {
  background: #f4d600;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .com_info dt {
    width: 30rem;
    border-bottom: solid 1px #fff;
  }
}

.com_info dd {
  border-bottom: solid 1px #000;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .com_info dd {
    width: calc(100% - 30rem);
  }
}

.com_info dd a {
  color: #f4d600;
  text-decoration: underline;
}

.com_access .map {
  height: 46rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .com_access .map {
    height: 30rem;
  }
}

.com_access iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.com_access .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .com_access .row {
    flex-direction: column;
    gap: 3rem;
  }
}

.com_access .row p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: .06em;
}

.com_access .list {
  background: #ecf0f5;
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  .com_access .list {
    padding: 4rem;
  }
  .com_access .list dl + dl {
    border-top: solid 1px #dcdcdc;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .com_access .list {
    width: 74rem;
    display: flex;
  }
  .com_access .list dl {
    flex: 1;
    padding: 0 5rem;
  }
  .com_access .list dl + dl {
    border-left: solid 1px #dcdcdc;
  }
}

.com_access dt {
  color: #f4d600;
  font-weight: bold;
  letter-spacing: .14em;
  margin-bottom: .3em;
}

.com_access dt img {
  height: 2.1rem;
  margin-right: .5em;
  vertical-align: -.3em;
}

.com_access dd {
  letter-spacing: .14em;
  line-height: 1.875;
}

.com_history dl {
  background: #fff;
  border-top: solid 2px #f4d600;
  border-bottom: solid 2px #f4d600;
  display: flex;
  flex-wrap: wrap;
  padding: 7rem 6.5rem;
}

@media screen and (max-width: 767px) {
  .com_history dl {
    padding: 5rem 3rem;
  }
}

.com_history dt {
  font-family: "Montserrat", serif;
  font-weight: 600;
  letter-spacing: .06em;
  width: 16rem;
  padding-bottom: 7rem;
  position: relative;
  color: #f4d600;
}

.com_history dt:before {
  content: '';
  position: absolute;
  height: 100%;
  background: #b8cce5;
  width: .3rem;
  left: 10rem;
  top: .5em;
}

@media screen and (max-width: 767px) {
  .com_history dt:before {
    left: 7rem;
  }
}

.com_history dt:after {
  content: '';
  position: absolute;
  border: solid 2px #f4d600;
  border-radius: 50%;
  width: .9rem;
  height: .9rem;
  background: #fff;
  left: 9.7rem;
  top: .3em;
}

@media screen and (max-width: 767px) {
  .com_history dt:after {
    left: 6.7rem;
  }
}

.com_history dt:nth-last-of-type(1) {
  padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .com_history dt {
    width: 10rem;
  }
}

.com_history dd {
  width: calc(100% - 16rem);
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .com_history dd {
    width: calc(100% - 10rem);
  }
}

.c_ttl2 {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .06em;
  border-left: solid 0.4rem #f4d600;
  padding-left: .5em;
  color: #f4d600;
  line-height: 1;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .c_ttl2 {
    font-size: 2.8rem;
  }
}

.serv_equip figure {
  margin-bottom: 7.5rem;
}

.serv_equip ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .serv_equip ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.serv_equip li {
  border: solid 1px #dcdcdc;
  height: 8rem;
  display: flex;
  align-items: center;
  margin-top: -1px;
  margin-left: -1px;
  justify-content: space-between;
  padding: 0 .8em;
}

@media screen and (min-width: 768px) {
  .serv_equip li {
    font-size: 1.7rem;
    padding: 0 1.5em;
  }
}

.serv_equip .etc {
  text-align: right;
  margin: 1rem 0 3.5rem;
}

@media screen and (min-width: 768px) {
  .serv_equip .etc {
    font-size: 1.7rem;
  }
}

.flow_list ul {
  border-top: solid 1px #dcdcdc;
  margin-top: 9.5rem;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .flow_list ul {
    margin-top: 6rem;
    padding: 0;
  }
}

.flow_list li {
  position: relative;
  margin-left: 12rem;
  padding: 7rem 0;
  border-bottom: solid 1px #dcdcdc;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .flow_list li {
    padding: 5rem 0;
  }
}

.flow_list li:last-child:before {
  height: calc(100% - 17rem);
}

.flow_list li:before {
  content: '';
  position: absolute;
  width: 1rem;
  background: #b8cce5;
  height: calc(100% - 15rem);
  top: 17rem;
  left: -8.5rem;
}

@media screen and (max-width: 767px) {
  .flow_list li {
    flex-direction: column;
    gap: 2rem;
  }
}

.flow_list li i {
  font-family: "Montserrat", serif;
  position: absolute;
  font-weight: 600;
  color: #f4d600;
  font-size: 6rem;
  letter-spacing: .06em;
  left: -12rem;
  line-height: 1;
  margin-top: -.1em;
}

.flow_list dt {
  font-weight: bold;
  font-size: 3.3rem;
  letter-spacing: .06em;
  color: #f4d600;
  margin-bottom: .7em;
}

@media screen and (max-width: 767px) {
  .flow_list dt {
    font-size: 2.6rem;
  }
}

.flow_list dd {
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  .flow_list dd {
    line-height: 1.875;
  }
}

.flow_list figure img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .flow_list figure {
    width: 34rem;
  }
}

.flow_faq dl {
  background: #fff;
  padding: 3rem 9rem 4rem;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .flow_faq dl {
    padding: 3rem 3rem 4rem 8rem;
  }
}

.flow_faq dt {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  color: #f4d600;
  padding: .3em 0;
  margin-bottom: 1.2em;
}

.flow_faq dt:before {
  content: 'Q';
  font-family: "Montserrat", serif;
  background: #f4d600;
  color: #fff;
  line-height: 2;
  width: 2em;
  height: 2em;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  left: -6rem;
  top: 0;
}

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