.c-title_main {
  display: flex;
  align-items: center;
  min-height: 170px;
  line-height: 1.5;
  color: #fff;
  background-color: #004582;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.c-title_main__block {
  width: 95%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .c-title_main__block {
    width: 90%;
  }
}

.c-title_main__main_txt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
  .c-title_main__main_txt {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 1px;
  }
}

.c-title_main__sub_txt {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 600px) {
  .c-title_main__sub_txt {
    font-size: 14px;
  }
}

.c-title_main__sub_txt.__top {
  margin-bottom: 3px;
}

.c-title_gray_tag {
  position: relative;
  width: 100%;
  padding: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #004582;
  letter-spacing: 1.6px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 600px) {
  .c-title_gray_tag {
    padding: 16px 11px 16px 18px;
    font-size: 18px;
  }
}

.c-title_gray_tag::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 75%;
  margin: auto;
  content: "";
  background-color: #004582;
}

.c-title_blue_bicolor_tag {
  position: relative;
  padding: 10px 10px 10px 20px;
  font-size: 18px;
  line-height: 1.4;
  color: #004582;
  background-color: #fff;
  border-bottom: 1px solid #004582;
}

.c-title_blue_bicolor_tag.__bg_blue {
  background-color: #e6eff5;
}

.c-title_blue_bicolor_tag::before {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 55%;
  margin: auto;
  content: "";
  background-image: url("/img/component/title/blue_bicolor.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.c-title_gray_sub_txt {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  color: #696969;
}
@media screen and (max-width: 600px) {
  .c-title_gray_sub_txt {
    display: block;
    margin-left: 0;
    font-size: 13px;
  }
}

.c-title_bicolor_line {
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.4;
  color: #004582;
  background-color: #fff;
  border-bottom: 2px solid #ababab;
}
.c-title_bicolor_line::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: inline-block;
  width: 10%;
  height: 2px;
  margin: auto;
  content: "";
  background-color: #004582;
}

.c-title_blue_single_line {
  padding: 4px;
  font-size: 17px;
  font-weight: bold;
  color: #004582;
  border-bottom: solid 1px #004582;
}

.c-list_number_head__block {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.3;
  color: #004582;
  background-color: #e6ecf5;
  background-repeat: no-repeat;
  background-size: 58px 100%;
}
@media screen and (max-width: 600px) {
  .c-list_number_head__block {
    font-size: 16px;
  }
}

.is-no-webp .c-list_number_head__block {
  background-image: url("/img/component/list/number_bg_blue_w.png");
}

.is-webp .c-list_number_head__block {
  background-image: url("/img/component/list/number_bg_blue_w.webp");
}

.c-list_number_head__num {
  width: 75px;
  padding: 0 0 4px 14px;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .c-list_number_head__num {
    width: 65px;
  }
}

.c-list_number_head__txt {
  width: fit-content;
  padding: 14px 10px 14px 0;
}

.c-list_number_list__ttl,
.c-list_number_list__item {
  width: 98%;
  margin: 0 auto;
}

.c-list_number_list__ttl {
  padding-left: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #004582;
}
@media screen and (max-width: 600px) {
  .c-list_number_list__ttl {
    padding-left: 18px;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}

.c-list_number_list__ttl_icon {
  position: relative;
}

.c-list_number_list__ttl_icon::before {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: -16px;
  width: 10px;
  height: 9px;
  margin: auto;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  background-color: #004582;
}

.c-list_number_list__item {
  position: relative;
  display: flex;
  margin-bottom: 4px;
  border-bottom: dashed 1px #e7e7e7;
}
@media screen and (max-width: 600px) {
  .c-list_number_list__item {
    margin-bottom: 9px;
    line-height: 1.4;
  }
}

.c-list_number_list__icon {
  position: relative;
  top: 2px;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #004582;
}
@media screen and (max-width: 600px) {
  .c-list_number_list__icon {
    height: 21px;
    margin-right: 9px;
    font-size: 13px;
  }
}

.c-list_number_list__txt {
  width: inherit;
  padding-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .c-list_number_list__txt {
    padding-bottom: 7px;
  }
}

.c-list_number_list__icon::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto auto 6px;
  content: "";
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 0 5px 5px 0;
}

