.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #2b2b2b;
}

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

a {
  text-decoration: none;
}

.section_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 48px;
  font-family: "Noto Serif JP", serif;
  color: #071B50;
}
@media screen and (max-width: 800px) {
  .section_heading {
    margin: 0 auto 28px;
  }
}
.section_heading span {
  font-size: 30px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1000px) {
  .section_heading span {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .section_heading span {
    font-size: 20px;
  }
}
.section_heading h2 {
  font-size: 40px;
  letter-spacing: 0.04em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .section_heading h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .section_heading h2 {
    font-size: 26px;
    text-align: center;
    line-height: 1.4;
  }
}

/*--------------- fv ---------------*/
.fv_top {
  padding-top: 40px;
  background-image: url(../img/fv_bg.webp);
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .fv_top {
    padding-top: 0;
  }
}

.fv_txt {
  background-color: #fff;
  width: 100%;
  padding: 12px 0;
  margin-bottom: 42px;
}
@media screen and (max-width: 800px) {
  .fv_txt {
    display: none;
  }
}
.fv_txt span {
  font-size: 14px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.fv_main {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1000px) {
  .fv_main {
    width: 96%;
  }
}
@media screen and (max-width: 800px) {
  .fv_main {
    max-width: 480px;
    width: 100%;
  }
}

.fv_main_pc {
  display: block;
}
@media screen and (max-width: 800px) {
  .fv_main_pc {
    display: none;
  }
}

.fv_main_sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .fv_main_sp {
    display: block;
  }
}

.fv_bottom {
  background: linear-gradient(90deg, #06194d 0%, #162f74 36%, #223f90 50%, #112766 65%, #06194d 100%);
  padding: 22px 0;
}
@media screen and (max-width: 800px) {
  .fv_bottom {
    padding: 10px 0;
  }
}

.fv_list {
  max-width: 980px;
  width: 74%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .fv_list {
    gap: 8px;
  }
}
@media screen and (max-width: 800px) {
  .fv_list {
    grid-template-columns: 1fr 1fr;
    max-width: 400px;
    width: 80%;
  }
}

/*--------------- contact ---------------*/
.contact {
  padding: 34px 0 64px;
  background-image: url(../img/contact_bg.webp);
  background-size: cover;
}

.contact_banner {
  max-width: 820px;
  width: 90%;
  margin: 0 auto 34px;
}
@media screen and (max-width: 600px) {
  .contact_banner {
    margin: 0 auto 24px;
  }
}

.contact_banner_pc {
  display: block;
}
@media screen and (max-width: 800px) {
  .contact_banner_pc {
    display: none;
  }
}

.contact_banner_sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .contact_banner_sp {
    display: block;
  }
}

.form {
  background-color: #fff;
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}

.form_heading {
  background: linear-gradient(90deg, #06194d 0%, #162f74 36%, #223f90 50%, #112766 65%, #06194d 100%);
  width: 100%;
  padding: 20px 0;
}
.form_heading h2 {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 800px) {
  .form_heading h2 {
    font-size: 20px;
  }
}

.form_content {
  max-width: 620px;
  width: 92%;
  margin: 0 auto;
  padding: 46px 0 36px;
}
@media screen and (max-width: 600px) {
  .form_content {
    padding: 32px 0 36px;
  }
}

.form_list {
  margin-bottom: 28px;
}

.form_item:not(:last-child) {
  margin-bottom: 18px;
}

.form_ttl {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

#contact_form .input input {
  width: 100%;
  background-color: #d9d9d9;
  padding: 10px 8px;
  border-radius: 8px;
}

.form_input-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 800px) {
  .form_input-name {
    gap: 12px;
  }
}

.form_policy {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
}
.form_policy input {
  transform: scale(1.4);
}

.form_policy_txt {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 2px;
}
.form_policy_txt a {
  text-decoration: underline;
}

.form_btn {
  background: linear-gradient(180deg, #ffef41 0%, #f5e530 54%, #e5d208 100%);
  border-radius: 6px;
  width: 300px;
  height: 64px;
  position: relative;
  margin: 0 auto;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .form_btn {
    width: 240px;
    height: 60px;
  }
}
.form_btn::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/btn_icon.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 48px;
}
@media screen and (max-width: 600px) {
  .form_btn::after {
    width: 20px;
    height: 20px;
    right: 28px;
  }
}

.form_btn:hover {
  opacity: 0.6;
}

.form_btn input {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding-right: 24px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .form_btn input {
    font-size: 18px;
  }
}

.hs-dependent-field .input input[type=text] {
  width: 100%;
  background-color: #d9d9d9;
  padding: 10px 8px;
  border-radius: 8px;
}

/*--------------- trouble ---------------*/
.trouble {
  padding: 40px 0 70px;
}
@media screen and (max-width: 600px) {
  .trouble {
    padding: 40px 0 40px;
  }
}

.trouble_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 92%;
}

