html,
body {
  overflow-x: hidden;
}

body {
  background: #feffe8;
}

.font_roboto {
  font-family: "Roboto", sans-serif;
}

.hdr_main {
  position: relative;
  width: 100%;
  height: 6.897vw;
}
@media (max-width: 950px) {
  .hdr_main {
    height: 4.414vw;
  }
}
.hdr_main .hdr_logo {
  width: 11.034vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.103vw;
  z-index: 10;
}
@media (max-width: 950px) {
  .hdr_main .hdr_logo {
    width: 15.104vw;
    top: 4.027vw;
    left: 4.427vw;
  }
}
@media (max-width: 480px) {
  .hdr_main .hdr_logo {
    left: 4.8vw;
    top: 8.8vw;
    width: 30.933vw;
  }
}
.hdr_main .hdr_logo img {
  width: 100%;
}
.hdr_main .hdr_btn {
  width: 300px;
  position: fixed;
  z-index: 9999;
  right: 3.103vw;
  top: 1.379vw;
}
@media (max-width: 950px) {
  .hdr_main .hdr_btn {
    width: 80%;
    height: 10.417vw;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: 34px;
  }
}
@media (max-width: 480px) {
  .hdr_main .hdr_btn {
    width: 85%;
    height: auto;
    bottom: 7px;
  }
}
.hdr_main .hdr_btn a {
  font-size: 1.379vw;
}
@media (max-width: 480px) {
  .hdr_main .hdr_btn a {
    font-size: 16px;
  }
}
.hdr_main .hdr_btn a:before {
  width: 3.586vw;
  height: 3.586vw;
}
@media (max-width: 480px) {
  .hdr_main .hdr_btn a:before {
    width: 2.759vw;
    height: 2.759vw;
  }
}
.hdr_main .hdr_btn a:after {
  width: 1.379vw;
  height: 1.379vw;
}
@media (max-width: 480px) {
  .hdr_main .hdr_btn a:after {
    width: 1.034vw;
    height: 1.034vw;
  }
}
@media (max-width: 950px) {
  .hdr_main .hdr_btn a img.pc__only {
    display: none;
  }
}
.hdr_main .hdr_btn a img.tab__only {
  display: none;
}
@media (max-width: 950px) {
  .hdr_main .hdr_btn a img.tab__only {
    display: block;
  }
}
@media (max-width: 480px) {
  .hdr_main .hdr_btn a img.tab__only {
    display: none;
  }
}
.hdr_main .hdr_btn a img.sp__only {
  display: none;
}
@media (max-width: 480px) {
  .hdr_main .hdr_btn a img.sp__only {
    display: block;
  }
}

