@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
:root {
  --main-color:#92C126;
  --red:#d50711;
  --yellow:#fcff00;
  --blue:#4373c5;
  --green:#92C126;
  --lightgreen:#acc671;
  --pink:#ea8b8c;
  --carmine:#d73c3c;
  --brown:#987d4f;
  --orange:#FCB027;
  --perple:#7f58b5;
  --black:#333;
  --white:#fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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) {
  .mb-mgt0 {
    margin-top: 0px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt5 {
    margin-top: 5px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt10 {
    margin-top: 10px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt15 {
    margin-top: 15px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt20 {
    margin-top: 20px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt25 {
    margin-top: 25px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt30 {
    margin-top: 30px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt35 {
    margin-top: 35px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt40 {
    margin-top: 40px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt45 {
    margin-top: 45px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt50 {
    margin-top: 50px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt55 {
    margin-top: 55px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt60 {
    margin-top: 60px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt65 {
    margin-top: 65px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt70 {
    margin-top: 70px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt75 {
    margin-top: 75px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt80 {
    margin-top: 80px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt85 {
    margin-top: 85px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt90 {
    margin-top: 90px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt95 {
    margin-top: 95px;
  }
}

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

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

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

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

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

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

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

.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) {
  .mb-mgt100 {
    margin-top: 100px;
  }
}

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

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

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

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

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

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

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

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 749px) {
  .grid-md-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 749px) {
  .grid-md-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 749px) {
  .grid-md-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (min-width: 749px) {
  .grid-md-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

*, *::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;
}

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 Serif JP", sans-serif !important;
}

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;
}

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;
  }
}

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

h2 {
  font-size: 2rem;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.container_s {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

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

.mr-0 {
  margin-right: 0 !important;
}

/* ================================================================== 
    HEADER
================================================================== */
header .header_pc {
  padding: 0 20px;
  height: 100px;
  transition: all 0.4s linear;
}
@media screen and (max-width: 748.99px) {
  header .header_pc {
    display: none;
  }
}
header .header_pc nav {
  padding: 0;
}
header .header_pc nav .tel_design a {
  padding: 10px 0;
}
header .header_sp {
  height: 70px;
  transition: all 0.4s linear;
}
@media screen and (min-width: 749px) {
  header .header_sp {
    display: none;
  }
}
header .header_sp .navbar {
  width: 50%;
}
header .header_sp .drawer-nav a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

/* ================================================================== 
    FOOTER
================================================================== */
.fixed_cont {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 999;
}
.fixed_cont ul {
  border: 1px solid var(--main-color);
}
.fixed_cont ul li a {
  display: block;
  padding: 20px;
  background: var(--white);
}
.fixed_cont ul li a img, .fixed_cont ul li a i {
  width: 45px;
  font-size: 2.5rem;
}
@media screen and (max-width: 748.99px) {
  .fixed_cont ul li a img, .fixed_cont ul li a i {
    font-size: 3rem;
  }
}
.fixed_cont ul li:last-child a {
  padding: 10px 20px;
  background: var(--main-color);
  color: var(--white);
}

footer .footer_top {
  padding: 10px 20px;
  background: var(--main-color);
}
footer .footer_top ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_top ul li {
  margin-right: 20px;
}
footer .footer_top ul li a {
  color: var(--white);
}
footer .footer_bottom {
  padding: 20px;
}
footer .footer_bottom ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 748.99px) {
  footer .footer_bottom ul {
    justify-content: center;
  }
}
footer .footer_bottom ul li {
  margin-right: 20px;
  max-height: 90px;
}
@media screen and (max-width: 748.99px) {
  footer .footer_bottom ul li.logo {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .footer_bottom ul li.sns {
  height: 67px;
}
@media screen and (max-width: 748.99px) {
  footer .footer_bottom ul li.sns {
    margin-bottom: 20px;
  }
}
footer .footer_bottom ul li.sns img {
  height: 100%;
}
footer .footer_bottom ul li.tel_design {
  height: 67px;
}
footer .footer_bottom ul li.tel_design a {
  height: 100%;
}
footer .footer_bottom #copy {
  margin-top: 10px;
  color: var(--main-color);
  font-size: 0.75rem;
}

/* ================================================================== 
    MAIN
================================================================== */
.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 {
  max-width: 470px;
}
.link_design.centering {
  margin: 0 auto;
}
.link_design a {
  position: relative;
  display: block;
}
.link_design a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 1px;
  background: var(--main-color);
}
.link_design a span, .link_design a strong {
  display: block;
  width: 90%;
  padding: 20px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.tel_design a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  background: var(--orange);
  border-radius: 200px;
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.tel_design a p {
  line-height: 0.6;
}
.tel_design a i {
  margin-right: 10px;
}
.tel_design a .mini {
  font-size: 0.6rem;
}

.line_design a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  background: var(--green);
  border-radius: 200px;
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1;
}

.inner {
  margin: 0 auto;
}

.cta .inner {
  max-width: 1000px;
  padding: 20px;
  margin-bottom: 100px;
  border: 1px solid var(--main-color);
}
@media screen and (max-width: 748.99px) {
  .cta .inner {
    width: 95%;
    margin: 0 auto 70px;
  }
}
@media screen and (min-width: 749px) {
  .cta .inner {
    padding: 70px;
  }
}
.cta .inner h3 {
  margin-bottom: 40px;
  color: var(--main-color);
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}
.cta .inner .btn_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 748.99px) {
  .cta .inner .btn_list {
    flex-direction: column;
  }
}
.cta .inner .btn_list > div {
  margin-bottom: 10px;
}
@media screen and (min-width: 749px) {
  .cta .inner .btn_list > div {
    width: 45%;
    margin-bottom: 0;
  }
}
.cta .inner .btn_list > div h4 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
}
.cta .inner .btn_list > div a {
  padding: 20px 0;
  font-size: 2rem;
}
.cta .inner .btn_list > div a i {
  font-size: 2.5rem;
}
.cta .inner .btn_list > div .mini {
  margin-top: 10px;
  font-size: 0.75rem;
  text-align: center;
}

.table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table ul {
  display: flex;
}
.table ul:first-child li {
  background: var(--main-color);
  color: var(--white);
}
.table ul li {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}

.table_2.no_space dl {
  margin-bottom: 0;
}
.table_2.no_space > div {
  margin-bottom: 0;
}
.table_2 > div {
  display: flex;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
@media screen and (max-width: 748.99px) {
  .table_2 > div {
    flex-direction: column;
  }
}
.table_2 > div > p {
  display: flex;
}
.table_2 > div > p:first-child {
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 20px;
  background: var(--main-color);
  border-left: none;
  color: var(--white);
}
@media screen and (max-width: 748.99px) {
  .table_2 > div > p:first-child {
    width: 100%;
  }
}
.table_2 > div > p:last-child {
  display: flex;
  width: 70%;
}
@media screen and (max-width: 748.99px) {
  .table_2 > div > p:last-child {
    width: 100%;
    flex-direction: column;
  }
}
.table_2 > div > p:last-child.no_child {
  padding: 20px;
}
.table_2 > div > p:last-child > * {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 50%;
}
@media screen and (max-width: 748.99px) {
  .table_2 > div > p:last-child > * {
    width: 100%;
  }
}
.table_2 > div > p:last-child > *:first-child {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 748.99px) {
  .table_2 > div > p:last-child > *:first-child {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
.table_2 dl {
  display: flex;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
@media screen and (max-width: 748.99px) {
  .table_2 dl {
    flex-direction: column;
  }
}
.table_2 dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 20px;
  background: var(--main-color);
  border-left: none;
  color: var(--white);
}
@media screen and (max-width: 748.99px) {
  .table_2 dl dt {
    width: 100%;
  }
}
.table_2 dl dd {
  display: flex;
  width: 70%;
}
@media screen and (max-width: 748.99px) {
  .table_2 dl dd {
    width: 100%;
    flex-direction: column;
  }
}
.table_2 dl dd.no_child {
  padding: 20px;
}
.table_2 dl dd > * {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 50%;
}
@media screen and (max-width: 748.99px) {
  .table_2 dl dd > * {
    width: 100%;
  }
}
.table_2 dl dd > *:first-child {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 748.99px) {
  .table_2 dl dd > *:first-child {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

#page_title {
  margin-bottom: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/common/header.webp") no-repeat center center/cover;
  color: var(--white);
  text-align: center;
}
@media screen and (min-width: 749px) {
  #page_title h2 {
    padding: 0;
    height: 250px;
    line-height: 250px;
  }
}

#news_page, #blog_page, #contact {
  padding-top: 70px;
}
@media screen and (min-width: 749px) {
  #news_page, #blog_page, #contact {
    padding-top: 100px;
  }
}

#news_page .news_outer {
  margin-bottom: 100px;
}

#news_list {
  margin-bottom: 100px;
}
#news_list li {
  border-bottom: 1px solid #ccc;
}
#news_list li a {
  position: relative;
  display: flex;
  padding: 10px;
}
#news_list li a time {
  margin-right: 10px;
  color: var(--main-color);
}
#news_list li a span {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news_list li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f054";
  font: var(--fa-font-solid);
  color: var(--main-color);
}

#blog_list {
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (min-width: 749px) {
  #blog_list {
    display: flex;
  }
}
#blog_list > div {
  margin-bottom: 20px;
}
@media screen and (min-width: 749px) {
  #blog_list > div {
    width: 32%;
    margin-right: 2%;
  }
}
#blog_list > div:nth-child(3) {
  margin-right: 0;
}
#blog_list > div .img img {
  width: 100%;
}
#blog_list > div time {
  font-size: 0.8rem;
}
#blog_list > div .cat {
  color: var(--main-color);
}
#blog_list > div .more {
  color: var(--main-color);
}
#blog_list > div .more:after {
  content: "\f054";
  font: var(--fa-font-solid);
  margin-left: 10px;
}

