@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
:root {
  --main-color:#C40019;
  --main-light-color:#FFF4F0;
  --sub-color:#E1CD49;
  --sub-light-color:#FFFDDE;
  --red:#d50711;
  --yellow:#E1CD49;
  --blue:#0C57C7;
  --green:#56D617;
  --lightgreen:#c7e1b0;
  --pink:#e27777;
  --sky:#17BCD6;
  --lightpink:#e4b5cc;
  --carmine:#d73c3c;
  --brown:#987d4f;
  --orange:#ffdea1;
  --perple:#917eaa;
  --lightperple:#f7f1f6;
  --black:#333;
  --gray:#DDDDDD;
  --white:#fff;
  --transparent:transparent;
}

.main-color {
  color: var(--main-color) !important;
}

.bg_main-color {
  background-color: var(--main-color);
}

.main-light-color {
  color: var(--main-light-color) !important;
}

.bg_main-light-color {
  background-color: var(--main-light-color);
}

.sub-color {
  color: var(--sub-color) !important;
}

.bg_sub-color {
  background-color: var(--sub-color);
}

.sub-light-color {
  color: var(--sub-light-color) !important;
}

.bg_sub-light-color {
  background-color: var(--sub-light-color);
}

.red {
  color: var(--red) !important;
}

.bg_red {
  background-color: var(--red);
}

.yellow {
  color: var(--yellow) !important;
}

.bg_yellow {
  background-color: var(--yellow);
}

.blue {
  color: var(--blue) !important;
}

.bg_blue {
  background-color: var(--blue);
}

.green {
  color: var(--green) !important;
}

.bg_green {
  background-color: var(--green);
}

.lightgreen {
  color: var(--lightgreen) !important;
}

.bg_lightgreen {
  background-color: var(--lightgreen);
}

.pink {
  color: var(--pink) !important;
}

.bg_pink {
  background-color: var(--pink);
}

.sky {
  color: var(--sky) !important;
}

.bg_sky {
  background-color: var(--sky);
}

.lightpink {
  color: var(--lightpink) !important;
}

.bg_lightpink {
  background-color: var(--lightpink);
}

.carmine {
  color: var(--carmine) !important;
}

.bg_carmine {
  background-color: var(--carmine);
}

.brown {
  color: var(--brown) !important;
}

.bg_brown {
  background-color: var(--brown);
}

.orange {
  color: var(--orange) !important;
}

.bg_orange {
  background-color: var(--orange);
}

.perple {
  color: var(--perple) !important;
}

.bg_perple {
  background-color: var(--perple);
}

.lightperple {
  color: var(--lightperple) !important;
}

.bg_lightperple {
  background-color: var(--lightperple);
}

.black {
  color: var(--black) !important;
}

.bg_black {
  background-color: var(--black);
}

.gray {
  color: var(--gray) !important;
}

.bg_gray {
  background-color: var(--gray);
}

.white {
  color: var(--white) !important;
}

.bg_white {
  background-color: var(--white);
}

.transparent {
  color: var(--transparent) !important;
}

.bg_transparent {
  background-color: var(--transparent);
}

@media screen and (min-width: 749px) {
  .md-gap0 {
    gap: 0px;
  }
}

.gap0 {
  gap: 0px;
}

.mgt0 {
  margin-top: 0px;
}

.mgb0 {
  margin-bottom: 0px;
}

.mgl0 {
  margin-left: 0px;
}

.mgr0 {
  margin-right: 0px;
}

.pdt0 {
  padding-top: 0px;
}

.pdb0 {
  padding-bottom: 0px;
}

.pdl0 {
  padding-left: 0px;
}

.pdr0 {
  padding-right: 0px;
}

