@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  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: 50px 0 60px;
  }
}
.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 {
  margin-bottom: 35px;
  text-align: center;
  line-height: 0.9;
  position: relative;
  font-size: clamp(1.5rem, 1.35rem + 0.5333vw, 1.75rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.maintitle .mf {
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 57%;
  display: inline-block;
  margin-bottom: 9px;
  color: #4cc6ec;
}
.maintitle .sf {
  line-height: 1.4;
}
/**/
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 12px !important;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 15px;
  }
}
/*03*/
.stitle {
  font-family: "Zen Old Mincho", serif;
  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 rgba(0, 0, 0, 0.1);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 95px;
  height: 1px;
  background: #4cc6ec;
}
.stitle .en {
  color: #4cc6ec;
  text-transform: uppercase;
  display: block;
  font-size: 65%;
}
/* ボタン */
.mainbtn a {
  position: relative;
  margin: 0 auto;
  padding: 19px 55px;
  display: inline-block;
  width: fit-content;
  min-width: 230px;
  text-align: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border: 1px solid #fff;
  background: #4cc6ec;
  color: #fff;
}
.mainbtn a:hover {
  border: 1px solid #4cc6ec;
  color: #4cc6ec;
  background: #fff;
}
/**/
.tbtn {
  margin-top: 30px;
}
.btnflex a {
  margin: 3px 7px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 15px 48px;
    min-width: 210px;
    max-width: fit-content;
    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 {
    margin-bottom: 35px;
  }
  .spmgb02 {
    margin-bottom: 25px;
  }
}
/* 幅 */
.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;
  }
}
.w66 {
  width: 66%;
}
.w58 {
  width: 57.5%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 43%;
}
.w37 {
  width: 37%;
}
.w29 {
  width: 29%;
}
/* background */
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: -100;
}
/* アニメーション ======================*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 1.6s, transform 1.2s;
  transition-delay: 0.4s;
}
.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;
  }
}
/* illust ==============================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: 18% !important;
  max-width: 220px !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;
  background: transparent !important;
  padding: 0 !important;
}
/*位置*/
.tl {
  top: -115px !important;
  left: 7px !important;
}
.tr {
  top: -105px !important;
  right: 7px !important;
}
.bl {
  bottom: -85px !important;
  left: 7px !important;
}
.br {
  bottom: -85px !important;
  right: 7px !important;
}
@media (max-width: 1095px) {
  .tl, .tr, .bl, .br {
    width: 190px !important;
  }
}
@media (max-width: 550px) {
  .tl, .tr, .bl, .br {
    width: 115px !important;
  }
  .tl, .tr {
    top: -70px !important;
  }
  .bl, .br {
    bottom: -60px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 39% !important;
  max-width: 190px !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;
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 13px 25px;
  background: transparent;
  transition: .6s all;
}
.change.header_sticky {
  background: rgba(255, 255, 255, 0.92);
}
/*logo*/
.header_title h1 {
  line-height: 0;
}
.header_title a {
  display: block;
  width: 220px;
  filter: brightness(0) invert(1);
}
.change .header_title a {
  filter: none;
}
.logo {
  display: block;
  position: relative;
}
.entrance {
  position: absolute;
  top: 7%;
  right: -1%;
  font-size: 0.75rem;
  margin-bottom: 0;
  color: #4cc6ec;
  font-weight: 600;
  white-space: nowrap;
}
.entrance::before, .entrance::after {
  content: "//";
  font-weight: 900;
  display: inline-block;
  letter-spacing: 0;
}
.entrance::before {
  transform: rotate(-18deg) scaleX(-1);
  margin-right: 3.3%;
}
.entrance::after {
  transform: rotate(18deg);
  margin-left: 2.2%;
}
/*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;
  font-size: 1.01rem;
}
.hnav ul li:last-child {
  margin-right: 0;
}
.hnav ul li a {
  padding: 0 14px;
  display: block;
  position: relative;
  top: 0;
  color: #fff;
  line-height: 1.55;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.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: 90%;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
.change .hnav ul li a {
  color: #333;
}
.change .hnav ul li a span {
  color: #4cc6ec;
}
/**/
.header_item {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.header_item .btnflex {
  margin-bottom: 7px;
}
.header_item .mainbtn {
  font-size: 0.77rem;
}
.header_item .mainbtn a {
  min-width: 155px;
  width: fit-content;
  padding: 10px;
}
.header_item .btnflex a {
  margin: 0 4px;
}
.header_item .btnflex a:first-of-type, .header_item .btnflex a:last-of-type {
  font-size: 104%;
}
.header_item .btnflex a:nth-child(2n) {
  color: #4cc6ec;
  background: #fff;
  border: 1px solid #4cc6ec;
}
.header_item .btnflex a:nth-child(2n):hover {
  background: #4cc6ec;
  color: #fff;
  border: 1px solid #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: #fff;
}
.change .hamburger__line, .change .hamburger__line:before, .change .hamburger__line:after {
  background: #4cc6ec;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #4cc6ec;
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
  background: #4cc6ec;
}
.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.2rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.global-navigation__list > li a span, .global-navigation__list li button span {
  text-transform: uppercase;
  display: block;
  color: #4cc6ec;
  font-size: 90%;
}
.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: #4cc6ec;
}
.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: #4cc6ec;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*btn*/
.header__nav-area .btnflex {
  font-size: 0.95rem;
}
.header__nav-area .btnflex a {
  margin: 9px auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  min-width: auto;
  width: 100%;
  max-width: 230px;
}
.header__nav-area .btnflex a:nth-child(2n) {
  color: #4cc6ec;
  background: #fff;
  border: 1px solid #4cc6ec;
}
.header__nav-area .btnflex a:nth-child(2n):hover {
  background: #4cc6ec;
  color: #fff;
  border: 1px solid #fff;
}
.header__nav-area .btnflex a:first-of-type, .header__nav-area .btnflex a:last-of-type {
  font-size: 103%;
}
@media (max-width: 1105px) {
  .header_sticky {
    padding: 15px 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;
  }
  .header_title a {
    width: 180px;
  }
  .entrance {
    font-size: 0.6rem;
  }
  .hamburger {
    width: 45px;
  }
  .global-navigation__list > li {
    padding: 9px 5px;
    font-size: 1.1rem;
  }
  .header__nav-area .btnflex {
    font-size: 0.93rem;
  }
  .header__nav-area .mainbtn a {
    max-width: 210px;
  }
}
/* footer ================================================*/
.footer_contact {
  position: relative;
  padding: 65px 0 70px;
  color: #fff;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #4cc6ec;
  opacity: 0.85;
  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: 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: 9px;
}
.footer_contact .maintitle span {
  color: #fff;
}
.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);
}
@media (max-width: 750px) {
  .footer_contact::before {
    background-attachment: scroll;
  }
  .footer_contact .btn_wrap a {
    display: block;
    margin: 0 auto 10px;
  }
}
@media (max-width: 550px) {
  .footer_contact {
    padding: 37px 0;
  }
  .footer_contact .btn_wrap {
    font-size: 100%;
  }
  .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: 98%;
}
/*logo*/
.flogo {
  width: 100%;
  max-width: 220px;
  line-height: 0;
  margin: 0 auto 11px;
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 15px 0 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 550px) {
  .footer_bottom {
    padding: 37px 0 35px;
    font-size: 92%;
  }
  .flogo {
    max-width: 180px;
  }
  .copyright {
    font-size: 0.8rem;
    margin-bottom: 19vw;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 73px;
  height: 73px;
  background: #fff;
  border: 2px solid #4cc6ec;
  position: fixed;
  bottom: 170px;
  right: 23px;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #4cc6ec;
  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: 22vw;
    right: 8px;
  }
}
/* バナー =======================================*/
.banner {
  position: fixed;
  bottom: 20px;
  right: 22px;
}
.banner a {
  border: 2px solid #fff;
  display: block;
  width: 340px;
}
.banner a:hover {
  opacity: 0.6;
}
@media(max-width:550px) {
  .banner {
    bottom: -0.5px;
    right: 0;
    width: 100%;
  }
  .banner a {
    border: none;
    width: 100%;
  }
  .banner a img {
    object-fit: cover;
    width: 100%;
    height: 19vw;
    object-position: 50% 10%;
  }
}
/* スライド ====================================================*/
.topslide {
  position: relative;
  overflow: hidden;
}
.slide_items {
  height: fit-content;
  width: 100%;
  margin-left: auto;
}
.slide_items img {
  width: 100%;
  height: 100vh;
  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 {
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
}
.catchcopy p {
  padding: 0.3% 4% 0.4%;
  width: fit-content;
  white-space: nowrap;
  padding: 0.3% 4% 0.4%;
  color: #4cc6ec;
  background: #fff;
  box-shadow: 4px 4px 0px 0px #4cc6ec;
  font-size: 2.3rem;
}
@media (max-width: 800px) {
  .catchcopy {
    right: 45px;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    height: 80vh;
    min-height: 420px;
  }
  .catchcopy {
    top: auto;
    bottom: 20px;
    right: 35px;
  }
  .catchcopy p {
    font-size: 7vw;
  }
}
/* ごあいさつ ==================================================*/
.welcome .inner {
  max-width: 1237px;
}
/*img*/
.g_twflex {
  display: flex;
  justify-content: space-between;
}
.g_twflex div {
  width: 47%;
  position: relative;
}
.g_twflex div:first-child {
  margin-top: 30px;
}
.reverse .g_twflex div:first-child {
  margin-top: 0;
}
.reverse .g_twflex div:last-child {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .g_twflex {
    width: 116% !important;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*illust*/
.psr .wel_illust {
  width: 70% !important;
  max-width: 375px !important;
  bottom: -23% !important;
  right: -12% !important;
}
@media (max-width: 750px) {
  .psr .wel_illust {
    bottom: -20.5% !important;
  }
}
/* フロントゲートの特徴 ========================================*/
.features .inner {
  max-width: 1471px;
  width: 95%;
}
.fea_items > div {
  width: 49.3%;
  padding: 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.fea_items > div img {
  width: 43%;
  object-fit: cover;
  height: auto;
}
.feabox {
  width: 52%;
}
.feabox .stitle {
  font-size: clamp(1.2rem, 1.11rem + 0.32vw, 1.35rem);
}
.feabox .stitle .en {
  color: #a8a8a8;
}
.feabox .stitle .en span {
  font-size: 115%;
  color: #4cc6ec;
}
@media (max-width: 1475px) {
  .fea_items > div {
    align-items: stretch;
  }
}
@media (max-width: 1075px) {
  .features .inner {
    width: 88%;
  }
  .features .fea_items.flexbox {
    display: block;
  }
  .fea_items > div {
    width: 100%;
    align-items: center;
    margin-bottom: 25px;
  }
  .fea_items > div:last-of-type {
    margin-bottom: 0 !important;
  }
  .fea_items > div:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 750px) {
  .fea_items > div {
    display: block;
  }
  .fea_items > div img {
    margin-bottom: 13px;
  }
  .fea_items > div img, .feabox {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .fea_items > div {
    padding: 15px;
    margin-bottom: 20px;
  }
}
/* こんなお悩みありませんか？ ==================================*/
.situations .inner {
  max-width: 1105px;
}
.situations .maintitle {
  margin-bottom: 30px;
}
.situations .flexbox {
  margin-bottom: 30px;
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: lighter;
  display: inline-block;
  color: #4cc6ec;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-weight: bold;
  font-size: .3em;
  top: 2.25em;
}
/* 対応エリア ==================================================*/
.area {
  padding: 60px 0;
}
.area .inner {
  max-width: 945px;
}
.area .flexbox {
  flex-wrap: nowrap;
}
.areatext {
  white-space: nowrap;
  margin-right: 50px;
}
.areatext .marker {
  font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.25rem);
  color: #4cc6ec;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3px;
}
.areaimg {
  width: 100%;
}
@media (max-width: 930px) {
  .areatext {
    width: 57%;
    white-space: normal;
    margin-right: 0;
  }
  .areaimg {
    width: 38%;
  }
}
@media (max-width: 750px) {
  .areatext {
    width: fit-content !important;
    margin: 0 auto 20px;
  }
  .areaimg {
    width: 91% !important;
    margin: auto;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 160px 0 70px;
  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% 40%;
  z-index: -2;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4cc6ec;
  opacity: 0.88;
  z-index: -1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 15px !important;
  font-size: clamp(1.6rem, 1.06rem + 1.92vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
@media(max-width:1105px) {
  .fv {
    padding: 100px 0 60px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 80px 0 35px;
  }
}
/* breadcrumb */
.binner {
  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;
}
/* フロントゲートの特徴ページ ==================================================================================================*/
.feature section .inner {
  max-width: 1289px;
}
.feature section .flexbox h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.32rem + 0.64vw, 1.8rem);
  margin-bottom: 20px;
}
.feature section .flexbox h2 .en {
  color: #a8a8a8;
  text-transform: uppercase;
  display: block;
  font-size: 65%;
}
.feature section.bg_gray .flexbox h2 .en {
  color: #969696;
}
.feature section .flexbox h2 .en span {
  font-size: 115%;
  color: #4cc6ec;
}
.border {
  position: relative;
  display: inline-block;
  padding-left: 60px;
}
.border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #4f4f4f;
}
@media(max-width:750px) {
  .feature section .flexbox h2 {
    text-align: center;
  }
  .border {
    padding-left: 0;
  }
  .border::before {
    content: none;
  }
}
/* 事業内容ページ ==============================================================================================================*/
.servicesPage {
  overflow: visible;
}
.ser_illust {
  width: 310px;
  margin: -170px auto 55px;
}
@media(max-width:1170px) {
  .ser_illust {
    width: 265px;
    margin-bottom: 35px;
  }
}
@media(max-width:550px) {
  .ser_illust {
    width: 185px;
    margin-top: -90px;
  }
}
.services:first-of-type .flexbox {
  margin-bottom: 55px;
}
.services .flexbox {
  margin-bottom: 95px;
}
.services .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.services .flexbox:nth-child(2n) {
  flex-direction: row-reverse;
}
@media(max-width:1200px) {
  .services .flexbox {
    margin-bottom: 65px;
  }
}
@media(max-width:750px) {
  .services:first-of-type .flexbox {
    margin-bottom: 45px;
  }
  .services .flexbox {
    margin-bottom: 75px;
  }
  .services:first-of-type .spmgb {
    margin-bottom: 13px;
  }
  .services .spmgb {
    margin-bottom: 30px;
  }
}
@media(max-width:550px) {
  .services:first-of-type .maintitle {
    margin-bottom: 20px;
  }
}
/* ご契約の流れページ ==========================================================================================================*/
.flowtop {
  padding: 80px 0 73px;
}
.flowtop .inner:first-of-type {
  max-width: 705px;
}
.texttitle {
  font-size: 100%;
  font-weight: 400;
}
.flowbtns a {
  min-width: 270.5px;
}
.flow_illust {
  width: 90%;
  max-width: 430px;
  margin: 0 auto 27px;
}
@media (max-width: 550px) {
  .flowtop {
    padding: 53px 0 50px;
  }
  .flowbtns a {
    min-width: 257px;
  }
}
/*img*/
.flow_image img {
  width: 100%;
  object-fit: cover;
  height: 360px;
}
@media (max-width: 1330px) {
  .flow_image img {
    height: 25vw;
    min-height: 300px;
  }
}
@media (max-width: 750px) {
  .flow_image img {
    height: 45vw;
    min-height: auto;
  }
}
/* 流れ */
.flows {
  position: relative;
  counter-reset: number 0;
  max-width: 994px;
  margin: auto;
}
.flows::before {
  content: "";
  width: 3px;
  height: 100%;
  background: rgba(0, 0, 0, 0.13);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.flows > div {
  margin-left: 40px;
  padding: 25px;
  background: #f7f7f7;
  margin-bottom: 20px;
  position: relative;
  counter-increment: number 1;
}
.bg_gray .flows > div {
  background: #fff;
}
.flows > div::after, .flows > div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.flows > div::before {
  width: 11px;
  aspect-ratio: 1/1;
  margin-top: -5px;
  background: #4cc6ec;
  border-radius: 50%;
  top: 57px;
  left: -44px;
}
.flows > div::after {
  width: 40px;
  border-bottom: 2px dotted #4cc6ec;
  position: absolute;
  top: 56px;
  left: -41px;
}
.flows > div:last-of-type {
  margin-bottom: 0 !important;
}
.flows > div .stitle {
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 15px;
  color: #1eacd9;
}
.flows > div .stitle::after {
  content: none;
}
.flows > div .stitle::before {
  content: "step0"counter(number);
  text-transform: uppercase;
  color: #fff;
  background: #4cc6ec;
  padding: 0.8% 10px 1%;
  margin-right: 12px;
  font-size: 65%;
}
@media (max-width:750px) {
  .flows > div {
    margin-left: 30px;
    padding: 15px;
  }
  .flows > div::before {
    width: 9px;
    left: -33px;
    margin-top: -4px;
  }
  .flows > div::after {
    width: 23px;
    left: -24px;
  }
}
@media (max-width:550px) {
  .flow .fitc {
    margin-bottom: 30px;
  }
  .flows > div {
    margin-bottom: 13px;
  }
  .flows > div .stitle::before {
    display: block;
    margin-bottom: 7px;
    width: fit-content;
    padding: 5px 7px;
  }
  .flows > div .stitle {
    margin-bottom: 10px;
  }
}
/* 会社概要ページ ==============================================================================================================*/
/* 理念 */
.philosophy {
  padding: 80px 0;
}
.philosophy .inner {
  max-width: 970px;
}
.philosophy .maintitle {
  margin-bottom: 7px;
}
.p_str {
  font-size: clamp(1.55rem, 1.31rem + 0.8533vw, 1.95rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #4cc6ec;
  white-space: nowrap;
}
@media(max-width:750px) {
  .p_illust {
    padding-left: 5%;
  }
}
@media(max-width:550px) {
  .philosophy {
    padding: 47px 0 60px;
  }
}
/* 代表あいさつ */
.g_item {
  margin: 17px 0;
}
.g_item:last-of-type {
  margin-bottom: 0 !important;
}
.g_item h2 {
  white-space: nowrap;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.19rem + 0.2133vw, 1.35rem);
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.g_item h2::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-left: 9px;
}
.g_item h2::before {
  content: "■";
  display: inline-block;
  font-size: 50%;
  transform: rotate(-45deg);
  color: #4cc6ec;
  position: relative;
  top: 0.1em;
  margin-right: 6px;
}
.glast {
  margin-top: 13px;
  text-align: right;
}
@media(max-width:750px) {
  .greeting .maintitle {
    margin-bottom: 15px;
  }
  .g_illust img {
    object-fit: contain;
    width: 100%;
    height: 85vw;
  }
  .glast {
    text-align: center;
  }
}
/* 会社概要 */
.overview .inner {
  max-width: 1015px;
}
.overview .maintitle {
  margin-bottom: 23px;
}
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 35px;
}
.twflex div {
  width: 48%;
  position: relative;
}
.twflex div:last-of-type {
  margin-top: 20px;
}
@media(max-width: 750px) {
  .twflex {
    margin-bottom: 20px;
  }
  .twflex div {
    width: 47%;
  }
  .twflex div:last-of-type {
    margin-top: 13px;
  }
}
/*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: #4cc6ec;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 500;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.info_table i {
  color: #4cc6ec;
}
@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;
  }
}
/* アクセス */
.maps {
  padding: 80px 0;
}
.maps .inner {
  max-width: 1100px;
}
.maps .acheck {
  margin-bottom: 50px;
}
.map iframe {
  width: 100%;
  height: 370px;
  vertical-align: bottom;
}
@media(max-width:750px) {
  .maps .acheck {
    margin-bottom: 0;
  }
}
@media(max-width:550px) {
  .maps {
    padding: 50px 0 60px;
  }
  .map iframe {
    height: 280px;
  }
}
/* お問い合わせページ ==========================================================================================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 910px;
}
.contop {
  margin-bottom: 45px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 33px;
  }
}
/* 電話・FAX */
/*年中無休*/
.allyear {
  color: #4cc6ec;
  margin-right: 20px;
  font-size: clamp(1rem, 0.958rem + 0.1493vw, 1.07rem);
  display: block;
  width: fit-content;
  margin: -5px auto 1px;
}
.allyear::before, .allyear::after {
  content: "//";
  display: inline-block;
  letter-spacing: -0.3em;
  font-size: 95%;
  text-decoration: none;
}
.allyear::before {
  transform: scaleX(-1);
  margin-right: 3px;
}
.allyear::after {
  margin-left: 3px;
}
.tel_item > div {
  margin-bottom: -17px;
}
/*box*/
.telbox {
  background: #fff;
  padding: 27px;
}
.telbox i {
  color: #4cc6ec;
}
@media (max-width: 1055px) {
  .telbox {
    padding: 22px 25px 25px;
  }
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
  .allyear {
    margin-top: -3px;
  }
  .tel_item > div {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 15px 13px 17px;
  }
  .tel_item {
    text-align: center;
  }
  .telboxwrap .telbox a {
    margin: auto !important;
  }
}
/* 番号 */
.telbox a {
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  white-space: nowrap;
  width: fit-content;
  display: block;
  font-size: clamp(1.5rem, 1.35rem + 0.5333vw, 1.75rem);
  color: #333;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 30px;
}
.telboxwrap .telbox p {
  margin-bottom: 0;
  line-height: 1.7;
}
.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: lighter;
  display: inline-block;
  color: #4cc6ec;
  font-size: .9em;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 850px) {
  .fax_item.telboxwrap .telbox {
    display: block;
  }
  .fax_item.telboxwrap .telbox a {
    margin-right: 0;
  }
  .fax_item.telboxwrap .telbox p:first-of-type {
    margin-top: 7px;
  }
}
@media (max-width: 750px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p:first-of-type {
    margin-top: 7px;
  }
}
@media (max-width: 550px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    font-size: 92%;
  }
  .telboxwrap .telbox p:first-of-type {
    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: #4cc6ec;
  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 #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .45s;
  position: relative;
  overflow: hidden;
  color: #fff;
  border: 1px solid #4cc6ec;
  background: #4cc6ec;
}
.mailform button:hover {
  color: #4cc6ec;
  background: #fff;
}
.mailform button:hover::after {
  opacity: 0;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
/*チェックボックス*/
.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 #4cc6ec;
  border-bottom: 3px solid #4cc6ec;
  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-family: "Zen Old Mincho", serif;
  font-weight: 500;
  padding: 13px 11px;
  padding-left: 15px;
  background: #4cc6ec;
  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: #4cc6ec;
}
@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%;
  }
}