#new_page_top {
  margin-bottom: 20px;
}
#new_page_top picture {
  width: 90%;
}
@media screen and (max-width: 748.99px) {
  #new_page_top picture {
    width: 310px;
    max-width: 80%;
  }
}
#new_page_top h2 {
  width: 10%;
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
  display: flex;
  align-items: center;
  font-size: 2.25rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 748.99px) {
  #new_page_top h2 {
    width: calc(100vw - 310px);
    max-width: 20%;
  }
}
#new_page_top h2:before {
  content: "・";
  color: var(--main-color);
}

.pdf a {
  color: var(--main-color);
  text-decoration: underline;
}
.pdf a:before {
  content: "\f1c1";
  font: var(--fa-font-solid);
  margin: 0 10px;
}

#top #mv {
  margin-bottom: 100px;
}
#top #about {
  margin-bottom: 100px;
}
@media screen and (max-width: 748.99px) {
  #top #about .left {
    padding: 0 15px;
  }
}
@media screen and (min-width: 749px) {
  #top #about .left {
    padding-left: 15px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #top #about .left {
    padding-left: calc(50vw - 600px);
  }
}
#top #about .left h2 {
  padding-top: 0;
}
#top #about .left h2 span, #top #about .left h2 strong {
  display: inline-block;
  padding: 3px 15px;
  background: var(--lightgreen);
  font-weight: normal;
}
#top #about .left .text {
  width: 90%;
  font-size: 1.2rem;
}
@media screen and (min-width: 749px) {
  #top #about .right {
    width: 50%;
  }
}
@media screen and (max-width: 748.99px) {
  #top #about .right {
    margin-top: 10px;
    padding: 0 15px;
  }
  #top #about .right img {
    width: 100%;
  }
}
#top #trouble {
  margin-bottom: 100px;
}
#top #trouble .left {
  width: 38%;
}
@media screen and (max-width: 748.99px) {
  #top #trouble .left {
    display: none;
  }
}
@media screen and (min-width: 749px) {
  #top #trouble .right {
    width: 56%;
  }
}
#top #trouble .right h2 {
  padding-top: 0;
}
#top #trouble .right ul li {
  margin-bottom: 20px;
}
#top #trouble .right ul li:before {
  content: url("../img/top/check.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#top .slide {
  margin-bottom: 100px;
}
#top .slide p {
  position: relative;
  padding: 70px 40px 40px;
  background: var(--main-color);
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
#top .slide p:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border: 25px solid transparent;
  border-top: 30px solid var(--white);
}
#top .slide .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#top #guide {
  margin-bottom: 100px;
}
#top #guide h2 {
  text-align: center;
}
#top #guide .nav_box {
  margin-bottom: 50px;
}
#top #guide .nav_box div {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 100%;
}
#top #guide .nav_box div h3 {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  color: var(--white);
  font-size: 1.5rem;
}
#top #guide .nav_box div ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  flex: 1;
}
#top #guide .nav_box div ul li {
  border-bottom: 1px solid var(--white);
}
#top #guide .nav_box div ul li a {
  position: relative;
  display: block;
  padding: 10px 5px;
  color: var(--white);
}
#top #guide .nav_box div ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg) translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid;
  border-right: 1px solid;
}
#top #guide .nav_box div:nth-child(1) {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/top/service_001.webp") no-repeat center center/cover;
}
#top #guide .nav_box div:nth-child(2) {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/top/service_002.webp") no-repeat center center/cover;
}
#top #guide .nav_box div:nth-child(3) {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/top/service_003.webp") no-repeat center center/cover;
}
#top #guide .banner {
  padding: 0 20px;
  text-align: center;
}
#top #guide .banner a {
  display: inline-block;
}
#top #blog {
  margin-bottom: 100px;
}
#top #blog h2 {
  text-align: center;
}
#top #access {
  margin-bottom: 100px;
}
#top #access h2 {
  text-align: center;
}
#top #access .inner {
  max-width: 900px;
  padding: 0 15px;
}
#top #access .inner iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}