@media screen and (min-width: 749px) {
  .md-mgt0 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb0 {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl0 {
    margin-left: 0px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr0 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt0 {
    padding-top: 0px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb0 {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl0 {
    padding-left: 0px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr0 {
    padding-right: 0px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap5 {
    gap: 5px;
  }
}

.gap5 {
  gap: 5px;
}

.mgt5 {
  margin-top: 5px;
}

.mgb5 {
  margin-bottom: 5px;
}

.mgl5 {
  margin-left: 5px;
}

.mgr5 {
  margin-right: 5px;
}

.pdt5 {
  padding-top: 5px;
}

.pdb5 {
  padding-bottom: 5px;
}

.pdl5 {
  padding-left: 5px;
}

.pdr5 {
  padding-right: 5px;
}

@media screen and (min-width: 749px) {
  .md-mgt5 {
    margin-top: 5px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb5 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl5 {
    margin-left: 5px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr5 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt5 {
    padding-top: 5px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb5 {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl5 {
    padding-left: 5px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr5 {
    padding-right: 5px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap10 {
    gap: 10px;
  }
}

.gap10 {
  gap: 10px;
}

.mgt10 {
  margin-top: 10px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgl10 {
  margin-left: 10px;
}

.mgr10 {
  margin-right: 10px;
}

.pdt10 {
  padding-top: 10px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdl10 {
  padding-left: 10px;
}

.pdr10 {
  padding-right: 10px;
}

@media screen and (min-width: 749px) {
  .md-mgt10 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb10 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl10 {
    margin-left: 10px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr10 {
    margin-right: 10px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt10 {
    padding-top: 10px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb10 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl10 {
    padding-left: 10px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr10 {
    padding-right: 10px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap15 {
    gap: 15px;
  }
}

.gap15 {
  gap: 15px;
}

.mgt15 {
  margin-top: 15px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgl15 {
  margin-left: 15px;
}

.mgr15 {
  margin-right: 15px;
}

.pdt15 {
  padding-top: 15px;
}

.pdb15 {
  padding-bottom: 15px;
}

.pdl15 {
  padding-left: 15px;
}

.pdr15 {
  padding-right: 15px;
}

@media screen and (min-width: 749px) {
  .md-mgt15 {
    margin-top: 15px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb15 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl15 {
    margin-left: 15px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr15 {
    margin-right: 15px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt15 {
    padding-top: 15px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb15 {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl15 {
    padding-left: 15px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr15 {
    padding-right: 15px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap20 {
    gap: 20px;
  }
}

.gap20 {
  gap: 20px;
}

.mgt20 {
  margin-top: 20px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgl20 {
  margin-left: 20px;
}

.mgr20 {
  margin-right: 20px;
}

.pdt20 {
  padding-top: 20px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdl20 {
  padding-left: 20px;
}

.pdr20 {
  padding-right: 20px;
}

@media screen and (min-width: 749px) {
  .md-mgt20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb20 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl20 {
    margin-left: 20px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr20 {
    margin-right: 20px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt20 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb20 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl20 {
    padding-left: 20px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr20 {
    padding-right: 20px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap25 {
    gap: 25px;
  }
}

.gap25 {
  gap: 25px;
}

.mgt25 {
  margin-top: 25px;
}

.mgb25 {
  margin-bottom: 25px;
}

.mgl25 {
  margin-left: 25px;
}

.mgr25 {
  margin-right: 25px;
}

.pdt25 {
  padding-top: 25px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdl25 {
  padding-left: 25px;
}

.pdr25 {
  padding-right: 25px;
}

@media screen and (min-width: 749px) {
  .md-mgt25 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb25 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl25 {
    margin-left: 25px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr25 {
    margin-right: 25px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt25 {
    padding-top: 25px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb25 {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl25 {
    padding-left: 25px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr25 {
    padding-right: 25px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap30 {
    gap: 30px;
  }
}

.gap30 {
  gap: 30px;
}

.mgt30 {
  margin-top: 30px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgl30 {
  margin-left: 30px;
}

.mgr30 {
  margin-right: 30px;
}

.pdt30 {
  padding-top: 30px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdl30 {
  padding-left: 30px;
}

.pdr30 {
  padding-right: 30px;
}

@media screen and (min-width: 749px) {
  .md-mgt30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb30 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl30 {
    margin-left: 30px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr30 {
    margin-right: 30px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt30 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb30 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl30 {
    padding-left: 30px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr30 {
    padding-right: 30px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap35 {
    gap: 35px;
  }
}

.gap35 {
  gap: 35px;
}

.mgt35 {
  margin-top: 35px;
}

.mgb35 {
  margin-bottom: 35px;
}

.mgl35 {
  margin-left: 35px;
}

.mgr35 {
  margin-right: 35px;
}

.pdt35 {
  padding-top: 35px;
}

.pdb35 {
  padding-bottom: 35px;
}

.pdl35 {
  padding-left: 35px;
}

.pdr35 {
  padding-right: 35px;
}

@media screen and (min-width: 749px) {
  .md-mgt35 {
    margin-top: 35px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb35 {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl35 {
    margin-left: 35px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr35 {
    margin-right: 35px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt35 {
    padding-top: 35px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb35 {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl35 {
    padding-left: 35px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr35 {
    padding-right: 35px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap40 {
    gap: 40px;
  }
}

.gap40 {
  gap: 40px;
}

.mgt40 {
  margin-top: 40px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgl40 {
  margin-left: 40px;
}

.mgr40 {
  margin-right: 40px;
}

.pdt40 {
  padding-top: 40px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdl40 {
  padding-left: 40px;
}

.pdr40 {
  padding-right: 40px;
}

@media screen and (min-width: 749px) {
  .md-mgt40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb40 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl40 {
    margin-left: 40px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr40 {
    margin-right: 40px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt40 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb40 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl40 {
    padding-left: 40px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr40 {
    padding-right: 40px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap45 {
    gap: 45px;
  }
}

.gap45 {
  gap: 45px;
}

.mgt45 {
  margin-top: 45px;
}

.mgb45 {
  margin-bottom: 45px;
}

.mgl45 {
  margin-left: 45px;
}

.mgr45 {
  margin-right: 45px;
}

.pdt45 {
  padding-top: 45px;
}

.pdb45 {
  padding-bottom: 45px;
}

.pdl45 {
  padding-left: 45px;
}

.pdr45 {
  padding-right: 45px;
}

@media screen and (min-width: 749px) {
  .md-mgt45 {
    margin-top: 45px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb45 {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl45 {
    margin-left: 45px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr45 {
    margin-right: 45px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt45 {
    padding-top: 45px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb45 {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl45 {
    padding-left: 45px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr45 {
    padding-right: 45px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap50 {
    gap: 50px;
  }
}

.gap50 {
  gap: 50px;
}

.mgt50 {
  margin-top: 50px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgl50 {
  margin-left: 50px;
}

.mgr50 {
  margin-right: 50px;
}

.pdt50 {
  padding-top: 50px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdl50 {
  padding-left: 50px;
}

.pdr50 {
  padding-right: 50px;
}

@media screen and (min-width: 749px) {
  .md-mgt50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb50 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl50 {
    margin-left: 50px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr50 {
    margin-right: 50px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt50 {
    padding-top: 50px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb50 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl50 {
    padding-left: 50px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr50 {
    padding-right: 50px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap55 {
    gap: 55px;
  }
}

.gap55 {
  gap: 55px;
}

.mgt55 {
  margin-top: 55px;
}

.mgb55 {
  margin-bottom: 55px;
}

.mgl55 {
  margin-left: 55px;
}

.mgr55 {
  margin-right: 55px;
}

.pdt55 {
  padding-top: 55px;
}

.pdb55 {
  padding-bottom: 55px;
}

.pdl55 {
  padding-left: 55px;
}

.pdr55 {
  padding-right: 55px;
}

@media screen and (min-width: 749px) {
  .md-mgt55 {
    margin-top: 55px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb55 {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl55 {
    margin-left: 55px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr55 {
    margin-right: 55px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt55 {
    padding-top: 55px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb55 {
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl55 {
    padding-left: 55px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr55 {
    padding-right: 55px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap60 {
    gap: 60px;
  }
}

.gap60 {
  gap: 60px;
}

.mgt60 {
  margin-top: 60px;
}

.mgb60 {
  margin-bottom: 60px;
}

.mgl60 {
  margin-left: 60px;
}

.mgr60 {
  margin-right: 60px;
}

.pdt60 {
  padding-top: 60px;
}

.pdb60 {
  padding-bottom: 60px;
}

.pdl60 {
  padding-left: 60px;
}

.pdr60 {
  padding-right: 60px;
}

@media screen and (min-width: 749px) {
  .md-mgt60 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb60 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl60 {
    margin-left: 60px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr60 {
    margin-right: 60px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt60 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb60 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl60 {
    padding-left: 60px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr60 {
    padding-right: 60px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap65 {
    gap: 65px;
  }
}

.gap65 {
  gap: 65px;
}

.mgt65 {
  margin-top: 65px;
}

.mgb65 {
  margin-bottom: 65px;
}

.mgl65 {
  margin-left: 65px;
}

.mgr65 {
  margin-right: 65px;
}

.pdt65 {
  padding-top: 65px;
}

.pdb65 {
  padding-bottom: 65px;
}

.pdl65 {
  padding-left: 65px;
}

.pdr65 {
  padding-right: 65px;
}

@media screen and (min-width: 749px) {
  .md-mgt65 {
    margin-top: 65px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb65 {
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl65 {
    margin-left: 65px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr65 {
    margin-right: 65px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt65 {
    padding-top: 65px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb65 {
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl65 {
    padding-left: 65px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr65 {
    padding-right: 65px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap70 {
    gap: 70px;
  }
}

.gap70 {
  gap: 70px;
}

.mgt70 {
  margin-top: 70px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgl70 {
  margin-left: 70px;
}

.mgr70 {
  margin-right: 70px;
}

.pdt70 {
  padding-top: 70px;
}

.pdb70 {
  padding-bottom: 70px;
}

.pdl70 {
  padding-left: 70px;
}

.pdr70 {
  padding-right: 70px;
}

@media screen and (min-width: 749px) {
  .md-mgt70 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb70 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl70 {
    margin-left: 70px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr70 {
    margin-right: 70px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt70 {
    padding-top: 70px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb70 {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl70 {
    padding-left: 70px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr70 {
    padding-right: 70px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap75 {
    gap: 75px;
  }
}

.gap75 {
  gap: 75px;
}

.mgt75 {
  margin-top: 75px;
}

.mgb75 {
  margin-bottom: 75px;
}

.mgl75 {
  margin-left: 75px;
}

.mgr75 {
  margin-right: 75px;
}

.pdt75 {
  padding-top: 75px;
}

.pdb75 {
  padding-bottom: 75px;
}

.pdl75 {
  padding-left: 75px;
}

.pdr75 {
  padding-right: 75px;
}

@media screen and (min-width: 749px) {
  .md-mgt75 {
    margin-top: 75px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb75 {
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl75 {
    margin-left: 75px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr75 {
    margin-right: 75px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt75 {
    padding-top: 75px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb75 {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl75 {
    padding-left: 75px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr75 {
    padding-right: 75px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap80 {
    gap: 80px;
  }
}

.gap80 {
  gap: 80px;
}

.mgt80 {
  margin-top: 80px;
}

.mgb80 {
  margin-bottom: 80px;
}

.mgl80 {
  margin-left: 80px;
}

.mgr80 {
  margin-right: 80px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb80 {
  padding-bottom: 80px;
}

.pdl80 {
  padding-left: 80px;
}

.pdr80 {
  padding-right: 80px;
}

@media screen and (min-width: 749px) {
  .md-mgt80 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb80 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl80 {
    margin-left: 80px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr80 {
    margin-right: 80px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt80 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb80 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl80 {
    padding-left: 80px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr80 {
    padding-right: 80px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap85 {
    gap: 85px;
  }
}

.gap85 {
  gap: 85px;
}

.mgt85 {
  margin-top: 85px;
}

.mgb85 {
  margin-bottom: 85px;
}

.mgl85 {
  margin-left: 85px;
}

.mgr85 {
  margin-right: 85px;
}

.pdt85 {
  padding-top: 85px;
}

.pdb85 {
  padding-bottom: 85px;
}

.pdl85 {
  padding-left: 85px;
}

.pdr85 {
  padding-right: 85px;
}

@media screen and (min-width: 749px) {
  .md-mgt85 {
    margin-top: 85px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb85 {
    margin-bottom: 85px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl85 {
    margin-left: 85px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr85 {
    margin-right: 85px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt85 {
    padding-top: 85px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb85 {
    padding-bottom: 85px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl85 {
    padding-left: 85px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr85 {
    padding-right: 85px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap90 {
    gap: 90px;
  }
}

.gap90 {
  gap: 90px;
}

.mgt90 {
  margin-top: 90px;
}

.mgb90 {
  margin-bottom: 90px;
}

.mgl90 {
  margin-left: 90px;
}

.mgr90 {
  margin-right: 90px;
}

.pdt90 {
  padding-top: 90px;
}

.pdb90 {
  padding-bottom: 90px;
}

.pdl90 {
  padding-left: 90px;
}

.pdr90 {
  padding-right: 90px;
}

@media screen and (min-width: 749px) {
  .md-mgt90 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb90 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl90 {
    margin-left: 90px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr90 {
    margin-right: 90px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt90 {
    padding-top: 90px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb90 {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl90 {
    padding-left: 90px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr90 {
    padding-right: 90px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap95 {
    gap: 95px;
  }
}

.gap95 {
  gap: 95px;
}

.mgt95 {
  margin-top: 95px;
}

.mgb95 {
  margin-bottom: 95px;
}

.mgl95 {
  margin-left: 95px;
}

.mgr95 {
  margin-right: 95px;
}

.pdt95 {
  padding-top: 95px;
}

.pdb95 {
  padding-bottom: 95px;
}

.pdl95 {
  padding-left: 95px;
}

.pdr95 {
  padding-right: 95px;
}

@media screen and (min-width: 749px) {
  .md-mgt95 {
    margin-top: 95px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb95 {
    margin-bottom: 95px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl95 {
    margin-left: 95px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr95 {
    margin-right: 95px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt95 {
    padding-top: 95px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb95 {
    padding-bottom: 95px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl95 {
    padding-left: 95px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr95 {
    padding-right: 95px;
  }
}

@media screen and (min-width: 749px) {
  .md-gap100 {
    gap: 100px;
  }
}

.gap100 {
  gap: 100px;
}

.mgt100 {
  margin-top: 100px;
}

.mgb100 {
  margin-bottom: 100px;
}

.mgl100 {
  margin-left: 100px;
}

.mgr100 {
  margin-right: 100px;
}

.pdt100 {
  padding-top: 100px;
}

.pdb100 {
  padding-bottom: 100px;
}

.pdl100 {
  padding-left: 100px;
}

.pdr100 {
  padding-right: 100px;
}

@media screen and (min-width: 749px) {
  .md-mgt100 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgb100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgl100 {
    margin-left: 100px;
  }
}

@media screen and (min-width: 749px) {
  .md-mgr100 {
    margin-right: 100px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdt100 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdb100 {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdl100 {
    padding-left: 100px;
  }
}

@media screen and (min-width: 749px) {
  .md-pdr100 {
    padding-right: 100px;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid-2.centering {
  display: flex;
  justify-content: center;
}
.grid-2.centering > * {
  width: calc(100% / 2);
}

.grid-md-2 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 749px) {
  .grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-md-2.centering {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 749px) {
  .grid-md-2.centering {
    flex-direction: row;
  }
}
.grid-md-2.centering > * {
  width: 100%;
}
@media screen and (min-width: 749px) {
  .grid-md-2.centering > * {
    width: calc(100% / 2);
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-3.centering {
  display: flex;
  justify-content: center;
}
.grid-3.centering > * {
  width: calc(100% / 3);
}

.grid-md-3, .page .service .contents_layout1, .page .service .contents_layout2 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 749px) {
  .grid-md-3, .page .service .contents_layout1, .page .service .contents_layout2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-md-3.centering, .page .service .centering.contents_layout1, .page .service .centering.contents_layout2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 749px) {
  .grid-md-3.centering, .page .service .centering.contents_layout1, .page .service .centering.contents_layout2 {
    flex-direction: row;
  }
}
.grid-md-3.centering > *, .page .service .centering.contents_layout1 > *, .page .service .centering.contents_layout2 > * {
  width: 100%;
}
@media screen and (min-width: 749px) {
  .grid-md-3.centering > *, .page .service .centering.contents_layout1 > *, .page .service .centering.contents_layout2 > * {
    width: calc(100% / 3);
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid-4.centering {
  display: flex;
  justify-content: center;
}
.grid-4.centering > * {
  width: calc(100% / 4);
}

.grid-md-4 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 749px) {
  .grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-md-4.centering {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 749px) {
  .grid-md-4.centering {
    flex-direction: row;
  }
}
.grid-md-4.centering > * {
  width: 100%;
}
@media screen and (min-width: 749px) {
  .grid-md-4.centering > * {
    width: calc(100% / 4);
  }
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.grid-5.centering {
  display: flex;
  justify-content: center;
}
.grid-5.centering > * {
  width: calc(100% / 5);
}

.grid-md-5 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 749px) {
  .grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.grid-md-5.centering {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 749px) {
  .grid-md-5.centering {
    flex-direction: row;
  }
}
.grid-md-5.centering > * {
  width: 100%;
}
@media screen and (min-width: 749px) {
  .grid-md-5.centering > * {
    width: calc(100% / 5);
  }
}

*, *::before, *::after {
  box-sizing: border-box;
  line-height: 1.6;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-padding-top: 30px;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  border: none;
  font-weight: normal;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--black);
}
@media screen and (max-width: 748.99px) {
  body {
    padding-top: 70px;
  }
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

h3:after {
  content: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  max-height: 100%;
}

input, button, textarea, select {
  font: inherit;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body {
  font-size: 16px;
}
@media screen and (max-width: 748.99px) {
  body {
    font-size: 4.25vw;
  }
}

ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h3 {
  margin-bottom: 20px;
  font-size: 7vw;
  font-weight: bold;
}
h3:is(.cta *, .company *) {
  color: var(--main-color);
}
@media screen and (min-width: 749px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  padding: 20px;
  margin-bottom: 20px;
  background: var(--main-color);
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
}
@media screen and (min-width: 749px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid;
  border-left: none;
  border-right: none;
  color: var(--main-color);
}

h6 {
  padding: 10px 20px;
  margin-bottom: 20px;
  background: var(--main-light-color);
  color: var(--main-color);
}

em {
  font-style: normal;
}

.section_bottom {
  margin-bottom: 60px;
}

.section_padding {
  padding: 40px;
}

.accordion-button {
  display: flex;
  align-items: center;
  border-radius: 0 !important;
  background: var(--main-light-color);
  width: 100%;
  padding: 10px 20px;
}
.accordion-button:not(.collapsed) {
  background: var(--main-light-color);
}
.accordion-button span {
  width: calc(100% - 65px);
  text-align: left;
}
.accordion-button span.q {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-right: 20px;
  border-radius: 100px;
  background: var(--main-color);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.accordion-item {
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
}

.accordion-body {
  display: flex;
}
.accordion-body p.a {
  width: 45px;
  height: 45px;
  line-height: 40px;
  margin-right: 20px;
  border: 1px solid;
  border-radius: 100px;
  color: var(--main-color);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.accordion-body > div {
  width: calc(100% - 65px);
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

main.company .container section p {
  line-height: 2;
}

/* ================================================================== 
    HEADER
================================================================== */
/* ================================================================== 
    FOOTER
================================================================== */
footer {
  --gray: #F4F2F2;
  background: var(--gray);
  padding: 60px 0;
}
@media screen and (min-width: 749px) {
  footer .left {
    width: 45%;
  }
}
footer .left .tel {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr;
  gap: 10px;
  margin: 20px 0;
}
@media screen and (min-width: 749px) {
  footer .left .tel {
    width: 100%;
    grid-template-columns: 1fr 6fr;
  }
}
@media screen and (min-width: 992px) {
  footer .left .tel {
    width: 75%;
  }
}
footer .left .tel p {
  font-size: 3vw;
  text-align: center;
}
@media screen and (min-width: 749px) {
  footer .left .tel p {
    font-size: 12px;
  }
}
footer .left .tel p.tel_num {
  color: var(--main-color);
  font-size: 7.5vw;
  font-weight: bold;
}
@media screen and (min-width: 749px) {
  footer .left .tel p.tel_num {
    font-size: 34px;
  }
}
footer .left .tel p.tel_num i {
  margin-right: 10px;
  transform: rotate(-45deg);
}
footer .left .banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
footer .right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 749px) {
  footer .right {
    width: 50%;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 748.99px) {
  footer .right nav:nth-child(1) {
    grid-column: 1/3;
  }
}
footer .right p {
  margin-bottom: 10px;
  font-size: 4vw;
}
@media screen and (min-width: 749px) {
  footer .right p {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  footer .right p {
    font-size: 18px;
  }
}
footer .right ul li {
  margin-bottom: 10px;
  font-size: 3.5vw;
}
@media screen and (min-width: 749px) {
  footer .right ul li {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  footer .right ul li {
    font-size: 14px;
  }
}
footer .right ul li i {
  margin-right: 5px;
  color: var(--main-color);
}
@media screen and (min-width: 749px) {
  footer .right ul li i {
    margin-right: 10px;
  }
}

/* ================================================================== 
    MAIN
================================================================== */
.container {
  max-width: 1260px;
  padding: 0 15px;
}
@media screen and (min-width: 749px) {
  .container {
    padding: 0 30px;
  }
}
.container .container {
  padding: 0;
}

#page_title {
  margin-bottom: 20px;
  padding: 100px 0;
  background: url("../images/common/cta_bg.png") no-repeat center center/cover;
}
#page_title.serive_page {
  margin-bottom: 0;
  background: url("../images/service/pagetitle_bg_service01.png") no-repeat center center/cover;
}
#page_title h2 {
  width: 95%;
  max-width: 750px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  color: var(--main-color);
  font-size: 8.5vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 749px) {
  #page_title h2 {
    font-size: 40px;
  }
}

.appeal {
  margin-bottom: 40px;
  text-align: center;
}

.breadcrumbs {
  margin-bottom: 50px;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
}
.breadcrumbs ol li {
  align-items: center;
  flex-direction: row !important;
  margin-bottom: 0 !important;
}
.breadcrumbs ol li:not(:last-child):after {
  content: "\f054";
  font: var(--fa-font-solid);
  margin: 0 10px;
}

.link_design a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #ddd;
  font-size: 4.5vw;
  font-weight: bold;
  color: #333;
}
.link_design a:is(.cta *) {
  justify-content: center;
}
@media screen and (min-width: 749px) {
  .link_design a {
    padding: 20px;
    font-size: 18px;
  }
}
.link_design a.bg_sky {
  background-color: #17BCD6;
}
.link_design a .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (min-width: 749px) {
  .link_design a .arrow {
    right: 20px;
    width: 35px;
    height: 35px;
  }
}
.link_design a .arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.link_design a .arrow i.sky {
  color: #17BCD6 !important;
}

.link_design2 {
  position: relative;
  max-width: 400px;
  width: 95%;
  margin: 30px auto 0;
}
.link_design2:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
  padding-right: 3px;
  color: #fff;
}
.link_design2 a, .link_design2 input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 20px 0;
  background: var(--main-color);
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .link_design2 a, .link_design2 input {
    font-size: 20px;
  }
}
.link_design2 .wpcf7-spinner {
  display: none;
}

.cta {
  padding: 50px 0 40px;
  background: url("../images/common/cta_bg.png") no-repeat center center/cover;
}
.cta .cta_appeal {
  margin-bottom: 30px;
  font-size: 5.5vw;
  font-weight: bold;
}
@media screen and (min-width: 749px) {
  .cta .cta_appeal {
    font-size: 26px;
  }
}
.cta .box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .cta .box {
    padding: 30px;
  }
}
.cta .box > div {
  flex: 1;
  flex-direction: column;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .cta .box > div {
    flex-direction: row;
    padding: 30px 30px 0;
  }
}
.cta .box figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .cta .box figure {
    width: 230px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .cta .box .text {
    width: calc(100% - 250px);
  }
}

.contact_area {
  overflow: hidden;
  padding: 60px 0;
}
.contact_area .contact_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 749px) {
  .contact_area .contact_list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
}
.contact_area .contact_list .icons {
  margin-right: 20px;
  font-size: 150%;
}

.contact_box {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 60px;
  background: var(--sub-color);
}
.contact_box > p {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 4px;
}
@media screen and (min-width: 749px) {
  .contact_box > p {
    display: block;
  }
}
.contact_box > p:first-child {
  writing-mode: sideways-rl;
}
.contact_box > p:last-child {
  writing-mode: sideways-lr;
}
.contact_box .contact_center {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: end;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 749px) {
  .contact_box .contact_center {
    grid-template-columns: 240px 1fr;
    width: 80%;
    padding: 0;
  }
}
@media screen and (max-width: 748.99px) {
  .contact_box .contact_center figure {
    display: none;
  }
}
.contact_box .contact_center > div {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.contact_box .contact_center .box {
  padding: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 748.99px) {
  .contact_box .contact_center .box {
    width: 100%;
  }
}
.contact_box .contact_center .box > p {
  color: #fff;
  line-height: 1;
  text-align: center;
}
.contact_box .contact_center .box > p:nth-child(1) {
  font-size: 4.5vw;
}
@media screen and (min-width: 749px) {
  .contact_box .contact_center .box > p:nth-child(1) {
    font-size: 18px;
  }
}
.contact_box .contact_center .box > p:nth-child(2) {
  font-size: 8.5vw;
  font-weight: bold;
}
@media screen and (min-width: 749px) {
  .contact_box .contact_center .box > p:nth-child(2) {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .contact_box .contact_center .box > p:nth-child(2) {
    font-size: 42px;
  }
}
.contact_box .contact_center .box > p:nth-child(3) {
  font-size: 3vw;
}
@media screen and (min-width: 749px) {
  .contact_box .contact_center .box > p:nth-child(3) {
    font-size: 12px;
  }
}

.title_box {
  margin-bottom: 40px;
  text-align: center;
}
.title_box p {
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
}
.title_box h2 {
  font-size: 32px;
  font-weight: bold;
}
.title_box img {
  height: 70px;
  width: auto;
  margin-bottom: 10px;
}

#area {
  margin-bottom: 60px;
}
#area .inner {
  padding: 30px 0;
}
#area .title_box {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#area figure {
  margin: 0 auto;
  width: min(80%, 300px);
}
@media screen and (min-width: 749px) {
  #area figure {
    margin: 0;
    width: 40%;
  }
}
#area h5 {
  color: var(--black);
  border-top: none;
  border-color: var(--main-color);
}
#area .area_bloc {
  width: 49%;
  margin-bottom: 1em;
}
@media screen and (max-width: 748.99px) {
  #area .area_bloc {
    width: 100%;
  }
}
#area ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#area ul li {
  position: relative;
  padding-left: 20px;
  margin: 5px 10px;
}
@media screen and (min-width: 1200px) {
  #area ul li {
    width: 29%;
  }
}
#area ul li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--main-color);
}

.table {
  border-top: 1px solid #ddd;
}
.table > div {
  border-bottom: 1px solid #ddd;
}
.table > div > * {
  width: 100%;
}
.table > div > *:first-child {
  padding: 20px 0;
  background: var(--main-light-color);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .table > div > *:first-child {
    width: 30%;
  }
}
.table > div > *:last-child {
  padding: 20px 25px;
}
@media screen and (min-width: 749px) {
  .table > div > *:last-child {
    width: 70%;
  }
}

.table_grid2 {
  display: grid;
  grid-template-columns: 1fr;
  border-left: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 749px) {
  .table_grid2 {
    grid-template-columns: repeat(2, 1fr);
    border-left: 1px solid #ddd;
  }
}
.table_grid2.centering > div > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_grid2 > div {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 10px;
}
@media screen and (min-width: 749px) {
  .table_grid2 > div {
    border-right: 1px solid #ddd;
    margin-bottom: 0;
  }
}
.table_grid2 > div > * {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .table_grid2 > div > * {
    border-left: none;
  }
}
.table_grid2 > div > *:first-child {
  background: var(--main-light-color);
}

.table_grid3 {
  display: grid;
  grid-template-columns: 1fr;
  border-left: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 749px) {
  .table_grid3 {
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid #ddd;
  }
}
.table_grid3.centering > div > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_grid3 > div {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 10px;
}
@media screen and (min-width: 749px) {
  .table_grid3 > div {
    border-right: 1px solid #ddd;
    margin-bottom: 0;
  }
}
.table_grid3 > div > * {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .table_grid3 > div > * {
    border-left: none;
  }
}
.table_grid3 > div > *:first-child {
  background: var(--main-light-color);
}

.table_grid4 {
  display: grid;
  grid-template-columns: 1fr;
  border-left: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 749px) {
  .table_grid4 {
    grid-template-columns: repeat(4, 1fr);
    border-left: 1px solid #ddd;
  }
}
.table_grid4.centering > div > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_grid4 > div {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 10px;
}
@media screen and (min-width: 749px) {
  .table_grid4 > div {
    border-right: 1px solid #ddd;
    margin-bottom: 0;
  }
}
.table_grid4 > div > * {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .table_grid4 > div > * {
    border-left: none;
  }
}
.table_grid4 > div > *:first-child {
  background: var(--main-light-color);
}

.table_grid5 {
  display: grid;
  grid-template-columns: 1fr;
  border-left: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 749px) {
  .table_grid5 {
    grid-template-columns: repeat(5, 1fr);
    border-left: 1px solid #ddd;
  }
}
.table_grid5.centering > div > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_grid5 > div {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 10px;
}
@media screen and (min-width: 749px) {
  .table_grid5 > div {
    border-right: 1px solid #ddd;
    margin-bottom: 0;
  }
}
.table_grid5 > div > * {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .table_grid5 > div > * {
    border-left: none;
  }
}
.table_grid5 > div > *:first-child {
  background: var(--main-light-color);
}

.table_subgrid3 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.table_subgrid4 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}

.table_subgrid5 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}

.table_subgrid6 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
}

.table_subgrid7 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 7;
}

.table_subgrid8 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 8;
}

#blog_block {
  padding: 60px 0;
}

.blog_list {
  border-top: 1px solid #ddd;
}
.blog_list li {
  border-bottom: 1px solid #ddd;
}
.blog_list li:nth-child(2n+1) {
  background: #f4f2f2;
}
.blog_list li a {
  display: block;
  padding: 20px;
}
.blog_list li a .tags {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.blog_list li a .tags li {
  padding: 3px 10px;
  background: #fff;
  border: 1px solid;
  color: var(--main-color);
  font-size: 12px;
  text-align: center;
}
.blog_list li a time {
  margin-right: 10px;
}

#flow_block {
  padding: 60px 0 0;
}
#flow_block .step_box {
  position: relative;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 30px;
  background: var(--main-light-color);
}
@media screen and (min-width: 749px) {
  #flow_block .step_box {
    display: flex;
  }
}
#flow_block .step_box:not(:last-of-type):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  border: 50px solid transparent;
  border-top: 10px solid var(--main-color);
}
#flow_block .step_box .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: var(--main-color);
  border-radius: 100%;
  color: #fff;
}
@media screen and (min-width: 749px) {
  #flow_block .step_box .circle {
    width: 110px;
    height: 110px;
    margin: 0 20px 0 0;
  }
}
#flow_block .step_box .circle p {
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 749px) {
  #flow_block .step_box .circle p {
    font-size: 12px;
  }
}
#flow_block .step_box .circle p + p {
  font-size: 7vw;
}
@media screen and (min-width: 749px) {
  #flow_block .step_box .circle p + p {
    font-size: 36px;
  }
}
#flow_block .step_box .text {
  line-height: 1.8;
}
@media screen and (min-width: 749px) {
  #flow_block .step_box .text {
    width: calc(100% - 130px);
  }
}
#flow_block .step_box .text h3 {
  margin: 0;
  line-height: 1.8;
  color: var(--main-color);
  font-size: 22px;
}
@media screen and (max-width: 748.99px) {
  #flow_block .step_box .text h3 {
    margin: 10px 0;
    text-align: center;
  }
}

#breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#breadcrumb ol li:not(:last-child):after {
  margin: 0 10px;
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
  color: var(--main-color);
}

#interview .inner {
  padding: 20px;
  background: var(--main-light-color);
}
@media screen and (min-width: 749px) {
  #interview .inner {
    padding: 50px;
  }
}
#interview .inner .interview_box {
  padding: 25px;
  background: #fff;
}
#interview .inner .interview_box figure {
  margin-bottom: 20px;
}
#interview .inner .interview_box .name {
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 22px;
  font-weight: bold;
}
#interview .inner .interview_box .link {
  color: var(--main-color);
  text-align: right;
}
#interview .inner .interview_box .link a {
  text-decoration: underline;
}
#interview .inner .interview_box .link a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
  color: var(--main-color);
}

.support {
  --gray: #F4F2F2;
  padding: 60px 0;
  margin-bottom: 60px;
  background: var(--gray);
}
.support h3 {
  color: var(--main-color);
  text-align: center;
}
.support ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 749px) {
  .support ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .support ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
.support ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid;
  border-radius: 5px;
  color: var(--main-color);
  text-align: center;
  font-size: 14px;
  height: 60px;
}
@media screen and (min-width: 992px) {
  .support ul li {
    font-size: 16px;
  }
}

.swiper .swiper-button-prev:after {
  font-family: "Font Awesome 6 Free";
  content: "\f137";
  font-weight: 900;
  color: var(--main-color);
  opacity: 0.6;
}
.swiper .swiper-button-next:after {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  font-weight: 900;
  color: var(--main-color);
  opacity: 0.6;
}
.swiper .swiper-pagination-bullet-active {
  background: var(--main-color);
}

.accordion_style {
  margin-bottom: 20px;
}
.accordion_style > *:first-child {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
  background: var(--main-light-color);
  width: 100%;
  padding: 10px 20px;
  cursor: pointer;
}
.accordion_style > *:first-child:before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 1px;
  background: var(--main-color);
}
.accordion_style > *:first-child:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  width: 20px;
  height: 1px;
  background: var(--main-color);
  transition: all 0.2s linear;
}
.accordion_style > *:first-child.active:after {
  transform: translateY(-50%) rotate(0);
}
.accordion_style > *:first-child .num {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-right: 20px;
  border-radius: 100px;
  background: var(--main-color);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.accordion_style > *:first-child .text {
  width: calc(100% - 65px);
  text-align: left;
}
.accordion_style > *:last-child {
  display: flex;
  padding: 20px;
}
.accordion_style > *:last-child .num {
  width: 45px;
  height: 45px;
  line-height: 40px;
  margin-right: 20px;
  border: 1px solid;
  border-radius: 100px;
  color: var(--main-color);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.accordion_style > *:last-child .text {
  width: calc(100% - 65px);
  text-align: left;
}

.cta_contact {
  position: relative;
  width: min(900px, 100%);
  margin-inline: auto;
  background-color: var(--sub-color);
  padding-block: var(--cta_c-py, 20px);
  margin-bottom: var(--cta-mb, 40px);
}
@media (min-width: 992px) {
  .cta_contact {
    --cta_c-py: 0;
    --cta-mb: 80px;
  }
}
.cta_contact::before, .cta_contact::after {
  position: absolute;
  margin-block: calc((1em - 1lh) / 2);
  font-family: Arial, Helvetica, sans-serif;
  inset-inline: 0;
  color: white;
  content: "contact";
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  opacity: 0.3;
  margin-inline: auto;
  z-index: 0;
}
.cta_contact::before {
  left: -3px;
  writing-mode: sideways-rl;
}
.cta_contact::after {
  right: -3px;
  writing-mode: sideways-lr;
}
.cta_contact .type_2 {
  padding-inline: var(--cta_c_w-px, 15px);
  display: grid;
  grid-template-columns: var(--cta_c_w-columns, 1fr);
  gap: 5px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .cta_contact .type_2 {
    --cta_c_w-columns: auto 1fr;
    --cta_c_w-px: 0 59px;
  }
}
.cta_contact .type_2 figure {
  width: min(217px, 100%);
  align-self: end;
  margin-inline: auto;
}
.cta_contact .type_2 figure img {
  width: min(217px, 100%);
  max-height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}
.cta_contact .type_2 .right {
  padding-block: 30px;
}
.cta_contact .type_2 .right .text {
  font-size: var(--ty2_r_txt-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  color: white;
  margin-block: calc((1em - 1lh) / 2);
}
@media (min-width: 992px) {
  .cta_contact .type_2 .right .text {
    --ty2_r_txt-fs: 22px;
  }
}
.cta_contact .type_2 .right .bottom {
  border-top: 1px solid white;
  margin-top: 18px;
  display: grid;
  grid-template-columns: var(--ty2_r_btm-columns, 1fr);
  align-items: center;
  padding-top: var(--ty2_r_btm-pt, 10px);
  width: min(590px, 100%);
  justify-content: space-between;
  margin-inline: var(--ty2_r_btm-mx, auto);
  gap: var(--ty2_r_btm-gap, 15px);
}
@media (min-width: 992px) {
  .cta_contact .type_2 .right .bottom {
    --ty2_r_btm-columns: auto 300px;
    --ty2_r_btm-pt: 20px;
    --ty2_r_btm-gap: 0;
    --ty2_r_btm-mx: 0;
  }
}
.cta_contact .type_2 .right .bottom .top {
  color: var(--pa_color, white);
  text-align: center;
  width: min(255px, 100%);
  margin-inline: auto;
}
.cta_contact .type_2 .right .bottom .top .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.cta_contact .type_2 .right .bottom .top .phone_number {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4523809524;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: calc((1em - 1lh) / 2);
  width: min(330px, 100%);
  margin-inline: auto;
}
.cta_contact .type_2 .right .bottom .top .phone_number::before {
  --size: 33px;
  content: "";
  width: var(--size);
  height: var(--size);
  background-color: var(--pn_b_color, white);
  -webkit-mask-image: url(../images/fontawesome/solid/phone.svg);
          mask-image: url(../images/fontawesome/solid/phone.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  top: 5px;
}
.cta_contact .type_2 .right .bottom .top .business_hour {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667;
}
.cta_contact .type_2 .right .bottom .top .text {
  font-size: 10px;
}
.cta_contact .type_2 .right .bottom .top .phone_number {
  font-size: 30px;
  gap: 8px;
}
.cta_contact .type_2 .right .bottom a.contact_btn {
  color: white;
  background-color: var(--main-color);
  width: 100%;
  height: 65px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  border-radius: 10px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
  justify-self: var(--ty2_r_btm_a-js, center);
  width: min(300px, 100%);
  padding-inline: 31px;
}
.cta_contact .type_2 .right .bottom a.contact_btn::before {
  content: "";
  width: 28px;
  height: 21px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/fontawesome/solid/envelope.svg);
          mask-image: url(../images/fontawesome/solid/envelope.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.cta_contact .type_2 .right .bottom a.contact_btn::after {
  --btm_a_aft-size: 8px;
  content: "";
  width: var(--btm_a_aft-size);
  height: var(--btm_a_aft-size);
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  margin-inline: auto 0;
}
@media (min-width: 992px) {
  .cta_contact .type_2 .right .bottom a.contact_btn {
    --ty2_r_btm_a-js: end;
  }
}

header {
  --sp-h:80px;
  display: grid;
  align-items: center;
  position: var(--header_pos, fixed);
  height: var(--header_h, var(--sp-h));
  top: var(--header_top, 0);
  width: 100%;
  background-color: white;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  header {
    --header_h: auto;
    --header_pos: relative;
    --header_top: auto;
  }
}
header .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-inline: auto;
}
header .header_wrapper a {
  color: var(--black);
}
header .header_wrapper .logo {
  display: block;
}
header .header_wrapper .logo h1 img {
  width: var(--logo_img-w, 200px);
  max-height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  header .header_wrapper .logo h1 img {
    --logo_img-w: 340px;
  }
}
header .header_wrapper .logo .logo_top {
  display: block;
  font-size: var(--logo_top-fs, 10px);
  font-weight: 500;
}
@media screen and (min-width: 749px) {
  header .header_wrapper .logo .logo_top {
    --logo_top-fs: 11px;
  }
}
@media screen and (min-width: 1200px) {
  header .header_wrapper .logo .logo_top {
    --logo_top-fs: 13px;
  }
}
header .header_wrapper > .header_right {
  display: var(--div-nth-2-display, none);
  align-items: center;
  gap: 20px;
  padding-block: 9px;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  header .header_wrapper > .header_right {
    --div-nth-2-display: flex;
  }
}
header .header_wrapper > .header_right .person {
  width: min(74px, 100%);
  max-height: 85px;
  height: 100%;
}
header .header_wrapper > .header_right .tel {
  pointer-events: var(--tel-pe, initial);
  color: white;
}
@media screen and (min-width: 992px) {
  header .header_wrapper > .header_right .tel {
    --tel-pe: none;
  }
}
header .header_wrapper > .header_right .tel > p {
  color: inherit;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px;
  font-size: var(--tel-p-fs, 25px);
  font-weight: bold;
  line-height: 1.4545454545;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  header .header_wrapper > .header_right .tel > p {
    --tel-p-fs: 36px;
  }
}
header .header_wrapper > .header_right .tel .tel_top {
  display: block;
  text-align: center;
  color: white;
  background-color: var(--main-color);
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667;
  border-radius: 10px;
}
header .header_wrapper > .header_right .tel .tel_bottom {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: var(--t_b-fs, 11px);
  font-weight: 500;
  line-height: 1.4545454545;
  display: block;
}
header .header_wrapper > .header_right .mail {
  width: min(200px, 100%);
}
header .header_wrapper > .header_right .mail img {
  width: 100%;
}
header .menu_button {
  display: var(--menu_button, block);
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: 54px;
  aspect-ratio: 1;
  background-color: var(--main_color);
}
header .menu_button .active span:nth-of-type(1) {
  top: 18px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
header .menu_button .active span:nth-of-type(2) {
  opacity: 0;
}
header .menu_button .active span:nth-of-type(3) {
  top: 30px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
header .menu_button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--main-color);
  width: 50%;
}
header .menu_button span:nth-of-type(1) {
  top: 15px;
}
header .menu_button span:nth-of-type(2) {
  top: 23px;
}
header .menu_button span:nth-of-type(3) {
  top: 31px;
}
header :is(#offcanvasNavbar, .offcanvas-backdrop) {
  top: var(--offset-top, var(--sp-h));
}
@media screen and (min-width: 992px) {
  header :is(#offcanvasNavbar, .offcanvas-backdrop) {
    --offset-top: var(--pc-h);
  }
}
header .menu_sp_inner {
  --bs-border-color: var(--base_color);
  width: 100%;
  padding-bottom: 50px;
}
header .menu_sp_inner > :first-child {
  margin-top: 12px;
}
header .menu_sp_inner p {
  border-bottom: 1px solid var(--main-color, #ddd);
}
header .menu_sp_inner p:is(.grandchild_accordion *) {
  background-color: #7E7E7E;
  --acc-border-color: #fff;
}
header .menu_sp_inner p:is(.grandchild_accordion *) a {
  color: #fff;
}
header .menu_sp_inner p > a {
  padding-block: 20px;
  padding-inline: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
header .menu_sp_inner p > a:after {
  display: block;
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border: solid var(--main_color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  flex-shrink: 0;
}
header .menu_sp_inner a {
  color: var(--fc);
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
header .menu_sp_inner .accordion {
  --accordion-body-color: #fff;
  --accordion-body-fw: normal;
  --bs-accordion-inner-border-radius: 0;
  margin-top: 20px;
  margin-top: 0;
}
header .menu_sp_inner .accordion .accordion-item {
  padding-block: var(--acc-item-p, 7px);
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  header .menu_sp_inner .accordion .accordion-item {
    --acc-item-p: 15px;
  }
}
header .menu_sp_inner .accordion .accordion-item .accordion-header {
  padding-inline: var(--acc-header-p, 0 15px);
}

:is(.tel_bottom, header .header_wrapper > .header_right .tel > p) {
  color: initial;
}

:is(.tel_bottom, header .header_wrapper > .header_right .tel > p):is(.support *) {
  color: white;
}

header .menu_sp_inner .accordion.accordion-flush .accordion-item .accordion-button, header .menu_sp_inner .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::before,
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--main-color);
  width: 20px;
  height: 1px;
  transition: all 0.3s;
  background-image: none;
}

header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(90deg);
}

header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before,
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  opacity: 0;
}

header .menu_sp_inner .accordion .accordion-item .accordion-body > span {
  --span-mr: 10px;
  --span-size: 34px;
}

@media screen and (min-width: 992px) {
  header .menu_sp_inner .accordion .accordion-item .accordion-body > span {
    --span-mr: 10px;
    --span-size: 44px;
    --faq_q_fs: 16px;
  }
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > span:first-child {
  display: grid;
  color: var(--main-color);
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
  border: 1px solid;
}

@media screen and (min-width: 768px) {
  header .menu_sp_inner .accordion .accordion-item .accordion-body > span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > span:last-child {
  font-size: var(--faq_q_fs, 14px);
  font-weight: 500;
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}

@media screen and (min-width: 768px) {
  header .menu_sp_inner .accordion .accordion-item .accordion-body > span:last-child {
    --faq_q_w: 97%;
    --faq_q_fs: 16px;
  }
}
header .menu_sp_inner .accordion .accordion-item button {
  display: flex;
  align-items: center;
}

header .menu_sp_inner .accordion .accordion-item button span {
  --span-mr: 10px;
  --span-size: 34px;
  font-size: var(--faq_q_fs, 14px);
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  header .menu_sp_inner .accordion .accordion-item button span {
    --span-mr: 10px;
    --span-size: 44px;
    --faq_q_fs: 16px;
  }
}
header .menu_sp_inner .accordion .accordion-item button span:first-child {
  display: grid;
  color: #fff;
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  background-color: var(--main_color);
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
}

@media screen and (min-width: 768px) {
  header .menu_sp_inner .accordion .accordion-item button span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
header .menu_sp_inner .accordion .accordion-item button span:last-child {
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}

@media screen and (min-width: 768px) {
  header .menu_sp_inner .accordion .accordion-item button span:last-child {
    --faq_q_w: 97%;
  }
}
header .menu_sp_inner .accordion > div:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

header .menu_sp_inner .accordion .accordion-item {
  --acc-item-p: 20px 0;
  border-width: 0 0 1px 0;
  padding: 0;
  margin-bottom: 0;
}

header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::before,
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::after {
  top: -4px;
}

header .menu_sp_inner .accordion .accordion-item .accordion-body {
  --acc_a-ps: 15px;
  --accordion-body-mt: 20px;
  padding-inline: 0;
}

header .menu_sp_inner .accordion .accordion-item .accordion-body a {
  line-height: 1.4;
}

header .menu_sp_inner .accordion .accordion-item .accordion-body > a {
  padding-left: var(--acc_a-ps);
  padding-block: 6px;
  text-decoration: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.125;
  background-image: url(../images/header/arrow_1.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 97% center;
}

header .menu_sp_inner .accordion .accordion-item .accordion-body > a:not(:first-child) {
  margin-top: 20px;
}

header .menu_sp_inner .accordion .accordion-item .accordion-body .grandchild_items {
  padding-left: var(--acc_a-ps);
}

header .menu_sp_inner .accordion .accordion-item .accordion-body .grandchild_items > :first-child {
  margin-top: 10px;
}

header .menu_sp_inner .accordion .accordion-item .accordion-body .grandchild_items a {
  padding-block: 8px;
  margin-top: 10px;
  border-bottom: 1px solid #F4F2F2;
  font-size: 13px;
  font-weight: 500;
  background-image: url(../images/header/arrow_2.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 96% center;
}

header .menu_sp_inner .accordion .accordion-item button {
  color: var(--fc);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-block: 20px;
  padding-inline: 15px 10px;
  background: #fff;
}

header .menu_sp_inner .accordion .child_accordion button {
  background-color: var(--lblue);
}

header .menu_sp_inner .accordion .child_accordion :is(h3, h4):not(:last-of-type) {
  border-bottom: 1px solid var(--main_color);
}

header .menu_sp_inner :is(.menu_sp_bottom, .menu_sp_buttons) {
  display: flex;
}

header .menu_sp_inner .menu_sp_buttons {
  margin-block: 30px 25px;
  padding-inline: 15px;
  gap: 10px;
}

header .menu_sp_inner .menu_sp_bottom {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

header .menu_sp_inner .menu_sp_bottom > a {
  height: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  gap: 10px;
}

header .menu_sp_inner .menu_sp_bottom > a::after {
  --arrow-size: 13px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"><path fill="none" stroke="%23070064" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F><%2Fsvg>');
  background-repeat: no-repeat;
  right: var(--arrow-size);
  width: var(--arrow-size);
  height: var(--arrow-size);
}

.logo_bottom {
  display: block;
  font-size: var(--logo_bottom-fs, 8px);
  line-height: 1.25;
  font-weight: 500;
  margin-top: 2px;
}

@media screen and (min-width: 992px) {
  .logo_bottom {
    --logo_bottom-fs: 12px;
  }
}
nav.h_nav:is(header + *) {
  --gray: #F4F2F2;
  --nav-h: 75px;
  position: sticky;
  top: 0;
  left: 0;
  background-color: var(--gray);
  width: 100%;
  height: var(--nav-h);
  display: var(--header-nav-display, none);
  z-index: 10;
}

@media screen and (min-width: 992px) {
  nav.h_nav:is(header + *) {
    --header-nav-display: block;
  }
}
nav.h_nav:is(header + *) > div {
  height: 100%;
}

nav.h_nav:is(header + *) .memu_wrapper {
  height: 100%;
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}

nav.h_nav:is(header + *) .memu_wrapper > ul {
  height: 100%;
  display: flex;
  justify-content: var(--menu_ul-jc, center);
}

@media screen and (min-width: 1200px) {
  nav.h_nav:is(header + *) .memu_wrapper > ul {
    --menu_ul-jc: space-between;
  }
}
nav.h_nav:is(header + *) .memu_wrapper > ul > li {
  width: 14.2857142857%;
  --border-op: 1px solid #ddd;
  border-right: var(--border-op);
  white-space: nowrap;
  width: 100%;
}

nav.h_nav:is(header + *) .memu_wrapper > ul > li:first-child {
  border-left: var(--border-op);
}

nav.h_nav:is(header + *) .memu_wrapper > ul li:has(.has_child) {
  overflow-x: hidden;
}

nav.h_nav:is(header + *) .memu_wrapper > ul li:has(.has_child) a:is(:not(.child_items *, .pe-auto)) {
  cursor: default;
}

nav.h_nav:is(header + *) .memu_wrapper > ul li:has(.has_child):hover .child_items {
  visibility: visible;
  opacity: 1;
}

nav.h_nav:is(header + *) .memu_wrapper > ul .item {
  height: 100%;
  display: grid;
  place-content: center;
  font-size: var(--item-fs, 12px);
  font-weight: 500;
  text-align: center;
  padding-inline: var(--menu_li-px, 18px);
  color: #333;
}

@media screen and (min-width: 1200px) {
  nav.h_nav:is(header + *) .memu_wrapper > ul .item {
    --menu_li-px: 23px;
  }
}
@media screen and (min-width: 1200px) {
  nav.h_nav:is(header + *) .memu_wrapper > ul .item {
    --item-fs: 14px;
  }
}
nav.h_nav:is(header + *) .memu_wrapper > ul .item.has_child {
  position: relative;
  font-weight: bold;
  color: #333;
}

nav.h_nav:is(header + *) .memu_wrapper > ul .item.has_child::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f0d7";
  font-weight: 900;
  padding-right: 3px;
  color: var(--main-color);
}

nav.h_nav:is(header + *) .memu_wrapper > ul .item.active {
  color: var(--main_color);
  pointer-events: none;
}

nav.h_nav:is(header + *) .memu_wrapper .child_items {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: white;
  top: var(--nav-h);
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 235px));
  justify-content: var(--child_items-justify, center);
  width: min(1200px, 100%);
  height: -moz-fit-content;
  height: fit-content;
  gap: 16px 40px;
  margin-inline: auto;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  transition: visibility 0.4s ease, opacity 0.4s ease-in;
}

@media screen and (min-width: 1200px) {
  nav.h_nav:is(header + *) .memu_wrapper .child_items {
    --child_items-justify: auto;
  }
}
nav.h_nav:is(header + *) .memu_wrapper .child_items > li > a:not(:nth-of-type(1)) {
  margin-top: 40px;
}

nav.h_nav:is(header + *) .memu_wrapper .child_items a {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center right;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
}

nav.h_nav:is(header + *) .memu_wrapper .child_items a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  font-weight: 900;
  padding-right: 3px;
  color: var(--main-color);
}

nav.h_nav:is(header + *) .memu_wrapper .child_items a.fs-sml {
  font-size: 11px;
}

nav.h_nav:is(header + *) .memu_wrapper .child_items a:hover {
  color: var(--main_color);
  opacity: 1;
}

nav.h_nav:is(header + *) .memu_wrapper .grandchild_items {
  margin-top: 15px;
}

@media screen and (max-width: 748.99px) {
  .home .top .mv .pc {
    display: none;
  }
}
@media screen and (min-width: 749px) {
  .home .top .mv .sp {
    display: none;
  }
}
.home .top h3 {
  margin-bottom: 15px;
  color: var(--main-color);
  font-size: 22px;
}
.home .top #service {
  padding: 60px 0;
  background: var(--main-color);
}
.home .top #service .inner {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}
.home .top #service .inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 749px) {
  .home .top #service .inner ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.home .top #service .inner ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition: opacity 0.3s ease;
}
.home .top #service .inner ul li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 749px) {
  .home .top #service .inner ul li a {
    padding: 20px 0 10px;
  }
}
.home .top #service .inner ul li a figure {
  text-align: center;
}
.home .top #service .inner ul li a figure img {
  width: 50%;
}
@media screen and (min-width: 749px) {
  .home .top #service .inner ul li a figure img {
    width: 80%;
  }
}
.home .top #service .inner ul li a p {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .home .top #service .inner ul li a p {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .home .top #service .inner ul li a p {
    font-size: 22px;
  }
}
.home .top #service .inner ul li a p i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 748.99px) {
  .home .top #service .inner ul li a p i {
    display: none;
  }
}
.home .top #trouble {
  padding: 60px 0;
  background: #f4f2f2;
}
.home .top #trouble .trouble_cat {
  margin-bottom: 60px;
}
.home .top #trouble .trouble_cat ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 749px) {
  .home .top #trouble .trouble_cat ul {
    gap: 20px;
  }
}
.home .top #trouble .trouble_cat ul li {
  width: 100%;
}
@media screen and (min-width: 749px) {
  .home .top #trouble .trouble_cat ul li {
    width: calc(25% - 20px);
  }
}
.home .top #trouble .trouble_cat ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  background-color: white;
}
@media screen and (min-width: 749px) {
  .home .top #trouble .trouble_cat ul li a {
    padding: 20px;
  }
}
@media screen and (min-width: 749px) {
  .home .top #trouble .trouble_cat ul li a.active {
    background: var(--main-color);
    color: #fff;
  }
  .home .top #trouble .trouble_cat ul li a.active figure {
    filter: brightness(0) invert(1);
  }
  .home .top #trouble .trouble_cat ul li a.active p {
    color: #fff;
  }
}
.home .top #trouble .trouble_cat ul li a figure {
  width: 40px;
  margin-right: 20px;
}
.home .top #trouble .trouble_cat ul li a p {
  position: relative;
  width: calc(100% - 60px);
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
}
.home .top #trouble .trouble_cat ul li a p i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home .top #trouble .sample_box {
  padding: 30px 60px;
  background: #fff;
}
@media screen and (max-width: 748.99px) {
  .home .top #trouble .sample_box {
    display: none;
  }
}
.home .top #trouble .sample_box .sample {
  display: none;
}
.home .top #trouble .sample_box .sample.active {
  display: block;
}
.home .top #trouble .sample_box .sample ul li {
  margin-bottom: 20px;
}
.home .top #trouble .sample_box .sample ul li a {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  font-size: 18px;
}
.home .top #about {
  padding: 20px 0;
  background: repeating-linear-gradient(-45deg, #FFF4F0, #FFF4F0 4px, #FFE0D5 4px, #FFE0D5 10px);
}
.home .top #about .img {
  margin-bottom: 20px;
}
@media screen and (min-width: 749px) {
  .home .top #about .img {
    width: 340px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 749px) {
  .home .top #about .text {
    width: calc(100% - 370px);
  }
}
.home .top #about .text h2 {
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
  border: 2px solid;
  border-radius: 5px;
  color: var(--main-color);
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .home .top #about .text h2 {
    padding: 20px;
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .home .top #about .text h2 {
    font-size: 32px;
  }
}
.home .top #about .container .d-md-flex {
  align-items: center;
}
.home .top #reason {
  padding: 60px 0;
}
.home .top #message {
  padding: 60px 0;
}
.home .top #message .img {
  margin-bottom: 20px;
}
@media screen and (min-width: 749px) {
  .home .top #message .img {
    width: 37.5%;
    margin-right: 2.5%;
    margin-bottom: 0;
  }
}
.home .top #message .text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 749px) {
  .home .top #message .text {
    width: 60%;
  }
}
.home .top #message .text p + p {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.home .top #staff .inner {
  padding: 20px;
  background: #f4f2f2;
}
@media screen and (min-width: 749px) {
  .home .top #staff .inner {
    padding: 50px 60px;
  }
}
.home .top #staff .inner .staff_box {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--main-color);
}
.home .top #staff .inner .staff_box figure {
  margin-bottom: 20px;
}
.home .top #staff .inner .staff_box .position {
  margin-bottom: 10px;
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
}
.home .top #staff .inner .staff_box .name {
  margin-bottom: 10px;
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
}

.archive .faq .faq_cat {
  margin-bottom: 60px;
}
.archive .faq .faq_cat ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 749px) {
  .archive .faq .faq_cat ul {
    gap: 20px;
    flex-direction: row;
  }
}
@media screen and (min-width: 749px) {
  .archive .faq .faq_cat ul li {
    width: calc(25% - 20px);
  }
}
.archive .faq .faq_cat ul li a {
  position: relative;
  display: block;
  padding: 15px 0;
  border: 1px solid;
  border-radius: 5px;
  color: var(--main-color);
  font-size: 4vw;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .archive .faq .faq_cat ul li a {
    padding: 35px 0;
    font-size: 18px;
  }
}
.archive .faq .faq_cat ul li a i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.archive .faq .accordion-button::after {
  background-image: url(../images/icon/icon-plus.svg);
}
.archive .faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/icon/icon-minus.svg);
  background-position: center;
}

.reason h3 {
  color: var(--main-color);
  font-size: var(--rl_h3-fs, 22px);
}

.reason_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 60px;
}
@media screen and (min-width: 749px) {
  .reason_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .reason_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.reason_list li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px;
  border: 1px solid;
  color: var(--main-color);
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .reason_list li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .reason_list li a {
    padding: 20px 25px;
    font-size: 18px;
  }
}
.reason_list li a i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.reason_box {
  margin-bottom: 20px;
}
.reason_box h3 {
  color: var(--main-color);
  font-size: 22px;
}
.reason_box .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  background: var(--main-color);
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  color: #fff;
}
@media screen and (min-width: 992px) {
  .reason_box .num {
    width: 10%;
    flex-direction: column;
  }
}
.reason_box .num p {
  font-size: 12px;
  font-weight: bold;
}
.reason_box .num p + p {
  margin-left: 5px;
  font-size: 36px;
}
@media screen and (min-width: 749px) {
  .reason_box .num p + p {
    margin-left: 0;
  }
}
.reason_box .num + div {
  border: 1px solid #ddd;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .reason_box .num + div {
    width: 90%;
    padding: 30px;
    border-left: none;
  }
}
@media screen and (min-width: 749px) {
  .reason_box .num + div .text {
    width: calc(100% - 330px);
    margin-right: 30px;
  }
}
.reason_box .num + div figure {
  margin-top: 20px;
}
@media screen and (min-width: 749px) {
  .reason_box .num + div figure {
    width: 300px;
    margin-top: 0;
  }
}

@media screen and (min-width: 749px) {
  .page .company #message .left {
    width: 68%;
    margin-right: 7%;
  }
}
.page .company #message .right {
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (min-width: 749px) {
  .page .company #message .right {
    width: 25%;
    margin-bottom: 0;
  }
}
.page .company #message .right figure {
  margin-bottom: 20px;
}
.page .company #message .right figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page .company #access h5 {
  border: solid #E1CD49;
  border-width: 0 0 0 6px;
  color: var(--black);
}
.page .company #access iframe {
  width: 100%;
  height: 250px;
  margin: 20px 0 30px;
}
@media screen and (min-width: 749px) {
  .page .company #access iframe {
    height: 500px;
  }
}

.archive .staff .staff_list .staff_cont {
  padding: 20px;
}
@media screen and (min-width: 749px) {
  .archive .staff .staff_list .staff_cont {
    padding: 40px;
  }
}
.archive .staff .staff_list .staff_cont:nth-child(2n+1) {
  background: var(--main-light-color);
}
.archive .staff .staff_list .staff_cont figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 749px) {
  .archive .staff .staff_list .staff_cont figure {
    width: 30%;
    margin-bottom: 0;
  }
}
.archive .staff .staff_list .staff_cont figure img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 749px) {
  .archive .staff .staff_list .staff_cont .text {
    width: 66%;
  }
}
.archive .staff .staff_list .staff_cont .text .sub, .archive .staff .staff_list .staff_cont .text .name {
  margin-bottom: 2px;
  color: var(--main-color);
  font-size: 4vw;
}
@media screen and (min-width: 749px) {
  .archive .staff .staff_list .staff_cont .text .sub, .archive .staff .staff_list .staff_cont .text .name {
    font-size: 18px;
  }
}
.archive .staff .staff_list .staff_cont .text .comment {
  color: var(--main-color);
  font-size: 5vw;
}
@media screen and (min-width: 749px) {
  .archive .staff .staff_list .staff_cont .text .comment {
    font-size: 18px;
  }
}

.archive .interview .interview_list .interview_cont {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid var(--main-color);
}
@media screen and (min-width: 749px) {
  .archive .interview .interview_list .interview_cont {
    padding: 40px;
  }
}
.archive .interview .interview_list .interview_cont figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 749px) {
  .archive .interview .interview_list .interview_cont figure {
    width: 30.5%;
    margin-bottom: 0;
  }
}
.archive .interview .interview_list .interview_cont figure img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 749px) {
  .archive .interview .interview_list .interview_cont .text {
    width: 64.5%;
  }
}
.archive .interview .interview_list .interview_cont .text .sub {
  font-size: 18px;
}
.archive .interview .interview_list .interview_cont .text .name {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: var(--main-color);
  font-size: 22px;
}
.archive .interview .interview_list .interview_cont .text .link {
  text-align: right;
}
.archive .interview .interview_list .interview_cont .text .link a {
  color: var(--main-color);
  text-decoration: underline;
}

.single .interview .title_box {
  padding: 35px;
  background: var(--main-color);
  border-radius: 5px;
  box-shadow: 3px 3px 2px #eee;
  text-align: left;
}
.single .interview .title_box p {
  color: #fff;
  font-size: 16px;
}
.single .interview .title_box h3 {
  margin-bottom: o;
  color: #fff;
  font-size: 24px;
}
.single .interview .interview_img {
  margin: 0 auto 60px;
  width: min(80%, 900px);
}
.single .interview .interview_cont {
  padding: 10px;
  margin-bottom: 60px;
  border: 1px solid var(--main-color);
  background: var(--main-light-color);
}
@media screen and (min-width: 749px) {
  .single .interview .interview_cont {
    padding: 50px 80px 40px;
  }
}
.single .interview .interview_cont h4 {
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: #333;
  text-align: center;
}
.single .interview .interview_cont > div:not(.points) {
  margin-top: 40px;
  padding: 10px;
  background: #fff;
}
@media screen and (min-width: 749px) {
  .single .interview .interview_cont > div:not(.points) {
    padding: 25px 30px;
  }
}
.single .interview .interview_cont .points {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  color: var(--main-color);
  justify-content: flex-end;
}
.single .interview .interview_cont .points .left {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.single .interview .interview_cont .points .right {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.single .interview .interview_cont .points .right .score {
  font-size: var(--pnt_r_scr-fs, 60px);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media (min-width: 992px) {
  .single .interview .interview_cont .points .right .score {
    --pnt_r_scr-fs: 100px;
  }
}
.single .interview .message > div {
  display: flex;
  align-items: flex-start;
}
.single .interview .message .text {
  width: calc(100% - 130px);
}
.single .interview .message .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
  font-size: 8vw;
  background: #eee;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 749px) {
  .single .interview .message .icon {
    width: 100px;
    height: 100px;
    font-size: 70px;
  }
}
.single .interview .message .icon i {
  margin-bottom: -15px;
  position: relative;
  top: 5px;
}
.single .interview .return .thanks {
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .single .interview .return .thanks {
    font-size: 32px;
  }
}

.archive .trouble h3.example-title {
  background-color: var(--main-color);
  color: var(--white);
  margin-bottom: 20px;
  padding: 0.25em;
}
.archive .trouble h4 {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.archive .trouble .accordion-button {
  background-color: var(--sub-color);
  box-shadow: 2px 2px 2px #ccc;
  border-radius: 5px !important;
  margin-bottom: 20px;
  padding: 20px;
}
.archive .trouble .accordion-button p {
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
}
@media screen and (min-width: 749px) {
  .archive .trouble .accordion-button p {
    font-size: 22px;
  }
}
.archive .trouble .handle_box {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--main-color);
  margin-bottom: 20px;
}
@media screen and (min-width: 749px) {
  .archive .trouble .handle_box {
    grid-template-columns: 110px 1fr;
  }
}
.archive .trouble .handle_box p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  padding: 20px;
}
@media screen and (min-width: 749px) {
  .archive .trouble .handle_box p:first-child {
    padding: 0;
  }
}
.archive .trouble .handle_box p:last-child {
  padding: 20px;
}
.archive .trouble .trouble_box {
  padding: 20px;
  border: 1px solid var(--main-color);
}
@media screen and (min-width: 749px) {
  .archive .trouble .trouble_box {
    padding: 30px;
  }
}
.archive .trouble .trouble_box .ttl {
  color: var(--main-color);
  font-size: 4.5vw;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .archive .trouble .trouble_box .ttl {
    font-size: 18px;
  }
}
.archive .trouble .trouble_box figure {
  margin: 20px 0;
  text-align: center;
}
.archive .trouble .trouble_box2 {
  padding: 20px;
  background: var(--main-light-color);
}
@media screen and (min-width: 749px) {
  .archive .trouble .trouble_box2 {
    display: flex;
  }
}
.archive .trouble .trouble_box2 .img {
  margin-bottom: 20px;
}
@media screen and (min-width: 749px) {
  .archive .trouble .trouble_box2 .img {
    width: 300px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 749px) {
  .archive .trouble .trouble_box2 .text {
    width: calc(100% - 320px);
  }
}
.archive .trouble .trouble_box2 .text .ttl {
  color: var(--main-color);
  font-size: 18px;
}
.archive .trouble .trouble-item .grid-md-4 {
  padding: var(--ti_g4-p, 20px 10px);
  background-color: #F4F2F2;
}
@media (min-width: 992px) {
  .archive .trouble .trouble-item .grid-md-4 {
    --ti_g4-p: 40px 35px;
  }
}
.archive .trouble .trouble-item .grid-md-4 p {
  margin-top: 10px;
}

.sitemap .sitemap_link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 749px) {
  .sitemap .sitemap_link {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .sitemap .sitemap_link {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sitemap .sitemap_link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 10px;
  border: 1px solid;
  border-radius: 5px;
  color: var(--main-color);
  font-size: 18px;
}
@media screen and (min-width: 749px) {
  .sitemap .sitemap_link a {
    padding: 30px 10px;
  }
}
.sitemap .sitemap_link a i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.single .blog .main :where(h4, h5) {
  margin-top: 40px;
}

.blog .main {
  margin-bottom: 60px;
}
@media screen and (min-width: 749px) {
  .blog .main {
    width: calc(100% - 340px);
    margin-right: 40px;
  }
}
.blog .main .search_box {
  margin-bottom: 60px;
}
@media screen and (min-width: 749px) {
  .blog .main .search_box {
    display: flex;
    justify-content: space-between;
  }
}
.blog .main .search_box select {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 20px;
  border: none;
  background: var(--main-color);
  color: #fff;
}
@media screen and (min-width: 749px) {
  .blog .main .search_box select {
    width: 50%;
    max-width: 270px;
    margin-bottom: 0;
  }
}
.blog .main .search_box form {
  display: flex;
  padding: 5px 10px;
  border: 1px solid #333;
}
@media screen and (min-width: 749px) {
  .blog .main .search_box form {
    width: 50%;
    max-width: 270px;
  }
}
.blog .main .search_box form input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none !important;
}
.blog .main .search_box form input:focus-visible {
  border: none;
}
.blog .main .search_box form input::-moz-placeholder {
  color: #ddd;
}
.blog .main .search_box form input::placeholder {
  color: #ddd;
}
.blog .main .search_box form button {
  color: var(--main-color);
  cursor: pointer;
}
.blog aside {
  margin-bottom: 60px;
}
@media screen and (min-width: 749px) {
  .blog aside {
    width: 300px;
  }
}
.blog aside h3 {
  position: relative;
  padding: 15px;
  border-radius: 5px;
  background: var(--main-color);
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}
.blog aside h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border: transparent 10px solid;
  border-top: var(--main-color) 14px solid;
}
.blog aside ul li {
  border-bottom: 1px solid #ddd;
}
.blog aside ul li a {
  display: block;
  padding: 20px;
}

.single .blog .title_box {
  padding: 35px;
  background: var(--main-color);
  border-radius: 5px;
  box-shadow: 3px 3px 2px #eee;
  text-align: left;
}
.single .blog .title_box .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.single .blog .title_box .tags li {
  padding: 3px 20px;
  margin-right: 10px;
  background: #fff;
  color: var(--main-color);
  font-size: 12px;
}
.single .blog .title_box p {
  color: #fff;
  font-size: 16px;
}
.single .blog .title_box h3 {
  margin-bottom: o;
  color: #fff;
  font-size: 24px;
}

.page {
  --sky: #E1CD49;
}
.page .service #service_point_list {
  padding: 30px 0;
  margin-bottom: 20px;
  background: url("../images/common/cta_bg.png") no-repeat center center/cover;
}
.page .service #service_point_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .page .service #service_point_list ul {
    gap: 40px;
  }
}
.page .service #service_point_list ul li {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 749px) {
  .page .service #service_point_list ul li {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 992px) {
  .page .service #service_point_list ul li {
    width: calc(25% - 30px);
  }
}
.page .service #service_point_list ul li > p {
  padding: 5px;
  background: var(--sky);
  color: #fff;
  font-size: 4.5vw;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .page .service #service_point_list ul li > p {
    font-size: 18px;
  }
}
.page .service #service_point_list ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  padding: 10px;
  font-size: 4.5vw;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .page .service #service_point_list ul li div {
    font-size: 20px;
  }
}
.page .service #service_point_list ul li div span {
  color: var(--sky);
  font-weight: bold;
}
.page .service .yellow_box {
  padding: 15px;
  background: var(--sub-light-color);
  border: 1px solid var(--sub-color);
}
@media screen and (min-width: 749px) {
  .page .service .yellow_box {
    padding: 40px 80px;
  }
}
.page .service .yellow_box ul li {
  margin-bottom: 10px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.page .service .yellow_box ul li em {
  color: var(--sub-color);
}
.page .service .ballon {
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  background: var(--sub-color);
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.page .service .ballon:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  content: "";
  border: 15px solid transparent;
  border-top: 20px solid var(--sub-color);
}
.page .service .nav_item a {
  position: relative;
  display: block;
  padding: 30px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-weight: bold;
}
.page .service .nav_item a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  color: var(--main-color);
  font-weight: 900;
}
.page .service .contents > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-block: 40px 20px;
}
@media screen and (min-width: 749px) {
  .page .service .contents > div {
    grid-template-columns: 1fr 240px;
  }
}
@media screen and (min-width: 992px) {
  .page .service .contents > div {
    grid-template-columns: 1fr 360px;
  }
}
@media screen and (min-width: 749px) {
  .page .service .contents > div.reverse {
    grid-template-columns: 240px 1fr;
  }
}
@media screen and (min-width: 992px) {
  .page .service .contents > div.reverse {
    grid-template-columns: 360px 1fr;
  }
}
@media screen and (min-width: 749px) {
  .page .service .contents > div.no-image {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 992px) {
  .page .service .contents > div.no-image {
    grid-template-columns: 1fr;
  }
}
.page .service .contents > div .text h4 {
  margin-bottom: 10px;
  padding: 5px 10px;
  background: transparent;
  border-left: 3px solid var(--main-color);
  border-radius: 0;
  box-shadow: none;
  color: var(--black);
}
.page .service .contents > div .text .contents_link a {
  position: relative;
  display: block;
  max-width: 300px;
  padding: 10px 30px;
  margin-bottom: 10px;
  border: 1px solid;
  color: var(--main-color);
  font-weight: bold;
}
.page .service .contents > div .text .contents_link a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
  padding-right: 3px;
}
.page .service .contents_layout1 {
  gap: 20px;
  margin-bottom: 60px;
}
.page .service .contents_layout1 p {
  padding: 5px 10px;
  background: var(--main-light-color);
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.page .service .contents_layout2 {
  gap: 20px;
  margin-bottom: 60px;
}
.page .service .contents_layout2 figure {
  margin-bottom: 10px;
}
.page .service .contents_layout2 h5.has-text-align-center:is(.service11 *) {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .service .text_item > * {
  padding: 20px 10px;
  background: var(--main-light-color);
  font-weight: bold;
}
.page .service .text_item > *:is(.grid-md-4 *) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .service .text_item > .has-text-align-center:is(.grid-md-3 *, .page .service .contents_layout1 *, .page .service .contents_layout2 *) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .service .item_list {
  margin-top: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
}
@media screen and (min-width: 749px) {
  .page .service .item_list {
    row-gap: 30px;
  }
}
.page .service .item_list > * {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  align-items: center;
  padding: 10px;
  background: var(--main-light-color);
}
.page .service .item_list > * figure {
  margin-right: 10px;
  text-align: center;
}
.page .service .item_list > * figure img:is(.service11 *) {
  filter: invert(15%) sepia(87%) saturate(5923%) hue-rotate(330deg) brightness(84%) contrast(113%);
}
.page .service .item_list > * p {
  width: 100%;
}
.page .service .support_box2 {
  border: 1px solid var(--main-color);
  margin-bottom: 20px;
}
.page .service .support_box2 > p {
  padding: 10px;
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}
.page .service .support_box2 > div {
  padding: 20px;
}
.page .service .voice_box {
  padding: 20px;
  background: var(--sub-light-color);
  border: 1px solid var(--sub-color);
}
@media screen and (min-width: 749px) {
  .page .service .voice_box {
    padding: 40px 60px;
  }
}
.page .service .voice_box .voice_block {
  padding: 10px;
  background: #fff;
}
@media screen and (min-width: 749px) {
  .page .service .voice_box .voice_block {
    padding: 30px;
  }
}
@media screen and (min-width: 749px) {
  .page .service .voice_box .voice_block figure {
    width: 300px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 749px) {
  .page .service .voice_box .voice_block .text {
    width: calc(100% - 300px);
  }
}
.page .service .check {
  margin-bottom: 40px;
}
.page .service .check li {
  margin-bottom: 10px;
}
.page .service .check li:before {
  margin-right: 5px;
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: 400;
}
.page .service *[class*=step_list] {
  display: grid;
  gap: 25px;
}
.page .service *[class*=step_list] > * {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 10px;
  background: var(--sub-color);
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (min-width: 749px) {
  .page .service *[class*=step_list] > * {
    writing-mode: tb;
    padding: 20px 0;
  }
}
.page .service *[class*=step_list] > *:not(:last-child):after {
  content: "";
  position: absolute;
  border: 13px solid transparent;
}
@media screen and (max-width: 748.99px) {
  .page .service *[class*=step_list] > *:not(:last-child):after {
    border-top: 5px solid var(--main-color);
    right: 50%;
    bottom: 0;
    transform: translate(50%, 150%);
  }
}
@media screen and (min-width: 749px) {
  .page .service *[class*=step_list] > *:not(:last-child):after {
    top: 50%;
    right: 0;
    transform: translate(150%, -50%);
    border-left: 5px solid var(--main-color);
  }
}
.page .service .step_list5 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 749px) {
  .page .service .step_list5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.page .service .step_list6 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 749px) {
  .page .service .step_list6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.page .service .step_list7 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 749px) {
  .page .service .step_list7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
.page .service .step_list8 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 749px) {
  .page .service .step_list8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
.page .service .step_list9 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 749px) {
  .page .service .step_list9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
.page .service .step_list10 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 749px) {
  .page .service .step_list10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
.page .service .step_list11 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 749px) {
  .page .service .step_list11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
.page .service .step_list12 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 749px) {
  .page .service .step_list12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
.page .service .support_block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 749px) {
  .page .service .support_block {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
.page .service .support_block ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 749px) {
  .page .service .support_block ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.page .service .support_block ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  border: 1px solid;
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .page .service .support_block ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page .service .support_block ul li {
    font-size: 24px;
  }
}
.page .service .support_block > div {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--main-color);
}
.page .service .support_block > div > p {
  padding: 5px;
  background: var(--main-color);
  color: #fff;
  text-align: center;
}
.page .service .support_block > div div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px;
}
@media screen and (min-width: 749px) {
  .page .service .support_block > div div {
    padding: 20px 100px;
  }
}
.page .service .support_block > div div p {
  font-size: 30px;
  font-weight: bold;
}
.page .service .support_block > div div p strong {
  margin-left: 20px;
  color: var(--main-color);
  font-size: 60px;
}
.page .service .support_block > div div p.mini {
  font-size: 12px;
  font-weight: normal;
}
.page .service .support_block--repair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .page .service .support_block--repair {
    grid-template-columns: repeat(7, 1fr);
    gap: 40px;
    grid-template-rows: 120px;
    width: min(100%, 1000px);
    margin: auto;
  }
}
.page .service .support_block--repair p {
  font-size: 1rem;
}
.page .service .support_block--repair p.price {
  color: var(--main-color);
  font-weight: bold;
}
.page .service .support_block--repair .symbol {
  color: var(--main-color);
  font-size: 40px;
}
.page .service .support_block--repair > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--main-color);
  width: 100%;
  height: 120px;
}
@media screen and (min-width: 749px) {
  .page .service .support_block--repair > div {
    width: 120px;
  }
}
.page .service .support_block--repair > div .repair-item-heading {
  background-color: var(--main-color);
  color: white;
  padding: 0.5em;
  width: 100%;
}
.page .service .support_block--repair > div .repair-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page .service .support_block--repair > div.plain {
  background-color: var(--main-color);
  color: var(--white);
}
.page .service .support_block--repair > div.dashed {
  border-style: dashed;
}
.page .service .support_block--repair > div.dashed p {
  background: none;
  color: var(--main-color);
}
.page .service .trouble_cat_item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
}
@media screen and (min-width: 749px) {
  .page .service .trouble_cat_item {
    padding: 20px 0 10px;
  }
}
.page .service .trouble_cat_item figure {
  text-align: center;
  max-height: calc(100% - 58px);
}
.page .service .trouble_cat_item figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page .service .trouble_cat_item h3 {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 749px) {
  .page .service .trouble_cat_item h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page .service .trouble_cat_item h3 {
    font-size: 24px;
  }
}
.page .service .trouble_cat_item .button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}
.page .service .trouble_cat_item .button-overlay a {
  background-color: transparent;
  color: transparent;
}
.page .service .btn_design {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 749px) {
  .page .service .btn_design {
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page .service .btn_design {
    gap: 40px;
  }
}
.page .service .btn_design > * {
  width: 100%;
}
@media screen and (min-width: 749px) {
  .page .service .btn_design > * {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .page .service .btn_design > * {
    width: calc(50% - 20px);
  }
}
.page .service .btn_design > * a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-radius: 15px;
  font-size: 24px;
  font-weight: bold;
}
.page .service .btn_design > * a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  font-weight: 900;
  padding-right: 3px;
  color: #fff;
}
.page .service .btn_design > * a:before {
  display: block;
  content: "";
  height: 40px;
  width: 100%;
}
.page .service .btn_design > *.start_setting a {
  background: var(--sky);
  color: #fff;
  transition: filter 0.5s;
}
.page .service .btn_design > *.start_setting a:before {
  background: url("../images/icon/icon_start.png") no-repeat center center/contain;
}
.page .service .btn_design > *.start_setting a:hover {
  filter: invert(1);
}
.page .service .btn_design > *.setting a {
  background: var(--green);
  color: #fff;
  transition: filter 0.5s;
}
.page .service .btn_design > *.setting a:before {
  background: url("../images/icon/icon_setting.png") no-repeat center center/contain;
}
.page .service .btn_design > *.setting a:hover {
  filter: invert(1);
}

.contact .wpcf7 dl {
  margin-bottom: 20px;
}
.contact .wpcf7 dl dt {
  display: flex;
  margin-bottom: 10px;
}
.contact .wpcf7 dl dt.require:after {
  content: "必須";
  margin-left: 10px;
  padding: 2px 10px;
  background: #ff3737;
  color: #fff;
  font-size: 80%;
}
.contact .wpcf7 dl dd input, .contact .wpcf7 dl dd textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact .wpcf7 dl dd textarea {
  height: 200px;
}
.contact .wpcf7 a {
  color: var(--main-color);
  text-decoration: underline;
}

.urgent {
  background-color: var(--main-light-color);
  gap: 5%;
  padding: 24px 40px;
  margin: 60px auto;
  width: min(100%, 900px);
}
@media screen and (max-width: 748.99px) {
  .urgent {
    flex-direction: column;
    padding: 5%;
  }
}
.urgent_img {
  width: 40%;
}
@media screen and (max-width: 748.99px) {
  .urgent_img {
    margin-bottom: 40px;
    width: 80%;
  }
}
.urgent_text {
  background-color: var(--main-light-color);
}
.urgent_text h3 {
  font-size: clamp(14px, 2vw, 24px);
  font-weight: normal;
  margin-bottom: 0.85em;
}
.urgent_text p {
  font-size: 16px;
}
.urgent_text .tel a {
  color: var(--main-color);
  font-size: clamp(18px, 8.5vw, 40px);
  font-weight: bold;
  line-height: 1.4545454545;
  white-space: nowrap;
}

.contact_thanks .appeal {
  font-size: 22px;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */