@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 10px;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #121212;
}

article, header, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
  position: relative;
}

body {
  font-family: "Noto Sans JP", YakuHanJP, sans-serif, "游ゴシック体", YuGothic;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  background-color: #ffffff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #121212;
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}
@media (max-width: 599px) {
  table table {
    width: 100%;
  }
}

header {
  background: linear-gradient(180deg, #2c31af, #3238c8);
  padding: 80px 120px;
}
@media (max-width: 1024px) {
  header {
    padding: 80px 40px;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 40px 20px 80px;
  }
}
header .headwrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  header .headwrapper {
    display: block;
  }
}
header .headwrapper .logo_sp {
  display: none;
  position: relative;
}
@media (max-width: 599px) {
  header .headwrapper .logo_sp {
    display: flex;
    margin-bottom: 40px;
  }
  header .headwrapper .logo_sp img {
    width: 40px;
  }
  header .headwrapper .logo_sp p {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
  }
}
header .headwrapper .left .title_sub {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: 600;
}
header .headwrapper .left h1 {
  font-size: 5rem;
  color: #ffffff;
  font-weight: 700;
  margin-top: 6px;
  line-height: 1.5em;
}
@media (max-width: 1024px) {
  header .headwrapper .left h1 {
    font-size: 3.2rem;
  }
}
header .headwrapper .left .title_under {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  margin-top: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  header .headwrapper .left .title_under {
    font-size: 1.8rem;
  }
}
@media (max-width: 599px) {
  header .headwrapper .left .title_under .sp_none {
    display: none;
  }
}
header .headwrapper .left .link {
  width: 70%;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  header .headwrapper .left .link {
    width: auto;
  }
}
@media (max-width: 599px) {
  header .headwrapper .left .link {
    margin-top: 40px;
  }
}
header .headwrapper .left .link a {
  background-color: #20bf55;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 20px 0;
  border-radius: 40px;
  position: relative;
  transition: 0.3s ease-in-out;
  border: 4px solid #20bf55;
}
@media (max-width: 1024px) {
  header .headwrapper .left .link a {
    padding-left: 20px;
  }
}
header .headwrapper .left .link a::before {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url(../images/dlicon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
}
@media (max-width: 1024px) {
  header .headwrapper .left .link a::before {
    left: 20%;
  }
}
header .headwrapper .left .link a:hover {
  background-color: #70d291;
}
header .headwrapper .left .link p {
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
header .headwrapper .left .sp_mv {
  display: none;
}
@media (max-width: 599px) {
  header .headwrapper .left .sp_mv {
    display: block;
    width: 70%;
    margin: 10px auto 0;
  }
}
header .headwrapper .right {
  width: 35.15%;
}
@media (max-width: 599px) {
  header .headwrapper .right {
    display: none;
  }
}
header .headwrapper .right img {
  width: 100%;
}

.about {
  background-color: #3238C8;
}
.about .aboutwrapper {
  background-color: #F8F6E6;
  padding: 160px 9.37% 0;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 1024px) {
  .about .aboutwrapper {
    padding: 100px 40px 0;
  }
}
@media (max-width: 599px) {
  .about .aboutwrapper {
    padding: 60px 20px 0;
  }
}
.about .aboutwrapper h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  .about .aboutwrapper h2 {
    font-size: 2.8rem;
  }
}
.about .aboutwrapper .abouttxt {
  margin-top: 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .about .aboutwrapper .abouttxt {
    background-image: url(../images/about.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(248, 246, 230, 0.8);
    background-blend-mode: lighten;
    background-position: right;
  }
}
@media (max-width: 599px) {
  .about .aboutwrapper .abouttxt {
    margin-top: 20px;
  }
}
.about .aboutwrapper .abouttxt p {
  font-size: 1.8rem;
  line-height: 2em;
  font-weight: 400;
  width: 60%;
}
@media (max-width: 1024px) {
  .about .aboutwrapper .abouttxt p {
    width: auto;
  }
}
@media (max-width: 599px) {
  .about .aboutwrapper .abouttxt p {
    font-size: 1.6rem;
  }
}
.about .aboutwrapper .abouttxt img {
  width: 30%;
}
@media (max-width: 1024px) {
  .about .aboutwrapper .abouttxt img {
    display: none;
  }
}
.about .aboutwrapper .meritwrapper {
  margin-top: 160px;
}
@media (max-width: 599px) {
  .about .aboutwrapper .meritwrapper {
    margin-top: 100px;
  }
}
.about .aboutwrapper .meritwrapper .title_sub {
  font-size: 2rem;
  font-family: "Prompt", sans-serif;
  color: #3238C8;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .about .aboutwrapper .meritwrapper .title_sub {
    font-size: 1.6rem;
  }
}
.about .aboutwrapper .meritwrapper h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  .about .aboutwrapper .meritwrapper h3 {
    font-size: 2.8rem;
  }
}
.about .aboutwrapper .meritwrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.about .aboutwrapper .meritwrapper ul li {
  width: calc((100% - 80px) / 3);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .about .aboutwrapper .meritwrapper ul li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 599px) {
  .about .aboutwrapper .meritwrapper ul li {
    width: calc((100% - 20px) / 2);
  }
}
.about .aboutwrapper .meritwrapper ul li img {
  width: 100%;
}
.about .aboutwrapper .meritwrapper ul li h4 {
  text-align: center;
  color: #3238C8;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.3em;
}
@media (max-width: 599px) {
  .about .aboutwrapper .meritwrapper ul li h4 {
    font-size: 1.8rem;
  }
}
.about .aboutwrapper .meritwrapper ul li p {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .about .aboutwrapper .meritwrapper ul li p {
    font-size: 1.4rem;
    text-align: left;
  }
  .about .aboutwrapper .meritwrapper ul li p br {
    display: none;
  }
}

