/*=============================================
 * html
 *=============================================*/
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 430 * 10); } }
/*=============================================
 * body
 *=============================================*/
body {
  background: #fff;
  color: #5A5A5A;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  word-break: break-word; }

@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.875; } }
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0; }

/* =============================================
 * Custom
*=============================================*/
.h-17 {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5; }

.h-18 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5; }

.h-19 {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5; }

.h-20 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5; }

.h-22 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5; }

.h-23 {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5; }

.h-24 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5; }

.h-26 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5; }

.h-28 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5; }

.h-30 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5; }

.h-32 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5; }

.h-36 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5; }

.h-40 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5; }

.h-42 {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.5; }

.h2:after {
  content: '';
  display: block;
  width: 32px;
  height: 0;
  border-top: 3px solid #04834F;
  margin: 25px auto 0; }
.h2 .en {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding-bottom: 4px; }

@media screen and (max-width: 767px) {
  .h-17 {
    font-size: 1.7rem; }

  .h-18 {
    font-size: 1.8rem; }

  .h-19 {
    font-size: 1.9rem; }

  .h-20 {
    font-size: 2.0rem; }

  .h-22 {
    font-size: 2.2rem; }

  .h-23 {
    font-size: 2.3rem; }

  .h-24 {
    font-size: 2.4rem; }

  .h-26 {
    font-size: 2.6rem; }

  .h-28 {
    font-size: 2.8rem; }

  .h-30 {
    font-size: 3.0rem; }

  .h-32 {
    font-size: 3.2rem; }

  .h-36 {
    font-size: 3.6rem; }

  .h-40 {
    font-size: 4.0rem; }

  .h-42 {
    font-size: 4.2rem; }

  .h2:after {
    width: 3.2rem;
    margin-top: 2rem; } }
/* button */
.button {
  position: relative; }

.button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 68px;
  border-radius: 0px;
  background-color: #04834F;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
  transition: all 0.3s linear; }

.button a:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  transition: all 0.3s; }

.button a:hover {
  background-color: #000;
  opacity: 1; }

.button a:hover:after {
  transform: translate(5px, -50%); }

@media screen and (max-width: 767px) {
  .button {
    text-align: center; }
    .button a {
      width: 100%;
      height: 6.8rem;
      font-size: 1.6rem; }
      .button a:after {
        border-width: 0.8rem 0 0.8rem 1.4rem;
        right: 4rem; } }
/* -- -- */
.txt-udl {
  text-decoration: underline; }

a.txt-udl:hover {
  text-decoration: none; }

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

.txt-j {
  text-align: justify; }

.txt-r {
  text-align: right; }

.uppercase {
  text-transform: uppercase; }

.disable {
  pointer-events: none; }

