@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
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: 85px 0 100px;
  position: relative;
}
main section.stb {
  padding: 110px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 50px 0 60px;
  }
  main section.stb {
    padding: 55px 0;
  }
}
.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%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.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 {
  position: relative;
  margin-bottom: 45px;
  line-height: 0;
  font-weight: 500;
  font-size: clamp(2.6rem, 1.34rem + 4.48vw, 4.7rem);
  text-align: center;
}
.maintitle span {
  display: inline-block;
}
.maintitle .mf {
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 0.95;
  color: #81ed15;
  white-space: nowrap;
  padding: 7px 7px 0;
}
.maintitle .mf::after {
  content: '';
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff960d;
  z-index: -1;
}
.maintitle .sf {
  font-size: 35%;
  line-height: 1.4;
  padding: 0.07em 0.3em 0.1em;
  color: #fff;
  background: #81ed15;
}
.bg_black .maintitle .sf {
  color: #111 !important;
}
.txtmgb {
  margin-bottom: 25px !important;
}
.maintitle.mtleft {
  text-align: left;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 33px;
  }
  .mflong {
    font-size: 9.2vw;
  }
  .maintitle .sf {
    font-size: 42%;
  }
}
/* text animation */
.txtanim .mf {
  transition: 2.05s cubic-bezier(0.6, 0, 0.07, 1);
  clip-path: polygon(0% -100%, 100% -100%, 100% -50%, 0% 0%);
  letter-spacing: 0;
}
.txtanim.inview .mf {
  clip-path: polygon(0% -100%, 100% -100%, 100% 100%, 0% 150%);
  letter-spacing: 0.03em;
}
.txtanim .sf {
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.6, 0, 0.07, 1);
  transition-delay: 0.6s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.txtanim.inview .sf {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/*02*/
.mtitle {
  background: linear-gradient(60deg, #111 0%, #111 90%, #81ed15 90%);
  color: #fff;
  padding: 7px 13px 10px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.15rem + 0.5333vw, 1.55rem);
}
.bg_black .mtitle {
  background: linear-gradient(60deg, #474747 0%, #474747 90%, #81ed15 90%);
}
/*03*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.25rem, 1.1rem + 0.5333vw, 1.5rem);
  padding-left: 2px;
  line-height: 1.45;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #81ed15;
}
.stitle .en {
  text-transform: uppercase;
  font-size: 72%;
  margin-left: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #81ed15 !important;
}
.stitle .en::before {
  content: "─";
  margin-right: 5px;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0 80px 4px 2px;
  display: inline-block;
  width: fit-content;
  color: #111;
  text-align: left;
  font-size: 125%;
  border-bottom: 1px solid #81ed15;
}
.bg_black .mainbtn a {
  color: #81ed15;
}
.right {
  text-align: right;
}
.spcenter.mainbtn a {
  padding-left: 0;
}
/* 丸 */
.mainbtn a::after {
  content: '';
  padding: 19px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  z-index: -100;
  background: #81ed15;
  border: 1px solid #81ed15;
  transition: all 0.35s;
}
.mainbtn a:hover::after {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
}
/* 矢印 */
.mainbtn a::before {
  position: absolute;
  top: 40%;
  right: 7px;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: bold;
  line-height: 1;
  font-size: 0.8rem;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: none;
}
.mainbtn a:hover::before {
  color: #81ed15;
  animation: arrow 0.35s linear;
}
@keyframes arrow {
  39% {
    transform: translate(-100%, -50%);
  }
  42% {
    opacity: 0;
    transform: translate(-150%, -50%);
  }
  39% {
    opacity: 0;
    transform: translate(100%, -50%);
  }
  42% {
    opacity: 0;
    transform: translate(150%, -50%);
  }
  47% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/**/
.tbtn {
  margin-top: 33px;
}
.btnflex a {
  margin: 8px 12px;
  display: inline-block;
  padding-left: 0;
}
.btnflex a:first-of-type {
  margin-left: 0;
}
.btnflex a:last-of-type {
  margin-right: 0;
}
.center.btnflex a {
  padding-left: 25px;
}
@media (max-width: 750px) {
  .mainbtn a {
    font-size: 107%;
    padding-bottom: 7px;
  }
  .tbtn {
    margin-top: 25px;
  }
  .btnflex a {
    margin: 23px 0;
    display: block;
    min-width: 194px;
  }
  .center.btnflex a, .spcenter.btnflex a {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 4px;
  }
  .spright {
    text-align: right;
  }
  .spright.btnflex a {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
/* 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: 35px;
  }
  .spmgb.imgup {
    margin-bottom: 13px;
  }
}
/* 幅 */
.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 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/* background */
.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -99;
  opacity: 0.23;
  display: none;
}
.bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg.svg) repeat;
  background-size: 1000px;
  background-position: top center;
}
@media (max-width: 750px) {
  .bg {
    opacity: 0.15;
  }
}
.bg_black::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  z-index: -100;
}
.bg_black, .bg_black span {
  color: #fff !important;
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.2s, transform 1s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* img */
.imgup {
  overflow: hidden;
  transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.15s;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.imgup.inview {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.imgup img {
  opacity: 0;
  transition: 1.35s cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.15s;
  transform: translateY(-10%) scale(1.2);
}
.imgup.inview img {
  opacity: 1;
  transform: translateY(0) scale(1);
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 7px 25px 17px;
  background: #fff;
  transition: .6s all;
}
.TopPage .header_sticky {
  background: transparent;
}
.TopPage .header_sticky.change {
  background: #fff;
}
/*logo*/
.header_title h1 {
  line-height: 0;
}
.header_title a {
  display: block;
  width: 325px;
}
/*menu*/
.hnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnav ul {
  display: flex;
  text-align: center;
  margin-left: auto;
}
.hnav ul li {
  width: fit-content;
  position: relative;
  font-size: 0.99rem;
}
.hnav ul li:last-child {
  margin-right: 0;
}
.hnav ul li a {
  padding: 0 14px;
  display: block;
  position: relative;
  top: 0;
  line-height: 1.17;
  color: #333;
}
.hnav ul li:first-of-type a {
  padding-left: 0;
}
.hnav ul li:last-of-type a {
  padding-right: 0;
}
.hnav ul li a span {
  text-transform: uppercase;
  display: block;
  font-size: 140%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #81ed15;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
/**/
.header_item {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.header_item .h_btns {
  margin-bottom: 9px;
}
.header_item .h_btns a {
  display: inline-block;
  margin: 0 3px;
  padding: 6px 0;
  font-size: 0.86rem;
  width: 135px;
}
.header_item .h_btns a.tel {
  font-size: 1.43rem;
  width: fit-content;
  margin-right: 10px;
}
.header_item .h_btns a.tel {
  color: #333;
  white-space: nowrap;
}
.header_item .h_btns a.tel i {
  color: #81ed15;
}
.header_item .h_btns a.tel:hover {
  opacity: 0.6;
}
.h_btns a:not(.tel) {
  background: #ff960d;
  color: #fff;
  border: 1px solid #ff960d;
  text-align: center;
}
.h_btns a:not(.tel):nth-child(2n+1) {
  background: #fff;
  color: #ff960d;
}
.h_btns a:not(.tel):hover {
  background: #fff;
  color: #ff960d;
}
.h_btns a:not(.tel):nth-child(2n+1):hover {
  background: #ff960d;
  color: #fff;
}
/* hamburger ============================*/
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 50px;
  aspect-ratio: 1/1;
  border: none;
  background-color: transparent;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 10px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
  border-radius: 10px;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #81ed15;
}
.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:before {
  top: -10.5px;
}
.hamburger__line:after {
  top: 10.5px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 588px;
  padding: 65px 0 120px;
}
.global-navigation__list {
  margin-bottom: 17px;
}
.global-navigation__list > li {
  margin: 3px 0;
  display: block;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.1rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1.2;
}
.global-navigation__list > li a span, .global-navigation__list li button span {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  display: block;
  color: #81ed15;
  font-size: 170%;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*accordion menu*/
.accordion__list {
  line-height: 1.6;
}
.accordion__list li a {
  font-size: 88%;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 7px;
  font-size: 85%;
  transform: translateY(-2px);
  color: #81ed15;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 13px;
  visibility: visible;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
  letter-spacing: 0.1em;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  transform: translateY(-50%);
}
.global-navigation__link.-accordion::after, .global-navigation__link.-accordion::before {
  background-color: #81ed15;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/* btn */
.header__nav-area .h_btns {
  max-width: 240px;
  margin: auto;
  text-align: center;
  font-size: 1.1rem;
}
.header__nav-area .h_btns a {
  display: block;
  padding: 20px;
  margin: 12px 0;
  font-size: 100%;
}
.header__nav-area .h_btns a.tel {
  color: #fff;
  background: #81ed15;
}
@media (max-width: 1075px) {
  .header_sticky {
    padding: 17px 20px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    display: block;
  }
  .hnav ul, .header_item {
    display: none;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 12px 10px 12px 7px;
  }
  .header_title a {
    width: 245px;
  }
  .entrance {
    font-size: 0.6rem;
  }
  .hamburger {
    width: 45px;
  }
  .global-navigation__list > li {
    padding: 9px 5px;
    font-size: 0.95rem;
  }
  .header__nav-area .h_btns {
    font-size: 0.97rem;
    max-width: 200px;
  }
  .header__nav-area .h_btns a {
    padding: 16px;
    margin: 10px 0;
  }
}
/* footer ================================================*/
footer {
  overflow: hidden;
}
.footer_contact {
  position: relative;
  overflow: hidden;
  padding: 65px 0 70px;
  color: #fff;
}
.footer_contact::after, .footer_contact::before {
  content: '';
  width: 107%;
  height: 105%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer_contact::after {
  background: #111;
  opacity: 0.6;
  z-index: -1;
}
.footer_contact::before {
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  z-index: -2;
  filter: blur(3px);
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .footer_contact::before {
  background-attachment: scroll;
}
/*btn*/
.footer_contact .btn_wrap {
  text-align: center;
  font-size: 1.15rem;
}
.footer_contact .btn_wrap a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 22px 5px;
  margin: 10px 7px;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
}
.btn_wrap a:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
a.fax {
  pointer-events: none;
}
.footer_contact .btn_wrap a:first-of-type {
  font-size: 105%;
}
/*text*/
.footer_contact .maintitle {
  margin-bottom: 17px;
}
.footer_contact .maintitle .mf {
  color: #fff;
}
.footer_contact .maintitle .sf {
  color: #111;
  background: #fff;
}
.footer_contact p.center {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: clamp(1rem, 0.9375rem + 0.2vw, 1.05rem);
}
@media (max-width: 750px) {
  .footer_contact::before {
    background-attachment: scroll;
  }
  .footer_contact .btn_wrap a {
    display: block;
    margin: 0 auto 13px;
  }
}
@media (max-width: 550px) {
  .footer_contact {
    padding: 42px 0 40px;
  }
  .footer_contact .btn_wrap {
    font-size: 100%;
  }
  .footer_contact .btn_wrap a {
    padding: 19px 5px;
  }
  .footer_contact .maintitle {
    margin-bottom: 25px !important;
  }
}
/* ロゴ・アドレス ========*/
.footerbg {
  position: relative;
  color: #fff;
}
.footerbg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  z-index: -100;
}
.footer_bottom {
  padding: 50px 0 47px;
  text-align: center;
}
.footer_bottom p {
  margin-bottom: 0;
}
.footer_bottom .inner {
  width: 98%;
}
/*logo*/
.flogo {
  width: 100%;
  max-width: 320px;
  line-height: 0;
  margin: 0 auto 11px;
  filter: brightness(0) invert(1);
}
/* コピーライト */
.copyright {
  margin-top: 20px;
  opacity: 0.7;
  font-size: clamp(0.85rem, 0.79rem + 0.2133vw, 0.95rem);
}
@media (max-width: 550px) {
  .footer_bottom {
    padding: 45px 0;
    font-size: 93%;
  }
  .flogo {
    max-width: 245px;
  }
}
/* ページ上に戻るボタン */
.go_top {
  position: fixed;
  right: 23px;
  bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.go_top i {
  display: block;
  color: #ff960d;
  font-size: 1.7rem;
}
.go_top img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  animation: rotation 18s linear infinite;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg)
  }
  to {
    transform: translate(-50%, -50%) rotate(1turn)
  }
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    right: 11px;
    bottom: 12px;
    width: 80px;
  }
  .go_top i {
    font-size: 1.2rem;
  }
}
/* スライド =====================================================================*/
.topslide {
  position: relative;
  overflow: hidden;
}
.slide_items {
  position: relative;
  overflow: hidden;
  height: fit-content;
  width: 85%;
  margin-left: auto;
}
.slide_items img {
  width: 100%;
  height: calc(100vh - 132px);
  min-height: 500px;
  object-fit: cover;
}
/*スライド画像アニメーション*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* catchcopy */
.catchcopy {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  font-size: 5rem;
  line-height: 1.4;
  color: #111;
}
.catchcopy p {
  display: block;
  width: fit-content;
  padding: 0.03em 0.3em 0.03em 0.17em;
  background: #9fff40;
  margin-bottom: 2%;
}
.catchcopy p:last-of-type {
  font-size: 47%;
  text-transform: uppercase;
  padding: 0.2em 0.35em 0.17em 0.45em;
}
@media (max-width: 1255px) {
  .catchcopy {
    font-size: 4.5rem;
  }
}
@media (max-width: 1075px) {
  .slide_items img {
    height: calc(100vh - 84px);
  }
}
@media (max-width: 750px) {
  .catchcopy {
    font-size: 10.5vw;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    height: calc(100vh - 150px);
    min-height: 300px;
  }
}
/* ごあいさつ・事業内容 =========================================================*/
@media(max-width:750px) {
  .welcome .spmgb, .services .spmgb {
    margin-bottom: 50px;
  }
}
/* 未経験からあなたも電気工事士に バナー ========================================*/
.recruit {
  margin-top: 80px;
}
.recruit a {
  display: block;
  width: 65%;
  max-width: 750px;
  min-width: 600px;
  margin: auto;
}
.recruit a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .recruit {
    margin-top: 50px;
  }
  .recruit a {
    width: 88%;
    min-width: auto;
  }
}
/* デンショウの強み =============================================================*/
.strengths .inner {
  max-width: 1179px;
}
.str_items {
  counter-reset: number 0;
}
.str_items > div {
  width: 49.3%;
  padding: 27px;
  margin-bottom: 17px;
  counter-increment: number 1;
  overflow: hidden;
  position: relative;
}
.str_items > div::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e8e8e8;
  opacity: 0.6;
}
.str_items > div .stitle::before {
  content: "point0"counter(number);
  text-transform: uppercase;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #81ed15;
  font-size: 70%;
  margin-bottom: 2px;
}
@media (max-width: 900px) {
  .str_items {
    display: block;
  }
  .str_items > div {
    width: 100%;
    padding: 20px;
  }
  .str_items > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 550px) {
  .str_items > div {
    padding: 17px 15px 13px;
  }
}
/* 施工実績 =====================================================================*/
.works {
  padding: 75px 0 65px;
}
.works .inner {
  max-width: 88%;
}
.works .wflex {
  width: 100%;
  max-width: 450px;
  position: absolute;
  top: 0;
  lrft: 0;
  padding-bottom: 20px;
}
.works .wflex .maintitle {
  margin-bottom: 0;
}
.works .wflex .mainbtn {
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
/* slider */
.worksslider_wrap {
  pointer-events: none;
}
.worksslider .swiper-slide a {
  pointer-events: auto;
}
.worksslider {
  padding: 135px 0 100px;
}
.worksslider .swiper-wrapper {
  transition-timing-function: linear;
}
.worksslider .swiper-slide {
  overflow: hidden;
  position: relative;
}
.worksslider .swiper-slide::before {
  content: '';
  display: block;
  padding-top: 75%; /*高さの比率*/
}
.worksslider .swiper-slide a img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s ease;
}
.worksslider .swiper-slide a:hover img {
  transform: scale(1.07);
}
@media (max-width: 750px) {
  .works {
    padding: 50px 0;
  }
  .works .wflex {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .works .wflex {
    padding-bottom: 40px;
  }
  .worksslider {
    padding: 135px 0 50px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 90px 0 80px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.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% 30%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.6;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 10px !important;
  font-size: clamp(1.8rem, 1.32rem + 1.7067vw, 2.6rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  font-weight: 700;
  animation: fvtext 0.35s cubic-bezier(0.6, 0, 0.07, 1) forwards;
  padding: 0.1em 0.35em 0.15em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.fv h2::after {
  content: '';
  width: 100%;
  height: 98%;
  position: absolute;
  top: 0;
  left: 0;
  background: #81ed15;
  z-index: -1;
  animation: fvtext_rev 0.5s cubic-bezier(0.6, 0, 0.07, 1) forwards;
  animation-delay: 0.4s;
}
@keyframes fvtext {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes fvtext_rev {
  0% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@media(max-width:1075px) {
  .fv {
    padding: 80px 0 70px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 40px 0 33px;
  }
}
/* breadcrumb */
.binner {
  font-weight: 700;
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.85rem, 0.79rem + 0.2133vw, 0.95rem);
  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;
}
/* デンショウの強みページ ===================================================================================================*/
@media (min-width: 1450px) {
  .strength .inner02 {
    max-width: 1332px;
    width: 88%;
    margin: auto;
  }
  .strength .mauto {
    margin-left: 0;
    margin-right: 0;
  }
  .strength .mauto.w48 {
    width: 47%;
  }
}
@media (max-width: 1449px) {
  .strength .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .strength .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .strength .mauto.w48 {
    width: 42%;
  }
}
@media (max-width: 750px) {
  .strength .inner02 {
    width: 88%;
  }
}
.strength .stitle {
  font-size: clamp(1.3rem, 0.94rem + 1.28vw, 1.9rem);
}
span.maintitle {
  font-size: 88%;
  margin-bottom: 5px;
  display: block;
  text-align: left;
  margin-left: -7px;
}
span.maintitle .mf {
  margin-bottom: 0;
  color: #81ed15 !important;
}
span.maintitle .mf::after {
  width: 0.5em;
  height: 0.5em;
}
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.twflex div {
  width: 46%;
}
.twflex div:last-of-type {
  margin-top: 35px;
}
.reverse .twflex div:first-of-type {
  margin-top: 35px;
}
.reverse .twflex div:last-of-type {
  margin-top: 0 !important;
}
@media(max-width: 550px) {
  .twflex div:last-of-type {
    margin-top: 20px;
  }
  .reverse .twflex div:first-of-type {
    margin-top: 20px;
  }
}
/* 事業内容ページ ===========================================================================================================*/
.service section:not(.area) {
  padding: 85px 0;
}
@media(max-width:550px) {
  .service section:not(.area) {
    padding: 55px 0;
  }
}
/* 対応エリア */
.area {
  padding: 45px 0;
}
.area .inner {
  max-width: 727px;
}
.areatext p {
  font-size: clamp(1.5rem, 1.23rem + 0.96vw, 1.95rem);
}
.areatext p::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  color: #ff960d;
  margin-right: 5px;
}
@media(max-width:750px) {
  .areatext p {
    text-align: center;
  }
  .areaimg {
    width: 85% !important;
    margin: 30px auto 0;
  }
}
@media(max-width:550px) {
  .area {
    padding: 50px 0;
  }
}
/* 会社概要ページ ===========================================================================================================*/
/* 代表あいさつ */
.greeting p:not(:last-of-type) {
  margin-bottom: 15px;
}
.glast {
  margin-top: 23px;
  text-align: right;
}
/* 会社概要 */
.overview .inner {
  max-width: 1050px;
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
  padding: 19px;
}
.info_table th {
  background: #111;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.bg_black .info_table th, .bg_black .info_table td {
  background: transparent;
}
.info_table i {
  color: #ff960d;
}
@media (max-width: 550px) {
  .slash {
    display: block;
    opacity: 0;
    height: 0;
  }
}
/*list*/
.acheck li {
  padding-left: 1.2em;
  position: relative;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #ff960d;
  font-size: 95%;
  position: absolute;
  left: 0;
  top: 0.12em;
}
.dots.acheck li {
  padding-left: 15px;
}
.dots.acheck li::before {
  content: "\f0da";
  font-size: .85em;
  top: 0.2em;
}
/* アクセス */
.map {
  margin-top: 60px;
}
.map iframe {
  height: 450px;
  width: 100%;
}
@media (max-width: 550px) {
  .map {
    margin-top: 47px;
  }
  .map iframe {
    height: 250px;
  }
}
/* お問い合わせページ =======================================================================================================*/
.contact_bg {
  opacity: 0.2;
}
@media (max-width: 1050px) {
  .contact_bg {
    opacity: 0.15;
  }
}
@media (max-width: 550px) {
  .contact_bg {
    opacity: 0.1;
  }
}
.contact_sec {
  position: relative;
}
.contact_sec .maintitle:first-letter {
  color: #81ed15;
}
.contact_sec .inner {
  max-width: 935px;
}
.contop {
  margin-bottom: 45px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 33px;
  }
}
.tels .maintitle {
  margin-bottom: 30px;
}
/* 電話・FAX */
/*box*/
.telbox {
  position: relative;
  padding: 30px 27px;
}
.telbox::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e8e8e8;
  opacity: 0.55;
}
.telbox p i {
  color: #ff960d;
}
@media (max-width: 1055px) {
  .telbox {
    padding: 22px 25px 25px;
  }
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 15px 13px 17px;
  }
}
/* 番号 */
.telbox a {
  font-weight: 700;
  white-space: nowrap;
  font-size: clamp(1.65rem, 1.5rem + 0.5333vw, 1.9rem);
  color: #333;
}
.telbox a i {
  color: #81ed15;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #ff960d;
  font-size: .9em;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 1070px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width: 550px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    font-size: 90%;
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    font-size: 90%;
    margin-right: 0;
  }
}
/* メール */
#email {
  position: relative;
  top: -70px;
}
.mnote {
  max-width: 874px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    font-size: 93%;
    margin-top: 45px;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #111;
  background: #81ed15;
  padding: 5px;
  margin-right: 3px;
  font-size: 83%;
}
.mailform .row span.mailsp {
  color: #333;
  background: #ededed;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #c9c9c9;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  width: 250px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #ff960d;
  color: #fff;
  border: 1px solid #ff960d;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #ff960d;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #8a8a8a;
  content: '';
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #ff960d;
  border-bottom: 3px solid #ff960d;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 0.35em;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/**/
.mailform .box.mini {
  width: 110px !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;
}
/**/
.mails {
  padding-bottom: 45px;
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 20px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .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%;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.79rem + 0.7467vw, 1.35rem);
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 500;
  padding: 13px 11px;
  padding-left: 15px;
  background: #111;
  color: #fff;
}
.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;
  position: absolute;
  top: 0;
  left: -2px;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 2px;
  background: #fff;
  top: 46%;
  right: 2.3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: translateY(0.5px) rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: transparent;
  padding: 0 25px 13px;
  margin-top: 13px;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #81ed15;
}
@media (max-width: 550px) {
  .privacy {
    padding-bottom: 65px;
  }
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 14px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 93%;
  }
}