#feature {
  padding-top: 70px;
}
@media screen and (min-width: 749px) {
  #feature {
    padding-top: 100px;
  }
}
#feature h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
}
#feature .feature_cont {
  margin-top: 100px;
}
#feature .feature_cont > div {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 748.99px) {
  #feature .feature_cont > div {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 749px) {
  #feature .feature_cont > div:nth-child(2n) .text {
    order: 2;
    padding-left: 20px;
    padding-right: 0;
  }
}
#feature .feature_cont > div .text {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 749px) {
  #feature .feature_cont > div .text {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
#feature .feature_cont > div .text h4 {
  margin-bottom: 15px;
  font-size: 1.75rem;
  font-weight: bold;
}
#feature .feature_cont > div .text .num {
  margin-bottom: 15px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}
#feature .feature_cont > div .img {
  width: 100%;
}
@media screen and (min-width: 749px) {
  #feature .feature_cont > div .img {
    width: 50%;
  }
}
#feature ol {
  margin-top: 100px;
}
#feature ol li {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 748.99px) {
  #feature ol li {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 749px) {
  #feature ol li:nth-child(2n) .text {
    order: 2;
    padding-left: 20px;
    padding-right: 0;
  }
}
#feature ol li .text {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 749px) {
  #feature ol li .text {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