.cl-blue {
  color: #1471CA; }

.cl-green {
  color: #04834F; }

.cl-red {
  color: #D43331; }

.cl-yellow {
  color: #A77930; }

.cl-black {
  color: #000; }

.cl-white {
  color: #fff; }

.cl-orange {
  color: #DE3E2D; }

.cl-pink {
  color: #BF7A77; }

.udl01 {
  background-image: linear-gradient(#ECE484, #ECE484);
  background-size: 100% 7px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.udl02 {
  background-image: linear-gradient(#002A7D, #002A7D);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

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

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

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

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

.bdra-10 {
  border-radius: 10px; }

.bdra-20 {
  border-radius: 20px; }

.bdra-30 {
  border-radius: 30px; }

.img_shadow {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }

.img-obj {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 767px) {
  .bdra-20 {
    border-radius: 10px; }

  .bdra-30 {
    border-radius: 15px; } }
/* -- --*/
.w600 {
  max-width: 600px;
  margin: 0 auto; }

.w800 {
  max-width: 800px;
  margin: 0 auto; }

.w900 {
  max-width: 900px;
  margin: 0 auto; }

.w1000 {
  max-width: 1000px;
  margin: 0 auto; }

/* -- --*/
.section-space {
  padding: 120px 0; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.pt80 {
  padding-top: 80px; }

.pt120 {
  padding-top: 120px; }

.pb80 {
  padding-bottom: 80px; }

.pb100 {
  padding-bottom: 100px; }

.pb120 {
  padding-bottom: 120px; }

.pb200 {
  padding-bottom: 200px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 30px; }

.mt50 {
  margin-top: 50px; }

@media screen and (max-width: 767px) {
  .section-space {
    padding: 50px 0; }

  .pt30,
  .pt40 {
    padding-top: 20px; }

  .pt50,
  .pt60 {
    padding-top: 30px; }

  .pt80 {
    padding-top: 40px; }

  .pt120 {
    padding-top: 50px; }

  .pb80 {
    padding-bottom: 40px; }

  .pb100 {
    padding-bottom: 50px; }

  .pb120 {
    padding-bottom: 50px; }

  .pb200 {
    padding-bottom: 100px; }

  .mt30 {
    margin-top: 20px; } }
/* -- --*/
.bg-cl01 {
  background-color: #F8F6EF; }

.bg-cl02 {
  background-color: #DE3E2D;
  color: #fff; }

/* -- -- */
.img-zoom,
.img-zoom figure {
  display: block;
  overflow: hidden; }

.img-zoom .img-obj {
  transition: 0.6s ease-in-out; }

.img-zoom:hover .img-obj {
  transform: scale(1.07); }

/* -- --*/
.photo-full img {
  width: 100%;
  max-width: inherit; }

/* -- --*/
hr {
  border: 0;
  border-bottom: 1px solid #ccc; }

/* -- --*/
.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  position: static;
  margin-top: 0;
  transition: all 0.3s;
  filter: drop-shadow(0 -1px 7px rgba(0, 0, 0, 0.1)); }

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none; }

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7; }

.swiper-button-prev {
  background: url("../img/common/slider-prev.png") no-repeat center top/cover; }

.swiper-button-next {
  background: url("../img/common/slider-next.png") no-repeat center top/cover; }

.swiper-pagination {
  display: flex;
  gap: 10px; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #C7C7C7;
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 1;
  box-sizing: border-box;
  transition: all 0.3s; }

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  background-color: #1549AC; }

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next {
  margin-top: 0; }

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  position: static; }

.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  height: 4px;
  background-color: #D9D9D9;
  border-radius: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }

.swiper-scrollbar-drag,
.swiper-scrollbar.swiper-scrollbar-horizontal-drag {
  background-color: #008570;
  border-radius: 0; }

.slick-arrow {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #DE3E2D;
  position: relative;
  font-size: 0;
  font-size: 0;
  border: 0;
  cursor: pointer;
  transition: all 0.3s; }

.slick-arrow:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/common/arrow-right-wh.svg") no-repeat center/12px auto;
  position: absolute;
  top: 0;
  left: 0; }

.slick-arrow:hover {
  opacity: 0.5; }

.slick-prev:after {
  transform: rotate(180deg); }

.slick-arrow.slick-disabled {
  pointer-events: none; }

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px; }

.slick-dots li {
  width: 12px;
  height: 12px; }

.slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  background: #C7C7C7;
  border: 0;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%; }

.slick-dots .slick-active button,
.slick-dots button:hover {
  background-color: #1549AC; }

.slider-nav {
  display: flex;
  align-items: center;
  gap: 15px; }

.slider-nav .slick-dots {
  order: 1; }

.slider-nav .slick-prev {
  order: 2;
  margin-left: 35px; }

.slider-nav .slick-next {
  order: 3; }

/* -- -- */
.tb-style {
  line-height: 25px; }

.tb-style dl {
  display: table;
  width: 100%;
  box-sizing: border-box; }

.tb-style dl dt,
.tb-style dl dd {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box; }

.tb-style dl dt {
  width: 105px; }

.tb-style dl dd {
  padding-left: 355px; }
  .tb-style dl dd p:not(:last-child) {
    padding-bottom: 25px; }

.tb-style dl:not(:last-child) {
  padding-bottom: 30px; }

.tb-style dl:not(:last-child) dt,
.tb-style dl:not(:last-child) dd {
  padding-bottom: 30px; }

.tb-style dl:not(:last-child) dt {
  border-bottom: 1px solid #04834F; }

.tb-style dl:not(:last-child) dd {
  border-bottom: 1px solid #D8D8D8; }

@media screen and (max-width: 1200px) {
  .tb-style dl dd {
    padding-left: 30px; } }
@media screen and (max-width: 767px) {
  .tb-style dl {
    display: block;
    position: relative; }
    .tb-style dl dt,
    .tb-style dl dd {
      display: block; }

  .tb-style dl dt {
    width: auto; }

  .tb-style dl dd {
    padding-left: 0; }
    .tb-style dl dd p:not(:last-child) {
      padding-bottom: 2rem; }

  .tb-style dl:not(:last-child) {
    padding-bottom: 3rem; }
    .tb-style dl:not(:last-child):after {
      content: '';
      width: 10rem;
      height: 0;
      border-bottom: 1px solid #04834F;
      position: absolute;
      bottom: 3rem;
      left: 0; }

  .tb-style dl:not(:last-child) dt,
  .tb-style dl:not(:last-child) dd {
    padding-bottom: 3rem; }

  .tb-style dl:not(:last-child) dt {
    border-bottom: 0;
    padding-bottom: 1rem; } }
/* -- -- */
.box-qa .item:not(:last-child) {
  padding-bottom: 100px; }

.box-qa .txt-q {
  line-height: 40px;
  position: relative;
  pointer-events: none;
  padding-left: 48px; }

.box-qa .txt-q:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../img/common/icon-q.png") no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0; }

.box-qa .txt-a {
  padding-top: 24px; }

@media screen and (max-width: 767px) {
  .box-qa .item:not(:last-child) {
    padding-bottom: 30px; }

  .box-qa .txt-q {
    font-size: 20px;
    line-height: 30px; }

  .box-qa .txt-a {
    padding-top: 16px; } }
/* -- -- */
.ovh {
  overflow: hidden; }

/* -- -- */
.btn-tel a {
  display: block;
  background-color: #D3D3D3;
  padding: 4px 52px 8px 20px;
  text-align: center;
  position: relative; }
  .btn-tel a:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #04834F;
    border-style: solid;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }
  .btn-tel a span {
    display: block;
    background: url("../img/common/icon-tel.webp") no-repeat center left/27px auto;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 36px;
    padding-left: 30px; }
  .btn-tel a small {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px; }

.btn-inq a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 68px;
  background-color: #04834F;
  color: #fff;
  padding: 0 25px; }
  .btn-inq a:before {
    content: '';
    width: 24px;
    height: 17px;
    background: url("../img/common/icon-email.webp") no-repeat center top/cover;
    display: block; }
  .btn-inq a:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    display: block;
    margin-left: 5px;
    transition: all 0.3s; }
  .btn-inq a:hover {
    background-color: #000;
    opacity: 1; }
    .btn-inq a:hover:after {
      transform: translateX(5px); }

.cv-btn {
  display: flex; }

@media screen and (max-width: 767px) {
  .btn-tel a {
    text-align: left;
    padding: 0.65rem 2.5rem; }
    .btn-tel a:after {
      border-width: 0.8rem 0 0.8rem 1.6rem;
      right: 2rem; }
    .btn-tel a span {
      background-size: 3rem;
      font-size: 3.3rem;
      line-height: 1.2;
      padding-left: 3.5rem; }
    .btn-tel a small {
      font-size: 1.5rem;
      line-height: 1.5;
      padding-left: 3rem; }

  .btn-inq a {
    display: flex;
    justify-content: center;
    gap: 2rem;
    height: 7.5rem;
    font-size: 1.7rem; }
    .btn-inq a:before {
      width: 3.5rem;
      height: 2.5rem; }
    .btn-inq a:after {
      border-width: 0.8rem 0 0.8rem 1.6rem;
      margin-left: 1rem; }

  .cv-btn {
    flex-direction: column;
    gap: 1.5rem; } }
/*=============================================
 * <header>
 *=============================================*/
header {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  position: sticky;
  top: 0;
  background-color: #fff;
  color: #000;
  z-index: 100;
  padding-left: 30px; }

header .logo {
  flex: 1 0 0; }

header .logo a {
  display: block;
  max-width: 204px; }

#navbar {
  width: calc(50% + 600px);
  max-width: calc(100% - 234px);
  position: relative; }

#navbar .nav-wrap {
  display: flex;
  align-items: center;
  gap: 20px; }

#navbar .nav-list {
  display: flex;
  align-items: center;
  gap: 62px;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  flex: 1 0 0; }

#navbar .nav-list a {
  border-bottom: 1px solid transparent; }

#navbar .nav-list a:hover,
#navbar .nav-list a.current {
  opacity: 1;
  border-bottom-color: #000; }

#navbar .btn-tel a {
  padding: 8px 32px 16px; }
  #navbar .btn-tel a:after {
    display: none; }
  #navbar .btn-tel a span {
    font-size: 32px;
    padding-left: 30px; }
  #navbar .btn-tel a small {
    font-weight: 700;
    font-size: 16px;
    padding-left: 30px; }

