* {
  box-sizing: border-box;
}

html body {
  line-height: normal;
}

img {
  max-width: 100%;
}

p {
  line-height: 2.2222222222vw !important;
  color: #333333;
}
@media screen and (min-width: 1920px) {
  p {
    line-height: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  p {
    line-height: normal !important;
    letter-spacing: 0.1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5 !important;
  color: #333333;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: normal !important;
    letter-spacing: 0.2rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.flex, .custom_footer, .custom_footer_sp {
  display: flex;
}

.column, .product .product_link_txt ul, #Contact .w2_container .w2_form_inner .w2_form_input_outer {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
}

.space-btw {
  justify-content: space-between;
}

.al-center {
  align-items: center;
}

.al-start {
  align-items: flex-start;
}

.js-center, .custom_footer, .custom_footer_sp {
  justify-content: center;
}

.contents_mx_width {
  width: 77.7777777778vw;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .contents_mx_width {
    width: 1120px;
  }
}
@media screen and (max-width: 767px) {
  .contents_mx_width {
    width: 92vw;
  }
}

.center_field_ttl {
  text-align: center;
  padding-top: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .center_field_ttl {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .center_field_ttl {
    width: 92vw;
    margin: 0 auto;
    padding-top: 40vw;
  }
}
.center_field_ttl h1 {
  font-size: 2.2222222222vw;
  font-weight: bold;
  color: var(--color-w2-blue);
}
@media screen and (min-width: 1920px) {
  .center_field_ttl h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .center_field_ttl h1 {
    font-size: 6.9333333333vw;
  }
}
.center_field_ttl p {
  font-size: 1.1111111111vw;
  margin-top: 2.0833333333vw;
  font-weight: 500;
}
@media screen and (min-width: 1920px) {
  .center_field_ttl p {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .center_field_ttl p {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

#Header .w2_container {
  display: none;
}

#n_spcontact,
#n_spcontact a,
#n_sptel,
#SpMenuButton {
  display: none;
}

.custom_header {
  position: fixed;
  right: 0;
  top: 0;
  width: 81.4583333333vw;
  height: 5.4166666667vw;
  background: url(../img/header/header_bg.svg) no-repeat;
  background-size: 100%;
  z-index: 102;
}
@media screen and (min-width: 1920px) {
  .custom_header {
    width: 1173px;
    height: 78px;
  }
}
@media screen and (max-width: 767px) {
  .custom_header {
    width: 71.73333vw;
    height: 12vw;
    background: url(../img/header/sp_header_bg.svg) no-repeat;
    background-size: 100% 100%;
  }
}
.custom_header .custom_header_inner {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom_header .custom_header_inner .hd_tel {
  font-size: 2.5vw;
  font-weight: 500;
  color: #fff;
  font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .custom_header .custom_header_inner .hd_tel {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .custom_header .custom_header_inner .hd_tel {
    display: none;
  }
}
.custom_header .custom_header_inner .hd_tel::before {
  content: "";
  position: absolute;
  background: url(../img/ec-lp/tel.png) no-repeat center;
  background-size: cover;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  top: 50%;
  left: -3.125vw;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1920px) {
  .custom_header .custom_header_inner .hd_tel::before {
    width: 30px;
    height: 30px;
    left: -45px;
  }
}
@media screen and (max-width: 767px) {
  .custom_header .custom_header_inner .hd_tel::before {
    content: none;
  }
}
.custom_header .custom_header_inner .hd_contact {
  width: auto;
  padding: 0.6944444444vw 2.0833333333vw;
  border-radius: 100px;
  margin-left: 2.0833333333vw;
  background: #FC7A1D;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .custom_header .custom_header_inner .hd_contact {
    padding: 10px 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .custom_header .custom_header_inner .hd_contact {
    width: auto;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.custom_header .custom_header_inner .hd_contact a {
  display: block;
  width: 100%;
  font-size: 1.1111111111vw;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 1920px) {
  .custom_header .custom_header_inner .hd_contact a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .custom_header .custom_header_inner .hd_contact a {
    font-size: 3.7333333333vw;
  }
}

#simulation_form {
  padding: 6.9444444444vw 0;
}
@media screen and (min-width: 1920px) {
  #simulation_form {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  #simulation_form {
    padding: 13.3333333333vw 0;
  }
}
#simulation_form .contents_mx_width {
  gap: 8.3333333333vw;
}
@media screen and (min-width: 1920px) {
  #simulation_form .contents_mx_width {
    gap: 120px;
  }
}
@media screen and (max-width: 767px) {
  #simulation_form .contents_mx_width {
    gap: 8vw;
  }
}
#simulation_form .question {
  padding-top: 8.3333333333vw;
  margin-top: -8.3333333333vw;
}
@media screen and (min-width: 1920px) {
  #simulation_form .question {
    padding-top: 120px;
    margin-top: -120px;
  }
}
@media screen and (max-width: 767px) {
  #simulation_form .question {
    padding-top: 16vw;
    margin-top: -16vw;
  }
}
#simulation_form .question p {
  font-size: 1.3888888889vw;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #simulation_form .question p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1920px) {
  #simulation_form .question p {
    font-size: 20px;
  }
}
#simulation_form .question p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #5A25BA 1.98%, #5440C9 11.43%, #0E5CCC 25.39%, #133EC2 35.82%, #1C13A3 54.47%, #0E5CCC 73.37%, #0096F2 83.64%, #00F9EC 94.58%);
}
#simulation_form .question div {
  margin-top: 2.0833333333vw;
  gap: 10px;
  justify-content: start;
}
@media screen and (min-width: 1920px) {
  #simulation_form .question div {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #simulation_form .question div {
    margin-top: 8vw;
  }
}
#simulation_form .question div button {
  border-radius: 10px;
  background: #fff;
  padding: 1.0416666667vw;
  font-size: 1.1111111111vw;
  height: 5.5555555556vw;
  text-align: center;
  border: solid 2px #BBBBBB;
  font-weight: 500;
}
@media screen and (min-width: 1920px) {
  #simulation_form .question div button {
    font-size: 16px;
    padding: 15px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #simulation_form .question div button {
    padding: 4vw;
    font-size: 4.2666666667vw;
    height: 18.6666666667vw;
  }
}
#simulation_form .question div button:hover {
  cursor: pointer;
  border: solid 2px var(--color-w2-blue);
}
#simulation_form .question div button.selected {
  background: #E5EDF8;
  border: solid 2px var(--color-w2-blue);
}
#simulation_form .question div.w2 button {
  width: calc((100% / 2) - 10px);
}
@media screen and (max-width: 767px) {
  #simulation_form .question div.w2 button {
    width: 100%;
  }
}
#simulation_form .question div.w3 button {
  width: calc((100% / 3) - 10px);
}
@media screen and (max-width: 767px) {
  #simulation_form .question div.w3 button {
    width: 100%;
  }
}
#simulation_form .question div.w4 button {
  width: calc((100% / 4) - 10px);
}
@media screen and (max-width: 767px) {
  #simulation_form .question div.w4 button {
    width: 100%;
  }
}
#simulation_form .question div.w5 button {
  width: calc((100% / 5) - 10px);
}
@media screen and (max-width: 767px) {
  #simulation_form .question div.w5 button {
    width: 100%;
  }
}
#simulation_form .question div.w6 button {
  width: calc((100% / 6) - 10px);
}
@media screen and (max-width: 767px) {
  #simulation_form .question div.w6 button {
    width: 100%;
  }
}

.product {
  background: #ECF1F8;
}
.product .product_link {
  padding: 2.7777777778vw 0 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .product .product_link {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .product .product_link {
    padding: 10.6666666667vw 0 16vw;
  }
}
.product .product_link > p {
  font-size: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 1920px) {
  .product .product_link > p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product .product_link > p {
    font-size: 4.2666666667vw;
  }
}
.product .product_link .white_box {
  background: #fff;
  padding: 3.125vw;
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 767px) {
  .product .product_link .white_box {
    padding: 8vw;
    margin-top: 4vw;
    flex-direction: column;
  }
}
@media screen and (min-width: 1920px) {
  .product .product_link .white_box {
    padding: 45px;
    margin-top: 25px;
  }
}
.product .product_link_img {
  width: calc(100% / 2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product .product_link_img {
    width: 100%;
  }
}
.product .product_link_img p {
  font-size: 1.25vw;
}
@media screen and (min-width: 1920px) {
  .product .product_link_img p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product .product_link_img p {
    font-size: 4.2666666667vw;
  }
}
.product .product_link_img img {
  max-width: 80%;
  width: auto;
  margin: 0 auto;
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  .product .product_link_img img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product .product_link_img img {
    margin-top: 8vw;
    max-width: 100%;
  }
}
.product .product_link_txt {
  width: calc(100% / 2);
}
@media screen and (max-width: 767px) {
  .product .product_link_txt {
    width: 100%;
  }
}
.product .product_link_txt ul {
  gap: 2.5vw;
}
@media screen and (max-width: 767px) {
  .product .product_link_txt ul {
    gap: 15px;
    margin-top: 5.3333333333vw;
  }
}
.product .product_link_txt ul li {
  position: relative;
  padding-left: 3.125vw;
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1920px) {
  .product .product_link_txt ul li {
    padding-left: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product .product_link_txt ul li {
    padding-left: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.product .product_link_txt ul li::before {
  content: "";
  position: absolute;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  background: var(--color-w2-blue);
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
}
@media screen and (min-width: 1920px) {
  .product .product_link_txt ul li::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product .product_link_txt ul li::before {
    width: 20px;
    height: 20px;
  }
}
.product .product_link .product_btn {
  margin-top: 3.4722222222vw;
  align-items: center;
  gap: 2.7777777778vw;
}
@media screen and (min-width: 1920px) {
  .product .product_link .product_btn {
    margin-top: 50px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product .product_link .product_btn {
    flex-direction: column;
    gap: 10px;
  }
}
.product .product_link .product_btn a {
  width: calc(100% / 2.5);
  max-width: 28.4722222222vw;
}
@media screen and (min-width: 1920px) {
  .product .product_link .product_btn a {
    max-width: 410px;
  }
}
@media screen and (max-width: 767px) {
  .product .product_link .product_btn a {
    width: 100%;
    max-width: 100%;
  }
}
.product .product_link .product_btn a.link_btn {
  display: block;
  text-decoration: none;
  color: var(--color-w2-blue);
  border-radius: 100px;
  border: solid 3px var(--color-w2-blue);
  padding: 2.0833333333vw 1.3888888889vw;
  font-size: 1.3888888889vw;
  font-weight: 500;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .product .product_link .product_btn a.link_btn {
    padding: 30px 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product .product_link .product_btn a.link_btn {
    padding: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.product .product_link .product_btn a.link_btn.btn_blue {
  background: linear-gradient(to right, #5A25BA 1.98%, #5440C9 11.43%, #0E5CCC 25.39%, #133EC2 35.82%, #1C13A3 54.47%, #0E5CCC 73.37%, #0096F2 83.64%, #00F9EC 94.58%);
  color: #fff;
  border: none;
}

#Contact {
  display: none;
  padding: 2.0833333333vw 0 10.4166666667vw;
}
@media screen and (min-width: 1920px) {
  #Contact {
    padding: 30px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  #Contact {
    padding: 8vw 0;
  }
}
#Contact .w2_container p {
  text-align: center;
}
#Contact .w2_container .w2_section_title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Contact .w2_container .w2_section_title {
    padding-top: 8vw;
  }
}
#Contact .w2_container .w2_section_title h2 {
  color: var(--color-w2-blue);
  font-weight: bold;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 1920px) {
  #Contact .w2_container .w2_section_title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #Contact .w2_container .w2_section_title h2 {
    font-size: 5.3333333333vw;
  }
}
#Contact .w2_container .w2_form_inner {
  margin: 0 auto;
  max-width: 50vw;
  padding: 0;
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  #Contact .w2_container .w2_form_inner {
    max-width: 720px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #Contact .w2_container .w2_form_inner {
    max-width: 100%;
    width: 100%;
    margin-top: 8vw;
  }
}
#Contact .w2_container .w2_form_inner .w2_form_input_outer {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #Contact .w2_container .w2_form_inner .w2_form_input_outer {
    margin-bottom: 3.33333vw;
  }
}
#Contact .w2_container .w2_form_inner .w2_form_input_outer label {
  width: 100%;
}
#Contact .w2_container .w2_form_inner .w2_form_input_outer input,
#Contact .w2_container .w2_form_inner .w2_form_input_outer select {
  height: 2.7777777778vw;
}
@media screen and (min-width: 1920px) {
  #Contact .w2_container .w2_form_inner .w2_form_input_outer input,
  #Contact .w2_container .w2_form_inner .w2_form_input_outer select {
    height: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  #Contact .w2_container .w2_form_inner .w2_form_input_outer input,
  #Contact .w2_container .w2_form_inner .w2_form_input_outer select {
    height: 10.66667vw;
  }
}
#Contact .w2_container .w2_form_inner .w2_form_input_outer_privacy {
  padding-top: 0;
}
#Contact .w2_container .w2_form_input_outer input[type="submit"] {
  margin: 0;
}

