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

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

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 11.1111111111vw;
  margin-top: 0 !important;
}
@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: 4.2666666667vw;
  }
}
.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;
    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: 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;
}
@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 (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;
  }
}

#footer .footer_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) {
  #footer .footer_banner_sec {
    gap: 2.1333333333vw;
    padding: 8vw 4vw;
  }
}
#footer .footer_banner_sec a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.1666666667vw 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  #footer .footer_banner_sec a {
    padding: 8vw 4vw;
  }
}
#footer .footer_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) {
  #footer .footer_banner_sec a .text_box .link_ttl_jp {
    gap: 1.6vw;
    font-size: 3.2vw;
    margin-bottom: 1.0666666667vw;
  }
}
#footer .footer_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) {
  #footer .footer_banner_sec a .text_box .link_ttl_jp::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#footer .footer_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) {
  #footer .footer_banner_sec a .text_box .link_ttl_en {
    font-size: 6.4vw;
  }
}
#footer .footer_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) {
  #footer .footer_banner_sec a .common_btn::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-right: 0.5333333333vw solid #fff;
    border-bottom: 0.5333333333vw solid #fff;
  }
}
#footer .footer_banner_sec a .common_btn::after {
  width: 3.4722222222vw;
  height: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  #footer .footer_banner_sec a .common_btn::after {
    width: 8.5333333333vw;
    height: 4.2666666667vw;
  }
}
#footer .footer_banner_sec a.sanpai_risk_busters {
  background-color: #fff;
  color: #333;
}
#footer .footer_banner_sec a.company {
  background-color: #333;
  color: #fff;
}
#footer .footer_banner_sec a.company .common_btn span {
  color: #fff;
}
#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: 0.8333333333vw;
  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: 3.2vw;
  }
}
#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 1.6vw;
  }
}
#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 {
    font-size: 3.7333333333vw;
  }
}
#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: 4vw;
  }
}
#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;
  }
}/*# sourceMappingURL=common.css.map */