#navbar .btn-inq a {
  height: 80px;
  font-size: 20px; }

.hamburger {
  display: none; }

@media screen and (max-width: 1200px) {
  header {
    padding-left: 20px; }
    header .logo a {
      max-width: 180px; }

  #navbar {
    width: auto;
    max-width: inherit; }
    #navbar .nav-list {
      gap: 20px; } }
@media screen and (max-width: 1023px) {
  header {
    height: 73px;
    padding: 0 15px 0 20px; }
    header:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0; }

  header .logo a {
    max-width: 204px; }

  .hamburger {
    display: block; }

  #navbar {
    display: grid;
    width: 100%;
    height: 100vh;
    background-color: #04834F;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    padding: 135px 0px 35px;
    z-index: -1;
    border-radius: 0; }

  #navbar .nav-wrap {
    flex-direction: column;
    gap: 50px 0; }

  #navbar .nav-list {
    flex-direction: column;
    gap: 30px;
    width: 100%;
    font-size: 23px;
    line-height: 1.5;
    flex: inherit; }

  #navbar .cv-btn {
    flex-direction: column;
    gap: 15px; }

  #navbar .btn-inq a {
    display: flex;
    justify-content: center;
    border: 1px solid #fff; }

  #navbar .nav-logo {
    display: block;
    width: 68px; }

  .navOpen #navbar {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%); } }
