body {
  overflow-x: hidden;
}

.fv_main {
  position: relative;
}
.fv_main img.pc__only {
  width: 100%;
  vertical-align: bottom;
}
@media (max-width: 700px) {
  .fv_main img.pc__only {
    display: none;
  }
}
.fv_main img.sp__only {
  display: none;
}
@media (max-width: 700px) {
  .fv_main img.sp__only {
    display: block;
    width: 100%;
    vertical-align: bottom;
  }
}

.cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 60px 0 120px;
  background: #fdf6ec;
}
@media (max-width: 480px) {
  .cta {
    padding: 48px 0;
  }
}
.cta .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cta .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .cta .inner {
    width: calc(100% - 40px);
  }
}
.cta .inner .cta_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  color: #d36c69;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1090px) {
  .cta .inner .cta_ttl {
    font-size: 40px;
  }
}
@media (max-width: 840px) {
  .cta .inner .cta_ttl {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .cta .inner .cta_ttl {
    margin-bottom: 13px;
  }
}
.cta .inner .cta_ttl .sp__only {
  display: none;
}
@media (max-width: 700px) {
  .cta .inner .cta_ttl .sp__only {
    display: block;
  }
}
.cta .inner .cta_txt {
  margin-bottom: 50px;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #373737;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 480px) {
  .cta .inner .cta_txt {
    margin-bottom: 36px;
  }
}
@media (max-width: 700px) {
  .cta .inner .cta_txt {
    font-size: 20px;
  }
}
.cta .inner .cta_b {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cta .inner .cta_b {
    display: block;
  }
}
.cta .inner .cta_b .cta_btn {
  width: 517px;
  margin: 0 auto;
  border-radius: 9999px;
  text-align: center;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 700px) {
  .cta .inner .cta_b .cta_btn {
    width: 350px;
  }
}
@media (max-width: 410px) {
  .cta .inner .cta_b .cta_btn {
    width: 100%;
  }
}
.cta .inner .cta_b .cta_btn a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 36px;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 27px 0;
  padding-left: 65px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 700px) {
  .cta .inner .cta_b .cta_btn a {
    font-size: 27px;
    padding-left: 35px;
    padding: 10px 0;
  }
}
.cta .inner .cta_b .cta_btn a:before {
  position: absolute;
  padding-left: 10px;
  content: "";
  top: 35px;
  left: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 45px;
  height: 45px;
}
@media (max-width: 700px) {
  .cta .inner .cta_b .cta_btn a:before {
    padding-left: 0;
    width: 32px;
    height: 32px;
    top: 17px;
    left: 50px;
  }
}
.cta .inner .cta_b .btn1 {
  background: linear-gradient(to right, #b1d167, #58b918);
  width: 540px;
}
@media (max-width: 1200px) {
  .cta .inner .cta_b .btn1 {
    margin-bottom: 48px;
  }
}
@media (max-width: 700px) {
  .cta .inner .cta_b .btn1 {
    width: 350px;
  }
}
@media (max-width: 425px) {
  .cta .inner .cta_b .btn1 {
    width: 100%;
  }
}
.cta .inner .cta_b .btn1 a {
  padding-left: 75px;
}
@media (max-width: 700px) {
  .cta .inner .cta_b .btn1 a {
    padding-left: 50px;
  }
}
.cta .inner .cta_b .btn1 a:before {
  left: 120px;
  background-image: url(../img/cta-btn1-i.png);
}
@media (max-width: 700px) {
  .cta .inner .cta_b .btn1 a:before {
    left: 60px;
  }
}
.cta .inner .cta_b .btn2 {
  background: linear-gradient(to right, #e6a93f, #e7d356);
  width: 540px;
}
@media (max-width: 700px) {
  .cta .inner .cta_b .btn2 {
    width: 350px;
  }
}
@media (max-width: 425px) {
  .cta .inner .cta_b .btn2 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .cta .inner .cta_b .btn2 a {
    padding-left: 40px;
  }
}
.cta .inner .cta_b .btn2 a:before {
  left: 115px;
  background-image: url(../img/cta-btn2-i.png);
}
@media (max-width: 700px) {
  .cta .inner .cta_b .btn2 a:before {
    left: 60px;
  }
}

.problem {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .problem {
    padding: 64px 0;
  }
}
.problem .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .problem .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .problem .inner {
    width: calc(100% - 40px);
  }
}
.problem .inner .p_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .problem .inner .p_wrap {
    gap: 3%;
  }
}
@media (max-width: 850px) {
  .problem .inner .p_wrap {
    display: block;
  }
}
.problem .inner .p_wrap .left {
  width: 510px;
}
@media (max-width: 1200px) {
  .problem .inner .p_wrap .left {
    width: 50%;
  }
}
@media (max-width: 850px) {
  .problem .inner .p_wrap .left {
    width: 100%;
  }
}
.problem .inner .p_wrap .left h2.ttl {
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 700px) {
  .problem .inner .p_wrap .left h2.ttl {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .problem .inner .p_wrap .left h2.ttl {
    font-size: 26px;
  }
}
.problem .inner .p_wrap .left h2.ttl:after {
  display: block;
  background-image: url(../img/prob-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 9px;
  content: "";
  margin-top: 10px;
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .problem .inner .p_wrap .left h2.ttl:after {
    height: 6px;
    margin-bottom: 20px;
  }
}
.problem .inner .p_wrap .left .p_txt {
  font-size: 26px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 480px) {
  .problem .inner .p_wrap .left .p_txt {
    font-size: 16.8px;
  }
}
.problem .inner .p_wrap .right {
  width: 510px;
}
@media (max-width: 850px) {
  .problem .inner .p_wrap .right {
    margin-top: 32px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .problem .inner .p_wrap .right {
    margin-top: 20px;
  }
}
.problem .inner .p_wrap .right img {
  width: 100%;
}
.problem .inner .p_wrap.reverse {
  flex-direction: row-reverse;
  align-items: center;
  margin-top: -110px;
}
@media (max-width: 1200px) {
  .problem .inner .p_wrap.reverse {
    margin-top: 0;
  }
}
.problem .inner .p_wrap.reverse .left {
  margin-top: 110px;
  width: 588px;
  flex: 0 0 588px;
}
@media (max-width: 1200px) {
  .problem .inner .p_wrap.reverse .left {
    flex: auto;
  }
}
@media (max-width: 850px) {
  .problem .inner .p_wrap.reverse .left {
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 850px) {
  .problem .inner .p_wrap.reverse .left {
    margin-top: 8px;
  }
}
.problem .inner .p_wrap.reverse .right {
  width: 491px;
  flex: 0 0 491px;
}
@media (max-width: 1200px) {
  .problem .inner .p_wrap.reverse .right {
    flex: auto;
  }
}
@media (max-width: 850px) {
  .problem .inner .p_wrap.reverse .right {
    width: 100%;
  }
}

.cta.cta_bg2 {
  background: #fff;
}

.solve {
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .solve {
    padding-bottom: 48px;
  }
}
.solve .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .solve .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .solve .inner {
    width: calc(100% - 40px);
  }
}
.solve .inner .solve_con .sub {
  position: relative;
  font-size: 28px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  width: 694px;
  margin: 0 auto;
}
@media (max-width: 890px) {
  .solve .inner .solve_con .sub {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .solve .inner .solve_con .sub {
    font-size: 20.5px;
    width: 100%;
  }
}
.solve .inner .solve_con .sub:before {
  position: absolute;
  top: 0;
  left: -60px;
  background-image: url(../img/solve-deco1.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  width: 52px;
  content: "";
}
@media (max-width: 480px) {
  .solve .inner .solve_con .sub:before {
    top: auto;
    left: -10px;
    bottom: 9px;
    height: 66px;
    width: 52px;
    content: "";
  }
}
.solve .inner .solve_con .sub:after {
  position: absolute;
  top: 0;
  right: -60px;
  background-image: url(../img/solve-deco2.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  width: 52px;
  content: "";
}
@media (max-width: 480px) {
  .solve .inner .solve_con .sub:after {
    top: auto;
    right: -10px;
    bottom: 9px;
    height: 66px;
    width: 52px;
    content: "";
  }
}
.solve .inner .solve_con .main {
  margin-top: 45px;
  font-size: 28px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #d36c69;
  text-align: center;
}
@media (max-width: 480px) {
  .solve .inner .solve_con .main {
    font-size: 23px;
    margin-top: 25px;
  }
}
.solve .inner .solve_con .main span {
  font-size: 46px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.75;
  color: #d36c69;
  text-align: center;
}
@media (max-width: 480px) {
  .solve .inner .solve_con .main span {
    font-size: 32px;
    position: relative;
    top: -10px;
  }
}

.structure {
  padding: 70px 0;
  background-image: url(../img/structure-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.structure .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .structure .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .structure .inner {
    width: calc(100% - 40px);
  }
}
.structure .inner .s_ttl {
  width: 545px;
  color: #6f4629;
  position: relative;
  font-size: 36px;
  text-align: center;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 675px) {
  .structure .inner .s_ttl {
    width: 400px;
    font-size: 24px;
  }
}
@media (max-width: 530px) {
  .structure .inner .s_ttl {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .structure .inner .s_ttl {
    width: 329px;
    font-size: 22px;
  }
}
.structure .inner .s_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/struc-ttl-deco1.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 50px;
  content: "";
}
@media (max-width: 675px) {
  .structure .inner .s_ttl:before {
    width: 36px;
    height: 43px;
  }
}
.structure .inner .s_ttl:after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/struc-ttl-deco2.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 50px;
  content: "";
}
@media (max-width: 675px) {
  .structure .inner .s_ttl:after {
    width: 36px;
    height: 46px;
  }
}
.structure .inner .structure_con .s_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .structure .inner .structure_con .s_wrap {
    gap: 2%;
  }
}
@media (max-width: 700px) {
  .structure .inner .structure_con .s_wrap {
    display: block;
  }
}
.structure .inner .structure_con .s_wrap:first-of-type {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .structure .inner .structure_con .s_wrap:first-of-type {
    margin-bottom: 0;
  }
}
.structure .inner .structure_con .s_wrap .structure_b {
  width: 540px;
}
@media (max-width: 700px) {
  .structure .inner .structure_con .s_wrap .structure_b {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .structure .inner .structure_con .s_wrap .structure_b {
    margin-bottom: 20px;
  }
}
.structure .inner .structure_con .s_wrap .structure_b img {
  width: 100%;
}

.enjoy {
  padding: 70px 0 85px;
}
@media (max-width: 480px) {
  .enjoy {
    padding: 30px 0 50px;
  }
}
.enjoy .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .enjoy .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .enjoy .inner {
    width: calc(100% - 40px);
  }
}
.enjoy .inner .e_ttl {
  position: relative;
  font-size: 36px;
  text-align: center;
  width: 765px;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #6f4629;
}
.enjoy .inner .e_ttl .j_sp__only {
  display: none;
}
@media (max-width: 875px) {
  .enjoy .inner .e_ttl .j_sp__only {
    display: block;
  }
}
@media (max-width: 875px) {
  .enjoy .inner .e_ttl {
    width: 520px;
  }
}
@media (max-width: 700px) {
  .enjoy .inner .e_ttl {
    width: 100%;
  }
}
@media (max-width: 675px) {
  .enjoy .inner .e_ttl {
    width: 415px;
    font-size: 24px;
  }
}
@media (max-width: 527px) {
  .enjoy .inner .e_ttl {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .enjoy .inner .e_ttl {
    width: 320px;
    font-size: 22px;
  }
}
.enjoy .inner .e_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/struc-ttl-deco1.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 50px;
  content: "";
}
@media (max-width: 875px) {
  .enjoy .inner .e_ttl:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 675px) {
  .enjoy .inner .e_ttl:before {
    width: 36px;
    height: 43px;
  }
}
.enjoy .inner .e_ttl:after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/struc-ttl-deco2.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 50px;
  content: "";
}
@media (max-width: 875px) {
  .enjoy .inner .e_ttl:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 675px) {
  .enjoy .inner .e_ttl:after {
    width: 36px;
    height: 43px;
  }
}
.enjoy .inner .enjoy_con .e_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .enjoy .inner .enjoy_con .e_wrap {
    gap: 3%;
  }
}
@media (max-width: 800px) {
  .enjoy .inner .enjoy_con .e_wrap {
    flex-direction: column-reverse;
  }
}
.enjoy .inner .enjoy_con .e_wrap:first-of-type {
  margin-top: 60px;
  margin-bottom: 90px;
}
@media (max-width: 700px) {
  .enjoy .inner .enjoy_con .e_wrap:first-of-type {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .enjoy .inner .enjoy_con .e_wrap:first-of-type {
    margin-top: 20px;
    margin-bottom: 21px;
  }
}
.enjoy .inner .enjoy_con .e_wrap .left {
  width: 330px;
}
@media (max-width: 800px) {
  .enjoy .inner .enjoy_con .e_wrap .left {
    margin: 0 auto;
  }
}
@media (max-width: 410px) {
  .enjoy .inner .enjoy_con .e_wrap .left {
    width: 100%;
  }
}
.enjoy .inner .enjoy_con .e_wrap .left img {
  width: 100%;
}
.enjoy .inner .enjoy_con .e_wrap .right {
  width: 730px;
}
@media (max-width: 800px) {
  .enjoy .inner .enjoy_con .e_wrap .right {
    width: 100%;
  }
}
.enjoy .inner .enjoy_con .e_wrap .right .e_txt {
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 700px) {
  .enjoy .inner .enjoy_con .e_wrap .right .e_txt {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .enjoy .inner .enjoy_con .e_wrap .right .e_txt {
    font-size: 18px;
  }
}
.enjoy .inner .enjoy_con .e_wrap.reverse {
  margin-top: -85px;
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .enjoy .inner .enjoy_con .e_wrap.reverse {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .enjoy .inner .enjoy_con .e_wrap.reverse {
    flex-direction: column-reverse;
  }
}
.enjoy .inner .enjoy_con .e_wrap.reverse .left img {
  width: 100%;
}
.enjoy .inner .enjoy_con .e_wrap.reverse .right {
  width: 648px;
}
@media (max-width: 800px) {
  .enjoy .inner .enjoy_con .e_wrap.reverse .right {
    width: 100%;
  }
}
.enjoy .inner .enjoy_mes {
  padding: 40px 0;
  border-radius: 32px;
  font-size: 36px;
  color: #d36c69;
  text-align: center;
  background: #ffeff1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
@media (max-width: 1055px) {
  .enjoy .inner .enjoy_mes {
    padding: 40px;
  }
}
@media (max-width: 700px) {
  .enjoy .inner .enjoy_mes {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .enjoy .inner .enjoy_mes {
    margin-top: 10px;
    font-size: 23px;
    padding: 16px;
    text-align: left;
  }
}

.achieve {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding: 90px 0;
  background-image: url(../img/achieve-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 480px) {
  .achieve {
    padding: 50px 0;
  }
}
.achieve .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .achieve .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.achieve .inner .a_ttl {
  position: relative;
  font-size: 36px;
  text-align: center;
  width: 625px;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 40px;
  color: #6f4629;
}
@media (max-width: 700px) {
  .achieve .inner .a_ttl {
    width: 440px;
  }
}
@media (max-width: 675px) {
  .achieve .inner .a_ttl {
    font-size: 24px;
    width: 320px;
  }
}
@media (max-width: 480px) {
  .achieve .inner .a_ttl {
    width: 280px;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.achieve .inner .a_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/struc-ttl-deco1.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 50px;
  content: "";
}
@media (max-width: 700px) {
  .achieve .inner .a_ttl:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 675px) {
  .achieve .inner .a_ttl:before {
    width: 36px;
    height: 43px;
  }
}
.achieve .inner .a_ttl:after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/struc-ttl-deco2.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 50px;
  content: "";
}
@media (max-width: 700px) {
  .achieve .inner .a_ttl:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 675px) {
  .achieve .inner .a_ttl:after {
    width: 36px;
    height: 43px;
  }
}
.achieve .inner p.txt {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.75;
}
@media (max-width: 700px) {
  .achieve .inner p.txt {
    font-size: 1.15em;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .achieve .inner p.txt {
    font-size: 18px;
  }
}
.achieve .inner h3.ttl {
  font-size: 2.625em;
  text-align: center;
}
@media (max-width: 768px) {
  .achieve .inner h3.ttl {
    font-size: 1.65em;
  }
}
.achieve .inner h3.ttl span {
  position: relative;
  top: -15px;
  font-size: 0.571em;
}
@media (max-width: 768px) {
  .achieve .inner h3.ttl span {
    top: -30px;
    top: -15px;
  }
}
.achieve .inner .achieve_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1200px) {
  .achieve .inner .achieve_wrap {
    margin-top: 30px;
    display: block;
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  .achieve .inner .achieve_wrap {
    margin-top: 30px;
  }
}
.achieve .inner .achieve_wrap .achieve_b {
  position: relative;
  width: 560px;
  height: 468px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: #fff;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .achieve .inner .achieve_wrap .achieve_b {
    margin: 0 auto;
  }
}
@media (max-width: 665px) {
  .achieve .inner .achieve_wrap .achieve_b {
    width: 100%;
    height: auto;
    padding: 26px 8px 30px;
  }
}
.achieve .inner .achieve_wrap .achieve_b .txt_b p.txt1 {
  line-height: 2;
  font-size: 2em;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #6f4629;
}
.achieve .inner .achieve_wrap .achieve_b .txt_b p.txt1 span {
  font-size: 0.65em;
  padding-left: 5px;
  color: #6f4629;
}
@media (max-width: 665px) {
  .achieve .inner .achieve_wrap .achieve_b .txt_b p.txt1 span {
    font-size: 0.75em;
  }
}
@media (max-width: 665px) {
  .achieve .inner .achieve_wrap .achieve_b .txt_b p.txt1 {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
.achieve .inner .achieve_wrap .achieve_b .txt_b p.txt2 {
  margin: 15px auto;
  font-size: 2.75em;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #6f4629;
}
.achieve .inner .achieve_wrap .achieve_b .txt_b p.txt2 span {
  font-size: 0.65em;
  padding-left: 5px;
  color: #6f4629;
}
@media (max-width: 665px) {
  .achieve .inner .achieve_wrap .achieve_b .txt_b p.txt2 span {
    font-size: 0.75em;
  }
}
@media (max-width: 665px) {
  .achieve .inner .achieve_wrap .achieve_b .txt_b p.txt2 {
    font-size: 1.6em;
    line-height: 1.5;
  }
}
.achieve .inner .achieve_wrap .achieve_b .txt_b p.ps {
  font-size: 1.75em;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-weight: bold;
  color: #6f4629;
}
@media (max-width: 768px) {
  .achieve .inner .achieve_wrap .achieve_b .txt_b p.ps {
    font-size: 1.15em;
    line-height: 1.5;
  }
}
.achieve .inner .achieve_wrap .achieve_b.b1:before {
  display: block;
  margin: 0 auto 20px;
  background-image: url(../img/achieve-i1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  content: "";
}
@media (max-width: 768px) {
  .achieve .inner .achieve_wrap .achieve_b.b1:before {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1200px) {
  .achieve .inner .achieve_wrap .achieve_b.b2 {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .achieve .inner .achieve_wrap .achieve_b.b2 {
    margin-top: 70px;
  }
}
@media (max-width: 480px) {
  .achieve .inner .achieve_wrap .achieve_b.b2 {
    margin-top: 20px;
  }
}
.achieve .inner .achieve_wrap .achieve_b.b2:before {
  display: block;
  margin: 0 auto 20px;
  background-image: url(../img/achieve-i2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  content: "";
}
@media (max-width: 768px) {
  .achieve .inner .achieve_wrap .achieve_b.b2:before {
    width: 80px;
    height: 80px;
  }
}
.achieve .inner .latest {
  margin-top: 10px;
  text-align: right;
  font-size: 18px;
}

.can {
  padding: 90px 0;
  background: #fdf6ec;
}
@media (max-width: 480px) {
  .can {
    padding: 42px 0;
  }
}
.can .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .can .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .can .inner {
    width: calc(100% - 40px);
  }
}
.can .inner .c_ttl {
  position: relative;
  font-size: 36px;
  text-align: center;
  width: 582px;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #6f4629;
}
@media (max-width: 698px) {
  .can .inner .c_ttl {
    width: 400px;
  }
}
@media (max-width: 675px) {
  .can .inner .c_ttl {
    font-size: 24px;
    width: 281px;
  }
}
@media (max-width: 480px) {
  .can .inner .c_ttl {
    width: 240px;
    font-size: 22px;
  }
}
.can .inner .c_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/struc-ttl-deco1.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 50px;
  content: "";
}
@media (max-width: 700px) {
  .can .inner .c_ttl:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 675px) {
  .can .inner .c_ttl:before {
    width: 36px;
    height: 43px;
  }
}
@media (max-width: 480px) {
  .can .inner .c_ttl:before {
    left: -10px;
  }
}
.can .inner .c_ttl:after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/struc-ttl-deco2.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 50px;
  content: "";
}
@media (max-width: 700px) {
  .can .inner .c_ttl:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 675px) {
  .can .inner .c_ttl:after {
    width: 36px;
    height: 43px;
  }
}
.can .inner .c_txt {
  margin: 40px auto 50px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 480px) {
  .can .inner .c_txt {
    font-size: 18px;
    margin: 32px auto 20px;
  }
}
.can .inner .send_wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1200px) {
  .can .inner .send_wrap {
    gap: 4%;
  }
}
@media (max-width: 930px) {
  .can .inner .send_wrap {
    display: block;
  }
}
.can .inner .send_wrap .send_b.b1 {
  border-radius: 32px;
  background: #fff;
  width: 510px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  padding: 35px 32px;
}
@media (max-width: 930px) {
  .can .inner .send_wrap .send_b.b1 {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 645px) {
  .can .inner .send_wrap .send_b.b1 {
    width: 100%;
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .can .inner .send_wrap .send_b.b1 {
    border-radius: 24px;
    margin-bottom: 20px;
  }
}
.can .inner .send_wrap .send_b.b1 .s_ttl {
  width: 305px;
  margin: 0 auto;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  color: #d36c69;
  text-align: center;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .can .inner .send_wrap .send_b.b1 .s_ttl {
    font-size: 24px;
    margin-bottom: 22px;
    width: 90%;
  }
}
.can .inner .send_wrap .send_b.b1 .s_ttl:before {
  display: block;
  width: 100%;
  height: 3px;
  background: #e4999e;
  content: "";
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .can .inner .send_wrap .send_b.b1 .s_ttl:before {
    margin-bottom: 3px;
  }
}
.can .inner .send_wrap .send_b.b1 .s_ttl:after {
  display: block;
  width: 100%;
  height: 3px;
  background: #e4999e;
  content: "";
  margin-top: 5px;
}
@media (max-width: 480px) {
  .can .inner .send_wrap .send_b.b1 .s_ttl:after {
    margin-top: 3px;
  }
}
.can .inner .send_wrap .send_b.b1 .s_txt {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .can .inner .send_wrap .send_b.b1 .s_txt {
    font-size: 18px;
  }
}
.can .inner .send_wrap .send_b.b1 .send_pic1 img.pc___only {
  width: 100%;
}
@media (max-width: 645px) {
  .can .inner .send_wrap .send_b.b1 .send_pic1 img.pc___only {
    display: none;
  }
}
.can .inner .send_wrap .send_b.b1 .send_pic1 img.sp___only {
  display: none;
}
@media (max-width: 645px) {
  .can .inner .send_wrap .send_b.b1 .send_pic1 img.sp___only {
    display: block;
    width: 100%;
  }
}
.can .inner .send_wrap .send_b.b2 {
  border-radius: 32px;
  width: 510px;
  background: #fff;
  padding: 35px 32px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 930px) {
  .can .inner .send_wrap .send_b.b2 {
    margin: 0 auto;
    margin-bottom: 0;
  }
}
@media (max-width: 645px) {
  .can .inner .send_wrap .send_b.b2 {
    width: 100%;
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .can .inner .send_wrap .send_b.b2 {
    border-radius: 24px;
  }
}
.can .inner .send_wrap .send_b.b2 .s_ttl {
  width: 305px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  font-size: 28px;
  color: #8ca453;
  text-align: center;
  z-index: 1;
}
@media (max-width: 480px) {
  .can .inner .send_wrap .send_b.b2 .s_ttl {
    font-size: 24px;
    margin-bottom: 22px;
    width: 90%;
  }
}
.can .inner .send_wrap .send_b.b2 .s_ttl:before {
  display: block;
  width: 100%;
  height: 3px;
  background: #b1d167;
  content: "";
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .can .inner .send_wrap .send_b.b2 .s_ttl:before {
    margin-bottom: 3px;
  }
}
.can .inner .send_wrap .send_b.b2 .s_ttl:after {
  display: block;
  width: 100%;
  height: 3px;
  background: #b1d167;
  content: "";
  margin-top: 5px;
}
@media (max-width: 480px) {
  .can .inner .send_wrap .send_b.b2 .s_ttl:after {
    margin-top: 3px;
  }
}
.can .inner .send_wrap .send_b.b2 .s_txt {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .can .inner .send_wrap .send_b.b2 .s_txt {
    font-size: 18px;
  }
}
.can .inner .send_wrap .send_b.b2 .send_pic2 {
  width: 86%;
  margin: 0 auto;
}
.can .inner .send_wrap .send_b.b2 .send_pic2 img.pc___only {
  width: 100%;
}
@media (max-width: 645px) {
  .can .inner .send_wrap .send_b.b2 .send_pic2 img.pc___only {
    display: none;
  }
}
.can .inner .send_wrap .send_b.b2 .send_pic2 img.sp___only {
  display: none;
}
@media (max-width: 645px) {
  .can .inner .send_wrap .send_b.b2 .send_pic2 img.sp___only {
    display: block;
    width: 100%;
  }
}

.voice {
  padding: 70px 0;
  background-image: url(../img/voice-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 700px) {
  .voice {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .voice {
    padding: 42px 0 0;
  }
}
.voice .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .voice .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .voice .inner {
    width: calc(100% - 40px);
  }
}
.voice .inner .v_ttl {
  width: 335px;
  position: relative;
  font-size: 36px;
  text-align: center;
  color: #6f4629;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 675px) {
  .voice .inner .v_ttl {
    font-size: 24px;
    width: 250px;
  }
}
@media (max-width: 480px) {
  .voice .inner .v_ttl {
    width: 221px;
    font-size: 22px;
  }
}
.voice .inner .v_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/struc-ttl-deco1.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 50px;
  content: "";
}
@media (max-width: 675px) {
  .voice .inner .v_ttl:before {
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 43px;
  }
}
.voice .inner .v_ttl:after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/struc-ttl-deco2.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 50px;
  content: "";
}
@media (max-width: 675px) {
  .voice .inner .v_ttl:after {
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 43px;
  }
}
.voice .inner .voice_b {
  position: relative;
}
.voice .inner .voice_b:first-of-type {
  margin-top: 30px;
}
.voice .inner .voice_b .b_wrap {
  display: flex;
  gap: 30px;
}
@media (max-width: 480px) {
  .voice .inner .voice_b .b_wrap {
    gap: 15px;
  }
}
.voice .inner .voice_b .b_wrap .left {
  width: 327px;
  flex: 0 0 327px;
}
@media (max-width: 970px) {
  .voice .inner .voice_b .b_wrap .left {
    width: 250px;
    flex: 0 0 250px;
  }
}
@media (max-width: 700px) {
  .voice .inner .voice_b .b_wrap .left {
    width: 135px;
    flex: 0 0 135px;
  }
}
.voice .inner .voice_b .b_wrap .left img {
  width: 100%;
}
.voice .inner .voice_b .b_wrap .right {
  margin-top: 15px;
}
@media (max-width: 750px) {
  .voice .inner .voice_b .b_wrap .right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_b .b_wrap .right {
    margin-top: 0;
  }
}
.voice .inner .voice_b .b_wrap .right .v_sub {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #839ac4;
  padding-left: 27px;
}
@media (max-width: 700px) {
  .voice .inner .voice_b .b_wrap .right .v_sub {
    font-size: 18px;
  }
}
.voice .inner .voice_b .b_wrap .right .v_sub:before {
  position: absolute;
  content: "";
  border-radius: 9999px;
  width: 17px;
  height: 17px;
  background: #839ac4;
  top: 13px;
  left: 0;
}
@media (max-width: 700px) {
  .voice .inner .voice_b .b_wrap .right .v_sub:before {
    top: 8px;
  }
}
.voice .inner .voice_b .b_wrap .right .v_b_ttl {
  font-size: 24px;
  width: 360px;
}
@media (max-width: 750px) {
  .voice .inner .voice_b .b_wrap .right .v_b_ttl {
    width: 100%;
    max-width: 360px;
  }
}
@media (max-width: 700px) {
  .voice .inner .voice_b .b_wrap .right .v_b_ttl {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_b .b_wrap .right .v_b_ttl {
    font-size: 18px;
  }
}
.voice .inner .voice_b .b_wrap .right .v_b_ttl:after {
  display: block;
  background-image: url(../img/voice-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 7px;
  content: "";
  margin-top: 10px;
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .voice .inner .voice_b .b_wrap .right .v_b_ttl:after {
    height: 5px;
  }
}
.voice .inner .voice_b .b_wrap .right .v_b_ttl.last {
  font-size: 24px;
  width: 375px;
}
@media (max-width: 750px) {
  .voice .inner .voice_b .b_wrap .right .v_b_ttl.last {
    width: 100%;
    max-width: 360px;
  }
}
@media (max-width: 700px) {
  .voice .inner .voice_b .b_wrap .right .v_b_ttl.last {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_b .b_wrap .right .v_b_ttl.last {
    font-size: 18px;
  }
}
.voice .inner .voice_b .v_b_txt {
  position: absolute;
  right: 0;
  bottom: 53px;
  width: 880px;
  background: #f3fdff;
  font-size: 18px;
  padding: 20px 30px;
}
@media (max-width: 1200px) {
  .voice .inner .voice_b .v_b_txt {
    width: 74%;
    margin-left: auto;
    position: relative;
    top: -211px;
  }
}
@media (max-width: 970px) {
  .voice .inner .voice_b .v_b_txt {
    top: -150px;
  }
}
@media (max-width: 700px) {
  .voice .inner .voice_b .v_b_txt {
    top: -54px;
    width: 86%;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_b .v_b_txt {
    font-size: 17px;
    width: 95%;
  }
}
.voice .inner .voice_b .v_b_txt.last {
  position: absolute;
  right: 0;
  bottom: 53px;
  width: 880px;
  background: #f3fdff;
  font-size: 18px;
  padding: 20px 30px;
}
@media (max-width: 1200px) {
  .voice .inner .voice_b .v_b_txt.last {
    width: 74%;
    margin-left: auto;
    position: relative;
    top: -208px;
  }
}
@media (max-width: 970px) {
  .voice .inner .voice_b .v_b_txt.last {
    top: -150px;
  }
}
@media (max-width: 700px) {
  .voice .inner .voice_b .v_b_txt.last {
    top: -54px;
    width: 86%;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_b .v_b_txt.last {
    font-size: 17px;
    width: 95%;
  }
}
.voice .inner .voice_b.reverse {
  margin: 40px auto;
  position: relative;
}
@media (max-width: 700px) {
  .voice .inner .voice_b.reverse {
    margin: 0;
  }
}
.voice .inner .voice_b.reverse:first-of-type {
  margin-top: 30px;
}
.voice .inner .voice_b.reverse .b_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 480px) {
  .voice .inner .voice_b.reverse .b_wrap {
    gap: 3px;
  }
}
.voice .inner .voice_b.reverse .b_wrap .left {
  width: 327px;
  flex: 0 0 327px;
}
@media (max-width: 970px) {
  .voice .inner .voice_b.reverse .b_wrap .left {
    width: 250px;
    flex: 0 0 250px;
  }
}
@media (max-width: 700px) {
  .voice .inner .voice_b.reverse .b_wrap .left {
    width: 135px;
    flex: 0 0 135px;
  }
}
.voice .inner .voice_b.reverse .b_wrap .left img {
  width: 100%;
}
@media (max-width: 750px) {
  .voice .inner .voice_b.reverse .b_wrap .right {
    width: 100%;
  }
}
.voice .inner .voice_b.reverse .b_wrap .right .v_sub {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #839ac4;
  padding-left: 27px;
}
@media (max-width: 700px) {
  .voice .inner .voice_b.reverse .b_wrap .right .v_sub {
    font-size: 18px;
  }
}
.voice .inner .voice_b.reverse .b_wrap .right .v_sub:before {
  position: absolute;
  content: "";
  border-radius: 9999px;
  width: 17px;
  height: 17px;
  background: #839ac4;
  top: 13px;
  left: 0;
}
@media (max-width: 700px) {
  .voice .inner .voice_b.reverse .b_wrap .right .v_sub:before {
    top: 8px;
  }
}
.voice .inner .voice_b.reverse .b_wrap .right .v_b_ttl {
  font-size: 24px;
  width: 408px;
}
@media (max-width: 750px) {
  .voice .inner .voice_b.reverse .b_wrap .right .v_b_ttl {
    width: 100%;
    max-width: 360px;
  }
}
@media (max-width: 700px) {
  .voice .inner .voice_b.reverse .b_wrap .right .v_b_ttl {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_b.reverse .b_wrap .right .v_b_ttl {
    font-size: 17px;
  }
}
.voice .inner .voice_b.reverse .b_wrap .right .v_b_ttl:after {
  display: block;
  background-image: url(../img/voice-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 7px;
  content: "";
  margin-top: 10px;
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .voice .inner .voice_b.reverse .b_wrap .right .v_b_ttl:after {
    height: 5px;
  }
}
.voice .inner .voice_b.reverse .v_b_txt {
  position: absolute;
  left: 0;
  bottom: 54px;
  width: 880px;
  background: #f3fdff;
  font-size: 18px;
  padding: 20px 30px;
}
@media (max-width: 1200px) {
  .voice .inner .voice_b.reverse .v_b_txt {
    width: 74%;
    margin-right: auto;
    margin-left: 0;
    position: relative;
    top: -208px;
  }
}
@media (max-width: 970px) {
  .voice .inner .voice_b.reverse .v_b_txt {
    top: -150px;
  }
}
@media (max-width: 700px) {
  .voice .inner .voice_b.reverse .v_b_txt {
    top: -54px;
    width: 86%;
  }
}
@media (max-width: 480px) {
  .voice .inner .voice_b.reverse .v_b_txt {
    font-size: 17px;
    width: 95%;
  }
}

.flow {
  padding-top: 80px;
  padding: 70px 0 80px;
  background-image: url(../img/flow-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .flow {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .flow {
    padding: 42px 0;
  }
}
.flow .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .flow .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .flow .inner {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1200px) {
  .flow .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.flow .inner .f_ttl {
  width: 360px;
  position: relative;
  font-size: 36px;
  text-align: center;
  color: #6f4629;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 675px) {
  .flow .inner .f_ttl {
    font-size: 24px;
    width: 275px;
  }
}
@media (max-width: 480px) {
  .flow .inner .f_ttl {
    width: 246px;
    font-size: 22px;
  }
}
.flow .inner .f_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/struc-ttl-deco1.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 50px;
  content: "";
}
@media (max-width: 675px) {
  .flow .inner .f_ttl:before {
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 43px;
  }
}
.flow .inner .f_ttl:after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/struc-ttl-deco2.png);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 50px;
  content: "";
}
@media (max-width: 675px) {
  .flow .inner .f_ttl:after {
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 43px;
  }
}
.flow .inner .flow_wrap1 {
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1185px) {
  .flow .inner .flow_wrap1 {
    display: block;
    margin-bottom: 0;
  }
}
.flow .inner .flow_wrap1 .flow_b {
  width: 350px;
  height: 480px;
  background: #fffff5;
  padding: 10px 40px 50px;
  border-radius: 32px;
}
@media (max-width: 1185px) {
  .flow .inner .flow_wrap1 .flow_b {
    margin: 0 auto;
    margin-bottom: 0px;
  }
  .flow .inner .flow_wrap1 .flow_b:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .flow .inner .flow_wrap1 .flow_b {
    height: 434px;
  }
}
@media (max-width: 420px) {
  .flow .inner .flow_wrap1 .flow_b {
    width: 100%;
  }
}
.flow .inner .flow_wrap1 .flow_b .flow_img {
  width: 250px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap1 .flow_b .flow_img {
    margin-bottom: 10px;
  }
}
.flow .inner .flow_wrap1 .flow_b .flow_img img {
  width: 100%;
}
.flow .inner .flow_wrap1 .flow_b .ttl_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.flow .inner .flow_wrap1 .flow_b .ttl_wrap .deco {
  width: 40px;
  flex: 0 0 40px;
  margin-top: -5px;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap1 .flow_b .ttl_wrap .deco {
    margin-top: 0;
    width: 38px;
    flex: 0 0 38px;
  }
}
.flow .inner .flow_wrap1 .flow_b .ttl_wrap .deco img {
  width: 100%;
}
.flow .inner .flow_wrap1 .flow_b .ttl_wrap h3.ttl {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap1 .flow_b .ttl_wrap h3.ttl {
    font-size: 1.6em;
    margin-top: -2px;
  }
}
.flow .inner .flow_wrap1 .flow_b p.txt {
  font-size: 1.25em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap1 .flow_b p.txt {
    font-size: 1.15em;
  }
}
.flow .inner .flow_wrap2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1185px) {
  .flow .inner .flow_wrap2 {
    display: block;
  }
}
.flow .inner .flow_wrap2 .flow_b {
  width: 350px;
  height: 480px;
  background: #fffff5;
  padding: 10px 40px 50px;
  border-radius: 32px;
}
@media (max-width: 480px) {
  .flow .inner .flow_wrap2 .flow_b {
    height: auto;
  }
}
@media (max-width: 1185px) {
  .flow .inner .flow_wrap2 .flow_b {
    margin: 0 auto;
    margin-bottom: 0px;
  }
  .flow .inner .flow_wrap2 .flow_b:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 420px) {
  .flow .inner .flow_wrap2 .flow_b {
    width: 100%;
  }
}
.flow .inner .flow_wrap2 .flow_b .flow_img {
  width: 250px;
  margin: 0 auto;
}
@media (max-width: 1185px) {
  .flow .inner .flow_wrap2 .flow_b .flow_img {
    margin-bottom: 10px;
  }
}
.flow .inner .flow_wrap2 .flow_b .flow_img img {
  width: 100%;
}
.flow .inner .flow_wrap2 .flow_b .ttl_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.flow .inner .flow_wrap2 .flow_b .ttl_wrap .deco {
  width: 40px;
  flex: 0 0 40px;
  margin-top: -5px;
}
@media (max-width: 1185px) {
  .flow .inner .flow_wrap2 .flow_b .ttl_wrap .deco {
    margin-top: 0;
    width: 38px;
    flex: 0 0 38px;
  }
}
.flow .inner .flow_wrap2 .flow_b .ttl_wrap .deco img {
  width: 100%;
}
.flow .inner .flow_wrap2 .flow_b .ttl_wrap h3.ttl {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap2 .flow_b .ttl_wrap h3.ttl {
    font-size: 1.6em;
    margin-top: -2px;
  }
}
.flow .inner .flow_wrap2 .flow_b p.txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap2 .flow_b p.txt {
    font-size: 1.15em;
  }
}

.flow_arrow {
  width: 34px;
  flex: 0 0 34px;
}
@media (max-width: 1185px) {
  .flow_arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.flow_arrow img {
  width: 100%;
}

.ftr_main {
  position: relative;
  background: #da8b90;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.ftr_main .inner {
  padding: 40px 60px;
}
@media (max-width: 1200px) {
  .ftr_main .inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .ftr_main .inner {
    padding: 40px 30px;
  }
}
.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;
  color: #fff;
  text-decoration: underline;
}
.ftr_main .inner .ftr_wrap .copyright {
  color: #fff;
}

@media (max-width: 700px) {
  .pc__only {
    display: none;
  }
}

.tab__only {
  display: none;
}
@media (max-width: 1185px) {
  .tab__only {
    display: block;
  }
}

.sp__only {
  display: none;
}
@media (max-width: 700px) {
  .sp__only {
    display: block;
  }
}

.mv_btn {
  width: 32%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17%;
}
@media (max-width: 700px) {
  .mv_btn {
    width: 84%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
  }
}
.mv_btn img {
  width: 100%;
}/*# sourceMappingURL=lp.css.map */