@charset "utf-8";
/*--------------------------------------------------------------
Reset_bootstrap
--------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #19374b;
  counter-reset: number 0;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
img {
  display: block;
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
p {
  margin-bottom: 0;
}
a {
  color: #19374b;
  cursor: pointer;
}
@media (min-width: 992px) {
  a:hover {
    color: #19374b;
    text-decoration: underline;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
input, input:focus, textarea, textarea:focus, select, select:focus,
a:focus, *:focus, button:focus {
  outline: none;
}
button {
  background-color: transparent;
  border: none;
}
/*--------------------------------------------------------------
Top_page_sp
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .container {
    max-width: 375px;
  }
}
header::before {
  content: '';
  display: block;
  background-color: #3eb54a;
  -webkit-clip-path: polygon(0 45%, 200% 56%, 0 -100%);
  clip-path: polygon(0 45%, 200% 56%, 0 -100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
header .tit {
  padding-top: 30px;
  max-width: 862px;
  margin: 0 auto 30px;
}
header h1 {
  font-size: 97%;
  font-weight: 800;
  color: #fff;
}
header h1 span {
  display: block;
  font-weight: 400;
  font-size: 84%;
  margin-bottom: 4px;
}
header h1 span::before,
header h1 span::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #fff;
}
header h1 span::before {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  margin-right: 8px;
}
header h1 span::after {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  margin-left: 8px;
}
header .phone {
  margin-bottom: 20px;
}
header .phone img {
  max-width: 280px;
}
header .button {
  text-align: center;
  margin-bottom: 60px;
}
header .button a {
  display: block;
  background-color: #f15a29;
  box-shadow: 0px 3px 10px -2px #ff4000e6;
  color: #fff;
  line-height: 3.0;
  max-width: 230px;
  margin: auto;
  border-radius: 50px;
  position: relative;
}
header .button a::after,
#contact-sec .text a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 6%;
  top: 0;
  bottom: 0;
  margin: auto;
}

#about-sec {
  text-align: center;
}
#about-sec .tit {
  margin-bottom: 40px;
}
#about-sec .tit p {
  font-weight: 600;
  font-size: 190%;
  letter-spacing: .2em;
  line-height: 1.6;
}
#about-sec .tit span {
  display: block;
  letter-spacing: normal;
  font-size: 50%;
}
#about-sec .point h2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  font-size: 180%;
  font-weight: 700;
  line-height: 1.2;
  padding: 25px 0;
  position: relative;
  margin-bottom: 20px;
}
#about-sec .point:nth-child(1) h2 {
  background-image: url(img/bg_point1.png);
}
#about-sec .point:nth-child(2) h2 {
  background-image: url(img/bg_point2.png);
}
#about-sec .point:nth-child(3) h2 {
  background-image: url(img/bg_point3.png);
}
#about-sec .point h2::before,
#about-sec .point h2::after {
  content: '';
  width: 16px;
  height: 16px;
  border-top: 1px solid #19374b;
  border-right: 1px solid #19374b;
  position: absolute;
  margin: auto;
}
#about-sec .point h2::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 0;
  top: 0;
}
#about-sec .point h2::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
  bottom: 0;
}
#about-sec .point p {
  text-align: left;
  margin-bottom: 20px;
}
#about-sec .point .img {
  margin-bottom: 40px;
}
#about-sec .point .img img {
  max-width: 325px;
}
#register-sec {
  background-color: #e7ebed;
  padding: 20px 0 16px;
}
#register-sec a {
  display: block;
}
#register-sec img {
  width: 100%;
  max-width: 990px;
  margin: auto;
}
footer {
  text-align: center;
}
footer #contact-sec {
  margin: 40px auto;
  position: relative;
}
footer #contact-sec .main > div {
  padding: 30px 0;
}
footer #contact-sec::after {
  content: '';
  display: block;
  background-color: #3eb54a;
  width: 100%;
  height: 84%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
footer #contact-sec .main .text {
  color: #fff;
  margin-bottom: 30px;
}
footer #contact-sec .main .text p {
  margin-bottom: 20px;
}
footer #contact-sec .main .text a {
  display: block;
  background-color: transparent;
  color: #fff;
  line-height: 3.0;
  max-width: 230px;
  margin: auto;
  border-radius: 50px;
  position: relative;
  box-shadow: 0px 0px 0px 1px #fff inset;
}
footer #contact-sec .main .img img {
  max-width: 285px;
}
footer #foot-sec nav {
  margin-bottom: 20px;
}
footer #foot-sec nav a {
  display: block;
  line-height: 3;
}

footer #foot-sec .copyright {
  margin-bottom: 40px;
}
footer #foot-sec .copyright p {
  font-size: 110%;
}
footer #foot-sec .copyright p a {
  text-decoration: underline;
}
/*--------------------------------------------------------------
Top_page_pc
--------------------------------------------------------------*/
@media (min-width: 992px) {
  header::before {
    -webkit-clip-path: polygon(0 45%, 200% 56%, 0 -100%);
    clip-path: polygon(0 60%, 200% 76%, 0 -100%);
  }
  header .tit {
    padding-top: 70px;
    margin-bottom: 50px;
  }
  header h1 {
    font-size: 180%;
  }
  header h1 span {
    font-size: 80%;
  }
  header h1 span::before,
  header h1 span::after {
    height: 18px;
  }
  header h1 span::before {
    margin-right: 13px;
  }
  header .phone {
    margin-bottom: 30px;
  }
  header .phone img {
    max-width: 499px;
  }
  header .button {
    margin-bottom: 120px;
  }
  header .button a {
    max-width: 320px;
    font-size: 120%;
    line-height: 3.2;
  }
  header .button a:hover {
    opacity: .8;
    text-decoration: none;
  }
  header .button a::after,
  #contact-sec .text a::after {
    width: 8px;
    height: 8px;
    right: 8%;
  }
  #about-sec {
    margin-bottom: 120px;
  }
  #about-sec .tit {
    margin-bottom: 80px;
  }
  #about-sec .tit p {
    font-size: 300%;
    font-weight: 800;
    letter-spacing: .16em;
  }
  #about-sec .tit span {
    font-size: 40%;
  }
  #about-sec .point {
    margin-bottom: 40px;
  }
  #about-sec .point h2 {
    padding: 45px 0;
    font-size: 240%;
  }
  #about-sec .point h2::before,
  #about-sec .point h2::after {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }
  #about-sec .point p {
    font-size: 110%;
  }
  #about-sec .point .img img {
    max-width: 405px;
  }
  #register-sec {
    padding: 50px 0 46px;
  }
  #register-sec a:hover img {
    opacity: .8;
  }
  footer #contact-sec .main .text {
    margin-bottom: 0;
  }
  footer #contact-sec::after {
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  footer #contact-sec .main .text p {
    font-size: 120%;
  }
  footer #contact-sec .main .text a {
    font-size: 120%;
    max-width: 260px;
    line-height: 3.2;
  }
  footer #contact-sec .main .text a:hover {
    background-color: #fff;
    color: #3eb54a;
    text-decoration: none;
  }
  #contact-sec .text a:hover::after {
    border-color: #3eb54a;
  }
  footer #contact-sec .main .img img {
    max-width: 380px;
  }
  footer #foot-sec nav li {
    margin-right: 4%;
  }
  footer #foot-sec nav li:last-child {
    margin-right: 0;
  }
}