@media screen and (max-width: 767px) {
  header {
    height: 7.3rem;
    padding: 0 1.5rem 0 2rem; }
    header .logo a {
      max-width: 20.4rem; }

  #navbar {
    padding: 13.5rem 3rem 3.5rem; }
    #navbar .nav-wrap {
      gap: 3rem; }
    #navbar .nav-list {
      gap: 3rem;
      font-size: 2.3rem;
      padding-bottom: 2rem; }
    #navbar .cv-btn {
      width: 100%;
      gap: 1.5rem; }
    #navbar .btn-tel a {
      padding: 8rem 3rem 1rem; }
      #navbar .btn-tel a span {
        font-size: 3.3rem;
        padding-left: 4rem; }
      #navbar .btn-tel a small {
        font-size: 1.6rem;
        padding-left: 4rem; }
    #navbar .btn-inq a {
      height: 8rem; }
    #navbar .nav-logo {
      width: 6.8rem; } }
@media screen and (min-width: 1024px) {
  #navbar {
    height: auto !important; } }
/*=============================================
 * <footer>
 *=============================================*/
footer {
  background: url("../img/common/footer-bg.webp") no-repeat center top/cover;
  color: #fff;
  line-height: 25px; }
  footer hr {
    border-bottom-color: #767676; }
  footer .box-1 {
    display: flex;
    align-items: center;
    gap: 90px;
    padding: 60px 0; }
    footer .box-1 hr {
      margin: 20px 0; }
  footer .logo {
    width: 132px; }
  footer .txt-info p:first-child {
    line-height: 30px; }
  footer .txt > *:not(:last-child) {
    padding-bottom: 15px; }
  footer .box-2 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-size: 13px;
    line-height: 20px;
    padding: 50px 0; }
  footer nav {
    display: flex;
    gap: 60px; }
  footer .cv-btn {
    gap: 40px; }
  footer .btn-inq {
    font-size: 16px; }

