@charset "UTF-8";
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
header,
footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

ul {
  list-style: none;
}

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

img,
input {
  vertical-align: middle;
}

.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

:root {
  --vw: 1vw;
}

/*
 base
------------------------------------ */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
}

body,
input,
textarea,
pre,
code {
  position: relative;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

p {
  word-break: break-all;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
.u_pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
}

.u_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u_sp {
    display: block;
  }
}

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

/* text size */
.u_txt_1 {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .u_txt_1 {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}

.u_txt_2 {
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .u_txt_2 {
    font-size: 4.0712468193vw;
    line-height: 7.6335877863vw;
  }
}

.u_txt_3 {
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .u_txt_3 {
    font-size: 3.5623409669vw;
    line-height: 7.6335877863vw;
  }
}

/* text weight */
.u_normal {
  font-weight: normal;
}

.u_medium {
  font-weight: 500;
}

.u_bold {
  font-weight: 700;
}

/* text align */
.u_txt_c {
  text-align: center;
}

.u_txt_cl {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .u_txt_cl {
    text-align: center;
  }
}

.u_txt_l {
  text-align: left;
}

.u_txt_lc {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .u_txt_lc {
    text-align: left;
  }
}

.u_txt_r {
  text-align: right;
}

.no_wrap {
  white-space: nowrap;
}

/* text color */
.u_color_1 {
  color: #0098c4;
}

.u_color_2 {
  color: #fff;
}

.u_color_3 {
  color: #333;
}

.u_color_4 {
  color: #262626;
}

.u_color_5 {
  color: #828282;
}

.u_color_6 {
  color: #37b48d;
}

/* bg */
.u_bg_1 {
  background-color: #f5f5f5;
}

.u_paragraph + .u_paragraph {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .u_paragraph + .u_paragraph {
    margin-top: 6.6666666667vw;
  }
}

/* margin */
.u_mb_1 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u_mb_1 {
    margin-bottom: 8vw !important;
  }
}

.u_m_1 {
  margin: 73px 0 !important;
}
@media screen and (max-width: 767px) {
  .u_m_1 {
    margin: 9.7333333333vw 0 !important;
  }
}

.c_ttl_1 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .c_ttl_1 {
    font-size: 5.3333333333vw;
  }
}

.c_ttl_2 {
  margin-bottom: 23px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .c_ttl_2 {
    margin-bottom: 4.6666666667vw;
    font-size: 5.3333333333vw;
  }
}

.c_accordion {
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .c_accordion {
    margin-bottom: 2.6666666667vw;
    border-radius: 3.7333333333vw;
  }
}
.c_accordion__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 30px 14px 27px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 15px;
  background: #7cc4ce;
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 767px) {
  .c_accordion__head {
    padding: 3.7333333333vw 4vw 4.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.c_accordion__head .c_accordion__icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .c_accordion__head .c_accordion__icon {
    margin-left: 4vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.c_accordion__head .c_accordion__icon::before, .c_accordion__head .c_accordion__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 4px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .c_accordion__head .c_accordion__icon::before, .c_accordion__head .c_accordion__icon::after {
    width: 6.9333333333vw;
    height: 1.2vw;
  }
}
.c_accordion__head .c_accordion__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.c_accordion__head.is-active {
  border-radius: 12px 12px 0 0;
}
.c_accordion__head.is-active .c_accordion__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.c_accordion__body {
  overflow: hidden;
  margin-top: 4px;
  max-height: 0;
  border-radius: 0 0 15px 15px;
  background: #e6f6f7;
  -webkit-transition: max-height 0.4s ease, padding 0.3s ease;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.c_accordion__body .c_accordion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 50px;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .c_accordion__body .c_accordion__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5.7333333333vw;
    padding: 8vw 4vw;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}
.c_accordion__body .c_accordion__content figure {
  margin: 0;
}
.c_accordion__body .c_accordion__content figure img {
  display: block;
  width: 100%;
}
.c_accordion__body .c_accordion__content figure img + img {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .c_accordion__body .c_accordion__content figure img + img {
    margin-top: 5.8666666667vw;
  }
}
.c_accordion__text {
  width: calc(100% - 442px);
}
@media only screen and (max-width: 767px) {
  .c_accordion__text {
    width: 100%;
  }
}
.c_accordion.is-open .c_accordion__body {
  max-height: 1000px;
}
.c_accordion ul li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c_accordion ul li {
    padding-left: 5.3333333333vw;
  }
}
.c_accordion ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.c_table {
  margin-bottom: 15px;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .c_table {
    margin-bottom: 3.0666666667vw;
  }
}
.c_table th,
.c_table td {
  padding: 15px 27px;
  border: 1px solid #ccc;
  vertical-align: top;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .c_table th,
.c_table td {
    padding: 2.6666666667vw 4vw;
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}
.c_table th {
  width: 23%;
  background: #dff3f6;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c_table th {
    margin-top: -1px;
  }
}
.c_table td {
  background: #fff;
}
.c_table ul li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c_table ul li {
    padding-left: 5.3333333333vw;
  }
}
.c_table ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
@media screen and (max-width: 767px) {
  .c_table th,
.c_table td {
    display: block;
    width: 100%;
  }
  .c_table th {
    border-bottom: none;
  }
}

.c_table_2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-collapse: collapse;
}
.c_table_2 th,
.c_table_2 td {
  padding: 20px;
  border: 1px solid #ccc;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .c_table_2 th,
.c_table_2 td {
    padding: 2.6666666667vw 4vw;
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}
.c_table_2 th {
  background: #eee;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c_table_2 th {
    margin-top: -1px;
  }
}
.c_table_2 td {
  background: #fff;
}
.c_table_2 ul li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c_table_2 ul li {
    padding-left: 5.3333333333vw;
  }
}
.c_table_2 ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
@media screen and (max-width: 767px) {
  .c_table_2 th,
.c_table_2 td {
    display: block;
    width: 100%;
  }
  .c_table_2 th {
    border-bottom: none;
  }
}

.c_step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .c_step {
    font-size: 4.0712468193vw;
  }
}
.c_step_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c_step_item {
    gap: 1.3333333333vw;
  }
}
.c_step_item_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background-color: #dadada;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c_step_item_num {
    width: 25.4452926209vw;
    height: 25.4452926209vw;
    font-size: 7.6335877863vw;
  }
}
.c_step_item_num._active {
  background-color: #7cc4ce;
}
.c_step_item_num span {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .c_step_item_num span {
    font-size: 4.0712468193vw;
  }
}
.c_step::after {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: -1;
  display: block;
  width: calc(100% - 98px);
  height: 1px;
  border-bottom: 5px dotted #dadada;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .c_step::after {
    top: 12.7226463104vw;
    width: calc(100% - 16vw);
    border-bottom: 0.7633587786vw dotted #dadada;
  }
}

.c_table_3 {
  margin: 40px auto 60px;
  max-width: 1200px;
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .c_table_3 {
    margin: 10.1781170483vw auto;
  }
}
.c_table_3 tbody tr th,
.c_table_3 tbody tr td {
  padding: 5px;
  vertical-align: middle;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .c_table_3 tbody tr th,
.c_table_3 tbody tr td {
    display: block;
    padding: 0;
    font-size: 4.2666666667vw;
  }
}
.c_table_3 tbody tr th {
  position: relative;
  padding: 0 70px 0 0;
  min-width: 300px;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c_table_3 tbody tr th {
    padding: 3.0534351145vw 2.0356234097vw;
  }
}
.c_table_3 tbody tr td {
  padding: 10px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c_table_3 tbody tr td {
    padding: 0 0 3.0534351145vw;
  }
}
.c_table_3 tbody tr input[type=text],
.c_table_3 tbody tr input[type=email],
.c_table_3 tbody tr input[type=tel],
.c_table_3 tbody tr input[type=number],
.c_table_3 tbody tr input[type=date],
.c_table_3 tbody tr input[type=time],
.c_table_3 tbody tr input[type=color],
.c_table_3 tbody tr input[type=range],
.c_table_3 tbody tr input[type=search],
.c_table_3 tbody tr input[type=password],
.c_table_3 tbody tr textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 30px;
  width: 100%;
  border: none;
  background-color: #dff3f6;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .c_table_3 tbody tr input[type=text],
