@charset "UTF-8";
#header {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #87b1f7;
  background: linear-gradient(0deg, #87b1f7 0%, #71a7fe 100%);
}
#header::before {
  content: "";
  background: #0062ff;
  background: linear-gradient(0deg, rgba(0, 98, 255, 0) 0%, rgba(0, 98, 255, 0.56) 100%);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
#header::after {
  content: "";
  background-color: rgba(16, 79, 180, 0.34);
  position: absolute;
  display: block;
  width: 45%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
#header .header {
  padding: 20px 0;
}
#header .header .header_inner {
  width: calc(100% - 60px);
  margin: 0 auto;
}
#header .header .header_inner .logo {
  z-index: 999;
}
#main header {
  /*パンクず*/
}
#main header #title_wrap .title h1 {
  font-size: 2rem;
  text-align: center;
  margin: 4em 0;
  font-weight: 500;
  line-height: 1.6;
}
#main header #title_wrap .title h1 span {
  font-size: 2.4em;
  display: block;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#main header .nav {
  background-color: #EFEFF0;
  padding: 0.5em 20px;
}
#main header .nav .rank-math-breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#main header .nav .rank-math-breadcrumb p {
  text-align: right;
  font-size: 1.3rem;
  font-weight: 500;
}
#main header .nav .rank-math-breadcrumb p span.separator {
  padding: 0 1em;
}
#main header .nav .rank-math-breadcrumb p span.last {
  color: #3366CC;
}
#main .contents {
  padding: 0 3em;
  /*ボタン*/
}
#main .contents h2 {
  font-size: 4rem;
  margin-bottom: 1em;
  font-weight: 300;
  letter-spacing: 0.1em;
  position: relative;
}
#main .contents h2 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
#main .contents h2::before {
  content: "";
  background-color: rgba(16, 79, 180, 0.3);
  position: absolute;
  width: 5px;
  height: 2em;
  bottom: 0;
  left: -1em;
  transform: rotate(30deg);
}
#main .contents > a.btn {
  font-size: 1.8rem;
  border: solid 2px #000000;
  padding: 0.7em 3em;
  position: relative;
  font-weight: 500;
  display: inline-block;
  background-color: #ffffff;
  max-width: 15em;
  text-align: center;
}
#main .contents > a.btn:hover {
  background-color: #eeeeee;
}
@media screen and (max-width: 1200px) {
  #main header #title_wrap .title h1 {
    font-size: 1.8rem;
  }
  #main .contents {
    /*ボタン*/
  }
  #main .contents h2 {
    font-size: 3.4rem;
  }
  #main .contents h2 span {
    font-size: 1.6rem;
  }
  #main .contents > a.btn {
    font-size: 1.6rem;
    padding: 0.7em 2em;
  }
}
@media screen and (max-width: 1024px) {
  #main header #title_wrap .title h1 {
    font-size: 1.6rem;
  }
  #main .contents {
    /*ボタン*/
  }
  #main .contents h2 {
    font-size: 3rem;
  }
  #main .contents h2 span {
    font-size: 1.5rem;
  }
  #main .contents h2::before {
    width: 3px;
    left: -1em;
    height: 100%;
  }
  #main .contents > a.btn {
    font-size: 1.5rem;
    padding: 0.7em 2em;
  }
}
@media screen and (max-width: 768px) {
  #header .header {
    padding: 8px 0;
  }
  #main header {
    /*パンクず*/
  }
  #main header #title_wrap .title h1 {
    font-size: 1.4rem;
    margin: 2em 0;
  }
  #main header #title_wrap .title h1 span {
    font-size: 2em;
    display: block;
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  #main header .nav {
    background-color: #EFEFEF;
    padding: 0.2em 20px;
  }
  #main header .nav p {
    text-align: right;
    font-size: 1.3rem;
    font-weight: 500;
  }
  #main header .nav p span {
    padding-left: 0.5em;
  }
  #main header .nav p span.last {
    color: #3366CC;
  }
  #main .contents {
    padding: 0 10px;
    /*ボタン*/
  }
  #main .contents h2 {
    font-size: 2.4rem;
    margin-bottom: 0.7em;
  }
  #main .contents h2 span {
    font-size: 1.4rem;
  }
  #main .contents h2::before {
    left: -0.8em;
  }
  #main .contents > a.btn {
    font-size: 1.3rem;
    margin-left: 2em;
    padding: 0.5em 1.5em;
  }
}
