@charset "UTF-8";
/*Webフォント使用時*/
@font-face {
  font-family: 'jost';
  font-display: swap;
  src: url('../font/Jost-Medium.woff') format('woff'), url('../font/Jost-Medium.woff2') format('woff2');
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  src: url('../font/NotoSans_regular.otf') format('otf'), url('../font/NotoSans_regular.woff') format('woff'), url('../font/NotoSans_regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  src: url('../font/NotoSans_medium.otf') format('otf'), url('../font/NotoSans_medium.woff') format('woff'), url('../font/NotoSans_medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Noto Sans JP bolder';
  font-display: swap;
  src: url('../font/NotoSans_bold.otf') format('otf'), url('../font/NotoSans_bold.woff') format('woff'), url('../font/NotoSans_bold.woff2') format('woff2');
  font-style: normal;
}
p {
  font-size: 2rem;
  line-height: 1.8;
}
p:not(:last-child) {
  margin-bottom: 1.5em;
}
p.f-Jost.bold {
  font-size: 10rem;
  text-align: center;
  color: #06b050;
  line-height: 1;
}
p + section > h2 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2em;
}
dl {
  line-height: 1.8;
}
h3.b_border:before {
  background-color: #06b050;
  bottom: -20px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 8rem;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
.center {
  text-align: center;
}
.back-gray {
  background: #f7f7f7;
}
.back-white {
  background: #fff;
}
.t-green {
  color: #06b050;
  font-weight: 500;
}
.f-Jost {
  font-family: 'jost';
}
.common_link {
  text-align: center;
}
.common_link p {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.common_link a {
  font-size: 2.4rem;
  font-weight: bold;
  background-image: linear-gradient(90deg, #45eb64, #03a749);
  padding: 0.8em 2.5em 0.8em 1.25em;
  color: #fff;
  display: inline-block;
  position: relative;
  transition: .3s ease-in-out;
}
.common_link a:after {
  position: absolute;
  content: '';
  right: 3.5rem;
  bottom: 0;
  top: 0;
  margin: auto 0;
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  transition: .3s ease-in-out;
}
.common_link a:hover {
  opacity: .7;
  transition: .3s ease-in-out;
}
.common_link a:hover:after {
  right: 2.5rem;
  transition: .3s ease-in-out;
}
body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP';
  font-feature-settings: 'palt';
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #333333;
}
main {
  display: block;
  width: calc(100% - 22rem);
  margin-left: auto;
  margin-bottom: 10rem;
}
.wrapper {
  width: 96%;
  max-width: 106rem;
  margin: auto;
}
/* ======================header====================== */
header {
  width: 22rem;
  box-shadow: 0px 0px 10px 0px #799567cc;
  position: fixed;
  height: 100%;
  padding: 3rem 1rem;
  z-index: 50;
}
header .main {
  margin-bottom: 5rem;
}
header .link-list {
  display: flex;
  align-items: flex-end;
  height: calc(100% - 36rem);
  justify-content: center;
  padding-bottom: 1em;
}
header .cover {
  height: 100%;
}
header ul.anc-list li {
  margin-bottom: 3rem;
  position: relative;
}
header ul.anc-list li a {
  display: block;
  font-weight: bold;
}
header ul.anc-list li a:hover, header ul.anc-list li a:hover::after, header ul.anc-list li a.active, header ul.anc-list li a.active::after {
  color: #05dc00;
  border-color: #05dc00;
}
header ul.anc-list li a:after {
  position: absolute;
  content: '';
  right: 1.5rem;
  bottom: 0;
  top: 0;
  margin: auto 0;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  transition: .3s;
}
header ul.anc-list li a:hover:after, header ul.anc-list li a.active:after {
  right: 0;
  opacity: 1;
}
header ul.anc-list li:last-child {
  margin-bottom: 0;
}
/* ======================contents====================== */
.main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/mv.jpg);
  background-size: cover;
  background-position: 50% center;
  background-repeat: no-repeat;
  height: calc(100vh - 25rem);
  max-height: 65rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.main-content h1 {
  font-size: 3.2rem;
  margin-bottom: 1.8em;
  text-shadow: 1px 1px 20px #016b33e6;
}
.main-content h1 span {
  font-size: 6.4rem;
  font-family: 'Noto Sans JP bolder';
  margin-top: 0.4em;
  display: block;
}
.main-content p {
  background: rgb(51 51 51 / 60%);
  display: inline-block;
  padding: 0.4em 2em;
  font-size: 2.2rem;
  font-weight: bold;
}
.about h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  color: #06b050;
  margin-bottom: 1.25em;
}
.about h2 span {
  font-size: 3.2rem;
}
.about > section {
  padding: 6rem;
  position: relative;
  bottom: 7rem;
  z-index: 5;
}
.about .flex {
  display: flex;
  justify-content: space-between;
}
.about .flex > *:first-child {
  flex-basis: 68%;
}
.about .flex > *:last-child {
  flex-basis: 25%;
}
.advice, .course {
  padding: 10rem 0;
}
.voice, .results, .qa {
  padding: 10rem 0 0 0;
}
.advice .col {
  display: flex;
  justify-content: space-between;
}
.advice .col {
  margin-bottom: 4rem;
  padding: 4rem 3rem;
  background: #eaffee;
}
.advice .col > *:first-child {
  flex-basis: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
.advice .col > *:first-child h3 {
  font-size: 2.8rem;
  text-align: center;
  color: #06b050;
  font-weight: bold;
  position: relative;
}
.advice .col > *:last-child {
  flex-basis: calc(100% - 34rem);
}
.advice .col li {
  margin-bottom: 0.9em;
  text-indent: -2rem;
}
.advice .col li:last-child {
  margin-bottom: 0;
}
.advice .col li:before {
  content: "●";
  color: #06b050;
  margin-right: 10px;
  font-size: 10px;
  position: relative;
  bottom: 2px;
}
.course p.narrow {
  max-width: 80rem;
  margin: auto;
  margin-bottom: 2.5em;
}
.course .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.course .item > div {
  flex-basis: 30%;
  background: #fff;
  border: solid 1px;
  padding: 2rem;
}
.course .item > div p {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 0;
}
.course .item > div span {
  font-size: 1.4rem;
}
.course .item > div figure {
  margin-bottom: 0.6em;
  text-align: center;
}
.course .item > div figcaption {}
.course .item > div figure img {
  max-width: 14rem;
  margin: 2rem 0;
}
.course .item > div:nth-child(1) {
  border-color: #cf9720;
}
.course .item > div:nth-child(1) p, .course .item > div:nth-child(1) figcaption {
  color: #cf9720;
}
.course .item > div:nth-child(2) {
  border-color: #0768bc;
}
.course .item > div:nth-child(2) p, .course .item > div:nth-child(2) figcaption {
  color: #0768bc;
}
.course .item > div:nth-child(3) {
  border-color: #d73025;
}
.course .item > div:nth-child(3) p, .course .item > div:nth-child(3) figcaption {
  color: #d73025;
}
.course .application h3, .results .example h3, .results .introduction h3 {
  position: relative;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
  color: #06b050;
  margin-bottom: 1.8em;
}
.course .application > div {
  display: flex;
  padding: 5rem;
  max-width: 72rem;
  margin: auto;
  justify-content: space-between;
}
.course .application > div > *:first-child {
  display: flex;
  align-items: center;
  flex-basis: 70%;
}
.course .application > div span {
  display: block;
}
.course .application > div span:last-child {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.course .application > div > *:last-child {
  flex-basis: 26%;
}
.voice .col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.voice .col > *:first-child {
  flex-basis: 13rem;
  display: flex;
  align-items: center;
}
.voice .col > *:last-child {
  flex-basis: calc(100% - 18rem);
  background: #eaffee;
  position: relative;
}
.voice .col > *:last-child p {
  font-size: 1.6rem;
  padding: 2.5em;
}
.voice .col > *:last-child:before {
  content: "";
  position: absolute;
  top: 47%;
  left: -30px;
  margin-top: -15px;
  clip-path: polygon(0% 40%, 40px 0%, 40px 40px);
  width: 50px;
  height: 50px;
  background-color: #eaffee;
}
.results .disc {
  display: flex;
  justify-content: space-between;
  max-width: 90rem;
  margin: auto;
  margin-bottom: 4rem;
}
.results .disc > *:first-child {
  flex-basis: 63%;
  display: flex;
  align-items: center;
}
.results .disc > *:last-child {
  flex-basis: 34%;
}
.results .example {
  margin-bottom: 4rem;
}
.results .example .flex {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.results .example .flex > div {
  background: #fafafa;
  flex-basis: 100%;
  max-width: 34rem;
  margin-right: 3%;
}
.results .example .flex > div p {
  padding: 3rem;
  font-size: 1.6rem;
}
.results .example .flex > div:last-child {
  margin-right: 0;
}
.results .introduction {
  background: #eaffee;
  padding: 4rem 3rem;
}
.results .introduction .flex {
  display: flex;
  justify-content: space-between;
}
.results .introduction .flex > *:first-child {
  flex-basis: 38%;
}
.results .introduction .flex > *:last-child {
  flex-basis: 58%;
}
.results .introduction p, .results .introduction dl {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.results .introduction dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}
.results .introduction dt {
  position: relative;
}
.results .introduction dt:before {
  content: "●";
  color: #06b050;
  margin-right: 5px;
  font-size: 10px;
  position: relative;
  bottom: 2px;
}
.qa .col {
  margin-bottom: 5rem;
}
.qa .ques {}
.qa .ques:before {
  content: "Q";
  font-family: 'jost';
  font-size: 5rem;
  color: #a1d7b2;
  position: absolute;
  left: -50px;
  bottom: -8px;
  font-weight: normal;
}
.qa .ques {
  position: relative;
  margin-bottom: 3rem;
  margin-left: 5rem;
}
.qa .ques p {
  font-size: 2.2rem;
  font-weight: bold;
}
.qa .answer {
  background: #fffae8;
  padding: 1.5rem 1.5rem 1.5rem 6rem;
  position: relative;
  width: 66rem;
  margin-left: auto;
}
.qa .answer:before {
  color: #ffe27f;
  content: "A";
  font-family: 'jost';
  font-size: 5rem;
  position: absolute;
  left: 1.5rem;
  top: 0.5rem;
}
.qa .answer p {
  font-size: 1.6rem;
  margin-right: 0;
}
.qa .answer dl {
  display: flex;
}
.qa .answer dt:before {
  content: "●";
  color: #06b050;
  margin-right: 5px;
  font-size: 10px;
  position: relative;
  bottom: 2px;
}
.qa .answer .flex {
  display: flex;
}
.qa .answer .flex dl {
  margin-right: 2rem;
}
.qa .answer .flex dt:before {
  content: none;
}
footer {
  width: calc(100% - 22rem);
  margin-left: auto;
  background: url(../images/footer_bg.jpg);
  background-size: cover;
  background-position: 50% center;
  background-repeat: no-repeat;
  padding: 6rem 0 16rem 0;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
}
.bt-pagetop {
  position: fixed;
  right: 20px;
  bottom: 16px;
  cursor: pointer;
  border: solid 1px;
  color: #fff;
  padding: 1.5rem 1.5rem;
  background: #06b050;
  z-index: 10;
  transition: .3s ease-in-out;
}
.bt-pagetop:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 1em;
  height: 1em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(25%) rotate(-45deg);
  position: relative;
}
.bt-pagetop:hover {
  opacity: .7;
  transition: .3s ease-in-out;
}
footer p.large {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
footer p.middle {
  font-size: 3.5rem;
  margin-bottom: 0.4em;
}
footer a.more {
  color: #fff;
  font-size: 2.2rem;
  border: solid 1px #fff;
  padding: 1rem 1rem;
  display: inline-block;
  margin: auto;
  max-width: 67rem;
  width: 96%;
}
footer a:hover {
  opacity: .8;
}
footer a.more img, footer .fixed img {
  width: 23px;
  margin: 0 0 0 10px;
}
footer .fixed {
  background: #06b050;
  padding: 2rem 0;
  position: fixed;
  bottom: 0;
  width: calc(100% - 22rem);
  margin-left: auto;
  z-index: 10;
}
footer .fixed a {
  color: #06b050;
  background: #fff;
  padding: 1.5rem 0;
  display: inline-block;
  font-size: 1.4rem;
  max-width: 67rem;
  width: 78%;
}
footer .fixed a span {
  font-size: 2rem;
  padding-left: .3em;
}
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓SP↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
@media only screen and (max-width: 960px) {
  body {
    font-size: 1.5rem;
  }
  p {
    font-size: 1.5rem;
  }
  p:not(:last-child) {
    margin-bottom: .8em;
  }
  p.f-Jost.bold {
    font-size: 5.5rem;
  }
  p + section > h2 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h3.b_border:before {}
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .common_link p {
    font-size: 1.8rem;
    margin-bottom: .5em;
  }
  .common_link a {
    font-size: 1.8rem;
    padding: 0.8em 3.5em 0.8em 1.25em;
  }
  .common_link a:after {}
  main {
    display: block;
    width: 100%;
    margin-bottom: 5rem;
  }
  /* ======================header====================== */
  header {
    top: 0;
    height: 5rem;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  header ul.anc-list {
    color: #fff;
  }
  header .link-list {
    display: block;
    color: #fff;
    height: auto;
    margin-top: 4rem;
  }
  header .link-list a:hover {
    opacity: .7;
  }
  header .cover {
    display: none;
  }
  header ul.anc-list li {
    margin-bottom: 2rem;
  }
  header ul.anc-list li a {
    font-size: 1.4rem;
    display: inline-block;
  }
  header ul.anc-list li a:hover, header ul.anc-list li a:hover::after {}
  header ul.anc-list li a:after {
    border: none;
  }
  .burger {
    width: 50px;
    height: 48px;
    margin-right: auto;
    cursor: pointer;
    position: relative;
    padding: 12px 10px;
    z-index: 100;
    background: rgba(31, 51, 45, 0.9);
  }
  .burger span {
    display: block;
    transition: all 0.1s;
    left: 0;
    height: 1px;
    background: #ffffff;
    margin-bottom: 10px;
  }
  .burger span:last-child {
    margin: 0;
  }
  header.active .burger {
    background: none;
  }
  header.active .burger span:nth-of-type(1) {
    top: 50%;
    left: 10%;
    transform: rotate(-45deg);
    width: 4rem;
  }
  header.active .burger span:nth-of-type(2) {
    opacity: 0;
    top: 50%;
    left: 10%;
    transform: rotate(45deg);
    width: 4rem;
  }
  header.active .burger span:nth-of-type(3) {
    top: 50%;
    left: 10%;
    transform: rotate(45deg);
    width: 4rem;
  }
  header.active .burger {}
  header.active .burger span {
    position: absolute;
  }
  header.active .cover {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 6.5rem 2rem 0 2.5rem;
    z-index: 15;
    background: rgba(31, 51, 45, 0.9);
    overflow-y: auto;
  }
  header ul.anc-list li span.en {
    font-size: 3.6rem;
    font-family: 'jost';
    font-weight: normal;
  }
  header .link-list > div {
    margin-bottom: 2rem;
  }
  header .link-list img {
    width: 15px;
    position: relative;
    bottom: 1px;
    left: 5px;
  }
  /* ======================contents====================== */
  .main-content {
    max-height: 45rem;
  }
  .main-content h1 {
    font-size: 2rem;
  }
  .main-content h1 span {
    font-size: 4.2rem;
  }
  .main-content p {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.5em 2em;
  }
  .about {
    padding-bottom: 3rem;
}
  .about h2 {
    font-size: 2.6rem;
  }
  .about h2 span {
    font-size: 2rem;
  }
  .about > section {
    bottom: 3rem;
    padding: 3rem;
  }
  .about .flex {
    flex-direction: column;
  }
  .about .flex > *:first-child {
    order: 1;
  }
  .about .flex > *:last-child {
    max-width: 25rem;
    margin: auto;
    margin-bottom: 2rem;
    order: 0;
  }
  .advice, .course {
    padding: 5rem 0 7rem;
  }
  .voice, .results, .qa {
    padding: 5rem 0 4rem;
  }
  .qa {
    padding: 5rem 0 0 0;
  }
  .advice .col {
    display: block;
    margin-bottom: 2rem;
    padding: 2.5rem 4rem;
  }
  h3.b_border:before {
    bottom: -15px;
    height: 3px;
  }
  .advice .col > *:first-child {
    margin-bottom: 4rem;
  }
  .advice .col > *:first-child h3 {
    font-size: 2rem;
  }
  .advice .col li {
    font-size: 1.5rem;
  }
  .course .item {
    display: block;
    margin-bottom: 5rem;
  }
  .course .item > div {
    margin-bottom: 2rem;
  }
  .course .item > div p {
    font-size: 1.8rem;
  }
  .course .item > div figure img {
    margin: 1rem 0 1.5rem;
  }
  .course .application h3, .results .example h3, .results .introduction h3 {
    font-size: 2rem;
  }
  .course .application > div {
    padding: 2rem;
    max-width: 100%;
  }
  .course .application > div span:last-child {
    font-size: 1.2rem;
  }
  .course .item > div:last-child {
    margin-bottom: 0;
  }
  .voice .col {
    display: block;
    margin-bottom: 3rem;
  }
  .voice .col > *:first-child {
    max-width: 13rem;
    margin: auto;
    margin-bottom: 4rem;
  }
  .voice .col > *:last-child {}
  .voice .col > *:last-child p {
    font-size: 1.4rem;
  }
  .voice .col > *:last-child:before {
    clip-path: polygon(40% 0%, 0% 40px, 40px 40px);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -25px;
  }
  .results .disc {
    display: block;
    margin-bottom: 4rem;
  }
  .results .disc > *:first-child {
    margin-bottom: 2rem;
  }
  .results .disc > *:last-child {
    max-width: 30rem;
    margin: auto;
  }
  .results .example {
    margin-bottom: 7rem;
  }
  .results .example .flex {
    display: block;
    margin-bottom: 0;
  }
  .results .example .flex > div {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .results .example .flex > div p {
    font-size: 1.4rem;
  }
  .results .example .flex > div:last-child {}
  .results .introduction {
    padding: 3rem 2rem;
  }
  .results .introduction .flex {
    display: block;
  }
  .results .introduction .flex > *:first-child {
    max-width: 30rem;
    margin: auto;
    margin-bottom: 2rem;
  }
  .results .introduction .flex > *:last-child {}
  .results .introduction p, .results .introduction dl {
    font-size: 1.5rem;
  }
  .results .introduction dl {
    display: block;
  }
  .results .introduction dt {}
  .results .introduction dt:before {}
  .qa .col {
    margin-bottom: 4rem;
  }
  .qa .ques {
    margin-bottom: 2rem;
  }
  .qa .ques:before {
    font-size: 4rem;
    left: -40px;
    top: -7px;
    bottom: 0px;
    margin: auto 0;
  }
  .qa .ques p {
    font-size: 1.8rem;
  }
  .qa .answer {
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 5rem;
  }
  .qa .answer:before {
    font-size: 4rem;
    left: 1.2rem;
    top: 0.5rem;
  }
  .qa .answer p {
    font-size: 1.5rem;
  }
  .qa .answer dl {
    display: block;
    margin-bottom: 1rem;
  }
  .qa .answer dt:before {}
  .qa .answer .flex {
    display: block;
  }
  .qa .answer .flex dl {
    display: flex;
    margin: 0;
  }
  .qa .answer .flex dl:last-of-type {
    margin-bottom: 1em;
  }
  .qa .answer .flex dt:before {}
  footer {
    width: 100%;
    padding: 4rem 0 16rem 0;
  }
  footer p.large {
    font-size: 3.6rem;
  }
  footer p.middle {
    font-size: 2.2rem;
  }
  footer a.more {
    font-size: 2rem;
    max-width: 30rem;
  }
  footer a:hover {}
  footer a.more img, footer .fixed img {
    width: 20px;
  }
  .fixed {}
  footer .fixed {
    padding: 1rem 0;
    width: 100%;
  }
  footer .fixed a {
    padding: 1rem 2rem;
    width: 95%;
  }
  footer .fixed a span {
    padding-left: .3em;
  }
  .bt-pagetop {
    bottom: 95px;
  }
}