html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */




img {
  max-width: 100%;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  background-color: unset;
  border: unset;
  padding: 0;
  cursor: pointer;
}
button:focus {
  outline: unset;
}

a {
  color: currentColor;
  transition: 0.2s;
}
a:hover {
  text-decoration: unset;
  opacity: 0.7;
}

.rec_wrap {
  background-color: #F2F7FA;
  padding: 0 3% 50px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .rec_wrap {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_wrap {
    font-size: 1.4rem;
  }
}

.rec_inner {
  background-color: #fff;
  max-width: 990px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .rec_inner {
    padding: 80px 3%;
  }
}
@media screen and (max-width: 767px) {
  .rec_inner {
    padding: 40px 5%;
  }
}

@media screen and (min-width: 768px) {
  .rec_about {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .rec_about {
    margin-bottom: 60px;
  }
}
.rec_about__ttl {
  position: relative;
  color: #3D58C1;
  font-weight: bold;
  display: table;
}
@media screen and (min-width: 768px) {
  .rec_about__ttl {
    margin-bottom: 50px;
    font-size: 5.3rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_about__ttl {
    margin-bottom: 10px;
    font-size: 3rem;
  }
}
.rec_about__ttl::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  height: 2px;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .rec_about__ttl::after {
    width: 3em;
  }
}
.rec_about__ttl2 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .rec_about__ttl2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rec_about__ttl2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .rec_about__wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .rec_about__wrap__r {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .rec_about__wrap__r {
    margin-bottom: 15px;
  }
}
.rec_about__wrap__l {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .rec_about__wrap__l {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .rec_msg {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .rec_msg {
    margin-bottom: 80px;
  }
}
.rec_msg__ttl {
  color: #3D58C1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .rec_msg__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_msg__ttl {
    font-size: 2.7rem;
  }
}
.rec_msg__en {
  position: relative;
  text-align: right;
  color: #EFEFEF;
  font-weight: bold;
  line-height: 0.6;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .rec_msg__en {
    font-size: 18.7rem;
    margin: 0 -0.75em -0.07em 0;
  }
}
@media screen and (max-width: 767px) {
  .rec_msg__en {
    font-size: 7rem;
    margin: 0 -0.4em -0.05em 0;
  }
}
.rec_msg__img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .rec_msg__txt {
    line-height: 2.3;
  }
}
@media screen and (max-width: 767px) {
  .rec_msg__txt {
    line-height: 1.8;
  }
}

.rec_works {
  margin-bottom: 80px;
}
.rec_works__ttl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .rec_works__ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__ttl {
    margin-bottom: 40px;
  }
}
.rec_works__ttl__jp {
  position: relative;
  z-index: 1;
  color: #3D58C1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .rec_works__ttl__jp {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__ttl__jp {
    font-size: 2.7rem;
  }
}
.rec_works__ttl__en {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #EFEFEF;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .rec_works__ttl__en {
    font-size: 18.7rem;
    right: -140px;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__ttl__en {
    font-size: 7rem;
    right: -0.4em;
  }
}
@media screen and (min-width: 768px) {
  .rec_works__cmn:not(:last-child) {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__cmn:not(:last-child) {
    margin-bottom: 80px;
  }
}
.rec_works__cmn__mask {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .rec_works__cmn__mask {
    padding: 30px 0 180px;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__cmn__mask {
    padding: 30px 0 100px;
  }
}
.rec_works__cmn__mask__bg {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  z-index: -1;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .rec_works__cmn__mask__bg {
    width: 109%;
    left: -4.5%;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__cmn__mask__bg {
    width: 111%;
    left: -5.5%;
  }
}
.rec_works__cmn__mask__ttl {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .rec_works__cmn__mask__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__cmn__mask__ttl {
    font-size: 2.5rem;
  }
}
.rec_works__cmn__mask__wrap {
  background-color: #fff;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .rec_works__cmn__mask__wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .rec_works__cmn__mask__wrap__l {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .rec_works__cmn__mask__wrap__r {
    width: 60%;
    padding: 3%;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__cmn__mask__wrap__r {
    padding: 5%;
  }
}
.rec_works__plan {
  position: relative;
  z-index: 1;
  background-color: #F8F8F8;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .rec_works__plan {
    margin: -110px 0 20px;
    padding: 50px 5%;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__plan {
    margin: -60px 0 20px;
    padding: 40px 5%;
  }
}
.rec_works__plan__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .rec_works__plan__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__plan__ttl {
    font-size: 2.2rem;
  }
}
.rec_works__plan__ttl {
  /*button {
    position: relative;
    font-weight: bold;
    &::before {
      position: absolute;
      content: '+';
      top: 50%;
      transform: translateY(-50%);
      line-height: 1;
      @include g.smd- {
        right: 110%;
        font-size: 5rem;
      }
      @include g.smd {
        right: 102%;
        font-size: 3rem;
      }
    }
  }*/
}
.rec_works__plan__list {
  margin-top: 30px;
  max-height: 150px;
  overflow: hidden;
  position: relative;
}
.rec_works__plan__list.active {
  max-height: unset;
}
.rec_works__plan__list__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .rec_works__plan__list__item:not(:last-child) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__plan__list__item:not(:last-child) {
    padding-bottom: 20px;
  }
}
.rec_works__plan__list__item::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 100%;
  width: 2px;
  background-color: #3D58C1;
}
@media screen and (min-width: 768px) {
  .rec_works__plan__list__item::before {
    left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__plan__list__item::before {
    left: 25px;
  }
}
.rec_works__plan__list__item__num {
  position: relative;
  background-color: #3D58C1;
  aspect-ratio: 1/1;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .rec_works__plan__list__item__num {
    width: 70px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__plan__list__item__num {
    width: 50px;
    font-size: 1.2rem;
    letter-spacing: -0.05em;
  }
}
.rec_works__plan__list__item__num::after {
  position: absolute;
  content: "";
  background-color: #3D58C1;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  left: 98%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .rec_works__plan__list__item__num::after {
    width: 11px;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__plan__list__item__num::after {
    width: 8px;
  }
}
@media screen and (min-width: 768px) {
  .rec_works__plan__list__item__cnt {
    width: calc(98% - 81px);
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__plan__list__item__cnt {
    width: calc(98% - 58px);
    margin-top: 10px;
  }
}
.rec_works__plan__list__item__cnt__ttl {
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .rec_works__plan__list__item__cnt__ttl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__plan__list__item__cnt__ttl {
    font-size: 1.8rem;
  }
}
.rec_works__plan__list__item__cnt__list {
  line-height: 1.6;
}
.rec_works__plan__list__item__cnt__list__item:not(:last-child) {
  margin-bottom: 0.5em;
}
.rec_works__plan__wrap {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .rec_works__plan__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .rec_works__plan__wrap__l {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__plan__wrap__l {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .rec_works__plan__wrap__r {
    width: 45%;
  }
}
.rec_works__plan__wrap__r a {
  background-color: #3A00FF;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  display: block;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .rec_works__plan__wrap__r a {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__plan__wrap__r a {
    font-size: 1.8rem;
  }
}
.rec_works__skill {
  background-color: #FBEF4A;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .rec_works__skill {
    padding: 50px 5% 70px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__skill {
    padding: 40px 5%;
    margin-bottom: 20px;
  }
}
.rec_works__skill__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .rec_works__skill__ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__skill__ttl {
    font-size: 2.2rem;
  }
}
.rec_works__skill__ttl.active button::before {
  content: "-";
}
.rec_works__skill__ttl button {
  position: relative;
  font-weight: bold;
}
.rec_works__skill__ttl button::before {
  position: absolute;
  content: "+";
  top: 45%;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .rec_works__skill__ttl button::before {
    right: 110%;
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__skill__ttl button::before {
    right: 102%;
    font-size: 3rem;
  }
}
.rec_works__skill__list {
  margin-top: 30px;
  max-height: 100px;
  overflow: hidden;
  position: relative;
}
.rec_works__skill__list.active {
  max-height: unset;
}
.rec_works__skill__list__item:not(:last-child) {
  margin-bottom: 30px;
}
.rec_works__skill__list__item__ttl {
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .rec_works__skill__list__item__ttl {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_works__skill__list__item__ttl {
    font-size: 2rem;
  }
}
.rec_works__more {
  display: block;
  margin: 10px auto 0;
  cursor: pointer;
  background-color: #1E4FEF;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 1.4rem;
}

.btn {
  background-color: #EF7F1E;
  color: #fff;
  display: block;
  max-width: 352px;
  border-radius: 50px;
  margin: auto;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 3rem;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.8rem;
    padding: 15px;
  }
}
.btn.ble {
  background-color: #0059AE;
}

.btn.green {
  background-color: #00AE65;
font-size: 1.2em;
  padding: 15px;
}

.btn:hover {
  color: #fff;
}

.rec_faq__en {
  text-align: center;
  font-weight: bold;
  color: #EEE;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .rec_faq__en {
    font-size: 18.7rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_faq__en {
    font-size: 7rem;
  }
}

.rec_int__ttl {
  color: #3D58C1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .rec_int__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_int__ttl {
    font-size: 2.7rem;
  }
}
.rec_int__en {
  color: #EFEFEF;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: -0.05em;
  text-align: right;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .rec_int__en {
    font-size: 18.7rem;
    margin-right: -0.6em;
  }
}
@media screen and (max-width: 767px) {
  .rec_int__en {
    font-size: 7rem;
    margin-right: -0.4em;
  }
}
@media screen and (min-width: 768px) {
  .rec_int__cnt {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .rec_int__cnt {
    margin-bottom: 70px;
  }
}
.rec_int__cnt__ttl {
  color: #3D58C1;
  font-weight: bold;
  margin-bottom: 10px;
border-left: 18px solid #3D58C1;
padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .rec_int__cnt__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_int__cnt__ttl {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 768px) {
  .rec_int__cnt__post {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rec_int__cnt__post {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.rec_int__cnt__img {
  margin-bottom: 20px;
}
.rec_int__cnt__ttl2 {
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .rec_int__cnt__ttl2 {
    font-size: 4.9rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_int__cnt__ttl2 {
    font-size: 2.5rem;
  }
}
.rec_int__cnt__ttl3 {
  color: #3D58C1;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .rec_int__cnt__ttl3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_int__cnt__ttl3 {
    font-size: 2rem;
  }
}
.rec_int__cnt__txt {
  line-height: 1.7;
}
.rec_int__cnt__wrap {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .rec_int__cnt__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .rec_int__cnt__wrap__l {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .rec_int__cnt__wrap__l {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .rec_int__cnt__wrap__r {
    width: 47%;
  }
}
.rec_int__txt {
  color: #414141;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .rec_int__txt {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .rec_int__txt {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .rec_int__btn:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rec_int__btn:not(:last-child) {
    margin-bottom: 20px;
  }
}

.rec_faq__ttl {
  color: #3D58C1;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .rec_faq__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_faq__ttl {
    font-size: 2.7rem;
  }
}
.rec_faq__en2 {
  color: #EFEFEF;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .rec_faq__en2 {
    font-size: 9rem;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .rec_faq__en2 {
    font-size: 7rem;
    margin-bottom: 50px;
  }
}
.rec_faq__ttl2 {
  color: #3D58C1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .rec_faq__ttl2 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rec_faq__ttl2 {
    font-size: 2.3rem;
    margin-bottom: 25px;
  }
}
.rec_faq__list {
  font-weight: bold;
  color: #514E4E;
  margin-bottom: 60px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .rec_faq__list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rec_faq__list__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.rec_faq__list__item__ttl {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .rec_faq__list__item__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_faq__list__item__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .rec_faq__list__item__txt {
    margin-left: 1.5em;
  }
}
.rec_faq__txt {
  position: relative;
  background-color: #F2F2F2;
  font-weight: bold;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .rec_faq__txt {
    text-align: center;
    padding: 2em;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rec_faq__txt {
    font-size: 1.6rem;
    padding: 1.5em;
    margin-bottom: 30px;
  }
}
.rec_faq__txt::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 100%;
  background-color: #F2F2F2;
  aspect-ratio: 1.5/1;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .rec_faq__txt::before {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rec_faq__txt::before {
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  .rec_faq__btn:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rec_faq__btn:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .rec_faq__btn.ble {
    padding: 10px;
    font-size: 3rem;
  }
}/*# sourceMappingURL=style.css.map */