.c-list_check_list_li {
  position: relative;
  padding: 2px 0 2px 42px;
  font-size: 15px;
}
.c-list_check_list_li::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 22px;
  margin: auto;
  content: "";
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .c-list_check_list_li {
    padding: 2px 0 2px 33px;
  }
  .c-list_check_list_li::before {
    width: 25px;
    height: 20px;
  }
}

.is-no-webp .c-list_check_list_li::before {
  background-image: url("/img/component/list/check_box.png");
}

.is-webp .c-list_check_list_li::before {
  background-image: url("/img/component/list/check_box.webp");
}

.c-list_number_blue_ol {
  counter-reset: count 0;
}

.c-list_number_blue_li::before {
  margin-right: 8px;
  font-weight: bold;
  color: #004582;
  content: counter(count) ". ";
  counter-increment: count 1;
}

.c-list_triangle_under_line {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.c-list_triangle_under_line__item {
  position: relative;
  width: calc((100% - 60px) / 4);
  padding-left: 18px;
}
.c-list_triangle_under_line__item::before {
  position: absolute;
  top: 11px;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  background-color: #004582;
}
@media screen and (max-width: 1100px) {
  .c-list_triangle_under_line__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-list_triangle_under_line__item {
    width: calc((100% - 20px) / 2);
  }
}

.c-list_triangle_under_line__item a {
  display: inline;
  padding: 0 1px;
  color: #29aae1;
  background: linear-gradient(transparent 95%, #29aae1 0%);
  transition: 0.1s;
}
.c-list_triangle_under_line__item a:hover {
  opacity: 0.7;
}

.c-btn__blue_squre {
  position: relative;
  display: block;
  width: 390px;
  max-width: 100%;
  padding: 10px 25px 15px 10px;
  margin: 0 auto;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #004582;
  transition: all 0.2s ease;
}

.c-btn__blue_squre::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
}

.c-btn__blue_squre:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .c-btn__blue_squre:hover {
    opacity: 1;
  }
}

.c-btn_white_list__ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  width: 100%;
}

.c-btn_white_list__li {
  width: calc((100% - 40px) / 3);
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .c-btn_white_list__li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .c-btn_white_list__li {
    width: 100%;
  }
}

.c-btn_white_list__a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 14px 22px 14px 17px;
  color: #004582;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  transition: 0.2s;
}
.c-btn_white_list__a::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid #004582;
  border-left: 1px solid #004582;
  transform: rotate(135deg);
}
.c-btn_white_list__a:hover {
  color: #fff;
  background-color: #004582;
}
.c-btn_white_list__a:hover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .c-btn_white_list__a {
    padding: 14px 22px 14px 15px;
  }
  .c-btn_white_list__a:hover {
    color: #004582;
    background-color: #fff;
  }
  .c-btn_white_list__a:hover::before {
    border-top: 1px solid #004582;
    border-left: 1px solid #004582;
  }
}

.c-btn_white_list__a.__disabled {
  color: #838383;
  background-color: #f6f6f6;
  border: solid 1px #f6f6f6;
}
.c-btn_white_list__a.__disabled::before {
  border: none;
}

.c-btn_gray_img__block {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 15px;
}

