@charset "UTF-8";
/* aタグ設定
------------------------------------- */
a:hover,
.alpha {
  opacity: 0.75;
  color: #2163ab;
}

a {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
  color: #2163ab;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 11.1111111111vw;
  margin-top: 0 !important;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 21.3333333333vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  /* =14px */
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.75;
  color: #333;
}

ul {
  list-style: none;
}

/* レスポンシブ設定
------------------------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.gradation_text {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, #2163ab, #4ba6db);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .gradation_text {
    font-size: 4.2666666667vw;
  }
}

.common_btn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .common_btn {
    gap: 2.6666666667vw;
  }
}
.common_btn span {
  font-size: 0.9722222222vw;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .common_btn span {
    font-size: 3.7333333333vw;
  }
}
.common_btn::before {
  position: absolute;
  top: 50%;
  right: 0.4166666667vw;
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  display: block;
  width: 0.3472222222vw;
  height: 0.3472222222vw;
  border-right: 0.0694444444vw solid #fff;
  border-bottom: 0.0694444444vw solid #fff;
}
@media screen and (max-width: 768px) {
  .common_btn::before {
    right: 1.6vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-right: 0.2666666667vw solid #fff;
    border-bottom: 0.2666666667vw solid #fff;
  }
}
.common_btn::after {
  content: "";
  width: 1.8055555556vw;
  height: 1.0416666667vw;
  border-radius: 0.2777777778vw;
  background: linear-gradient(to right, #2163ab, #4ba6db);
}
@media screen and (max-width: 768px) {
  .common_btn::after {
    width: 6.9333333333vw;
    height: 4vw;
    border-radius: 1.0666666667vw;
  }
}

.flow_fv {
  width: 100%;
  padding: 4.1666666667vw 5.5555555556vw 4.8611111111vw;
  background: linear-gradient(to left, #2163ab, #4ba6db);
}
@media screen and (max-width: 768px) {
  .flow_fv {
    padding: 10.6666666667vw 4vw;
  }
}
.flow_fv .inner {
  color: #fff;
}
.flow_fv .inner .ttl_box {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .flow_fv .inner .ttl_box {
    margin-bottom: 5.3333333333vw;
  }
}
.flow_fv .inner .ttl_box p {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  font-size: 1.25vw;
  font-weight: 500;
  margin-bottom: 0.2777777778vw;
}
@media screen and (max-width: 768px) {
  .flow_fv .inner .ttl_box p {
    gap: 1.6vw;
    font-size: 3.7333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.flow_fv .inner .ttl_box p::before {
  content: "";
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .flow_fv .inner .ttl_box p::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.flow_fv .inner .ttl_box h1 {
  display: block;
  font-size: 4.4444444444vw;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .flow_fv .inner .ttl_box h1 {
    font-size: 9.6vw;
  }
}
.flow_fv .inner .check_flow {
  width: 75vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow_fv .inner .check_flow {
    width: 100%;
  }
}
.flow_fv .inner .check_flow ul {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .flow_fv .inner .check_flow ul {
    gap: 2.1333333333vw;
  }
}
.flow_fv .inner .check_flow ul li {
  width: calc(33.33% - 0.9256944444vw);
  padding: 1.3888888889vw;
  background-color: #fff;
  font-size: 1.1111111111vw;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flow_fv .inner .check_flow ul li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.33% - 1.4213333333vw);
    font-size: 3.7333333333vw;
  }
}
.flow_fv .inner .check_flow ul li span {
  font-size: 1.25vw;
  margin-right: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .flow_fv .inner .check_flow ul li span {
    font-size: 3.7333333333vw;
    margin: 0;
  }
}
.flow_fv .inner .check_flow ul li.on {
  border: 0.2083333333vw solid #333;
}
@media screen and (max-width: 768px) {
  .flow_fv .inner .check_flow ul li.on {
    border: 0.8vw solid #333;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.3888888889vw 2.7777777778vw;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #header {
    padding: 3.2vw 4vw;
  }
}
#header .inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #header .inner {
    width: 100%;
  }
}
#header .inner .logo {
  width: 16.5972222222vw;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #header .inner .logo {
    width: 48vw;
  }
}
#header .inner .logo img {
  width: 100%;
  height: auto;
}
#header .inner nav ul {
  display: flex;
  align-items: center;
  gap: 1.7361111111vw;
}
#header .inner nav ul li a {
  font-size: 0.9027777778vw;
  font-weight: 700;
  color: #333;
}
#header .inner nav ul li.contact_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 16.6666666667vw;
  height: 3.4722222222vw;
  padding: 0.8333333333vw 1.3888888889vw;
  background-color: #fff;
  border-radius: 0.4861111111vw;
}
#header .inner nav ul li.contact_btn a:hover {
  opacity: 1;
}
#header .inner nav ul li.contact_btn a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: calc(100% + 0.1388888889vw);
  height: calc(100% + 0.1388888889vw);
  background: linear-gradient(to right, #2163ab, #4ba6db);
  z-index: -1;
  border-radius: 0.5555555556vw;
}
#header .inner nav ul li.contact_btn a span {
  font-size: 0.9722222222vw;
}
#header .inner nav ul li.contact_btn a .arrow {
  display: flex;
  justify-content: flex-end;
  width: 2.5vw;
  height: 1.3888888889vw;
  background: linear-gradient(to right, #2163ab, #4ba6db);
  border-radius: 0.2777777778vw;
  padding: 0.4340277778vw;
}
#header .inner nav ul li.contact_btn a .arrow img {
  width: 0.4166666667vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  #header #hamburger_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header #hamburger_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1;
    background-color: #fff;
  }
  #header #hamburger_btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 9.3333333333vw;
    height: 0.8vw;
    background-color: #333;
    opacity: 1;
    transition: 0.5s;
  }
  #header #hamburger_btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 2.6666666667vw);
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    display: block;
    width: 9.3333333333vw;
    height: 0.8vw;
    background-color: #333;
    transition: 0.5s;
  }
  #header #hamburger_btn:after {
    content: "";
    position: absolute;
    top: calc(50% + 2.6666666667vw);
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    display: block;
    width: 9.3333333333vw;
    height: 0.8vw;
    background-color: #333;
    transition: 0.5s;
  }
  #header #hamburger_btn.on span {
    opacity: 0;
  }
  #header #hamburger_btn.on::before {
    top: calc(50% - 0vw);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #header #hamburger_btn.on:after {
    top: calc(50% + 0vw);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

#menu_contents {
  display: none;
}
@media screen and (max-width: 768px) {
  #menu_contents {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: linear-gradient(to right, #2163ab, #4ba6db);
    padding: 18.6666666667vw 13.3333333333vw 0;
  }
  #menu_contents .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #menu_contents .inner nav {
    width: 100%;
  }
  #menu_contents .inner nav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.3333333333vw;
  }
  #menu_contents .inner nav ul li {
    width: 100%;
  }
  #menu_contents .inner nav ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 4.2666666667vw;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.75;
    padding: 4vw 0;
    color: #fff;
    border-bottom: 0.2666666667vw solid #fff;
  }
  #menu_contents .inner nav ul li a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    content: "";
    display: block;
    right: 1.6vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-right: 0.2666666667vw solid #2163ab;
    border-bottom: 0.2666666667vw solid #2163ab;
  }
  #menu_contents .inner nav ul li a::after {
    content: "";
    width: 6.9333333333vw;
    height: 4vw;
    border-radius: 1.0666666667vw;
    background: #fff;
  }
  #menu_contents .inner nav ul li.contact_btn {
    margin-top: 10.6666666667vw;
  }
  #menu_contents .inner nav ul li.contact_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 100%;
    padding: 3.2vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
    background-color: #fff;
  }
  #menu_contents .inner nav ul li.contact_btn a::before {
    display: none;
  }
  #menu_contents .inner nav ul li.contact_btn a::after {
    display: none;
  }
}

.bottom_banner_sec {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  width: 100%;
  padding: 5.5555555556vw;
  background: linear-gradient(to right, #2163ab, #4ba6db);
}
@media screen and (max-width: 768px) {
  .bottom_banner_sec {
    gap: 2.1333333333vw;
    padding: 8vw 4vw;
  }
}
.bottom_banner_sec a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.1666666667vw 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .bottom_banner_sec a {
    padding: 8vw 4vw;
  }
}
.bottom_banner_sec a .text_box .link_ttl_jp {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  font-size: 1.1111111111vw;
  line-height: 1.75;
  margin-bottom: 0.2777777778vw;
}
@media screen and (max-width: 768px) {
  .bottom_banner_sec a .text_box .link_ttl_jp {
    gap: 1.6vw;
    font-size: 3.2vw;
    margin-bottom: 1.0666666667vw;
  }
}
.bottom_banner_sec a .text_box .link_ttl_jp::before {
  content: "";
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  background: linear-gradient(to right, #2163ab, #4ba6db);
}
@media screen and (max-width: 768px) {
  .bottom_banner_sec a .text_box .link_ttl_jp::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.bottom_banner_sec a .text_box .link_ttl_en {
  display: block;
  font-size: 3.6111111111vw;
  line-height: 1;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .bottom_banner_sec a .text_box .link_ttl_en {
    font-size: 6.4vw;
  }
}
.bottom_banner_sec a .common_btn::before {
  width: 0.4861111111vw;
  height: 0.4861111111vw;
  border-right: 0.1388888889vw solid #fff;
  border-bottom: 0.1388888889vw solid #fff;
}
@media screen and (max-width: 768px) {
  .bottom_banner_sec a .common_btn::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-right: 0.5333333333vw solid #fff;
    border-bottom: 0.5333333333vw solid #fff;
  }
}
.bottom_banner_sec a .common_btn::after {
  width: 3.4722222222vw;
  height: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .bottom_banner_sec a .common_btn::after {
    width: 8.5333333333vw;
    height: 4.2666666667vw;
  }
}
.bottom_banner_sec a.sanpai_risk_busters {
  background-color: #fff;
  color: #333;
}
.bottom_banner_sec a.company {
  background-color: #333;
  color: #fff;
}
.bottom_banner_sec a.company .common_btn span {
  color: #fff;
}

#footer {
  border-top: 0.1388888889vw solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  #footer {
    border-top: 0.2666666667vw solid #e5e5e5;
  }
}
#footer .footer_contents {
  padding: 4.1666666667vw 5.5555555556vw 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  #footer .footer_contents {
    padding: 16vw 4vw 9.3333333333vw;
  }
}
#footer .footer_contents .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #footer .footer_contents .content {
    flex-direction: column;
    margin-bottom: 8vw;
  }
}
#footer .footer_contents .content .logo {
  width: 22.2222222222vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #footer .footer_contents .content .logo {
    width: 74.6666666667vw;
    margin-bottom: 4vw;
  }
}
#footer .footer_contents .content .logo img {
  width: 100%;
  height: auto;
}
#footer .footer_contents .content .contact_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 16.6666666667vw;
  height: 3.4722222222vw;
  padding: 0.8333333333vw 1.3888888889vw;
  background-color: #fff;
  border-radius: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  #footer .footer_contents .content .contact_btn a {
    width: 64vw;
    height: 13.3333333333vw;
    padding: 3.2vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
#footer .footer_contents .content .contact_btn a:hover {
  opacity: 1;
}
#footer .footer_contents .content .contact_btn a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: calc(100% + 0.1388888889vw);
  height: calc(100% + 0.1388888889vw);
  background: linear-gradient(to right, #2163ab, #4ba6db);
  z-index: -1;
  border-radius: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  #footer .footer_contents .content .contact_btn a::before {
    border-radius: 2.1333333333vw;
    width: calc(100% + 0.5333333333vw);
    height: calc(100% + 0.5333333333vw);
  }
}
#footer .footer_contents .content .contact_btn a span {
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  #footer .footer_contents .content .contact_btn a span {
    font-size: 3.7333333333vw;
  }
}
#footer .footer_contents .content .contact_btn a .arrow {
  display: flex;
  justify-content: flex-end;
  width: 2.5vw;
  height: 1.3888888889vw;
  background: linear-gradient(to right, #2163ab, #4ba6db);
  border-radius: 0.2777777778vw;
  padding: 0.4340277778vw;
}
@media screen and (max-width: 768px) {
  #footer .footer_contents .content .contact_btn a .arrow {
    width: 9.6vw;
    height: 5.3333333333vw;
    border-radius: 1.0666666667vw;
    padding: 1.6666666667vw;
  }
}
#footer .footer_contents .content .contact_btn a .arrow img {
  width: 0.4166666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #footer .footer_contents .content .contact_btn a .arrow img {
    width: 1.6vw;
  }
}
#footer .footer_contents .text {
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #footer .footer_contents .text {
    width: 74.6666666667vw;
    margin: 0 auto 10.6666666667vw;
    white-space: nowrap;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
#footer .footer_contents .text a {
  color: #3b84bf;
  text-decoration: underline;
}
#footer .footer_contents .link_list {
  margin-top: 2.0833333333vw;
  padding-top: 2.0833333333vw;
  border-top: 0.1388888889vw dashed #e5e5e5;
}
@media screen and (max-width: 768px) {
  #footer .footer_contents .link_list {
    margin-top: 0;
    padding-top: 8vw;
    border-top: 0.5333333333vw dashed #e5e5e5;
  }
}
#footer .footer_contents .link_list ul {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #footer .footer_contents .link_list ul {
    flex-wrap: wrap;
    gap: 5.3333333333vw 5.3333333333vw;
  }
}
#footer .copyright_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.0833333333vw 2.7777777778vw;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #footer .copyright_contents {
    flex-direction: column-reverse;
    padding: 6.6666666667vw;
    gap: 2.1333333333vw;
  }
}
#footer .copyright_contents .copyright {
  font-size: 0.9722222222vw;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #footer .copyright_contents .copyright {
    margin-top: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#footer .copyright_contents .link_box {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #footer .copyright_contents .link_box {
    gap: 2.6666666667vw;
    flex-direction: column;
  }
}
#footer .copyright_contents .link_box a {
  display: flex;
  align-items: center;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  #footer .copyright_contents .link_box a {
    gap: 2.1333333333vw;
  }
}
#footer .copyright_contents .link_box a span {
  font-size: 0.9722222222vw;
  line-height: 1.75;
  font-weight: 400;
  color: #636363;
}
@media screen and (max-width: 768px) {
  #footer .copyright_contents .link_box a span {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
#footer .copyright_contents .link_box a img {
  width: 0.8333333333vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #footer .copyright_contents .link_box a img {
    width: 3.2vw;
  }
}

.anime_img {
  position: relative;
  width: 41.6666666667vw;
  height: auto;
}
.anime_img .main_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1828/1785;
  z-index: 9;
}
.anime_img .move_img {
  position: absolute;
  top: 23.52%;
  left: 50%;
  transform: translateX(-50%);
  width: 4.105090312vw;
  height: auto;
  z-index: 10;
  animation: slideLeftRight 6s ease-in-out infinite alternate;
}
.anime_img .move_img img {
  width: 100%;
  height: auto;
}
@keyframes slideLeftRight {
  from {
    left: 45%;
  }
  to {
    left: 55%;
  }
}

.form_sec {
  padding: 5.5555555556vw 12.5vw;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .form_sec {
    padding: 16vw 4vw;
  }
}
.form_sec .inner .contact_ttl {
  text-align: center;
  font-size: 2.2222222222vw;
  margin-bottom: 3.4722222222vw;
  background: linear-gradient(to right, #2163ab, #4ba6db);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .form_sec .inner .contact_ttl {
    font-size: 6.9333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.form_sec .inner .read_text {
  margin: 0 auto 3.4722222222vw;
  text-align: center;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .form_sec .inner .read_text {
    margin: 0 auto 6.6666666667vw;
  }
}
.form_sec .inner form* {
  margin-top: 0;
}
.form_sec .inner form .box {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box {
    flex-direction: column;
    gap: 4vw;
    margin-top: 8vw;
    align-items: flex-start;
  }
}
.form_sec .inner form .box.contact_box {
  align-items: flex-start;
}
.form_sec .inner form .box .item_name {
  width: 14.2361111111vw;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_name {
    width: 100%;
  }
}
.form_sec .inner form .box .item_name.required p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_name.required p {
    justify-content: flex-start;
    gap: 2.6666666667vw;
  }
}
.form_sec .inner form .box .item_name p {
  white-space: nowrap;
  font-size: 1.1111111111vw;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_name p {
    font-size: 4.2666666667vw;
  }
}
.form_sec .inner form .box .item_name p span {
  white-space: nowrap;
  font-size: 0.9722222222vw;
  line-height: 1.75;
  color: #fff;
  padding: 0.2777777778vw 1.0763888889vw;
  border-radius: 0.2777777778vw;
  background-color: #d71219;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_name p span {
    font-size: 3.2vw;
    padding: 0.5333333333vw 2.1333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.form_sec .inner form .box .item_input {
  width: calc(100% - 16.3194444444vw);
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_input {
    width: 100%;
  }
}
.form_sec .inner form .box .item_input .radio_btn_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0416666667vw 2.0833333333vw;
  margin: 1.7361111111vw 0;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_input .radio_btn_list {
    flex-wrap: wrap;
    gap: 2.1333333333vw 4.2666666667vw;
    margin: 0;
  }
}
.form_sec .inner form .box .item_input .radio_btn_list label {
  position: relative;
  padding-left: 2.7777777778vw;
  cursor: pointer;
  font-size: 1.1111111111vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_input .radio_btn_list label {
    padding-left: 8vw;
    font-size: 3.7333333333vw;
  }
}
.form_sec .inner form .box .item_input .radio_btn_list label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form_sec .inner form .box .item_input .radio_btn_list label input[type=radio]:checked + .custom-radio {
  background: linear-gradient(to right, #2163ab, #4ba6db);
  border: none;
}
.form_sec .inner form .box .item_input .radio_btn_list label input[type=radio]:checked + .custom-radio::after {
  content: "";
  position: absolute;
  top: 0.3472222222vw;
  left: 0.6944444444vw;
  width: 0.4166666667vw;
  height: 0.8333333333vw;
  border: solid white;
  border-width: 0 0.1388888889vw 0.1388888889vw 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_input .radio_btn_list label input[type=radio]:checked + .custom-radio::after {
    top: 1.0666666667vw;
    left: 2.1333333333vw;
    width: 1.6vw;
    height: 3.2vw;
    border-width: 0 0.5333333333vw 0.5333333333vw 0;
  }
}
.form_sec .inner form .box .item_input .radio_btn_list label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form_sec .inner form .box .item_input .radio_btn_list label input[type=checkbox]:checked + .custom-checkbox {
  background: linear-gradient(to right, #2163ab, #4ba6db);
  border: none;
}
.form_sec .inner form .box .item_input .radio_btn_list label input[type=checkbox]:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  top: 0.3472222222vw;
  left: 0.6944444444vw;
  width: 0.4166666667vw;
  height: 0.8333333333vw;
  border: solid white;
  border-width: 0 0.1388888889vw 0.1388888889vw 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_input .radio_btn_list label input[type=checkbox]:checked + .custom-checkbox::after {
    top: 1.0666666667vw;
    left: 2.1333333333vw;
    width: 1.6vw;
    height: 3.2vw;
    border-width: 0 0.5333333333vw 0.5333333333vw 0;
  }
}
.form_sec .inner form .box .item_input .radio_btn_list label .custom-checkbox {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  height: 1.6666666667vw;
  width: 1.6666666667vw;
  background-color: #f6f6f6;
  border: 0.0694444444vw solid #333;
  border-radius: 0.2777777778vw;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_input .radio_btn_list label .custom-checkbox {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border: 0.2666666667vw solid #333;
    border-radius: 1.0666666667vw;
  }
}
.form_sec .inner form .box .item_input .radio_btn_list label .custom-radio {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  height: 1.6666666667vw;
  width: 1.6666666667vw;
  background-color: #f6f6f6;
  border: 0.0694444444vw solid #333;
  border-radius: 0.2777777778vw;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_input .radio_btn_list label .custom-radio {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border: 0.2666666667vw solid #333;
    border-radius: 1.0666666667vw;
  }
}
.form_sec .inner form .box .item_input input {
  width: 100%;
  padding: 0.7638888889vw 1.3888888889vw;
  font-size: 1.1111111111vw;
  line-height: 1.75;
  font-weight: 500;
  color: #333;
  border-radius: 0.2777777778vw;
  border: 0.0694444444vw solid #a4a4a4;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_input input {
    padding: 2.9333333333vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
    border: 0.2666666667vw solid #a4a4a4;
  }
}
.form_sec .inner form .box .item_input textarea {
  width: 100%;
  padding: 0.7638888889vw 1.3888888889vw;
  font-size: 1.1111111111vw;
  line-height: 1.75;
  font-weight: 500;
  color: #333;
  border-radius: 0.2777777778vw;
  border: 0.0694444444vw solid #a4a4a4;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .item_input textarea {
    width: 100%;
    padding: 2.9333333333vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
    aspect-ratio: 343/218;
    border: 0.2666666667vw solid #a4a4a4;
  }
}
.form_sec .inner form .box .confirm_text {
  width: calc(100% - 16.3194444444vw);
  padding: 1.3888888889vw;
  font-size: 1.1111111111vw;
  line-height: 1.75;
  font-weight: 500;
  color: #333;
  border-radius: 0.2777777778vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .box .confirm_text {
    width: 100%;
    padding: 2.9333333333vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.form_sec .inner form .caveat {
  font-size: 1.1111111111vw;
  color: #d71219;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .caveat {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.form_sec .inner form .caveat.caveat02 {
  margin-left: 16.6666666667vw;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .caveat.caveat02 {
    margin-left: unset;
  }
}
.form_sec .inner form .privacy_policy_check {
  margin-top: 4.1666666667vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .privacy_policy_check {
    margin-top: 10.6666666667vw;
    text-align: left;
    line-height: 1.65;
  }
}
.form_sec .inner form .privacy_policy_check label {
  position: relative;
  padding-left: 2.7777777778vw;
  cursor: pointer;
  font-size: 0.9722222222vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .privacy_policy_check label {
    display: inline-block;
    padding-left: 8vw;
    font-size: 4.2666666667vw;
  }
}
.form_sec .inner form .privacy_policy_check label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form_sec .inner form .privacy_policy_check label input[type=checkbox]:checked + .custom-radio {
  background: linear-gradient(to right, #2163ab, #4ba6db);
  border: none;
}
.form_sec .inner form .privacy_policy_check label input[type=checkbox]:checked + .custom-radio::after {
  content: "";
  position: absolute;
  top: 0.3472222222vw;
  left: 0.6944444444vw;
  width: 0.4166666667vw;
  height: 0.8333333333vw;
  border: solid white;
  border-width: 0 0.1388888889vw 0.1388888889vw 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .privacy_policy_check label input[type=checkbox]:checked + .custom-radio::after {
    top: 1.0666666667vw;
    left: 2.1333333333vw;
    width: 1.6vw;
    height: 3.2vw;
    border-width: 0 0.5333333333vw 0.5333333333vw 0;
  }
}
.form_sec .inner form .privacy_policy_check label .custom-radio {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  height: 1.6666666667vw;
  width: 1.6666666667vw;
  background-color: #f6f6f6;
  border: 0.0694444444vw solid #333;
  border-radius: 0.2777777778vw;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .privacy_policy_check label .custom-radio {
    top: 0.8vw;
    transform: initial;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border: 0.2666666667vw solid #333;
    border-radius: 1.0666666667vw;
  }
}
.form_sec .inner form .privacy_policy_check label a {
  text-decoration: underline;
  color: #333;
}
.form_sec .inner form .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.1666666667vw;
  margin-top: 5.5555555556vw;
  padding-top: 4.1666666667vw;
  border-top: 0.1388888889vw dashed #a4a4a4;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .btn_box {
    flex-direction: column;
    padding-top: 10.6666666667vw;
    margin-top: 10.6666666667vw;
    gap: 2.6666666667vw;
    border-top: 0.5333333333vw dashed #a4a4a4;
  }
}
.form_sec .inner form .btn_box .back_btn {
  position: relative;
  display: flex;
  align-items: center;
  text-align: start;
  width: 22.2222222222vw;
  height: 4.1666666667vw;
  font-size: 1.25vw;
  padding-left: 2.0833333333vw;
  border-radius: 0.5555555556vw;
  font-weight: 700;
  border: 0.0694444444vw solid #333;
  background: #fff;
  color: #333;
  box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .btn_box .back_btn {
    width: 85.3333333333vw;
    height: 16vw;
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.form_sec .inner form .btn_box .back_btn::before {
  position: absolute;
  top: 50%;
  right: 0.8333333333vw;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 2.5vw;
  height: 1.3888888889vw;
  border-radius: 0.2777777778vw;
  background: linear-gradient(to left, #2163ab, #4ba6db);
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .btn_box .back_btn::before {
    right: 3.2vw;
    width: 9.6vw;
    height: 5.3333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.form_sec .inner form .btn_box .back_btn::after {
  position: absolute;
  top: 50%;
  right: 2.2222222222vw;
  transform: translateY(-50%) rotate(-135deg);
  content: "";
  display: block;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-right: 0.0694444444vw solid #fff;
  border-top: 0.0694444444vw solid #fff;
  z-index: 91;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .btn_box .back_btn::after {
    right: 8.5333333333vw;
    width: 1.6vw;
    height: 1.6vw;
    border-right: 0.2666666667vw solid #fff;
    border-top: 0.2666666667vw solid #fff;
  }
}
.form_sec .inner form .btn_box .submit_btn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.form_sec .inner form .btn_box .submit_btn .submit {
  position: relative;
  display: flex;
  align-items: center;
  text-align: start;
  width: 22.2222222222vw;
  height: 4.1666666667vw;
  font-size: 1.25vw;
  padding-left: 2.0833333333vw;
  border-radius: 0.5555555556vw;
  font-weight: 700;
  background: linear-gradient(to right, #2163ab, #4ba6db);
  color: #fff;
  box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .btn_box .submit_btn .submit {
    width: 85.3333333333vw;
    height: 16vw;
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.form_sec .inner form .btn_box .submit_btn::before {
  position: absolute;
  top: 50%;
  right: 0.8333333333vw;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 2.5vw;
  height: 1.3888888889vw;
  border-radius: 0.2777777778vw;
  background: #fff;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .btn_box .submit_btn::before {
    right: 3.2vw;
    width: 9.6vw;
    height: 5.3333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.form_sec .inner form .btn_box .submit_btn::after {
  position: absolute;
  top: 50%;
  right: 1.25vw;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-right: 0.0694444444vw solid #2163ab;
  border-top: 0.0694444444vw solid #2163ab;
  z-index: 91;
}
@media screen and (max-width: 768px) {
  .form_sec .inner form .btn_box .submit_btn::after {
    right: 4.8vw;
    width: 1.6vw;
    height: 1.6vw;
    border-right: 0.2666666667vw solid #2163ab;
    border-top: 0.2666666667vw solid #2163ab;
  }
}
.form_sec .inner a.column_bn {
  margin: 5.5555555556vw auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .form_sec .inner a.column_bn {
    margin: 6.6666666667vw auto 0;
  }
}/*# sourceMappingURL=common.css.map */