.trouble_heading {
  color: #071b50;
  margin-bottom: 46px;
}
@media screen and (max-width: 600px) {
  .trouble_heading {
    margin-bottom: 32px;
  }
}
.trouble_heading span:nth-child(1) {
  background-color: #ffbf1c;
  font-size: 18px;
  padding: 12px 16px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 16px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .trouble_heading span:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .trouble_heading span:nth-child(1) {
    font-size: 14px;
  }
}
.trouble_heading h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .trouble_heading h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  .trouble_heading h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.trouble_heading span:nth-child(3) {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .trouble_heading span:nth-child(3) {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .trouble_heading span:nth-child(3) {
    font-size: 20px;
  }
}

.trouble_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1000px) {
  .trouble_list {
    grid-template-columns: 1fr;
  }
}

.trouble_item {
  border: 1px solid #071b50;
  border-radius: 16px;
  background-color: #edf0f7;
  padding: 24px 36px;
}
@media screen and (max-width: 600px) {
  .trouble_item {
    padding: 20px 20px;
  }
}

.trouble_bubble {
  max-width: 470px;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  background-color: #071b50;
  border-radius: 8px;
  position: relative;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1400px) {
  .trouble_bubble {
    height: 60px;
  }
}
@media screen and (max-width: 800px) {
  .trouble_bubble {
    height: 52px;
    margin: 0 auto 12px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_bubble {
    margin: 0 auto 16px;
  }
}
.trouble_bubble::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 13px;
  background-color: #071b50;
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -12px;
}
@media screen and (max-width: 800px) {
  .trouble_bubble::after {
    width: 24px;
    height: 10px;
    bottom: -9px;
  }
}
.trouble_bubble span {
  color: #ffbf1c;
  font-weight: 700;
  font-size: 18px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .trouble_bubble span {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .trouble_bubble span {
    font-size: 14px;
  }
}

.trouble_ttl {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  align-items: center;
  width: 100%;
  height: 96px;
}
@media screen and (max-width: 1200px) {
  .trouble_ttl {
    grid-template-columns: 50px 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .trouble_ttl {
    grid-template-columns: 40px 1fr;
    height: 72px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_ttl {
    height: auto;
    gap: 12px;
  }
}
.trouble_ttl img {
  width: 100%;
}
.trouble_ttl h3 {
  color: #071b50;
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) {
  .trouble_ttl h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .trouble_ttl h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .trouble_ttl h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_ttl h3 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) {
  .trouble_ttl h3 br {
    display: none;
  }
}

.trouble_txt p {
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: 500;
  border-top: 1px solid #b5b5b5;
  padding-top: 16px;
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  .trouble_txt p {
    margin-top: 16px;
    padding-top: 12px;
    line-height: 1.5;
    text-align: justify;
  }
}

/*--------------- merit ---------------*/
.merit {
  padding: 60px 0 70px;
  background-image: url(../img/merit_bg.webp);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .merit {
    padding: 40px 0;
  }
}

.merit_heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .merit_heading {
    margin-bottom: 40px;
  }
}
.merit_heading span:nth-child(1) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .merit_heading span:nth-child(1) {
    font-size: 22px;
  }
}
.merit_heading h2 {
  background: linear-gradient(90deg, #b4812e 0%, #f8fbc0 32%, #d7b676 50%, #f8fbc0 72%, #b4812e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 800px) {
  .merit_heading h2 {
    font-size: 32px;
  }
}
.merit_heading span:nth-child(3) {
  background-color: #ffbf1c;
  font-size: 18px;
  padding: 12px 16px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: 500;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .merit_heading span:nth-child(3) {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .merit_heading span:nth-child(3) {
    font-size: 14px;
  }
}

.merit_list {
  background-color: #fff;
  padding: 32px 50px;
  max-width: 1200px;
  margin: 0 auto;
  width: 92%;
}
@media screen and (max-width: 1200px) {
  .merit_list {
    padding: 24px 32px;
  }
}
@media screen and (max-width: 600px) {
  .merit_list {
    width: 100%;
    padding: 20px 12px;
  }
}

.merit_item {
  display: grid;
  grid-template-columns: 57fr 36fr;
  gap: 70px;
  background-color: #edf0f7;
  border-radius: 16px;
  padding: 32px 48px;
}
@media screen and (max-width: 1200px) {
  .merit_item {
    gap: 40px;
    padding: 24px 32px;
  }
}
@media screen and (max-width: 1000px) {
  .merit_item {
    grid-template-columns: 1fr;
    padding: 40px 32px;
  }
}
@media screen and (max-width: 600px) {
  .merit_item {
    padding: 24px 20px;
    gap: 20px;
  }
}
.merit_item:not(:last-child) {
  margin-bottom: 22px;
}

.merit_ttl {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #06194d;
  padding: 10px 28px;
  width: 100%;
  gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .merit_ttl {
    margin-bottom: 24px;
    gap: 16px;
  }
}
@media screen and (max-width: 800px) {
  .merit_ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .merit_ttl {
    padding: 10px 24px;
    gap: 16px;
  }
}
.merit_ttl span {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 1400px) {
  .merit_ttl span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .merit_ttl span {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .merit_ttl span {
    font-size: 22px;
  }
}
.merit_ttl h3 {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .merit_ttl h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .merit_ttl h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .merit_ttl h3 {
    line-height: 1.4;
  }
}

.merit_img {
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1000px) {
  .merit_img {
    order: -2;
    max-width: 500px;
    margin: 0 auto;
  }
}

.merit_txt p {
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 0 20px;
  text-align: justify;
}
@media screen and (max-width: 800px) {
  .merit_txt p {
    padding: 0;
    font-size: 16px;
  }
}

/*--------------- intro ---------------*/
.intro {
  padding: 50px 0 70px;
}
@media screen and (max-width: 600px) {
  .intro {
    padding: 40px 0 40px;
  }
}

.intro_content {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}

.intro_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .intro_top {
    gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  .intro_top {
    grid-template-columns: 1fr;
  }
}

.intro_top_item {
  background: linear-gradient(90deg, #06194d 0%, #162f74 36%, #223f90 50%, #112766 65%, #06194d 100%);
  padding: 20px 26px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .intro_top_item {
    padding: 20px;
  }
}

.intro_top_ttl {
  color: #fff;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .intro_top_ttl {
    margin-bottom: 16px;
  }
}
.intro_top_ttl span {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  display: block;
  padding: 6px 52px;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}
@media screen and (max-width: 800px) {
  .intro_top_ttl span {
    margin: 0 auto 12px;
    font-size: 16px;
  }
}
.intro_top_ttl h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .intro_top_ttl h3 {
    height: auto;
    font-size: 22px;
  }
}

.intro_top_img {
  width: 232px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .intro_top_img {
    width: 180px;
    margin: 0 auto 12px;
  }
}

.intro_top_txt {
  background-color: #fff;
  padding: 20px 24px;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .intro_top_txt {
    padding: 16px 20px;
  }
}
.intro_top_txt p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .intro_top_txt p {
    font-size: 16px;
  }
}

.intro_bottom {
  background: linear-gradient(90deg, #06194d 0%, #162f74 36%, #223f90 50%, #112766 65%, #06194d 100%);
  padding: 28px 24px;
}
@media screen and (max-width: 600px) {
  .intro_bottom {
    padding: 20px 20px;
  }
}

.intro_bottom_inner {
  max-width: 720px;
  margin: 0 auto;
}

.intro_bottom_ttl {
  background: linear-gradient(90deg, #b4812e 0%, #f8fbc0 32%, #d7b676 50%, #f8fbc0 72%, #b4812e 100%);
  padding: 12px 80px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  box-shadow: 0 1px 4px rgb(0, 0, 0);
}
@media screen and (max-width: 600px) {
  .intro_bottom_ttl {
    padding: 12px 60px;
  }
}
.intro_bottom_ttl h3 {
  font-size: 24px;
  color: #071B50;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .intro_bottom_ttl h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  .intro_bottom_img {
    padding: 20px 0;
    max-width: 460px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  .intro_bottom_img img:nth-child(1) {
    display: none;
  }
}
.intro_bottom_img img:nth-child(2) {
  display: none;
}
@media screen and (max-width: 800px) {
  .intro_bottom_img img:nth-child(2) {
    display: block;
  }
}

.intro_bottom_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
@media screen and (max-width: 800px) {
  .intro_bottom_list {
    grid-template-columns: 1fr;
  }
}

.intro_bottom_item {
  padding-left: 24px;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.intro_bottom_item::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*--------------- feature ---------------*/
.feature {
  background-image: url(../img/feature_bg.webp);
  background-size: cover;
  padding: 60px 0 80px;
}
@media screen and (max-width: 600px) {
  .feature {
    padding: 40px 0;
  }
}

.feature_wrap {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.feature_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 58px;
  -moz-column-gap: 48px;
       column-gap: 48px;
  padding-top: 32px;
}
@media screen and (max-width: 1200px) {
  .feature_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .feature_list {
    padding-top: 20px;
    row-gap: 42px;
  }
}

.feature_item {
  background: linear-gradient(90deg, #06194d 0%, #162f74 36%, #223f90 50%, #112766 65%, #06194d 100%);
  padding: 16px 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .feature_item {
    padding: 12px;
  }
}

.feature_tag {
  color: #fff;
  width: 360px;
  height: 60px;
  border-radius: 100px;
  background: linear-gradient(90deg, #06194d 0%, #162f74 36%, #223f90 50%, #112766 65%, #06194d 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .feature_tag {
    -webkit-text-emphasis: 54px;
            text-emphasis: 54px;
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .feature_tag {
    height: 46px;
    width: 280px;
    top: -20px;
  }
}
@media screen and (max-width: 600px) {
  .feature_tag {
    width: 200px;
  }
}
.feature_tag span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .feature_tag span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .feature_tag span {
    font-size: 20px;
  }
}

.feature_box {
  background-color: #fff;
  border-radius: 16px;
  padding: 36px 28px 32px;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .feature_box {
    border-radius: 12px;
    padding: 32px 20px 24px;
  }
}

.feature_ttl {
  text-align: center;
  line-height: 1.6;
  color: #071B50;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .feature_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .feature_ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.feature_ttl span {
  color: #CB3131;
}

.feature_inner {
  display: grid;
  grid-template-columns: 154px 1fr;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .feature_inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  .feature_inner img {
    max-width: 120px;
    margin: 0 auto;
  }
}
.feature_inner p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .feature_inner p {
    font-size: 16px;
    text-align: justify;
  }
}

/*--------------- plan ---------------*/
.plan {
  background-image: url(../img/merit_bg.webp);
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .plan {
    padding: 40px 0;
  }
}

.plan_heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .plan_heading {
    margin-bottom: 40px;
  }
}
.plan_heading span:nth-child(1) {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  background: linear-gradient(90deg, #b4812e 0%, #f8fbc0 32%, #d7b676 50%, #f8fbc0 72%, #b4812e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 800px) {
  .plan_heading span:nth-child(1) {
    font-size: 24px;
  }
}
.plan_heading h2 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  background: linear-gradient(90deg, #b4812e 0%, #f8fbc0 32%, #d7b676 50%, #f8fbc0 72%, #b4812e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 800px) {
  .plan_heading h2 {
    font-size: 32px;
  }
}
.plan_heading span:nth-child(3) {
  background-color: #ffbf1c;
  font-size: 18px;
  padding: 12px 16px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: 500;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .plan_heading span:nth-child(3) {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .plan_heading span:nth-child(3) {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .plan_heading span:nth-child(3) {
    font-size: 12px;
  }
}

.plan_content {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.plan_top {
  background-color: #fff;
  padding: 36px 0 48px;
  margin-bottom: 40px;
}

.plan_list {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media screen and (max-width: 1200px) {
  .plan_list {
    gap: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .plan_list {
    grid-template-columns: 1fr;
  }
}

.plan_top_ttl {
  margin-bottom: 32px;
}
.plan_top_ttl h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  color: #071b50;
}
@media screen and (max-width: 800px) {
  .plan_top_ttl h3 {
    font-size: 24px;
  }
}
.plan_top_ttl p {
  color: #071b50;
  font-weight: 500;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .plan_top_ttl p {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
}

.plan_top_item {
  background: linear-gradient(90deg, #06194d 0%, #162f74 36%, #223f90 50%, #112766 65%, #06194d 100%);
  border-radius: 8px;
  padding: 55px 50px 40px;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .plan_top_item {
    padding: 40px 40px;
  }
}
.plan_top_item img {
  width: 76px;
  left: 32px;
  top: 36px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .plan_top_item img {
    width: 64px;
    left: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .plan_top_item img {
    left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .plan_top_item img {
    left: 16px;
    width: 40px;
    top: 32px;
  }
}
.plan_top_item h4 {
  background: linear-gradient(90deg, #b4812e 0%, #f8fbc0 32%, #d7b676 50%, #f8fbc0 72%, #b4812e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 48px;
}
@media screen and (max-width: 600px) {
  .plan_top_item h4 {
    font-size: 22px;
    margin: 0 auto 24px;
  }
}
.plan_top_item p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .plan_top_item p {
    font-size: 16px;
    text-align: justify;
  }
}

.plan_bottom {
  background-color: #fff;
  padding: 36px 0 48px;
}
@media screen and (max-width: 800px) {
  .plan_bottom {
    padding: 36px 0 36px;
  }
}

.plan_bottom_ttl {
  margin-bottom: 32px;
}
.plan_bottom_ttl h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #071b50;
}
@media screen and (max-width: 800px) {
  .plan_bottom_ttl h3 {
    font-size: 24px;
  }
}

.plan_bottom_item {
  border-radius: 16px;
  background: linear-gradient(90deg, #06194d 0%, #162f74 36%, #223f90 50%, #112766 65%, #06194d 100%);
  padding: 2px;
}
.plan_bottom_item h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0 12px;
}
@media screen and (max-width: 800px) {
  .plan_bottom_item h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .plan_bottom_item img {
    max-width: 460px;
    margin: 0 auto;
  }
}

.plan_bottom_inner {
  background-color: #fff;
  padding: 26px 22px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

/*--------------- reason ---------------*/
.reason {
  background-image: url(../img/feature_bg.webp);
  background-size: cover;
  padding: 80px 0 80px;
}
@media screen and (max-width: 600px) {
  .reason {
    padding: 40px 0;
  }
}

.reason_content {
  background: linear-gradient(90deg, #b4812e 0%, #f8fbc0 32%, #d7b676 50%, #f8fbc0 72%, #b4812e 100%);
  padding-top: 8px;
  max-width: 1100px;
  width: 92%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}

.reason_inner {
  background-color: #071B50;
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .reason_inner {
    padding: 24px 0;
  }
}

.reason_list {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media screen and (max-width: 800px) {
  .reason_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .reason_list {
    row-gap: 12px;
  }
}

.reason_item {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}
.reason_item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  width: 210px;
  height: 48px;
  background-color: #071B50;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  .reason_item h3 {
    font-size: 24px;
    height: 40px;
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .reason_item h3 {
    font-size: 20px;
    width: 160px;
    height: 36px;
    margin: 0 auto 16px;
  }
}
.reason_item span {
  font-size: 24px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  color: #071B50;
}
@media screen and (max-width: 1200px) {
  .reason_item span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .reason_item span {
    font-size: 18px;
  }
}
.reason_item p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
}

.reason_bottom {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  color: #071B50;
}
@media screen and (max-width: 1200px) {
  .reason_bottom {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  .reason_bottom {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .reason_bottom {
    padding: 16px 0;
  }
}
@media screen and (max-width: 800px) {
  .reason_bottom span {
    display: inline-block;
  }
}

/*--------------- works ---------------*/
.works {
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .works {
    padding: 40px 0;
  }
}

.works_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 92%;
}

.works_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.works_item {
  width: calc((100% - 16px) / 3);
  background-color: #071B50;
  padding: 12px;
}
@media screen and (max-width: 1200px) {
  .works_item {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .works_item {
    width: 100%;
  }
}
.works_item h3 {
  background: linear-gradient(90deg, #b4812e 0%, #f8fbc0 32%, #d7b676 50%, #f8fbc0 72%, #b4812e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  padding: 16px 0 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*--------------- voice ---------------*/
.voice {
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .voice {
    padding: 40px 0;
  }
}

.voice_wrap {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .voice_wrap {
    width: 100%;
  }
}

.voice_item {
  background-color: #EDF0F7;
  border-radius: 16px;
  padding: 24px 48px;
  display: grid;
  grid-template-columns: 30fr 72fr;
  gap: 64px;
}
@media screen and (max-width: 1400px) {
  .voice_item {
    gap: 32px;
    grid-template-columns: 36fr 72fr;
  }
}
@media screen and (max-width: 1200px) {
  .voice_item {
    padding: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .voice_item {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 20px;
    margin: 14px;
  }
}
.voice_item:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (max-width: 1000px) {
  .voice_prof {
    max-width: 400px;
    margin: 0 auto;
  }
}

.voice_img {
  margin-bottom: 8px;
}

@media screen and (max-width: 1000px) {
  .voice_img_pc {
    display: none;
  }
}

.voice_img_sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .voice_img_sp {
    display: block;
  }
}

.voice_name {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .voice_name {
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .voice_name {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

.voice_name span {
  color: #071B50;
}
.voice_name span:nth-child(1) {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 1400px) {
  .voice_name span:nth-child(1) {
    font-size: 16px;
  }
}
.voice_name span:nth-child(2) {
  font-weight: 500;
}

.voice_txt {
  display: flex;
  flex-direction: column;
}
.voice_txt p {
  font-size: 18px;
  line-height: 1.7;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .voice_txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .voice_txt p {
    font-size: 14px;
  }
}
.voice_txt img {
  padding-bottom: 16px;
  max-width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .voice_txt img {
    padding-bottom: 0;
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .voice_txt img {
    width: 84%;
  }
}

.voice_ttl {
  background-color: #071B50;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .voice_ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .voice_ttl {
    padding: 12px 0;
  }
}

.voice_wrap .voice_keikoku {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding-top: 14px;
  margin-bottom: 20px;
}

.voice_ttl h3 {
  background: linear-gradient(90deg, #b4812e 0%, #f8fbc0 32%, #d7b676 50%, #f8fbc0 72%, #b4812e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .voice_ttl h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .voice_ttl h3 {
    line-height: 1.5;
  }
}
.voice_ttl p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .voice_ttl p {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .voice_ttl p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .voice_ttl p {
    line-height: 1.7;
    font-size: 16px;
  }
}
.voice_ttl p span {
  color: #FFBF1C;
}

.voice_point_item {
  display: grid;
  grid-template-columns: 84px 1fr;
}
@media screen and (max-width: 800px) {
  .voice_point_item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media screen and (max-width: 600px) {
  .voice_point_item {
    gap: 4px;
  }
}
.voice_point_item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .voice_point_item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .voice_point_item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.voice_point_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #071B50;
  border-radius: 8px;
  width: 64px;
  height: 32px;
  font-weight: 500;
  background-color: #ffbf1c;
  color: #000E3E;
}
@media screen and (max-width: 600px) {
  .voice_point_item span {
    height: 24px;
    font-size: 14px;
  }
}
.voice_point_item p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .voice_point_item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .voice_point_item p {
    text-align: justify;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .voice_figure_pc {
    display: none;
  }
}

.voice_figure_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .voice_figure_sp {
    display: block;
  }
}

/*--------------- faq ---------------*/
.faq {
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .faq {
    padding: 40px 0;
  }
}

.faq_wrap {
  max-width: 880px;
  width: 92%;
  margin: 0 auto;
}

.faq_list {
  color: #071B50;
}

.faq_item:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 600px) {
  .faq_item:not(:last-child) {
    margin-bottom: 28px;
  }
}

.faq_q {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .faq_q {
    grid-template-columns: 38px 1fr;
  }
}
@media screen and (max-width: 600px) {
  .faq_q {
    margin-bottom: 16px;
  }
}

.faq_q_icon {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-color: #071B50;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .faq_q_icon {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
}

.faq_q_txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .faq_q_txt {
    font-size: 18px;
  }
}

.faq_a {
  display: grid;
  grid-template-columns: 60px 1fr;
}
@media screen and (max-width: 800px) {
  .faq_a {
    grid-template-columns: 38px 1fr;
  }
}

.faq_a_icon {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-color: #fff;
  color: #071B50;
  border: 1px solid #071B50;
  font-size: 24px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .faq_a_icon {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
}

.faq_a_txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .faq_a_txt {
    font-size: 16px;
  }
}

/*--------------- company ---------------*/
.company {
  padding: 80px 0;
  background-image: url(../img/company_bg.webp);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .company {
    padding: 40px 0;
  }
}
.company .section_heading h2 {
  color: #fff;
}

.company_list {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  color: #fff;
  max-width: 900px; 
  width: 92%;
  margin: 0 auto;
  row-gap: 32px;
  column-gap: 40px;
  justify-content: center; 
}

.company_item {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  min-width: 280px; 
}

@media screen and (max-width: 1000px) {
  .company_list {
    grid-template-columns: 240px 240px;
  }
}
@media screen and (max-width: 600px) {
  .company_list {
    grid-template-columns: 1fr;
    width: 80%;
    margin: 0 auto;
    row-gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .company_list .pc_S_display {
    display: none;
  }
}

.company_ttl {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}
.company_ttl span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.company_txt {
  font-size: 14px;
  line-height: 1.5;
}

/*--------------- footer ---------------*/
.footer {
  font-size: 12px;
  color: #fff;
  background-color: #051342;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 20px 0 100px;
  }
}
.footer small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*--------------- cta ---------------*/
.cta {
  padding: 0 16px;
  width: 100%;
  background-image: url(../img/cta_bg.webp);
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 600px) {
  .cta {
    display: block;
  }
}

.cta_wrap {
  position: relative;
  padding: 8px 0;
  max-width: 360px;
  margin: 0 auto;
}

.cta_btn {
  display: block;
  background: linear-gradient(90deg, #FFEF41 0%, #F5E530 54%, #E5D208 100%);
  border: 1px solid #071B50;
  border-radius: 6px;
  padding: 12px 48px 12px 18px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #1D1D1D;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 350px) {
  .cta_btn {
    padding: 12px 40px 12px 15px;
  }
}
.cta_btn::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/btn_icon.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (max-width: 350px) {
  .cta_btn::after {
    width: 20px;
    height: 20px;
    right: 12px;
  }
}
.cta_btn img {
  width: 133px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}

.cta_img {
  position: absolute;
  width: 120px;
  right: 0;
  bottom: -2px;
}
@media screen and (max-width: 375px) {
  .cta_img {
    width: 100px;
  }
}/*# sourceMappingURL=index.css.map */