@charset "UTF-8";
* {
  font-family:
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic",
    sans-serif;
}

body {
  color: #055195;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: #000;
  color: initial;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hp_spNone {
  display: none !important;
}

/*----------- header -----------*/
.ly_header {
  background: #fff;
  padding: 1.875vw 2.8125vw;
}

.bl_header_logo {
  width: 32.8125vw;
}

.ly_header02 .bl_header_btn a {
  color: #003264;
  font-size: 3.12vw;
  font-weight: bold;
  text-decoration: underline;
}

/*----------- fv -----------*/
.ly_fv {
  padding-top: 8.59375vw;
  background: url(../../img/fv_background_cover.jpg) no-repeat center/cover;
}

.bl_fv_ttl {
  width: 85.156vw;
  margin: 0 auto;
}

.bl_fv_img {
  width: 54.531vw;
  padding: 4.688vw 0 3.125vw;
  margin: -1.71875vw auto 0;
}

.bl_fv_list {
  width: 93.75vw;
  margin: 0 auto;
}

.bl_fv_list li {
  width: 30.15625vw;
}

.ly_fv02 {
  padding: 7.813vw 0;
  background: url(../../img/fv_background_cover.jpg) no-repeat center/cover;
}

.ly_fv02 .bl_fv_inner {
  display: block;
}

/*----------- fv_form -----------*/
.bl_formRight_ttl {
  width: 66.71875vw;
  margin: 0 auto;
}

.bl_formRight_ttl.bl_formRight_ttl__contact {
  width: 64.0625vw;
  margin: 3.59375vw auto 2.8125vw;
}

.bl_formRight {
  width: 93.75vw;
  margin: 4vw auto 0;
  background: #fff;
  padding: 3.4375vw 3.4375vw 0.9375vw;
  border: solid 0.3125vw #e8eff0;
}

.bl_formRight.bl_formRight__contact {
  padding-bottom: 2.8125vw;
}

.bl_formRight.bl_formRight__confirm {
  margin-top: 8.59375vw;
}

.bl_formRight form {
  margin-top: 1.875vw;
}

.bl_formRight dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_formRight dl.req dt::after {
  content: "必須";
  color: #fff;
  background: #ff6343;
  font-size: 2.1875vw;
  padding: 0 0.625vw;
  display: inline-block;
}

.bl_formRight dl + dl {
  margin-top: 2.5vw;
}

.bl_formRight .error {
  display: block;
  width: 100%;
  color: #df3434;
  font-size: 2.8125vw;
  padding-bottom: 1.25vw;
}

.bl_formRight dt {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.3;
  width: 21.09375vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.78125vw;
}

.bl_formRight dt label {
  font-weight: bold;
  line-height: 1.3;
}

.bl_formRight dd {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 2.34375vw;
}

.bl_formRight dd input[type="text"],
.bl_formRight dd textarea,
.bl_formRight dd select {
  border: none;
  width: 62.5vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e8eff0;
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 2.34375vw 1.5625vw;
  resize: none;
  cursor: pointer;
}

.bl_formRight dd input[type="text"]::-webkit-input-placeholder,
.bl_formRight dd textarea::-webkit-input-placeholder,
.bl_formRight dd select::-webkit-input-placeholder {
  color: rgba(5, 81, 149, 0.2);
}

.bl_formRight dd input[type="text"]::-moz-placeholder,
.bl_formRight dd textarea::-moz-placeholder,
.bl_formRight dd select::-moz-placeholder {
  color: rgba(5, 81, 149, 0.2);
}

.bl_formRight dd input[type="text"]::-ms-input-placeholder,
.bl_formRight dd textarea::-ms-input-placeholder,
.bl_formRight dd select::-ms-input-placeholder {
  color: rgba(5, 81, 149, 0.2);
}

.bl_formRight dd input[type="text"]::placeholder,
.bl_formRight dd textarea::placeholder,
.bl_formRight dd select::placeholder {
  color: rgba(5, 81, 149, 0.2);
}

.bl_formRight textarea {
  height: 25.78125vw;
}

.bl_formRight dl.etc dt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 2.8125vw;
}