.fixed_fv_btn {
  display: none;
}
@media (max-width: 900px) {
  .fixed_fv_btn {
    display: block;
    position: fixed;
    bottom: 1%;
    z-index: 9999;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .fixed_fv_btn {
    width: 90%;
  }
}
.fixed_fv_btn img.tab_only {
  width: 100%;
}
@media (max-width: 480px) {
  .fixed_fv_btn img.tab_only {
    display: none;
  }
}
.fixed_fv_btn img.sp_only {
  display: none;
  width: 100%;
}
@media (max-width: 480px) {
  .fixed_fv_btn img.sp_only {
    display: block;
  }
}

.fv_main {
  position: relative;
  background-image: url(../img/kv-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 52.207vw;
}
@media (max-width: 900px) {
  .fv_main {
    background-image: url(../img/kv-tab-bg.png);
    height: 100.207vw;
    margin-top: 3vw;
  }
}
@media (max-width: 480px) {
  .fv_main {
    background-image: url(../img/kv-sp-bg.png);
    height: 202.207vw;
    margin-top: 11vw;
  }
}
.fv_main .fv_img {
  position: absolute;
  right: 0;
  width: 54.138vw;
}
@media (max-width: 1370px) {
  .fv_main .fv_img {
    width: 53.138vw;
  }
}
@media (max-width: 900px) {
  .fv_main .fv_img {
    width: 100%;
    bottom: -54vw;
  }
}
@media (max-width: 480px) {
  .fv_main .fv_img {
    bottom: -5vw;
  }
}
.fv_main .fv_img img.pc_only {
  width: 100%;
}
@media (max-width: 900px) {
  .fv_main .fv_img img.pc_only {
    display: none;
  }
}
.fv_main .fv_img img.tab_only {
  width: 100%;
  display: none;
}
@media (max-width: 900px) {
  .fv_main .fv_img img.tab_only {
    display: block;
  }
}
@media (max-width: 480px) {
  .fv_main .fv_img img.tab_only {
    display: none;
  }
}
.fv_main .fv_img img.sp_only {
  width: 100%;
  display: none;
}
@media (max-width: 480px) {
  .fv_main .fv_img img.sp_only {
    display: block;
  }
}
.fv_main .kv_con {
  width: 49.5vw;
  padding-top: 5vw;
  padding-left: 6vw;
}
@media (max-width: 900px) {
  .fv_main .kv_con {
    width: 100%;
    padding-top: 11vw;
  }
}
@media (max-width: 480px) {
  .fv_main .kv_con {
    padding: 0 30px;
    padding-top: 16vw;
  }
}
.fv_main .kv_con .kv_ttl {
  font-weight: 500;
  margin-bottom: 1.241vw;
  font-size: 4.138vw;
  color: #fff;
}
@media (max-width: 1370px) {
  .fv_main .kv_con .kv_ttl {
    font-weight: 500;
    margin-bottom: 1.314vw;
    font-size: 4.38vw;
    color: #fff;
  }
}
@media (max-width: 900px) {
  .fv_main .kv_con .kv_ttl {
    font-size: 7.813vw;
    line-height: 1.25;
    margin-bottom: 3.914vw;
  }
}
@media (max-width: 480px) {
  .fv_main .kv_con .kv_ttl {
    font-size: 11.733vw;
    text-align: left;
  }
}
.fv_main .kv_con .kv_ttl .kv_bubble {
  width: 23.448vw;
}
@media (max-width: 1370px) {
  .fv_main .kv_con .kv_ttl .kv_bubble {
    width: 24.818vw;
  }
}
@media (max-width: 900px) {
  .fv_main .kv_con .kv_ttl .kv_bubble {
    width: 42.818vw;
  }
}
@media (max-width: 480px) {
  .fv_main .kv_con .kv_ttl .kv_bubble {
    width: 56.818vw;
  }
}
.fv_main .kv_con .kv_ttl .kv_bubble img {
  width: 100%;
}
.fv_main .kv_con .kv_hint {
  width: 31.034vw;
  margin-bottom: 3.034vw;
}
@media (max-width: 1370px) {
  .fv_main .kv_con .kv_hint {
    width: 32.847vw;
    margin-bottom: 3.212vw;
  }
}
@media (max-width: 900px) {
  .fv_main .kv_con .kv_hint {
    width: 58.847vw;
  }
}
@media (max-width: 480px) {
  .fv_main .kv_con .kv_hint {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 18px;
  }
}
.fv_main .kv_con .kv_hint img {
  width: 100%;
}
.fv_main .kv_con .kv_txt {
  margin-bottom: 1.034vw;
  color: #fff;
  font-size: 1.379vw;
  font-weight: 500;
}
@media (max-width: 1370px) {
  .fv_main .kv_con .kv_txt {
    margin-bottom: 1.095vw;
    color: #fff;
    font-size: 1.46vw;
    font-weight: 500;
  }
}
@media (max-width: 900px) {
  .fv_main .kv_con .kv_txt {
    font-size: 2.604vw;
  }
}
@media (max-width: 480px) {
  .fv_main .kv_con .kv_txt {
    margin-top: 2vw;
    font-size: 4.267vw;
  }
}
.fv_main .kv_con .kv_btn {
  width: 26.207vw;
}
@media (max-width: 1370px) {
  .fv_main .kv_con .kv_btn {
    width: 27.737vw;
  }
}
@media (max-width: 900px) {
  .fv_main .kv_con .kv_btn {
    display: none;
  }
}
.fv_main .kv_con .kv_btn img {
  width: 100%;
}

.really {
  padding-top: 62px;
}
@media (max-width: 900px) {
  .really {
    padding-top: 62vw;
  }
}
@media (max-width: 480px) {
  .really {
    padding-top: 15vw;
  }
}
.really .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .really .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .really .inner {
    width: calc(100% - 60px);
  }
}
.really .inner .r_ttl {
  font-size: 44px;
  font-weight: 600;
}
@media (max-width: 1230px) {
  .really .inner .r_ttl {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .really .inner .r_ttl {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .really .inner .r_ttl {
    font-size: 28px;
  }
}
.really .inner .r_txt {
  margin: 30px auto 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 1230px) {
  .really .inner .r_txt {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .really .inner .r_txt {
    font-size: 18px;
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  .really .inner .r_txt {
    font-size: 15px;
    margin: 30px auto 40px;
  }
}
.really .inner .r_txt .tab_only {
  display: none;
}
@media (max-width: 900px) {
  .really .inner .r_txt .tab_only {
    display: block;
  }
}
.really .inner .r_txt .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .really .inner .r_txt .sp_only {
    display: block;
  }
}
.really .inner2 {
  position: relative;
  width: 1355px;
  margin: 0 auto;
  background-image: url(../img/check-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  padding: 50px 0;
  border-radius: 16px;
}
@media (max-width: 1455px) {
  .really .inner2 {
    width: calc(100% - 100px);
    padding: 50px;
  }
}
@media (max-width: 1230px) {
  .really .inner2 {
    margin-top: 250px;
  }
}
@media (max-width: 1160px) {
  .really .inner2 {
    padding: 32px;
  }
}
@media (max-width: 480px) {
  .really .inner2 {
    width: calc(100% - 30px);
    padding: 16px;
    margin-top: 164px;
  }
}
.really .inner2 .really_list {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1455px) {
  .really .inner2 .really_list {
    width: 100%;
  }
}
.really .inner2 .really_list .r_wrap {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 1160px) {
  .really .inner2 .really_list .r_wrap {
    flex-direction: column;
    margin-bottom: 16px;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .really .inner2 .really_list .r_wrap {
    margin-bottom: 8px;
    gap: 8px;
  }
}
@media (max-width: 1160px) {
  .really .inner2 .really_list .r_wrap:last-of-type {
    margin-bottom: 0;
  }
}
.really .inner2 .really_list .r_wrap .r_b {
  display: flex;
  gap: 12px;
  padding: 20px 24px;
  font-weight: bold;
  background: #fff;
  width: 613px;
  margin-bottom: 24px;
  border-radius: 4px;
}
@media (max-width: 1455px) {
  .really .inner2 .really_list .r_wrap .r_b {
    width: 50%;
  }
}
@media (max-width: 1160px) {
  .really .inner2 .really_list .r_wrap .r_b {
    padding: 20px;
    margin-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .really .inner2 .really_list .r_wrap .r_b {
    padding: 15px;
  }
}
.really .inner2 .really_list .r_wrap .r_b .check_i {
  width: 28px;
  flex: 0 0 28px;
  position: relative;
  top: 4px;
}
@media (max-width: 1160px) {
  .really .inner2 .really_list .r_wrap .r_b .check_i {
    width: 24px;
    flex: 0 0 24px;
  }
}
@media (max-width: 480px) {
  .really .inner2 .really_list .r_wrap .r_b .check_i {
    width: 22px;
    flex: 0 0 22px;
  }
}
.really .inner2 .really_list .r_wrap .r_b .check_i img {
  width: 100%;
}
.really .inner2 .really_list .r_wrap .r_b .r_txt {
  font-size: 18px;
  line-height: 1.75;
}
@media (max-width: 480px) {
  .really .inner2 .really_list .r_wrap .r_b .r_txt {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .really .inner2 .really_list .r_wrap .r_b .r_txt .pc_only {
    display: none;
  }
}
.really .inner2 .really_list .r_wrap .r_b.no_margin1 {
  margin-bottom: 0;
}
.really .inner2 .really_list .r_wrap .r_b.no_margin2 {
  margin-bottom: 0;
}
.really .inner2:before {
  position: absolute;
  background-image: url(../img/realy-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 532px;
  height: 400px;
  top: -371px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1370px) {
  .really .inner2:before {
    width: 360px;
    height: 273px;
    top: -248px;
  }
}
@media (max-width: 1230px) {
  .really .inner2:before {
    right: 50%;
    transform: translateX(50%);
    width: 321px;
    height: 241px;
    top: -225px;
  }
}
@media (max-width: 480px) {
  .really .inner2:before {
    width: 201px;
    height: 151px;
    top: -144px;
  }
}

.together {
  background-image: url(../img/together-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  width: 100%;
  height: 47.31vw;
  margin-top: 8vw;
}
@media (max-width: 900px) {
  .together {
    background-image: url(../img/together-tab-bg.png);
    height: 104.31vw;
    margin-top: 13vw;
  }
}
@media (max-width: 480px) {
  .together {
    background-image: url(../img/together-sp-bg.png);
    height: 204.31vw;
  }
}
.together .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .together .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .together .inner {
    width: calc(100% - 60px);
  }
}
.together .inner .t_wrap {
  padding-top: 10vw;
  display: flex;
  gap: 48px;
  align-items: center;
  width: 100%;
  max-width: 1175px;
}
@media (max-width: 1350px) {
  .together .inner .t_wrap {
    padding-top: 14vw;
    display: flex;
    gap: 1.556vw;
    align-items: center;
  }
}
@media (max-width: 900px) {
  .together .inner .t_wrap {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .together .inner .t_wrap {
    padding-top: 21vw;
  }
}
.together .inner .t_wrap .t_left {
  width: 403px;
  flex: 0 0 403px;
}
@media (max-width: 1350px) {
  .together .inner .t_wrap .t_left {
    width: 29.852vw;
    flex: 0 0 29.852vw;
  }
}
@media (max-width: 900px) {
  .together .inner .t_wrap .t_left {
    width: 30.339vw;
    flex: none;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .together .inner .t_wrap .t_left {
    width: 45.333vw;
  }
}
.together .inner .t_wrap .t_left img {
  width: 100%;
}
.together .inner .t_wrap .t_ttl {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media (max-width: 1350px) {
  .together .inner .t_wrap .t_ttl {
    font-size: 3.259vw;
    font-weight: 600;
    margin-bottom: 4.222vw;
  }
}
@media (max-width: 900px) {
  .together .inner .t_wrap .t_ttl {
    font-size: 5.208vw;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .together .inner .t_wrap .t_ttl {
    font-size: 7.467vw;
  }
}
.together .inner .t_wrap .t_txt {
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 1350px) {
  .together .inner .t_wrap .t_txt {
    font-size: 1.185vw;
  }
}
@media (max-width: 900px) {
  .together .inner .t_wrap .t_txt {
    font-size: 2.083vw;
  }
}
@media (max-width: 480px) {
  .together .inner .t_wrap .t_txt {
    font-size: 4.267vw;
  }
}

.cta {
  background-image: url(../img/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 425px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .cta {
    height: 406px;
    background-image: url(../img/cta-tab-bg@2x.png);
  }
}
@media (max-width: 480px) {
  .cta {
    height: 289px;
    background-image: url(../img/cta-sp-bg@2x.png);
  }
}
.cta .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .cta .inner {
    width: calc(100% - 60px);
  }
}
.cta .inner .cta_con .c_ttl {
  color: #fff;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .cta .inner .cta_con .c_ttl {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .cta .inner .cta_con .c_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.cta .inner .cta_con .c_ttl span {
  font-size: 40px;
  color: #fff;
}
@media (max-width: 900px) {
  .cta .inner .cta_con .c_ttl span {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .cta .inner .cta_con .c_ttl span {
    font-size: 26px;
  }
}
.cta .inner .cta_con .c_ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .cta .inner .cta_con .c_ttl .sp_only {
    display: block;
  }
}
.cta .inner .cta_con .cta_btn {
  width: 360px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .cta .inner .cta_con .cta_btn {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .cta .inner .cta_con .cta_btn {
    width: 100%;
  }
}
.cta .inner .cta_con .cta_btn img.pc_only {
  width: 100%;
}
@media (max-width: 900px) {
  .cta .inner .cta_con .cta_btn img.pc_only {
    display: none;
  }
}
.cta .inner .cta_con .cta_btn img.tab_only {
  display: none;
  width: 100%;
}
@media (max-width: 900px) {
  .cta .inner .cta_con .cta_btn img.tab_only {
    display: block;
  }
}
@media (max-width: 480px) {
  .cta .inner .cta_con .cta_btn img.tab_only {
    display: none;
  }
}
.cta .inner .cta_con .cta_btn img.sp_only {
  width: 100%;
  display: none;
}
@media (max-width: 480px) {
  .cta .inner .cta_con .cta_btn img.sp_only {
    display: block;
  }
}

.cta.bg2 {
  background-image: url(../img/bg_cta2.png);
}
@media (max-width: 900px) {
  .cta.bg2 {
    background-image: url(../img/cta-tab-bg2@2x.png);
  }
}
@media (max-width: 480px) {
  .cta.bg2 {
    background-image: url(../img/cta-sp-bg2@2x.png);
  }
}

.find_hint {
  padding: 6.897vw 0;
  background-image: url(../img/find-hint-bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 175vw;
}
@media (max-width: 900px) {
  .find_hint {
    background-image: url(../img/find-hint-tab-bg.png);
    height: 297vw;
    padding: 12.897vw 0;
  }
}
@media (max-width: 480px) {
  .find_hint {
    background-image: url(../img/find-hint-sp-bg.png);
    height: 733vw;
    padding: 14.897vw 0 12.897vw;
  }
}
.find_hint .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .find_hint .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .find_hint .inner {
    width: calc(100% - 60px);
  }
}
.find_hint .inner .find_hint_ttl_con {
  margin-bottom: 60px;
}
.find_hint .inner .find_hint_ttl_con .find_hint_ttl {
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .find_hint .inner .find_hint_ttl_con .find_hint_ttl {
    font-size: 5.208vw;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_ttl_con .find_hint_ttl {
    font-size: 7.467vw;
  }
}
.find_hint .inner .find_hint_ttl_con .find_hint_ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_ttl_con .find_hint_ttl .sp_only {
    display: block;
  }
}
.find_hint .inner .find_hint_ttl_con .find_hint_txt {
  text-align: center;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 900px) {
  .find_hint .inner .find_hint_ttl_con .find_hint_txt {
    font-size: 2.083vw;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_ttl_con .find_hint_txt {
    font-size: 4vw;
  }
}
@media (max-width: 900px) {
  .find_hint .inner .find_hint_ttl_con .find_hint_txt .pc_only {
    display: none;
  }
}
.find_hint .inner .find_hint_b {
  position: relative;
  background: #fff;
  padding: 4.828vw 4.138vw 4.138vw;
  width: 49.31vw;
  height: 25.517vw;
  border-radius: 1.103vw;
  margin-bottom: 3vw;
}
@media (max-width: 900px) {
  .find_hint .inner .find_hint_b {
    width: 100%;
    height: 45.964vw;
    margin-bottom: 4.167vw;
    padding: 7.813vw 5.208vw 5.208vw;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b {
    height: 128vw;
    padding: 12.8vw 6.4vw 6.4vw;
  }
}
.find_hint .inner .find_hint_b .f_h_wrap {
  display: flex;
  gap: 0.966vw;
  align-items: center;
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b .f_h_wrap {
    flex-direction: column;
    gap: 3.2vw;
  }
}
.find_hint .inner .find_hint_b .f_h_wrap .f_h_i {
  width: 6.897vw;
  flex: 0 0 6.897vw;
}
@media (max-width: 900px) {
  .find_hint .inner .find_hint_b .f_h_wrap .f_h_i {
    width: 13.021vw;
    flex: 0 0 13.021vw;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b .f_h_wrap .f_h_i {
    width: 23.467vw;
    flex: 0 0 23.467vw;
  }
}
.find_hint .inner .find_hint_b .f_h_wrap .f_h_i img {
  width: 100%;
}
.find_hint .inner .find_hint_b .f_h_wrap .f_h_ttl {
  font-size: 1.931vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (max-width: 900px) {
  .find_hint .inner .find_hint_b .f_h_wrap .f_h_ttl {
    font-size: 3.646vw;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b .f_h_wrap .f_h_ttl {
    font-size: 6.4vw;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b .f_h_wrap .f_h_ttl .sp_only {
    display: none;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b .f_h_wrap .f_h_ttl .pc_only {
    display: none;
  }
}
.find_hint .inner .find_hint_b .under_bubble {
  margin: 17px auto 9px;
}
.find_hint .inner .find_hint_b .under_bubble img {
  width: 100%;
}
.find_hint .inner .find_hint_b .under_txt {
  font-size: 1.103vw;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 900px) {
  .find_hint .inner .find_hint_b .under_txt {
    font-size: 2.083vw;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b .under_txt {
    font-size: 4vw;
  }
}
.find_hint .inner .find_hint_b.reverse {
  margin-left: auto;
}
.find_hint .inner .find_hint_b.b1:before {
  position: absolute;
  width: 13.793vw;
  background: #1a7e00;
  content: "CASE.1";
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.552vw 0;
  top: 0;
  font-size: 1.241vw;
  font-weight: 600;
  left: 4.138vw;
  border-radius: 0 0 0.414vw 0.414vw;
}
@media (max-width: 900px) {
  .find_hint .inner .find_hint_b.b1:before {
    font-size: 2.604vw;
    width: 29.042vw;
    border-radius: 0 0 1.414vw 1.414vw;
    padding: 0.852vw 0;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b.b1:before {
    font-size: 4.267vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 6px 6px;
    width: 44.042vw;
    padding: 1.052vw 0;
  }
}
.find_hint .inner .find_hint_b.b2:before {
  position: absolute;
  width: 13.793vw;
  background: #1a7e00;
  content: "CASE.2";
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.552vw 0;
  top: 0;
  font-size: 1.241vw;
  font-weight: 600;
  left: 4.138vw;
  border-radius: 0 0 0.414vw 0.414vw;
}
@media (max-width: 900px) {
  .find_hint .inner .find_hint_b.b2:before {
    font-size: 2.604vw;
    width: 29.042vw;
    border-radius: 0 0 1.414vw 1.414vw;
    padding: 0.852vw 0;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b.b2:before {
    font-size: 4.267vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 6px 6px;
    width: 44.042vw;
    padding: 1.552vw 0;
  }
}
.find_hint .inner .find_hint_b.b3:before {
  position: absolute;
  width: 13.793vw;
  background: #1a7e00;
  content: "CASE.3";
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.552vw 0;
  top: 0;
  font-size: 1.241vw;
  font-weight: 600;
  left: 4.138vw;
  border-radius: 0 0 0.414vw 0.414vw;
}
@media (max-width: 900px) {
  .find_hint .inner .find_hint_b.b3:before {
    font-size: 2.604vw;
    width: 29.042vw;
    border-radius: 0 0 1.414vw 1.414vw;
    padding: 0.852vw 0;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b.b3:before {
    font-size: 4.267vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 6px 6px;
    width: 44.042vw;
    padding: 1.552vw 0;
  }
}
.find_hint .inner .find_hint_b.b4:before {
  position: absolute;
  width: 13.793vw;
  background: #1a7e00;
  content: "CASE.4";
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.552vw 0;
  top: 0;
  font-size: 1.241vw;
  font-weight: 600;
  left: 4.138vw;
  border-radius: 0 0 0.414vw 0.414vw;
}
@media (max-width: 900px) {
  .find_hint .inner .find_hint_b.b4:before {
    font-size: 2.604vw;
    width: 29.042vw;
    border-radius: 0 0 1.414vw 1.414vw;
    padding: 0.852vw 0;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b.b4:before {
    font-size: 4.267vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 6px 6px;
    width: 44.042vw;
    padding: 1.552vw 0;
  }
}
.find_hint .inner .find_hint_b.b5 {
  margin-bottom: 0;
}
.find_hint .inner .find_hint_b.b5:before {
  position: absolute;
  width: 13.793vw;
  background: #1a7e00;
  content: "CASE.5";
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.552vw 0;
  top: 0;
  font-size: 1.241vw;
  font-weight: 600;
  left: 4.138vw;
  border-radius: 0 0 0.414vw 0.414vw;
}
@media (max-width: 900px) {
  .find_hint .inner .find_hint_b.b5:before {
    font-size: 2.604vw;
    width: 29.042vw;
    border-radius: 0 0 1.414vw 1.414vw;
    padding: 0.852vw 0;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b.b5:before {
    font-size: 4.267vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 6px 6px;
    width: 44.042vw;
    padding: 1.552vw 0;
  }
}
@media (max-width: 480px) {
  .find_hint .inner .find_hint_b {
    border-radius: 12px;
  }
}

.summary {
  padding: 50px 0 95px;
}
@media (max-width: 1120px) {
  .summary {
    padding: 14vw 0 95px;
  }
}
@media (max-width: 670px) {
  .summary {
    padding: 18vw 0 95px;
    margin-top: 10vw;
  }
}
@media (max-width: 550px) {
  .summary {
    margin-top: 20vw;
    padding: 18vw 0 60px;
  }
}
.summary .inner {
  background: #fff;
  width: 1250px;
  margin: 0 auto;
  padding: 35px 135px 0;
  border-radius: 16px;
}
@media (max-width: 1350px) {
  .summary .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 1120px) {
  .summary .inner {
    padding: 130px 40px 50px;
  }
}
@media (max-width: 480px) {
  .summary .inner {
    width: calc(100% - 60px);
    padding: 87px 24px 24px;
  }
}
.summary .inner .s_wrap {
  display: flex;
  gap: 56px;
}
@media (max-width: 1120px) {
  .summary .inner .s_wrap {
    position: relative;
  }
}
.summary .inner .s_wrap .s_left {
  width: 212px;
  flex: 0 0 212px;
}
@media (max-width: 1120px) {
  .summary .inner .s_wrap .s_left {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -204px;
    width: 150px;
    flex: 0 0 150px;
  }
}
@media (max-width: 900px) {
  .summary .inner .s_wrap .s_left {
    width: 136px;
    top: -188px;
  }
}
@media (max-width: 480px) {
  .summary .inner .s_wrap .s_left {
    width: 98px;
    top: -138px;
  }
}
.summary .inner .s_wrap .s_left img {
  width: 100%;
  vertical-align: bottom;
}
.summary .inner .s_wrap .s_right .s_ttl {
  font-size: 44px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (max-width: 1120px) {
  .summary .inner .s_wrap .s_right .s_ttl {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .summary .inner .s_wrap .s_right .s_ttl {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .summary .inner .s_wrap .s_right .s_ttl {
    font-size: 28px;
  }
}
.summary .inner .s_wrap .s_right .s_ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .summary .inner .s_wrap .s_right .s_ttl .sp_only {
    display: block;
  }
}
.summary .inner .s_wrap .s_right .s_txt {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 2;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .summary .inner .s_wrap .s_right .s_txt {
    font-size: 15px;
  }
}
.summary .inner .s_wrap .s_right .s_txt .tab_only {
  display: none;
}
@media (max-width: 900px) {
  .summary .inner .s_wrap .s_right .s_txt .tab_only {
    display: block;
  }
}

.ftr_main {
  padding: 40px 0 15px;
  background-image: url(../img/check-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 950px) {
  .ftr_main {
    padding-bottom: 15vw;
  }
}
@media (max-width: 768px) {
  .ftr_main {
    padding-bottom: calc(10.417vw + 40px);
  }
}
@media (max-width: 480px) {
  .ftr_main {
    padding-bottom: 110px;
  }
}
.ftr_main .ftr_con {
  width: 550px;
  margin: 0 auto;
}
@media (max-width: 580px) {
  .ftr_main .ftr_con {
    width: 100%;
  }
}
.ftr_main .ftr_con .ftr_logo {
  width: 160px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ftr_main .ftr_con .ftr_logo {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .ftr_main .ftr_con .ftr_logo {
    width: 140px;
  }
}
.ftr_main .ftr_con .ftr_logo img {
  width: 100%;
}
.ftr_main .ftr_con .ftr_menu {
  margin: 30px auto 80px;
}
@media (max-width: 768px) {
  .ftr_main .ftr_con .ftr_menu {
    margin: 30px auto 70px;
  }
}
@media (max-width: 480px) {
  .ftr_main .ftr_con .ftr_menu {
    margin: 20px auto 60px;
  }
}
.ftr_main .ftr_con .ftr_menu nav ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.ftr_main .ftr_con .ftr_menu nav ul li {
  position: relative;
  padding-left: 20px;
}
.ftr_main .ftr_con .ftr_menu nav ul li:before {
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  left: 0;
  content: "";
  background: #fff;
}
.ftr_main .ftr_con .ftr_menu nav ul li a {
  padding-right: 20px;
  position: relative;
}
.ftr_main .ftr_con .ftr_menu nav ul li a:after {
  position: absolute;
  background-image: url(../img/ex-link.svg);
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  right: 0;
  content: "";
}
.ftr_main .ftr_con .ftr_menu nav ul li:last-child {
  padding-right: 20px;
}
.ftr_main .ftr_con .ftr_menu nav ul li:last-child:after {
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  right: 0;
  content: "";
  background: #fff;
}
.ftr_main .ftr_con .ftr_menu nav ul li a {
  color: #fff;
  font-size: 14px;
}
.ftr_main .ftr_con .privacy_policy {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 480px) {
  .ftr_main .ftr_con .privacy_policy {
    font-size: 10px;
  }
}

.contact {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .contact {
    padding: 65px 0;
  }
}
.contact .inner {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .contact .inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .contact .inner {
    width: calc(100% - 60px);
  }
}
.contact .inner .c_ttl_bubble {
  width: 225px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .contact .inner .c_ttl_bubble {
    width: 190px;
  }
}
.contact .inner .c_ttl_bubble img {
  width: 100%;
}
.contact .inner .c_ttl {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 900px) {
  .contact .inner .c_ttl {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .contact .inner .c_ttl {
    font-size: 15px;
  }
}
.contact .inner .c_ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .contact .inner .c_ttl .sp_only {
    display: block;
  }
}
.contact .inner .c_ttl span {
  position: relative;
  font-size: 36px;
  display: inline-block;
}
@media (max-width: 900px) {
  .contact .inner .c_ttl span {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .contact .inner .c_ttl span {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.contact .inner .c_ttl span .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .contact .inner .c_ttl span .sp_only {
    display: block;
  }
}
.contact .inner .c_ttl span:before {
  background-image: url(../img/c-ttl-border1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  content: "";
  width: 35px;
  height: 75px;
  top: 0;
  left: -50px;
}
@media (max-width: 480px) {
  .contact .inner .c_ttl span:before {
    background-image: url(../img/c-ttl-sp-border1.svg);
    width: 37px;
    height: 105px;
    top: 15px;
  }
}
.contact .inner .c_ttl span:after {
  background-image: url(../img/c-ttl-border2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  content: "";
  width: 35px;
  height: 75px;
  top: 0;
  right: -50px;
}
@media (max-width: 480px) {
  .contact .inner .c_ttl span:after {
    background-image: url(../img/c-ttl-sp-border2.svg);
    width: 37px;
    height: 105px;
    top: 15px;
  }
}
.contact .inner .c_ttl2 {
  text-align: center;
  margin-top: 20px;
}
.contact .inner .c_ttl2 span {
  position: relative;
  font-size: 40px;
  background: linear-gradient(transparent 60%, #ffe100 60%);
  display: inline;
  font-weight: bold;
}
@media (max-width: 480px) {
  .contact .inner .c_ttl2 span {
    font-size: 28px;
    background: linear-gradient(transparent 70%, #ffe100 70%);
  }
}
.contact .inner .c_ttl2 span .tab_only {
  display: none;
}
@media (max-width: 900px) {
  .contact .inner .c_ttl2 span .tab_only {
    display: block;
  }
}
.contact .inner .c_ttl2 span .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .contact .inner .c_ttl2 span .sp_only {
    display: block;
  }
}

iframe {
  height: 1060px;
}/*# sourceMappingURL=lp.css.map */