@charset "UTF-8";
html,
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  color: #222;
  overflow-x: hidden;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
body * {
  box-sizing: border-box;
}

.wrapper {
  margin-bottom: auto;
}

p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #222;
  text-decoration: none;
}
@media (hover: hover) {
  p a:hover {
    text-decoration: underline;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: #222;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 1060px) {
  ._mdHidden {
    display: none;
  }
}

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

/* --------------------------------------------
 * 　フェードイン
 * -------------------------------------------- */
._jsSmoothFadeIn {
  opacity: 0;
  transition: opacity ease 1.2s;
}

._jsSmoothFadeInFromBottom {
  opacity: 0;
  translate: 0 80px;
  transition: opacity ease 1.2s, translate ease 1.2s;
}

._jsSmoothFadeInFromTop {
  opacity: 0;
  translate: 0 -80px;
  transition: opacity ease 1.2s, translate ease 1.2s;
}

._jsSmoothFadeInFromLeft {
  opacity: 0;
  translate: -80px 0;
  transition: opacity ease 1.2s, translate ease 1.2s;
}

._jsSmoothFadeInFromRight {
  opacity: 0;
  translate: 80px 0;
  transition: opacity ease 1.2s, translate ease 1.2s;
}

._jsSharpFadeIn {
  overflow: hidden;
}
._jsSharpFadeIn__inner {
  translate: 0 100%;
}
._jsSharpFadeIn._animated ._jsSharpFadeIn__inner {
  -webkit-animation: sharpFadeIn ease 1.2s 0.2s both;
          animation: sharpFadeIn ease 1.2s 0.2s both;
}

@-webkit-keyframes sharpFadeIn {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0;
  }
}

@keyframes sharpFadeIn {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0;
  }
}
/* --------------------------------------------
 * 　テキストアニメーション
 * -------------------------------------------- */
._textAnimation {
  opacity: 0;
}

._textAnimation span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}

._textAnimation span.show {
  opacity: 1;
  transform: translateY(0);
}

.wp-editor ._jsSmoothFadeIn {
  opacity: 1;
  transition: none;
}
.wp-editor ._jsSmoothFadeInFromBottom {
  opacity: 1;
  translate: none;
  transition: none;
}
.wp-editor ._jsSmoothFadeInFromTop {
  opacity: 1;
  translate: none;
  transition: none;
}
.wp-editor ._jsSmoothFadeInFromLeft {
  opacity: 1;
  translate: none;
  transition: none;
}
.wp-editor ._jsSmoothFadeInFromRight {
  opacity: 1;
  translate: none;
  transition: none;
}
.wp-editor ._textAnimation {
  opacity: 1;
}
.wp-editor ._textAnimation span {
  opacity: 1;
  translate: none;
  transition: none;
}

/* --------------------------------------------
 * 　基本ブロック幅
 * -------------------------------------------- */
.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.blContainer830 {
  width: 92%;
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}

/* --------------------------------------------
 * 　パンくず
 * -------------------------------------------- */
.breadcrumb {
  font-size: 0.8125rem;
  color: #666666;
  margin-bottom: 80px;
}

/* --------------------------------------------
 * 　見出し
 * -------------------------------------------- */
.sectionHeading {
  line-height: 1.2;
}
.sectionHeading_center {
  text-align: center;
}
.sectionHeading__en {
  font-family: "Albert Sans", sans-serif;
  font-size: 4.1875rem;
  font-style: italic;
  font-weight: 900;
  overflow: hidden;
  padding-left: 10px;
  margin-left: -10px;
}
.sectionHeading__en span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .sectionHeading__en {
    font-size: 2.375rem;
  }
}
.sectionHeading__ja {
  font-size: 1.375rem;
  font-weight: 700;
  overflow: hidden;
}
.sectionHeading__ja span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .sectionHeading__ja {
    font-size: 0.8125rem;
  }
}
.sectionHeading.isVisible span {
  transform: translateY(0);
}

/* --------------------------------------------
 * 　ページネーション
 * -------------------------------------------- */
