@charset "UTF-8";
.bag_wrap {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #333;
}
.bag_wrap .sp_only {
  display: block;
}
.bag_wrap .pc_only {
  display: none;
}
.bag_wrap .float_btn {
  position: fixed;
  right: 1.3333333333vw;
  bottom: 1.3333333333vw;
  z-index: 99999;
}
.bag_wrap .float_btn a {
  display: block;
  width: 24vw;
  height: 24vw;
  border-radius: 13.3333333333vw;
  background: #fff;
  border: 0.3333333333vw solid #FBB03B;
}
.bag_wrap .float_btn a .icon {
  width: 7.3333333333vw;
  margin: 0 auto;
  padding: 4.6666666667vw 0 1.3333333333vw;
}
.bag_wrap .float_btn a .text {
  color: #F7931E;
  font-size: 3.2vw;
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.bag_wrap .fv {
  background: url("../img/sp_fv_bg.jpg") no-repeat top center/100%;
  height: 162.6666666667vw;
}
.bag_wrap .fv .inner .logo_box {
  padding: 8.8vw 0 6.6666666667vw 5.7333333333vw;
}
.bag_wrap .fv .inner .logo_box .logo {
  width: 58.4vw;
}
.bag_wrap .fv .inner .logo_box .logo_text {
  color: #1C63B7;
  font-size: 2.8vw;
  margin-top: 0.6666666667vw;
}
.bag_wrap .fv .inner .fv_text_box .fv_text_list {
  display: flex;
  justify-content: center;
  gap: 2vw;
}
.bag_wrap .fv .inner .fv_text_box .fv_text_list li {
  color: #fff;
  font-size: 5.2vw;
  line-height: 8.9333333333vw;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 28vw;
  height: 9.2vw;
  border-radius: 5.3333333333vw;
  background: #1C63B7;
}
.bag_wrap .fv .inner .fv_text_box .fv_text01 {
  color: #020033;
  font-size: 5.0666666667vw;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 4.9333333333vw 0 2.6666666667vw;
}
.bag_wrap .fv .inner .fv_text_box .fv_text02 {
  color: #1C63B7;
  font-size: 10.9333333333vw;
  line-height: 12vw;
  text-align: center;
  font-weight: 900;
  margin-bottom: 62vw;
}
.bag_wrap .fv .inner .fv_text_box .fv_text02 .min01 {
  font-size: 60%;
  vertical-align: 0.2em;
}
.bag_wrap .fv .inner .fv_text_box .fv_text02 .min02 {
  font-size: 80%;
  vertical-align: 0;
}
.bag_wrap .fv .inner .fv_text_box .fv_text02 .min03 {
  font-size: 80%;
  vertical-align: 0;
}
.bag_wrap .fv .inner .cta_btn a {
  display: block;
  color: #F7931E;
  font-size: 4.8vw;
  line-height: 17.0666666667vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 84vw;
  height: 17.3333333333vw;
  margin: 0 auto;
  padding-right: 4vw;
  border-radius: 10.6666666667vw;
  border: 0.2666666667vw solid #FBB03B;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.bag_wrap .fv .inner .cta_btn a::before {
  content: "";
  display: block;
  width: 4.1333333333vw;
  height: 4.1333333333vw;
  background: url(../img/cta_arrow.svg) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
}
.bag_wrap .worries {
  background: #F2F2F2;
  padding: 12.6666666667vw 0 8.6666666667vw;
  position: relative;
}
.bag_wrap .worries::before {
  content: "";
  display: block;
  width: 28vw;
  height: 6.6666666667vw;
  margin: 0 auto;
  background: url(../img/worries_bg_arrow.svg) no-repeat top left/100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6.5333333333vw;
}
.bag_wrap .worries .inner .worries_tit {
  color: #020033;
  font-size: 7.0666666667vw;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 5.3333333333vw;
}
.bag_wrap .worries .inner .worries_tit strong {
  display: inline-block;
  color: #fff;
  font-size: 10.2666666667vw;
  line-height: 1;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: 50.2666666667vw;
  height: 18.6666666667vw;
  padding-top: 4.6666666667vw;
  padding-left: 9.7333333333vw;
  background: url(../img/worries_tit_box.png) no-repeat top left/100%;
  box-sizing: border-box;
}
.bag_wrap .worries .inner .worries_tit span {
  vertical-align: 0.4em;
}
.bag_wrap .worries .inner .worries_tit span.text01 {
  margin-right: -2vw;
}
.bag_wrap .worries .inner .worries_tit span.text02 {
  margin-left: -0.6666666667vw;
}
.bag_wrap .worries .inner .worries_list {
  margin-left: 5.3333333333vw;
}
.bag_wrap .worries .inner .worries_list li {
  display: flex;
  align-items: center;
}
.bag_wrap .worries .inner .worries_list li:not(:first-child) {
  margin-top: 2.6666666667vw;
}
.bag_wrap .worries .inner .worries_list li .img {
  width: 40vw;
}
.bag_wrap .worries .inner .worries_list li .text {
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0.02em;
  margin-left: 3.7333333333vw;
}
.bag_wrap .worries .inner .worries_list li .text strong {
  color: #0070C0;
  font-size: 4.5333333333vw;
  font-weight: 700;
  vertical-align: 0;
}
.bag_wrap .worries .inner .worries_list li:last-child .text strong {
  font-size: 4vw;
}
.bag_wrap .worries .inner .worries_bot_text {
  color: #4D4D4D;
  font-size: 7.7333333333vw;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 5.0666666667vw;
}
.bag_wrap .worries .inner .worries_bot_text .dots {
  background-image: radial-gradient(circle at center, #F5951B 0.8vw, transparent 0.8vw);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 8.6666666667vw 1.3333333333vw;
  padding-top: 0.6666666667vw;
}
.bag_wrap .pro {
  background: url("../img/sp_pro_bg.jpg") no-repeat top center/100%;
  height: 119.7333333333vw;
  padding-top: 14.6666666667vw;
  box-sizing: border-box;
}
.bag_wrap .pro .inner .pro_text_box .pro_tit {
  color: #F2F250;
  font-size: 6.9333333333vw;
  line-height: 1.6;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 13.3333333333vw;
}
.bag_wrap .pro .inner .pro_text_box .pro_tit strong {
  display: inline-block;
  color: #1C63B7;
  font-size: 10vw;
  line-height: 10.9333333333vw;
  text-align: center;
  font-weight: 900;
  width: 81.3333333333vw;
  height: 12.9333333333vw;
  margin-right: 0.9333333333vw;
  background: url(../img/pro_tit_bg.png) no-repeat top left/100%;
}
.bag_wrap .pro .inner .pro_text_box .text {
  color: #fff;
  font-size: 4vw;
  line-height: 7.4666666667vw;
  letter-spacing: 0.06em;
  margin-left: 8.9333333333vw;
}
.bag_wrap .pro .inner .pro_text_box .text strong {
  color: #F2F250;
  font-size: 4.8vw;
  font-weight: 700;
  vertical-align: 0;
}
.bag_wrap .top_tit_img {
  padding: 14vw 0 3.3333333333vw;
}
.bag_wrap h2.tit {
  color: #0070C0;
  font-size: 9.3333333333vw;
  line-height: 1.42;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.28em;
}
.bag_wrap .company {
  background: url("../img/sp_company_bg.jpg") no-repeat bottom center/100%, #fff;
  padding-bottom: 14.6666666667vw;
}
.bag_wrap .company .inner .company_bubble {
  width: 80vw;
  height: 28vw;
  margin: 3.3333333333vw auto 8.6666666667vw;
  padding-top: 2.6666666667vw;
  border-radius: 1.3333333333vw;
  background: #3D60A8;
  box-sizing: border-box;
  position: relative;
}
.bag_wrap .company .inner .company_bubble::before {
  content: "";
  display: block;
  width: 2.9333333333vw;
  height: 3.2vw;
  margin: 0 auto;
  background: url(../img/bubble_arrow.svg) no-repeat top left/100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.0666666667vw;
}
.bag_wrap .company .inner .company_bubble .bubble_text {
  color: #fff;
  font-size: 6.6666666667vw;
  line-height: 10.6666666667vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.bag_wrap .company .inner .company_bubble .bubble_text strong {
  color: #F2F250;
  font-size: 7.7333333333vw;
  font-weight: 900;
}
.bag_wrap .company .inner .company_box01 .text {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.08em;
  width: 82.6666666667vw;
  margin: 0 auto 3.3333333333vw;
}
.bag_wrap .company .inner .company_box02 {
  margin-top: 14vw;
}
.bag_wrap .company .inner .company_box02 .company_text_box {
  width: 86.6666666667vw;
  margin: 8vw auto 0;
  padding: 8.6666666667vw 0 7.3333333333vw;
  background: rgba(255, 255, 255, 0.6);
}
.bag_wrap .company .inner .company_box02 .company_text_box .text {
  font-size: 4vw;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
}
.bag_wrap .case {
  background-image: repeating-linear-gradient(135deg, #f0f6ff, #f0f6ff 1.0666666667vw, #ffffff 1.0666666667vw, #ffffff 1.4666666667vw);
  padding-bottom: 16vw;
}
.bag_wrap .case .inner .case_list {
  width: 90.6666666667vw;
  margin: 6vw auto 9.3333333333vw;
}
.bag_wrap .case .inner .case_list .case_box:not(:last-child) {
  margin-bottom: 9.3333333333vw;
}
.bag_wrap .case .inner .case_list .case_box:first-child {
  margin-bottom: 2.6666666667vw;
}
.bag_wrap .case .inner .case_list .case_box .case_box_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90.6666666667vw;
  height: 16vw;
  border-radius: 6.6666666667vw 0 0 0;
  background: #1C63B7;
}
.bag_wrap .case .inner .case_list .case_box .case_box_tit .type {
  color: #fff;
  font-size: 5.0666666667vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.bag_wrap .case .inner .case_list .case_box .case_box_tit .type sup {
  font-size: 0.4em;
  font-weight: 400;
  vertical-align: 1.3em;
}
.bag_wrap .case .inner .case_list .case_box .case_box_img {
  border-radius: 0 0 6.6666666667vw 0;
  background: #fff;
}
.bag_wrap .case .inner .case_list .case_kome {
  color: #666;
  font-size: 2.6666666667vw;
  margin-bottom: 4vw;
}
.bag_wrap .case .inner .case_list_min {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4vw 3.7333333333vw;
  margin-bottom: 6.6666666667vw;
}
.bag_wrap .case .inner .case_list_min .case_box_min {
  width: 43.3333333333vw;
}
.bag_wrap .case .inner .case_list_min .case_box_min .case_box_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16vw;
  border-radius: 6.6666666667vw 0 0 0;
  background: #1C63B7;
}
.bag_wrap .case .inner .case_list_min .case_box_min .case_box_tit .type {
  color: #fff;
  font-size: 5.0666666667vw;
  line-height: 1.07;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.bag_wrap .case .inner .case_list_min .case_box_min .case_box_img {
  border-radius: 0 0 6.6666666667vw 0;
  background: #fff;
}
.bag_wrap .case .inner .bot_text {
  color: #0070C0;
  font-size: 5.3333333333vw;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
.bag_wrap .case .inner .bot_text span {
  font-size: 80%;
  vertical-align: 0;
}
.bag_wrap .case .inner .bot_text strong {
  display: inline-block;
  color: #fff;
  font-size: 6.4vw;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0 0.6666666667vw 0.6666666667vw;
  margin: 0 1.3333333333vw;
  background: linear-gradient(transparent 15%, #1C63B7 15% 90%, transparent 90%);
}
.bag_wrap .flow {
  background: #fff;
  padding-bottom: 17.3333333333vw;
}
.bag_wrap .flow .inner h2.tit {
  letter-spacing: 0.12em;
}
.bag_wrap .flow .inner .flow_list {
  width: 90.6666666667vw;
  margin: 12.6666666667vw auto 0;
}
.bag_wrap .flow .inner .flow_list .flow_box {
  width: 90.6666666667vw;
  padding-bottom: 9.3333333333vw;
  border-radius: 1.3333333333vw;
  position: relative;
}
.bag_wrap .flow .inner .flow_list .flow_box:not(:first-child) {
  margin-top: 20vw;
}
.bag_wrap .flow .inner .flow_list .flow_box::before {
  content: "";
  display: block;
  width: 26.6666666667vw;
  height: 6.6666666667vw;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6.6666666667vw;
}
.bag_wrap .flow .inner .flow_list .flow_box.box01 {
  background: #F4F7FB;
}
.bag_wrap .flow .inner .flow_list .flow_box.box01::before {
  background: url(../img/step_arrow01.svg) no-repeat top left/100%;
}
.bag_wrap .flow .inner .flow_list .flow_box.box02 {
  background: #E8EFF8;
}
.bag_wrap .flow .inner .flow_list .flow_box.box02::before {
  background: url(../img/step_arrow02.svg) no-repeat top left/100%;
}
.bag_wrap .flow .inner .flow_list .flow_box.box03 {
  background: #D2E0F1;
}
.bag_wrap .flow .inner .flow_list .flow_box.box03::before {
  background: url(../img/step_arrow03.svg) no-repeat top left/100%;
}
.bag_wrap .flow .inner .flow_list .flow_box.box04 {
  background: #BBD0E9;
}
.bag_wrap .flow .inner .flow_list .flow_box.box04::before {
  content: none;
}
.bag_wrap .flow .inner .flow_list .flow_box .flow_icon {
  width: 16vw;
  margin: 0 auto;
  position: absolute;
  top: -8vw;
  left: 0;
  right: 0;
}
.bag_wrap .flow .inner .flow_list .flow_box .flow_tit {
  color: #0070C0;
  font-size: 6.1333333333vw;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 14vw 0 8vw 39.3333333333vw;
}
.bag_wrap .flow .inner .flow_list .flow_box .flow_img {
  width: 40vw;
  position: absolute;
  top: 4vw;
  left: 0;
}
.bag_wrap .flow .inner .flow_list .flow_box .flow_text {
  font-size: 3.4666666667vw;
  line-height: 1.66;
  letter-spacing: 0.02em;
  width: 80vw;
  margin: 0 auto;
}
.bag_wrap #contact {
  background: #fff;
  padding-bottom: 18vw;
}
.bag_wrap #contact .inner h2.tit {
  letter-spacing: 0.12em;
}
.bag_wrap #contact .inner .form_area {
  max-width: 90.6666666667vw;
  margin: 6vw auto 0;
}/*# sourceMappingURL=style_sp.css.map */