footer address {
  text-align: left;
  padding-top: 32px; }

@media screen and (max-width: 1023px) {
  footer .box-1 {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px; }
  footer .logo {
    width: 100%; }
    footer .logo a {
      display: block;
      max-width: 132px;
      margin: 0 auto; }
  footer .box-2 {
    flex-direction: column;
    align-items: center; } }
@media screen and (max-width: 767px) {
  footer {
    line-height: 2.5rem; }
    footer .box-1 {
      flex-direction: column;
      align-items: flex-start;
      flex-wrap: nowrap;
      gap: 2.5rem;
      padding: 7rem 0 2.5rem; }
      footer .box-1 hr {
        margin: 1.5rem 0; }
    footer .logo a {
      max-width: 13.2rem; }
    footer .txt-info {
      padding-top: 2.5rem; }
      footer .txt-info p:first-child {
        line-height: 3rem; }
    footer .txt > *:not(:last-child) {
      padding-bottom: 1.5rem; }
    footer .box-2 {
      gap: 5rem;
      padding: 3.5rem 0 6.4rem;
      font-size: 1.6rem;
      line-height: 1.5; }
    footer nav {
      justify-content: center;
      font-size: 1.9rem;
      gap: 4.5rem; }
    footer address {
      padding-top: 1.5rem; }
    footer .cv-btn {
      gap: 1.5rem;
      width: 100%; }
    footer .btn-inq {
      font-size: 1.7rem; } }
/*=============================================
 * section-cta
 *=============================================*/
.section-cta {
  background: url("../img/index/cta-bg.webp") no-repeat center top/cover;
  color: #fff;
  padding: 70px 0 50px; }
  .section-cta .txt {
    padding-top: 15px; }
  .section-cta .cv {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    width: 560px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 25px;
    padding: 10px 30px 30px;
    box-sizing: border-box; }
  .section-cta .btn-tel {
    width: 100%; }
    .section-cta .btn-tel a {
      background-color: transparent;
      text-align: left;
      padding: 0; }
      .section-cta .btn-tel a:after {
        display: none; }
      .section-cta .btn-tel a span {
        background-image: url("../img/common/icon-tel-wh.webp");
        background-size: 34px auto;
        font-size: 50px;
        letter-spacing: 0.05em;
        line-height: 50px;
        padding-left: 50px; }
      .section-cta .btn-tel a small {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 24px;
        padding-left: 40px; }
  .section-cta .btn-inq a {
    display: flex;
    gap: 15px;
    width: 220px;
    height: 60px;
    background-color: #fff;
    color: #04834F;
    font-size: 20px;
    padding: 0 20px;
    box-sizing: border-box; }
    .section-cta .btn-inq a:before {
      background-image: url("../img/common/icon-email-green.webp");
      width: 32px;
      height: 22px; }
    .section-cta .btn-inq a:after {
      display: none; }
    .section-cta .btn-inq a:hover {
      background-color: #D3D3D3; }
  .section-cta .btn-car a {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 220px;
    height: 60px;
    background-color: #fff;
    color: #04834F;
    font-size: 20px;
    padding: 0 20px;
    box-sizing: border-box; }
    .section-cta .btn-car a:before {
      content: '';
      width: 65px;
      height: 42px;
      background: url("../img/common/icon-car.webp") no-repeat center top/cover;
      display: block; }
    .section-cta .btn-car a:hover {
      background-color: #D3D3D3;
      opacity: 1; }

@media screen and (max-width: 767px) {
  .section-cta {
    background-image: url("../img/index/cta-bg_sp.webp");
    padding: 4.5rem 0 5.5rem; }
    .section-cta .wrap {
      padding: 2.5rem; }
    .section-cta h2 .h-26 {
      font-size: 2.2rem; }
    .section-cta .txt {
      padding-top: 2.5rem; }
    .section-cta .cv {
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 1.5rem;
      width: 100%;
      margin-top: 4rem;
      padding: 3.5rem 2rem; }
    .section-cta .btn-tel a span {
      background-size: 2.6rem;
      font-size: 4.1rem;
      letter-spacing: 0;
      line-height: 1;
      padding-left: 4rem; }
    .section-cta .btn-tel a small {
      font-size: 1.6rem;
      line-height: 1.5;
      padding-left: 3.2rem; }
    .section-cta .btn-inq a,
    .section-cta .btn-car a {
      display: flex;
      justify-content: flex-start;
      width: 100%;
      height: 9.3rem;
      font-size: 2.9rem;
      padding: 0 3.5rem; }
    .section-cta .btn-inq a {
      gap: 2.6rem; }
      .section-cta .btn-inq a:before {
        width: 4.8rem;
        height: 3.3rem; }
    .section-cta .btn-car a {
      gap: 2rem; }
      .section-cta .btn-car a:before {
        width: 6.4rem;
        height: 4.2rem; } }
/*=============================================
 * btn fixed
 *=============================================*/
.ft-fixed {
  width: 27%;
  max-width: 500px;
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }

.ft-fixed.fixed {
  opacity: 1;
  visibility: visible; }

.ft-fixed.stop {
  opacity: 0;
  visibility: hidden; }

@media screen and (max-width: 1023px) {
  .ft-fixed {
    width: 50%; } }
@media screen and (max-width: 767px) {
  .ft-fixed {
    width: 70%; } }
/*=============================================
 * KV
 *=============================================*/
#kv {
  display: flex;
  align-items: center;
  width: 100%;
  height: 300px;
  position: relative;
  background: url("../img/common/bg-1.webp") no-repeat center top/cover;
  color: #fff; }

.kv-title {
  display: flex;
  align-items: center;
  position: relative; }
  .kv-title .ja {
    position: relative; }
  .kv-title .en {
    mix-blend-mode: lighten;
    color: #04834F;
    opacity: 0.34;
    font-weight: 700;
    font-style: italic;
    font-size: 118px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    left: -45px; }

@media screen and (max-width: 1023px) {
  .kv-title {
    flex-direction: column; }
    .kv-title .en {
      left: 0;
      margin-top: -30px; } }
@media screen and (max-width: 767px) {
  #kv {
    height: 20rem; }

  .kv-title {
    flex-direction: column; }
    .kv-title .en {
      font-size: 6rem;
      left: 0;
      margin-top: -2rem; } }
/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  margin-bottom: 80px;
  padding: 24px 0px 30px;
  text-transform: uppercase; }

.breadcrumbs .wrap {
  overflow-x: auto; }

.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: max-content; }

.breadcrumbs ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative; }

.breadcrumbs ul li + li:before {
  content: '>'; }

.breadcrumbs a {
  display: block;
  color: #000; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs span {
  word-break: break-all; }

@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 4rem;
    padding: 1rem 0; } }
/* =============================================
 * 404
 *=============================================*/
.error404 .breadcrumbs {
  display: none; }

#content-404 {
  padding: 100px 0; }

#content-404 .txt {
  padding-top: 30px; }

#content-404 .button {
  text-align: center;
  padding-top: 40px; }
  #content-404 .button a {
    padding-right: 0; }

@media screen and (max-width: 767px) {
  #content-404 {
    padding: 5rem 0; }

  #content-404 .wrap {
    text-align: justify; }

  #content-404 .txt {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-top: 2rem; }

  #content-404 .button {
    padding-top: 3rem; } }
/* =============================================
 * wpcf7
 *=============================================*/
.wpcf7 {
  position: relative; }

.wpcf7-form-control-wrap {
  display: block; }

.wpcf7 .select {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap {
  flex: 1;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap::after {
  content: '';
  width: 11px;
  height: 6px;
  background: url("../img/common/arrow-down.webp") no-repeat center top/cover;
  position: absolute;
  top: 16px;
  right: 20px; }

.wpcf7 .select select {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  font-weight: 700;
  line-height: 30px;
  padding: 14px 50px 14px 15px;
  cursor: pointer; }

.wpcf7 .select select::-ms-expand {
  display: none; }

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 14px 25px;
  font-weight: 700;
  line-height: 30px; }

.wpcf7 textarea {
  height: 200px;
  resize: vertical;
  padding: 15px; }

.wpcf7 input[type="date"] {
  padding-right: 40px; }

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url("");
  background-position: top 13px right 20px;
  background-size: 17px auto;
  position: absolute;
  top: 0;
  left: 0; }

.wpcf7 ::-webkit-input-placeholder {
  color: #D9D9D9; }

.wpcf7 ::-moz-placeholder {
  color: #D9D9D9; }

.wpcf7 :-ms-input-placeholder {
  color: #D9D9D9; }

.wpcf7 :-moz-placeholder {
  color: #D9D9D9; }

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px; }

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
  cursor: pointer; }

.wpcf7-checkbox input,
.wpcf7-radio input {
  display: none; }

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  position: relative;
  line-height: 16px; }

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after {
  content: '';
  box-sizing: border-box;
  border-radius: 50%; }

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #D9D9D9;
  width: 16px;
  height: 16px;
  border-radius: 50%; }

.wpcf7-radio .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:after {
  display: none;
  width: 10px;
  height: 10px;
  background-color: #04834F;
  position: absolute;
  top: 3px;
  left: 3px; }

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
  border-radius: 50%; }

.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
  display: block; }

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #E50012; }

.wpcf7 .result-txt {
  display: block;
  word-break: break-all;
  white-space: pre-wrap; }

@media screen and (max-width: 767px) {
  .wpcf7 .select {
    width: 100%; }

  .wpcf7-checkbox,
  .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 1rem; }

  .wpcf7 input:not([type="checkbox"], [type="radio"]),
  .wpcf7 textarea {
    padding: 1.5rem;
    line-height: 3rem; } }
/*=============================================
 * post type
 *=============================================*/
.list-works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  line-height: 1.5; }
  .list-works .col {
    display: block; }
  .list-works .img {
    display: block;
    width: 100%;
    padding-top: 77%;
    position: relative;
    overflow: hidden; }
    .list-works .img img {
      position: absolute;
      top: 0;
      left: 0; }
  .list-works time {
    display: block;
    font-weight: 400;
    padding-top: 15px; }
  .list-works .ttl {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden; }

@media screen and (max-width: 1023px) {
  .list-works {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  .list-works {
    grid-template-columns: 1fr;
    gap: 5.4rem; }
    .list-works time {
      padding-top: 1.5rem; } }
/* -- -- */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  font-weight: 700;
  line-height: 1.5;
  position: relative; }

.wp-pagenavi .pages {
  display: none; }

.wp-pagenavi span,
.wp-pagenavi a {
  display: block; }

.wp-pagenavi a:hover {
  color: #04834F;
  opacity: 1; }

.wp-pagenavi .current {
  pointer-events: none;
  color: #04834F; }

.wp-pagenavi .previouspostslink {
  width: 0;
  height: 0;
  border-width: 8px 14px 8px 0;
  border-color: transparent #04834F transparent transparent;
  border-style: solid;
  font-size: 0; }
  .wp-pagenavi .previouspostslink:hover {
    border-right-color: #5A5A5A; }

.wp-pagenavi .nextpostslink {
  width: 0;
  height: 0;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #04834F;
  border-style: solid;
  font-size: 0; }
  .wp-pagenavi .nextpostslink:hover {
    border-left-color: #5A5A5A; }

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    gap: 3rem; }

  .wp-pagenavi .previouspostslink {
    border-width: 0.8rem 1.4rem 0.8rem 0; }

  .wp-pagenavi .nextpostslink {
    border-width: 0.8rem 0 0.8rem 1.4rem; } }
/* -- -- */
.sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 34px;
  line-height: 1.5; }
  .sidebar a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 114px;
    background-color: #04834F;
    color: #fff;
    text-align: center;
    padding: 12px 10px; }
    .sidebar a:hover, .sidebar a.current {
      background-color: #000;
      opacity: 1; }

@media screen and (max-width: 1023px) {
  .sidebar {
    gap: 10px; } }
@media screen and (max-width: 767px) {
  .sidebar {
    gap: 0.5rem;
    padding-top: 4.5rem; }
    .sidebar a {
      width: 12rem;
      padding: 1.2rem 1rem;
      box-sizing: border-box; }
      .sidebar a:nth-child(2) {
        min-width: 13rem; } }

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