@charset "utf-8";

html {
  font-size: 10px;
}
body {
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  overflow-x: hidden;
  max-width: 100%;
  /*letter-spacing: 0.1em;*/
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: justify;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding-top: 80px !important;
}
@media(max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
main {
  overflow: hidden;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
p {
  /*letter-spacing: 0.1em;*/
}
.en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.sp {
  display: none;
}
.font-serif {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
}
.font-sans {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
}
br.br_sp {
  display: none;
}

/*==================================================
common
===================================*/
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
.f-box {
  display: flex;
}
.f-box-r {
  flex-direction: row-reverse;
}
.c-ttl-lv02 {
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.c-ttl-lv02 span.en {
  display: block;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
}
.c-ttl-lv02 span.en::after {
  content: '';
  display: block;
  background-color: #333;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.c-ttl-lv03 {
  font-size: 3.0rem;
  font-weight: 600;
}
.vm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vm-btn a {
  display: flex;
  align-items: center;
}
.vm-btn a:hover {
  opacity: 1;
  color: #ef4625;
}
.vm-btn .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.vm-btn .arrow img {
  width: 8px;
}

/*▼アニメーション*/
.fuwari {
    animation-name: fuwari;
    animation-duration: 5s;
}
@keyframes fuwari {
  0%{
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sa {
  opacity: 0.01;
  transition: opacity .95s cubic-bezier(.19,1,.22,1), transform .95s cubic-bezier(.19,1,.22,1);
}
.sa.show {
  opacity: 1;
  transform: translateY(0);
}
.sa.inline {
  display: inline;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translateY(30px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(0.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

/*スライダー*/
.container {
  width: 100%;
  overflow: hidden;
  margin-top: 140px;
}
.infinite-slider {
  width: 100%;
}
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.infinite-slider .swiper-slide {
  width: clamp(160px, 28vw, 360px);
  margin-right: 4px !important;
}
.infinite-slider .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
}

/*==================================================
header
===================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}
/* スクロール後 */
header.is-scrolled {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
}
header .header-area {
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
header .header_logo a:hover {
  opacity: 1;
}
header .header_logo a img {
  height: 60px;
  position: relative;
}
header .header_gnav ul {
  display: flex;
  align-items: center;
}
header .header_gnav ul li {
  margin-right: 30px;
  text-align: center;
}
header .header_gnav ul li:last-of-type {
  margin-right: 0 !important;
}
header .header_gnav ul li a {
  color: #333;
  font-size: 1.4rem;
  font-weight: 600;
}
header .header_gnav ul li a:hover {
  opacity: 1 !important;
  color: #ef4625
}
header .header_gnav ul li a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}
header .header_gnav .r-form-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  background-color: #333;
  color: #fff;
}
header .header_gnav .r-form-btn a:hover {
  opacity: 1 !important;
  color: #ef4625;
}

/*問い合わせ・予約ボタン*/
header .header_gnav .rsv-btn a {
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #2f7f79;
  font-weight: 500;
}

/*==================================================
hamburger
===================================*/
@media(max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  /*開閉用ボタン（ハンバーガーボタン）*/
  .menu-btn {
    position: fixed;
    top: 25px;
    right: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
    -webkit-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent;
  }
  .menu-btn-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 30%;
    background: #333;
    -webkit-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .menu-btn-line::before,
  .menu-btn-line::after {
    content: "";
    height: 2px;
    width: 100%;
    background: #333;
    position: absolute;
    left: 0;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .menu-btn-line::before{
    top: -5px;
  }
  .menu-btn-line::after{
    top: 5px;
  }

  /* 開閉用ボタンがクリックされた時のスタイル */
  .open .sp-menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
  }
  .open .menu-btn {
    border-color: #333;
  }
  .open .menu-btn-line{
    background-color: transparent;
  }
  .open .menu-btn-line::before,
  .open .menu-btn-line::after {
    top: 0;
    background: #fff;
  }
  .open .menu-btn-line::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .menu-btn-line::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*開いたメニュー*/
  .sp-menu {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(51 51 51 / 95%);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
  }
  .sp-menu ul {
    padding: 0;
    list-style-type: none;
    width: 50%;
  }
  .sp-menu li {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .sp-menu li:nth-of-type(4) {
    margin-bottom: 50px;
  }
  .sp-menu li:last-of-type {
    margin-bottom: 0;
  }
  .sp-menu li a {
    color: #fff;
    align-items: center;
    letter-spacing: 0.2em;
    font-size: 1.4rem;
  }
  .sp-menu li a span {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .sp-menu .r-form-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 40px;
    color: #333;
    font-weight: 600;
    width: 200px;
    margin: 0 auto;
  }
}

/*==================================================
footer
===================================*/
footer {
  margin-top: 4px;
}
footer .f_top {
  background-image: url(../images/common/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
footer .f_top a {
  color: #fff;
  height: 360px;
  display: flex;
  align-items: center;
}
footer .f_top a {
  opacity: 1;
}
footer .f_top a .arrow {
    position: relative;
    display: block;
}
footer .f_top a .arrow img {
    display: block;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
footer .f_top a .arrow-org {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
footer .f_top a:hover .arrow-white {
    opacity: 0;
}
footer .f_top a:hover .arrow-org {
    opacity: 1;
}
footer .f_top a:hover .c-ttl-lv02 {
  opacity: 1;
}
footer .f_top .c-ttl-lv02 {
  align-items: flex-start;
}
footer .f_top .c-ttl-lv02 span.en::after {
  background-color: #fff;
}
footer .f_top a .f-box {
  justify-content: space-between;
}
.arrow-btn {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-btn .arrow img {
  width: auto;
}
footer .f_bottom {
  margin-top: 4px;
  background-color: #333;
  color: #fff;
  padding: 100px 0 60px 0;
}
footer .f_bottom a {
  color: #fff;
}
footer .f_bottom .f-box {
  margin-bottom: 80px;
  gap: 60px;
}
footer .f_bottom .f-box .f_info {
  width: 50%;
}
footer .f_bottom .f-box .f_guide {
  width: 50%;
}
footer .f_bottom .f-box .f_guide .f_svc {
  margin-bottom: 80px;
}
footer .f_bottom .f-box .f_guide .f_svc p a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
footer .f_bottom .f-box .f_guide .f_svc p a:hover {
  opacity: 1;
  color: #ef4625;
}
footer .f_bottom .f-box .f_guide .f_svc p::after {
  content: '';
  display: block;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin: 20px 0 30px 0;
}
footer .f_bottom .f-box .f_guide .f_svc ul {
  display: flex;
  gap: 30px;
}
footer .f_bottom .f-box .f_guide .f_navi::before {
  content: '';
  display: block;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}
footer .f_bottom .f-box .f_guide .f_navi ul {
  display: flex;
  gap: 30px;
}
footer .f_bottom .f-box .f_guide ul li a {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 400;
}
footer .f_bottom .f-box .f_guide ul li a:hover {
  opacity: 1 !important;
  color: #ef4625;
}
footer .f_bottom .f-box .f_guide ul li a::before {
  content: '';
  display: block;
  background-color: #fff;
  width: 6px;
  height: 1px;
  margin-right: 5px;
}
footer .f_bottom .f-logo {
  margin-bottom: 60px;
}
footer .f_bottom .f-logo img {
  width: auto;
}
footer .f_bottom .f-logo p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 30px;
}
footer .f_bottom .f_txt {
  font-size: 1.4rem;
}
footer .f_bottom .f_txt a {
  display: block;
  margin-top: 30px;
  text-decoration: underline;
  font-size: 1.3rem;
  font-weight: 400;
}
footer .f_bottom .f_txt a:hover {
  opacity: 1 !important;
  color: #ef4625;
}
footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}

/*==================================================
TOP
===================================*/
.mv-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mv-text {
  background-color: #fff;
  padding: 60px 60px;
  font-size: 6.0rem;
  font-weight: 700;
  width: 40%;
  text-align: center;
}
.mv-text .s-txt {
  font-size: 1.8rem;
}
.mv-image {
  width: 60%;
}
.mv-image img {
  width: auto;
}
.top-svc {
  margin-top: 120px;
}
.top-svc .svc-list {
  margin: 60px 0 80px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.top-svc .svc-list-item {
  border: 1px solid #333;
}
.top-svc .svc-list-inner {
  padding: 60px 40px;
}
.ttl-area {
  margin-bottom: 30px;
}
.top-svc .svc-ttl {
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.top-svc .svc-ttl span {
  display: block;
  color: #ef4625;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
.top-svc .svc-tag-list {
  display: flex;
  gap: 6px;
  font-weight: 500;
}
.top-svc .svc-tag-list .svc-tag {
  background-color: #333;
  padding: 4px 4px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}
.top-svc .img-area {
  margin-bottom: 30px;
}
.top-svc .txt-area {
  margin-bottom: 40px;
  min-height: 8em;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.btn .arrow img {
  width: 8px;
}
.top-vision {
  margin-top: 120px;
}
.top-vision .img-box {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 60px;
  align-items: center;
}
.top-vision .img-box .txt-area .ttl {
  margin-bottom: 40px;
}
.top-vision .img-box .txt-area .txt {
  margin-bottom: 80px;
  line-height: 2.8;
  font-size: 1.6rem;
}
.top-vision .img-box .txt-area .vm-btn {
  justify-content: flex-end;
}


/*NEWS*/
.top-news {
  margin-top: 120px;
}
.top-news .c-ttl-lv02 {
  align-items: flex-start;
}
.news-cont {
  display: flex;
  gap: 120px;
}
.news-area {
  width: 100%;
}
.news-wrap {
  border-top: 1px solid #333;
  margin-bottom: 40px;
}
.news-wrap dl {
  border-bottom: 1px solid #333;
  padding-top: 30px;
  padding-bottom: 30px;
}
.news-wrap dl a {
  display: flex;
  align-items: center;
}
.news-wrap dl a:hover {
  opacity: 1;
}
.news-wrap dl a:hover dd {
  color: #ef4625
}
.news-wrap dl dt {
  width: 300px;
  margin-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-cat {
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #333;
  padding: 4px 4px;
}
.top-news .vm-btn {
  justify-content: flex-end;
}

/*==================================================
lower ABOUT
===================================*/
section.title {
  margin-bottom:  140px;
}
.lower_ttl_inner {
  position: relative;
  overflow: hidden;
}
.lower_ttl_inner img {
  width: 100%;
  height: clamp(240px, 38vw, 480px);
  object-fit: cover;
}
.lower_ttl_inner .ttl-txt {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  width: 1200px;
  margin: 0 auto;
}
.lower_ttl_inner .ttl-txt .page_title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: clamp(1.4rem, 2.6vw, 1.4rem);
  color: #fff;
  line-height: 1;
}
.lower_ttl_inner .ttl-txt .page_title span {
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
}
.lower_ttl_inner .page_title span.en::after {
    content: '';
    display: block;
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.about .txt-cnt {
  text-align: center;
  margin-bottom: 120px;
}
.c-ttl-lv03 {
  margin-bottom: 60px;
  line-height: 1;
}
.about .txt-cnt .txt {
  font-size: 1.6rem;
}
.about .img-box {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}
.about .table-area {
  border-top: 1px solid #333;
}
.about .table-area dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about .table-area dl dt {
  width: 120px;
  margin-right: 40px;
}
.map-area {
  margin-bottom: 120px;
}
.map-area iframe {
  width: 100%;
}

/*==================================================
lower PP
===================================*/
.lower_inner {
  width: 960px;
  margin: 0 auto;
}
.pp .lead-txt {
  text-align: center;
}
.pp .pp-list {
  margin-top: 100px;
  margin-bottom: 120px;
}
.pp .pp-list dl {
  margin-bottom: 60px;
}
.pp .pp-list dl dt {
  font-weight: 700;
}
.pp .pp-list dl dt::after {
  content: '';
  display: block;
  background-color: #333;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 25px;
}

/*==================================================
lower SERVICE
===================================*/
.svc .lead-txt {
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.6rem;
}
.svc .svc-list {
  margin-bottom: 120px;
}
.svc .svc-list .svc-list-item {
  border: 1px solid #333;
  margin-bottom: 60px;
}
.svc .svc-list .svc-list-item:last-of-type {
  margin-bottom: 0;
}
.svc .svc-list-inner {
  display: grid;
  grid-template-columns: 480px minmax(0, 1fr);
  padding: 40px 40px;
  gap: 40px;
}
.svc-cat-top .svc-ttl {
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.svc .svc-list-inner .txt-area .ttl-area .svc-ttl span {
  color: #ef4625;
  font-weight: 600;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}
.svc .svc-list-inner .txt-area .ttl-area .svc-tag-list {
  display: flex;
  gap: 6px;
}
.svc .svc-list-inner .txt-area .ttl-area .svc-tag-list .svc-tag {
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 4px;
  line-height: 1;
  text-align: left;
}
.svc .svc-list-inner .txt-area .btn {
  margin-top: 30px;
}

/*==================================================
NEWS 一覧
===================================*/
.news .news-area {
  margin-bottom: 120px;
}
.news .vm-btn .arrow {
  margin-left: 0;
  margin-right: 20px;
}
.news .news-wrap {
  margin-bottom: 60px;
}
.news .archive-pagination {
  margin-bottom: 100px;
}
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.numbers {
  border: 1px solid #333;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.numbers:hover {
  opacity: 1;
  color: #ef4625;
}
.next {
  border: none;
}

/*==================================================
NEWS 各記事
===================================*/
.news-detail .article {
  margin-bottom: 120px;
}
.news-detail .art-ttl::after {
  content: '';
  display: block;
  background-color: #333;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.news-detail .art-ttl {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.news-detail .art-ttl span {
  display: block;
}
.news-detail .art-ttl .date {
  font-size: 1.4rem;
  margin-bottom: 20px;
  line-height: 1;
}
.news-detail .news-cat {
  display: inline-block;
  line-height: 1;
}
.news-detail .art-txt {
  border-bottom: 2px solid #333;
  padding-bottom: 100px;
  margin-bottom: 80px;
}
.news-detail .vm-btn .arrow {
  margin-left: 0;
  margin-right: 20px;
}

/*==================================================
CONTACT
===================================*/
.contact .tel {
  margin-bottom: 100px;
}
.contact .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
}
.contact .tel a:hover {
  opacity: 1;
  color: #ef4625;
}
.contact .tel a .icon img {
  width: auto;
}
.contact .tel a .icon {
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.contact .lead-txt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 100px;
}


/*コンタクトフォーム*/
.contact .contact-form {
  margin-bottom: 120px;
}
.contact form label {
  display: flex !important;
  align-items: center;
}
.contact form span.req {
  color: #fff;
  background-color: #333;
  padding: 1px 4px 2px 4px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 10px;
}
.contact form input , .contact form textarea {
  border: 1px solid #333;
  background-color: #f8f8f8;
  width: 100%;
  padding: 10px 10px;
}
form span.form-ttl {
  display: block;
  width: 360px;
  text-align: left;
  font-weight: 500;
}
form label {
  margin-bottom: 30px !important;
}
label .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact form .inquiry-type label .form-ttl {
  margin-bottom: 5px;
  display: inline-block;
}
.contact form .inquiry-type label input {
  width: auto !important;
  margin: 0 10px 4px 0;
}
.contact form .inquiry-type .wpcf7-list-item {
  margin-left: 0 !important;
}
.contact form .inquiry-type .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}
.contact form textarea {
  max-width: 100%;
  font-size: 1.4rem;
}
.check-box span.form-ttl {
  width: 260px;
}
.check-box p {
  display: flex;
}
.check-box p label {
  /*margin-bottom: 20px !important;*/
}
.check-box input[type="checkbox"] {
  display: none;
}
.check-box .wpcf7-list-item label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.check-box .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
}
/* 未チェック状態 */
.check-box .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  background: #f8f8f8;
}
/* チェック後 */
.check-box input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-60%) rotate(45deg);
}
.check-box input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: #0066cc;
  border-color: #0066cc;
}
.wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 20px !important;
}
.contact form .btn input.wpcf7-submit {
  width: 240px;
  height: 50px;
  color:  #fff;
  background-color: #333;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  font-weight: 600;
}
.contact .btn {
  justify-content: center;
}
.contact form .btn input.wpcf7-submit:hover {
  color: #fff;
  background-color: #333;
}
.screen-reader-response {
  display: none !important;
}
.wpcf7 form.sent .form-inner {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: block;
  padding: 30px 20px;
  border: 1px solid #fff !important;
}
.wpcf7 textarea {
  resize: vertical;
  min-height: 180px;
}
.wpcf7-not-valid-tip {
  text-align: left;
  font-size: 1.4rem !important;
}
.details label {
  margin-bottom: 40px !important;
}
.wpcf7-spinner {
  display: none !important;
}
.chk p {
  justify-content: center;
}
.chk p label {
  margin-bottom: 40px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}


/*完了画面*/
.c-thanks {
  margin-bottom: 140px;
}
.c-thanks .thanks-txt {
  text-align: center;
}
.c-thanks .thanks-txt .l-txt {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 60px;
}
.c-thanks .lower-inner {
  margin-bottom: 140px;
}
.c-thanks .thanks-txt p:last-of-type {
  margin-bottom: 80px;
}
.c-thanks .vm-btn a {
  margin: 0 auto;
}
.c-thanks .vm-btn .arrow {
  margin-left: 0;
  margin-right: 20px;
}


/*==================================================
下層svc共通
===================================*/
.svc .inner {
  margin-bottom: 120px;
}
.svc-01 .svc-ttl , .svc-02 .svc-ttl , .svc-03 .svc-ttl , .svc-04 .svc-ttl {
  background-color: #333;
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.4;
  padding: 10px 10px;
  margin-bottom: 100px;
}
.svc .img-box {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}
.svc .img-box h4 {
  font-size: 3.0rem;
  margin-bottom: 30px;
}
.svc .img-box .txt-area p {
  font-size: 1.6rem
}
.svc .svc-cnt {
  margin-bottom: 100px;
  font-size: 1.6rem;
}
.svc .svc-cnt:last-of-type {
  margin-bottom: 0;
}
.svc .svc-cnt h4 {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.4;
}
.svc .svc-cnt h4::after {
  content: '';
  display: block;
  background-color: #333;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.svc .g-cnt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}
.svc .g-cnt .g-cnt-item {
  border: 1px solid #333;
  padding: 40px 30px;
}
.svc .g-cnt .g-cnt-item h5 {
  font-size: 2.0rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.svc .g-cnt .g-cnt-item h5::before {
  content: '';
  display: block;
  background-color: #ef4625;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.svc .g-cnt .g-cnt-item p {
  font-size: 1.4rem;
}
.svc .g-cnt .g-cnt-item p::before {
  content: '';
  display: block;
  background-color: #333;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.svc .bg-gray {
  background-color: #f8f8f8;
  padding: 40px 30px;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
}

.svc .lead {
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 100px;
}
.svc .org {
  color: #ef4625;
}
.svc .lead span.s-txt {
  display: block;
  font-size: 1.4rem;
}
.svc .lead .sub-txt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 40px;
}
.svc .lead .sub-txt span.s-txt {
  margin-top: 10px;
}
.svc .img-box .txt-area .txt-box {
  font-size: 1.6rem;
}
.svc .img-box .txt-area .txt-box p {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.svc .img-box .txt-area .txt-box ul li {
  display: flex;
  align-items: center;
}
.svc .img-box .txt-area .txt-box ul li::before {
  content: '';
  display: block;
  background-color: #333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.svc .img-box .txt-area .txt-box:last-of-type {
  margin-top: 40px;
}
.svc .step {
  display: flex;
  align-items: center;
  gap: 20px;
}
.svc .step .step-item {
  background-color: #f8f8f8;
  padding: 40px 20px;
  text-align: center;
  width: 255px;
}
.svc .step .icon-arr img {
  width: auto;
}
.svc .step .icon-arr.sp_img {
  display: none;
}
.svc .step .step-item p {
  font-size: 2.0rem;
  font-weight: 600;
  min-height: 3em;
  line-height: 1.4;
}
.svc .step .step-item p span {
  display: block;
  font-size: 1.4rem;
}
.svc .step .step-item .number {
  color: #ef4625;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  min-height: auto;
}
.svc .step .step-item .number span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.svc .cta-btn a {
  display: block;
  background-color: #333;
  width: 600px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.svc .cta-btn a:hover {
  opacity: 1;
  color: #ef4625;
}
.svc .cta-btn p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 20px;
}
.svc .qa-box {
  background-color: #f8f8f8;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.svc .qa-box:last-of-type {
  margin-bottom: 0;
}
.svc .qa-box p {
  display: flex;
  align-items: center;
}
.svc .qa-box p:first-of-type {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.svc .qa-box span {
  font-size: 1.8rem;
  font-weight: 500;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.svc .qa-box .icon-q {
  color: #fff;
  background-color: #333;
}
.svc .qa-box .icon-a {
  background-color: #fff;
  border: 1px solid #333;
}

/*==================================================
svc-01
===================================*/
.svc-01 .svc-cnt:last-of-type .bg-gray {
  margin-top: 20px;
  margin-bottom: 20px;
}
.svc-01 .list li {
  display: flex;
  align-items: center;
}
.svc-01 .list li::before {
  content: '';
  display: block;
  background-color: #333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
}

/*==================================================
svc-02
===================================*/
.svc-02 .img-box .txt-area .txt-box .list {
  margin-bottom: 20px;
}
.svc-02 .bg-gray ul li {
  display: flex;
  align-items: center;
}
.svc-02 .bg-gray ul li::before {
  content: '';
  display: block;
  background-color: #333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
}
.svc-02 .txt {
  text-align: center;
  margin-top: 30px;
}
.svc-02 .txt p {
  font-size: 2.4rem;
  font-weight: 600;
}
.svc-02 .txt .g-cnt-list {
  margin-top: 30px;
}
.svc-02 .txt .g-cnt-list ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}
.svc-02 .txt .g-cnt-list ul li {
  border: 1px solid #333;
  padding: 20px 20px;
}
.svc-02 .icon-arr {
  margin-top: 30px;
}
.svc-02 .icon-arr img {
  width: auto;
  margin: 0 auto;
}
.svc-02 .learn .bg-gray {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.svc-02 .learn .bg-gray:last-of-type {
  margin-bottom: 0;
}
.svc-02 .learn .bg-gray p {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

/*==================================================
svc-03
===================================*/
.svc-03 .svc-ttl {
  margin-bottom: 80px;
}

/*==================================================
Responsive
===================================*/
@media(max-width: 1220px) {
  .inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
  .mv-text {
    padding: 40px 20px;
  }
  .top-svc .svc-list {
    gap:40px;
  }
  .top-vision .img-box {
    gap: 40px;
  }
  .top-vision .img-box .txt-area .txt {
    line-height: 2;
  }
  .lower_ttl_inner .ttl-txt {
    width: 100%;
    padding: 0 20px;
  }
  .svc .img-box {
    gap: 40px;
  }
  .svc .g-cnt {
    gap: 40px  40px;
  }
}

@media(max-width: 1080px) {
  .mv-text {
    font-size: 4.2rem;
    text-align: left;
  }
  .mv-text .s-txt {
    font-size: 1.6rem;
  }
  .top-svc .svc-list {
    gap: 30px;
  }
  .top-svc .svc-list-inner {
    padding: 40px 20px;
  }
  .top-svc .ttl-area {
    margin-bottom: 20px;
  }
  .top-svc .svc-ttl span {
    margin-bottom: 20px;
  }
  .top-svc .svc-ttl {
    margin-bottom: 10px;
  }
  .top-svc .img-area {
    margin-bottom: 20px;
  }
  .top-svc .txt-area {
    margin-bottom: 30px;
  }
  .top-vision .img-box .txt-area .ttl {
    margin-bottom: 20px;
  }
  footer .f_bottom .f-box {
    gap: 30px;
    flex-direction: column;
  }
  footer .f_bottom .f-box .f_info {
    width: 100%;
    text-align: center;
  }
  footer .f_bottom .f-logo {
    margin-bottom: 40px;
  }
  footer .f_bottom .f-logo img {
    margin: 0 auto;
  }
  footer .f_bottom .f-box .f_guide {
    width: 100%;
  }
  .about .img-box {
    gap: 40px;
  }
  .lower_inner {
    width: 100%;
    padding: 0 20px;
  }
  .svc .svc-list-inner {
    grid-template-columns: 360px minmax(0, 1fr);
  }
  .svc .svc-ttl {
    margin-bottom: 60px;
  }
  .svc .step .step-item {
    padding: 30px 10px;
    width: 200px;
  }
  .svc .step .step-item .number {
    margin-bottom: 10px;
  }
  .svc .step .step-item p {
    font-size: 1.8rem;
  }
}

@media(max-width: 768px) {
  br.br_sp {
    display: block;
  }
  .svc-02 .svc-ttl span {
    font-size: 1.8rem;
  }
  header {
    height: 80px;
  }
  header .header-area {
    padding: 15px 15px;
  }
  header .header_logo a img {
    height: 50px;
  }
  .menu-btn {
    top: 15px;
  }
  .mv-inner {
    flex-direction: column;
    padding-top: 60px;
  }
  .mv-text {
    width: 100%;
    text-align: center;
  }
  .mv-image {
    width: 100%;
  }
  .top-svc .svc-list {
    grid-template-columns: repeat(1,1fr);
  }
  .top-svc .txt-area {
    min-height: auto;
  }
  .top-vision .img-box {
    grid-template-columns: repeat(1,1fr);
  }
  .news-cont {
    flex-direction: column;
    gap: 60px;
  }
  footer .f_bottom .f-box .f_guide .f_svc ul {
    flex-wrap: wrap;
    gap: 15px 30px;
  }
  footer .f_bottom .f-box .f_guide .f_navi ul {
    flex-wrap: wrap;
    gap: 15px 30px;
  }
  .top-svc {
    margin-top: 100px;
  }
  .top-vision {
    margin-top: 100px;
  }
  .top-vision .img-box .txt-area .txt {
    font-size: 1.4rem;
  }
  .top-news {
    margin-top: 80px;
  }
  .news-wrap dl a {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-wrap dl dt {
    width: 200px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.title {
    margin-bottom: 80px;
  }
  .c-ttl-lv03 {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .lower_ttl_inner .ttl-txt .page_title {
    align-items: center;
  }
  .lower_ttl_inner .ttl-txt .page_title span {
    font-size: 3.8rem;
  }
  .lower_ttl_inner .ttl-txt {
    justify-content: center;
  }
  .about .txt-cnt {
    margin-bottom: 80px;
  }
  .about .img-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .about .img-box .img-area {
    margin: 0 auto;
  }
  .about .img-box .img-area img {
    width: auto;
  }
  .about .table-area dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .about .table-area dl dt {
    width: 100%;
  }
  .map-area {
    margin-bottom: 80px;
  }
  .pp .pp-list {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .pp .lead-txt {
    text-align: left;
  }
  .pp .pp-list dl {
    margin-bottom: 30px;
  }
  .svc .lead-txt {
    margin-bottom: 40px;
    text-align: left;
  }
  .svc .svc-list-inner {
    grid-template-columns: 1fr;
  }
  .svc .svc-list {
    margin-bottom: 80px;
  }
  .svc .svc-list .svc-list-item {
    margin-bottom: 40px;
  }
  .news .news-area {
    margin-bottom: 80px;
  }
  .news .archive-pagination {
    margin-bottom: 60px;
  }
  .news-detail .article {
    margin-bottom: 80px;
  }
  .news-detail .art-txt {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .contact .tel {
    margin-bottom: 60px;
  }
  .contact .tel a {
    font-size: 2.0rem;
  }
  .contact .tel a .icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .contact .lead-txt {
    text-align: left;
    margin-bottom: 60px;
  }
  .contact .contact-form {
    margin-bottom: 80px;
  }
  .check-box p {
    flex-direction: column;
  }
  .contact form label {
    flex-direction: column;
    align-items: flex-start;
  }
  form span.form-ttl {
    width: 100%;
    margin-bottom: 10px;
  }
  .check-box span.form-ttl {
    width: 100%;
  }
  .chk {
    text-align: center;
  }
  .c-thanks {
    margin-bottom: 80px;
  }
  .svc .svc-ttl {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
  .svc .inner {
    margin-bottom: 100px;
  }
  .svc .img-box {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
  }
  .svc .img-box .txt-area p {
    font-size: 1.4rem;
  }
  .svc .svc-cnt {
    font-size: 1.4rem;
    margin-bottom: 80px;
  }
  .svc .svc-cnt h4 , .svc .img-box h4 {
    font-size: 2.2rem;
  }
  .svc .svc-cnt h4::after {
    margin-bottom: 30px;
  }
  .svc .g-cnt {
    gap: 20px 20px;
  }
  .svc .g-cnt .g-cnt-item {
    padding: 30px 20px;
  }
  .svc-02 .txt .g-cnt-list ul {
    gap: 20px;
  }
  .svc-02 .txt p {
    font-size: 2.0rem;
  }
  .svc-02 .lead .org {
    text-align: center;
    font-size: 2.2rem;
    display: block;
  }
  .svc .bg-gray {
    padding: 20px  20px;
    font-size: 1.4rem;
  }
  .svc .lead {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .svc .lead .sub-txt {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .svc .img-box .txt-area .txt-box p {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .svc .img-box .txt-area .txt-box:last-of-type {
    margin-top: 20px;
  }
  .svc .img-box .txt-area .txt-box .list {
    font-size: 1.4rem;
  }
  .svc .step {
    gap: 10px;
    flex-wrap: wrap;
  }
  .svc .step .step-item {
    width: 160px;
  }
  .svc .step .icon-arr img {
    width: 10px;
  }
  .svc .cta-btn a  {
    width: 100%;
  }
  .svc-02 .learn .bg-gray p {
    font-size: 1.8rem;
  }
  .svc-02 .img-box .txt-area .txt-box:last-of-type {
    margin-top: 0;
  }
}

@media(max-width: 600px) {
  header .header-area {
    padding: 10px 10px;
  }
  .inner , .lower_inner {
    padding: 0 10px;
  }
  .c-ttl-lv02 span.en {
    font-size: 3.8rem;
  }
  .top-svc .svc-ttl {
    font-size: 2.8rem;
  }
  .c-ttl-lv03 {
    font-size: 2.4rem;
  }
  .top-svc .svc-list {
    margin: 40px 0 60px 0;
  }
  .svc .inner {
    margin-bottom: 80px;
  }
  .svc .svc-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .svc .svc-list-inner {
    padding: 30px 20px;
    gap: 30px;
  }
  .svc .svc-list-inner .txt-area .ttl-area .svc-ttl {
    font-size: 2.4rem;
  }
  .svc .svc-list-inner .txt-area .ttl-area .svc-ttl span {
    font-size: 1.4rem;
  }
  .svc .g-cnt {
    grid-template-columns: repeat(1,1fr);
  }
  .svc .g-cnt .g-cnt-item {
    padding: 20px 20px;
  }
  .svc .g-cnt .g-cnt-item p::before {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .svc .img-box {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 60px;
  }
  .svc .svc-cnt {
    margin-bottom: 60px;
  }
  .svc-02 .txt .g-cnt-list {
    margin-top: 20px;
  }
  .svc-02 .txt .g-cnt-list ul {
    grid-template-columns: repeat(1,1fr);
  }
  .svc-02 .learn .bg-gray {
    margin-bottom: 20px;
  }
  .svc .g-cnt .g-cnt-item h5 {
    font-size: 1.8rem;
  }
  .svc .qa-box {
    margin-bottom: 20px;
    padding: 20px 20px;
  }
}

@media(max-width: 425px) {
  .mv-text .s-txt {
    font-size: 1.5rem;
  }
  .container {
    margin-top: 60px;
  }
  .c-ttl-lv03 {
    margin-bottom: 20px;
  }
  .top-svc {
    margin-top: 60px;
  }
  .top-svc .svc-list {
    margin: 40px 0 40px 0;
  }
  .top-vision {
    margin-top: 60px;
  }
  .top-vision .img-box {
    margin-top: 40px;
    gap: 30px;
  }
  .top-vision .img-box .txt-area .txt {
    margin-bottom: 40px;
  }
  .top-news {
    margin-top: 60px;
  }
  .news-cont {
    gap: 40px;
  }
  footer .f_top a {
    height: 300px;
  }
  footer .f_top a .f-box {
    flex-direction: column;
    align-items: center;
  }
  footer .f_top a .f-box .ttl {
    margin-bottom: 30px;
  }
  .arrow-btn {
    width: 60px;
    height: 60px;
  }
  footer .f_top .c-ttl-lv02 {
    align-items: center;
  }
  footer .f_bottom {
    padding: 80px 0 60px 0;
  }
  footer .f_bottom .f-box {
    margin-bottom: 60px;
  }
  footer .f_bottom .f-logo img {
    height: 60px;
  }
  footer .f_bottom .f-box .f_guide .f_svc {
    margin-bottom: 40px;
  }
  .contact .tel a {
    font-size: 1.8rem;
  }
  .contact .tel a .icon {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .contact .tel a .icon img {
    width: 20px;
  }
  form label {
    margin-bottom: 20px !important;
  }
  .check-box p label {
    margin-bottom: 15px !important;
  }
  .chk p label {
    margin-bottom: 60px !important;
    text-align: left;
  }
  .c-thanks {
    margin-bottom: 60px;
  }
  .c-thanks .thanks-txt .l-txt {
    margin-bottom: 40px;
  }
  .c-thanks .thanks-txt p:last-of-type {
    margin-bottom: 60px;
  }
  section.title {
    margin-bottom: 60px;
  }
  .svc .inner {
    margin-bottom: 60px;
  }
  .svc .svc-cnt {
    margin-bottom: 40px;
  }
  .svc .img-box {
    gap: 20px;
    margin-bottom: 40px;
  }
  .svc .img-box h4 {
    margin-bottom: 15px;
  }
  .svc .g-cnt .g-cnt-item {
    padding: 20px 15px;
  }
  .svc .g-cnt .g-cnt-item h5 {
    font-size: 1.8rem;
  }
  .svc .step {
    flex-direction: column;
  }
  .svc .step .step-item {
    width: 100%;
    padding: 20px 10px;
  }
  .svc .step .step-item p {
    min-height: auto;
  }
  .svc .step .icon-arr {
    display: none;
  }
  .svc .step .icon-arr.sp_img {
    display: block;
  }
  .svc .step .icon-arr.sp_img img {
    width: auto;
  }
  .svc .lead {
    margin-bottom: 30px;
    text-align: left;
  }
  .svc .cta-btn a {
    font-size: 1.4rem;
    padding: 0 30px;
  }
  .svc .cta-btn p {
    text-align: left;
  }
}