section.section01 .container.container02 {
  clip-path: polygon(0 0, 100% 14.4vw, 100% calc(100% - 14.4vw), 0% 100%);
  margin-top: -14.4vw;
  padding-top: 14.4vw;
  position: relative;
  padding-bottom: 14.4vw;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  section.section01 .container.container02 {
    padding-bottom: calc(28.8vw);
  }
}
section.section01 .container.container02 .contents:has(.val_block) {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 750px) {
  section.section01 .container.container02 .contents:has(.val_block) {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
  }
}
section.section01 .container.container02 .contents:has(.val_block) .contents_block {
  width: 100%;
  border-bottom: 3px solid #1A275A;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.section01 .container.container02 .contents:has(.val_block) .contents_block {
    border-bottom: none;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  section.section01 .container.container02 .contents:has(.val_block) .contents_block .hgroup {
    display: grid;
    width: fit-content;
    gap: 15px;
    grid-template-columns: auto auto;
    align-items: center;
  }
}
section.section01 .container.container02 .contents:has(.val_block) .contents_block .hgroup .val_title {
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  section.section01 .container.container02 .contents:has(.val_block) .contents_block .hgroup .val_title {
    display: grid;
    align-items: center;
    gap: 15px;
    font-size: clamp(20px, 1.95313vw, 25px);
    grid-template-columns: auto 1fr;
    width: 100%;
  }
}
section.section01 .container.container02 .contents:has(.val_block) .contents_block .hgroup .val_title:after {
  content: "";
  display: none;
  width: 60px;
  height: 1px;
  background: #1A275A;
}
@media screen and (max-width: 750px) {
  section.section01 .container.container02 .contents:has(.val_block) .contents_block .hgroup .val_title:after {
    display: block;
    width: 100%;
    min-width: 40px;
  }
}
section.section01 .container.container02 .contents:has(.val_block) .contents_block .hgroup .val_title_en {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  align-items: center;
  gap: 11px;
}
@media screen and (max-width: 750px) {
  section.section01 .container.container02 .contents:has(.val_block) .contents_block .hgroup .val_title_en {
    position: static;
    font-size: 11px;
  }
}
section.section01 .container.container02 .contents:has(.val_block) .contents_block .hgroup .val_title_en:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #1A275A;
}
@media screen and (max-width: 750px) {
  section.section01 .container.container02 .contents:has(.val_block) .contents_block .hgroup .val_title_en:before {
    display: none;
  }
}
section.section01 .container.container02 .contents:has(.val_block) .contents_block .in_item .val_block {
  line-height: 1;
  text-align: center;
  margin-top: 30px;
}
section.section01 .container.container02 .contents:has(.val_block) .contents_block .in_item .val_block + * {
  margin-top: 20px;
}
section.section01 .container.container02 .contents:has(.val_block) .contents_block .in_item .val_block .val {
  font-size: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  section.section01 .container.container02 .contents:has(.val_block) .contents_block .in_item .val_block .val {
    font-size: clamp(70px, 7.14286vw, 100px);
  }
}
section.section01 .container.container02 .contents:has(.val_block) .contents_block .in_item .val_block .unit {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  section.section01 .container.container02 .contents:has(.val_block) .contents_block .in_item .val_block .unit {
    font-size: clamp(39px, 4.39239vw, 60px);
  }
}
section.section01 .container.container02 .contents:has(.val_block) .contents_block .in_item .text {
  line-height: 2;
  font-weight: 400;
}
section.section01 .container.container02 .contents:has(.val_block) .contents_block .in_item .text span {
  font-weight: 700;
}
section.section01 .container.container02 .add_text {
  width: 100%;
  max-width: 1026px;
  margin-inline: auto;
  text-align: right;
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  section.section01 .container.container02 .add_text {
    padding-right: 15px;
  }
}
section.section02 .container {
  clip-path: polygon(0 14.4vw, 100% 0, 100% calc(100% - 14.4vw), 0 100%);
  margin-top: -14.4vw;
  padding-bottom: 14.4vw;
  padding-top: calc(14.4vw * 1);
  overflow: hidden;
  background: #1782C8;
}
section.section02 .container:nth-of-type(even) {
  background: #1A275A;
  clip-path: polygon(0 14.4vw, 100% 0, 100% 100%, 0 calc(100% - 14.4vw));
}
section.section02 .container .contents {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  max-width: 100%;
  position: relative;
}
section.section02 .container .contents:nth-of-type(even) {
  clip-path: polygon(0 0, 100% 14.4vw, 100% 100%, 0 calc(100% - 14.4vw));
  padding-top: 14.4vw;
}
section.section02 .container .contents:nth-of-type(even)::after {
  clip-path: polygon(0 0, 100% 14.4vw, 100% 100%, 0 calc(100% - 14.4vw));
}
section.section02 .container .contents:after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 30px;
  background: rgba(3, 64, 131, 0.9);
  width: calc(100% - 60px);
  height: 100%;
  clip-path: polygon(0 14.4vw, 100% 0, 100% calc(100% - 14.4vw), 0 100%);
}
section.section02 .container .contents .hgroup {
  position: relative;
  z-index: 1;
}
section.section02 .container .contents .hgroup .concept {
  color: #CEDCE5;
}
section.section02 .container .contents .contents_block {
  max-width: 1026px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
section.section02 .container .contents .contents_block p {
  color: #FFF;
}
section.section02 .container .contents .contents_block .hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
section.section02 .container .contents .contents_block .hgroup .contents_block_title {
  font-size: 35px;
  line-height: 2;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .hgroup .contents_block_title {
    font-size: clamp(25px, 2.5vw, 35px);
    line-height: 1.75;
  }
}
section.section02 .container .contents .contents_block .hgroup .contents_block_title_en {
  font-size: 14px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: fit-content;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .hgroup .contents_block_title_en {
    font-size: 12px;
  }
}
section.section02 .container .contents .contents_block .block_item {
  margin-top: 66px;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item {
    margin-top: 0;
  }
}
section.section02 .container .contents .contents_block .block_item .item {
  display: flex;
  gap: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item {
    flex-direction: column;
    gap: 20px;
  }
}
section.section02 .container .contents .contents_block .block_item .item .img_area {
  width: 50vw;
  margin-left: calc((50vw - 50%) * -1);
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item .img_area {
    width: calc(115vw + 0px);
    margin-left: 0;
  }
}
section.section02 .container .contents .contents_block .block_item .item .img_area img {
  translate: -200px 0;
  width: calc(100% + 200px);
  max-width: calc(100% + 200px);
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item .img_area img {
    translate: calc((30vw + 15px) * -1) 0;
    width: calc(100% + 15vw);
    max-width: calc(100% + 15vw);
  }
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item .img_area.m1 {
    width: 100%;
    margin-left: 0;
  }
}
section.section02 .container .contents .contents_block .block_item .item .text_area {
  width: 60%;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item .text_area {
    width: 100%;
    padding: 0 15px;
  }
}
section.section02 .container .contents .contents_block .block_item .item .text_area:has(.list_type) .hgroup .item_title {
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item .text_area:has(.list_type) .hgroup .item_title {
    font-size: clamp(20px, 2.14286vw, 30px);
  }
}
section.section02 .container .contents .contents_block .block_item .item .text_area .hgroup {
  margin-bottom: 30px;
  display: block;
}
section.section02 .container .contents .contents_block .block_item .item .text_area .hgroup .item_title {
  font-size: 40px;
  color: #FFF;
  line-height: 1.625;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item .text_area .hgroup .item_title {
    font-size: clamp(25px, 2.85714vw, 40px);
  }
}
section.section02 .container .contents .contents_block .block_item .item .text_area .list_type {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 23px;
}
section.section02 .container .contents .contents_block .block_item .item .text_area .list_type .list {
  border-bottom: 1px solid #69AFDC;
  color: #FFF;
  padding-bottom: 15px;
  padding-left: 38px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item .text_area .list_type .list {
    font-size: clamp(15px, 1.42857vw, 20px);
    padding-left: 25px;
  }
}
section.section02 .container .contents .contents_block .block_item .item .text_area .list_type .list span {
  color: #FFF;
  background: linear-gradient(transparent calc(100% - 3px), #1A275A 0%);
  display: inline;
  padding: 0 2px 4px;
}
section.section02 .container .contents .contents_block .block_item .item .text_area .list_type .list:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/consulting/list_icon01.svg) no-repeat left top;
  background-size: cover;
  translate: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item .text_area .list_type .list:before {
    width: 17px;
    height: 17px;
  }
}
section.section02 .container .contents .contents_block .block_item .item .text_area .is_copy {
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item .text_area .is_copy {
    text-align: center;
    margin-top: 24px;
  }
}
section.section02 .container .contents .contents_block .block_item .item .text_area .is_copy span {
  color: #FFF;
  font-size: clamp(25px, 2.85714vw, 40px);
  line-height: 2.1;
  background: linear-gradient(transparent calc(100% - 6px), #FFF 0%);
  display: inline;
  padding: 0 2px 4px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item .text_area .is_copy span {
    background: linear-gradient(transparent calc(100% - 3px), #FFF 0%);
  }
}
section.section02 .container .contents .contents_block .block_item .item .text_area .text {
  line-height: 2;
}
section.section02 .container .contents .contents_block .block_item .item:has(.static_area) {
  display: block;
  max-width: 846px;
  margin-inline: auto;
  padding: 60px 30px;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item:has(.static_area) {
    padding: 0 15px 26px;
    width: calc(100% - 30px);
  }
}
section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .tab {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .tab {
    width: 254px;
    position: static;
    margin-inline: auto;
  }
}
section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .img_area {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .img_area {
    margin-top: 20px;
  }
}
section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .img_area img {
  translate: 0 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .text_area {
  width: 100% !important;
  margin-top: 26px;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .text_area {
    margin-top: 20px;
  }
}
section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .text_area .hgroup .item_title {
  font-size: 35px;
  color: #1A275A;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .text_area .hgroup .item_title {
    font-size: clamp(23px, 2.5vw, 35px);
  }
}
section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .text_area .text {
  color: #1A275A;
}
section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .text_area .btn_wrap {
  max-width: 380px;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .text_area .btn_wrap {
    margin-top: 30px;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .text_area .btn_wrap .btn {
    font-size: 14px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item .item:has(.static_area) .text_area .btn_wrap .btn:after {
    right: 16px;
  }
}
section.section02 .container .contents .contents_block .block_item:nth-of-type(even) .item .img_area {
  width: 50vw;
  margin-left: 0;
  margin-right: -50vw;
  order: 2;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item:nth-of-type(even) .item .img_area {
    width: calc(115vw + 0px);
    margin-left: 0;
    margin-right: 0;
    order: 1;
  }
}
section.section02 .container .contents .contents_block .block_item:nth-of-type(even) .item .img_area img {
  translate: 0 0;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item:nth-of-type(even) .item .img_area img {
    translate: calc((15vw - 45px)) 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item:nth-of-type(even) .item .img_area.m1 {
    width: calc(100% - 15px);
    margin-left: 0;
  }
}
section.section02 .container .contents .contents_block .block_item:nth-of-type(even) .item .img_area.m1 img {
  translate: 0 0;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item:nth-of-type(even) .item .img_area.m1 img {
    translate: 15px 0;
    width: 100%;
    max-width: 100%;
  }
}
section.section02 .container .contents .contents_block .block_item:nth-of-type(even) .item .text_area {
  order: 1;
}
@media screen and (max-width: 750px) {
  section.section02 .container .contents .contents_block .block_item:nth-of-type(even) .item .text_area {
    order: 2;
  }
}
section.section02 .container .contents + .contents {
  margin-top: 50px;
}
section.section03 .trading_performance {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 800px;
  gap: 20px 40px;
  margin-inline: auto;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  section.section03 .trading_performance {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
}
section.section03 .trading_performance .list {
  width: 100%;
  border-bottom: 1px solid #D8DBEA;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  section.section03 .contents_block {
    padding: 0 15px;
  }
}
section.section03 .icon_list {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 38px;
  margin-inline: auto;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  section.section03 .icon_list {
    padding: 0 15px;
    gap: 19px;
  }
}
section.section03 .icon_list .icon.suzuki {
  max-width: 153px;
  aspect-ratio: 306/74;
}
section.section03 .icon_list .icon.nissan {
  max-width: 80px;
  aspect-ratio: 160/158;
}
section.section03 .icon_list .icon.legolis {
  max-width: 149px;
  aspect-ratio: 298/56;
}
section.section03 .icon_list .icon.queen {
  max-width: 149px;
  aspect-ratio: 272/58;
}
section.section04 .container {
  clip-path: polygon(0 14.4vw, 100% 0, 100% 100%, 0 calc(100% - 14.4vw));
  margin-top: -14.4vw;
  padding-bottom: calc(14.4vw * 1);
  padding-top: calc(14.4vw * 1.5);
  overflow: hidden;
  background: #F5F5F5;
}
section.section04 .container .service_flow {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  margin-top: 65px;
}
@media screen and (max-width: 750px) {
  section.section04 .container .service_flow {
    padding: 0 15px;
  }
}
section.section04 .container .service_flow .flow {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 40px;
  border-bottom: 1px solid #D8DBEA;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  section.section04 .container .service_flow .flow {
    grid-template-columns: 90px 1fr;
    gap: 15px;
  }
}
section.section04 .container .service_flow .flow:nth-of-type(1) .flow_icon .icon {
  width: 22px;
}
@media screen and (max-width: 750px) {
  section.section04 .container .service_flow .flow:nth-of-type(1) .flow_icon .icon {
    width: 16px;
  }
}
section.section04 .container .service_flow .flow:nth-of-type(2) .flow_icon .icon {
  width: 40px;
}
@media screen and (max-width: 750px) {
  section.section04 .container .service_flow .flow:nth-of-type(2) .flow_icon .icon {
    width: 28px;
  }
}
section.section04 .container .service_flow .flow:nth-of-type(3) .flow_icon .icon {
  width: 34px;
}
@media screen and (max-width: 750px) {
  section.section04 .container .service_flow .flow:nth-of-type(3) .flow_icon .icon {
    width: 20px;
  }
}
section.section04 .container .service_flow .flow:nth-of-type(4) .flow_icon .icon {
  width: 57px;
}
@media screen and (max-width: 750px) {
  section.section04 .container .service_flow .flow:nth-of-type(4) .flow_icon .icon {
    width: 30px;
  }
}
section.section04 .container .service_flow .flow:nth-of-type(5) .flow_icon .icon {
  width: 32px;
}
@media screen and (max-width: 750px) {
  section.section04 .container .service_flow .flow:nth-of-type(5) .flow_icon .icon {
    width: 17px;
  }
}
section.section04 .container .service_flow .flow .flow_icon {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  section.section04 .container .service_flow .flow .flow_icon {
    width: 90px;
    height: 90px;
    gap: 8px;
  }
}
section.section04 .container .service_flow .flow .flow_icon .num {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  section.section04 .container .service_flow .flow .flow_icon .num {
    font-size: clamp(13px, 1.42857vw, 20px);
  }
}
section.section04 .container .service_flow .flow .flow_info .flow_title {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  section.section04 .container .service_flow .flow .flow_info .flow_title {
    font-size: clamp(20px, 2.14286vw, 30px);
  }
}
section.section04 .container .service_flow .flow .flow_info .text {
  font-weight: 400;
  line-height: 2;
}
section.section04 .container .service_box {
  width: 100%;
  border: 2px solid #1A275A;
  padding: 25px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  section.section04 .container .service_box {
    font-size: clamp(20px, 1.78571vw, 25px);
    padding: 15px 13px 20px;
    width: calc(100% - 30px);
    margin-top: 30px;
    margin-inline: auto;
    text-align: center;
  }
}
section.section05 .container {
  clip-path: polygon(0 0, 100% 14.4vw, 100% calc(100% - 14.4vw), 0% 100%);
  margin-top: -14.4vw;
  padding-bottom: calc(14.4vw * 1.5);
  padding-top: calc(14.4vw * 1);
  overflow: hidden;
}
section.section05 .container .faq_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  border-bottom: 1px solid #D8DBEA;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  section.section05 .container .faq_list {
    padding: 0 15px 30px;
  }
}
section.section05 .container .faq_list:first-of-type {
  margin-top: 80px;
}
section.section05 .container .faq_list .list_q,
section.section05 .container .faq_list .list_a {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 30px;
  min-height: 50px;
}
@media screen and (max-width: 750px) {
  section.section05 .container .faq_list .list_q,
  section.section05 .container .faq_list .list_a {
    grid-template-columns: 40px 1fr;
    gap: 10px;
    min-height: 40px;
  }
}
section.section05 .container .faq_list .list_q:before,
section.section05 .container .faq_list .list_a:before {
  content: "";
  width: 50px;
}
@media screen and (max-width: 750px) {
  section.section05 .container .faq_list .list_q:before,
  section.section05 .container .faq_list .list_a:before {
    width: 40px;
  }
}
section.section05 .container .faq_list .list_q {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  section.section05 .container .faq_list .list_q {
    font-size: clamp(20px, 1.78571vw, 25px);
    line-height: 2;
  }
}
section.section05 .container .faq_list .list_q:before {
  background: url(../images/consulting/icon_q.svg) no-repeat left top;
  background-size: 50px 50px;
}
@media screen and (max-width: 750px) {
  section.section05 .container .faq_list .list_q:before {
    background: url(../images/consulting/icon_q.svg) no-repeat left top;
    background-size: 40px 40px;
  }
}
section.section05 .container .faq_list .list_a {
  font-size: 16px;
  font-weight: 500;
}
section.section05 .container .faq_list .list_a:before {
  background: url(../images/consulting/icon_a.svg) no-repeat left top;
  background-size: 50px 50px;
}
@media screen and (max-width: 750px) {
  section.section05 .container .faq_list .list_a:before {
    background: url(../images/consulting/icon_a.svg) no-repeat left top;
    background-size: 40px 40px;
  }
}
section.section05 .container .faq_list + .faq_list {
  margin-top: 30px;
}

.btn_wrap {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  margin-top: 70px;
  padding: 0 15px;
}
@media screen and (max-width: 750px) {
  .btn_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.btn_wrap .btn {
  width: 100%;
  height: 60px;
  background: #1A275A;
  border: 1px solid #1A275A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
}
.btn_wrap .btn:nth-of-type(1) {
  background: #1782C8;
  border: 1px solid #1782C8;
}
@media (any-hover: hover) {
  .btn_wrap .btn:nth-of-type(1):hover {
    background: #FFF;
    color: #1782C8;
  }
  .btn_wrap .btn:nth-of-type(1):hover:after {
    border-top: 1px solid #1782C8;
    border-right: 1px solid #1782C8;
  }
}
.btn_wrap .btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  rotate: 45deg;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: all .3s;
}
@media (any-hover: hover) {
  .btn_wrap .btn:hover {
    background: #FFF;
    color: #1A275A;
  }
  .btn_wrap .btn:hover:after {
    border-top: 1px solid #1A275A;
    border-right: 1px solid #1A275A;
  }
}

section .container:has(.bottom_contents) {
  background: #E7E9ED;
  padding-top: calc(14.4vw * 1);
  clip-path: polygon(0 14.4vw, 100% 0, 100% 100%, 0 100%);
  margin-top: -14.4vw;
}

.line01 {
  position: absolute;
  top: 15vw;
  right: -55vw;
  overflow: hidden;
  aspect-ratio: 1569/1762;
  width: 100vw;
}
@media screen and (max-width: 750px) {
  .line01 {
    display: none;
  }
}

.line02 {
  width: 100vw;
  position: absolute;
  top: 10vw;
  left: -15vw;
  aspect-ratio: 1340/696;
}
@media screen and (max-width: 750px) {
  .line02 {
    width: 180vw;
    left: -20vw;
    top: 15vw;
  }
}

.line03 {
  width: 100vw;
  position: absolute;
  bottom: -45vw;
  left: -18vw;
  aspect-ratio: 1683/471;
}

.line04 {
  position: absolute;
  bottom: -30vw;
  left: -85vw;
  aspect-ratio: 1761/915;
  width: 120vw;
}
@media screen and (max-width: 750px) {
  .line04 {
    left: 20vw;
    rotate: -90deg;
    bottom: -70vw;
  }
}

.line04sp {
  position: absolute;
  top: -15vw;
  left: -80vw;
  aspect-ratio: 1761/915;
  width: 120vw;
}

.line05 {
  position: absolute;
  bottom: -65vw;
  right: -120vw;
  aspect-ratio: 1995/929;
  width: 200vw;
}

.line06 {
  position: absolute;
  top: 24%;
  right: -100vw;
  aspect-ratio: 1563/563;
  width: 150vw;
}
@media screen and (max-width: 750px) {
  .line06 {
    top: 50vw;
  }
}

.line07 {
  position: absolute;
  bottom: 15%;
  left: -100vw;
  aspect-ratio: 2284/640;
  width: 150vw;
}

.line08 {
  position: absolute;
  top: 0;
  left: -80vw;
  aspect-ratio: 1761/915;
  width: 120vw;
}

.line09 {
  width: 100vw;
  position: absolute;
  bottom: 10vw;
  right: -75vw;
  aspect-ratio: 1340/696;
}

.line10 {
  width: 100vw;
  position: absolute;
  bottom: -5vw;
  left: -8vw;
  aspect-ratio: 1340/696;
}

/*# sourceMappingURL=consulting.css.map */