#feature ol li .text h4 {
  margin-bottom: 15px;
  font-size: 1.75rem;
  font-weight: bold;
}
#feature ol li .text .num {
  margin-bottom: 15px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}
#feature ol li .img {
  width: 100%;
}
@media screen and (min-width: 749px) {
  #feature ol li .img {
    width: 50%;
  }
}

#guidance {
  padding-top: 70px;
}
@media screen and (min-width: 749px) {
  #guidance {
    padding-top: 100px;
  }
}
#guidance h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
}
#guidance #flow {
  margin-bottom: 100px;
}
#guidance #flow .flow_cont > div {
  display: flex;
  margin-bottom: 20px;
}
#guidance #flow .flow_cont > div > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  border-radius: 50%;
  margin-right: 10px !important;
  background: var(--main-color);
  color: var(--white);
  font-weight: bold;
  line-height: 0;
}
#guidance #flow .flow_cont > div > p span {
  font-size: 2rem;
}
@media screen and (max-width: 748.99px) {
  #guidance #flow .flow_cont > div .text {
    width: calc(100% - 60px);
  }
}
#guidance #flow .flow_cont > div .text p:first-child {
  border-left: none;
  font-size: 1.75rem;
  font-weight: normal;
}
#guidance #flow ol li {
  display: flex;
  margin-bottom: 20px;
}
#guidance #flow ol li p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  border-radius: 50%;
  margin-right: 10px;
  background: var(--main-color);
  color: var(--white);
  font-weight: bold;
  line-height: 0;
}
#guidance #flow ol li p span {
  font-size: 2rem;
}
@media screen and (max-width: 748.99px) {
  #guidance #flow ol li dl {
    width: calc(100% - 60px);
  }
}
#guidance #flow ol li dl dt {
  border-left: none;
  font-size: 1.75rem;
  font-weight: normal;
}
#guidance #fee {
  margin-bottom: 100px;
}
#guidance #faq {
  margin-bottom: 100px;
}
#guidance #faq .accordion dt {
  position: relative;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: none;
  font-size: 1rem;
  font-weight: normal;
  cursor: pointer;
}
#guidance #faq .accordion dt:before, #guidance #faq .accordion dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  background: var(--main-color);
  transition: all 0.2s ease;
}
#guidance #faq .accordion dt:before {
  transform: translateY(-50%);
}
#guidance #faq .accordion dt:after {
  transform: translateY(-50%) rotate(90deg);
}
#guidance #faq .accordion dt.active:after {
  transform: translateY(-50%) rotate(0);
}
#guidance #faq .accordion dt span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  background: var(--main-color);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
#guidance #faq .accordion dt + dd {
  display: none;
  padding: 20px 10px;
  font-size: 1rem;
}