.aboutlink {
  background-color: #F8F6E6;
  padding-top: 100px;
  padding-bottom: 160px;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 1024px) {
  .aboutlink {
    padding-bottom: 100px;
    margin-top: -1px;
  }
}
@media (max-width: 599px) {
  .aboutlink {
    padding: 60px 20px 80px;
    margin-top: 0;
  }
}
.aboutlink .link {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .aboutlink .link {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .aboutlink .link {
    width: auto;
  }
}
.aboutlink .link a {
  background-color: #20bf55;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 25px 0;
  border-radius: 40px;
  position: relative;
  transition: 0.3s ease-in-out;
  border: 4px solid #20bf55;
  padding-left: 40px;
}
@media (max-width: 599px) {
  .aboutlink .link a {
    font-size: 1.8rem;
  }
}
.aboutlink .link a::before {
  content: "";
  width: 20px;
  height: 25px;
  background-image: url(../images/dlicon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35%;
}
@media (max-width: 599px) {
  .aboutlink .link a::before {
    left: 20%;
  }
}
.aboutlink .link a:hover {
  background-color: #70d291;
}
.aboutlink .link p {
  text-align: center;
  color: #20bf55;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
@media (max-width: 599px) {
  .aboutlink .link p {
    font-size: 1.6rem;
  }
}

.support .supportwapper {
  padding: 80px 9.37% 0;
}
@media (max-width: 1024px) {
  .support .supportwapper {
    padding: 80px 40px 0;
  }
}
@media (max-width: 599px) {
  .support .supportwapper {
    padding: 80px 20px 0;
  }
}
.support .supportwapper .title_sub {
  font-size: 2rem;
  font-family: "Prompt", sans-serif;
  color: #3238C8;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .support .supportwapper .title_sub {
    font-size: 1.6rem;
  }
}
.support .supportwapper h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  .support .supportwapper h2 {
    font-size: 2.8rem;
  }
}
.support .supportwapper .title_under {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #4D4D4D;
  font-weight: 700;
}
@media (max-width: 599px) {
  .support .supportwapper .title_under {
    font-size: 2rem;
  }
}
.support .supportwapper .txt {
  font-size: 1.8rem;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .support .supportwapper .txt {
    font-size: 1.6rem;
  }
}
.support .supportwapper .steplist {
  margin-top: 60px;
}
.support .supportwapper .steplist li {
  padding: 20px;
  display: flex;
  border-radius: 6px;
  position: relative;
  align-items: flex-start;
}
.support .supportwapper .steplist li:nth-child(odd) {
  background-color: #83B3E3;
}
.support .supportwapper .steplist li:nth-child(even) {
  background-color: #BDD3EA;
}
.support .supportwapper .steplist li:last-child::after {
  display: none;
}
.support .supportwapper .steplist li img {
  width: 130px;
  margin-right: 40px;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .support .supportwapper .steplist li img {
    width: 25%;
    margin: 0 auto;
  }
}
.support .supportwapper .steplist li .litxt {
  margin-top: 20px;
}
.support .supportwapper .steplist li .litxt h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 599px) {
  .support .supportwapper .steplist li .litxt h3 {
    text-align: center;
    font-size: 1.8rem;
  }
}
.support .supportwapper .steplist li .litxt p {
  font-size: 1.6rem;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .support .supportwapper .steplist li .litxt p {
    font-size: 1.4rem;
  }
}
.support .supportwapper .steplist li::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: 100;
}
@media (max-width: 599px) {
  .support .supportwapper .steplist li {
    display: block;
    padding: 40px 20px;
  }
}
.support .supportwapper .hearing {
  margin-top: 80px;
}
.support .supportwapper .hearing h3 {
  color: #3238C8;
  font-size: 2.8rem;
  font-weight: 700;
}
@media (max-width: 599px) {
  .support .supportwapper .hearing h3 {
    font-size: 2.4rem;
  }
}
.support .supportwapper .hearing p {
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .support .supportwapper .hearing p {
    font-size: 1.4rem;
  }
}
.support .supportwapper .hearing .hearinglist {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .support .supportwapper .hearing .hearinglist {
    display: block;
  }
}
.support .supportwapper .hearing .hearinglist li {
  width: calc((100% - 80px) / 3);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .support .supportwapper .hearing .hearinglist li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 599px) {
  .support .supportwapper .hearing .hearinglist li {
    width: auto;
  }
}
.support .supportwapper .hearing .hearinglist li img {
  border-radius: 80px 6px 6px 6px;
  width: 100%;
}
.support .supportwapper .hearing .hearinglist li h4 {
  font-size: 2rem;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}