.custom_footer {
  width: 100%;
  height: 6.9444444444vw;
  border-top: solid 1px var(--color-w2-blue);
}
@media screen and (min-width: 1920px) {
  .custom_footer {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .custom_footer {
    display: none;
  }
}
.custom_footer ul {
  height: 100%;
  width: 62.5vw;
}
@media screen and (min-width: 1920px) {
  .custom_footer ul {
    width: 900px;
  }
}
.custom_footer ul li {
  padding: 0 2.4305555556vw;
  position: relative;
  font-size: 1.1111111111vw;
}
@media screen and (min-width: 1920px) {
  .custom_footer ul li {
    padding: 0 35px;
    font-size: 14px;
  }
}
.custom_footer ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: #333333;
}
.custom_footer ul li:nth-child(1)::before {
  content: none;
}
.custom_footer ul li a {
  font-size: 1.1111111111vw;
  color: #333333;
  text-decoration: none;
}
@media screen and (min-width: 1920px) {
  .custom_footer ul li a {
    font-size: 14px;
  }
}
.custom_footer ul li.w2_footer_copyright {
  font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.3888888889vw;
}
@media screen and (min-width: 1920px) {
  .custom_footer ul li.w2_footer_copyright {
    font-size: 18px;
  }
}
.custom_footer ul li .w2_footer_tel p {
  font-size: 0.9027777778vw;
}
@media screen and (min-width: 1920px) {
  .custom_footer ul li .w2_footer_tel p {
    font-size: 11px;
  }
}
.custom_footer ul li .w2_footer_tel p:nth-child(1) {
  font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6666666667vw;
  margin-right: 1.3888888889vw;
}
@media screen and (min-width: 1920px) {
  .custom_footer ul li .w2_footer_tel p:nth-child(1) {
    font-size: 22px;
    margin-left: 20px;
  }
}