#about {
  padding-top: 70px;
}
@media screen and (min-width: 749px) {
  #about {
    padding-top: 100px;
  }
}
#about #page_top {
  margin-bottom: 100px;
  text-align: center;
}
#about #page_top h3 {
  margin-bottom: 70px;
  font-size: 2rem;
}
#about #page_top h4 {
  margin-bottom: 70px;
  line-height: 2.5;
}
@media screen and (max-width: 748.99px) {
  #about #page_top h4 {
    margin-bottom: 40px;
  }
}
#about #page_top h4 span.bg_lightgreen {
  display: inline-block;
  padding: 5px 15px;
}
#about #page_top h4 span.underline {
  background: linear-gradient(to bottom, transparent 80%, #ffc456 80%);
}
#about #about_us {
  margin-bottom: 100px;
}
#about #about_us .left_cont {
  font-size: 1.5rem;
}
@media screen and (min-width: 749px) {
  #about #about_us .left_cont {
    width: 50%;
  }
}
#about #about_us .left_cont h3 {
  margin-bottom: 50px;
  font-size: 2rem;
}
@media screen and (min-width: 749px) {
  #about #about_us .right_cont {
    width: 40%;
  }
}
#about #schedule {
  margin-bottom: 100px;
}
#about #schedule h3 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2rem;
}
#about #schedule h4 {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 5px solid var(--main-color);
}
#about #overview {
  margin-bottom: 100px;
}
#about #overview h3 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2rem;
}
#about #program {
  margin-bottom: 100px;
}

.blog_detail .cat_name {
  display: inline-block;
  padding: 3px 10px;
  background: var(--main-color);
  color: var(--white);
}
.blog_detail h3 {
  margin: 20px 0;
}
.blog_detail figure {
  display: block;
  margin: 50px 0;
  text-align: center;
}
.blog_detail .sub_title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
}
.blog_detail #blog_list {
  margin-bottom: 100px;
}
.blog_detail .link_design {
  margin-bottom: 100px;
}

.news_detail h3 {
  margin-bottom: 30px;
  border-bottom: 2px solid var(--main-color);
}

#contact .container_c {
  max-width: 1000px;
  padding: 20px;
  margin: 0 auto;
}
#contact .container_c h4 {
  margin-bottom: 20px;
  text-align: center;
}
#contact .container_c .btn_list > *:first-child {
  margin-bottom: 30px;
}
#contact .container_c .btn_list > * a {
  padding: 20px 0;
}
#contact .container_c .btn_list > * .mini {
  font-size: 0.8rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */