.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;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 76px;
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 56px;
  }
}

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

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 15px;
  }
}

.wrap {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .wrap {
    width: 94%;
  }
}

.wrap-lg {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}

.btn {
  width: 350px;
  height: 96px;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0 4px 0 rgba(51, 51, 51, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
@media screen and (max-width: 1200px) {
  .btn {
    width: 300px;
    height: 82px;
  }
}
@media screen and (max-width: 600px) {
  .btn {
    max-width: 400px;
    width: 100%;
  }
}
.btn img {
  width: 32px;
}
@media screen and (max-width: 1200px) {
  .btn img {
    width: 26px;
  }
}
.btn span {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .btn span {
    font-size: 21px;
  }
}

.btn:hover {
  box-shadow: none;
  top: 4px;
}

.btn-blue {
  background-color: #00B8D9;
}

.btn-pink {
  background-color: #FF6F61;
}

.btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.section_heading {
  font-size: 40px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #00B8D9;
  line-height: 1.8;
  text-underline-offset: 8px;
}
@media screen and (max-width: 1200px) {
  .section_heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .section_heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .section_heading {
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
    margin: 0 auto 40px;
    font-size: 22px;
  }
}
.section_heading .color_txt {
  background: linear-gradient(90deg, #00B8D9 0%, #0B8AFE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 8px;
}
.section_heading .big_txt {
  font-size: 56px;
}
@media screen and (max-width: 1200px) {
  .section_heading .big_txt {
    font-size: 42px;
  }
}
@media screen and (max-width: 800px) {
  .section_heading .big_txt {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .section_heading .big_txt {
    font-size: 30px;
  }
}

p.section_top {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  p.section_top {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  p.section_top {
    font-size: 15px;
    text-align: left;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 600px) {
  p.section_top br.sp_LL_hidden {
    display: none;
  }
}

.cta-fixed {
  position: fixed;
  z-index: 80;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .cta-fixed {
    display: grid;
  }
}
.cta-fixed .btn {
  height: 54px;
}
.cta-fixed .btn img {
  width: 20px;
}
.cta-fixed .btn span {
  font-size: 18px;
}

/*--------------- header ---------------*/
.header {
  background-color: #F5F7FA;
  padding: 12px 60px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    padding: 18px 16px;
  }
}

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo {
  width: 240px;
}
@media screen and (max-width: 1200px) {
  .header_logo {
    width: 160px;
  }
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1400px) {
  .header_nav {
    gap: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .header_nav {
    display: none;
  }
}
.header_nav a {
  transition: all 0.4s;
}
.header_nav a:hover {
  opacity: 0.6;
}

.header_link {
  margin-right: 12px;
}
@media screen and (max-width: 1400px) {
  .header_link {
    font-size: 14px;
  }
}

.header_btn {
  display: block;
  width: 180px;
  height: 54px;
}
@media screen and (max-width: 1400px) {
  .header_btn {
    width: 160px;
    height: 50px;
  }
}

.header_btn {
  border-radius: 100px;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 0px rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 1400px) {
  .header_btn {
    border: 2px solid #fff;
  }
}
.header_btn.header_btn-mail {
  background-color: #00B8D9;
}
.header_btn.header_btn-resume {
  background-color: #FF6F61;
}

.header_btn_inner {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  gap: 6px;
  padding-right: 8px;
}
@media screen and (max-width: 1400px) {
  .header_btn_inner {
    font-size: 18px;
  }
}
.header_btn_inner img {
  width: 24px;
}
@media screen and (max-width: 1400px) {
  .header_btn_inner img {
    width: 20px;
  }
}
.header_btn_inner span {
  display: block;
  padding-bottom: 1px;
}

.header_hamburger_menu {
  display: none;
}
@media screen and (max-width: 600px) {
  .header_hamburger_menu {
    display: block;
    position: fixed;
    z-index: 100;
    top: 12px;
    right: 24px;
  }
}

.mask {
  display: none;
}
@media screen and (max-width: 600px) {
  .mask {
    display: block;
    position: fixed;
    opacity: 0;
    top: 0;
    right: -1000px;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    z-index: 90;
    transition: all 0.5s;
  }
}

.mask_bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(156, 216, 237, 0.5) 0%, rgba(11, 138, 254, 0.5) 100%);
  padding: 120px 0;
}

.mask_link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.mask_link li {
  margin-bottom: 24px;
  position: relative;
  border-bottom: 1px solid #004C97;
  position: relative;
}
.mask_link li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #004C97;
  border-radius: 100%;
  bottom: -2.5px;
  right: -6px;
}
.mask_link li::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #004C97;
  border-radius: 100%;
  bottom: -2.5px;
  left: -6px;
}

.mask_link_a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
}

.open.mask {
  opacity: 1;
  right: 0;
}

.toggle_btn {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.toggle_btn:hover {
  opacity: 0.7;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background-color: #333333;
  border-radius: 1000px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
  width: 100%;
}
.toggle_btn span:nth-child(2) {
  top: 16px;
  width: 100%;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
  width: 100%;
}

.open .toggle_btn span {
  transition: all 0.5s;
}
.open .toggle_btn span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  bottom: 14px;
  transform: rotate(-45deg);
}

/*--------------- fv ---------------*/
.fv {
  background: linear-gradient(60deg, #37A2F9 0%, #9CD8ED 100%);
  padding: 50px 0 40px 9.8vw;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .fv {
    padding: 50px 0 40px 4vw;
  }
}
@media screen and (max-width: 800px) {
  .fv {
    padding: 40px 0 20px;
  }
}

@media screen and (max-width: 800px) {
  .fv_wrap {
    width: 94%;
    margin: 0 auto;
  }
}

.fv_txt {
  width: 52vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 1000px) {
  .fv_txt {
    width: 56vw;
  }
}
@media screen and (max-width: 800px) {
  .fv_txt {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .fv_txt {
    width: 100%;
  }
}
.fv_txt h2 {
  margin-bottom: 2.5vw;
}
.fv_txt h3 {
  width: 96%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .fv_txt h3 {
    width: 100%;
  }
}

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

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

.fv_img {
  position: absolute;
  width: 45vw;
  top: 58%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 1400px) {
  .fv_img {
    top: 54%;
  }
}
@media screen and (max-width: 800px) {
  .fv_img {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.fv_img_top {
  position: absolute;
  top: -5vw;
  right: 2vw;
  width: 8vw;
}
@media screen and (max-width: 800px) {
  .fv_img_top {
    width: 12vw;
    top: -8vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_img_top {
    width: 18vw;
    top: -18vw;
    right: 4vw;
  }
}

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

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

.fv_middle {
  margin: 16px 0;
}

.fv_bottom {
  display: flex;
  align-items: center;
  gap: 52px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding-right: 9.8vw;
}
@media screen and (max-width: 1000px) {
  .fv_bottom {
    padding-right: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .fv_bottom {
    flex-direction: column;
    gap: 24px;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .fv_bottom {
    width: 100%;
  }
}

.fv_bottom_item {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .fv_bottom_item {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .fv_bottom_item .btn {
    margin: 0 auto;
  }
}

.fv_bubble {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .fv_bubble {
    width: 240px;
  }
}

/*--------------- realize ---------------*/
.realize {
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .realize {
    padding: 60px 0;
  }
}

.realize_heading {
  font-size: 40px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 120px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .realize_heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .realize_heading {
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .realize_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .realize_heading {
    font-size: 22px;
    margin: 0 auto 40px;
  }
}

.realize_content {
  display: grid;
  grid-template-columns: 1fr 466px;
  align-items: center;
  gap: 32px;
  width: 100%;
  margin: 0 auto 48px;
}
@media screen and (max-width: 1200px) {
  .realize_content {
    grid-template-columns: 1fr 360px;
  }
}
@media screen and (max-width: 1000px) {
  .realize_content {
    grid-template-columns: 1fr;
  }
}
.realize_content img {
  max-width: 466px;
}

.realize_txt h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 32px;
}
@media screen and (max-width: 1200px) {
  .realize_txt h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  .realize_txt h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.realize_btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .realize_btn {
    width: 100%;
  }
}

.realize_bubble {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .realize_bubble {
    font-size: 16px;
  }
}

/*--------------- info ---------------*/
.info {
  background-color: #F5F5F5;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .info {
    padding: 60px 0;
  }
}

.info_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .info_list {
    gap: 12px;
  }
}
@media screen and (max-width: 800px) {
  .info_list {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .info_list {
    grid-template-columns: 1fr;
  }
}

.info_top {
  background-color: #fff;
  border: 1px solid #004C97;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.info_ttl {
  background-color: #004C97;
  padding: 16px 0;
}
.info_ttl h3 {
  font-size: 24px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .info_ttl h3 {
    font-size: 20px;
  }
}

.info_img {
  border-bottom: 1px solid #004C97;
}

.info_txt {
  padding: 8px 12px;
}

.info_arrow {
  width: 70px;
  height: 13px;
  background-color: #004C97;
  background: linear-gradient(0deg, #0B8AFE 0%, #004C97 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto 32px;
}

.info_service {
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid #0B8AFE;
  padding: 26px 12px 12px;
  position: relative;
}
.info_service p {
  font-size: 15px;
}

.info_service span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 7px 32px 8px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  background-color: #0B8AFE;
}

/*--------------- skill ---------------*/
.skill {
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .skill {
    padding: 60px 0;
  }
}

.skill_heading {
  width: 520px;
  margin: 0 auto 80px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .skill_heading {
    margin: 0 auto 40px;
  }
}

.skill_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
  margin-bottom: 104px;
}
@media screen and (max-width: 1200px) {
  .skill_content {
    gap: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .skill_content {
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }
}

.skill_plus {
  width: 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .skill_plus {
    width: 48px;
  }
}
@media screen and (max-width: 600px) {
  .skill_plus {
    width: 38px;
    top: 52%;
  }
}

.skill_item {
  border-radius: 16px;
  overflow: hidden;
}

.skill_item:nth-child(1) {
  border: 1px solid #0B8AFE;
}
.skill_item:nth-child(1) h3 {
  background-color: #0B8AFE;
}
.skill_item:nth-child(1) .skill_list li::after {
  background-color: #0B8AFE;
}

.skill_item:nth-child(2) {
  border: 1px solid #004C97;
}
.skill_item:nth-child(2) h3 {
  background-color: #004C97;
}
.skill_item:nth-child(2) .skill_list li::after {
  background-color: #004C97;
}

.skill_item h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 14px 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .skill_item h3 {
    font-size: 20px;
  }
}

.skill_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 24px 0;
}

.skill_list li {
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .skill_list li {
    line-height: 1.3;
  }
}
.skill_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.skill_list li:not(:last-child) {
  margin-bottom: 16px;
}

.skill_ai {
  padding: 66px 60px 40px;
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(0, 76, 151, 0.25);
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .skill_ai {
    padding: 50px 24px 24px;
  }
}
@media screen and (max-width: 600px) {
  .skill_ai {
    box-shadow: 4px 4px 8px rgba(0, 76, 151, 0.25);
  }
}

.skill_ai_heading {
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #004C97;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .skill_ai_heading {
    font-size: 20px;
    border: 3px solid #004C97;
    height: 54px;
    width: 240px;
  }
}
@media screen and (max-width: 600px) {
  .skill_ai_heading {
    height: 48px;
    width: 200px;
  }
}

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

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

/*--------------- support ---------------*/
.support {
  padding: 120px 0;
  background-image: url(../img/support_bg.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 600px) {
  .support {
    padding: 60px 0;
    background-size: contain;
  }
}

.support_content {
  display: flex;
  align-items: center;
  gap: 80px;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1200px) {
  .support_content {
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .support_content {
    gap: 8px;
    row-gap: 0;
    margin: 0 auto 60px;
  }
}
.support_content img {
  width: 220px;
}
@media screen and (max-width: 1000px) {
  .support_content img {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .support_content img {
    width: 42%;
    max-width: 200px;
  }
}

.support_flow h3 {
  font-size: 32px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1000px) {
  .support_flow h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .support_flow h3 {
    font-size: 22px;
    margin: 0 auto 24px;
  }
}

.support_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .support_list {
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .support_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .support_list {
    max-width: 320px;
    margin: 0 auto;
  }
}

.support_item {
  background: linear-gradient(90deg, #00B8D9 0%, #0B8AFE 100%);
  padding: 2px;
  border-radius: 16px;
}
.support_item h4 {
  font-size: 24px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
@media screen and (max-width: 600px) {
  .support_item h4 {
    font-size: 18px;
  }
}
.support_item img {
  width: 112px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 600px) {
  .support_item img {
    width: 80px;
    margin: 0 auto 16px;
  }
}

.support_item:not(:last-child) {
  position: relative;
}
.support_item:not(:last-child)::after {
  content: "";
  width: 24px;
  height: 60px;
  background-color: #00B8D9;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  transform: translateY(-50%);
  right: -52px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .support_item:not(:last-child)::after {
    right: -34px;
  }
}
@media screen and (max-width: 1000px) {
  .support_item:not(:last-child)::after {
    width: 54px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: auto;
    transform: none;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
  }
}

.support_item_inner {
  background-color: #fff;
  border-radius: 14px;
  padding: 24px 12px;
  height: 100%;
}

/*--------------- result ---------------*/
.result {
  padding: 120px 0;
  background-image: url(../img/result_bg.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 600px) {
  .result {
    padding: 60px 0;
  }
}

.result_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .result_content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .result_content {
    padding-top: 24px;
    margin-bottom: 60px;
  }
}

.result_item {
  padding: 2px;
  border-radius: 16px;
}

.result_item:nth-child(1) {
  background-color: #0E306E;
}
.result_item:nth-child(1) h3 {
  background-color: #0E306E;
}
.result_item:nth-child(1) .result_list li::after {
  background-color: #0E306E;
}

.result_item:nth-child(2) {
  background-color: #0B8AFE;
}
.result_item:nth-child(2) h3 {
  background-color: #0B8AFE;
}
.result_item:nth-child(2) .result_list li::after {
  background-color: #0B8AFE;
}

.result_img {
  max-width: 290px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 600px) {
  .result_img {
    margin: 0 auto;
  }
}

.result_top {
  background-color: #fff;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  position: relative;
  padding: 50px 0 24px;
}
@media screen and (max-width: 600px) {
  .result_top {
    padding: 32px 0 24px;
  }
}

.result_top h3 {
  width: 260px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 100px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .result_top h3 {
    width: 240px;
    height: 54px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .result_top h3 {
    width: 220px;
    height: 48px;
    font-size: 20px;
  }
}

.result_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.result_list li {
  position: relative;
  padding-left: 24px;
}
.result_list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100px;
}
.result_list li:not(:last-child) {
  margin-bottom: 16px;
}

.result_bottom {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .result_bottom {
    font-size: 20px;
    height: 110px;
  }
}
@media screen and (max-width: 600px) {
  .result_bottom {
    font-size: 18px;
    height: 90px;
  }
}

.result_arrow {
  position: absolute;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .result_arrow {
    top: 49.5%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 60px;
  }
}
@media screen and (max-width: 600px) {
  .result_arrow {
    top: 50%;
  }
}

.result_figure {
  background-color: #fff;
  padding: 40px 60px;
  box-shadow: 10px 10px 20px rgba(51, 51, 51, 0.25);
}
@media screen and (max-width: 1200px) {
  .result_figure {
    padding: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .result_figure {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 600px) {
  .result_figure {
    padding: 24px 12px;
    box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.25);
  }
}

.result_figure_heading {
  font-size: 32px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1200px) {
  .result_figure_heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .result_figure_heading {
    font-size: 20px;
  }
}

.result_figure_txt {
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .result_figure_txt {
    font-size: 14px;
  }
}

.result_figure_img {
  margin-bottom: 24px;
}

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

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

.result_figure_note {
  display: block;
}
@media screen and (max-width: 600px) {
  .result_figure_note {
    font-size: 12px;
  }
}

/*--------------- reason ---------------*/
.reason {
  background-color: #F5F5F5;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .reason {
    padding: 60px 0;
  }
}
.reason .section_top {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .reason .section_top {
    margin-bottom: 40px;
  }
}

.reason_item {
  display: grid;
  grid-template-columns: 388px 1fr;
  align-items: center;
  gap: 90px;
  width: 84%;
  margin-left: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .reason_item {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .reason_item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 600px) {
  .reason_item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.reason_item h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #00B8D9 0%, #0B8AFE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .reason_item h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .reason_item h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .reason_item:nth-child(odd) .reason_txt {
    width: 94%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .reason_item:nth-child(odd) .reason_txt p {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .reason_item:nth-child(odd) .reason_txt p {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .reason_item:nth-child(odd) .reason_txt p {
    padding-right: 4%;
  }
}

.reason_item:nth-child(even) {
  display: grid;
  grid-template-columns: 1fr 388px;
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .reason_item:nth-child(even) {
    grid-template-columns: 1fr 320px;
  }
}
@media screen and (max-width: 1000px) {
  .reason_item:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.reason_item:nth-child(even) .reason_img {
  order: 2;
}
@media screen and (max-width: 1000px) {
  .reason_item:nth-child(even) .reason_img {
    order: -2;
  }
}
@media screen and (max-width: 600px) {
  .reason_item:nth-child(even) .reason_txt {
    width: 94%;
  }
}
.reason_item:nth-child(even) .reason_txt .ml {
  margin-left: 17vw;
}
@media screen and (max-width: 1400px) {
  .reason_item:nth-child(even) .reason_txt .ml {
    margin-left: 12vw;
  }
}
@media screen and (max-width: 600px) {
  .reason_item:nth-child(even) .reason_txt .ml {
    margin-left: 6%;
  }
}
.reason_item:nth-child(even) .reason_line {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.reason_item:nth-child(even) .reason_line::after {
  left: auto;
  right: -8px;
}

@media screen and (max-width: 1000px) {
  .reason_item:nth-child(2) .reason_img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .reason_item:nth-child(3) .reason_img {
    margin-bottom: 40px;
    max-width: 420px;
  }
}
@media screen and (max-width: 600px) {
  .reason_item:nth-child(3) .reason_img {
    max-width: 320px;
  }
}

@media screen and (max-width: 1000px) {
  .reason_img {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .reason_img {
    max-width: 360px;
  }
}

.reason_line {
  background-color: #004C97;
  width: 100%;
  height: 2px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}
.reason_line::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #004C97;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  border-radius: 100px;
}

.reason_txt p {
  margin-bottom: 12px;
}

.reason_point li {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  padding-left: 32px;
}
@media screen and (max-width: 1200px) {
  .reason_point li {
    font-size: 18px;
    padding-left: 28px;
  }
}
@media screen and (max-width: 600px) {
  .reason_point li {
    font-size: 16px;
    padding-left: 22px;
  }
}
.reason_point li::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #00B8D9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .reason_point li::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 600px) {
  .reason_point li::after {
    width: 16px;
    height: 16px;
  }
}
.reason_point li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .reason_point li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.reason_bottom {
  background-color: #fff;
  padding: 48px 96px;
  display: grid;
  grid-template-columns: 1fr 240px;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .reason_bottom {
    padding: 48px 60px;
  }
}
@media screen and (max-width: 1200px) {
  .reason_bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .reason_bottom {
    padding: 40px 24px;
    gap: 24px;
  }
}
.reason_bottom img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .reason_bottom img {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .reason_bottom img {
    max-width: 220px;
  }
}

.reason_bottom_txt h3 {
  font-size: 24px;
  font-weight: 500;
  color: #0B8AFE;
  line-height: 1.7;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .reason_bottom_txt h3 {
    font-size: 20px;
  }
}
.reason_bottom_txt p {
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .reason_bottom_txt p {
    margin-bottom: 24px;
  }
}
.reason_bottom_txt span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .reason_bottom_txt span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .reason_bottom_txt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .reason_bottom_txt span br {
    display: none;
  }
}

/*--------------- flow ---------------*/
.flow {
  background-image: url(../img/support_bg.webp);
  background-size: 100% 100%;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .flow {
    padding: 60px 0;
  }
}
.flow .section_top {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .flow .section_top {
    margin-bottom: 8px;
  }
}

.flow_top {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .flow_top {
    margin-bottom: 60px;
  }
}

.flow_top_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.flow_top_heading > span {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .flow_top_heading > span {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .flow_top_heading > span {
    font-size: 20px;
  }
}
.flow_top_heading > span:nth-child(1) {
  color: #00B8D9;
}
.flow_top_heading > span:nth-child(2) {
  background: linear-gradient(90deg, #00B8D9 0%, #0B8AFE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}
@media screen and (max-width: 1000px) {
  .flow_top_heading > span:nth-child(2) {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .flow_top_heading > span:nth-child(2) {
    font-size: 26px;
  }
}
.flow_top_heading > span:nth-child(2) span {
  font-size: 60px;
}
@media screen and (max-width: 1000px) {
  .flow_top_heading > span:nth-child(2) span {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .flow_top_heading > span:nth-child(2) span {
    font-size: 34px;
  }
}
.flow_top_heading > span:nth-child(3) {
  color: #0B8AFE;
}

.flow_top_txt {
  margin-bottom: 40px;
}

.flow_top_txt > span {
  font-size: 24px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .flow_top_txt > span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .flow_top_txt > span {
    font-size: 16px;
    text-align: center;
  }
}
.flow_top_txt > span span {
  background: linear-gradient(90deg, #00B8D9 0%, #0B8AFE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .flow_top_txt > span span {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .flow_top_txt > span span {
    font-size: 20px;
  }
}

.flow_top_img {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .flow_top_img {
    width: 94%;
    max-width: 420px;
  }
}

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

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

.flow_step .section_heading {
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .flow_step .section_heading {
    margin-bottom: 40px;
  }
}

.flow_step_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 90px;
}
@media screen and (max-width: 1400px) {
  .flow_step_list {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .flow_step_list {
    display: grid;
    grid-template-columns: 228px 228px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .flow_step_list {
    gap: 12px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .flow_step_list {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 94%;
    margin: 0 auto;
    row-gap: 40px;
  }
}

.flow_step_item {
  width: 228px;
}
@media screen and (max-width: 600px) {
  .flow_step_item {
    width: 100%;
  }
}

.flow_step_item:not(:last-child) {
  position: relative;
}
.flow_step_item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 20px;
  background-image: url(../img/flow_arrow.webp);
  background-size: 100% 100%;
  top: 34%;
  transform: translateY(-50%);
  right: -64px;
}
@media screen and (max-width: 1400px) {
  .flow_step_item:not(:last-child)::after {
    right: -40px;
  }
}
@media screen and (max-width: 800px) {
  .flow_step_item:not(:last-child)::after {
    right: -12px;
  }
}
@media screen and (max-width: 600px) {
  .flow_step_item:not(:last-child)::after {
    display: none;
  }
}

.flow_step_num {
  color: #00B8D9;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .flow_step_num {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .flow_step_num {
    font-size: 18px;
  }
}

.flow_step_img {
  width: 118px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1000px) {
  .flow_step_img {
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 600px) {
  .flow_step_img {
    margin: 0 auto 8px;
  }
}

.flow_step_ttl {
  font-size: 24px;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1000px) {
  .flow_step_ttl {
    font-size: 20px;
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 600px) {
  .flow_step_ttl {
    font-size: 18px;
    margin: 0 auto 8px;
  }
}

.flow_step_txt {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .flow_step_txt {
    font-size: 13px;
  }
}

/*--------------- qa ---------------*/
.qa {
  background-image: url(../img/result_bg.webp);
  background-size: 100% 100%;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .qa {
    padding: 60px 0;
  }
}

.qa_list:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .qa_list:not(:last-child) {
    margin-bottom: 16px;
  }
}

.qa_list {
  background: linear-gradient(90deg, #137CC1 0%, #0E306E 100%);
  padding: 2px;
  border-radius: 10px;
}

.qa_title {
  cursor: pointer;
  position: relative;
  line-height: 1.8;
  color: #fff;
  padding: 8px 54px 8px 20px;
}
@media screen and (max-width: 600px) {
  .qa_title {
    padding: 8px 36px 8px 8px;
  }
}
.qa_title p {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .qa_title p {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .qa_title p {
    font-size: 16px;
  }
}

.qa_title_plus {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 600px) {
  .qa_title_plus {
    right: 12px;
    width: 12px;
    height: 12px;
  }
}
.qa_title_plus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.qa_title_plus::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  transition: all 0.3s ease-in-out;
}

.qa_title.open .qa_title_plus::before {
  transform: translateX(-50%) rotate(-90deg);
}

.qa_title_inner {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .qa_title_inner {
    gap: 8px;
    grid-template-columns: 28px 1fr;
  }
}

.qa_answer {
  display: none;
  line-height: 1.8;
  font-weight: 500;
  background-color: #fff;
  padding: 8px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 600px) {
  .qa_answer {
    padding: 8px;
  }
}

.qa_answer_inner {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .qa_answer_inner {
    gap: 8px;
    grid-template-columns: 28px 1fr;
  }
}

/*--------------- contact ---------------*/
.contact {
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .contact {
    padding: 60px 0;
  }
}

.contact_item {
  margin-bottom: 32px;
}

.contact_item label {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact_item input,
.contact_item textarea {
  width: 100%;
  background-color: #ECECEC;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px;
}

.contact_bottom {
  padding-top: 54px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .contact_bottom {
    padding-top: 20px;
    flex-direction: column;
    gap: 16px;
  }
}

.contact_btn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.contact_btn button {
  width: 320px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0 4px 0 rgba(51, 51, 51, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  padding-left: 24px;
}
@media screen and (max-width: 1200px) {
  .contact_btn button {
    width: 240px;
    height: 70px;
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  .contact_btn button {
    width: 200px;
    font-size: 18px;
    padding-left: 16px;
  }
}

.contact_btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  width: 32px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .contact_btn img {
    width: 26px;
    left: 54px;
  }
}
@media screen and (max-width: 600px) {
  .contact_btn img {
    width: 24px;
    left: 40px;
  }
}

.btn:hover {
  box-shadow: none;
  top: 4px;
}

#responseMessage {
  margin-top: 60px;
  display: none;
  font-size: 18px;
  padding: 12px;
}
#responseMessage.display {
  display: block;
}
#responseMessage.success {
  border: 2px solid #00B8D9;
}
#responseMessage.error {
  border: 2px solid #FF6F61;
}

/*--------------- footer ---------------*/
.footer {
  padding: 24px 0;
  background: linear-gradient(90deg, #0B8AFE 0%, #9CD8ED 100%);
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 24px 0 100px;
  }
}
.footer small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .footer small {
    font-size: 14px;
  }
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .footer_bottom {
    font-size: 14px;
    gap: 24px;
  }
}/*# sourceMappingURL=index.css.map */