@charset "UTF-8";
.fv_main {
  position: relative;
  z-index: 2;
}
.fv_main img.pc_only {
  width: 100%;
}
@media (max-width: 750px) {
  .fv_main img.pc_only {
    display: none;
  }
}
.fv_main img.sp_only {
  display: none;
}
@media (max-width: 750px) {
  .fv_main img.sp_only {
    width: 100%;
    display: block;
  }
}
.fv_main .fv_btn_con {
  position: absolute;
  bottom: 15%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .fv_main .fv_btn_con {
    width: 100%;
    bottom: 7%;
  }
}
.fv_main .fv_btn_con .fv_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 750px) {
  .fv_main .fv_btn_con .fv_btn_wrap {
    flex-direction: column;
    gap: 4vw;
  }
}
.fv_main .fv_btn_con .fv_btn_wrap .btn_b {
  width: 31.25vw;
}
@media (max-width: 750px) {
  .fv_main .fv_btn_con .fv_btn_wrap .btn_b {
    width: 80%;
    margin: 0 auto;
  }
}
.fv_main .fv_btn_con .fv_btn_wrap .btn_b img {
  width: 100%;
}
.problem {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
@media (max-width: 750px) {
  .problem {
    margin-top: 0;
  }
}
.problem img.pc_only {
  width: 100%;
}
@media (max-width: 750px) {
  .problem img.pc_only {
    display: none;
  }
}
.problem img.sp_only {
  display: none;
}
@media (max-width: 750px) {
  .problem img.sp_only {
    width: 100%;
    display: block;
  }
}
.problem .p_ttl_img {
  position: absolute;
  top: 17%;
  width: 57%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .problem .p_ttl_img {
    width: 85%;
    top: 9%;
  }
}
.problem .p_ttl_img img.pc_only {
  width: 100%;
}
@media (max-width: 750px) {
  .problem .p_ttl_img img.pc_only {
    display: none;
  }
}
.problem .p_ttl_img img.sp_only {
  width: 100%;
  display: none;
}
@media (max-width: 750px) {
  .problem .p_ttl_img img.sp_only {
    display: block;
  }
}
.problem .p_txt {
  position: absolute;
  top: 28%;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 2.3vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .problem .p_txt {
    font-size: 4.8vw;
    width: 100%;
    top: 20%;
  }
}
.problem .p_txt span {
  color: #d0121b;
  font-weight: bold;
}

.solve {
  background-image: url(../img/solve-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 100px 0;
}
@media (max-width: 480px) {
  .solve {
    padding: 50px 0;
  }
}
.solve .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .solve .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .solve .inner {
    width: calc(100% - 60px);
  }
}
.solve .inner .s_ttl_img {
  width: 850px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .solve .inner .s_ttl_img {
    width: 100%;
  }
}
.solve .inner .s_ttl_img img.pc_only {
  width: 100%;
}
@media (max-width: 750px) {
  .solve .inner .s_ttl_img img.pc_only {
    display: none;
  }
}
.solve .inner .s_ttl_img img.sp_only {
  display: none;
}
@media (max-width: 750px) {
  .solve .inner .s_ttl_img img.sp_only {
    display: block;
    width: 100%;
  }
}
.solve .inner .s_l_ttl_img {
  width: 565px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 665px) {
  .solve .inner .s_l_ttl_img {
    width: 100%;
    margin-top: 30px;
  }
}
.solve .inner .s_l_ttl_img img {
  width: 100%;
}
.solve .inner .s_l_pic_img {
  width: 550px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .solve .inner .s_l_pic_img {
    width: 100%;
  }
}
.solve .inner .s_l_pic_img img {
  width: 100%;
}
.solve .inner .what_sec {
  padding: 90px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 1100px) {
  .solve .inner .what_sec {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec {
    padding: 25px;
  }
}
.solve .inner .what_sec .w_ttl {
  font-size: 38px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media (max-width: 915px) {
  .solve .inner .what_sec .w_ttl {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_ttl {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.solve .inner .what_sec .w_ttl span {
  color: #d0121b;
}
.solve .inner .what_sec .w_ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_ttl .sp_only {
    display: block;
  }
}
.solve .inner .what_sec .w_txt {
  text-align: center;
  font-size: 20px;
}
@media (max-width: 915px) {
  .solve .inner .what_sec .w_txt {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_txt {
    font-size: 16px;
  }
}
.solve .inner .what_sec .w_txt span {
  color: #d0121b;
  font-weight: bold;
}
@media (max-width: 915px) {
  .solve .inner .what_sec .w_txt .pc_only {
    display: none;
  }
}
.solve .inner .what_sec .w_txt2 {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 800px) {
  .solve .inner .what_sec .w_txt2 {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_txt2 {
    margin-top: 40px;
  }
}
.solve .inner .what_sec .w_txt2 span {
  position: relative;
  display: inline-block;
  color: #3e9b73;
  font-size: 28px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .solve .inner .what_sec .w_txt2 span {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_txt2 span {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.solve .inner .what_sec .w_txt2 span:before {
  position: absolute;
  top: 12px;
  left: -25px;
  background: #3e9b73;
  content: "";
  width: 2px;
  height: 30px;
  transform: rotate(-30deg);
}
@media (max-width: 800px) {
  .solve .inner .what_sec .w_txt2 span:before {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_txt2 span:before {
    transform: rotate(-25deg);
    top: 0;
    left: -25px;
  }
}
.solve .inner .what_sec .w_txt2 span:after {
  position: absolute;
  top: 12px;
  right: -25px;
  background: #3e9b73;
  content: "";
  width: 2px;
  height: 30px;
  content: "";
  width: 2px;
  height: 30px;
  transform: rotate(30deg);
}
@media (max-width: 800px) {
  .solve .inner .what_sec .w_txt2 span:after {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_txt2 span:after {
    transform: rotate(25deg);
    top: 0;
    right: -25px;
  }
}
.solve .inner .what_sec .w_txt2 span .sp_only {
  display: none;
}
@media (max-width: 800px) {
  .solve .inner .what_sec .w_txt2 span .sp_only {
    display: block;
  }
}
.solve .inner .what_sec .w_point_con .w_point_wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
  gap: 50px;
  padding: 20px 0;
}
@media (max-width: 1100px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap {
    gap: 5%;
  }
}
@media (max-width: 915px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap {
    gap: 20px;
  }
}
.solve .inner .what_sec .w_point_con .w_point_wrap .left {
  width: 300px;
  flex: 0 0 300px;
}
@media (max-width: 1100px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .left {
    flex: none;
    width: 40%;
  }
}
@media (max-width: 915px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .left {
    width: 100%;
  }
}
.solve .inner .what_sec .w_point_con .w_point_wrap .left img {
  width: 100%;
  vertical-align: bottom;
}
.solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 915px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl {
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl {
    gap: 10px;
  }
}
.solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .num {
  width: 35px;
}
@media (max-width: 915px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .num {
    position: relative;
    top: -2px;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .num {
    width: 25px;
  }
}
.solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .num img {
  width: 100%;
  vertical-align: bottom;
}
.solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .w_p_txt {
  color: #d0121b;
  font-size: 28px;
  line-height: 1.25;
  font-weight: bold;
}
@media (max-width: 915px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .w_p_txt {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .w_p_txt {
    font-size: 20px;
  }
}
.solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .w_p_txt2 {
  color: #3e9b73;
  font-size: 28px;
  line-height: 1.25;
  font-weight: bold;
}
@media (max-width: 915px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .w_p_txt2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .w_p_txt2 {
    font-size: 20px;
  }
}
@media (max-width: 915px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .w_p_txt2 .pc_only {
    display: none;
  }
}
.solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .w_p_txt2 .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_ttl .w_p_txt2 .sp_only {
    display: block;
  }
}
.solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_txt {
  margin-top: 15px;
  font-size: 18px;
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_txt {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .solve .inner .what_sec .w_point_con .w_point_wrap .right .w_point_txt .pc_only {
    display: none;
  }
}
.solve .inner .what_sec .w_point_con .w_point_wrap:first-of-type {
  padding-top: 0;
}
.solve .inner .what_sec .w_point_con .w_point_wrap:last-of-type {
  border-bottom: none;
}

.cta {
  background-image: url(../img/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 90px 0;
}
@media (max-width: 480px) {
  .cta {
    padding: 50px 0;
  }
}
.cta .inner {
  width: 1150px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .cta .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .cta .inner {
    width: calc(100% - 60px);
  }
}
.cta .inner .cta_con {
  padding: 60px 100px;
  background: #fff;
  border: 4px solid #f07164;
  border-radius: 40px;
}
@media (max-width: 1250px) {
  .cta .inner .cta_con {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .cta .inner .cta_con {
    padding: 15px;
  }
}
.cta .inner .cta_con .c_ttl_con {
  text-align: center;
}
.cta .inner .cta_con .c_ttl_con .c_ttl {
  position: relative;
  line-height: 1.5;
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.cta .inner .cta_con .c_ttl_con .c_ttl:before {
  position: absolute;
  top: 50%;
  background-image: url(../img/cta-ttl-i1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 110px;
  transform: translateY(-50%);
  left: -115px;
  content: "";
}
@media (max-width: 750px) {
  .cta .inner .cta_con .c_ttl_con .c_ttl:before {
    width: 44px;
    height: 65px;
    left: -69px;
  }
}
@media (max-width: 618px) {
  .cta .inner .cta_con .c_ttl_con .c_ttl:before {
    left: -14%;
  }
}
@media (max-width: 545px) {
  .cta .inner .cta_con .c_ttl_con .c_ttl:before {
    top: calc(50% - 18px);
    left: 3px;
    width: 23px;
    height: 35px;
  }
}
.cta .inner .cta_con .c_ttl_con .c_ttl:after {
  position: absolute;
  top: 50%;
  background-image: url(../img/cta-ttl-i2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 110px;
  transform: translateY(-50%);
  right: -115px;
  content: "";
}
@media (max-width: 750px) {
  .cta .inner .cta_con .c_ttl_con .c_ttl:after {
    width: 49px;
    height: 65px;
    right: -69px;
  }
}
@media (max-width: 618px) {
  .cta .inner .cta_con .c_ttl_con .c_ttl:after {
    right: -14%;
  }
}
@media (max-width: 545px) {
  .cta .inner .cta_con .c_ttl_con .c_ttl:after {
    top: calc(50% - 18px);
    right: 5px;
    width: 27px;
    height: 35px;
  }
}
@media (max-width: 1000px) {
  .cta .inner .cta_con .c_ttl_con .c_ttl {
    font-size: 30px;
  }
}
@media (max-width: 545px) {
  .cta .inner .cta_con .c_ttl_con .c_ttl {
    font-size: 22px;
    line-height: 1.5;
  }
}
.cta .inner .cta_con .c_ttl_con .c_ttl span {
  color: #d0121b;
}
.cta .inner .cta_con .c_txt {
  padding: 20px 0 40px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 1000px) {
  .cta .inner .cta_con .c_txt {
    font-size: 20px;
  }
}
@media (max-width: 545px) {
  .cta .inner .cta_con .c_txt {
    padding: 5px 0 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.cta .inner .cta_con .c_txt .sp_only {
  display: none;
}
@media (max-width: 800px) {
  .cta .inner .cta_con .c_txt .sp_only {
    display: block;
  }
}
.cta .inner .cta_con .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 4%;
}
@media (max-width: 800px) {
  .cta .inner .cta_con .btn_wrap {
    gap: 25px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .cta .inner .cta_con .btn_wrap {
    gap: 10px;
  }
}
.cta .inner .cta_con .btn_wrap .btn_b {
  width: 31.25vw;
}
@media (max-width: 800px) {
  .cta .inner .cta_con .btn_wrap .btn_b {
    width: 80%;
    margin: 0 auto;
  }
}
.cta .inner .cta_con .btn_wrap .btn_b img {
  width: 100%;
}
.flow {
  padding: 100px 0;
  background: #f2eae1;
}
@media (max-width: 480px) {
  .flow {
    padding: 50px 0;
  }
}
.flow .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .flow .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .flow .inner {
    width: calc(100% - 60px);
  }
}
.flow .inner .flow_ttl {
  text-align: center;
  background: #d0121b;
  padding: 8px 0;
}
@media (max-width: 520px) {
  .flow .inner .flow_ttl {
    line-height: 1.25;
  }
}
.flow .inner .flow_ttl span {
  color: #fff;
  padding: 0px 20px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 520px) {
  .flow .inner .flow_ttl span {
    font-size: 20px;
    padding: 8px 15px;
  }
}
.flow .inner .flow_ttl .sp_only {
  display: none;
}
@media (max-width: 520px) {
  .flow .inner .flow_ttl .sp_only {
    display: block;
  }
}
.flow .inner .flow_con {
  background: #fff;
  padding: 50px 60px 60px;
}
@media (max-width: 480px) {
  .flow .inner .flow_con {
    padding: 30px;
  }
}
.flow .inner .flow_con .flow_con2 .flow_b {
  margin-top: 20px;
}
.flow .inner .flow_con .flow_con2 .flow_b:after {
  display: block;
  margin-top: 30px;
  background-image: url(../img/flow-arrow-img.png);
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
@media (max-width: 480px) {
  .flow .inner .flow_con .flow_con2 .flow_b:after {
    height: 15px;
  }
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 800px) {
  .flow .inner .flow_con .flow_con2 .flow_b .flow_wrap {
    display: block;
  }
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .left_b {
  width: 230px;
  flex: 0 0 230px;
}
@media (max-width: 800px) {
  .flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .left_b {
    flex: none;
    width: 100%;
  }
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .left_b img {
  width: 100%;
  vertical-align: bottom;
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .upper_wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 480px) {
  .flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .upper_wrap {
    display: block;
  }
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .upper_wrap .num_wrap {
  width: auto;
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .num_wrap {
  width: 100%;
  position: relative;
  display: flex;
  gap: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .num_wrap {
    padding-top: 20px;
  }
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .num_wrap .num1 {
  position: relative;
  top: 4px;
  color: #fff;
  background: #d0121b;
  display: inline-block;
  border-radius: 9999px;
  height: 30px;
}
@media (max-width: 480px) {
  .flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .num_wrap .num1 {
    top: 0px;
    gap: 10px;
  }
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .num_wrap .num1 span {
  position: relative;
  top: 1px;
  font-size: 18px;
  line-height: 1;
  padding: 2px 10px;
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .num_wrap .num_txt {
  font-size: 23px;
  color: #d0121b;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .num_wrap .num_txt {
    font-size: 20px;
  }
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .send_txt1 {
  color: #fff;
  background: #d0121b;
  padding: 2px 25px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .send_txt1 {
    margin-top: 7px;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 14px;
    width: 78px;
    text-align: center;
  }
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .send_txt2 {
  color: #fff;
  background: #3e9b73;
  padding: 2px 25px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .send_txt2 {
    color: #fff;
    background: #3e9b73;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 14px;
    width: 78px;
    flex: 0 0 78px;
  }
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .right_txt {
  font-size: 20px;
  line-height: 1.75;
}
@media (max-width: 480px) {
  .flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .right_txt {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .right_b .right_txt .pc_only {
    display: none;
  }
}
.flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .ps_txt {
  text-align: right;
  font-size: 18px;
}
@media (max-width: 480px) {
  .flow .inner .flow_con .flow_con2 .flow_b .flow_wrap .ps_txt {
    font-size: 16px;
  }
}
.flow .inner .flow_con .flow_con2 .flow_b:last-of-type:after {
  display: none;
}
@media (max-width: 480px) {
  .flow .inner .flow_con .flow_con2 .flow_b.first {
    margin-top: 0;
  }
}

.can {
  padding-bottom: 100px;
  background: #f2eae1;
}
@media (max-width: 1100px) {
  .can {
    padding: 0 0 90px;
  }
}
@media (max-width: 480px) {
  .can {
    padding: 0 0 70px;
  }
}
.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%;
}

.pleased {
  margin-top: 100px;
  padding: 70px 0;
  background: #f2eae1;
}
@media (max-width: 480px) {
  .pleased {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.pleased .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .pleased .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .pleased .inner {
    width: calc(100% - 60px);
  }
}
.pleased .inner .p_ttl_con {
  text-align: center;
}
.pleased .inner .p_ttl_con .p_ttl {
  position: relative;
  line-height: 1.5;
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.pleased .inner .p_ttl_con .p_ttl:before {
  position: absolute;
  top: 50%;
  background-image: url(../img/p-ttl-i1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 55px;
  height: 120px;
  transform: translateY(-50%);
  left: -75px;
  content: "";
}
@media (max-width: 600px) {
  .pleased .inner .p_ttl_con .p_ttl:before {
    width: 37px;
    height: 75px;
    transform: translateY(-50%);
    left: -46px;
    content: "";
  }
}
.pleased .inner .p_ttl_con .p_ttl:after {
  position: absolute;
  top: 50%;
  background-image: url(../img/p-ttl-i2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 55px;
  height: 120px;
  transform: translateY(-50%);
  right: -75px;
  content: "";
}
@media (max-width: 600px) {
  .pleased .inner .p_ttl_con .p_ttl:after {
    width: 37px;
    height: 75px;
    transform: translateY(-50%);
    right: -46px;
    content: "";
  }
}
@media (max-width: 915px) {
  .pleased .inner .p_ttl_con .p_ttl {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .pleased .inner .p_ttl_con .p_ttl {
    font-size: 22px;
    line-height: 1.5;
  }
}
.pleased .inner .p_ttl_con .p_ttl span {
  color: #d0121b;
}
.pleased .inner .pleased_img {
  margin-top: 50px;
}
.pleased .inner .pleased_img img.pc_only {
  width: 100%;
}
@media (max-width: 750px) {
  .pleased .inner .pleased_img img.pc_only {
    display: none;
  }
}
.pleased .inner .pleased_img img.sp_only {
  display: none;
}
@media (max-width: 750px) {
  .pleased .inner .pleased_img img.sp_only {
    width: 100%;
    display: block;
  }
}

.kindness .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .kindness .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .kindness .inner {
    width: calc(100% - 60px);
  }
}
.kindness .inner .k_ttl_img {
  width: 635px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 735px) {
  .kindness .inner .k_ttl_img {
    width: 100%;
  }
}
.kindness .inner .k_ttl_img img.pc_only {
  width: 100%;
}
@media (max-width: 480px) {
  .kindness .inner .k_ttl_img img.pc_only {
    display: none;
  }
}
.kindness .inner .k_ttl_img img.sp_only {
  display: none;
}
@media (max-width: 480px) {
  .kindness .inner .k_ttl_img img.sp_only {
    width: 100%;
    display: block;
  }
}
.kindness .inner .kind_img img.pc_only {
  width: 100%;
}
@media (max-width: 750px) {
  .kindness .inner .kind_img img.pc_only {
    display: none;
  }
}
.kindness .inner .kind_img img.sp_only {
  display: none;
}
@media (max-width: 750px) {
  .kindness .inner .kind_img img.sp_only {
    width: 100%;
    display: block;
  }
}

.differ {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .differ {
    margin-top: 50px;
  }
}
.differ .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .differ .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .differ .inner {
    width: calc(100% - 60px);
  }
}
.differ .inner .d_ttl_con {
  text-align: center;
}
.differ .inner .d_ttl_con .d_ttl {
  display: inline-block;
  font-size: 40px;
  border-bottom: 2px dashed #999;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .differ .inner .d_ttl_con .d_ttl {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .differ .inner .d_ttl_con .d_ttl {
    font-size: 5vw;
  }
}
@media (max-width: 480px) {
  .differ .inner .d_ttl_con .d_ttl {
    font-size: 5.2vw;
  }
}
.differ .inner .d_ttl_con .d_ttl span {
  color: #d0121b;
}
.differ .inner .d_ttl_con.sec {
  margin-top: 10px;
}
.differ .inner .d_con {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .differ .inner .d_con {
    width: 100%;
  }
}
.differ .inner .d_con .d_wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px 0;
  border-bottom: 2px dashed #999;
}
@media (max-width: 800px) {
  .differ .inner .d_con .d_wrap {
    display: block;
  }
}
@media (max-width: 480px) {
  .differ .inner .d_con .d_wrap {
    padding: 40px 0;
  }
}
.differ .inner .d_con .d_wrap .d_left {
  width: 340px;
  flex: 0 0 340px;
}
@media (max-width: 1000px) {
  .differ .inner .d_con .d_wrap .d_left {
    flex: none;
    width: 40%;
  }
}
@media (max-width: 800px) {
  .differ .inner .d_con .d_wrap .d_left {
    width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .differ .inner .d_con .d_wrap .d_left {
    width: 100%;
  }
}
.differ .inner .d_con .d_wrap .d_left img.pc_only {
  width: 100%;
}
@media (max-width: 800px) {
  .differ .inner .d_con .d_wrap .d_left img.pc_only {
    display: none;
  }
}
.differ .inner .d_con .d_wrap .d_left img.sp_only {
  display: none;
}
@media (max-width: 800px) {
  .differ .inner .d_con .d_wrap .d_left img.sp_only {
    width: 100%;
    display: block;
  }
}
.differ .inner .d_con .d_wrap .d_right {
  position: relative;
}
.differ .inner .d_con .d_wrap .d_right:before {
  position: absolute;
  top: -68px;
  right: 40px;
  background-image: url(../img/gift-i.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 151px;
  height: 117px;
  content: "";
}
@media (max-width: 865px) {
  .differ .inner .d_con .d_wrap .d_right:before {
    right: 6px;
  }
}
@media (max-width: 800px) {
  .differ .inner .d_con .d_wrap .d_right:before {
    display: none;
  }
}
.differ .inner .d_con .d_wrap .d_right .d_ttl {
  font-size: 30px;
  color: #d0121b;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .differ .inner .d_con .d_wrap .d_right .d_ttl {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .differ .inner .d_con .d_wrap .d_right .d_ttl {
    margin-top: 0;
    font-size: 22px;
  }
}
.differ .inner .d_con .d_wrap .d_right .d_txt {
  margin-top: 15px;
  font-size: 20px;
}
@media (max-width: 480px) {
  .differ .inner .d_con .d_wrap .d_right .d_txt {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .differ .inner .d_con .d_wrap .d_right .d_txt .pc_only {
    display: none;
  }
}
.differ .inner .d_con .d_wrap:first-of-type {
  padding-top: 70px;
}
@media (max-width: 480px) {
  .differ .inner .d_con .d_wrap:first-of-type {
    padding-top: 40px;
  }
}
.differ .inner .d_con .d_wrap.reverse {
  flex-direction: row-reverse;
}
.differ .inner .d_con .d_wrap.reverse .d_right {
  position: relative;
  padding-top: 40px;
}
@media (max-width: 800px) {
  .differ .inner .d_con .d_wrap.reverse .d_right {
    padding-top: 0;
  }
}
.differ .inner .d_con .d_wrap.reverse .d_right:before {
  position: absolute;
  top: -72px;
  left: -68px;
  background-image: url(../img/gift-i2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 160px;
  height: 117px;
  content: "";
}
@media (max-width: 880px) {
  .differ .inner .d_con .d_wrap.reverse .d_right:before {
    left: -30px;
  }
}
@media (max-width: 865px) {
  .differ .inner .d_con .d_wrap.reverse .d_right:before {
    left: -40px;
  }
}
@media (max-width: 800px) {
  .differ .inner .d_con .d_wrap.reverse .d_right:before {
    display: none;
  }
}
.differ .inner .d_con .d_wrap.reverse .d_right .d_ttl {
  font-size: 30px;
  color: #d0121b;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .differ .inner .d_con .d_wrap.reverse .d_right .d_ttl {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .differ .inner .d_con .d_wrap.reverse .d_right .d_ttl {
    font-size: 22px;
    margin-top: 0;
  }
}
.differ .inner .d_con .d_wrap.reverse .d_right .d_txt {
  margin-top: 15px;
  font-size: 20px;
}
@media (max-width: 480px) {
  .differ .inner .d_con .d_wrap.reverse .d_right .d_txt {
    font-size: 16px;
    margin-top: 10px;
  }
}
.differ .inner .d_mes_con {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .differ .inner .d_mes_con {
    width: 100%;
  }
}
.differ .inner .d_mes_con .d_mes_b {
  border-bottom: 2px dashed #999;
}
.differ .inner .d_mes_con .d_mes_b .block {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .differ .inner .d_mes_con .d_mes_b .block {
    width: 100%;
  }
}
.differ .inner .d_mes_con .d_mes_b .block .d_mes_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
}
.differ .inner .d_mes_con .d_mes_b .block .d_mes_wrap .d_m_left {
  width: 45px;
  flex: 0 0 45px;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .differ .inner .d_mes_con .d_mes_b .block .d_mes_wrap .d_m_left {
    width: 35px;
    flex: 0 0 35px;
  }
}
.differ .inner .d_mes_con .d_mes_b .block .d_mes_wrap .d_m_left img {
  width: 100%;
}
.differ .inner .d_mes_con .d_mes_b .block .d_mes_wrap .d_m_right {
  font-size: 30px;
  color: #d0121b;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 700px) {
  .differ .inner .d_mes_con .d_mes_b .block .d_mes_wrap .d_m_right {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .differ .inner .d_mes_con .d_mes_b .block .d_mes_wrap .d_m_right {
    font-size: 22px;
    line-height: 1.5;
  }
}
.differ .inner .d_mes_con .d_mes_b .block .d_mes_wrap .d_m_right .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .differ .inner .d_mes_con .d_mes_b .block .d_mes_wrap .d_m_right .sp_only {
    display: block;
  }
}

.voice {
  padding: 100px 0;
  background: #fae7e8;
}
@media (max-width: 480px) {
  .voice {
    padding: 60px 0 40px;
  }
}
.voice .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .voice .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .voice .inner {
    width: calc(100% - 60px);
  }
}
.voice .inner .p_ttl_con {
  text-align: center;
}
.voice .inner .p_ttl_con .p_ttl {
  position: relative;
  line-height: 1.5;
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.voice .inner .p_ttl_con .p_ttl:before {
  position: absolute;
  top: 50%;
  background-image: url(../img/p-ttl-i1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 55px;
  height: 120px;
  transform: translateY(-50%);
  left: -75px;
  content: "";
}
@media (max-width: 600px) {
  .voice .inner .p_ttl_con .p_ttl:before {
    width: 37px;
    height: 75px;
    transform: translateY(-50%);
    left: -46px;
    content: "";
  }
}
.voice .inner .p_ttl_con .p_ttl:after {
  position: absolute;
  top: 50%;
  background-image: url(../img/p-ttl-i2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 55px;
  height: 120px;
  transform: translateY(-50%);
  right: -75px;
  content: "";
}
@media (max-width: 600px) {
  .voice .inner .p_ttl_con .p_ttl:after {
    width: 37px;
    height: 75px;
    transform: translateY(-50%);
    right: -46px;
    content: "";
  }
}
@media (max-width: 915px) {
  .voice .inner .p_ttl_con .p_ttl {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .voice .inner .p_ttl_con .p_ttl {
    font-size: 22px;
    line-height: 1.5;
  }
}
.voice .inner .p_ttl_con .p_ttl span {
  color: #d0121b;
}
.voice .inner .voice_con {
  width: 830px;
  margin: 0 auto;
  margin-top: 70px;
}
@media (max-width: 930px) {
  .voice .inner .voice_con {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_con {
    margin-top: 40px;
  }
}
.voice .inner .voice_con .voice_wrap {
  padding: 20px 60px;
  display: flex;
  align-items: center;
  border: 2px solid #d0121b;
  border-radius: 24px;
  background: #fff;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .voice .inner .voice_con .voice_wrap {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_wrap {
    padding: 20px;
    gap: 15px;
  }
}
.voice .inner .voice_con .voice_wrap .left {
  width: 200px;
  flex: 0 0 200px;
}
@media (max-width: 750px) {
  .voice .inner .voice_con .voice_wrap .left {
    margin: 0 auto;
  }
}
.voice .inner .voice_con .voice_wrap .left img {
  width: 100%;
}
.voice .inner .voice_con .voice_wrap .right .v_ttl {
  font-size: 24px;
  line-height: 1.5;
  color: #d0121b;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .voice .inner .voice_con .voice_wrap .right .v_ttl {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_wrap .right .v_ttl {
    font-size: 20px;
  }
}
.voice .inner .voice_con .voice_wrap.reverse {
  flex-direction: row-reverse;
  border: 2px solid #3e9b73;
}
@media (max-width: 750px) {
  .voice .inner .voice_con .voice_wrap.reverse {
    flex-direction: column;
  }
}
.voice .inner .voice_con .voice_wrap.reverse .left {
  width: 200px;
  flex: 0 0 200px;
}
@media (max-width: 750px) {
  .voice .inner .voice_con .voice_wrap.reverse .left {
    margin: 0;
  }
}
.voice .inner .voice_con .voice_wrap.reverse .left img {
  width: 100%;
}
.voice .inner .voice_con .voice_wrap.reverse .right .v_ttl {
  font-size: 24px;
  line-height: 1.5;
  color: #3e9b73;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .voice .inner .voice_con .voice_wrap.reverse .right .v_ttl {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_con .voice_wrap.reverse .right .v_ttl {
    font-size: 20px;
  }
}
.achieve {
  padding: 100px 0;
}
@media (max-width: 1100px) {
  .achieve {
    padding-bottom: 90px;
  }
}
@media (max-width: 480px) {
  .achieve {
    padding-bottom: 70px;
    padding: 60px 0;
  }
}
.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 .c_ttl_con {
  text-align: center;
}
.achieve .inner .c_ttl_con .c_ttl {
  position: relative;
  line-height: 1.5;
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.achieve .inner .c_ttl_con .c_ttl:before {
  position: absolute;
  top: 50%;
  background-image: url(../img/cta-ttl-i1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 110px;
  transform: translateY(-50%);
  left: -115px;
  content: "";
}
@media (max-width: 750px) {
  .achieve .inner .c_ttl_con .c_ttl:before {
    width: 44px;
    height: 65px;
    left: -69px;
  }
}
@media (max-width: 618px) {
  .achieve .inner .c_ttl_con .c_ttl:before {
    left: -14%;
  }
}
@media (max-width: 545px) {
  .achieve .inner .c_ttl_con .c_ttl:before {
    top: calc(50% - 18px);
    left: -27px;
    width: 23px;
    height: 35px;
  }
}
.achieve .inner .c_ttl_con .c_ttl:after {
  position: absolute;
  top: 50%;
  background-image: url(../img/cta-ttl-i2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 110px;
  transform: translateY(-50%);
  right: -115px;
  content: "";
}
@media (max-width: 750px) {
  .achieve .inner .c_ttl_con .c_ttl:after {
    width: 49px;
    height: 65px;
    right: -69px;
  }
}
@media (max-width: 618px) {
  .achieve .inner .c_ttl_con .c_ttl:after {
    right: -14%;
  }
}
@media (max-width: 545px) {
  .achieve .inner .c_ttl_con .c_ttl:after {
    top: calc(50% - 18px);
    right: -25px;
    width: 27px;
    height: 35px;
  }
}
@media (max-width: 1000px) {
  .achieve .inner .c_ttl_con .c_ttl {
    font-size: 30px;
  }
}
@media (max-width: 545px) {
  .achieve .inner .c_ttl_con .c_ttl {
    font-size: 22px;
    line-height: 1.5;
  }
}
.achieve .inner .c_ttl_con .c_ttl .span1 {
  color: #d0121b;
  font-size: 40px;
}
@media (max-width: 1000px) {
  .achieve .inner .c_ttl_con .c_ttl .span1 {
    font-size: 30px;
  }
}
@media (max-width: 545px) {
  .achieve .inner .c_ttl_con .c_ttl .span1 {
    font-size: 22px;
    line-height: 1.5;
  }
}
.achieve .inner .c_ttl_con .c_ttl .span2 {
  font-size: 28px;
}
@media (max-width: 1000px) {
  .achieve .inner .c_ttl_con .c_ttl .span2 {
    font-size: 22px;
  }
}
@media (max-width: 545px) {
  .achieve .inner .c_ttl_con .c_ttl .span2 {
    font-size: 18px;
  }
}
.achieve .inner .achieve_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
@media (max-width: 1100px) {
  .achieve .inner .achieve_wrap {
    display: block;
  }
}
.achieve .inner .achieve_wrap .left_b {
  background: #fdeded;
  position: relative;
  border-radius: 24px;
  width: 480px;
  height: 480px;
}
@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 .a_img {
  width: 110px;
  margin: 40px auto 30px;
}
@media (max-width: 1100px) {
  .achieve .inner .achieve_wrap .left_b .a_img {
    margin: 0 auto;
    position: relative;
    top: 47px;
  }
}
@media (max-width: 605px) {
  .achieve .inner .achieve_wrap .left_b .a_img {
    width: 19vw;
    top: 35px;
  }
}
.achieve .inner .achieve_wrap .left_b .a_img img {
  width: 100%;
}
.achieve .inner .achieve_wrap .left_b .txt_con {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 480px) {
  .achieve .inner .achieve_wrap .left_b .txt_con {
    top: calc(50% + 37px);
  }
}
.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: #d0121b;
  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: #d0121b;
  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 {
  background: #e2f0ea;
  position: relative;
  border-radius: 24px;
  width: 480px;
  height: 480px;
}
@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 .a_img {
  width: 110px;
  margin: 40px auto 30px;
}
@media (max-width: 1100px) {
  .achieve .inner .achieve_wrap .right_b .a_img {
    margin: 0 auto;
    position: relative;
    top: 47px;
  }
}
@media (max-width: 605px) {
  .achieve .inner .achieve_wrap .right_b .a_img {
    width: 19vw;
    top: 35px;
  }
}
.achieve .inner .achieve_wrap .right_b .a_img img {
  width: 100%;
}
.achieve .inner .achieve_wrap .right_b .txt_con {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 480px) {
  .achieve .inner .achieve_wrap .right_b .txt_con {
    top: calc(50% + 37px);
  }
}
.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: #00a682;
  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: #00a682;
  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;
  }
}

.faq {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .faq {
    padding: 0 0 70px;
  }
}
.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 .f_ttl_con {
  text-align: center;
}
.faq .inner .f_ttl_con .f_ttl {
  position: relative;
  line-height: 1.5;
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.faq .inner .f_ttl_con .f_ttl:before {
  position: absolute;
  top: 50%;
  background-image: url(../img/p-ttl-i1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 55px;
  height: 120px;
  transform: translateY(-50%);
  left: -75px;
  content: "";
}
@media (max-width: 600px) {
  .faq .inner .f_ttl_con .f_ttl:before {
    width: 37px;
    height: 75px;
    transform: translateY(-50%);
    left: -46px;
    content: "";
  }
}
.faq .inner .f_ttl_con .f_ttl:after {
  position: absolute;
  top: 50%;
  background-image: url(../img/p-ttl-i2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 55px;
  height: 120px;
  transform: translateY(-50%);
  right: -75px;
  content: "";
}
@media (max-width: 600px) {
  .faq .inner .f_ttl_con .f_ttl:after {
    width: 37px;
    height: 75px;
    transform: translateY(-50%);
    right: -46px;
    content: "";
  }
}
@media (max-width: 915px) {
  .faq .inner .f_ttl_con .f_ttl {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .faq .inner .f_ttl_con .f_ttl {
    font-size: 22px;
    line-height: 1.5;
  }
}
.faq .inner .f_ttl_con .f_ttl span {
  color: #d0121b;
}
.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: #d0121b;
}
.faq .inner .qa_con .accordion-header.color2::before,
.faq .inner .qa_con .accordion-header.color2::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  background: #3e9b73;
}
.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: 60px 0;
  background: #f2eae1;
}
@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;
}/*# sourceMappingURL=style.css.map */