/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
main {
  overflow: hidden;
}
.mv {
  position: relative;
  width: 100%;
  background: url("/img/common/bg_sp.webp") center / cover;
  padding: 110px 0 0;
  text-align: left;
}
.mv h2 {
  color: #0066DD;
  font-weight: 500;
  padding: 0 0 0 30px;
  margin: 0 auto 1em;
}
.mv h2 div {
  position: relative;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.3;
}
.mv h2 div::before {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0%, -50%);
  content: '';
  width: 25px;
  height: 1px;
  background: #0066DD;
}
.mv h2 p {
  font-size: 1.7rem;
}
.mv_img {
  display: none;
}
/*about*/
.about {
  width: 85%;
  margin: auto;
}
.about div {
  font-weight: 500;
  font-size: 1.9rem;
  margin: 0 auto 0.5em;
  letter-spacing: 2px;
}
.about div span {
  color: #0066DD;
}
.about p {
  text-align: left;
  line-height: 1.8;
}
.about p span {
  color: #0066DD;
}
/*point*/
.point {
  width: 85%;
  margin: auto;
}
.point li {
  margin: 1.5em auto 0;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px;
}
.point_img {
  width: 70%;
  margin: 0 auto 1em;
}
.point_txt {
  text-align: left;
}
.point_txt div {
  margin: 0 auto 0.5em;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.point_txt div span {
  background: #0066DD;
  padding: 5px 7px;
  border-radius: 5px;
  margin: 0 3px;
}
.point_txt p {
  line-height: 1.8;
}
/* question */
.question {
  position: relative;
  width: 85%;
  margin: auto;
}
.question::before, .question::after {
  position: absolute;
  content: '';
  top: -10px;
  display: block;
  width: 40px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.question::before {
  left: -18px;
  background-image: url("/img/about/illust01.webp");
}
.question::after {
  right: -18px;
  background-image: url("/img/about/illust02.webp");
}
.question div {
  font-weight: 500;
  color: #0066DD;
  font-size: 1.6rem;
  position: relative;
  margin: 0 auto 0.7em;
  padding: 0 0 3px;
}
.question div::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 52%;
  transform: translate(-50%, 0%);
  display: block;
  width: 130px;
  height: 6px;
  background-image: url("/img/about/line.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.question h2 {
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0 auto 0.5em;
}
.question h2 span {
  color: #0066DD;
}
.graph {
  position: relative;
  width: 80%;
  margin: 1em auto 3em;
}
.graph::after {
  position: absolute;
  content: '';
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/about/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.graph_img {
  width: 90%;
  margin: auto;
}
.graph_txt {}
.graph_txt ul {}
.graph_txt ul li {
  background: #0066DD;
  color: #fff;
  border-radius: 10px;
  padding: 10px 0 15px;
  margin: 1em auto 0;
  font-weight: 500;
  font-size: 1.5rem;
}
.graph_txt ul li:nth-child(2) {
  background: #6EB92C;
}
.graph_txt ul li:nth-child(3) {
  background: #FFE200;
  color: #333;
}
.graph_txt ul li p {
  margin: 0 auto 0.5em;
}
.graph_txt ul li img {
  width: 80%;
  max-width: 180px;
}
.graph_close {
  width: calc(90% - 20px);
  margin: auto;
  display: inline-block;
  background: #0066DD;
  font-weight: 500;
  padding: 10px 10px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  border-radius: 10px;
}
.graph_close span {
  color: #FFE200;
}
/* reason */
.reason_bg {
  position: relative;
  background: #F0F9FC;
  box-shadow: 0px 0px 20px 0px rgba(121, 183, 255, 0.16) inset;
  border-radius: 15px;
  width: calc(90% - 40px);
  padding: 20px 20px 20px;
  margin: 2em auto 4em;
}
.reason_bg > div {
  font-weight: 500;
  font-size: 1.5rem;
}
.reason_bg > div span {
  display: block;
  color: #0066DD;
  font-size: 1.8rem;
}
.reason {
  margin: 0.5em auto 0;
}
.reason li {
  position: relative;
  background: #fff;
  font-weight: 500;
  padding: 7px 4px 7px 35px;
  border-radius: 5px;
  margin: 0.7em auto 0;
  text-align: left;
}
.reason li::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 5px;
  transform: translate(0%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/about/check.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
/* strength */
.strength_heading {
  width: 90%;
  margin: auto;
}
.strength_heading h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  margin: 0 auto 0.5em;
}
.strength_heading h2 img {
  width: auto;
  height: 28px;
  margin: 0 5px 0 0;
}
.strength_heading h2 span {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #F0F9FC;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  z-index: -1;
}
.strength_heading p {
  font-weight: 500;
  color: #0066DD;
  font-size: 1.6rem;
}
.strength_heading p span {
  display: inline-block;
}
.strength {
  width: 85%;
  margin: auto;
}
.strength li {
  position: relative;
  margin: 4em auto 0;
  counter-increment: mycounter;
}
.strength li::before {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: -15px;
  content: counter(mycounter, decimal-leading-zero);
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  color: #0066DD;
  font-size: 3rem;
}
.strength_ttl {
  position: absolute;
  z-index: 1;
  top: -27px;
  left: 25px;
  display: inline-block;
  text-align: left;
  background: #FFE200;
  color: #0066DD;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 5px 10px;
  border-radius: 5px;
}
.strength_img {}
.strength_img img {
  border-radius: 10px 10px 0 0;
  height: 180px;
  object-fit: cover;
}
.strength_txt {
  background: url("/img/about/strength_bg.webp") center / cover;
  border-radius: 0 0 10px 10px;
  color: #fff;
  text-align: left;
  padding: 20px;
}
.strength_txt div {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0 auto 0.2em;
}
.strength_txt h3 {
  font-weight: 500;
  color: #FFE200;
  font-size: 1.8rem;
  margin: 0 auto 0.3em;
  letter-spacing: 2px;
}
.strength_txt p {}
/* achievement */
.achievement_slider {
  font-weight: 500;
  margin: 1em auto 0;
}
.achievement_slider li {
  width: 300px;
  height: auto;
}
.achievement_slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
.achievement_slider .slick-slide {
  transition: all .5s;
  opacity: 0.5;
  margin: 0 10px;
}
/*戻る、次へ矢印の位置*/
.achievement_slider .slick-prev, .achievement_slider .slick-next {
  position: absolute;
  cursor: pointer;
  outline: none;
  content: '';
  top: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/img/common/arrow_deepblue.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
.achievement_slider .slick-prev {
  left: calc(50% - 170px);
  transform: scale(-1, 1);
}
.achievement_slider .slick-next {
  right: calc(50% - 170px);
}
.achievement_slider_in {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
}
.achievement_slider_in img {
  border-radius: 10px;
}
.achievement_list {
  margin: 1em auto;
}
.achievement_list li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 5px 0;
}
.achievement_list li dt {
  width: 80px;
  color: #fff;
  background: #0066DD;
  border-radius: 30px;
  padding: 3px 0;
}
.achievement_list li dd {
  width: calc(100% - 90px);
  text-align: left;
  padding: 3px 0 0;
}
.achievement_price {
  background: #FFE65A;
  border-radius: 10px;
  padding: 10px 0;
}
.achievement_price div {
  color: #0066DD;
  font-size: 1.8rem;
  margin: 0.3em auto 0;
}
.achievement_price div span {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
}
.achievement_contents {
  text-align: left;
  margin: 0 auto 1em;
}
.achievement_contents div {
  position: relative;
  color: #0066DD;
  margin: 0 auto 0.3em;
}
.achievement_contents div::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  content: '';
  background: #0066DD;
  width: calc(100% - 50px);
  height: 1px;
}
.about_close {
  width: 85%;
  margin: 2em auto 0;
}
.about_close li {
  padding: 15px 20px 20px;
  margin: 1em auto 0;
  background: #F0F9FC;
  box-shadow: 0px 0px 20px 0px rgba(121, 183, 255, 0.16) inset;
  border-radius: 15px;
}
.about_close li div {
  color: #0066DD;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 2rem;
}
.about_close li img {
  width: 170px;
}
.about_close li p {
  text-align: left;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {
    padding: 120px 0 0em;
    background: url("/img/common/bg.webp") center / cover;
  }
  .mv h2 {
    padding: 0 0 0 80px;
    margin: 0 auto 2em;
  }
  .mv h2 div {
    display: inline-block;
    font-size: 6rem;
    margin: 0 10px 0 0;
  }
  .mv h2 div::before {
    left: -80px;
    width: 60px;
  }
  .mv h2 p {
    display: inline-block;
    font-size: 2.0rem;
    letter-spacing: 2px;
    line-height: 2;
  }
  .mv_txt {
    position: relative;
    z-index: 1;
    width: 53%;
  }
  .mv_img {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 44%;
    width: 63%;
  }
  /*about*/
  .about {
    width: 90%;
    max-width: 950px;
  }
  .about div {
    font-size: 3.5rem;
    line-height: 1.5;
  }
  .about p {
    line-height: 2.2;
    font-size: 1.7rem;
  }
  /* point */
  .point {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
  .point li {
    margin: 2em auto 0;
    border-radius: 20px;
    padding: 20px 50px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
  }
  .point li:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .point li:nth-of-type(even) .point_img {
    margin: 0 0 0 3%;
  }
  .point_img {
    margin: 0 3% 0 0;
    width: 25%;
  }
  .point_txt {
    width: 65%;
  }
  .point_txt div {
    margin: 0 auto 0.5em;
    line-height: 1.6;
    font-size: 3.5rem;
    letter-spacing: 3px;
  }
  .point_txt div span {
    padding: 5px 15px;
  }
  .point_txt p {
    line-height: 1.9;
    font-size: 1.6rem;
  }
  /* question */
  .question {
    width: 90%;
    max-width: 850px;
  }
  .question::before, .question::after {
    top: -20px;
    width: 90px;
    height: 220px;
  }
  .question::before {
    left: -100px;
  }
  .question::after {
    right: -100px;
  }
  .question div {
    font-size: 3rem;
    margin: 0 auto 0.7em;
    padding: 0 0 3px;
  }
  .question div::before {
    left: 52%;
    width: 292px;
    height: 14px;
  }
  .question h2 {
    letter-spacing: 3px;
    font-size: 4.5rem;
    line-height: 1.4;
  }
  .graph {
    width: 90%;
    max-width: 1100px;
    margin: 1em auto 4em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: space-between;
  }
  .graph::after {
    top: calc(100% + 10px);
    width: 25px;
    height: 25px;
  }
  .graph_img {
    width: 40%;
    margin: 0;
  }
  .graph_txt {
    width: 56%;
  }
  .graph_txt ul {}
  .graph_txt ul li {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 1em auto 0em;
    justify-content: space-between;
    border-radius: 15px;
    padding: 25px 30px 20px;
    font-size: 2rem;
    text-align: left;
  }
  .graph_txt ul li p {
    margin: 0;
    line-height: 1.5;
  }
  .graph_txt ul li img {
    width: 40%;
    max-width: 40%;
  }
  .graph_close {
    width: calc(90% - 40px);
    max-width: calc(1100px - 40px);
    padding: 15px 20px;
    font-size: 2.8rem;
    ;
    border-radius: 15px;
  }
  /* reason */
  .reason_bg {
    border-radius: 30px;
    width: calc(95% - 100px);
    margin: 4em auto 6em;
    padding: 50px 50px 50px;
  }
  .reason_bg > div {
    font-size: 3rem;
    line-height: 1.5;
  }
  .reason_bg > div span {
    font-size: 4rem;
  }
  .reason {
    max-width: 1200px;
    margin: 0.5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .reason li {
    font-size: 1.8rem;
    width: 49%;
    box-sizing: border-box;
    padding: 12px 4px 12px 53px;
    border-radius: 5px;
    margin: 0.7em 0 0;
  }
  .reason li::before {
    left: 15px;
    width: 25px;
    height: 25px;
  }
  /* strength */
  .strength_heading {
    max-width: 1300px;
  }
  .strength_heading h2 {
    font-size: 3.8rem;
    line-height: 1.5;
    margin: 0 auto 0.5em;
  }
  .strength_heading h2 img {
    height: 55px;
    margin: 0 8px 0 0;
  }
  .strength_heading h2 span {
    top: -55px;
    font-size: 6rem;
  }
  .strength_heading p {
    letter-spacing: 3px;
    font-size: 3rem;
    line-height: 1.5;
    margin: 0 auto 1em;
  }
  .strength {
    width: 90%;
    max-width: 1050px;
  }
  .strength li {
    margin: 5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .strength li:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .strength li::before {
    top: -35px;
    left: -73px;
    font-size: 4rem;
  }
  .strength li::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    content: '';
    background: url("/img/about/strength_bg.webp") center / cover;
    border-radius: 0 20px 20px 0;
  }
  .strength li:nth-of-type(odd)::after {
    right: auto;
    left: 0;
    border-radius: 20px 0 0 20px;
  }
  .strength_ttl {
    top: -32px;
    left: -15px;
    font-size: 3.5rem;
    padding: 2px 15px;
    letter-spacing: 3px;
  }
  .strength_img {
    width: 45%;
  }
  .strength_img img {
    border-radius: 20px 0 0 20px;
    height: auto;
  }
  .strength li:nth-of-type(odd) .strength_img img {
    border-radius: 0 20px 20px 0;
  }
  .strength_txt {
    position: relative;
    z-index: 1;
    width: 55%;
    box-sizing: border-box;
    background: none;
    padding: 0px 40px;
  }
  .strength_txt div {
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 0 auto 0.2em;
  }
  .strength_txt h3 {
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 0 auto 0.3em;
  }
  .strength_txt p {
    line-height: 1.8;
  }
  /* achievement */
  .achievement_slider {
    margin: 1.5em auto 0em;
  }
  .achievement_slider li {
    width: 350px;
  }
  .achievement_slider .slick-active {
    transition: all .5s;
    opacity: 1;
  }
  /*戻る、次へ矢印の位置*/
  .achievement_slider .slick-prev, .achievement_slider .slick-next {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .achievement_slider .slick-prev {
    left: calc(50% - 600px);
    transform: scale(-1, 1);
  }
  .achievement_slider .slick-next {
    right: calc(50% - 600px);
  }
  .achievement_slider_in {
    border-radius: 20px;
    padding: 20px 15px;
  }
  .achievement_list {
    margin: 1em auto;
  }
  .achievement_list li dt {
    width: 90px;
  }
  .achievement_list li dd {
    width: calc(100% - 100px);
  }
  .achievement_price div {
    font-size: 2.5rem;
    margin: 0.3em auto 0;
  }
  .achievement_price div span {
    font-size: 4.5rem;
  }
  .achievement_contents div {
    margin: 0 auto 0.2em;
  }
  .achievement_contents div::before {
    width: calc(100% - 60px);
  }
  .achievement_contents p {
    font-size: 1.4rem;
  }
  .about_close {
    width: 90%;
    max-width: 1200px;
    margin: 1em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .about_close li {
    padding: 15px 30px 20px;
    margin: 0 10px 0em;
    width: calc(100% / 3 - 20px);
    box-sizing: border-box;
    border-radius: 20px;
  }
  .about_close li div {
    font-size: 2.5rem;
  }
  .about_close li img {
    width: 80%;
  }
  .about_close li p {
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 995px) {
  .mv h2 div {
    display: block;
  }
}