.c-btn_gray_img__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc((100% - 30px) / 3);
  padding: 10px 10px 10px 20px;
  color: #333;
  border: solid 1px #bbb;
  transition: 0.2s;
}
.c-btn_gray_img__link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 80%;
  margin: auto;
  content: "";
  background-color: #bbb;
  transition: 0.2s;
}
@media screen and (min-width: 601px) {
  .c-btn_gray_img__link:hover {
    color: #004582;
    background-color: #f3f6fb;
    border: solid 1px #004582;
  }
  .c-btn_gray_img__link:hover::before {
    background-color: #004582;
  }
}
@media screen and (max-width: 1100px) {
  .c-btn_gray_img__link {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .c-btn_gray_img__link {
    width: 100%;
    padding: 6px 8px 6px 18px;
  }
}

.c-btn_gray_img__txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.c-btn_gray_img__txt_sub {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #7e7e7e;
}

.c-btn_gray_img__img {
  width: 90px;
  height: auto;
  mix-blend-mode: multiply;
}

.c-table-base {
  width: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

.c-table__nowrap {
  white-space: nowrap;
}

.c-table-base.__1 {
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
}

.c-table-base.__1 .c-table__th {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: #004582;
  border: solid 2px #fff;
}

.c-table-base.__1 .c-table__th.__t_color {
  background-color: #266aa5;
}

.c-table-base.__1 .c-table__td {
  padding: 10px;
}

.c-table-base.__1 .c-table__tr:nth-child(even) {
  background-color: #f5f5f5;
}

.c-table-base.__2 {
  border-spacing: 0;
  border-collapse: separate;
}
@media screen and (max-width: 600px) {
  .c-table-base.__2 {
    font-size: 15px;
  }
}

.c-table-base.__2 .c-table__th {
  width: 150px;
  padding: 8px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #004582;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 600px) {
  .c-table-base.__2 .c-table__th {
    width: 110px;
  }
}

.c-table-base.__2 .c-table__tr:last-child > .c-table__th {
  border-bottom: solid 1px #004582;
}

.c-table-base.__2 .c-table__td {
  padding: 10px 10px 10px 15px;
  border-bottom: solid 1px #e3e3e3;
}

.c-table-base.__2 .c-table__tr:first-child > .c-table__td {
  border-top: solid 1px #e3e3e3;
}

.c-table-base.__3 {
  border-spacing: 0;
  border-collapse: separate;
}
@media screen and (max-width: 600px) {
  .c-table-base.__3 {
    font-size: 15px;
  }
}

.c-table-base.__3 .c-table__th {
  width: 150px;
  padding: 11px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #005288;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 600px) {
  .c-table-base.__3 .c-table__th {
    width: 110px;
  }
}

.c-table-base.__3 .c-table__tr:last-child > .c-table__th {
  border-bottom: solid 1px #004582;
}

.c-table-base.__3 .c-table__td {
  padding: 14px 10px 14px 20px;
}

.c-table-base.__3 .c-table__tr:nth-child(even) {
  background-color: #f5f5f5;
}

.c-q_box__ttl_box {
  display: flex;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: solid 1px #004582;
}

.c-q_box__ttl {
  font-size: 18px;
  color: #004582;
}
@media screen and (max-width: 600px) {
  .c-q_box__ttl {
    font-size: 17px;
  }
}

.c-q_box__box {
  padding: 25px 28px;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 600px) {
  .c-q_box__box {
    padding: 22px 20px;
  }
}

.c-q_box__txt {
  margin: 16px 0 7px;
}

.c-q_box__ttl_img {
  width: 35px;
  height: auto;
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  .c-q_box__ttl_img {
    width: 30px;
    margin-top: 2px;
    margin-right: 10px;
  }
}

.b-cv_form__copy {
  position: relative;
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .b-cv_form__copy {
    height: 127px;
  }
}
@media screen and (max-width: 600px) {
  .b-cv_form__copy {
    height: auto;
    margin-top: -15px;
    margin-bottom: -25px;
    background-size: cover;
  }
}
.b-cv_form__copy::before {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-color: #00548b transparent transparent;
  border-style: solid;
  border-width: 21px 25px 0;
}
@media screen and (max-width: 600px) {
  .b-cv_form__copy::before {
    display: none;
  }
}

.is-webp .b-cv_form__copy {
  background-image: url("/img/block/cv/cv_form/webp/cv_bg_blue_triple.webp");
}
@media screen and (max-width: 600px) {
  .is-webp .b-cv_form__copy {
    background-image: none;
  }
}

.is-no-webp .b-cv_form__copy {
  background-image: url("/img/block/cv/cv_form/cv_bg_blue_triple.jpg");
}
@media screen and (max-width: 600px) {
  .is-no-webp .b-cv_form__copy {
    background-image: none;
  }
}

.b-cv_form__copy_box {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .b-cv_form__copy_box {
    display: none;
  }
}

.b-cv_form__copy_woman_sp,
.b-cv_form__copy_easy_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .b-cv_form__copy_woman_sp,
  .b-cv_form__copy_easy_sp {
    display: block;
    width: 100%;
  }
}

.b-cv_form__copy_woman_sp {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.is-webp .b-cv_form__copy_woman_sp {
  background-image: url("/img/block/cv/cv_form/webp/cv_woman_img_bg_sp.webp");
}

.is-no-webp .b-cv_form__copy_woman_sp {
  background-image: url("/img/block/cv/cv_form/cv_woman_img_bg_sp.png");
}

.b-cv_form__copy_easy_sp {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.is-webp .b-cv_form__copy_easy_sp {
  background-image: url("/img/block/cv/cv_form/webp/cv_easy_20sec_bg_sp.webp");
}

.is-no-webp .b-cv_form__copy_easy_sp {
  background-image: url("/img/block/cv/cv_form/cv_easy_20sec_bg_sp.png");
}

.b-cv_form__copy_img.__1 {
  margin-right: 15px;
}

.b-cv_form__copy_img.__1,
.b-cv_form__copy_img.__2 {
  margin-top: 20px;
}

.b-cv_form__copy_img_sp {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .b-cv_form__copy_img {
    height: auto;
  }
  .b-cv_form__copy_img.__1 {
    width: 114px;
  }
  .b-cv_form__copy_img.__2 {
    width: 327px;
  }
  .b-cv_form__copy_img.__3 {
    width: 110px;
  }
}
.b-cv_form__area {
  padding: 35px 0;
  background-color: #e0ecf5;
}

.b-cv_form__block {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .b-cv_form__block {
    flex-direction: column;
    gap: 5px;
  }
}

.b-cv_form__w {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .b-cv_form__w {
    width: 96%;
  }
}

.b-cv_form__box {
  padding: 30px 35px;
  border-radius: 10px;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 768px) {
  .b-cv_form__box {
    padding: 17px 13px;
  }
}

.b-cv_tel {
  position: relative;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .b-cv_tel {
    height: 288px;
    background-color: #e8efed;
    background-position: top left;
    background-size: contain;
  }
}
@media screen and (max-width: 410px) {
  .b-cv_tel {
    height: 260px;
  }
}

.is-webp .b-cv_tel {
  background-image: url("/img/block/cv/cv_tel/webp/cv_bg_twins_woman.webp");
}
@media screen and (max-width: 600px) {
  .is-webp .b-cv_tel {
    background-image: url("/img/block/cv/cv_tel/webp/cv_bg_phone_woman_sp.webp");
  }
}

.is-no-webp .b-cv_tel {
  background-image: url("/img/block/cv/cv_tel/cv_bg_twins_woman.jpg");
}
@media screen and (max-width: 600px) {
  .is-no-webp .b-cv_tel {
    background-image: url("/img/block/cv/cv_tel/cv_bg_phone_woman_sp.jpg");
  }
}

.b-cv_tel__block {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  margin: auto;
}

.b-cv_tel__dot {
  position: relative;
}
.b-cv_tel__dot::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #004582;
  border-radius: 20px;
}

.b-cv_tel__txt_block {
  position: relative;
  margin-bottom: 10px;
}
.b-cv_tel__txt_block::before {
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
  width: 2px;
  height: 90%;
  margin: auto;
  content: "";
  background-color: #a9a9a9;
  transform: rotate(22deg);
}
.b-cv_tel__txt_block::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 2px;
  height: 90%;
  margin: auto;
  content: "";
  background-color: #a9a9a9;
  transform: rotate(-22deg);
}
@media screen and (max-width: 600px) {
  .b-cv_tel__txt_block::before {
    display: none;
  }
  .b-cv_tel__txt_block::after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .b-cv_tel__txt_comment_sp {
    position: relative;
    font-size: 25px;
  }
  .b-cv_tel__txt_comment_sp::before {
    position: absolute;
    top: 0;
    right: -17px;
    bottom: 0;
    width: 2px;
    height: 90%;
    margin: auto;
    content: "";
    background-color: #a9a9a9;
    transform: rotate(22deg);
  }
  .b-cv_tel__txt_comment_sp::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -17px;
    width: 2px;
    height: 90%;
    margin: auto;
    content: "";
    background-color: #a9a9a9;
    transform: rotate(-22deg);
  }
}