.bl_privacypolicy_agree {
  display: table;
  font-size: 3.125vw;
  font-weight: bold;
  margin: 3.4375vw auto 0;
  position: relative;
}

.bl_privacypolicy_agree a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: bold;
  color: #007ff0;
  display: inline;
}

.bl_form_confirm {
  width: 81.25vw;
  margin: 5.6vw auto 0;
}

.bl_form_confirm input.bl_form_confirmBtn {
  width: 100%;
  border: none;
  background: none;
}

/*----------- lineup -----------*/

.bl_lineup_ttl {
  margin: 0 auto;
  width: 81.25vw;
}

.bl_lineup_list {
  width: 87.5vw;
  margin: 2.8125vw auto 0;
}
.bl_lineup_list li {
  width: 20.78125vw;
}

.bl_logo_slider {
  overflow: hidden;
}
.bl_scroll {
  display: flex;
  width: max-content;
  gap: 0;
  margin: 0;
  animation: loop 30s linear infinite;
  will-change: transform;
}

.bl_scroll_img {
  flex: 0 0 auto;
  width: 156.25vw;
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.ly_lineup {
  padding: 0 0 10vw;
  position: relative;
}
.bl_lineup_title {
  width: 75.938vw;
  margin: 0 auto;
}
.bl_lineup_items {
  margin: 0 auto;
}
.bl_lineup_items.slick-initialized {
  display: block;
}
.bl_lineup_item {
  margin-top: 30px;
}
.bl_lineup_items.slick-initialized .bl_lineup_item {
  padding: 0 11.719vw;
  margin: 4.688vw 0 0;
}
.bl_lineup_item img {
  width: 100%;
}

html.page_number_one .bl_caseList_conts {
  height: 106.25vw;
}

/*----------- appeal -----------*/
.ly_appeal {
  padding: 13.4375vw 0 0;
  background: url(../../img/appeal_background_cover.jpg) no-repeat center/cover;
}

.bl_appeal_ttl {
  margin: 0 auto;
  width: 61.25vw;
}

.bl_appeal_img {
  margin: 0 auto -10.9375vw;
  width: 82.34375vw;
}
.bl_appeal_img img {
  margin-left: 2.34375vw;
}

/*----------- about -----------*/
.ly_about {
  background: #ebf9fe;
  padding: 21.875vw 0 5.15625vw;
}

.bl_about_ttl {
  width: 72.96875vw;
  margin: 0 auto;
}

.bl_about_txt {
  font-size: 3.4375vw;
  line-height: 1.5454545455;
  font-weight: bold;
  margin-top: 2.1875vw;
  padding: 0 10.9375vw;
}

.bl_about_img {
  margin: 6.25vw auto 0;
  width: 87.5vw;
}

.bl_about_catch {
  margin: -1.5625vw auto 0;
  width: 87.5vw;
  background: url(../../img/about_bottom_background.png) no-repeat center/contain;
}

/*----------- trouble -----------*/
.ly_trouble {
  padding: 10vw 0 0;
}

.bl_trouble_ttl {
  width: 88.125vw;
  margin: 0 auto;
}

.bl_trouble_list {
  width: 81.25vw;
  margin: 3.28125vw auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bl_trouble_list li {
  width: 39.0625vw;
}
.bl_trouble_list li:first-child {
  margin-left: 21.09375vw;
}
.bl_trouble_list li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.bl_trouble_list li + li {
  margin-top: 1.5625vw;
}

.bl_trouble_body {
  overflow: hidden;
  position: relative;
  margin-top: 6.25vw;
  padding: 20.3125vw 0 13.28125vw;
  background: url(../../img/trouble_background_cover.jpg) no-repeat top
    center/cover;
}
.bl_trouble_body::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.28125vw 50vw 0 50vw;
  border-color: #ffffff transparent transparent transparent;
}

.bl_trouble_catch {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.375;
  color: #fff;
}
.bl_trouble_catch::before {
  content: "";
  background: url(../../img/trouble_attention.png) no-repeat center/contain;
  width: 5.3125vw;
  height: 5vw;
  display: inline-block;
}

.bl_trouble_txt {
  font-size: 3.125vw;
  font-weight: bold;
  color: #fff;
  padding: 0 10.9375vw;
  margin: 2.65625vw auto 0;
  text-indent: -0.5em;
  line-height: 1.7;
}
.bl_trouble_txt span {
  color: #3dc9fe;
  font-weight: bold;
  line-height: 1.7;
}

/*----------- info -----------*/
.ly_info {
  position: relative;
  z-index: 10;
  padding: 14.84375vw 0 8.59375vw;
  background: url(../../img/info_background_cover.jpg) no-repeat center/cover;
}

.bl_info_catch {
  width: 54.063vw;
  margin: 0 auto 5vw;
}

.bl_info_wrapper {
  margin: 0 auto;
  position: relative;
}

.bl_info_ttl {
  font-size: 5.46875vw;
  font-weight: bold;
  line-height: 1.4102564103;
  letter-spacing: 0.02em;
  color: #055195;
  text-align: center;
  margin-top: 3.90625vw;
}

.bl_info_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 5.46875vw;
}
.bl_info_cta.__fv {
  width: 100%;
  background: rgba(0, 50, 100, 0.5);
  margin-top: 6.25vw;
  padding: 5.15625vw 0 2.03125vw;
}