.custom_footer_sp {
  width: 100%;
  border-top: solid 1px var(--color-w2-blue);
}
@media screen and (max-width: 767px) {
  .custom_footer_sp {
    height: auto;
    padding: 13.3333333333vw 5.3333333333vw 8vw;
  }
}
@media screen and (max-width: 767px) {
  .custom_footer_sp ul {
    width: 100%;
    gap: 5.3333333333vw 0;
  }
}
.custom_footer_sp ul li {
  position: relative;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .custom_footer_sp ul li {
    width: calc(100% /2);
  }
}
.custom_footer_sp ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: #333333;
}
.custom_footer_sp ul li:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #333333;
}
.custom_footer_sp ul li:nth-child(3)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #333333;
}
@media screen and (max-width: 767px) {
  .custom_footer_sp ul li:nth-child(4) {
    margin-top: 8vw;
  }
}
.custom_footer_sp ul li:nth-child(4)::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .custom_footer_sp ul li {
    padding: 0 2.6666666667vw;
  }
}
.custom_footer_sp ul li a {
  color: #333333;
  text-decoration: none;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .custom_footer_sp ul li a {
    font-size: 3.7333333333vw;
  }
}
.custom_footer_sp ul li.mx_width {
  width: 100%;
}
.custom_footer_sp ul li.w2_footer_copyright {
  font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .custom_footer_sp ul li.w2_footer_copyright {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .custom_footer_sp ul li .w2_footer_tel p {
    font-size: 3.4666666667vw;
    letter-spacing: 0;
  }
}
.custom_footer_sp ul li .w2_footer_tel p:nth-child(1) {
  font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .custom_footer_sp ul li .w2_footer_tel p:nth-child(1) {
    font-size: 6.4vw;
    margin-right: 5.3333333333vw;
  }
}

.w2_pankuzu,
.w2_footer_inner,
.w2_sp_footer_linklist,
.w2_footer_copyright_sns {
  display: none !important;
}

.w2_footer {
  padding: 0;
}

.w2_footer_backscroll {
  margin-top: 0 !important;
  bottom: -9.0277777778vw !important;
  right: 20% !important;
}
@media screen and (min-width: 1920px) {
  .w2_footer_backscroll {
    bottom: -130px !important;
  }
}
@media screen and (max-width: 767px) {
  .w2_footer_backscroll {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .w2_footer_backscroll a {
    width: 16vw;
    height: 16vw;
  }
}

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