@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: clamp(1rem, 0.85rem + 0.5333vw, 1.25rem);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
@media (max-width: 750px) {
  html {
    scroll-padding-top: 60px;
  }
}
a {
  text-decoration: none;
  transition: .35s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 115px 0;
  position: relative;
}
@media (max-width: 550px) {
  main section {
    padding: 50px 0 70px;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
}
.rounded img {
  border-radius: 20px;
}
.rounded02 img {
  animation: fluid-animation 20s ease 0s infinite alternate;
}
.rounded02.rev img {
  animation: fluid-animation02 20s ease 0s infinite alternate;
}
.imgbg {
  position: relative;
}
.imgbg::before {
  content: '';
  width: 92%;
  height: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(-1) scale(1.1);
  background: #f5f5f5;
  animation: fluid-animation02 18s ease 0s infinite alternate;
  z-index: -3;
}
.bg_blue .imgbg::before {
  background: #00a0e9;
}
.bg_green .imgbg::before {
  background: #8fc31f;
}
.imgbg.rev::before {
  animation: fluid-animation 18s ease 0s infinite normal;
}
@keyframes fluid-animation02 {
  0%, 100% {
    border-radius: 26% 74% 52% 48% / 52% 32% 68% 48%;
  }
  50% {
    border-radius: 59% 41% 21% 79% / 62% 53% 47% 38%;
  }
}
.mask01 img, .mask02 img {
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.mask01 img {
  mask-image: url(../img/mask01.svg);
  -webkit-mask-image: url(../img/mask01.svg);
}
.mask02 img {
  mask-image: url(../img/mask02.svg);
  -webkit-mask-image: url(../img/mask02.svg);
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: #fff5b5;
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
.white, .white span {
  color: #fff !important;
}
.ib {
  display: inline-block;
}
.lily {
  font-family: "Lily Script One", system-ui !important;
  font-weight: 400 !important;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  font-weight: 700;
  font-size: 112%;
  margin-bottom: 32px;
  line-height: 1.2;
  text-align: center;
}
.maintitle > span {
  font-family: "Lily Script One", system-ui;
  font-weight: 400;
  font-size: 272%;
  text-shadow: none;
  display: flex;
  width: fit-content;
  margin: auto;
}
.maintitle span {
  color: #8fc31f;
}
.maintitle span:nth-child(2n+1) {
  color: #0072bb;
}
.maintitle span span:first-of-type {
  text-transform: capitalize;
}
.maintitle.mtleft {
  text-align: left;
}
.maintitle.mtleft span {
  margin-left: 0;
}
@media (max-width:750px) {
  .spcenter.maintitle span {
    margin: auto;
  }
}
/*02*/
.mtitle {
  font-weight: 700;
  position: relative;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 140%;
  line-height: 1.7;
  color: #fff;
  padding: 13px 15px 14px;
  border-left: 6px solid rgba(255, 255, 255, 0.7);
}
.mtitle.blue {
  background: linear-gradient(to right bottom, #00a0e9, #0068b7, #1d2088);
}
.mtitle.green {
  background: linear-gradient(to right bottom, #8fc31f, #009944);
}
.white.mtitle, .white .mtitle {
  background: #fff;
}
.bg_blue .white.mtitle, .bg_blue.white .mtitle {
  color: #0072bb;
  border-left: 8px solid #0f9bf2;
}
.bg_green .white.mtitle, .bg_green.white .mtitle {
  color: #8fc31f;
  border-left: 8px solid #ace82a;
}
/*03*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: 133%;
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.stitle::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 95px;
  height: 3px;
}
.stitle:first-letter {
  font-size: 130%;
}
.stitle.blue::before {
  background: #0072bb;
}
.stitle.blue:first-letter {
  color: #0072bb;
}
.stitle.green::before {
  background: #8fc31f;
}
.stitle.green:first-letter {
  color: #8fc31f;
}
.white.stitle, .white .stitle {
  border-bottom: 3px solid #fff;
}
.bg_blue .white.stitle::before, .bg_blue.white .stitle::before {
  background: #0f9bf2;
}
.bg_green .white.stitle::before, .bg_green.white .stitle::before {
  background: #ace82a;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 26px 0;
  display: inline-block;
  width: fit-content;
  min-width: 315px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  border: 2px solid #fff;
  /*
  background: #ff943d;
  border: 2px solid #ff943d;
  */
  border-radius: 150px;
  transition: 0.35s, transform 0.35s cubic-bezier(0.6, -0.5, 0.3, 1.6);
}
/*
.mainbtn a:hover {
  color: #ff943d;
  background: #fff;
}
*/
section .mainbtn a {
  box-shadow: 5px 5px 0px 0px #ddd;
}
section .mainbtn a:hover {
  box-shadow: 0px 0px 0px 0px #ddd;
  transform: scale(1.05);
}
.mainbtn a::after {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #fff;
  pointer-events: none;
  border-radius: 150px;
}
.mainbtn a:hover::after {
  border: 1px dashed #ff943d;
}
section .mainbtn a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f35a";
  font-weight: bold;
  line-height: 1;
  font-size: 140%;
  transition: .4s;
  z-index: 2;
}
section .mainbtn a:hover::before {
  right: 12px;
}
/*blue btn*/
.mainbtn a.blue {
  background: #0072bb;
}
.mainbtn a.blue:hover {
  color: #0072bb;
  border: 2px solid #0072bb;
  background: #fff;
}
.mainbtn a.blue:hover::after {
  border: 1px dashed #0072bb;
}
/*green btn*/
.mainbtn a.green {
  background: #8fc31f;
}
.mainbtn a.green:hover {
  color: #8fc31f;
  border: 2px solid #8fc31f;
  background: #fff;
}
.mainbtn a.green:hover::after {
  border: 1px dashed #8fc31f;
}
/*white btn
.mainbtn a.white {
  color: #ff943d !important;
  background: #fff;
  border: 2px solid #ff943d;
}
.mainbtn a.white:hover {
  color: #fff !important;
  background: #ff943d;
}
.mainbtn a.white::after {
  border: 1px dashed #ff943d;
}
.mainbtn a.white:hover::after {
  border: 1px dashed #fff;
}
*/
/**/
.tbtn {
  margin-top: 30px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 5px 7px;
  display: inline-block;
}
.btnflex a::before {
  content: none !important;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 22px 0;
    min-width: auto;
    max-width: 260px;
    width: 100%;
  }
  .tbtn {
    margin-top: 27px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 15px;
  }
  .SP_displayContents .inner, .SP_displayContents .inner02, .SP_displayContents .innersp {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .SP_dc_title {
    order: -1;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02, .innersp {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 65%;
}
.w57 {
  width: 57%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w38 {
  width: 38%;
}
.w32 {
  width: 32%;
}
/*background*/
.bg_blue, .bg_green {
  position: relative;
}
.bg_blue::after, .bg_green::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.bg_blue::after {
  background: linear-gradient(to bottom, #00a0e9, #0068b7, #1d2088);
}
.bg_green::after {
  background: linear-gradient(to bottom, #8fc31f, #009944);
}
/**/
.bg01::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/01.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 60%;
  z-index: -99;
  opacity: 0.03;
}
.bg01.filtergreen::before, .bg01.filterblue::before, .bg01.filterorange::before {
  opacity: 0.07;
}
.bg02::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/02a.svg), url(../img/_bg/02b.svg);
  background-repeat: no-repeat;
  background-position: top -1px right -1px, bottom -1px left -1px;
  background-size: 230px, 520px;
  z-index: -99;
  opacity: 0.15;
}
.bg02.bg_blue::before, .bg02.bg_green::before {
  filter: brightness(0) invert(1);
}
@media (max-width: 1050px) {
  .bg01::before {
    background-size: 500px;
  }
}
@media (max-width: 550px) {
  .bg02::before {
    background-size: 38%, 87%;
  }
}
/*illust*/
.dots01, .dots02, .dots03 {
  position: relative;
}
section .dots01, section .dots02, section .dots03 {
  position: initial;
}
.dots01::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/d01.svg), url(../img/_bg/d02.svg);
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  background-size: 35%, 30%;
  z-index: -1;
  opacity: 0.2;
}
.dots02::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/d02.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 29%;
  z-index: -1;
  opacity: 0.2;
}
.dots03::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/d03.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 29%;
  z-index: -1;
  opacity: 0.2;
}
.filterorange::before {
  filter: invert(60%) sepia(93%) saturate(642%) hue-rotate(330deg) brightness(103%) contrast(105%);
}
.filtergreen::before {
  filter: invert(63%) sepia(68%) saturate(502%) hue-rotate(37deg) brightness(97%) contrast(88%);
}
.filterblue::before {
  filter: invert(34%) sepia(95%) saturate(5622%) hue-rotate(188deg) brightness(94%) contrast(101%);
}
.bg_blue.dots01::before, .bg_blue.dots02::before, .bg_blue.dots03::before, .bg_green.dots01::before, .bg_green.dots02::before, .bg_green.dots03::before, .bg_blue > .dots01::before, .bg_blue > .dots02::before, .bg_blue > .dots03::before, .bg_green > .dots01::before, .bg_green > .dots02::before, .bg_green > .dots03::before {
  filter: brightness(0) invert(1);
}
@media (max-width: 750px) {
  .dots01::before {
    background-size: 220px, 170px;
  }
  .dots02::before {
    background-size: 220px;
  }
  .dots03::before {
    background-size: 290px;
  }
}
/*反転*/
.bgx::before {
  pointer-events: none;
  transform: scaleX(-1);
}
.bgy::before {
  pointer-events: none;
  transform: scaleY(-1);
}
.bgxy::before {
  pointer-events: none;
  transform: scaleX(-1) scaleY(-1);
}
/* illust ============================*/
.illust {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 65% !important;
  max-width: 400px;
  z-index: -1;
}
.psr .illust {
  z-index: 1;
}
.illust img {
  filter: invert(80%) sepia(0%) saturate(0%) hue-rotate(356deg) brightness(103%) contrast(94%);
}
.bg_blue .illust, .bg_green .illust {
  opacity: 0.5;
}
.bg_blue .illust img, .bg_green .illust img {
  filter: brightness(0) invert(1);
}
.illust.orange {
  opacity: 0.3;
}
.illust.orange img {
  filter: invert(71%) sepia(45%) saturate(3113%) hue-rotate(332deg) brightness(105%) contrast(101%) drop-shadow(white 1px 1px 0px) drop-shadow(white -1px -1px 0px) drop-shadow(white -1px 1px 0px) drop-shadow(white 1px -1px 0px);
}
.illust.top {
  top: 10px;
}
.illust.bottom {
  bottom: 5px;
}
.illust.right {
  right: 10px;
}
.illust.left {
  left: 10px;
}
.illust.left {
  transform: scaleX(-1);
}
.illust div {
  width: 48%;
  margin-bottom: 5%;
}
.illust div:nth-child(2) {
  animation-delay: .55s;
}
.illust div:nth-child(3) {
  margin: auto;
  animation-delay: .75s;
  margin-bottom: 0;
}
/* 車が走る */
.loop_anime {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 120px;
  padding-bottom: 5px;
  z-index: -1;
  opacity: 0.1;
}
.op {
  opacity: 1 !important;
}
/*
.loop_anime::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/_illust/road.svg);
  background-position: top center !important;
  background-repeat: repeat-x !important;
  background-size: 670px !important;
  z-index: -1;
}
*/
.loop_anime::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../img/_illust/04.png");
  background-repeat: no-repeat !important;
  background-size: contain !important;
  z-index: 1;
  animation: loop 24s linear infinite;
}
@keyframes loop {
  from {
    background-position: right -50% bottom;
  }
  to {
    background-position: left -50% bottom;
  }
}
@media (max-width: 750px) {
  @keyframes loop {
    from {
      background-position: right -60% bottom;
    }
    to {
      background-position: left -60% bottom;
    }
  }
}
@media (max-width: 550px) {
  .loop_anime {
    height: 65px;
  }
  /*
  .loop_anime::after {
    background-size: 425px !important;
  }
	*/
  .loop_anime::before {
    animation: loop 8s linear infinite;
  }
}
/* section deco ======================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: 35% !important;
  max-width: 250px;
}
.tl img, .tr img, .bl img, .br img {
  width: 100% !important;
}
/*位置*/
.tl, .tr {
  top: -107px !important;
}
.tl {
  left: 10px !important;
}
.tr {
  right: 10px !important;
}
.bl, .br {
  bottom: -85px !important;
}
.bl {
  left: 10px !important;
}
.br {
  right: 10px !important;
}
@media (max-width: 550px) {
  .tl, .tr {
    top: -68px !important;
  }
  .bl, .br {
    bottom: -40px !important;
  }
}
/**/
.imgs {
  display: flex;
  justify-content: space-between;
  width: 57% !important;
  max-width: 350px;
}
.imgs > div:first-of-type {
  width: 55% !important;
}
.imgs > div:last-of-type {
  width: 39% !important;
  margin-top: 25%;
}
@media (max-width: 750px) {
  .imgs {
    width: 38% !important;
  }
  .imgs.tl, .imgs.tr {
    top: -85px !important;
  }
  .imgs {
    max-width: 250px;
  }
}
@media (max-width: 550px) {
  .imgs {
    max-width: 180px;
    width: 50vw !important;
  }
  .imgs.tl, .imgs.tr {
    top: -62px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 39% !important;
}
.psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.psr .tl {
  top: -4% !important;
  left: -10px !important;
}
.psr .tr {
  top: -4% !important;
  right: -10px !important;
}
.psr .bl {
  bottom: -4% !important;
  left: -10px !important;
}
.psr .br {
  bottom: -4% !important;
  right: -10px !important;
}
/* アニメーション ====================*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s, transform 0.9s !important;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* popup */
.popup {
  opacity: 0;
}
.popup.inview {
  opacity: 1;
  animation: flowUp 0.6s cubic-bezier(0.35, 0, 0.05, 1) 0.6s 1 normal backwards;
}
@keyframes flowUp {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    transform: scale(1.02);
  }
  100% {
    top: 0;
    opacity: 1;
    transform: scale(1.0);
  }
}
/*ゆらゆら揺れる*/
.yura {
  transform-origin: center bottom;
  animation: yurayura 5s linear infinite;
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
/*カクカク揺れる*/
.kaku {
  display: block;
  width: 100%;
  animation: kaku 2.5s cubic-bezier(0.7, 0.02, 0, 0.97) infinite;
}
.rev.kaku {
  animation: kakurev 2.5s cubic-bezier(0.7, 0.02, 0, 0.97) infinite alternate;
}
@keyframes kaku {
  0% {
    transform: rotate(0deg)
  }
  20% {
    transform: rotate(0deg)
  }
  30% {
    transform: rotate(-7deg)
  }
  80% {
    transform: rotate(-7deg)
  }
  83% {
    transform: rotate(0deg)
  }
}
@keyframes kakurev {
  0% {
    transform: rotate(0deg)
  }
  5% {
    transform: rotate(7deg)
  }
  55% {
    transform: rotate(7deg)
  }
  58% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(0deg)
  }
}
/* 上下に揺れる */
/* -----------------------------------------------
/* Author : evoworx
/* MIT license: http://opensource.org/licenses/MIT
/* CodePen : https://codepen.io/evolab/pen/GRPzdgR
/* ----------------------------------------------- */
.shaking {
  animation: shaking 1s linear infinite;
}
@keyframes shaking {
  0% {
    translate: 0 0;
  }
  20% {
    translate: 0 2px;
  }
  40% {
    translate: 0 0;
  }
  60% {
    translate: 0 2.5px;
  }
  80% {
    translate: 0 0;
  }
  100% {
    translate: 0 0;
  }
}
/* ローディング風アニメーション =============================*/
.start {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: #fff;
  background-size: cover;
  background-position: center;
}
.dots {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 9998;
}
.dots::before {
  pointer-events: none;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/dots.svg) repeat-x;
  background-size: cover;
  background-position: top center;
  filter: brightness(0) invert(1);
  opacity: 0.15;
}
.start::before, .start::after {
  pointer-events: none;
  content: '';
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff943d;
  clip-path: url("#loading-svg");
}
.start::before {
  z-index: 2;
  opacity: 0.3;
  transform: translate(-50%, -50%) scaleX(-1) scaleY(-1);
  animation: startbg01 3s cubic-bezier(0.6, -0.5, 0.3, 1.6) 1.1s normal both;
}
.start::after {
  z-index: 1;
  animation: startbg02 3s cubic-bezier(0.6, -0.5, 0.3, 1.6) 1.1s normal both;
}
@keyframes startbg01 {
  0% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scaleX(-1) scaleY(-1) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(-1) scaleY(-1) scale(0);
  }
}
@keyframes startbg02 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
}
#splash_logo {
  width: 220px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
}
#splash_logo img, #splash_logo svg {
  width: 100%;
  height: 100%;
}
#splash_logo svg {
  position: relative;
  top: 3px;
}
.logo_anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: logoanim 1.9s cubic-bezier(0.6, -0.5, 0.3, 1.6) 1.1s normal both;
}
@keyframes logoanim {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.logo_anim_line {
  animation: logoanim_line 1.9s ease 1.1s normal both;
}
@keyframes logoanim_line {
  0% {
    opacity: 1;
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1190px) {
  .start::before, .start::after {
    width: 100%;
    height: 100%;
    clip-path: none;
  }
  #splash_logo {
    width: 190px;
  }
}
@media (max-width: 550px) {
  #splash_logo {
    width: 42vw;
  }
}
/* footer ================================================*/
.footer_contact {
  position: relative;
  padding: 85px 0;
  z-index: 1;
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  clip-path: ellipse(130% 100% at bottom);
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .footer_contact {
  background-attachment: scroll;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, #00a0e9, #0068b7, #1d2088);
  opacity: 0.87;
}
.footer_contact .inner {
  position: relative;
  z-index: 2;
}
.footer_contact .maintitle {
  margin-bottom: 23px;
}
.fbox {
  padding: 60px 35px;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #ddd;
  box-shadow: 11px 11px 0px 0px #f7f7f7;
}
.fbox .btnflex {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .footer_contact {
    padding: 55px 0;
    clip-path: ellipse(190% 100% at bottom);
  }
  .footer_contact {
    background-attachment: scroll;
  }
  .fbox {
    padding: 33px 12px;
    box-shadow: 7px 7px 0px 0px #f7f7f7;
  }
  .fbox .btnflex a {
    margin: 5px 0;
  }
}
/* address */
.footer_address {
  padding: 50px 0;
  position: relative;
}
.footer_address .inner {
  max-width: 925px;
  width: 93%;
}
.fa_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info {
  width: 46%;
}
.info p {
  margin-bottom: 0;
  white-space: nowrap;
}
.flogo {
  display: inline-block;
  width: 325px;
  margin-bottom: 10px;
}
/**/
.links {
  width: calc(100% - 46% - 4%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.links li {
  width: 49%;
  margin-bottom: 10px;
}
.links li.long {
  width: 100%;
}
.links li a {
  color: #333;
  display: block;
  width: 100%;
  padding: 17px 0;
  text-align: center;
  background: #f7f7f7;
  border: 2px solid #dddddd;
  border-radius: 100px;
  font-size: 91%;
  position: relative;
}
.links li a:hover {
  border: 2px solid #ff943d;
}
.links li a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  line-height: 1;
  color: #ccc;
  font-size: 110%;
  transition: .3s;
  z-index: 2;
}
.links li a:hover::before {
  right: 12px;
  color: #ff943d;
}
.copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 90%;
  color: #b3b3b3;
}
@media (max-width: 840px) {
  .footer_address .inner {
    width: 88%;
    max-width: 500px;
  }
  .fa_flex {
    display: block;
  }
  .info, .links {
    width: 100%;
  }
  .info {
    text-align: center;
    margin-bottom: 35px;
  }
  .info p {
    white-space: normal;
  }
  .flogo {
    width: 310px;
  }
}
@media (max-width: 550px) {
  .footer_address {
    padding: 40px 0;
  }
  .footer_address .inner {
    width: 92%;
    max-width: 370px;
  }
  .flogo {
    width: 225px;
  }
  .info p {
    font-size: 90%;
  }
  .links li {
    margin-bottom: 7px;
  }
  .links li a {
    padding: 14px 0;
    font-size: 89%;
  }
  .copyright {
    font-size: 83%;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 85px;
  aspect-ratio: 1/1;
  background: #ff943d;
  border: 2px solid #fff;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50%;
  color: #fff;
  transition: 0.35s, transform 0.35s cubic-bezier(0.6, -0.5, 0.3, 1.6);
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top::after {
  content: '';
  width: 89%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #fff;
  pointer-events: none;
  border-radius: 50%;
}
.go_top:hover {
  color: #ff943d;
  background: #fff;
  border: 2px solid #ff943d;
  transform: scale(1.13);
}
.go_top:hover::after {
  border: 1px dashed #ff943d;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 67px;
    right: 15px;
    bottom: 10px;
  }
}
/* header ================================================*/
header {
  display: contents;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  padding: 12px 5px 10px;
  clip-path: ellipse(75% 100% at top);
}
.hlogo {
  width: 165px;
  margin: 0 2.5%;
  position: relative;
  padding-bottom: 10px;
}
.hlogo img {
  width: 100%;
}
.header_pc {
  max-width: 1155px;
  width: 96%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_pc nav, .header_pc ul {
  display: contents;
}
.header_pc ul li:nth-of-type(1) {
  order: -3;
}
.header_pc ul li:nth-of-type(2) {
  order: -2;
}
.header_pc ul li {
  text-align: center;
  width: calc(100% / 5);
  border-right: 1px dashed #cccccc;
}
.header_pc ul li:nth-child(2n+1) {
  border-left: 1px dashed #cccccc;
}
.header_pc ul li a {
  font-size: 84%;
  padding: 5px 0;
  display: block;
  color: #333;
  line-height: 1.3;
  white-space: nowrap;
}
.header_pc ul li a span {
  font-family: "Lily Script One", system-ui;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 170%;
  color: #8fc31f;
  display: block;
}
.header_pc ul li a:hover {
  padding: 0 0 10px;
}
header ul li:nth-child(2n+1) a > span {
  color: #0072bb;
}
@media (max-width: 1190px) {
  .hlogo {
    width: 13vw;
  }
  .header_pc ul li a {
    font-size: 1.45vw;
  }
}
/* hamburger ================================= */
.header__inner {
  position: fixed;
  top: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  display: none;
  z-index: 9997;
  pointer-events: none;
}
.hamburger {
  display: block;
  width: 89px;
  aspect-ratio: 1/1;
  z-index: 9998;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: auto;
  transition: .35s all;
}
.hamburger.-active {
  top: 10px;
  right: 13px;
}
.hamburger::after {
  content: '';
  width: 89%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #fff;
  pointer-events: none;
  border-radius: 50%;
}
.hamburger::before {
  content: "";
  background: #0072bb;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 3px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background-color: #fff;
  border-radius: 10px;
}
.hamburger__line:before {
  top: -10.5px;
}
.hamburger__line:after {
  top: 10.5px;
}
.hamopen .header {
  position: fixed;
}
.hamburger__text {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.6;
  text-transform: capitalize;
  color: #fff;
  font-size: 1rem;
}
.hamburger__text::before {
  content: "menu";
  text-align: center;
}
.hamburger.-active .hamburger__text::before {
  content: 'close';
  position: relative;
  bottom: -2px;
}
/**/
.header__nav-area {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  width: 500px;
  height: 765px;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  pointer-events: none;
  transform: scale(0.7);
  transition: 0.35s, transform 0.35s cubic-bezier(0.6, -0.5, 0.3, 1.6);
  border-radius: 20px;
  border: 4px solid #ddd;
  box-shadow: 11px 11px 0px 0px #f7f7f7;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}
/* menu */
.global-navigation {
  width: 89%;
  margin: auto;
  height: fit-content;
  position: relative;
  z-index: 1;
}
.global-navigation__list {
  margin-bottom: 30px;
  text-align: center;
}
.global-navigation__list > li {
  font-size: 100%;
  margin-bottom: 7px;
  line-height: 1.35;
  display: block;
}
.global-navigation__list li a {
  padding: 13px 0 8px;
  display: inline-block;
  color: #333;
}
.global-navigation__list li a > span {
  font-family: "Lily Script One", system-ui;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  font-size: 155%;
  color: #0072bb;
}
.global-navigation__list li:nth-child(2n+1) a span {
  color: #8fc31f;
}
.global-navigation__list a:hover {
  opacity: 0.6;
}
/* btn */
.header__nav-area .mainbtn {
  margin-top: 7px;
}
.global-navigation .mainbtn a {
  font-size: 96%;
  min-width: auto;
  width: 100%;
  max-width: 260px;
}
@media (max-height: 920px) {
  .header__nav-area {
    overflow-y: scroll;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) scale(0.7);
    width: 92%;
    height: clc(100vh - 50px); /* fallback */
    height: calc(var(--vh, 1vh) * 100 - 50px);
    box-shadow: 7px 7px 0px 0px #f7f7f7;
    scrollbar-width: none;
  }
  .header__nav-area.-active {
    transform: translate(50%, -50%) scale(1);
  }
  .header__nav-area::-webkit-scrollbar {
    display: none;
  }
  .global-navigation {
    padding: 45px 0 80px;
  }
  .hamopen {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }
  .hamopen .go_top, .hamopen .hlogo {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1050px) {
  .header__inner {
    display: block;
  }
  .header {
    background: transparent;
    clip-path: none;
    position: fixed;
    padding: 0;
    pointer-events: none;
  }
  .header_pc {
    display: contents;
  }
  .header_pc nav {
    display: none;
  }
  .hlogo {
    pointer-events: auto;
    width: 180px;
    margin: 0;
    padding: 15px 0 0 17px;
  }
  .hlogo img {
    filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px -1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75));
  }
}
@media (max-width: 750px) {
  .header__nav-area {
    overflow-y: scroll;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) scale(0.7);
    width: 92%;
    height: clc(100vh - 50px); /* fallback */
    height: calc(var(--vh, 1vh) * 100 - 50px);
    scrollbar-width: none;
  }
  .header__nav-area.-active {
    transform: translate(50%, -50%) scale(1);
  }
  .header__nav-area::-webkit-scrollbar {
    display: none;
  }
  .global-navigation {
    padding: 45px 0 80px;
  }
  .hamopen {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }
  .hamopen .go_top, .hamopen .hlogo {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 700px) {
  .hlogo {
    width: 120px;
    padding: 9px 0 0 10px;
  }
  .hamburger {
    top: 10px;
    right: 13px;
    width: 73px;
  }
  .hamburger__line {
    width: 38px;
    top: 43%;
  }
  .hamburger__line::before {
    top: -9px;
  }
  .hamburger__line::after {
    top: 9px;
  }
  .hamburger__text {
    bottom: 17%;
    font-size: 0.84rem;
  }
}
/* PC右側 お問い合わせリンク ==============================================*/
.contact_btns {
  z-index: 101;
  position: fixed;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: .35s all;
}
.change .contact_btns {
  opacity: 1;
  pointer-events: auto;
}
.contact_btns a {
  border-radius: 20px 0 0 20px;
  width: 93px;
  padding: 11px 0 3px 5px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.5;
  font-family: "Lily Script One", system-ui;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 7px;
  position: relative;
  border: 2px solid #fff;
  transition: 0.35s, transform 0.35s cubic-bezier(0.6, -0.5, 0.3, 1.6);
}
.contact_btns a::after {
  content: '';
  width: calc(100% + 3px);
  height: calc(100% - 8px);
  position: absolute;
  top: 50%;
  left: calc(50% + 6px);
  transform: translate(-50%, -50%);
  border: 1px dashed #fff;
  pointer-events: none;
  border-radius: 17px 0 0 17px;
}
.contact_btns a {
  background: #0072bb;
}
.contact_btns a:nth-child(2n) {
  background: #8fc31f;
}
.contact_btns a i {
  display: block;
  font-size: 160%;
}
.contact_btns a:hover {
  transform: scale(1.13);
}
@media (max-width: 1050px) {
  .contact_btns {
    display: none;
  }
}
/* スライド ==============================================*/
.topslide {
  overflow: hidden;
  position: relative;
  width: 96%;
  margin: auto;
  margin-top: 10px;
  animation: fluid-animation 50s ease 0s infinite normal;
}
@keyframes fluid-animation {
  0%, 100% {
    border-radius: 59% 41% 21% 79% / 62% 53% 47% 38%;
  }
  50% {
    border-radius: 26% 74% 52% 48% / 52% 32% 68% 48%;
  }
}
.slide_items img {
  object-fit: cover;
  width: 100%;
}
.topslide, .slide_items img {
  height: calc(100vh - 220px);
  min-height: 630px;
}
/*スライド画像アニメーション*/
.slick-animation {
  animation: fadezoom 7s cubic-bezier(0.2, 0, 0.07, 1) 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1190px) {
  .topslide, .slide_items img {
    min-height: 450px;
    height: calc(100vh - 220px);
  }
}
@media (max-width: 1050px) {
  .topslide {
    margin-top: 40px;
  }
  .topslide, .slide_items img {
    height: calc(100vh - 180px);
  }
}
@media (max-width: 750px) {
  .topslide, .slide_items img {
    min-height: auto;
    height: 111vw;
  }
}
/* deco */
.topslideWrap {
  position: relative;
  overflow: hidden;
}
.s_deco {
  display: contents;
}
.s_deco > div {
  opacity: 0.4;
  width: 38%;
  max-width: 340px;
  position: absolute;
  z-index: 1;
}
.s_deco > div img {
  animation: horizontalAnim 2.5s ease-in-out infinite alternate;
}
@keyframes horizontalAnim {
  0% {
    transform: translateY(-20px) scale(1);
  }
  100% {
    transform: translateY(0px) scale(1.03);
  }
}
.s_deco > div:nth-child(1) {
  bottom: 3%;
  left: 0;
}
.s_deco > div:nth-child(1) img {
  filter: invert(63%) sepia(68%) saturate(502%) hue-rotate(37deg) brightness(97%) contrast(88%);
}
.s_deco > div:nth-child(2) {
  top: 3%;
  right: 0;
}
.s_deco > div:nth-child(2) img {
  animation-direction: alternate-reverse;
  filter: invert(34%) sepia(95%) saturate(5622%) hue-rotate(188deg) brightness(94%) contrast(101%);
}
/* illust */
.s_illust {
  display: contents;
}
.s_illust > div {
  width: 34%;
  max-width: 240px;
  position: absolute;
  z-index: 2;
}
.s_illust div img {
  filter: invert(71%) sepia(45%) saturate(3113%) hue-rotate(332deg) brightness(105%) contrast(101%) drop-shadow(1px 1px 0px white) drop-shadow(-1px -1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white);
}
.s_illust > div:nth-child(1) {
  top: 3%;
  left: 5%;
}
.s_illust > div:nth-child(1) img {
  transform: scaleX(-1);
}
.s_illust > div:nth-child(2) {
  bottom: 3%;
  right: 5%;
}
.s_illust > div:nth-child(3) {
  bottom: 3%;
  left: 5%;
}
.s_illust > div:nth-child(3) img {
  transform: scaleX(-1);
}
@media (max-width: 1050px) {
  .s_illust > div:nth-child(1) {
    top: 20%;
  }
}
@media (max-width: 750px) {
  .s_illust > div:nth-child(1) {
    top: 175px;
    left: 2%;
  }
  .s_illust > div:nth-child(2) {
    right: 2%;
  }
  .s_illust > div:nth-child(3) {
    left: 2%;
  }
}
@media (max-width: 550px) {
  .s_illust > div:nth-child(1) {
    top: 125px;
  }
}
/* ごあいさつ・解体をお考えの方へ ========================================*/
.welguide .loop_anime {
  opacity: 1;
}
/**/
.welguide {
  padding: 70px 0 170px;
}
/* ごあいさつ */
.welguide .inner {
  max-width: 1400px;
  width: 93%;
}
.str {
  font-size: 110%;
}
.welbox {
  position: relative;
  width: 80%;
  padding: 100px 100px 130px;
}
.welbox::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, #00a0e9, #0068b7);
  z-index: -2;
  animation: fluid-animation 20s ease 0s infinite normal;
}
/*img*/
.welContents {
  display: contents;
}
.welContents .img {
  position: absolute;
  z-index: -1;
}
.welContents .img img {
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.welContents .img:nth-child(1) {
  top: -6%;
  left: -1%;
  width: 24%;
  mask-image: url(../img/mask01.svg);
  -webkit-mask-image: url(../img/mask01.svg);
}
.welContents .img:nth-child(2) {
  top: 17%;
  right: -22%;
  width: 30%;
  mask-image: url(../img/mask02.svg);
  -webkit-mask-image: url(../img/mask02.svg);
}
/* 解体をお考えの方へ */
.guidebox {
  position: relative;
  width: 72%;
  margin-left: auto;
  padding: 100px;
  margin-top: -5%;
}
.guidebox::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: linear-gradient(to top, #aede35, #8fc31f);
  z-index: -2;
  animation: fluid-animation 20s ease 0s infinite normal;
  transform: translate(-50%, -50%) scaleY(-1);
}
/*img*/
.guideContents {
  display: contents;
}
.guideContents .img {
  position: absolute;
  z-index: -1;
}
.guideContents .img img {
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.guideContents .img:nth-child(1) {
  top: -9%;
  left: -15%;
  width: 30%;
  mask-image: url(../img/mask01.svg);
  -webkit-mask-image: url(../img/mask01.svg);
}
.guideContents .img:nth-child(2) {
  top: 0;
  right: 0;
  width: 18%;
  mask-image: url(../img/mask02.svg);
  -webkit-mask-image: url(../img/mask02.svg);
}
.guideContents .img:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 20%;
  mask-image: url(../img/mask03.svg);
  -webkit-mask-image: url(../img/mask03.svg);
}
/**/
.welbox::before, .guidebox::before {
  content: '';
  width: 92%;
  height: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(-1) scale(1.1);
  background: #f7f7f7;
  animation: fluid-animation 25s ease 0s infinite normal;
  z-index: -3;
}
@media (max-width: 1050px) {
  .welbox, .guidebox {
    width: 100%;
  }
  .guideContents .img:nth-child(1) {
    top: -16%;
    left: -6%;
  }
  .welContents .img:nth-child(2) {
    top: -2%;
    right: -8%;
    width: 27%;
  }
  .guidebox {
    margin-top: 1%;
  }
}
@media (max-width: 1030px) {
  .welguide {
    padding-bottom: 110px;
  }
  .guidebox {
    margin-top: 8%;
  }
}
@media (max-width: 620px) {
  .welguide .inner {
    width: 88%;
  }
  .guidebox {
    margin-top: 90px;
  }
  .welbox, .guidebox {
    padding: 30px 0;
  }
  .welbox::after, .guidebox::after {
    width: 125%;
    height: 110%;
  }
  .welbox::before, .guidebox::before {
    width: 108%;
    height: 102%;
    top: 49%;
  }
  .guideContents .img:nth-child(2) {
    width: 27%;
    right: -4%;
  }
  .guideContents .img:nth-child(3) {
    bottom: -10%;
    left: -12%;
    width: 31%;
  }
}
@media (max-width: 450px) {
  .welguide {
    padding: 45vw 0 90px;
  }
  .welbox::after, .guidebox::after {
    width: 180%;
  }
  .welbox::before, .guidebox::before {
    top: 50%;
    width: 164%;
    height: 101%;
  }
  .welContents .img:nth-child(1) {
    top: -44vw;
    width: 41%;
    left: -8%;
  }
  .welContents .img:nth-child(2) {
    top: -32vw;
    right: -8%;
    width: 45%;
  }
  .guideContents .img:nth-child(1) {
    width: 43%;
    top: -25vw;
    left: -15%;
  }
  .guideContents .img:nth-child(2) {
    top: -18%;
    right: -9%;
    width: 35%;
  }
  .guideContents .img:nth-child(3) {
    bottom: -14%;
    left: -9%;
    width: 35%;
  }
}
/* 事業内容 ========================================*/
.services .illust {
  z-index: 1;
  opacity: 1;
}
.services .illust img {
  filter: brightness(0) invert(1) drop-shadow(1px 1px 0px #00a0e9) drop-shadow(-1px -1px 0px #00a0e9) drop-shadow(-1px 1px 0px #00a0e9) drop-shadow(1px -1px 0px #00a0e9);
}
.services {
  padding: 80px 0;
}
#kv {
  display: contents;
}
/*img*/
.kv_bg {
  position: relative;
  height: 555px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  transition: background-image 0.25s;
  animation: fluid-animation 20s ease 0s infinite normal;
  background-image: url(../img/service.jpg);
}
.services .s_rounded_img {
  position: relative;
}
.services .s_rounded_img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(-1);
  background: #00a0e9;
  animation: fluid-animation 22s ease 0s infinite normal;
  z-index: -1;
}
.bg1 .kv_bg {
  background-image: url(../img/service01.jpg);
}
.bg2 .kv_bg {
  background-image: url(../img/service02.jpg);
}
.bg3 .kv_bg {
  background-image: url(../img/service03.jpg);
}
.bg4 .kv_bg {
  background-image: url(../img/service04.jpg);
}
.bg5 .kv_bg {
  background-image: url(../img/service05.jpg);
}
@keyframes fadeInSlide {
  0% {
    opacity: 0;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
/*link*/
.kv_list_wrap {
  max-width: 505px;
}
.kv_list a {
  display: block;
}
.kv_list a > span {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 18px 23px;
  border-radius: 15px;
  border: 4px solid #ddd;
  box-shadow: 7px 7px 0px 0px #f7f7f7;
  font-size: 110%;
  color: #333;
  line-height: 1.5;
  transition: 0.35s, transform 0.35s cubic-bezier(0.6, -0.5, 0.3, 1.6);
  text-shadow: 0 0 3px #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.kv_list a > span::after {
  pointer-events: none;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -2;
}
.kv_list a:hover > span {
  transform: scale(1.05);
  border: 4px solid #ff943d;
  box-shadow: 7px 7px 0px 0px #ffa861;
}
.kv_list a img {
  position: absolute;
  width: 22%;
  max-width: 90px;
  opacity: 0.4;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  z-index: -1;
}
.kv_list li {
  width: 90%;
  transform: rotate(-1.5deg);
  margin-bottom: 30px;
}
.kv_list li:nth-child(2n) {
  margin-left: auto;
  transform: rotate(1.5deg);
}
.kv_list li:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 1665px) {
  .kv_bg {
    height: 39vw;
  }
}
@media (max-width: 1275px) {
  .services {
    padding: 70px 0 80px;
  }
  .services .inner02 {
    width: 96%;
    margin: auto;
  }
  .services .s_rounded_img::after {
    transform: translate(-50%, -50%) scaleY(-1);
  }
  .kv_list_wrap {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .services .inner02 {
    width: 88%;
  }
  .kv_bg {
    height: 80vw;
  }
  .services .s_rounded_img {
    margin-bottom: 25px;
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
  }
  .services .s_rounded_img::after {
    width: 102%;
    height: 102%;
  }
  .kv_list {
    display: block;
    margin-bottom: 0;
  }
  .kv_list a > span {
    padding: 17px 12px;
  }
}
@media (max-width: 550px) {
  .services {
    padding: 40px 0 60px;
  }
  .kv_list li {
    margin-bottom: 20px;
  }
}
/* 施工実績 ========================================*/
.works .illust {
  z-index: 1;
}
.works .illust img {
  filter: invert(63%) sepia(68%) saturate(502%) hue-rotate(37deg) brightness(97%) contrast(88%) drop-shadow(1px 1px 0px white) drop-shadow(-1px -1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white);
}
/**/
.works .inner {
  max-width: 1005px;
  width: 95%;
}
.works_flex {
  display: flex;
  align-items: center;
}
.w_vertical {
  margin-right: 1%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 50px;
}
.w_vertical .maintitle {
  margin-left: 30px;
}
/*btn*/
.w_vertical .mainbtn {
  margin-right: 30px;
  height: fit-content;
  margin-top: auto;
}
.w_vertical .mainbtn a {
  padding: 0 26px;
  padding-bottom: 13px;
  min-width: auto;
  height: 275px;
}
.w_vertical .mainbtn a::before {
  top: auto;
  bottom: 45px;
  right: 50%;
  transform: translateX(50%);
}
.w_vertical .mainbtn a:hover::before {
  right: 47%;
}
/* slider */
.swiper {
  padding: 0 5.5%;
  width: calc(100% - 400px);
}
.swiper-cards .swiper-slide {
  overflow: hidden;
}
.swiper-cards .swiper-slide:nth-child(2n+1) {
  opacity: 0;
}
.swiper-slide-active {
  opacity: 1 !important;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .25);
}
.swiper-slide {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 0%;
  border-radius: 20px;
}
.swiper-slide::before {
  content: '';
  display: block;
  padding-top: 79%;
}
.swiper-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1265px) {
  .works .illust {
    z-index: -1;
    bottom: 35px;
  }
  .works .inner {
    width: 88%;
    max-width: 600px;
  }
  .works_flex {
    flex-direction: column;
  }
  .w_vertical {
    margin-right: 0;
    display: contents;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .w_vertical .maintitle {
    order: -1;
    margin-left: 0;
    text-align: center;
    margin-bottom: 47px;
  }
  .swiper {
    margin-bottom: 35px;
    width: 100%;
  }
  .w_vertical .mainbtn {
    margin: 25px auto 0;
    width: 100%;
  }
  .w_vertical .mainbtn a {
    padding: 26px 0;
    height: auto;
    min-width: 315px;
  }
  .w_vertical .mainbtn a::before {
    top: 50%;
    bottom: auto;
    right: 15px;
    transform: translateY(-50%);
  }
  .w_vertical .mainbtn a:hover::before {
    right: 12px;
  }
}
@media (max-width: 550px) {
  .works .illust {
    bottom: 1px;
  }
  .swiper {
    margin-bottom: 27px;
  }
  .w_vertical .maintitle {
    margin-bottom: 33px;
  }
  .w_vertical .mainbtn {
    margin-top: 17px;
  }
  .w_vertical .mainbtn a {
    padding: 22px 0;
    min-width: auto;
    max-width: 260px;
    width: 100%;
  }
}
/* 対応エリア ========================================*/
.area {
  padding: 0;
}
.area > div::before {
  filter: brightness(0) invert(1);
  opacity: 0.2;
}
.bg_box::before {
  position: absolute;
  content: "";
  max-width: 1600px;
  width: calc(100% - 4%);
  height: calc(100% - 7%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  border: 4px solid #ddd;
  box-shadow: 11px 11px 0px 0px #f7f7f7;
}
@media (max-width: 750px) {
  .area .innersp {
    width: 82%;
  }
  .bg_box::before {
    box-shadow: 7px 7px 0px 0px #f7f7f7;
  }
}
@media (max-width: 550px) {
  .bg_box::before {
    width: calc(100% - 10%);
    height: calc(100% - 4%);
  }
}
.area_wrap {
  width: 91%;
  max-width: 1470px;
  margin: auto;
  position: relative;
}
.areatext {
  width: 100%;
  max-width: 639px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.areaimg {
  position: relative;
  width: 54%;
  margin-left: auto;
}
.areaimg_rotate {
  transform: rotate(-10deg);
}
.area_icon {
  width: 13%;
  position: absolute;
  z-index: 1;
  bottom: 17.5%;
  left: 8%;
}
.area_icon img {
  animation: area_icon 0.9s alternate infinite;
}
@keyframes area_icon {
  0% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(0);
  }
}
.area_icon::before, .area_icon::after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -12%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #ff943d;
  animation: pulseMotion 2.8s linear infinite;
  opacity: 0;
}
.area_icon::before {
  animation-delay: 0.9s;
}
@keyframes pulseMotion {
  0% {
    transform: translateX(-50%) scale(0.2, 0.2);
    opacity: 0;
  }
  10% {
    opacity: 0.15;
  }
  70% {
    opacity: 0.45;
  }
  100% {
    transform: translateX(-50%) scale(1, 1);
    opacity: 0;
  }
}
@media (max-width: 1465px) {
  .area {
    padding: 25px 0;
  }
  .area_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .areaimg {
    width: 51%;
  }
  .areatext {
    width: 48%;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
@media (max-width: 1030px) {
  .area {
    padding: 75px 0;
  }
}
@media (max-width: 750px) {
  .area_wrap {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .areatext {
    width: 100%;
    display: contents;
  }
  .areatext div {
    display: contents;
  }
  .areatext .maintitle {
    order: -1;
  }
  .areaimg {
    position: relative;
    top: 0;
    left: 48%;
    transform: translateX(-50%);
    width: 130%;
    margin: -25px auto 14%;
  }
}
@media (max-width: 550px) {
  .area {
    padding: 35px 0;
  }
}
/* メニュー ========================================*/
.contents {
  padding-top: 70px;
}
.contents .inner {
  max-width: 1400px;
}
.contents .maintitle {
  text-align: right;
}
.contents .maintitle > span {
  margin-right: 0;
}
.contents .flexbox {
  margin-right: auto;
  margin-top: -11%;
}
/*link*/
.link {
  width: 48%;
  position: relative;
  height: fit-content;
}
.link:last-of-type {
  margin-top: 10%;
}
.link a {
  position: relative;
  display: block;
}
.link a::after {
  content: '';
  width: 99%;
  height: 99%;
  position: absolute;
  top: 51%;
  left: 53%;
  transform: translate(-50%, -50%) scaleX(-1);
  background: #8fc31f;
  animation: fluid-animation 20s ease 0s infinite normal;
  z-index: -1;
}
.link a img {
  transition: .4s all;
}
.link a .clip {
  animation: fluid-animation 22s ease 0s infinite normal;
  overflow: hidden;
}
.link a:hover img {
  transform: scale(1.07);
}
/*title*/
.link h2 {
  pointer-events: none;
  font-size: 135%;
  line-height: 1.1;
  position: absolute;
  bottom: 11%;
  left: 0;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.link h2 > span {
  font-family: "Lily Script One", system-ui;
  font-weight: 400;
  display: block;
  font-size: 235%;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  color: #8fc31f;
  text-transform: capitalize;
}
@media (max-width: 1030px) {
  .link:nth-child(1) a {
    transform: rotate(-7deg) !important;
  }
  .link:nth-child(2) a {
    transform: rotate(7deg) !important;
  }
}
@media (max-width: 750px) {
  .contents .illust {
    left: auto;
    right: 10px;
    transform: scaleX(1);
  }
  .contents .illust div:not(:last-of-type) {
    display: none;
  }
  .contents .illust div:last-of-type {
    margin-right: 0;
  }
  .link:nth-child(1) a {
    transform: rotate(0) !important;
  }
  .link:nth-child(2) a {
    transform: rotate(0) !important;
  }
  .link a::after {
    width: 103%;
    height: 103%;
  }
  .contents {
    padding-top: 40px;
  }
  .contents .maintitle {
    margin-bottom: 15px;
  }
  .contents .flexbox {
    margin-top: 0;
  }
  .link h2 {
    font-size: 127%;
    bottom: 6%;
  }
  .link {
    width: 84% !important;
    margin-bottom: 30px;
  }
  .link:last-of-type {
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0 !important;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 130px 0 100px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  clip-path: ellipse(100% 100% at top);
  margin-bottom: 5px;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #8fc31f, #009944);
  opacity: 0.83;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 17px !important;
  font-size: clamp(1.85rem, 1.34rem + 1.8133vw, 2.7rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 900;
}
@media(max-width:1050px) {
  .fv {
    padding: 110px 0 70px;
    margin-bottom: 0;
  }
}
@media(max-width:700px) {
  .fv {
    padding: 125px 0 55px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 130px 0 35px;
  }
}
/* breadcrumb */
.binner {
  font-weight: 900;
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.85rem, 0.76rem + 0.32vw, 1rem);
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/**/
.textshadow, .textshadow.maintitle span {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
/* 事業内容ページ ===========================================================================================================*/
/* 例 */
.s_example {
  margin-top: 25px;
}
.s_example.flexbox {
  margin-top: 50px;
}
/*list*/
.acheck li {
  padding-left: 23px;
  position: relative;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #ff943d;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
.white .acheck li::before, .white.acheck li::before {
  color: #fff;
}
.white .acheck li, .white.acheck li {
  border-bottom: 1px dashed #fff;
}
/* ギャラリー */
.gallery .maintitle {
  margin-bottom: 40px;
}
/* 施工実績 */
/*table*/
.info_table {
  background: #fff;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
  padding: 19px 15px;
}
.info_table th {
  background: #0072bb;
  color: #fff;
  width: 35%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
}
.info_table.green th {
  background: #8fc31f;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
@media (max-width: 750px) {
  .info_table th, .info_table td {
    padding: 15px 7px;
  }
}
/*
@media (max-width: 750px) {
  .info_table:not(.exptable) td, .info_table:not(.exptable) th {
    width: 100%;
    padding: 8px 10px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table:not(.exptable) th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table:not(.exptable) td {
    padding-bottom: 10px !important;
  }
}
*/
/**/
.ct_wrap {
  margin-bottom: 55px;
}
.ct_wrap:last-child {
  margin-bottom: 0;
}
.ct_wrap .stitle {
  font-size: 140%;
}
.ct_wrap .info_table th {
  text-align: left;
}
.ct_name {
  width: 58% !important;
}
/* table sp*/
.spsctext {
  display: none;
  margin-bottom: 20px;
}
@media (max-width:750px) {
  .spsctext {
    display: block;
  }
  .ct_wrap .info_table {
    width: 790px;
  }
  .ct_wrap {
    padding-bottom: 5px;
    overflow-x: scroll;
  }
  .spnone {
    display: none;
  }
}
@media (max-width:550px) {
  .experience .maintitle {
    margin-bottom: 25px;
  }
  .ct_wrap .info_table {
    width: 429px;
  }
}
/* 解体をお考えの方へページ =================================================================================================*/
.texttitle {
  font-size: 100%;
  font-weight: 700;
}
/* 料金目安 */
.fee {
  padding-top: 70px;
}
.fee .inner {
  max-width: 1580px;
}
.fee_items {
  margin-top: 35px !important;
  display: flex;
  justify-content: space-between;
}
.fee_items > div {
  width: 32%;
}
.fee_items > div .info_table {
  font-size: 95%;
}
@media (max-width:1250px) {
  .fee_items {
    display: block;
    max-width: 900px;
    margin: auto;
  }
  .fee_items > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .fee_items > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width:550px) {
  .fee {
    padding-top: 40px;
  }
  .fee_items {
    margin-top: 27px !important;
  }
}
/* 依頼の流れ */
.flow .inner {
  max-width: 1061px;
}
.flow .maintitle {
  margin-bottom: 45px;
}
.flows {
  position: relative;
  counter-reset: number 0;
}
.flows::before {
  content: "";
  width: 8px;
  height: 100%;
  background: #bababa;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.flows > div {
  counter-increment: number 1;
  margin-left: 60px;
  border: 4px solid rgb(221, 221, 221);
  box-shadow: rgb(247, 247, 247) 7px 7px 0px 0px;
  padding: 25px 30px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 35px;
  position: relative;
}
.flows > div::after, .flows > div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.flows > div::before {
  width: 15px;
  aspect-ratio: 1/1;
  margin-top: -5px;
  background: #fff;
  border-radius: 50%;
  top: 57px;
  left: -67px;
}
.flows > div::after {
  width: 36px;
  border-bottom: 2px dotted #fff;
  position: absolute;
  top: 59px;
  left: -45px;
}
.flows > div:last-of-type {
  margin-bottom: 0 !important;
}
.flows .stitle::after {
  content: "step0"counter(number);
  font-family: "Lily Script One", system-ui;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 110%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
  opacity: 0.6;
}
.flows .stitle.green::after {
  color: #8fc31f;
}
.flows .stitle.blue::after {
  color: #0072bb;
}
.flows .mainbtn {
  margin-top: 15px;
}
@media (max-width:850px) {
  .flows > div {
    padding: 25px;
  }
}
@media (max-width:750px) {
  .flow .maintitle {
    text-align: left;
  }
  .flow .maintitle span {
    margin-left: 0;
  }
}
@media (max-width:550px) {
  .flow .maintitle {
    margin-bottom: 35px;
  }
  .flows > div {
    margin-left: 30px;
    padding: 15px;
  }
  .flows > div::before {
    width: 14px;
    left: -37px;
    margin-top: -4px;
  }
  .flows > div::after {
    width: 19px;
    left: -23px;
  }
  .flows .stitle {
    font-size: 120%;
  }
  .flows .mainbtn {
    font-size: 88%;
  }
  .flows .btnflex a {
    display: block;
    margin: 9px auto;
  }
  .flows .stitle::after {
    content: "0"counter(number);
    font-size: 180%;
    opacity: 0.1;
  }
}
/* よくある質問 */
.faqs .inner {
  max-width: 1135px;
}
.faqs .maintitle {
  margin-bottom: 45px;
}
.faq {
  padding: 35px 25px;
  background: #f7f7f7;
  margin-bottom: 30px;
  border: 4px solid rgb(221, 221, 221);
  box-shadow: rgb(247, 247, 247) 7px 7px 0px 0px;
  border-radius: 20px;
}
.faq h2 {
  font-weight: 700;
  font-size: 113%;
  margin-bottom: 12px;
  line-height: 1.65;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 15px;
}
.faq h2, .answer {
  position: relative;
  padding-left: 45px;
}
.faq h2::before, .answer::before {
  position: absolute;
  font-size: 1.8rem;
  font-family: "Lily Script One", system-ui;
  font-weight: 400;
  text-transform: capitalize;
}
.faq h2::before {
  content: "Q.";
  top: -0.05em;
  left: 0;
  color: #a6a6a6;
}
.answer::before {
  content: "A.";
  top: -0.2em;
  left: 0.5px;
  color: #ff943d;
}
.faq .mainbtn {
  margin-top: 17px;
}
.fax {
  background: #969696;
  pointer-events: none;
}
@media(max-width:750px) {
  .faq .btnflex a {
    display: block;
    margin: 9px auto;
  }
}
@media(max-width:550px) {
  .faqs .maintitle {
    margin-bottom: 35px;
  }
  .faq {
    padding: 17px 7px 15px;
    margin-bottom: 17px;
  }
  .faq h2, .answer {
    padding-left: 30px;
  }
  .faq h2::before, .answer::before {
    font-size: 1.3rem;
  }
  .faq .mainbtn {
    font-size: 88%;
  }
}
/* 採用情報ページ ===========================================================================================================*/
.ipad {
  display: none;
}
@media(max-width:1050px) {
  .ipad {
    display: block;
  }
}
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.twflex div {
  width: 48.5%;
  height: fit-content;
  position: relative;
}
.twflex div:last-child {
  margin-top: 75px;
}
.sp_psr {
  display: contents;
}
@media(max-width: 750px) {
  .sp_psr {
    display: block;
    position: relative;
  }
  .recruit .illust {
    z-index: 1;
    opacity: 1;
    width: 60% !important;
    top: 37%;
    left: -10px;
  }
  .twflex {
    display: block;
    margin-bottom: 25px;
  }
  .twflex div {
    width: 83%;
  }
  .twflex div:last-child {
    margin-top: 18px;
    margin-left: auto;
  }
}
/* 会社概要ページ ===========================================================================================================*/
/* 理念 */
.bbb {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 810px;
  margin: auto;
  padding-left: 6%;
}
.bbb p {
  white-space: nowrap;
  font-size: 160%;
  line-height: 1.3;
  color: #ff943d;
}
.bbb p span {
  display: block;
  font-size: 180%;
  font-family: "Lily Script One", system-ui;
  font-weight: 400;
  text-transform: capitalize;
}
.vision .fitc {
  padding-left: 3%;
  font-size: 140%;
  margin-top: 20px;
  text-align: center;
}
.vision .fitc .ib {
  padding-bottom: 4px;
  margin: 5px 15px;
  border-bottom: 1px dashed #ff943d;
}
@media(max-width: 1100px) {
  .bbb {
    max-width: 760px;
    padding-left: 0;
  }
  .vision .fitc {
    padding-left: 0;
  }
}
@media(max-width: 750px) {
  .vision .inner {
    width: 94%;
  }
  .bbb {
    display: block;
  }
  .bbb p {
    font-size: 145%;
    margin-bottom: 20px;
  }
  .vision .fitc {
    margin-top: 30px;
    font-size: 120%;
  }
}
/* 代表あいさつ */
.greeting .loop_anime::before {
  background-image: url("../img/_illust/04.svg");
  filter: brightness(0) invert(1);
}
.greeting .inner {
  max-width: 1181px;
}
.grebox {
  padding: 45px 50px;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #ddd;
  box-shadow: 7px 7px 0px 0px #f7f7f7;
  margin-bottom: 40px;
}
.greeting .str {
  line-height: 1.5;
  color: #ff943d;
  font-size: 150%;
  text-align: center;
  margin-bottom: 13px;
}
.greeting .str span {
  font-size: 110%;
}
.glast {
  margin-top: 30px;
  margin-left: auto;
  width: 225px;
  text-align: right;
}
@media(max-width:750px) {
  .grebox {
    padding: 25px 13px;
    margin-bottom: 30px;
  }
  .glast {
    width: 160px;
  }
}
/* 許可 */
.authorization {
  margin-top: 40px;
}
@media(max-width: 550px) {
  .authorization .info_table {
    font-size: 95%;
  }
  .authorization .info_table th {
    width: 46%;
  }
  .authorization .info_table td {
    width: 54%;
  }
}
/* 沿革 */
.histories .inner {
  max-width: 1100px;
}
.histories .maintitle {
  margin-bottom: 45px;
}
.history {
  padding-top: 40px;
  position: relative;
}
.history::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.history > div {
  margin-left: 30px;
  margin-bottom: 45px;
  font-size: 110%;
  display: flex;
}
.year {
  font-family: "Lily Script One", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  font-size: 125%;
  width: 360px;
  white-space: nowrap;
  margin-bottom: 5px;
  position: relative;
  height: fit-content;
}
.year::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 11px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  top: 43%;
  transform: translateY(-50%);
  left: -35px;
}
.history > div p:not(.year) {
  width: 100%;
  margin-left: 25px;
}
.history > div:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width: 980px) {
  .history {
    padding-bottom: 40px;
  }
  .history > div {
    display: block;
  }
  .history > div p:not(.year) {
    margin-left: 0;
  }
  .year {
    font-size: 145%;
  }
}
@media(max-width: 550px) {
  .histories .maintitle {
    margin-bottom: 35px;
  }
  .history {
    padding: 20px 0;
  }
  .year {
    font-size: 125%;
  }
}
/* アクセス */
.map iframe {
  width: 100%;
  height: 450px;
  border-radius: 20px;
}
@media(max-width: 550px) {
  .map iframe {
    height: 280px;
  }
}
/* お問い合わせページ =======================================================================================================*/
/* TEL・FAX */
.telfax {
  padding-bottom: 1px;
}
.telfax .maintitle {
  line-height: 1.45;
  margin-bottom: 15px;
}
.telfax .inner > .fitc {
  margin-bottom: 55px;
}
.telfax .welbox, .telfax .guidebox {
  width: 70%;
}
.telfax .welbox > a, .telfax .guidebox > a {
  font-family: "Lily Script One", system-ui;
  font-weight: 400;
  color: #fff;
  font-size: 220%;
  display: block;
  margin: auto;
  width: fit-content;
  white-space: nowrap;
}
.telfax .welbox > a:hover {
  opacity: 0.6;
}
.telfax .guidebox > a {
  pointer-events: none;
}
.telfax .guidebox {
  margin-top: -5%;
}
.telfax .guidebox .mainbtn {
  margin-top: 10px;
}
.telfax .guidebox .mainbtn a::before {
  content: none;
}
@media (max-width: 1030px) {
  .telfax .welbox, .telfax .guidebox {
    width: 80%;
  }
}
@media (max-width: 830px) {
  .telfax .welbox, .telfax .guidebox {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .telfax .welbox, .telfax .guidebox {
    padding: 30px 0 40px;
  }
  .telfax .guidebox {
    margin-top: 40px;
  }
}
@media (max-width: 550px) {
  .telfax {
    padding-bottom: 10px;
  }
  .telfax .welbox > a, .telfax .guidebox > a {
    font-size: 175%;
  }
}
/* メールでのお問い合わせ ===================================================*/
#email {
  position: relative;
  top: -70px;
}
@media (max-width: 550px) {
  #email {
    top: -40px;
  }
}
/* メールフォーム */
.mailform {
  margin: 0 auto;
}
.mailform .stitle {
  font-size: 115%;
  margin: 25px 0 3px;
}
.mailform .stitle i {
  color: #ff943d;
}
.mailform .stitle:first-letter {
  font-size: 100%;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1) {
  width: 28%;
  letter-spacing: 0.08em;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  padding: 5px;
  margin-right: 8px;
  font-size: 70%;
  border-radius: 2px;
}
.mailform .row span.hissu {
  color: #fff;
  background: #ff943d;
}
.mailform .row span.ninni {
  background: #f0f0f0;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform .box.mini {
  width: 120px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/* チェックボックス・ラジオボタン */
.check_label {
  display: inline-block;
  cursor: pointer;
  margin: 3px 10px 3px 0;
}
/* 延床面積 */
.measure {
  display: flex;
  align-items: center;
}
.measure .box {
  margin-bottom: 0;
  width: 200px !important;
}
.measure p {
  margin-bottom: 0;
  margin-left: 10px;
}
/* btn */
.mailform button {
  display: block;
  text-align: center;
  transition: .35s;
  padding: 26px 0;
  margin: 0 auto;
  width: 90%;
  max-width: 300px;
  background: #ff943d;
  border: 2px solid #ff943d;
  border-radius: 500px;
  color: #fff;
}
.mailform button:hover {
  background: #fff;
  color: #ff943d;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: 700;
  margin-right: 10px;
}
@media (max-width: 900px) {
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .check_label {
    display: block;
    margin: 0 0 7px;
  }
}
@media (max-width: 550px) {
  .mailform button {
    padding: 22px 0;
  }
}
/* 【必須】は必須項目です〜 */
.contact_info {
  margin-top: 50px;
}
.contact_info ul li {
  margin-bottom: 5px;
}
/* 個人情報の取り扱いについて */
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: 125%;
  padding: 15px 35px 15px 15px;
  transition: all .5s ease;
  background: #0072bb;
  color: #fff;
  line-height: 1.5;
  border-radius: 10px;
  font-weight: 700;
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  margin-right: 10px;
  font-size: 80%;
  position: absolute;
  top: 0.15em;
  left: 0;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: #fff;
  padding: 13px 25px;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 80%;
  margin-right: 0.35em;
  transform: translateY(-2px);
  color: #8fc31f;
}
@media (max-width: 550px) {
  .accordion-title {
    font-size: 100%;
  }
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 13px;
    font-size: 93%;
  }
}

.top_footer_news_displayNone .footer_green{
	background: #009442;
}