.bl_info_btn {
  background: url(../../img/info_button_contact.png) no-repeat center/contain;
  width: 81.25vw;
  margin: 0 auto -2.34375vw;
  height: 20.625vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 5.15625vw 0;
}
.bl_info_btn:nth-child(2) {
  background: url(../../img/info_button_request.png) no-repeat center/contain;
}
.bl_info_btn:nth-child(2)::before {
  background: url(../../img/info_button_request_free.png) no-repeat center/contain;
}
.bl_info_btn::before {
  content: "";
  background: url(../../img/info_button_contact_free.png) no-repeat center/contain;
  width: 10.625vw;
  height: 10.625vw;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 4.53125vw 5.15625vw;
}
.bl_info_btn::after {
  content: "";
  background: url(../../img/info_button_arrow.png) no-repeat center/contain;
  width: 1.5625vw;
  height: 2.65625vw;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 6.25vw 4.6875vw 0;
}
.bl_info_btn a {
  color: #fff;
  font-size: 4.375vw;
  font-weight: bold;
  width: 100%;
  margin-bottom: 4.21875vw;
  padding-right: 4.6875vw;
}

/*----------- performance -----------*/
.ly_performance {
  padding: 17.969vw 0 8.59375vw;
  position: relative;
}
.ly_performance::before,
.ly_performance::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 39.84375vw;
  position: absolute;
  z-index: -1;
}
.ly_performance::before {
  top: 62.5vw;
  left: 0;
  background: url(../../img/performance1_background_cover.jpg) no-repeat top
    center/cover;
}
.ly_performance::after {
  bottom: 4.688vw;
  left: 0;
  background: url(../../img/performance2_background_cover.jpg) no-repeat bottom
    center/cover;
}

.bl_performance_ttl {
  width: 32.34375vw;
  margin: 0 auto;
}

.bl_performance_list {
  margin: 11.71875vw auto 0;
}
.bl_performance_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.bl_performance_list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.bl_performance_list li + li {
  margin-top: 9.375vw;
}

.bl_performance_catch {
  margin-left: 6.25vw;
  width: 53.125vw;
}
.bl_performance_catch.__click {
  margin: 0 5.78125vw 0 0;
}

