@charset "UTF-8";
body {
  overflow-x: hidden;
}

.fv_main {
  position: relative;
}
.fv_main img.pc_only {
  width: 100%;
  vertical-align: bottom;
}
@media (max-width: 750px) {
  .fv_main img.pc_only {
    display: none;
  }
}
.fv_main img.sp_only {
  width: 100%;
  vertical-align: bottom;
  display: none;
}
@media (max-width: 750px) {
  .fv_main img.sp_only {
    display: block;
  }
}
.fv_main .fv_btn_wrap {
  position: absolute;
  bottom: 7%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .fv_main .fv_btn_wrap {
    width: 100%;
    bottom: 22%;
  }
}
.fv_main .fv_btn_wrap .btn_b {
  width: 31.25vw;
}
@media (max-width: 750px) {
  .fv_main .fv_btn_wrap .btn_b {
    width: 80%;
    margin: 0 auto;
  }
}
.fv_main .fv_btn_wrap .btn_b img {
  width: 100%;
}
.fv_main .fv_btn_wrap .btn_b:last-of-type {
  margin-top: 1.389vw;
}

.about {
  position: relative;
  background-image: url(../img/about-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 36.153vw;
}
@media (max-width: 750px) {
  .about {
    background-image: url(../img/about-sp-bg.png);
    height: 163.153vw;
  }
}
.about .a_ttl_con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.about .a_ttl_con .a_ttl {
  color: #603813;
  font-size: 2.4vw;
  text-align: center;
  margin-bottom: 3%;
  letter-spacing: 0.15em;
}
@media (max-width: 750px) {
  .about .a_ttl_con .a_ttl {
    font-size: 6.4vw;
  }
}
.about .a_ttl_con .a_ttl .sp_only {
  display: none;
}
@media (max-width: 750px) {
  .about .a_ttl_con .a_ttl .sp_only {
    display: block;
  }
}
.about .a_ttl_con .a_txt {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1.75;
}
@media (max-width: 955px) {
  .about .a_ttl_con .a_txt {
    font-size: 1.75vw;
  }
}
@media (max-width: 750px) {
  .about .a_ttl_con .a_txt {
    font-size: 4.62vw;
    line-height: 1.75;
  }
}
.about .a_ttl_con .a_txt .sp_only {
  display: none;
}
@media (max-width: 750px) {
  .about .a_ttl_con .a_txt .sp_only {
    display: block;
  }
}

.info {
  background-image: url(../img/info-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 180px 0 230px;
}
@media (max-width: 1100px) {
  .info {
    padding: 100px 0;
  }
}
@media (max-width: 480px) {
  .info {
    padding: 80px 0;
  }
}
.info .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .info .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .info .inner {
    width: calc(100% - 50px);
  }
}
.info .inner .i_ttl {
  font-size: 46px;
  color: #603813;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .info .inner .i_ttl {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .info .inner .i_ttl {
    font-size: 24px;
  }
}
.info .inner .i_ttl .sp_only {
  display: none;
}
@media (max-width: 655px) {
  .info .inner .i_ttl .sp_only {
    display: block;
  }
}
.info .inner .i_ttl:before {
  display: block;
  content: "";
  background-image: url(../img/info-u-ttl-d.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 101px;
  height: 29px;
  margin: 0 auto;
  margin-bottom: 7px;
}
@media (max-width: 480px) {
  .info .inner .i_ttl:before {
    width: 85px;
    height: 24px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.info .inner .i_ttl:after {
  display: block;
  content: "";
  background-image: url(../img/info-under-ttl-d.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 770px;
  height: 10px;
  margin: 0 auto;
  margin-top: 10px;
}
@media (max-width: 830px) {
  .info .inner .i_ttl:after {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .info .inner .i_ttl:after {
    height: 6px;
    margin-top: 16px;
  }
}
.info .inner .i_txt1 {
  margin-top: 50px;
  line-height: 1.75;
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .info .inner .i_txt1 {
    font-size: 17px;
    margin-top: 17px;
  }
}
@media (max-width: 480px) {
  .info .inner .i_txt1 .pc_only {
    display: none;
  }
}
.info .inner .i_txt1 .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .info .inner .i_txt1 .sp_only {
    display: block;
  }
}
.info .inner .differ {
  margin-top: 200px;
}
@media (max-width: 480px) {
  .info .inner .differ {
    margin-top: 65px;
  }
}
.info .inner .differ .d_ttl {
  font-size: 30px;
  color: #603813;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 600;
}
@media (max-width: 480px) {
  .info .inner .differ .d_ttl {
    font-size: 24px;
  }
}
.info .inner .differ .d_ttl .sp_only {
  display: none;
}
@media (max-width: 625px) {
  .info .inner .differ .d_ttl .sp_only {
    display: block;
  }
}
.info .inner .differ .d_ttl .sp_only {
  display: none;
}
@media (max-width: 750px) {
  .info .inner .differ .d_ttl .sp_only {
    display: block;
  }
}
.info .inner .differ .d_ttl:after {
  display: block;
  content: "";
  background-image: url(../img/info-under-ttl-d.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 500px;
  height: 10px;
  margin: 0 auto;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .info .inner .differ .d_ttl:after {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .info .inner .differ .d_ttl:after {
    height: 6px;
    margin-top: 16px;
  }
}
.info .inner .differ .d_wrap_con .d_wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 60px;
  justify-content: center;
  gap: 85px;
  margin-bottom: 60px;
}
@media (max-width: 1045px) {
  .info .inner .differ .d_wrap_con .d_wrap {
    align-items: flex-start;
    gap: 4%;
  }
}
@media (max-width: 750px) {
  .info .inner .differ .d_wrap_con .d_wrap {
    display: block;
  }
}
@media (max-width: 480px) {
  .info .inner .differ .d_wrap_con .d_wrap {
    margin-top: 30px;
  }
}
.info .inner .differ .d_wrap_con .d_wrap:last-of-type {
  margin-bottom: 0;
}
.info .inner .differ .d_wrap_con .d_wrap .left {
  width: 430px;
  flex: 0 0 430px;
}
@media (max-width: 1045px) {
  .info .inner .differ .d_wrap_con .d_wrap .left {
    width: 50%;
    flex: none;
  }
}
@media (max-width: 750px) {
  .info .inner .differ .d_wrap_con .d_wrap .left {
    width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .info .inner .differ .d_wrap_con .d_wrap .left {
    width: 100%;
  }
}
.info .inner .differ .d_wrap_con .d_wrap .left img {
  width: 100%;
}
.info .inner .differ .d_wrap_con .d_wrap .right .d_wrap_ttl {
  font-size: 26px;
  color: #603813;
  letter-spacing: 0.18em;
}
@media (max-width: 750px) {
  .info .inner .differ .d_wrap_con .d_wrap .right .d_wrap_ttl {
    margin-top: 30px;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 480px) {
  .info .inner .differ .d_wrap_con .d_wrap .right .d_wrap_ttl {
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 750px) {
  .info .inner .differ .d_wrap_con .d_wrap .right .d_wrap_ttl .pc_only {
    display: none;
  }
}
@media (max-width: 480px) {
  .info .inner .differ .d_wrap_con .d_wrap .right .d_wrap_ttl .pc_only {
    display: block;
  }
}
.info .inner .differ .d_wrap_con .d_wrap .right .d_wrap_ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .info .inner .differ .d_wrap_con .d_wrap .right .d_wrap_ttl .sp_only {
    display: block;
  }
}
.info .inner .differ .d_wrap_con .d_wrap .right .d_wrap_txt {
  margin-top: 30px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-size: 17px;
}
@media (max-width: 750px) {
  .info .inner .differ .d_wrap_con .d_wrap .right .d_wrap_txt {
    margin-top: 20px;
    letter-spacing: 0.15em;
    line-height: 1.75;
  }
}
@media (max-width: 480px) {
  .info .inner .differ .d_wrap_con .d_wrap .right .d_wrap_txt {
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
}
@media (max-width: 750px) {
  .info .inner .differ .d_wrap_con .d_wrap .right .d_wrap_txt .pc_only {
    display: none;
  }
}
.info .inner .differ .d_wrap_con .d_wrap.reverse {
  flex-direction: row-reverse;
}
.info .inner .merit {
  margin-top: 200px;
}
@media (max-width: 480px) {
  .info .inner .merit {
    margin-top: 65px;
  }
}
.info .inner .merit .m_ttl {
  font-size: 30px;
  color: #603813;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.info .inner .merit .m_ttl .sp_only {
  display: none;
}
@media (max-width: 750px) {
  .info .inner .merit .m_ttl .sp_only {
    display: block;
  }
}
@media (max-width: 480px) {
  .info .inner .merit .m_ttl {
    font-size: 24px;
  }
}
.info .inner .merit .m_ttl:after {
  display: block;
  content: "";
  background-image: url(../img/info-under-ttl-d.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 760px;
  height: 10px;
  margin: 0 auto;
  margin-top: 15px;
}
@media (max-width: 860px) {
  .info .inner .merit .m_ttl:after {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .info .inner .merit .m_ttl:after {
    height: 6px;
    margin-top: 16px;
  }
}
.info .inner .merit .m_wrap {
  display: flex;
  margin: 0 auto;
  margin-top: 60px;
  justify-content: center;
  gap: 50px;
  margin-bottom: 140px;
}
@media (max-width: 1045px) {
  .info .inner .merit .m_wrap {
    gap: 4.5%;
    margin-bottom: 90px;
  }
}
@media (max-width: 750px) {
  .info .inner .merit .m_wrap {
    display: block;
    margin-bottom: 65px;
  }
}
@media (max-width: 480px) {
  .info .inner .merit .m_wrap {
    margin-top: 33px;
    margin-bottom: 50px;
  }
}
.info .inner .merit .m_wrap:last-of-type {
  margin-bottom: 0;
}
.info .inner .merit .m_wrap .left {
  width: 400px;
  flex: 0 0 400px;
}
@media (max-width: 1045px) {
  .info .inner .merit .m_wrap .left {
    flex: none;
    width: 50%;
  }
}
@media (max-width: 750px) {
  .info .inner .merit .m_wrap .left {
    width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .info .inner .merit .m_wrap .left {
    width: 100%;
  }
}
.info .inner .merit .m_wrap .left img {
  width: 100%;
}
.info .inner .merit .m_wrap .right .d_wrap_ttl {
  font-size: 28px;
  color: #603813;
  letter-spacing: 0.15em;
}
@media (max-width: 750px) {
  .info .inner .merit .m_wrap .right .d_wrap_ttl {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .info .inner .merit .m_wrap .right .d_wrap_ttl {
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-top: 15px;
    text-align: center;
  }
}
.info .inner .merit .m_wrap .right .d_wrap_ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .info .inner .merit .m_wrap .right .d_wrap_ttl .sp_only {
    display: block;
  }
}
.info .inner .merit .m_wrap .right .d_wrap_txt {
  margin-top: 40px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-size: 17px;
}
@media (max-width: 750px) {
  .info .inner .merit .m_wrap .right .d_wrap_txt {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .info .inner .merit .m_wrap .right .d_wrap_txt {
    margin-top: 15px;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .info .inner .merit .m_wrap .right .d_wrap_txt .pc_only {
    display: none;
  }
}
.info .inner .more_merit_img {
  width: 930px;
  margin: 0 auto;
  margin-top: 140px;
}
@media (max-width: 1030px) {
  .info .inner .more_merit_img {
    width: 100%;
    margin-top: 90px;
  }
}
@media (max-width: 750px) {
  .info .inner .more_merit_img {
    margin-top: 65px;
  }
}
@media (max-width: 480px) {
  .info .inner .more_merit_img {
    margin-top: 50px;
  }
}
.info .inner .more_merit_img img.pc_only {
  width: 100%;
}
@media (max-width: 750px) {
  .info .inner .more_merit_img img.pc_only {
    display: none;
  }
}
.info .inner .more_merit_img img.sp_only {
  width: 100%;
  display: none;
}
@media (max-width: 750px) {
  .info .inner .more_merit_img img.sp_only {
    display: block;
  }
}

.can {
  padding: 140px 0;
  background: #ffd4d4;
}
@media (max-width: 1100px) {
  .can {
    padding: 90px 0;
  }
}
@media (max-width: 480px) {
  .can {
    padding: 70px 0;
  }
}
.can .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .can .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .can .inner {
    width: calc(100% - 60px);
  }
}
.can .inner .can_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .can .inner .can_wrap {
    gap: 4%;
  }
}
@media (max-width: 800px) {
  .can .inner .can_wrap {
    display: block;
  }
}
.can .inner .can_wrap .can_b {
  width: 480px;
}
@media (max-width: 800px) {
  .can .inner .can_wrap .can_b {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .can .inner .can_wrap .can_b {
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .can .inner .can_wrap .can_b:last-of-type {
    margin-bottom: 0;
  }
}
.can .inner .can_wrap .can_b img {
  width: 100%;
}

.flow {
  padding: 100px 0;
}
@media (max-width: 1100px) {
  .flow {
    padding: 90px 0;
  }
}
@media (max-width: 480px) {
  .flow {
    padding: 70px 0;
  }
}
.flow .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .flow .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .flow .inner {
    width: calc(100% - 60px);
  }
}
.flow .inner .ttl_img {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 90px;
}
@media (max-width: 1100px) {
  .flow .inner .ttl_img {
    margin-bottom: 50px;
  }
}
@media (max-width: 800px) {
  .flow .inner .ttl_img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .flow .inner .ttl_img {
    margin-bottom: 40px;
  }
}
.flow .inner .f_wrap1 {
  display: flex;
  justify-content: center;
  gap: 90px;
}
@media (max-width: 1055px) {
  .flow .inner .f_wrap1 {
    gap: 4%;
  }
}
@media (max-width: 750px) {
  .flow .inner .f_wrap1 {
    display: block;
  }
}
.flow .inner .f_wrap1 .f_b {
  width: 300px;
}
@media (max-width: 750px) {
  .flow .inner .f_wrap1 .f_b {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .flow .inner .f_wrap1 .f_b {
    width: 80%;
    margin-bottom: 30px;
  }
}
.flow .inner .f_wrap1 .f_b .f_pic {
  margin-bottom: 10px;
}
.flow .inner .f_wrap1 .f_b .f_pic img {
  width: 100%;
}
.flow .inner .f_wrap1 .f_b .f_desc {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 17px;
}
@media (max-width: 480px) {
  .flow .inner .f_wrap1 .f_b .f_desc {
    font-size: 16px;
  }
}
.flow .inner .f_wrap2 {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1055px) {
  .flow .inner .f_wrap2 {
    gap: 4%;
  }
}
@media (max-width: 750px) {
  .flow .inner .f_wrap2 {
    margin-top: 0;
    display: block;
  }
}
.flow .inner .f_wrap2 .f_b {
  width: 300px;
}
@media (max-width: 750px) {
  .flow .inner .f_wrap2 .f_b {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .flow .inner .f_wrap2 .f_b {
    width: 80%;
    margin-bottom: 30px;
  }
}
.flow .inner .f_wrap2 .f_b:last-of-type {
  margin-bottom: 0;
}
.flow .inner .f_wrap2 .f_b .f_pic {
  margin-bottom: 10px;
}
.flow .inner .f_wrap2 .f_b .f_pic img {
  width: 100%;
}
.flow .inner .f_wrap2 .f_b .f_desc {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 17px;
}
@media (max-width: 480px) {
  .flow .inner .f_wrap2 .f_b .f_desc {
    font-size: 16px;
  }
}
.flow .inner .f_wrap2 .f_b .f_desc .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .flow .inner .f_wrap2 .f_b .f_desc .sp_only {
    display: block;
  }
}

.achieve {
  padding-bottom: 130px;
}
@media (max-width: 1100px) {
  .achieve {
    padding-bottom: 90px;
  }
}
@media (max-width: 480px) {
  .achieve {
    padding-bottom: 70px;
  }
}
.achieve .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .achieve .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .achieve .inner {
    width: calc(100% - 50px);
  }
}
.achieve .inner .ttl_img {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .achieve .inner .ttl_img {
    width: 100%;
  }
}
.achieve .inner .ttl_img img {
  width: 100%;
}
.achieve .inner .current {
  text-align: center;
  font-size: 24px;
  margin: 15px 0 50px;
}
@media (max-width: 1100px) {
  .achieve .inner .current {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .achieve .inner .current {
    font-size: 18px;
    margin: 15px 0 35px;
  }
}
.achieve .inner .achieve_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1100px) {
  .achieve .inner .achieve_wrap {
    display: block;
  }
}
.achieve .inner .achieve_wrap .left_b {
  position: relative;
  background-image: url(../img/achieve-1-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 480px;
  height: 510px;
}
@media (max-width: 1100px) {
  .achieve .inner .achieve_wrap .left_b {
    margin: 0 auto;
  }
}
@media (max-width: 605px) {
  .achieve .inner .achieve_wrap .left_b {
    width: 100%;
    height: 87vw;
    background-size: contain;
  }
}
.achieve .inner .achieve_wrap .left_b .txt_con {
  position: absolute;
  top: calc(50% + 15px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.achieve .inner .achieve_wrap .left_b .txt_con .txt1 {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.achieve .inner .achieve_wrap .left_b .txt_con .txt1 span {
  font-size: 24px;
}
@media (max-width: 605px) {
  .achieve .inner .achieve_wrap .left_b .txt_con .txt1 span {
    font-size: 4.5vw;
  }
}
.achieve .inner .achieve_wrap .left_b .txt_con .a_ttl {
  text-align: center;
  color: #00a682;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
}
@media (max-width: 605px) {
  .achieve .inner .achieve_wrap .left_b .txt_con .a_ttl {
    font-size: 5.5vw;
  }
}
.achieve .inner .achieve_wrap .left_b .txt_con .a_ttl span {
  color: #00a682;
  font-size: 38px;
  font-weight: 600;
}
@media (max-width: 605px) {
  .achieve .inner .achieve_wrap .left_b .txt_con .a_ttl span {
    font-size: 7vw;
  }
}
.achieve .inner .achieve_wrap .left_b .txt_con .txt2 {
  margin-top: 10px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 605px) {
  .achieve .inner .achieve_wrap .left_b .txt_con .txt2 {
    font-size: 4.5vw;
  }
}
.achieve .inner .achieve_wrap .right_b {
  position: relative;
  background-image: url(../img/achieve-2-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 480px;
  height: 510px;
}
@media (max-width: 1100px) {
  .achieve .inner .achieve_wrap .right_b {
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media (max-width: 605px) {
  .achieve .inner .achieve_wrap .right_b {
    width: 100%;
    height: 87vw;
    background-size: contain;
  }
}
.achieve .inner .achieve_wrap .right_b .txt_con {
  position: absolute;
  top: calc(50% + 15px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.achieve .inner .achieve_wrap .right_b .txt_con .txt1 {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.achieve .inner .achieve_wrap .right_b .txt_con .txt1 span {
  font-size: 24px;
}
@media (max-width: 605px) {
  .achieve .inner .achieve_wrap .right_b .txt_con .txt1 span {
    font-size: 4.5vw;
  }
}
.achieve .inner .achieve_wrap .right_b .txt_con .a_ttl {
  text-align: center;
  color: #ff8800;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
}
@media (max-width: 605px) {
  .achieve .inner .achieve_wrap .right_b .txt_con .a_ttl {
    font-size: 5.5vw;
  }
}
.achieve .inner .achieve_wrap .right_b .txt_con .a_ttl span {
  color: #ff8800;
  font-size: 38px;
  font-weight: 600;
}
@media (max-width: 605px) {
  .achieve .inner .achieve_wrap .right_b .txt_con .a_ttl span {
    font-size: 7vw;
  }
}
.achieve .inner .achieve_wrap .right_b .txt_con .txt2 {
  margin-top: 10px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 605px) {
  .achieve .inner .achieve_wrap .right_b .txt_con .txt2 {
    font-size: 4.5vw;
  }
}

.cta {
  padding: 70px 0 90px;
  background-image: url(../img/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .cta {
    padding: 70px 0;
  }
}
@media (max-width: 1050px) {
  .cta .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .cta .inner {
    width: calc(100% - 50px);
  }
}
.cta .inner .cta_ttl {
  width: 430px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .cta .inner .cta_ttl {
    width: 80%;
  }
}
.cta .inner .cta_ttl img {
  width: 100%;
}
.cta .inner .under_txt {
  margin: 10px 0 55px;
  font-size: 24px;
  text-align: center;
  color: #603813;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media (max-width: 550px) {
  .cta .inner .under_txt {
    letter-spacing: 0.1em;
    font-size: 18px;
    margin: 10px 0 15px;
  }
}
.cta .inner .under_txt .sp_only {
  display: none;
}
@media (max-width: 760px) {
  .cta .inner .under_txt .sp_only {
    display: block;
  }
}
.cta .inner .cta_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1050px) {
  .cta .inner .cta_btn_wrap {
    gap: 4%;
  }
}
@media (max-width: 750px) {
  .cta .inner .cta_btn_wrap {
    display: block;
  }
}
.cta .inner .cta_btn_wrap .btn_b {
  width: 450px;
}
@media (max-width: 750px) {
  .cta .inner .cta_btn_wrap .btn_b {
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .cta .inner .cta_btn_wrap .btn_b {
    width: 100%;
  }
}
.cta .inner .cta_btn_wrap .btn_b img {
  width: 100%;
}

.voice {
  padding: 110px 0 150px;
  background: #b4edd3;
}
@media (max-width: 1100px) {
  .voice {
    padding: 90px 0;
  }
}
@media (max-width: 480px) {
  .voice {
    padding: 70px 0;
  }
}
.voice .inner {
  width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .voice .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .voice .inner {
    width: calc(100% - 50px);
  }
}
.voice .inner .i_ttl {
  font-size: 42px;
  color: #603813;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.voice .inner .i_ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .voice .inner .i_ttl .sp_only {
    display: block;
  }
}
@media (max-width: 1225px) {
  .voice .inner .i_ttl {
    margin-bottom: 50px;
  }
}
@media (max-width: 1100px) {
  .voice .inner .i_ttl {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .voice .inner .i_ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.voice .inner .voice_con.pc_only {
  margin-top: 205px;
}
@media (max-width: 1225px) {
  .voice .inner .voice_con.pc_only {
    display: none;
  }
}
.voice .inner .voice_con.pc_only .voice_b {
  position: relative;
  width: 1025px;
  margin: 0 auto;
  background: #ffffef;
  margin-bottom: 180px;
}
.voice .inner .voice_con.pc_only .voice_b .left_img {
  position: absolute;
  top: -144px;
  left: -47px;
  width: 420px;
}
.voice .inner .voice_con.pc_only .voice_b .left_img img {
  width: 100%;
}
.voice .inner .voice_con.pc_only .voice_b:last-of-type {
  margin-bottom: 0;
}
.voice .inner .voice_con.pc_only .voice_b .voice_txt {
  width: 695px;
  margin-left: auto;
  padding: 35px 50px 50px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
.voice .inner .voice_con.pc_only .voice_b.sec {
  position: relative;
  width: 1025px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: #ffffef;
  margin-bottom: 180px;
}
.voice .inner .voice_con.pc_only .voice_b.sec .right_img {
  position: absolute;
  top: -144px;
  right: -47px;
  width: 420px;
}
.voice .inner .voice_con.pc_only .voice_b.sec .right_img img {
  width: 100%;
}
.voice .inner .voice_con.pc_only .voice_b.sec:last-of-type {
  margin-bottom: 0;
}
.voice .inner .voice_con.pc_only .voice_b.sec .voice_txt {
  width: 710px;
  margin-right: auto;
  margin-left: 0;
  padding: 35px 50px 50px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
.voice .inner .voice_con.tab_only {
  display: none;
}
@media (max-width: 1225px) {
  .voice .inner .voice_con.tab_only {
    display: block;
  }
}
@media (max-width: 600px) {
  .voice .inner .voice_con.tab_only {
    display: none;
  }
}
.voice .inner .voice_con.tab_only .voice_b.first {
  background: #ffffef;
  margin-bottom: 60px;
}
.voice .inner .voice_con.tab_only .voice_b.first .u_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 880px) {
  .voice .inner .voice_con.tab_only .voice_b.first .u_wrap {
    align-items: flex-start;
  }
}
.voice .inner .voice_con.tab_only .voice_b.first .u_wrap .left_img {
  width: 350px;
  flex: 0 0 350px;
  margin-top: -10px;
  margin-left: -30px;
}
@media (max-width: 880px) {
  .voice .inner .voice_con.tab_only .voice_b.first .u_wrap .left_img {
    width: 240px;
    flex: 0 0 240px;
  }
}
@media (max-width: 650px) {
  .voice .inner .voice_con.tab_only .voice_b.first .u_wrap .left_img {
    width: 40%;
    flex: none;
  }
}
.voice .inner .voice_con.tab_only .voice_b.first .u_wrap .left_img img {
  width: 100%;
}
.voice .inner .voice_con.tab_only .voice_b.first .u_wrap .voice_txt {
  padding: 35px 50px 50px 10px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media (max-width: 880px) {
  .voice .inner .voice_con.tab_only .voice_b.first .u_wrap .voice_txt {
    font-size: 18px;
    padding: 20px 30px 20px 10px;
  }
}
.voice .inner .voice_con.tab_only .voice_b.sec {
  background: #ffffef;
  margin-bottom: 60px;
}
.voice .inner .voice_con.tab_only .voice_b.sec .u_wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 880px) {
  .voice .inner .voice_con.tab_only .voice_b.sec .u_wrap {
    align-items: flex-start;
  }
}
.voice .inner .voice_con.tab_only .voice_b.sec .u_wrap .left_img {
  width: 350px;
  flex: 0 0 350px;
  margin-top: -10px;
  margin-right: -30px;
}
@media (max-width: 880px) {
  .voice .inner .voice_con.tab_only .voice_b.sec .u_wrap .left_img {
    width: 240px;
    flex: 0 0 240px;
  }
}
@media (max-width: 650px) {
  .voice .inner .voice_con.tab_only .voice_b.sec .u_wrap .left_img {
    width: 40%;
    flex: none;
  }
}
.voice .inner .voice_con.tab_only .voice_b.sec .u_wrap .left_img img {
  width: 100%;
}
.voice .inner .voice_con.tab_only .voice_b.sec .u_wrap .voice_txt {
  padding: 35px 10px 50px 50px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media (max-width: 880px) {
  .voice .inner .voice_con.tab_only .voice_b.sec .u_wrap .voice_txt {
    font-size: 18px;
    padding: 20px 10px 20px 30px;
  }
}
.voice .inner .voice_con.tab_only .voice_b.third {
  background: #ffffef;
}
.voice .inner .voice_con.tab_only .voice_b.third .u_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 880px) {
  .voice .inner .voice_con.tab_only .voice_b.third .u_wrap {
    align-items: flex-start;
  }
}
.voice .inner .voice_con.tab_only .voice_b.third .u_wrap .left_img {
  width: 350px;
  flex: 0 0 350px;
  margin-top: -10px;
  margin-left: -30px;
}
@media (max-width: 880px) {
  .voice .inner .voice_con.tab_only .voice_b.third .u_wrap .left_img {
    width: 240px;
    flex: 0 0 240px;
  }
}
@media (max-width: 650px) {
  .voice .inner .voice_con.tab_only .voice_b.third .u_wrap .left_img {
    width: 40%;
    flex: none;
  }
}
.voice .inner .voice_con.tab_only .voice_b.third .u_wrap .left_img img {
  width: 100%;
}
.voice .inner .voice_con.tab_only .voice_b.third .u_wrap .voice_txt {
  padding: 35px 50px 50px 10px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media (max-width: 880px) {
  .voice .inner .voice_con.tab_only .voice_b.third .u_wrap .voice_txt {
    font-size: 18px;
    padding: 20px 30px 20px 10px;
  }
}
.voice .inner .voice_con.sp_only {
  display: none;
}
@media (max-width: 600px) {
  .voice .inner .voice_con.sp_only {
    display: block;
  }
}
.voice .inner .voice_con.sp_only .voice_b.first {
  background: #ffffef;
  padding: 20px;
  margin-bottom: 50px;
}
.voice .inner .voice_con.sp_only .voice_b.first .u_wrap {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-bottom: 0px;
}
.voice .inner .voice_con.sp_only .voice_b.first .u_wrap .left_img {
  width: 130px;
  flex: 0 0 130px;
  margin-top: -42px;
  margin-left: -30px;
}
.voice .inner .voice_con.sp_only .voice_b.first .u_wrap .left_img img {
  width: 100%;
}
.voice .inner .voice_con.sp_only .voice_b.first .u_wrap .voice_txt {
  font-size: 17px;
  line-height: 1.75;
}
@media (max-width: 480px) {
  .voice .inner .voice_con.sp_only .voice_b.first .u_wrap .voice_txt {
    font-size: 16px;
  }
}
.voice .inner .voice_con.sp_only .voice_b.sec {
  background: #ffffef;
  padding: 10px 20px 20px;
  margin-bottom: 50px;
}
.voice .inner .voice_con.sp_only .voice_b.sec .u_wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 0px;
  gap: 5px;
}
.voice .inner .voice_con.sp_only .voice_b.sec .u_wrap .left_img {
  width: 130px;
  flex: 0 0 130px;
  margin-top: -42px;
  margin-right: -30px;
}
.voice .inner .voice_con.sp_only .voice_b.sec .u_wrap .left_img img {
  width: 100%;
}
.voice .inner .voice_con.sp_only .voice_b.sec .u_wrap .voice_txt {
  font-size: 17px;
  line-height: 1.75;
}
@media (max-width: 480px) {
  .voice .inner .voice_con.sp_only .voice_b.sec .u_wrap .voice_txt {
    font-size: 16px;
  }
}
.voice .inner .voice_con.sp_only .voice_b.third {
  background: #ffffef;
  padding: 5px 20px 20px;
}
.voice .inner .voice_con.sp_only .voice_b.third .u_wrap {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  gap: 5px;
}
.voice .inner .voice_con.sp_only .voice_b.third .u_wrap .left_img {
  width: 130px;
  flex: 0 0 130px;
  margin-top: -42px;
  margin-left: -30px;
}
.voice .inner .voice_con.sp_only .voice_b.third .u_wrap .left_img img {
  width: 100%;
}
.voice .inner .voice_con.sp_only .voice_b.third .u_wrap .voice_txt {
  font-size: 17px;
  line-height: 1.75;
}
@media (max-width: 480px) {
  .voice .inner .voice_con.sp_only .voice_b.third .u_wrap .voice_txt {
    font-size: 16px;
  }
}
.voice .inner .voice_con.sp_only .voice_b2 {
  font-size: 17px;
  line-height: 1.75;
}
@media (max-width: 480px) {
  .voice .inner .voice_con.sp_only .voice_b2 {
    font-size: 16px;
  }
}

.faq {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .faq {
    padding: 70px 0;
  }
}
.faq .inner {
  width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .faq .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .faq .inner {
    width: calc(100% - 50px);
  }
}
.faq .inner .i_ttl {
  font-size: 46px;
  color: #603813;
  text-align: center;
  letter-spacing: 0.15em;
}
@media (max-width: 1100px) {
  .faq .inner .i_ttl {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .faq .inner .i_ttl {
    font-size: 24px;
  }
}
.faq .inner .qa_con {
  margin-top: 60px;
  /* 必須 */
}
@media (max-width: 1100px) {
  .faq .inner .qa_con {
    margin-top: 48px;
  }
}
@media (max-width: 480px) {
  .faq .inner .qa_con {
    margin-top: 40px;
  }
}
.faq .inner .qa_con .accordion-content {
  display: none;
}
.faq .inner .qa_con .accordion-header {
  padding: 12px 45px 10px 20px;
  margin: 20px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .faq .inner .qa_con .accordion-header {
    padding: 12px 55px 10px 20px;
  }
}
.faq .inner .qa_con .accordion-header:first-of-type {
  margin: 0;
}
.faq .inner .qa_con .color1 {
  background: #ffd4d4;
}
.faq .inner .qa_con .color2 {
  background: #b4edd3;
}
.faq .inner .qa_con .accordion-header::before,
.faq .inner .qa_con .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  background: #151e2f;
}
.faq .inner .qa_con .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.faq .inner .qa_con .accordion-header.active::after {
  transform: rotate(0deg);
}
.faq .inner .qa_con .accordion-content {
  padding: 12px 20px 10px;
  margin: 20px auto;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .faq .inner .qa_con .accordion-content {
    padding: 0;
  }
}
.faq .inner .qa_con .accordion-header span {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .faq .inner .qa_con .accordion-header span {
    font-size: 16px;
  }
}
.faq .inner .qa_con .accordion-content span {
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .faq .inner .qa_con .accordion-content span {
    font-size: 16px;
  }
}

.ftr_main {
  position: relative;
  padding: 15px 0;
  background: #f44a5f;
}
@media (max-width: 768px) {
  .ftr_main {
    padding: 20px 0;
  }
}
.ftr_main .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .ftr_main .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .ftr_main .inner {
    width: calc(100% - 50px);
  }
}
.ftr_main .inner .ftr_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ftr_main .inner .ftr_wrap {
    display: block;
  }
}
.ftr_main .inner .ftr_wrap nav ul {
  display: flex;
  gap: 35px;
}
@media (max-width: 768px) {
  .ftr_main .inner .ftr_wrap nav ul {
    display: block;
  }
}
@media (max-width: 768px) {
  .ftr_main .inner .ftr_wrap nav ul li {
    margin-bottom: 20px;
  }
}
.ftr_main .inner .ftr_wrap nav ul li a {
  font-family: "M PLUS 2", sans-serif;
  text-decoration: underline;
  color: #fff;
}
.ftr_main .inner .ftr_wrap .copyright {
  color: #fff;
}/*# sourceMappingURL=lp.css.map */