.b-cv_tel__txt_blue {
  margin-bottom: -6px;
  font-size: 27px;
  font-weight: bold;
  color: #004582;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .b-cv_tel__txt_blue {
    margin-bottom: 1px;
    line-height: 1.5;
  }
}

.b-cv_tel__txt_black {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.b-cv_tel__txt_group {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .b-cv_tel__txt_group {
    display: block;
  }
}

.b-cv_tel__link {
  width: 100%;
  max-width: 560px;
}
@media screen and (max-width: 600px) {
  .b-cv_tel__link {
    width: 95%;
    max-width: 455px;
  }
}

.b-cv_tel__link_btn {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .b-cv_tel__link_btn {
    display: none;
  }
}

.b-cv_tel__link_btn_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .b-cv_tel__link_btn_sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

.c-cv_chance__bg {
  position: relative;
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .c-cv_chance__bg {
    background-size: cover;
  }
}
.c-cv_chance__bg.__white::before {
  background-color: #004582;
}
.c-cv_chance__bg.__white::after {
  background-color: #004582;
}

.is-webp .c-cv_chance__bg {
  background-image: url("/img/block/cv/cv_chance/webp/office_blue_bg.webp");
}
.is-webp .c-cv_chance__bg.__white {
  background-image: url("/img/block/cv/cv_chance/webp/office_white_bg.webp");
}

.is-no-webp .c-cv_chance__bg {
  background-image: url("/img/block/cv/cv_chance/office_blue_bg.jpg");
}
.is-no-webp .c-cv_chance__bg.__white {
  background-image: url("/img/block/cv/cv_chance/office_white_bg.jpg");
}

.c-cv_chance__bg::before {
  position: absolute;
  top: 80px;
  right: 0;
  width: calc((100% - 415px) / 2);
  height: 1px;
  content: "";
  background-color: #fff;
}
@media screen and (max-width: 450px) {
  .c-cv_chance__bg::before {
    width: 20px;
  }
}

.c-cv_chance__bg::after {
  position: absolute;
  top: 80px;
  left: 0;
  width: calc((100% - 415px) / 2);
  height: 1px;
  content: "";
  background-color: #fff;
}
@media screen and (max-width: 450px) {
  .c-cv_chance__bg::after {
    width: 20px;
  }
}

.c-cv_chance__txt_img {
  display: block;
  width: 90%;
  max-width: 365px;
  height: auto;
  margin: 0 auto;
}

.c-cv_chance__area {
  display: flex;
  width: 100%;
  max-width: 660px;
  margin: 25px auto 0;
}
@media screen and (max-width: 600px) {
  .c-cv_chance__area {
    flex-direction: column;
    width: 100%;
    max-width: 340px;
  }
}

.c-cv_chance__link_tel,
.c-cv_chance__link_web {
  position: relative;
  display: inline-block;
  width: 100%;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 601px) {
  .c-cv_chance__link_tel:hover,
  .c-cv_chance__link_web:hover {
    scale: 1.07;
  }
}

.c-cv_chance__img_tel,
.c-cv_chance__img_web,
.c-cv_chance__img_tel_sub,
.c-cv_chance__img_web_sub {
  width: 100%;
  height: auto;
}

.c-cv_chance__img_tel_sub,
.c-cv_chance__img_web_sub {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .c-cv_chance__img_tel_sub,
  .c-cv_chance__img_web_sub {
    top: -20px;
  }
}

@media screen and (max-width: 600px) {
  .c-cv_chance__link_web {
    margin-top: 10px;
  }
}

.c-easy_flow__block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .c-easy_flow__block {
    flex-direction: column;
    align-items: center;
  }
}

