@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", 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: 100px 0 115px;
  position: relative;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
}
.pdb {
  padding-bottom: 25px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 1px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded img {
  border-radius: 25px;
}
/*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 {
  margin-bottom: 45px;
  position: relative;
  line-height: 0;
  font-weight: 700;
  font-size: clamp(2.8rem, 2.32rem + 1.7067vw, 3.6rem);
  text-align: center;
  color: #0770f2; /*#0063C7*/
}
.maintitle .mf {
  font-family: "Cormorant Unicase", serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  display: inline-block;
  line-height: 0.9;
}
.maintitle .sf {
  font-size: 41%;
  line-height: 1.55;
}
.txtmgb {
  margin-bottom: 23px !important;
}
.maintitle.mtleft {
  text-align: left;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 33px;
  }
}
@media (max-width: 360px) {
  .mflong {
    font-size: 12.3vw;
  }
}
/*02*/
.mtitle {
  font-weight: 700;
  position: relative;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 0.92rem + 1.1733vw, 1.8rem);
  line-height: 1.4;
  background: #0770f2;
  color: #fff;
  padding: 10px 25px 11px 10px;
  border-left: 7px solid #91bff9;
}
.mtitle::after {
  content: '';
  width: 22px;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #91bff9;
  pointer-events: none;
}
.whitetxt .mtitle, .whitetxt.mtitle {
  color: #0770f2;
  background: #fff;
}
/*03*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.3rem, 1.15rem + 0.5333vw, 1.55rem);
  padding-left: 2px;
  line-height: 1.55;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 95px;
  height: 3px;
  background: #0770f2;
}
.stitle:first-letter {
  color: #0770f2;
  font-size: 117%;
}
.whitetxt .stitle, .whitetxt .stitle:first-letter, .whitetxt.stitle, .whitetxt.stitle:first-letter {
  color: #fff;
}
.whitetxt .stitle, .whitetxt.stitle {
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}
.whitetxt .stitle::after, .whitetxt.stitle::after {
  background: #fff;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 22px 7px;
  display: inline-block;
  width: fit-content;
  min-width: 280px;
  text-align: center;
  z-index: 1;
  color: #fff;
  background: #0770f2;
  border: 2px solid #fff;
  border-radius: 100px;
}
.mainbtn a:hover {
  border: 2px solid #0770f2;
  color: #0770f2;
  background: #fff;
}
/**/
a.white {
  border: 2px solid #0770f2;
  color: #0770f2;
  background: #fff;
}
a.white:hover {
  color: #fff;
  background: #0770f2;
}
/**/
.tbtn {
  margin-top: 30px;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 5px;
    min-width: auto;
    max-width: 240px;
    width: 100%;
  }
  .btnflex a {
    margin: 9px auto;
    display: block;
  }
}
/* 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.rounded {
    margin-bottom: 25px;
  }
  .spmgb {
    margin-bottom: 45px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1580px;
    width: 92%;
    margin: 0 auto;
  }
  .rounded img {
    border-radius: 25px;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w52 {
    width: 48%;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
  .inner02 .flexbox .rounded img {
    border-radius: 25px 0 0 25px;
  }
  .inner02 .reverse .rounded img {
    border-radius: 0 25px 25px 0;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
  .inner02 .rounded img {
    border-radius: 25px !important;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/* background */