.navigation.pagination {
  margin-top: 30px;
}
.navigation.pagination .nav-links .prev {
  border: none !important;
}
.navigation.pagination .nav-links .next {
  border: none !important;
}
.navigation.pagination .nav-links .current {
  padding: 6px 11px;
  background: #333;
  border: 1px solid #333;
  border-radius: 3px;
  color: #ffffff;
}
.navigation.pagination .nav-links a {
  padding: 6px 11px;
  border: 1px solid #333;
  border-radius: 3px;
}
.navigation.pagination .nav-links a:hover {
  background: #333;
  border: 1px solid #333;
  color: #ffffff;
  text-decoration: none;
}

/* --------------------------------------------
 * 　ボタン
 * -------------------------------------------- */
.button {
  display: inline-block;
  padding: 1em 2em;
  border-radius: 40px;
  border: 1px solid #231815;
  background: #231815;
  color: #fff;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .button:hover {
    background: #fff;
    color: #231815;
  }
}

/* --------------------------------------------
 * 　セクションフェード
 * -------------------------------------------- */
.sectionFadeIn {
  opacity: 0;
  transition: all 1.2s ease;
  transform: translateY(100px);
}
.sectionFadeIn.isVisible {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------------------
 * 　ロードアニメーション
 * -------------------------------------------- */
.loadAnimation {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.loadAnimation.isLoaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loadAnimation__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.loadAnimation__spinner {
  width: 48px;
  height: 48px;
  border: 3px solid #ECECEC;
  border-top-color: #17A164;
  border-radius: 50%;
  -webkit-animation: loadAnimation-spin 0.8s linear infinite;
          animation: loadAnimation-spin 0.8s linear infinite;
}

@-webkit-keyframes loadAnimation-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loadAnimation-spin {
  to {
    transform: rotate(360deg);
  }
}
/* --------------------------------------------
 * 　ヘッダー
 * -------------------------------------------- */
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1060px) {
  .header__inner {
    padding-top: 13px;
    padding-bottom: 15px;
  }
}
.header__left {
  width: 100%;
  margin-right: 40px;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1060px) {
  .header__right {
    display: none;
  }
}
.header__logo {
  margin-top: -7px;
}
@media screen and (max-width: 1060px) {
  .header__logo {
    margin-top: -5px;
  }
  .header__logo img {
    height: 35px;
  }
}
.header__sp {
  display: none;
}
@media screen and (max-width: 1060px) {
  .header__sp {
    display: block;
  }
}

.mainMenu__list {
  display: flex;
  align-items: center;
  gap: 33px;
}
.mainMenu__link {
  display: block;
  color: #231815;
  text-align: center;
  line-height: 1.4;
  transition: all ease 0.2s;
}
@media (hover: hover) {
  .mainMenu__link:hover {
    color: #17A164;
  }
}
.mainMenu__linkEn {
  font-family: "Albert Sans";
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 2px;
}
.mainMenu__linkJa {
  font-size: 0.625rem;
  font-weight: 500;
}

.ctaButtons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ctaButtons__item {
  flex: 0 0 clamp(135px, 12vw, 168px);
  color: #fff;
  background: #231815;
  padding: 14px 10px 10px;
  border: 1px solid #231815;
  border-radius: 5px;
  text-align: center;
  transition: all ease 0.2s;
}
@media (hover: hover) {
  .ctaButtons__item:hover {
    color: #231815;
    background: #fff;
  }
  .ctaButtons__item:hover .ctaButtons__itemIcon::before {
    background: #231815;
  }
}
@media screen and (max-width: 1060px) {
  .ctaButtons__item {
    flex: 0 0 168px;
  }
}
.ctaButtons__itemIcon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2px;
}
.ctaButtons__itemIcon::before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  -webkit-mask: url(../img/icon/mail-white.svg) no-repeat center/contain;
          mask: url(../img/icon/mail-white.svg) no-repeat center/contain;
  background: #fff;
}