.c_table_3 tbody tr input[type=email],
.c_table_3 tbody tr input[type=tel],
.c_table_3 tbody tr input[type=number],
.c_table_3 tbody tr input[type=date],
.c_table_3 tbody tr input[type=time],
.c_table_3 tbody tr input[type=color],
.c_table_3 tbody tr input[type=range],
.c_table_3 tbody tr input[type=search],
.c_table_3 tbody tr input[type=password],
.c_table_3 tbody tr textarea {
    padding: 3.8167938931vw 3.8167938931vw;
    font-size: 4.0712468193vw;
    line-height: 7.6335877863vw;
  }
}
.c_table_3 tbody tr input[type=radio],
.c_table_3 tbody tr input[type=checkbox] {
  position: relative;
  top: 1px;
  margin: 0;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  border-color: #000;
  vertical-align: initial;
}
.c_table_3 tbody tr label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.c_table_3 tbody tr label:last-of-type {
  margin-bottom: 15px;
}
.c_table_3 tbody tr .other_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 35px;
}
@media only screen and (max-width: 767px) {
  .c_table_3 tbody tr .other_wrap {
    gap: 0;
  }
}
.c_table_3 tbody tr .other_wrap input[type=text] {
  width: calc(100% - 103px);
}
@media only screen and (max-width: 767px) {
  .c_table_3 tbody tr .other_wrap input[type=text] {
    width: calc(100% - 20vw);
  }
}
.c_table_3 tbody tr .req,
.c_table_3 tbody tr .any {
  position: absolute;
  top: 50%;
  right: 19px;
  display: block;
  width: 38px;
  border-radius: 5px;
  background-color: #f00;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .c_table_3 tbody tr .req,
.c_table_3 tbody tr .any {
    top: 50%;
    right: 4vw;
    width: 11.1959287532vw;
    border-radius: 1.272264631vw;
    font-size: 3.5623409669vw;
    line-height: 5.5979643766vw;
  }
}
.c_table_3 tbody tr .any {
  background-color: #5095d2;
}
.c_table_3._confirm th,
.c_table_3._confirm td {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c_table_3._confirm th,
.c_table_3._confirm td {
    padding-top: 5.0890585242vw;
    padding-bottom: 5.0890585242vw;
  }
}
@media only screen and (max-width: 767px) {
  .c_table_3._confirm td {
    padding: 5.0890585242vw 3.8167938931vw;
  }
}

.c_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .c_btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.106870229vw;
  }
}

.submit_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  border-radius: 60px;
  background: #ffa500;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: opacity 0.3s, border 0.3s, color 0.3s, background-color 0.3s;
  transition: opacity 0.3s, border 0.3s, color 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .submit_btn {
    width: 100%;
    height: 17.8117048346vw;
    border-radius: 15.2671755725vw;
    font-size: 4.0712468193vw;
  }
}
@media only screen and (min-width: 768px) {
  .submit_btn:hover {
    border: 1px solid #ffa500;
    background-color: #fff;
    color: #ffa500;
  }
}
.submit_btn._back {
  background-color: #c4c4c4;
}

body {
  overflow-x: hidden !important;
  width: 100vw;
  width: calc(var(--vw) * 100);
}

body.modal_open {
  overflow: hidden;
}

.l_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 17px 38px;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l_header {
    padding: 4.6666666667vw 4vw;
    font-size: 2.9333333333vw;
  }
}
.l_header span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l_header span {
    font-size: 4.2666666667vw;
  }
}

.l_kv {
  position: relative;
}
.l_contents .sec {
  padding: 120px 10px;
}
@media only screen and (max-width: 767px) {
  .l_contents .sec {
    padding: 80px 15px;
  }
}

.sec .inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.sec .inner._narrow {
  max-width: 1000px;
}

.c_top {
  position: fixed;
  right: 40px;
  bottom: 110px;
  z-index: 999;
  display: block;
  width: 55px;
  height: 55px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c_top {
    right: 4vw;
    bottom: 30.6666666667vw;
    width: 12vw;
    height: 12vw;
  }
}
.c_top img {
  width: 100%;
  height: 100%;
}
.c_top._active {
  opacity: 1;
  pointer-events: fill;
}
.c_top._stop {
  bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .c_top._stop {
    bottom: 53.3333333333vw;
  }
}

.l_footer {
  position: relative;
  padding: 75px 20px 110px;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .l_footer {
    padding: 5.3333333333vw 0 32.5333333333vw;
  }
}
.l_footer .l_footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .l_footer .l_footer__list {
    gap: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.l_footer .l_footer__list a {
  color: #fff !important;
}
.l_footer .l_footer__list li {
  position: relative;
}
.l_footer .l_footer__list li + li::before {
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 16px;
  background-color: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .l_footer .l_footer__list li + li::before {
    left: -2.6666666667vw;
    height: 3.7333333333vw;
  }
}
.l_footer .l_footer__list li:hover {
  opacity: 0.8;
}
.l_footer .copy {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .l_footer .copy {
    margin-top: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}