.bg_gray, .bg_blue, .slash {
  position: relative;
}
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ebebeb;
  z-index: -100;
}
.bg_blue::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0770f2;
  z-index: -100;
}
.slash::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 100%;
  top: 0;
  left: -25px;
  background: #f5f5f5; /*#4dc6ff*/
  transform: skew(20deg);
  z-index: -99;
  mask-image: linear-gradient(to top, transparent 1%, #000 10%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 1%, #000 10%, transparent 100%);
}
.right.slash::before {
  left: auto;
  right: -35px;
  transform: skew(-20deg);
}
.top.slash::before {
  top: -190px;
  width: 300px;
  transform: skew(-60deg);
}
.topright.slash::before {
  width: 300px;
  top: -190px;
  left: auto;
  right: -15px;
  transform: skew(60deg);
}
.bottomright::before {
  top: auto;
  bottom: -145px;
  left: auto;
  right: -35px;
  width: 300px;
  transform: skew(-60deg);
  mask-image: linear-gradient(to bottom, transparent 1%, #000 10%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 1%, #000 10%, transparent 100%);
}
.bg_blue.slash::before {
  opacity: 0.4;
}
@media (max-width: 550px) {
  .slash::before {
    width: 130px;
  }
  .top.slash::before, .topright.slash::before, .bottomright::before {
    width: 190px;
  }
}
/**/
.whitetxt p, .whitetxt span {
  color: #fff !important;
}
.whiteshadow p, .whiteshadow span {
  text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 1px rgba(255, 255, 255, 1), 0 0 1px rgba(255, 255, 255, 1), 0 0 2px rgba(255, 255, 255, 1), 0 0 2px rgba(255, 255, 255, 1), 0 0 2px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1);
}
/* illust ====================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: 360px !important;
}
.tl img, .tr img, .bl img, .br img {
  width: 100% !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
/*位置*/
.tl, .tr {
  top: -115px !important;
}
.bl, .br {
  bottom: -75px !important;
}
.tr, .br {
  right: 10px !important;
}
.tl, .bl {
  left: 10px !important;
}
/*town*/
.town.tl, .town.tr, .town.bl, .town.br {
  width: 445px !important;
}
.town.tr, .town.br {
  right: -55px !important;
}
.town.tl, .town.bl {
  left: -55px !important;
}
.town.bl, .town.br {
  bottom: -113px !important;
}
@media (max-width: 1360px) {
  .town.tl, .town.tr, .town.bl, .town.br {
    width: 360px !important;
  }
}
@media (max-width: 1270px) {
  .tl, .tr, .bl, .br {
    width: 290px !important;
  }
}
@media (max-width: 1050px) {
  .town.tl, .town.tr, .town.bl, .town.br {
    width: 290px !important;
  }
}
@media (max-width: 550px) {
  .tl, .tr, .bl, .br {
    width: 165px !important;
  }
  .town.tl, .town.tr, .town.bl, .town.br {
    width: 245px !important;
  }
  .town.tl, .town.tr {
    top: -86px !important;
  }
  .town.tr, .town.br {
    right: -127px !important;
  }
  .town.tl, .town.bl {
    left: -127px !important;
  }
  .town.bl, .town.br {
    bottom: -63px !important;
  }
  .tl, .tr {
    top: -63px !important;
  }
  .bl, .br {
    bottom: -40px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 28% !important;
  max-width: 160px !important;
}
.psr .tr, .psr .tl {
  top: -35px !important;
}
.psr .tr, .psr .br {
  right: -17px !important;
}
.psr .br, .psr .bl {
  bottom: -35px !important;
}
.psr .tl, .psr .bl {
  left: -17px !important;
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 12px 15px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 4%) 0px 2px 8px 0px;
}
/*logo*/
.header_title h1 {
  line-height: 0;
}
.header_title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 420px;
}
.header_title a img:nth-child(1) {
  width: 20%;
}
.header_title a img:nth-child(2) {
  width: 77%;
}
/*menu*/
.hnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnav ul {
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: 15px;
}
.hnav ul li {
  width: fit-content;
  position: relative;
  line-height: 1.6;
  font-size: 1rem;
}
.hnav ul li:last-child {
  margin-right: 0;
}
.hnav ul li a {
  padding: 0 18px 5px;
  display: block;
  position: relative;
  top: 0;
  color: #333;
  line-height: 1.2;
}
.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 {
  font-family: "Cormorant Unicase", serif;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  color: #0770f2;
  font-size: 145%;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
/**/
.header_item {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.header_item .btnflex {
  margin-bottom: 13px;
}
.header_item .mainbtn {
  font-size: 0.82rem;
}
.header_item .mainbtn a {
  min-width: auto;
  width: 185px;
  padding: 10px 0;
}
.header_item .btnflex a {
  margin: 0 1px;
}
.header_item .btnflex a:first-of-type {
  font-size: 104%;
}
/* 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: 3px;
  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: #0770f2;
}
.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.3rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1.3;
}
.global-navigation__list > li a span, .global-navigation__list li button span {
  font-family: "Cormorant Unicase", serif;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  color: #0770f2;
  font-size: 145%;
}
.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: #0770f2;
}
.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: #0770f2;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.header__nav-area .btnflex a:first-of-type {
  font-size: 104%;
}
/*btn*/
.header__nav-area .btnflex a {
  margin: 10px auto;
  display: block;
}
@media (max-width: 1105px) {
  .header_sticky {
    padding: 20px 15px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    display: block;
  }
  .hnav ul, .header_item {
    display: none;
  }
  .header_title a {
    width: 365px;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 14px 9px;
  }
  .hamburger {
    width: 45px;
  }
  .global-navigation__list > li {
    padding: 9px 5px;
    font-size: 1.05rem;
  }
  .header__nav-area .btnflex {
    font-size: 0.93rem;
  }
  .header__nav-area .mainbtn a {
    max-width: 210px;
  }
}
@media (max-width: 450px) {
  .header_title a {
    width: 76vw;
  }
}
/* footer ================================================*/
.footer_contact {
  position: relative;
  padding: 85px 0;
  color: #fff;
}
.footer_contact::after {
  opacity: 0.75;
  z-index: -1;
}
.footer_contact::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  z-index: -2;
}
/*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: 2px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
}
.btn_wrap a:hover {
  border: 2px 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: 104%;
}
/*text*/
.footer_contact .maintitle {
  margin-bottom: 17px;
}
.footer_contact p.center {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: clamp(1rem, 0.9375rem + 0.2vw, 1.05rem);
}
.date {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(0.9rem, 0.775rem + 0.4vw, 1rem);
}
.ib {
  display: inline-block;
}
@media (max-width: 750px) {
  .footer_contact::before {
    background-attachment: scroll;
  }
  .footer_contact {
    padding: 60px 0;
  }
  .footer_contact .btn_wrap a {
    display: block;
    margin: 0 auto 10px;
  }
}
@media (max-width: 550px) {
  .footer_contact {
    padding: 47px 0 45px;
  }
  .footer_contact .btn_wrap {
    font-size: 1.03rem;
  }
  .footer_contact .btn_wrap a {
    padding: 19px 5px;
  }
  .footer_contact .maintitle {
    margin-bottom: 25px !important;
  }
}
/* ロゴ・アドレス ========*/
.footerbg {
  background: #fff;
}
.footer_bottom {
  padding: 45px 0;
  text-align: center;
}
.footer_bottom p {
  margin-bottom: 0;
}
.footer_bottom .inner {
  width: 95%;
}
/*logo*/
.flogo {
  width: 100%;
  max-width: 320px;
  line-height: 0;
  margin: 0 auto 11px;
}
.flogo a img:nth-child(1) {
  width: 42%;
  margin-bottom: 15px;
}
.flogo a img:nth-child(2) {
  width: 100%;
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 15px 0 17px;
  border-top: 2px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 550px) {
  .footer_bottom {
    padding: 37px 0 35px;
    font-size: 90%;
  }
  .flogo {
    max-width: 240px;
  }
  .flogo a img:nth-child(1) {
    width: 38%;
    margin-bottom: 12px;
  }
  .copyright {
    font-size: 0.8rem;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 73px;
  height: 73px;
  background: #fff;
  border: 2px solid #0770f2;
  position: fixed;
  bottom: 20px;
  right: 30px;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #0770f2;
  font-size: clamp(0.85rem, 0.76rem + 0.32vw, 1rem);
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 9;
}
@media(max-width:550px) {
  .go_top {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 8px;
  }
}
/* スライド ====================================================*/
.topslide {
  overflow: hidden;
  position: relative;
}
.slide_items {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slide_items img {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 145px);
  min-height: 620px;
}
/*スライド画像アニメーション*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* catchcopy */
.catchcopy {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 51.5%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2.95rem;
  text-align: center;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px;
  line-height: 1.4;
  font-weight: 900;
}
.catchcopy span {
  position: relative;
  color: #0770f2;
}
.catchcopy .spblock {
  display: none;
}
/*
.catchcopy span::before {
  content: '';
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 48%;
  transform: translateX(-50%);
  background: #ffeb85;
  z-index: -1;
}
*/
@media (max-width: 1255px) {
  .catchcopy {
    font-size: 3.8vw;
  }
}
@media (max-width: 1105px) {
  .slide_items img {
    min-height: auto;
    height: calc(100vh - 115px);
  }
}
@media (max-width: 800px) {
  .catchcopy {
    font-size: 6.5vw;
    line-height: 1.6;
  }
  .catchcopy .spnone {
    display: none;
  }
  .catchcopy .spblock {
    display: block;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    height: calc(100vh - 135px);
  }
}
/* EV充電設備って？ =======================================================*/
/*
.evtext {
  max-width: 743px;
  margin: auto;
}
.evimg {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}
*/
.evimg {
  position: relative;
}
.evimg > div {
  position: absolute;
}
.evimg > div div::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/evchargers.svg) no-repeat;
  background-size: 60px;
  background-position: center;
  filter: drop-shadow(0 0 9px rgba(5, 168, 249, 0.45));
}
.evimg > div:nth-child(1) {
  top: 0;
  left: 0;
  width: 43%;
}
.evimg > div:nth-child(2) {
  bottom: 0;
  left: 0;
  width: 40%;
  z-index: 3;
}
.evimg > div:nth-child(3) {
  top: 21%;
  left: 16%;
  width: 48%;
  z-index: 2;
}
.evimg > div:nth-child(4) {
  top: 0;
  right: 0;
  width: 58%;
}
.evimg > div:nth-child(5) {
  bottom: 7%;
  right: 10%;
  width: 30%;
  z-index: 2;
}
.evimg > div p {
  white-space: nowrap;
  text-align: center;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  min-width: 65px;
  padding: 1.7% 6.5%;
  background: #0770f2;
  color: #fff;
  border-radius: 100px;
}
.evimg > div p:before {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  border: 9px solid transparent;
  border-top: 13px solid #0770f2;
}
@media (min-width: 2000px) {
  .evimg {
    height: 500px;
    margin-right: 0;
  }
}
@media (max-width: 1999px) {
  .evimg {
    margin-right: 1%;
    height: 32vw;
  }
}
@media (max-width: 1135px) {
  .evimg > div p {
    font-size: 0.85rem;
  }
  .evimg > div div::before {
    background-size: 40px;
  }
}
@media (max-width: 750px) {
  .evimg {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
    width: 115% !important;
    height: 130vw;
  }
  .evimg > div:nth-child(1) {
    width: 68%;
  }
  .evimg > div:nth-child(2) {
    bottom: 0;
    left: 0;
    width: 60%;
  }
  .evimg > div:nth-child(3) {
    top: 28%;
    left: 0;
    width: 76%;
  }
  .evimg > div:nth-child(4) {
    top: 10%;
    right: -21%;
    width: 82%;
  }
  .evimg > div:nth-child(5) {
    bottom: 9%;
    right: -8%;
    width: 50%;
  }
  .evimg > div p {
    font-size: 100%;
  }
  .evimg > div div::before {
    background-size: 60px;
  }
}
@media (max-width: 550px) {
  .evimg > div p {
    font-size: 3.8vw;
  }
  .evimg > div div::before {
    background-size: 40px;
  }
}
/* 事業内容 ===============================================================*/
.services .inner {
  max-width: 1390px;
  width: 98%;
}
/*
@media (max-width: 750px) {
  .services .tr {
    top: auto !important;
    bottom: -75px !important;
  }
}
@media (max-width: 550px) {
  .services .tr {
    bottom: -30px !important;
  }
}
*/
.links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.links > div {
  width: 30.3%;
  margin: 0 1.5% 40px;
}
.links > div a {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 25px;
  color: #fff;
}
/**/
.links > div a > img {
  transition: .8s all;
  filter: brightness(67%);
}
.links > div a:hover > img {
  transform: scale(1.1);
  filter: brightness(80%);
}
.links > div a h3 {
  white-space: nowrap;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.8rem;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 14%), 0px -2.5px 3px rgb(0 0 0 / 9%);
}
.links > div a h3 > span {
  font-family: "Cormorant Unicase", serif;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  font-size: 88%;
}
.links > div a h3 > span span {
  font-size: 130%;
}
.links > div a h3 img {
  object-fit: contain;
  width: 35%;
  height: 85px;
  display: block;
  margin: 12px auto 0;
  filter: brightness(0) invert(1);
}
@media (max-width:1280px) {
  .links > div a h3 {
    font-size: 1.6rem;
  }
}
@media (max-width:1160px) {
  .services .inner {
    width: 88%;
  }
  .links > div {
    width: 47%;
    margin-bottom: 27px;
  }
}
@media (max-width:850px) {
  .links > div a h3 {
    font-size: 1.4rem;
  }
}
@media (max-width:750px) {
  .links {
    display: block;
  }
  .links > div {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media (max-width:550px) {
  .links > div {
    margin-bottom: 20px;
  }
  .links > div a > img {
    filter: brightness(72%);
  }
  .links > div a h3 {
    font-size: 1.3rem;
  }
  .links > div a h3 img {
    height: 65px;
  }
}
/* 施工実績 ===============================================================*/
.wbox {
  padding: 45px;
  background: #fff;
  border-radius: 25px;
}
@media (max-width:550px) {
  .wbox {
    padding: 35px 15px;
  }
}
/**/
.wimgs {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1090px;
  margin: 65px auto 0;
  padding-bottom: 50px;
}
.wimgs .rounded {
  width: 53%;
}
.wimgs .rounded:first-child {
  transform: rotate(-5deg)
}
.wimgs .rounded:last-child {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  transform: rotate(5deg)
}
@media (max-width: 750px) {
  .wimgs {
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 10%;
  }
}
@media (max-width: 550px) {
  .wimgs {
    margin-top: 45px;
  }
  .wimgs .rounded img {
    border-radius: 15px;
  }
}
/* 採用情報 ===============================================================*/
.recruit .inner {
  max-width: 1175px;
}
@media (max-width: 550px) {
  .recruit {
    padding-bottom: 50px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 100px 0 85px;
  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% 80%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0770f2;
  opacity: 0.77;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 15px !important;
  font-size: clamp(1.7rem, 1.16rem + 1.92vw, 2.6rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media(max-width:1105px) {
  .fv {
    padding: 70px 0 65px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 45px 0 30px;
  }
}
/* 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;
}
/* 事業内容ページ ===========================================================================================================*/
.service .bg_blue.slash::before, .service .bg_blue .slash::before {
  opacity: 0.25;
}
.example {
  margin-top: 55px;
}
@media(max-width:750px) {
  .service section:not(.area).slash::before {
    opacity: 0;
  }
  .service .spmgb {
    margin-bottom: 37px;
  }
  .example {
    margin-top: 35px;
  }
  .example .spmgb {
    margin-bottom: 33px;
  }
}
@media(max-width:550px) {
  .service section:not(.area) {
    padding-bottom: 45px;
  }
}
/* 対応エリア */
.area {
  padding: 65px 0;
}
.area .inner {
  max-width: 1025px;
}
.areatext p:not(:last-of-type) {
  font-size: clamp(1.25rem, 1.07rem + 0.64vw, 1.55rem);
  border-bottom: 1px dashed #0770f2;
  padding-bottom: 5px;
}
.areatext i {
  color: #0770f2;
}
@media(max-width:750px) {
  .area .maintitle {
    margin-bottom: 23px !important;
  }
  .areatext {
    width: fit-content !important;
    margin: 0 auto 30px;
  }
  .areatext p {
    margin-bottom: 5px;
  }
  .areatext p:last-of-type {
    font-size: 93%;
    text-align: center;
  }
}
@media(max-width:550px) {
  .area {
    padding: 45px 0;
  }
}
/* 施工実績ページ ===========================================================================================================*/
.workstext {
  margin-bottom: 47px;
}
@media(max-width:550px) {
  .workstext {
    margin-bottom: 35px;
  }
}
/* 採用情報ページ ===========================================================================================================*/
/* 求める人材 */
.requirements .acheck {
  font-size: 110%;
}
@media(max-width:900px) {
  .requirements .acheck {
    font-size: 100%;
  }
}
/* 会社概要ページ ===========================================================================================================*/
/* 代表あいさつ */
.greeting .slash::before {
  height: 109%;
}
.glast {
  margin-top: 23px;
  text-align: right;
}
/* 会社概要 */
.overview .inner {
  max-width: 1043px;
}
/*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: #0770f2;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.info_table i {
  color: #0770f2;
}
.syozai {
  font-weight: 700;
  font-size: 103%;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100%;
    padding: 12px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
  .info_table .spnone {
    display: none;
  }
  .info_table .spblock {
    display: block;
  }
}
/*list*/
.acheck li {
  padding-left: 22px;
  position: relative;
  border-bottom: 1px dashed #d1d1d1;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.info_table .acheck li {
  border-bottom: none;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #0770f2;
  font-size: 95%;
  position: absolute;
  left: 0;
  top: 0.12em;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
.whitetxt .acheck li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.whitetxt .acheck li, .whitetxt .acheck li::before {
  color: #fff;
}
/*資格*/
.staffing p {
  display: flex;
  align-items: center;
  max-width: 310px;
  line-height: 1.7;
}
.staffing p span {
  width: fit-content;
}
.post {
  order: -1;
}
.headcount {
  text-align: right;
  white-space: nowrap;
}
.staffing p::before {
  border-bottom: 1px dashed #d1d1d1;
  content: '';
  display: inline-block;
  flex: 1;
  height: 1px;
  margin: 0 0.6em;
}
.staffing p .post::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  margin-right: 3px;
  color: #0770f2;
}
@media (max-width: 340px) {
  .staffing p .post::before {
    content: none;
  }
}
/* アクセス */
.map iframe {
  width: 100%;
  height: 450px;
  border-radius: 25px;
}
@media (max-width: 550px) {
  .map iframe {
    height: 260px;
  }
}
/* お問い合わせページ =======================================================================================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 935px;
}
.contop {
  margin-bottom: 45px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 33px;
  }
}
/* 電話・FAX */
/*box*/
.telbox {
  border-radius: 25px;
  background: #f5f5f5;
  padding: 30px 27px;
}
.telbox i {
  color: #0770f2;
}
@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: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: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #0770f2;
  font-size: .9em;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 1055px) {
  .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;
  }
}
/* メール */
.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: #fff;
  background: #0770f2;
  padding: 5px;
  margin-right: 3px;
  border-radius: 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 #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  border-radius: 50px;
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #0770f2;
  color: #fff;
  border: 2px solid #0770f2;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #0770f2;
  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 #b5b5b5;
  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 #0770f2;
  border-bottom: 3px solid #0770f2;
  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.76rem + 0.8533vw, 1.4rem);
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 700;
  padding: 13px 11px;
  padding-left: 15px;
  background: #0770f2;
  color: #fff;
  border-radius: 5px;
}
.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: 3px;
  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: #0770f2;
}
@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%;
  }
}