.keyVisual {
  overflow: hidden;
}
.keyVisual__pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  .keyVisual__pc {
    display: none;
  }
}
.keyVisual__sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .keyVisual__sp {
    display: block;
  }
}
.keyVisual svg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-height: 580px;
  height: calc(100svh - 118px);
  max-height: 777px;
}
@media screen and (max-width: 1000px) {
  .keyVisual svg {
    position: static;
    width: 100%;
    transform: none;
    min-height: 0;
    height: auto;
    max-height: unset;
  }
}
.keyVisual svg #catch-main {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
}
.keyVisual svg #catch-main [id^=catchText] {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.keyVisual svg #catch-main [id^=catchText].isCatchTextVisible {
  opacity: 1;
}
.keyVisual svg #catch-sub {
  opacity: 0;
  transform: translateY(20px);
}
.keyVisual svg [id^=text-] path {
  fill: black;
  fill-opacity: 0;
}
.keyVisual svg [id^=text-].isTextVisible path {
  -webkit-animation: keyVisual-text-visible 1.2s ease both;
          animation: keyVisual-text-visible 1.2s ease both;
}
@-webkit-keyframes keyVisual-text-visible {
  0% {
    fill-opacity: 0.1;
  }
  30% {
    fill-opacity: 0.35;
  }
  100% {
    fill-opacity: 0.1;
  }
}
@keyframes keyVisual-text-visible {
  0% {
    fill-opacity: 0.1;
  }
  30% {
    fill-opacity: 0.35;
  }
  100% {
    fill-opacity: 0.1;
  }
}
.keyVisual.isCatchVisible svg #catch-main {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.7s ease;
}
.keyVisual.isCatchSubVisible svg #catch-sub {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}
.keyVisual svg [id^=text-].isTextVisible {
  opacity: 1;
}

/* --------------------------------------------
 * 　SPメニュー
 * -------------------------------------------- */
.hamburger {
  position: fixed;
  top: 25px;
  right: 4%;
  width: 46px;
  height: 42px;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 1060px) {
  .hamburger {
    top: 8px;
  }
}
.hamburger span {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #231815;
  transition: all ease 0.2s;
}
.hamburger::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 10px;
  right: 10px;
  height: 2px;
  background: #231815;
  transition: all ease 0.2s;
}
.hamburger::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 10px);
  left: 10px;
  right: 10px;
  height: 2px;
  background: #231815;
  transition: all ease 0.2s;
}

#menuToggle {
  position: fixed;
  left: -110vw;
}

#menuToggle:checked ~ .hamburger span {
  background: transparent;
}
#menuToggle:checked ~ .hamburger::before {
  top: 50%;
  left: 10px;
  rotate: 45deg;
}
#menuToggle:checked ~ .hamburger::after {
  top: 50%;
  left: 10px;
  rotate: -45deg;
}

#menuToggle:checked ~ .spMenu {
  transform: translateX(18vw);
}

#menuToggle:checked ~ .spMenuBgmask {
  transform: translateX(0);
  opacity: 1;
}

.spMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 18vw;
  z-index: 9998;
  overflow-y: auto;
  transform: translateX(105vw);
  transition: all ease 0.25s;
  background: #fff;
  padding: 110px 20vw;
}
@media screen and (max-width: 767px) {
  .spMenu {
    padding: 80px 12vw;
  }
}
.spMenu__list {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.spMenu__item {
  font-size: 0.9375rem;
}
.spMenu__link {
  display: block;
  text-align: center;
}
.spMenu__linkEn {
  font-family: "Albert Sans";
  font-size: 1.1875rem;
  font-weight: 800;
}
.spMenu__linkJa {
  font-size: 0.625rem;
  font-weight: 500;
}
.spMenu__contact {
  display: flex;
  justify-content: center;
}

.spMenuBgmask {
  transform: translateX(105vw);
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9997;
  opacity: 0;
  transition: opacity ease 0.2s;
}
.spMenuBgmask label {
  display: block;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------
 * 　フロント/ABOUT
 * -------------------------------------------- */
.frontAbout {
  position: relative;
}
.frontAbout::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% - 600px - 60px);
  background: #f4f4f4;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 1440px) {
  .frontAbout::before {
    right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .frontAbout::before {
    right: 4%;
  }
}
.frontAbout__inner {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1060px) {
  .frontAbout__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .frontAbout__inner {
    display: block;
    max-width: 88%;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-left: 4%;
    margin-right: 8%;
  }
}
.frontAbout__textArea {
  flex: 0 1 570px;
}
.frontAbout__imgArea {
  flex: 0 2 570px;
}
@media screen and (max-width: 767px) {
  .frontAbout__imgArea {
    max-width: 420px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
.frontAbout__heading {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .frontAbout__heading {
    margin-bottom: 25px;
  }
}
.frontAbout__catch {
  font-size: clamp(1.375rem, 3.2vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" on;
  margin-bottom: 20px;
}
.frontAbout__catch.isVisible .frontAbout__catchLine1::before {
  -webkit-animation: catchLine 0.5s ease both;
          animation: catchLine 0.5s ease both;
}
.frontAbout__catch.isVisible .frontAbout__catchLine1::after {
  -webkit-animation: catchLineReverse 0.5s ease both;
          animation: catchLineReverse 0.5s ease both;
}
.frontAbout__catch.isVisible .frontAbout__catchLine2::before {
  -webkit-animation: catchLine 0.5s ease both;
          animation: catchLine 0.5s ease both;
}
.frontAbout__catch.isVisible .frontAbout__catchLine2::after {
  -webkit-animation: catchLineReverse 0.5s ease both;
          animation: catchLineReverse 0.5s ease both;
}
@-webkit-keyframes catchLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes catchLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes catchLineReverse {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes catchLineReverse {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.frontAbout__catchLine1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.4em;
  margin-bottom: 15px;
  position: relative;
}
.frontAbout__catchLine1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #17A164;
  transform: scaleX(0);
  transform-origin: left center;
}
.frontAbout__catchLine1::after {
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  transform: scaleX(1);
  transform-origin: right center;
}
@media screen and (max-width: 767px) {
  .frontAbout__catchLine1 {
    margin-bottom: 10px;
  }
}
.frontAbout__catchLine2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.4em;
  position: relative;
}
.frontAbout__catchLine2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F39800;
  transform: scaleX(0);
  transform-origin: left center;
}
.frontAbout__catchLine2::after {
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  transform: scaleX(1);
  transform-origin: right center;
}
.frontAbout__lead {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .frontAbout__lead br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .frontAbout__lead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .frontAbout__detail {
    font-size: 0.875rem;
  }
}

/* --------------------------------------------
 * 　フロント/SERVICE
 * -------------------------------------------- */
.frontService {
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .frontService {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}
.frontService__inner {
  position: relative;
}
.frontService__heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .frontService__heading {
    margin-bottom: 35px;
  }
}
.frontService__lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .frontService__lead {
    margin-bottom: 32px;
    font-size: 0.9375rem;
  }
}
.frontService__feature {
  margin-top: 70px;
}
.frontService__bgImg1 {
  position: absolute;
  top: -210px;
  right: -270px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .frontService__bgImg1 {
    top: -100px;
    right: -72px;
    width: 240px;
  }
}
.frontService__bgImg2 {
  position: absolute;
  top: 460px;
  left: -400px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .frontService__bgImg2 {
    top: 610px;
    width: 240px;
    left: -140px;
  }
}
.frontService__bgImg3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.serviceList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media screen and (max-width: 767px) {
  .serviceList {
    flex-direction: column;
    gap: 20px;
  }
}
.serviceList__item {
  flex: 0 1 calc((100% - 60px) / 4);
  padding: 16px;
  border-radius: 10px;
  border-top: 1px solid #17A164;
  border-left: 1px solid #17A164;
  background: #FFF;
  box-shadow: 5px 5px 0 0 #17A164;
}
@media screen and (max-width: 1060px) {
  .serviceList__item {
    flex: 0 1 calc((100% - 20px) / 2);
  }
}
.serviceList__item:nth-child(even) {
  border-top: 1px solid #F39800;
  border-left: 1px solid #F39800;
  box-shadow: 5px 5px 0 0 #F39800;
}
.serviceList__item:nth-child(even) .serviceList__itemHeading {
  color: #F39800;
}
.serviceList__itemIcon {
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 10px;
}
.serviceList__itemEn {
  font-size: 0.75rem;
  font-weight: 400;
  color: #aaa;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1px;
}
.serviceList__itemJa {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 12px;
}
.serviceList__itemHeading {
  font-weight: 700;
  text-align: center;
  color: #17A164;
  margin-bottom: 5px;
}
.serviceList__itemDescription {
  font-size: 0.875rem;
}

.serviceFeature__item {
  display: flex;
  gap: 8px;
}
.serviceFeature__item:last-child .serviceFeature__header {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .serviceFeature__item:last-child .serviceFeature__header {
    border-bottom: none;
  }
}
.serviceFeature__item:last-child .serviceFeature__list {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .serviceFeature__item {
    display: block;
  }
}
.serviceFeature__header {
  flex: 0 1 490px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .serviceFeature__header {
    flex: 0 1 420px;
  }
}
.serviceFeature__header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  background: url("../img/pattern-dots.png") repeat;
}
@media screen and (max-width: 767px) {
  .serviceFeature__header::before {
    top: 14px;
  }
}
.serviceFeature__headerInner {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .serviceFeature__headerInner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.serviceFeature__list {
  flex: 0 3 710px;
  list-style: none;
  padding-left: 38px;
  padding-top: 33px;
  padding-bottom: 33px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 1060px) {
  .serviceFeature__list {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .serviceFeature__list {
    border-top: none;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 17px;
  }
}
.serviceFeature__number {
  font-family: "Albert Sans", sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1060px) {
  .serviceFeature__number {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .serviceFeature__number {
    font-size: 2.215rem;
  }
}
.serviceFeature__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: -5px;
}
@media screen and (max-width: 1060px) {
  .serviceFeature__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .serviceFeature__title {
    font-size: 1.4375rem;
  }
}
.serviceFeature__listItem {
  position: relative;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .serviceFeature__listItem {
    font-size: 0.875rem;
  }
}
.serviceFeature__listItem::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/check-circle.svg") no-repeat center/contain;
}
.serviceFeature__listItem:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------
 * 　フロント/実績
 * -------------------------------------------- */
.frontWorks {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 4px solid #17A164;
  border-bottom: 4px solid #17A164;
  background: url("../img/front-works-bg.jpg");
}
@media screen and (max-width: 767px) {
  .frontWorks {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.frontWorks__heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .frontWorks__heading {
    margin-bottom: 25px;
  }
}
.frontWorks__slider .swiper-wrapper {
  padding-bottom: 100px;
}
@media screen and (max-width: 1060px) {
  .frontWorks__slider .swiper-wrapper {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .frontWorks__slider .swiper-wrapper {
    padding-bottom: 60px;
  }
}
.frontWorks__slider .swiper-slide {
  width: 850px;
  transition: scale ease 0.6s 0.12s;
  position: relative;
  scale: 0.6;
}
.frontWorks__slider .swiper-slide-duplicate-active {
  scale: 1;
  transform-origin: center;
  z-index: 10;
}
.frontWorks__slider .swiper-slide-duplicate-active .worksItem__title {
  opacity: 1;
}
.frontWorks__slider .swiper-slide-duplicate-active .worksItem__detail {
  opacity: 1;
}
.frontWorks__slider .swiper-slide-active {
  scale: 1;
  transform-origin: center;
  z-index: 10;
}
.frontWorks__slider .swiper-slide-active .worksItem__title {
  opacity: 1;
}
.frontWorks__slider .swiper-slide-active .worksItem__detail {
  opacity: 1;
}
.frontWorks__slider .swiper-pagination {
  position: static !important;
}
.frontWorks__slider .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  margin-right: 7px !important;
  margin-left: 7px !important;
  border-radius: 12px;
}
@media (hover: hover) {
  .frontWorks__slider .swiper-pagination-bullet:hover {
    cursor: pointer;
  }
}
.frontWorks__slider .swiper-pagination-bullet-active {
  background: #17A164;
}
.frontWorks__slider .swiper-buttons {
  position: absolute;
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.frontWorks__slider .swiper-button-prev {
  flex: 0 0 auto;
  margin: 0;
  width: 48px;
  height: 48px;
  position: static;
  border: 1px solid #17A164;
  background: #17A164;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  transition: all ease 0.25s;
}
@media screen and (max-width: 767px) {
  .frontWorks__slider .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}
.frontWorks__slider .swiper-button-prev svg {
  display: none;
}
.frontWorks__slider .swiper-button-prev::after {
  display: none;
}
.frontWorks__slider .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  -webkit-mask: url("../img/icon/swiper-arrowLeft.svg") no-repeat center/contain;
          mask: url("../img/icon/swiper-arrowLeft.svg") no-repeat center/contain;
  background: #fff;
  transition: all ease 0.25s;
}
@media (hover: hover) {
  .frontWorks__slider .swiper-button-prev:hover {
    cursor: pointer;
    background: #fff;
  }
  .frontWorks__slider .swiper-button-prev:hover::before {
    background: #17A164;
  }
}
.frontWorks__slider .swiper-button-next {
  flex: 0 0 auto;
  margin: 0;
  width: 48px;
  height: 48px;
  position: static;
  border: 1px solid #17A164;
  background: #17A164;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  transition: all ease 0.25s;
}
@media screen and (max-width: 767px) {
  .frontWorks__slider .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.frontWorks__slider .swiper-button-next svg {
  display: none;
}
.frontWorks__slider .swiper-button-next::after {
  display: none;
}
.frontWorks__slider .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  -webkit-mask: url("../img/icon/swiper-arrowRight.svg") no-repeat center/contain;
          mask: url("../img/icon/swiper-arrowRight.svg") no-repeat center/contain;
  background: #fff;
  transition: all ease 0.25s;
}
@media (hover: hover) {
  .frontWorks__slider .swiper-button-next:hover {
    cursor: pointer;
    background: #fff;
  }
  .frontWorks__slider .swiper-button-next:hover::before {
    background: #17A164;
  }
}
.frontWorks__slider .swiper-slideNumber-current {
  flex: 0 0 auto;
  font-weight: 700;
  font-family: Montserrat;
  color: #231815;
}
.frontWorks__slider .swiper-slideNumber-total {
  flex: 0 0 auto;
  font-weight: 700;
  font-family: Montserrat;
}
.frontWorks__slider .worksItem__img {
  position: relative;
  filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.15));
  margin-bottom: 6px;
}
.frontWorks__slider .worksItem__link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 69px;
  height: 69px;
}
@media screen and (max-width: 1060px) {
  .frontWorks__slider .worksItem__link {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .frontWorks__slider .worksItem__link {
    width: 40px;
    height: 40px;
  }
}
.frontWorks__slider .worksItem__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  opacity: 0;
  transition: all ease 0.6s 0.12s;
}
@media screen and (max-width: 767px) {
  .frontWorks__slider .worksItem__title {
    font-size: 1rem;
  }
}
.frontWorks__slider .worksItem__detail {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
  opacity: 0;
  transition: all ease 0.6s 0.12s;
}
@media screen and (max-width: 767px) {
  .frontWorks__slider .worksItem__detail {
    font-size: 0.875rem;
  }
}