.c-easy_flow__box {
  position: relative;
  width: 22%;
  background-color: #fff;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 1100px) {
  .c-easy_flow__box {
    width: 450px;
    max-width: 100%;
    margin-bottom: 23px;
  }
}

.c-easy_flow__box:not(:last-child)::before {
  position: absolute;
  top: 0;
  right: -28px;
  bottom: 0;
  width: 10px;
  height: 15px;
  margin: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  background-color: #d3d3d3;
}
@media screen and (max-width: 1100px) {
  .c-easy_flow__box:not(:last-child)::before {
    top: auto;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 10px;
    height: 9px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}

.c-easy_flow__ttl {
  padding: 6px 12px 8px;
  font-size: 16px;
  font-weight: bold;
  color: #004582;
  background-color: #e6ecf5;
}
@media screen and (max-width: 600px) {
  .c-easy_flow__ttl {
    padding: 5px 12px 6px;
    font-size: 15px;
  }
}

.c-easy_flow__content {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .c-easy_flow__content {
    padding: 7px 10px;
  }
}

.c-easy_flow__icon {
  width: 52px;
  height: auto;
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  .c-easy_flow__icon {
    width: 55px;
    margin-left: 20px;
  }
}

.c-easy_flow__txt {
  width: 73%;
  line-height: 1.2;
  text-align: center;
}

.c-area_car_info {
  width: 1030px;
  max-width: 100%;
  padding: 25px 20px 15px 30px;
  margin: 0 auto;
  border: solid 4px #f5f5f5;
}
@media screen and (max-width: 600px) {
  .c-area_car_info {
    padding: 15px 10px 5px;
  }
}

.c-area_car_info__child {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .c-area_car_info__child {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .c-area_car_info__child {
    flex-direction: column;
    align-items: center;
  }
}

.c-area_car_info__list {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .c-area_car_info__list {
    flex-wrap: wrap;
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .c-area_car_info__list {
    justify-content: center;
  }
}

.c-area_car_info__list_item {
  position: relative;
  margin-right: 28px;
}
@media screen and (max-width: 1100px) {
  .c-area_car_info__list_item {
    margin-bottom: 5px;
  }
}

.c-area_car_info__list_item:not(:last-child)::before {
  position: absolute;
  top: 0;
  right: -13px;
  bottom: 0;
  width: 1px;
  height: 13px;
  margin: auto;
  content: "";
  background-color: #ccc;
}

.c-area_car_info__list_item > a {
  color: #333;
}

.c-area_car_info__area_label {
  width: 120px;
  padding: 5px 10px;
  margin-right: 20px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #81b4ce;
}
@media screen and (max-width: 1100px) {
  .c-area_car_info__area_label {
    width: 100%;
    margin-right: 0;
  }
}

.c-area_car_info__child.__2 > .c-area_car_info__area_label {
  background-color: #598faf;
}

.c-area_car_info__child.__3 > .c-area_car_info__area_label {
  background-color: #266896;
}

.c-area_car_info__child.__4 > .c-area_car_info__area_label {
  background-color: #004680;
}

.c-area_car_info__child.__5 > .c-area_car_info__area_label {
  background-color: #003c6a;
}

.c-area_car_info__child.__6 > .c-area_car_info__area_label {
  background-color: #003356;
}

.c-area_car_info__child .c-area_car_info__list_item > a {
  transition: 0.2s;
}

.c-area_car_info__child .c-area_car_info__list_item > a:hover {
  opacity: 0.7;
}

.c-area_car_info__child.__1 .c-area_car_info__list_item > a:hover {
  color: #81b4ce;
}

.c-area_car_info__child.__2 .c-area_car_info__list_item > a:hover {
  color: #598faf;
}

.c-area_car_info__child.__3 .c-area_car_info__list_item > a:hover {
  color: #266896;
}

.c-area_car_info__child.__4 .c-area_car_info__list_item > a:hover {
  color: #004680;
}

.c-area_car_info__child.__5 .c-area_car_info__list_item > a:hover {
  color: #003c6a;
}

.c-area_car_info__child.__6 .c-area_car_info__list_item > a:hover {
  color: #003356;
}

.b-column__ttl {
  padding: 9px 12px 17px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 1100px) {
  .b-column__ttl {
    display: -webkit-box;
    padding: 10px 12px 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.b-column__group {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .b-column__group {
    flex-direction: column;
    gap: 0;
  }
}

.b-column__list {
  width: 20%;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  transition: 0.2s;
}
@media screen and (max-width: 1100px) {
  .b-column__list {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 600px) {
  .b-column__list {
    max-width: 400px;
  }
}

.b-column__list_img_block {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .b-column__list_img_block {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .b-column__list_img_block {
    width: 40%;
  }
}

@media screen and (max-width: 1100px) {
  .b-column__body {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .b-column__body {
    width: 60%;
  }
}

.b-column__list_img {
  width: 100%;
  height: 115px;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .b-column__list_img {
    height: 105px;
  }
}
@media screen and (max-width: 600px) {
  .b-column__list_img {
    height: 118px;
  }
}

.b-column__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
  transition: background-color 0.3s ease;
}

.b-column__link:hover .b-column__cover {
  background-color: #004993;
}
.b-column__link:hover .b-column__ttl {
  color: #004582;
}
@media screen and (max-width: 1100px) {
  .b-column__link {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .b-column__link:hover .b-column__cover {
    background-color: transparent;
  }
  .b-column__link:hover .b-column__ttl {
    color: #333;
  }
}

.b-car_table__main_info {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .b-car_table__main_info {
    flex-direction: column;
    align-items: center;
  }
}

.b-car_table__main_info_table_wrap {
  flex: 1;
  width: 100%;
}

.b-car_table__main_info_img {
  width: 350px;
  height: 232px;
  margin-right: 15px;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .b-car_table__main_info_img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .b-car_table__main_info_img {
    height: 173px;
  }
}

.b-car_table__main_info_line_block {
  width: 100%;
}

.b-car_table__main_info_table {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .b-car_table__main_info_table {
    flex-direction: column;
  }
}

.b-car_table__main_info_line_ttl {
  padding: 1px;
  font-weight: normal;
  color: #fff;
  background-color: #005186;
}

.b-car_table__main_info_line_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 78px;
  padding: 10px;
  line-height: 1.5;
  background-color: #eff2f7;
}
@media screen and (max-width: 600px) {
  .b-car_table__main_info_line_item {
    height: auto;
    padding: 10px;
  }
}

.b-car_table__main_info_line_block.b-car_table__w_60 {
  width: 65%;
}
@media screen and (max-width: 600px) {
  .b-car_table__main_info_line_block.b-car_table__w_60 {
    width: 100%;
  }
}

.b-car_table__main_info_line_block.b-car_table__w_40 {
  width: 35%;
}
@media screen and (max-width: 600px) {
  .b-car_table__main_info_line_block.b-car_table__w_40 {
    width: 100%;
  }
}

.b-car_table__table_block {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .b-car_table__table_block {
    flex-direction: column;
    gap: 0;
  }
}

.b-car_table__table {
  width: calc((100% - 15px) / 2);
  border-spacing: 0;
}
@media screen and (max-width: 1100px) {
  .b-car_table__table {
    width: 100%;
  }
}

.b-car_table__table tr:nth-child(odd) {
  background-color: #f1f1f1;
}

.b-car_table__table th,
.b-car_table__table td {
  padding: 6px 10px;
}

.b-car_table__table th {
  width: 210px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .b-car_table__table th {
    width: 150px;
  }
}

.b-car_table__sub_txt {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  color: #b3b3b3;
}

.b-car_table__sub_margin {
  margin-right: 16px;
}

.b-car_table__comment_block {
  display: flex;
  align-items: center;
  padding: 25px 27px;
  background-color: #eff2f7;
}
@media screen and (max-width: 600px) {
  .b-car_table__comment_block {
    flex-direction: column;
    padding: 14px;
  }
}

.b-car_table__comment_img_wrap {
  width: 180px;
  margin-right: 30px;
  margin-bottom: 22px;
}
@media screen and (max-width: 600px) {
  .b-car_table__comment_img_wrap {
    width: 125px;
    margin-right: 0;
  }
}

.b-car_table__comment_img {
  width: 100%;
}

.b-car_table__comment_txt_wrap {
  position: relative;
  padding: 20px 25px;
  background-color: #fff;
}
.b-car_table__comment_txt_wrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 16px;
  height: 20px;
  margin: auto;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: "";
  background-color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  .b-car_table__comment_txt_wrap::before {
    top: -15px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 20px;
    height: 1px;
    padding: 18px 20px;
    clip-path: polygon(50% 0, 100% 100%, 0% 100%);
  }
}

.b-car_table__comment_ttl {
  margin-bottom: 5px;
  font-weight: bold;
  color: #004582;
}

.b-car_table__comment_txt {
  font-size: 15px;
}

.b-car_table__txt_left {
  text-align: left;
}

.b-car_table__red_font {
  margin-right: 5px;
  font-size: 25px;
  font-weight: bold;
  color: #e30000;
}

@media screen and (max-width: 1100px) {
  .b-car_table__nowrap_tab {
    white-space: nowrap;
  }
}

.b-car_table__icon_ttl {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-top: 25px;
  margin-bottom: 20px;
  border-bottom: solid 1px #004582;
}
@media screen and (max-width: 600px) {
  .b-car_table__icon_ttl {
    margin-bottom: 15px;
  }
}

.b-car_table__icon_ttl_img_wrap {
  width: 38px;
  margin-right: 13px;
}

.b-car_table__icon_ttl_img {
  width: 100%;
  height: auto;
}

.b-car_table__icon_ttl_txt_block {
  flex: 1;
  line-height: 1.5;
}

.b-car_table__icon_ttl_txt a {
  font-size: 17px;
  font-weight: bold;
  color: #004582;
  transition: 0.2s;
}
.b-car_table__icon_ttl_txt a:hover {
  opacity: 0.5;
}

.b-car_table__icon_ttl_grade {
  font-size: 14px;
  color: #ababab;
}

.b-car_table__w_comment {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 600px) {
  .b-car_table__w_comment {
    flex-direction: column;
    gap: 15px;
  }
}

.b-car_table__w_comment_ttl {
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #004582;
  border-bottom: solid 1px #004582;
}
@media screen and (max-width: 600px) {
  .b-car_table__w_comment_ttl {
    padding-bottom: 4px;
    margin-bottom: 7px;
  }
}

.b-car_table__w_comment_box {
  width: calc((100% - 35px) / 2);
}
@media screen and (max-width: 600px) {
  .b-car_table__w_comment_box {
    width: 100%;
  }
}

.is-no-webp .c-title_main {
  background-image: url("/img/component/title/main/title_main_pref_city_order_pc.png");
}
@media screen and (max-width: 1100px) {
  .is-no-webp .c-title_main {
    background-image: url("/img/component/title/main/title_main_pref_city_order_tab.png");
  }
}
@media screen and (max-width: 600px) {
  .is-no-webp .c-title_main {
    background-image: url("/img/component/title/main/title_main_pref_city_order_sp.png");
  }
}

.is-webp .c-title_main {
  background-image: url("/img/component/title/main/webp/title_main_pref_city_order_pc.webp");
}
@media screen and (max-width: 1100px) {
  .is-webp .c-title_main {
    background-image: url("/img/component/title/main/webp/title_main_pref_city_order_tab.webp");
  }
}
@media screen and (max-width: 600px) {
  .is-webp .c-title_main {
    background-image: url("/img/component/title/main/webp/title_main_pref_city_order_sp.webp");
  }
}