@media (max-width: 599px) {
  .support .supportwapper .hearing .hearinglist li h4 {
    font-size: 1.8rem;
  }
}
.support .supportwapper .help {
  margin-top: 80px;
}
.support .supportwapper .help h3 {
  color: #3238C8;
  font-size: 2.8rem;
  font-weight: 700;
}
@media (max-width: 599px) {
  .support .supportwapper .help h3 {
    font-size: 2.4rem;
  }
}
.support .supportwapper .help .helptitle_sub {
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .support .supportwapper .help .helptitle_sub {
    font-size: 1.4rem;
  }
}
.support .supportwapper .help .helplist {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .support .supportwapper .help .helplist {
    display: block;
    margin-top: 30px;
  }
}
.support .supportwapper .help .helplist li {
  width: calc((100% - 20px) / 3);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .support .supportwapper .help .helplist li {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 599px) {
  .support .supportwapper .help .helplist li {
    width: auto;
    margin-bottom: 20px;
  }
}
.support .supportwapper .help .helplist li h4 {
  text-align: center;
  padding: 20px 0;
  background-color: #BDD3EA;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 599px) {
  .support .supportwapper .help .helplist li h4 {
    font-size: 2rem;
  }
}
.support .supportwapper .help .helplist li p {
  font-size: 1.5rem;
  padding: 30px 20px;
  line-height: 1.5em;
  background-color: #F2F2F2;
  border-radius: 0 0 6px 6px;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 599px) {
  .support .supportwapper .help .helplist li p {
    font-size: 1.4rem;
  }
}
.support .supportwapper .help .helplist li .he01 {
  background-image: url(../images/help01.png);
}
.support .supportwapper .help .helplist li .he02 {
  background-image: url(../images/help02.png);
}
.support .supportwapper .help .helplist li .he03 {
  background-image: url(../images/help03.png);
}
.support .supportwapper .help .helplist li .he04 {
  background-image: url(../images/help04.png);
}
.support .supportwapper .help .helplist li .he05 {
  background-image: url(../images/help05.png);
}
.support .supportwapper .help .helplist li .he06 {
  background-image: url(../images/help06.png);
}
.support .supportwapper .help .helplist li .he07 {
  background-image: url(../images/help07.png);
}
.support .supportwapper .help .helplist li .he08 {
  background-image: url(../images/help08.png);
}
.support .supportwapper .help .helplist li .he09 {
  background-image: url(../images/help09.png);
}

.supportlink {
  padding-top: 60px;
  padding-bottom: 80px;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 599px) {
  .supportlink {
    padding: 40px 20px 60px;
  }
}
.supportlink .link {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .supportlink .link {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .supportlink .link {
    width: auto;
  }
}
.supportlink .link a {
  background-color: #20bf55;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 25px 0;
  border-radius: 40px;
  position: relative;
  transition: 0.3s ease-in-out;
  border: 4px solid #20bf55;
  padding-left: 40px;
}
.supportlink .link a::before {
  content: "";
  width: 20px;
  height: 25px;
  background-image: url(../images/dlicon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35%;
}
@media (max-width: 599px) {
  .supportlink .link a::before {
    left: 20%;
  }
}
.supportlink .link a:hover {
  background-color: #70d291;
}
@media (max-width: 599px) {
  .supportlink .link a {
    font-size: 1.8rem;
  }
}
.supportlink .link p {
  text-align: center;
  color: #20bf55;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
@media (max-width: 599px) {
  .supportlink .link p {
    font-size: 1.6rem;
  }
}

.strengths_top, .strengths_bottom {
  width: 100%;
}

.strengths {
  background-color: #F8F6E5;
}
.strengths .titlewrapper {
  padding: 0 9.37%;
}
@media (max-width: 1024px) {
  .strengths .titlewrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .strengths .titlewrapper {
    padding: 0 20px;
  }
}
.strengths .titlewrapper .title_sub {
  font-size: 2rem;
  font-family: "Prompt", sans-serif;
  color: #3238C8;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .strengths .titlewrapper .title_sub {
    font-size: 1.6rem;
  }
}
.strengths .titlewrapper h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  .strengths .titlewrapper h2 {
    font-size: 2.8rem;
  }
}
.strengths .titlewrapper .txt {
  font-size: 1.8rem;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .strengths .titlewrapper .txt {
    font-size: 1.6rem;
  }
}
.strengths .strengths_right {
  padding-right: 9.37%;
  display: flex;
  align-items: flex-start;
  margin-top: 120px;
}
@media (max-width: 1024px) {
  .strengths .strengths_right {
    padding-right: 40px;
    justify-content: space-around;
    margin-top: 80px;
  }
}
@media (max-width: 599px) {
  .strengths .strengths_right {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 50px;
  }
}
.strengths .strengths_right img {
  width: 40%;
  margin-right: 80px;
}
@media (max-width: 1024px) {
  .strengths .strengths_right img {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .strengths .strengths_right img {
    width: 100%;
    margin-right: 0;
  }
}
.strengths .strengths_right .txtarea {
  width: 50%;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .strengths .strengths_right .txtarea {
    width: auto;
    margin-top: 20px;
  }
}
.strengths .strengths_right .txtarea h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  .strengths .strengths_right .txtarea h3 {
    font-size: 2rem;
  }
}
.strengths .strengths_right .txtarea p {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2em;
}
.strengths .strengths_left {
  padding-left: 9.37%;
  display: flex;
  margin-top: 120px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1024px) {
  .strengths .strengths_left {
    padding-left: 40px;
    justify-content: space-around;
    margin-top: 80px;
  }
}
@media (max-width: 599px) {
  .strengths .strengths_left {
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.strengths .strengths_left img {
  width: 40%;
  margin-left: 80px;
}
@media (max-width: 1024px) {
  .strengths .strengths_left img {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .strengths .strengths_left img {
    width: 100%;
    order: 1;
  }
}
.strengths .strengths_left .txtarea {
  width: 50%;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .strengths .strengths_left .txtarea {
    width: auto;
    order: 2;
    margin-top: 20px;
  }
}
.strengths .strengths_left .txtarea h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  .strengths .strengths_left .txtarea h3 {
    font-size: 2rem;
  }
}
.strengths .strengths_left .txtarea .strengths_last {
  margin-top: 20px;
}
@media (max-width: 599px) {
  .strengths .strengths_left .txtarea .strengths_last {
    margin-top: 0;
  }
}
.strengths .strengths_left .txtarea p {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2em;
}

.strengthslink {
  background-color: #F8F6E6;
  padding-top: 100px;
  padding-bottom: 80px;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 599px) {
  .strengthslink {
    padding: 80px 20px 60px;
  }
}
.strengthslink .link {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .strengthslink .link {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .strengthslink .link {
    width: auto;
  }
}
.strengthslink .link a {
  background-color: #20bf55;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 25px 0;
  border-radius: 40px;
  position: relative;
  transition: 0.3s ease-in-out;
  border: 4px solid #20bf55;
  padding-left: 40px;
}
.strengthslink .link a::before {
  content: "";
  width: 20px;
  height: 25px;
  background-image: url(../images/dlicon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35%;
}
@media (max-width: 599px) {
  .strengthslink .link a::before {
    left: 20%;
  }
}
.strengthslink .link a:hover {
  background-color: #70d291;
}
@media (max-width: 599px) {
  .strengthslink .link a {
    font-size: 1.8rem;
  }
}
.strengthslink .link p {
  text-align: center;
  color: #20bf55;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
@media (max-width: 599px) {
  .strengthslink .link p {
    font-size: 1.6rem;
  }
}

.achievements {
  margin-top: 40px;
  padding: 0 9.37%;
  background-image: url(../images/jisseki.webp);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
}
@media (max-width: 1024px) {
  .achievements {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .achievements {
    padding: 0 20px;
  }
}
.achievements .title_sub {
  font-size: 2rem;
  font-family: "Prompt", sans-serif;
  color: #3238C8;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .achievements .title_sub {
    font-size: 1.8rem;
  }
}
.achievements h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  .achievements h2 {
    font-size: 2.8rem;
  }
}
.achievements .achievementswrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .achievements .achievementswrapper {
    display: block;
    margin-top: 20px;
  }
}
.achievements .achievementswrapper .content {
  width: 38.46%;
}
@media (max-width: 599px) {
  .achievements .achievementswrapper .content {
    width: auto;
  }
}
.achievements .achievementswrapper .content .title {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .achievements .achievementswrapper .content .title {
    font-size: 1.8rem;
  }
}
.achievements .achievementswrapper .content .title span {
  font-size: 2rem;
  font-weight: 700;
}
.achievements .achievementswrapper .content .text {
  font-size: 1.4rem;
  line-height: 2em;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .achievements .achievementswrapper .content .text {
    margin-top: 0;
  }
}
.achievements .achievementswrapper img {
  width: 53.84%;
}
@media (max-width: 599px) {
  .achievements .achievementswrapper img {
    width: 100%;
    margin-top: 10px;
  }
}

.voice {
  margin-top: 100px;
}
.voice .titlewrapper {
  padding: 0 9.37%;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .voice .titlewrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .voice .titlewrapper {
    padding: 0 10px;
  }
}
.voice .titlewrapper .title_sub {
  font-size: 2rem;
  font-family: "Prompt", sans-serif;
  color: #3238C8;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .voice .titlewrapper .title_sub {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .voice .titlewrapper .title_sub {
    font-size: 1.6rem;
  }
}
.voice .titlewrapper h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 1024px) {
  .voice .titlewrapper h2 {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .voice .titlewrapper h2 {
    font-size: 2.8rem;
  }
}
.voice .voicecontent {
  padding-right: 9.37%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .voice .voicecontent {
    display: block;
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .voice .voicecontent {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.voice .voicecontent img {
  padding-left: 9.37%;
  width: 40%;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .voice .voicecontent img {
    padding-left: 0;
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .voice .voicecontent img {
    width: 100%;
  }
}
.voice .voicecontent p {
  width: 50%;
  font-size: 1.5rem;
  line-height: 2em;
  margin-top: 20px;
}
.voice .voicecontent p span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .voice .voicecontent p span {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .voice .voicecontent p span {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .voice .voicecontent p {
    width: auto;
    margin-top: 30px;
  }
}

.qanda {
  margin: 140px 9.37% 0;
}
@media (max-width: 1024px) {
  .qanda {
    margin: 100px 40px 0;
  }
}
@media (max-width: 599px) {
  .qanda {
    margin: 80px 20px 0;
  }
}
.qanda .title_sub {
  font-size: 2rem;
  font-family: "Prompt", sans-serif;
  color: #3238C8;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 599px) {
  .qanda .title_sub {
    font-size: 1.6rem;
  }
}
.qanda h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
@media (max-width: 599px) {
  .qanda h2 {
    font-size: 2.8rem;
  }
}
.qanda .accordion {
  margin: 40px auto 0;
}
@media (max-width: 1024px) {
  .qanda .accordion {
    width: auto;
    margin: 40px 0 0;
  }
}
@media (max-width: 599px) {
  .qanda .accordion {
    margin: 40px 0 0;
  }
}
.qanda .accordion .accordion-container {
  margin-bottom: 20px;
}
.qanda .accordion .accordion-container .accordion-item .js-accordion-title {
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #F8F6E5;
  padding: 30px 80px 30px 100px;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 599px) {
  .qanda .accordion .accordion-container .accordion-item .js-accordion-title {
    padding: 20px 60px 20px 60px;
    font-size: 1.4rem;
  }
}
.qanda .accordion .accordion-container .accordion-item .js-accordion-title::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/q.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .qanda .accordion .accordion-container .accordion-item .js-accordion-title::before {
    left: 20px;
  }
}
.qanda .accordion .accordion-container .accordion-item .js-accordion-title::after {
  border-right: 6px solid #121212;
  border-top: 6px solid #121212;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 40px;
  top: 30%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
@media (max-width: 599px) {
  .qanda .accordion .accordion-container .accordion-item .js-accordion-title::after {
    right: 20px;
    top: 40%;
  }
}
.qanda .accordion .accordion-container .accordion-item .open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.qanda .accordion .accordion-container .accordion-item .accordion-content {
  display: none;
}
.qanda .accordion .accordion-container .accordion-item .accordion-content p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  background-color: #F4F4F4;
  padding: 30px 40px 30px 100px;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 599px) {
  .qanda .accordion .accordion-container .accordion-item .accordion-content p {
    padding: 20px 60px 20px 60px;
    font-size: 1.4rem;
  }
}
.qanda .accordion .accordion-container .accordion-item .accordion-content p::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/a.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .qanda .accordion .accordion-container .accordion-item .accordion-content p::before {
    left: 20px;
  }
}
.qanda .qandalink {
  padding-top: 100px;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 599px) {
  .qanda .qandalink {
    padding-top: 60px;
  }
}
.qanda .qandalink .link {
  width: 61.53%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .qanda .qandalink .link {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .qanda .qandalink .link {
    width: auto;
  }
}
.qanda .qandalink .link a {
  background-color: #20bf55;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 25px 0;
  border-radius: 40px;
  position: relative;
  transition: 0.3s ease-in-out;
  border: 4px solid #20bf55;
  padding-left: 40px;
}
.qanda .qandalink .link a::before {
  content: "";
  width: 20px;
  height: 25px;
  background-image: url(../images/dlicon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35%;
}
@media (max-width: 599px) {
  .qanda .qandalink .link a::before {
    left: 20%;
  }
}
.qanda .qandalink .link a:hover {
  background-color: #70d291;
}
@media (max-width: 599px) {
  .qanda .qandalink .link a {
    font-size: 1.8rem;
  }
}
.qanda .qandalink .link p {
  text-align: center;
  color: #20bf55;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
@media (max-width: 599px) {
  .qanda .qandalink .link p {
    font-size: 1.6rem;
  }
}

footer {
  margin-top: 140px;
  background-color: #20bf55;
}
footer small {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
}

.topwrapper {
  align-items: center;
  position: relative;
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .topwrapper {
    padding: 10px 20px;
  }
}
.topwrapper .logo {
  display: flex;
}
@media (max-width: 1024px) {
  .topwrapper .logo {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .topwrapper .logo {
    display: none;
  }
}
.topwrapper .logo img {
  width: 60px;
}
@media (max-width: 1024px) {
  .topwrapper .logo img {
    width: 40px;
  }
}
.topwrapper .logo p {
  position: absolute;
  top: 45%;
  transform: translate(20%, -50%);
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .topwrapper .logo p {
    font-size: 1.8rem;
    transform: translate(15%, -50%);
  }
}

.bottomlink {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .bottomlink {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .bottomlink {
    width: 100%;
  }
}
.bottomlink .contact {
  display: block;
  width: 240px;
  padding: 15px 0 15px 20px;
  font-size: 1.6rem;
  background-color: #F28700;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  position: relative;
  border: 2px solid #F28700;
}
.bottomlink .contact:hover {
  background-color: #f8c482;
}
@media (max-width: 1024px) {
  .bottomlink .contact {
    width: 48%;
    margin-right: 0;
    text-align: right;
    padding-right: 10px;
  }
}
@media (max-width: 599px) {
  .bottomlink .contact {
    font-size: 1.2rem;
    border-radius: 2px;
    text-align: center;
    padding-right: 0;
  }
}
.bottomlink .document {
  display: block;
  width: 240px;
  margin-right: 20px;
  padding: 15px 0 15px 20px;
  font-size: 1.6rem;
  background-color: #20bf55;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  position: relative;
  border: 2px solid #20bf55;
}
.bottomlink .document:hover {
  background-color: #70d291;
}
@media (max-width: 1024px) {
  .bottomlink .document {
    width: 48%;
    margin-right: 0;
    text-align: right;
    padding-right: 10px;
  }
}
@media (max-width: 599px) {
  .bottomlink .document {
    font-size: 1.2rem;
    border-radius: 2px;
    text-align: center;
    padding-right: 0;
  }
}

.document::before {
  content: "";
  width: 20px;
  height: 25px;
  background-image: url(../images/dlicon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
@media (max-width: 1024px) {
  .document::before {
    left: 20px;
  }
}
@media (max-width: 599px) {
  .document::before {
    left: 10px;
    height: 20px;
  }
}

.contact::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/mail.png);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}
@media (max-width: 1024px) {
  .contact::before {
    left: 20px;
  }
}
@media (max-width: 599px) {
  .contact::before {
    left: 10px;
  }
}
@media (max-width: 599px) {
  .contact {
    border-right: 2px solid #3238C8;
  }
}/*# sourceMappingURL=style_common.css.map */