.bl_performance_img {
  margin: 2.34375vw -24.21875vw 0 0;
  width: 59.375vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bl_performance_img.__click {
  margin: 13.125vw 0 0 -18.75vw;
  width: 54.6875vw;
}

/*----------- reason -----------*/
.ly_reason {
  width: 100%;
  padding: 22.65625vw 0 12.5vw;
  background: url(../../img/reason_background_cover.jpg) no-repeat top
    center/contain;
}

.bl_reason_ttl {
  width: 87.344vw;
  margin: 0 auto;
}

.bl_reason_list {
  margin: 21.875vw auto 0;
  width: 90.625vw;
}
.bl_reason_list li {
  width: 100%;
  background: #055195;
  padding: 1.5625vw 0 6.25vw;
}
.bl_reason_list li + li {
  margin-top: 14.0625vw;
}

.bl_reason_img {
  width: 70.3125vw;
  margin: -6.25vw auto 0;
}

.bl_reason_wrapper {
  position: relative;
  margin-top: 2.03125vw;
}

.bl_reason_num {
  position: absolute;
  height: 16.71875vw;
  top: 0;
  right: 5.78125vw;
}
.bl_reason_num img {
  width: auto;
  height: 100%;
}

.bl_reason_catch {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  height: 16.71875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl_reason_txt {
  font-size: 3.125vw;
  line-height: 1.7;
  color: #fff;
  padding: 0 6.25vw;
  margin-top: -0.3125vw;
}

.bl_reason_graph {
  width: 82.1875vw;
  margin: 5.78125vw auto 0;
}

/*----------- case -----------*/
.ly_case {
  background: #ebf9fe;
  padding: 13.75vw 0 9.375vw;
  position: relative;
}

.bl_case_ttl {
  width: 22.34375vw;
  margin: 0 auto;
}

.bl_caseList {
  margin-top: 7.8125vw;
}

.bl_caseList_item {
  width: 93.75vw;
  margin: 0 2.34vw;
  overflow: hidden;
}

.bl_caseList_top {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 25vw;
  padding-left: 31.25vw;
  /* background: url(../../img/case1_img_sp.png) no-repeat center/cover; */
}

.bl_caseList_top.bl_caseList_top__bg01 {
  background: url(../../img/case1_img_sp.png) no-repeat center/cover;
}

.bl_caseList_top.bl_caseList_top__bg02 {
  background: url(../../img/case2_img_sp.png) no-repeat center/cover;
}

.bl_caseList_top.bl_caseList_top__bg03 {
  background: url(../../img/case3_img_sp.png) no-repeat center/cover;
}

.bl_caseList_top.bl_caseList_top__bg04 {
  background: url(../../img/case4_img_sp.png) no-repeat center/cover;
}

.bl_caseList_top.bl_caseList_top__bg05 {
  background: url(../../img/case5_img_sp.png) no-repeat center/cover;
}

.bl_caseList_top.bl_caseList_top__bg06 {
  background: url(../../img/case6_img_sp.png) no-repeat center/cover;
}

.bl_caseList_top.bl_caseList_top__bg07 {
  background: url(../../img/case7_img_sp.png) no-repeat center/cover;
}

.bl_caseList_top.bl_caseList_top__bg08 {
  background: url(../../img/case8_img_sp.png) no-repeat center/cover;
}

.bl_caseList_top.bl_caseList_top__bg09 {
  background: url(../../img/case9_img_sp.png) no-repeat center/cover;
}

.bl_caseSList_img {
  width: 93.75vw;
  position: absolute;
  top: 0;
  left: -26.56vw;
}

.bl_caseList_num {
  width: 14vw;
}

.bl_caseList_ttl {
  font-size: 4.375vw;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.1785714286;
  margin-top: 0.78125vw;
}

.bl_caseList_conts {
  background: #fff;
  height: 78.125vw;
  padding: 6.25vw 3.125vw;
}

.bl_caseList_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_caseList_detail dt {
  width: 18.75vw;
  height: 6.25vw;
  border-radius: 3.125vw;
  color: #fff;
  background: #42b9e6;
  text-align: center;
  font-size: 3.125vw;
  font-weight: bold;
  padding: 0.78125vw 0;
  margin-right: 3.125vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bl_caseList_detail:last-child dt {
  background: #055297;
}
.bl_caseList_detail:not(:first-child) {
  margin-top: 3.4375vw;
}
.bl_caseList_detail dd {
  font-size: 3.125vw;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.bl_caseList_detail dd span {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.ly_case .slick-arrow {
  top: 43vw;
}

/*----------- slick -----------*/
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-arrow {
  position: absolute;
  top: 55vw;
  z-index: 50;
  width: 10vw;
  height: 10vw;
}
.slick-arrow.prev {
  left: 0;
}
.slick-arrow.next {
  right: 0;
}

.slick-dots {
  margin: 6.25vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-dots li {
  margin: 0 1.09375vw;
  width: 2.34375vw;
  height: 2.34375vw;
  border-radius: 50%;
  background: #b2d2dd;
  position: relative;
  z-index: 10;
}
.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background: #055195;
}

/*----------- means -----------*/
.ly_means {
  padding: 20vw 0 16.5625vw;
  overflow: hidden;
}

.bl_means_ttl {
  width: 53.4375vw;
  margin: 0 auto;
}

.bl_meansList {
  width: 93.75vw;
  margin: 15.625vw auto 0;
}
.bl_meansList li {
  position: relative;
  margin-bottom: 9.375vw;
  padding-left: 39.0625vw;
  min-height: 25vw;
}
.bl_meansList li:last-child {
  width: 100%;
  padding-left: 0;
  margin-top: 10.3125vw;
  margin-bottom: 0;
}

.bl_meansList_ttl {
  color: #fff;
  background: #055195;
  text-align: center;
  border-radius: 4.6875vw;
  width: 53.125vw;
  padding: 1.875vw 0;
  font-size: 3.75vw;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.bl_meansList_ttl.__sample {
  width: 90.625vw;
  margin: 0 auto;
}

.bl_meansList_img {
  position: absolute;
  top: 0;
  left: 0;
}
.bl_meansList_img.__answer {
  width: 26.875vw;
  top: 0;
  left: 5.9375vw;
}
.bl_meansList_img.__research {
  width: 34.84375vw;
  top: 4.0625vw;
  left: 2.03125vw;
}
.bl_meansList_img.__target {
  width: 30vw;
  top: 2.03125vw;
  left: 4.53125vw;
}

.bl_meansList_txt {
  margin-top: 1.5625vw;
  padding: 0 1.5625vw;
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.5;
}
.bl_meansList_txt.__sample {
  font-weight: bold;
  width: 100%;
  margin: 2.34375vw 2.5vw 0;
}
.bl_meansList_txt span {
  font-weight: bold;
  font-size: 4.0625vw;
  display: block;
  line-height: 1.4;
  margin-top: 3.125vw;
  letter-spacing: 0.02em;
}

.bl_meansList_wrapper {
  background: #c6f0ff;
  width: 87.5vw;
  margin: 5vw auto 0;
  position: relative;
  padding: 6.40625vw 0 3.59375vw;
}
.bl_meansList_wrapper::before,
.bl_meansList_wrapper::after {
  content: "";
  width: 1.5625vw;
  height: 10.9375vw;
  position: absolute;
  top: 5.46875vw;
}
.bl_meansList_wrapper::before {
  background: url(../../img/means4_frame_left.png) no-repeat center/contain;
  left: 5.78125vw;
}
.bl_meansList_wrapper::after {
  background: url(../../img/means4_frame_right.png) no-repeat center/contain;
  right: 5.78125vw;
}

.bl_meansList_per {
  width: 32.34375vw;
  margin: 0 auto;
}

.bl_meansList_conts {
  margin-top: 4.84375vw;
}

.bl_meansList_calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3.4375vw;
}
.bl_meansList_calc dt {
  width: 40.625vw;
  text-align: right;
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.2;
}
.bl_meansList_calc dd {
  margin-left: 1.5625vw;
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.2;
}

.bl_meansDelivery {
  width: 87.5vw;
  border: solid 1px #2190cd;
  margin: 7.03125vw auto 0;
  padding: 9.375vw 0 7.8125vw;
}

.bl_meansDelivery_ttl {
  text-align: center;
  font-size: 4.6875vw;
  font-weight: bold;
  line-height: 1.1333333333;
  color: #2190cd;
}

.bl_meansDelivery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.1875vw auto 0;
  width: 78.125vw;
}
.bl_meansDelivery_list li + li {
  margin-left: 2.8125vw;
}

.bl_meansDelivery_img img {
  width: 24.53125vw;
  height: 23.4375vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.bl_meansDelivery_img.__research {
  margin: 0 0 0 2.34375vw;
}
.bl_meansDelivery_img.__research img {
  width: 18.125vw;
}

.bl_meansDelivery_txt {
  text-align: center;
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.46875vw;
}
.bl_meansDelivery_txt span {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.2;
}
.bl_meansDelivery_txt.__data {
  text-align: left;
  margin-left: 3.125vw;
}

/*----------- flow -----------*/
.ly_flow {
  background: #ebf9fe;
  padding: 14.84375vw 0 9.6875vw;
}

.bl_flow_ttl {
  width: 28.4375vw;
  margin: 0 auto;
}

.bl_flow_list {
  width: 87.5vw;
  margin: 5.15625vw auto 0;
  position: relative;
}
.bl_flow_list::before {
  content: "";
  background: url(../../img/flow_bar.png) no-repeat center/contain;
  width: 128.90625vw;
  height: 1.25vw;
  display: inline-block;
  position: absolute;
  left: 12.5vw;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.bl_flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_flow_list li + li {
  margin-top: 3.125vw;
}

.bl_flow_img {
  position: relative;
  z-index: 10;
  width: 25.9375vw;
}

.bl_flow_txt {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.5;
  width: 57.8125vw;
  margin: 5.3125vw 0 0 3.90625vw;
}
.bl_flow_txt a {
  display: inline;
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

/*----------- faq -----------*/
.ly_faq {
  padding: 16.25vw 0 13.28125vw;
}

.bl_faq_ttl {
  width: 37.1875vw;
  margin: 0 auto;
}

.bl_faq_list {
  width: 93.75vw;
  margin: 10vw auto 0;
}
.bl_faq_list li {
  margin-bottom: 1.5625vw;
}

.bl_faq_q {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(37, 157, 203)),
    to(rgb(5, 81, 149))
  );
  background-image: linear-gradient(
    90deg,
    rgb(37, 157, 203) 0%,
    rgb(5, 81, 149) 100%
  );
  position: relative;
  font-size: 3.125vw;
  font-weight: bold;
  color: #fff;
  padding: 0 12.8125vw;
  height: 10.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bl_faq_q::before {
  content: "";
  background: url(../../img/faq_q.png) no-repeat center/contain;
  width: 10.9375vw;
  height: 10.9375vw;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_faq_q::after {
  content: "";
  background: url(../../img/faq_arrow_off.png) no-repeat center/contain;
  width: 4.21875vw;
  height: 2.1875vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.40625vw;
}
.bl_faq_q.open::after {
  background: url(../../img/faq_arrow_on.png) no-repeat center/contain;
}

.bl_faq_a {
  padding: 3.125vw 3.125vw 6.25vw;
  display: none;
}

.bl_faq_txt {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.7;
}
.bl_faq_txt + .bl_faq_txt {
  margin-top: 4.0625vw;
}

/*----------- footer -----------*/
.ly_footer {
  background: #055195;
  text-align: center;
  padding: 11.71875vw 0 3.4375vw;
}

.bl_footer_logo {
  width: 40.625vw;
  margin: 0 auto;
}

.bl_footer_info {
  color: #fff;
  font-weight: bold;
  font-size: 3.125vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 2.8125vw;
}

.bl_footer_copyright {
  font-size: 2.1875vw;
  letter-spacing: 0.06em;
  color: #fff;
  margin-top: 5.78125vw;
  display: block;
}

/*----------- fixed -----------*/
.ly_fixed {
  position: fixed;
  bottom: 5.15625vw;
  left: 0;
  width: 100%;
  z-index: 99;
}

.bl_fixed_btn {
  width: 50%;
  height: 5.9375vw;
}
.bl_fixed_btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