/* --------------------------------------------
 * 　フロント/会社概要
 * -------------------------------------------- */
.frontCompany {
  position: relative;
}
@media screen and (max-width: 767px) {
  .frontCompany {
    background: #F6F6F6;
  }
}
.frontCompany::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .frontCompany::before {
    display: none;
  }
}
.frontCompany::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 135px;
  bottom: 0;
  left: calc(50% - 600px + 60px);
  right: 0;
  background: #fff;
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .frontCompany::after {
    left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .frontCompany::after {
    display: none;
  }
}
.frontCompany__inner {
  padding-top: 250px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .frontCompany__inner {
    padding-left: 8%;
    padding-top: 220px;
  }
}
@media screen and (max-width: 767px) {
  .frontCompany__inner {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .companyInfo {
    width: calc(100vw - 4% - 15px);
    background: #fff;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: calc(4% + 20px);
    padding-bottom: 35px;
    border-radius: 30px 0 0 0;
  }
}
.companyInfo__item {
  display: flex;
  padding: 1.4em 0;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .companyInfo__item {
    display: block;
    font-size: 0.875rem;
    padding: 1.2em 0;
  }
}
.companyInfo__label {
  flex: 0 1 220px;
  font-weight: 700;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .companyInfo__label {
    margin-bottom: 3px;
  }
}
.companyInfo__value {
  flex: 1 1 auto;
  margin: 0;
}
.companyInfo__address {
  margin-bottom: 15px;
}
.companyInfo__postal {
  margin-bottom: 5px;
}
.companyInfo__street {
  line-height: 1.6;
}
.companyInfo__map {
  margin-top: 15px;
  aspect-ratio: 600/360;
}
.companyInfo__map iframe {
  width: 100%;
  height: 100%;
}
.companyInfo__partners {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.companyInfo__note {
  margin-top: 10px;
}

/* --------------------------------------------
 * 　フロント/お問い合わせ
 * -------------------------------------------- */
.frontContact {
  padding-top: 100px;
  padding-bottom: 60px;
  background: #ECECEC;
}
@media screen and (max-width: 767px) {
  .frontContact {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.frontContact__heading {
  margin-bottom: 50px;
}
.frontContact__lead {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .frontContact__lead {
    margin-bottom: 45px;
  }
}
.frontContact__lead br {
  display: none;
}
@media screen and (max-width: 767px) {
  .frontContact__lead br {
    display: block;
  }
}

/* --------------------------------------------
 * 　フォーム
 * -------------------------------------------- */
.formTable {
  width: 100%;
  font-size: 16px;
}
.formTable__head {
  width: 27%;
  min-width: 210px;
  padding: 19px 1.2em 0 0;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .formTable__head {
    display: block;
    width: 100%;
    padding-top: 8px;
    margin-bottom: 10px;
  }
}
.formTable__head_pt0 {
  padding-top: 0;
}
.formTable__headInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .formTable__headInner {
    justify-content: flex-start;
  }
}
.formTable__headItem {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .formTable__headItem {
    margin-right: 1em;
  }
}
.formTable__validate {
  flex: 0 0 auto;
  font-size: 0.75em;
}
.formTable__validate_required {
  display: inline-block;
  color: #fff;
  background: #ff4300;
  padding: 0.5em 0.3em 0.4em;
  margin-left: 5px;
  border-radius: 2px;
  line-height: 1;
}
.formTable__validate_optional {
  display: inline-block;
  color: #fff;
  background: #a1d5c3;
  padding: 0.5em 0.3em 0.4em;
  margin-left: 5px;
  border-radius: 2px;
  line-height: 1;
}
.formTable__data {
  width: 73%;
  vertical-align: middle;
  padding: 0 0.2em 1em;
}
@media screen and (max-width: 767px) {
  .formTable__data {
    display: block;
    width: 100%;
  }
}
.formTable input, .formTable textarea, .formTable select {
  background: #fff;
  border: none;
  outline: none;
}
.formTable input, .formTable select {
  width: 100%;
  min-height: 67px;
  padding: 5px 5px 3px;
  border: none;
  font-size: 16px;
  border-bottom: 1px solid #C8C8C8;
}
@media screen and (max-width: 767px) {
  .formTable input, .formTable select {
    min-height: 57px;
  }
}
.formTable textarea {
  width: 100%;
  height: 260px;
  padding: 5px 5px 3px;
  border-bottom: 1px solid #C8C8C8;
  font-size: 16px;
}

.label {
  font-size: 0.6875rem;
  color: #fff;
  padding: 0.6em 1em;
  border-radius: 2px;
}
.label_required {
  background: #D84949;
}
.label_optional {
  background: #575757;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-height: 59px;
}

.wpcf7-list-item-label {
  display: inline-block;
  margin-left: 4px;
  transform: translateY(2px);
}

/* --------------------------------------------
 * 　コンタクトフォーム７の設計
 * -------------------------------------------- */
.wpcf7-radio {
  display: flex;
  align-items: center;
  min-height: 45px;
}
.wpcf7-radio > * {
  margin-right: 10px;
}
.wpcf7-radio > *:last-child {
  margin-right: 0;
}
.wpcf7-radio label {
  display: flex;
  align-items: center;
}
.wpcf7-radio label input {
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
}
.wpcf7-radio label input:focus {
  outline: none !important;
}
.wpcf7-radio label span {
  padding-top: 0.15em;
}

.wpcf7-list-item {
  display: block;
}

tr {
  /*インプットエリアのフォーカスした時の枠*/
  /*テキストエリアのフォーカス時の枠*/
}
tr .wpcf7-form-control-wrap input:focus {
  background-color: #f9f9f9;
}
tr .wpcf7-form-control-wrap textarea:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #f9f9f9;
}

.wpcf7-not-valid-tip, .wpcf7-response-output {
  display: block;
  font-size: 0.75rem;
  color: rgb(228, 43, 43);
}

.wpcf7-form.sent .wpcf7-response-output {
  display: block;
  font-size: 0.8125rem;
  color: #17A164;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  margin: 10px 0 0;
  text-align: center;
}

.wpcf7 .submitBox {
  text-align: center;
  margin-top: 38px;
}
.wpcf7 .submitBox input[type=submit] {
  font-size: 1.1875rem;
  border: none;
  border-radius: 46px;
  padding: 1.5em 1em 1.4375em;
  color: #fff;
  display: inline-block !important;
  width: 100%;
  max-width: 280px;
  background: #333;
  color: #fff;
}
@media (hover: hover) {
  .wpcf7 .submitBox input[type=submit]:hover {
    cursor: pointer;
  }
}
.wpcf7 .submitBox input[type=submit]:disabled {
  background: #ccc;
  color: #fff;
}
@media (hover: hover) {
  .wpcf7 .submitBox input[type=submit]:disabled:hover {
    cursor: not-allowed;
  }
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner {
  visibility: hidden;
  display: block;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 10px auto 0;
  position: relative;
  background: #17A164;
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
form:not([data-status=init]) .wpcf7-response-output {
  font-size: 0.875rem;
}

form[data-status=submitting] .wpcf7-response-output {
  display: none;
}

/* --------------------------------------------
 * 　フロント/個人情報保護方針
 * -------------------------------------------- */
.privacyPolicy {
  padding-top: 80px;
  padding-bottom: 100px;
  font-size: 0.875rem;
  background: #fff;
  padding: 25px;
  height: 400px;
  overflow-y: auto;
}
.privacyPolicy__heading {
  font-weight: 700;
  margin-bottom: 20px;
}
.privacyPolicy__body {
  font-size: 0.875rem;
  line-height: 1.8;
}
.privacyPolicy__definition {
  margin-bottom: 32px;
}
.privacyPolicy__list {
  list-style: none;
  counter-reset: privacy;
  padding-left: 0;
  margin: 0;
}
.privacyPolicy__item {
  list-style: decimal;
  margin-left: 1rem;
  margin-bottom: 15px;
}
.privacyPolicy__sublist {
  list-style: none;
  counter-reset: privacy-sub;
  margin: 16px 0 0;
}
.privacyPolicy__subitem {
  counter-increment: privacy-sub;
  margin-bottom: 10px;
}
.privacyPolicy__subtitle {
  font-weight: 700;
  margin-right: 0.25em;
}
.privacyPolicy__subtitle::before {
  content: counter(privacy-sub) "）";
  font-weight: 700;
}
.privacyPolicy__subtext {
  display: block;
  margin-top: 4px;
  margin-left: 1.7em;
  margin-bottom: 0;
}

.privacyBulletList {
  margin-left: 3em;
}
.privacyBulletList__item {
  list-style: disc;
}

/* --------------------------------------------
 * 　reCAPTCHA
 * -------------------------------------------- */
.googleRecaptchaText {
  margin-top: 40px;
  font-size: 0.6875rem;
  text-align: center;
  color: #888;
  line-height: 1.5;
}
.googleRecaptchaText a {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* --------------------------------------------
 * 　404
 * -------------------------------------------- */
.page404 {
  text-align: center;
  padding-top: 25vh;
  padding-bottom: 30vh;
}
.page404__lead {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ccc;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page404__lead {
    font-size: 1rem;
  }
}
.page404__heading {
  font-size: 2.75rem;
  font-weight: bold;
  color: #ccc;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page404__heading {
    font-size: 1.875rem;
  }
}
.page404__message {
  margin-bottom: 30px;
}

/* --------------------------------------------
 * 　フッター
 * -------------------------------------------- */
.footer {
  background: #ECECEC;
  padding-bottom: 5px;
}
.footer__copyRight {
  text-align: center;
  font-size: 0.8125rem;
  color: #bbb;
}
/*# sourceMappingURL=style.css.map */