/* project */
.bl_mv img {
  max-width: none;
  width: 100%;
}

.bl_fst {
  padding-top: 35px;
  padding-bottom: 130px;
}

@media only screen and (max-width: 860px) {
  .bl_fst {
    padding-top: 8vw;
    padding-bottom: 15vw;
  }
}
.bl_fst_news {
  margin-top: 40px;
}

@media only screen and (max-width: 860px) {
  .bl_fst_news {
    margin-top: 15vw;
  }
}
.bl_bnrs {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.bl_bnrs_item + .bl_bnrs_item {
  margin-top: var(--space-padding);
}

@media only screen and (max-width: 860px) {
  .bl_bnrs_item {
    filter: drop-shadow(-10px 10px 5px rgba(var(--color-black-rgb), 0.2));
  }
}
.bl_desc {
  background-image: url(../img/top/desc_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 860px) {
  .bl_desc {
    padding-top: 0;
  }
}
.bl_desc_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 860px) {
  .bl_desc_inner {
    flex-direction: column;
  }
}
.bl_desc_img {
  --nagative-ml: 2%;
  flex: 1;
  margin-left: calc(var(--nagative-ml) * -1);
  margin-right: calc(50% - var(--vw) * 50);
}

@media only screen and (max-width: 1120px) {
  .bl_desc_img {
    margin-left: 0;
  }
}
.bl_desc_box {
  width: 42%;
}

@media only screen and (max-width: 1120px) {
  .bl_desc_box {
    width: 38%;
  }
}
@media only screen and (max-width: 860px) {
  .bl_desc_box {
    width: 100%;
    text-align: center;
  }
}
.bl_desc_lv2hd {
  font-size: 1.3rem;
  letter-spacing: 0.24em;
  background-color: var(--color-main_sub);
  display: inline-block;
  padding: 0.6em 3.2em 0.5em;
  text-align: center;
  color: var(--color-white);
  border-radius: 5px;
}

@media only screen and (max-width: 860px) {
  .bl_desc_lv2hd {
    padding: 0.5em 1em 0.4em;
    margin-top: 7vw;
  }
}
.bl_desc_lv3hd {
  font-size: 3.7rem;
  letter-spacing: 0.18em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.45;
  margin-top: 0.5em;
}

@media only screen and (max-width: 860px) {
  .bl_desc_lv3hd {
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    letter-spacing: 0.12em;
    margin-top: 5vw;
  }
}
.bl_desc_lv3hd small {
  letter-spacing: 0.32em;
  font-size: 0.35em;
  font-weight: var(--font-weight-light);
}

@media only screen and (max-width: 860px) {
  .bl_desc_lv3hd small {
    font-weight: var(--font-weight-reg);
    font-size: 0.41em;
    letter-spacing: 0.2em;
  }
}
.bl_desc_lv3hd strong {
  font-weight: var(--font-weight-mid);
}

.bl_desc_lv3hd span {
  position: relative;
  z-index: 5;
}

.bl_desc_lv3hd_bg::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1em;
  background-color: var(--color-white);
  top: 0;
  bottom: 0;
  right: -0.25em;
  z-index: 1;
}

@media only screen and (max-width: 1120px) {
  .bl_desc_lv3hd_bg::before {
    content: none;
  }
}
.bl_desc_icon {
  max-width: 362px;
  margin: 20px 0;
}

@media only screen and (max-width: 860px) {
  .bl_desc_icon {
    margin: 4vw 0 6vw;
  }
}
.bl_desc_txt {
  font-size: 1.3rem;
  line-height: 1.53;
  letter-spacing: 0.11em;
  text-align: justify;
}

@media only screen and (max-width: 860px) {
  .bl_desc_txt {
    line-height: 1.48;
  }
  .bl_desc_txt br {
    display: none;
  }
}
.bl_point {
  padding-top: 114px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 860px) {
  .bl_point {
    padding-top: var(--space-sec);
    padding-bottom: var(--space-sec);
  }
}
.bl_pointList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
  gap: 15px;
}

@media only screen and (max-width: 860px) {
  .bl_pointList {
    gap: 2.5vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_pointList_item {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item {
    border-radius: 5px;
  }
}
.bl_pointList_item__01 {
  background-image: url(../img/top/point_bg01.png);
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item__01 {
    background-image: url(../img/top/point_bg01_sp.png);
  }
}
.bl_pointList_item__02 {
  background-image: url(../img/top/point_bg02.png);
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item__02 {
    background-image: url(../img/top/point_bg02_sp.png);
  }
}
.bl_pointList_item__03 {
  background-image: url(../img/top/point_bg03.png);
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item__03 {
    background-image: url(../img/top/point_bg03_sp.png);
  }
}
.bl_pointList_item__04 {
  background-image: url(../img/top/point_bg04.png);
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item__04 {
    background-image: url(../img/top/point_bg04_sp.png);
  }
}
.bl_pointList_item__05 {
  background-image: url(../img/top/point_bg05.png);
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item__05 {
    background-image: url(../img/top/point_bg05_sp.png);
  }
}
.bl_pointList_item__01 {
  grid-column: 1/4;
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item__01 {
    grid-column: 1/4;
  }
}
.bl_pointList_item__02 {
  grid-column: 4/7;
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item__02 {
    grid-column: 1/4;
  }
}
.bl_pointList_item__03 {
  grid-column: 1/3;
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item__03 {
    grid-column: 1/4;
  }
}
.bl_pointList_item__04 {
  grid-column: 3/5;
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item__04 {
    grid-column: 1/2;
  }
}
.bl_pointList_item__05 {
  grid-column: 5/7;
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item__05 {
    grid-column: 2/4;
  }
}
.bl_pointList_item:nth-of-type(n + 3) .bl_pointList_item_cap {
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item:nth-of-type(n + 4) .bl_pointList_link {
    padding-top: 24vw;
  }
  .bl_pointList_item:nth-of-type(n + 4) .bl_pointList_link_inner {
    grid-template-columns: 1fr;
  }
  .bl_pointList_item:nth-of-type(n + 4) .bl_pointList_item_box {
    padding: 4vw;
  }
  .bl_pointList_item:nth-of-type(n + 4) .bl_pointList_more {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px 10px 0 0;
    padding: 1em 0em;
    margin-top: 0;
  }
}
.bl_pointList_item_box {
  z-index: 5;
  position: relative;
  padding: 16px 0 16px 26px;
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item_box {
    padding-left: 4vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
}
.bl_pointList_item_hd {
  letter-spacing: 0.16em;
  font-size: 2.5rem;
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item_hd {
    font-size: 2rem;
    letter-spacing: 0.2em;
    display: grid;
    grid-template-columns: 1em 1fr;
    align-items: center;
    column-gap: 0.1em;
  }
}
.bl_pointList_item_hd strong {
  font-size: 1.6em;
  font-family: "Futura", "futura", "Jost", sans-serif;
  font-weight: 400;
  font-family: var(--font-jost);
  font-weight: var(--font-weight-reg);
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item_hd strong {
    font-size: 1.75em;
    line-height: 1;
  }
}
.bl_pointList_item_hd__short {
  letter-spacing: 0.06em;
}

.bl_pointList_item_cap {
  font-weight: var(--font-weight-light);
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  margin-top: 0.1em;
  line-height: 1.3;
  text-align: justify;
}

@media only screen and (max-width: 860px) {
  .bl_pointList_item_cap {
    letter-spacing: 0.1em;
    font-weight: var(--font-weight-reg);
    margin-top: 0.5em;
  }
}
.bl_pointList_link {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 350px;
  color: var(--color-white);
}

@media only screen and (max-width: 860px) {
  .bl_pointList_link {
    min-height: auto;
    padding-top: 31vw;
  }
}
.bl_pointList_link:hover {
  opacity: 1;
}

.bl_pointList_link_inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 75px;
  column-gap: 5px;
  align-items: center;
  width: 100%;
}

.bl_pointList_link_inner::before {
  content: "";
  background: linear-gradient(90deg, var(--color-black-0) 0%, var(--color-white) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}

.bl_pointList_more {
  position: relative;
  z-index: 5;
  color: var(--color-gold);
  background-color: #333333;
  border-radius: 10px 0 0 10px;
  text-align: center;
  font-weight: var(--font-weight-light);
  font-size: 1.3rem;
  letter-spacing: 0.13em;
  padding: 1em 0em;
  margin-top: 10px;
}

@media only screen and (max-width: 860px) {
  .bl_pointList_more {
    font-size: 1.1rem;
    padding: 1.5em 0em;
  }
}
.bl_pointList_more span {
  padding-bottom: 0.5em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  border-bottom: 1px solid var(--color-gold);
  display: inline-block;
}

@media only screen and (max-width: 860px) {
  .bl_pointList_more span {
    padding-bottom: 0.25em;
  }
}
.bl_pointList_more_arrow {
  width: 0.3em;
  fill: var(--color-gold);
}

.bl_lady {
  background-image: url(../img/top/lady_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding-bottom: 10vw;
}

@media only screen and (max-width: 860px) {
  .bl_lady {
    background-image: none;
    background-color: var(--color-lady);
    padding-bottom: 0;
  }
}
.bl_lady_hd {
  margin-left: calc(50% - var(--vw) * 50);
  width: 56.6vw;
  margin-bottom: 5px;
}

@media only screen and (max-width: 860px) {
  .bl_lady_hd {
    width: 100vw;
    margin-right: calc(50% - var(--vw) * 50);
    margin-bottom: 10px;
  }
}
.bl_lady_hd img {
  max-width: none;
  width: 100%;
}

.bl_lady_box {
  width: 40%;
}

@media only screen and (max-width: 860px) {
  .bl_lady_box {
    width: 100%;
  }
}
.bl_lady_lv3hd {
  letter-spacing: 0.16em;
  font-size: 2.4rem;
  line-height: 1.58;
  color: var(--color-white);
  font-weight: var(--font-weight-mid);
}

@media only screen and (max-width: 860px) {
  .bl_lady_lv3hd {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.07em;
    line-height: 1.45;
    position: relative;
    z-index: 5;
  }
}
.bl_lady_lv3hd small {
  font-size: 0.54em;
  font-weight: var(--font-weight-light);
  display: block;
  letter-spacing: 0.36em;
}

@media only screen and (max-width: 860px) {
  .bl_lady_lv3hd small {
    font-size: 0.41em;
    letter-spacing: 0.2em;
  }
}
.bl_lady_spimg {
  display: none;
}

@media only screen and (max-width: 860px) {
  .bl_lady_spimg {
    display: block;
    margin: -9vw calc(50% - var(--vw) * 50) -8vw;
  }
}
.bl_lady_txt {
  text-align: justify;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  color: var(--color-white);
  font-weight: var(--font-weight-light);
  line-height: 1.5;
  margin-top: 1em;
  padding-right: 3em;
}

@media only screen and (max-width: 860px) {
  .bl_lady_txt {
    padding-right: 0;
    position: relative;
    z-index: 5;
  }
}
.bl_lady_points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 860px) {
  .bl_lady_points {
    margin-top: 6vw;
    column-gap: 2vw;
  }
}
.bl_lady_points_item {
  border-radius: 10px;
  text-align: center;
  color: var(--color-main);
  background-image: url(../img/top/lady_point_bg.png);
  background-size: 100% 100%;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: var(--font-weight-mid);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 0.5em;
  line-height: 1.5;
}

@media only screen and (max-width: 860px) {
  .bl_lady_points_item {
    font-size: 1rem;
    padding: 0;
  }
}
.bl_lady_points_img {
  max-width: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bl_lady_doc {
  margin-top: 10vw;
}

@media only screen and (max-width: 860px) {
  .bl_lady_doc {
    margin: 16vw calc(50% - var(--vw) * 50) 0;
    padding-bottom: var(--space-sec);
  }
}
.bl_skill {
  background-color: var(--color-skill);
  padding: 60px 0;
  color: var(--color-white);
  position: relative;
}

@media only screen and (max-width: 860px) {
  .bl_skill {
    padding: 13vw 0 18vw;
    text-align: center;
  }
}
.bl_skill_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 860px) {
  .bl_skill_inner {
    margin-left: 0;
    display: block;
  }
}
.bl_skill_box {
  width: 48%;
}

@media only screen and (max-width: 860px) {
  .bl_skill_box {
    position: relative;
    width: 100%;
  }
}
.bl_skill_img {
  margin-left: calc(50% - var(--vw) * 50);
  width: 54%;
}

@media only screen and (max-width: 860px) {
  .bl_skill_img {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .bl_skill_img__pc {
    display: none;
  }
}
.bl_skill_img__sp {
  display: none;
}

@media only screen and (max-width: 860px) {
  .bl_skill_img__sp {
    display: block;
  }
}
.bl_skill_img img {
  max-width: none;
  width: 100%;
}

.bl_skill_hd {
  font-family: var(--font-marc);
  font-size: 7.2rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 860px) {
  .bl_skill_hd {
    font-size: 4.4rem;
  }
}
.bl_skill_txt {
  font-size: 2rem;
  font-weight: var(--font-weight-light);
  letter-spacing: 0.16em;
  margin-top: 1em;
  line-height: 1.6;
}

@media only screen and (max-width: 860px) {
  .bl_skill_txt {
    font-size: 1.3rem;
    margin: 1.5em 0;
  }
}
.bl_skill_more {
  font-size: 1.6rem;
  margin-top: 2.8em;
}

@media only screen and (max-width: 860px) {
  .bl_skill_more {
    font-size: 1.5rem;
    margin-top: 2em;
  }
}
.bl_skill_message {
  position: absolute;
  width: 26vw;
  right: 4vw;
  bottom: 30px;
}

@media only screen and (max-width: 860px) {
  .bl_skill_message {
    bottom: auto;
    left: 5vw;
    top: 6vw;
    width: 38vw;
    right: auto;
    z-index: 5;
  }
}
.bl_about {
  padding-top: 75px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 860px) {
  .bl_about {
    padding: var(--space-sec) 0;
  }
}
.bl_about_hd {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 11.7rem;
  margin-bottom: -0.1em;
  position: relative;
  z-index: 5;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 860px) {
  .bl_about_hd {
    font-size: 7rem;
    margin-bottom: 0.4em;
  }
}
.bl_about_hd span {
  line-height: 0.7;
  display: inline-block;
  font-family: var(--font-jost);
}

.bl_about_hd small {
  font-weight: var(--font-weight-mid);
  font-size: 0.111em;
  color: var(--color-main);
  display: inline-block;
  margin-bottom: 2em;
}

@media only screen and (max-width: 860px) {
  .bl_about_hd small {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
.bl_about_img img {
  max-width: none;
  width: 100%;
}

.bl_about_lists {
  margin: 0 calc(50% - var(--vw) * 50);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 8px;
}

@media only screen and (max-width: 860px) {
  .bl_about_lists {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    gap: 2vw;
  }
}
.bl_about_item {
  color: var(--color-white);
  text-align: center;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bl_about_item__01 {
  background-image: url(../img/top/about_img01.png);
}

.bl_about_item__02 {
  background-image: url(../img/top/about_img02.png);
}

.bl_about_item__03 {
  background-image: url(../img/top/about_img03.png);
}

.bl_about_item__04 {
  background-image: url(../img/top/about_img04.png);
}

.bl_about_item_hd {
  font-family: var(--font-jost);
  font-size: 5.2rem;
}

@media only screen and (max-width: 860px) {
  .bl_about_item_hd {
    font-size: 4rem;
  }
}
.bl_about_item_txt {
  font-size: 1.3rem;
  font-weight: var(--font-weight-mid);
  letter-spacing: 0.32em;
}

.bl_about_item_more {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

@media only screen and (max-width: 860px) {
  .bl_about_item_more {
    bottom: 2vw;
    right: 2vw;
    width: 9vw;
  }
}
.bl_about_link {
  aspect-ratio: 7/9;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.bl_access_wrap {
  padding-top: 28vw;
  padding-bottom: 5vw;
  background-image: url(../img/top/access_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media only screen and (max-width: 860px) {
  .bl_access_wrap {
    background-image: url(../img/top/access_bg_sp.png);
    padding-top: 77vw;
    padding-bottom: var(--space-sec);
  }
}
.bl_access_inner {
  border-radius: 20px;
  background-color: var(--color-bg);
  padding: 60px;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  align-items: flex-start;
  column-gap: 46px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 860px) {
  .bl_access_inner {
    grid-template-columns: 1fr;
    padding: 8vw;
    border-radius: 0;
  }
}
.bl_access_hd {
  font-size: 8rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.25em;
  position: relative;
  z-index: 5;
  line-height: 0.7;
  color: var(--color-main);
  font-family: var(--font-jost);
}

@media only screen and (max-width: 860px) {
  .bl_access_hd {
    text-align: center;
    font-size: 5rem;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 860px) {
  .bl_access_map {
    margin-left: -8vw;
    margin-right: -8vw;
  }
}
.bl_access_table {
  border-bottom: 1px solid var(--color-main);
}

@media only screen and (max-width: 860px) {
  .bl_access_table {
    margin-top: 6.6vw;
  }
}
.bl_access_item {
  display: grid;
  grid-template-columns: 8.1em 1fr;
  font-size: 1.4rem;
  align-items: center;
  border-top: 1px solid var(--color-main);
  padding: 0.5em 0;
}

@media only screen and (max-width: 860px) {
  .bl_access_item {
    grid-template-columns: 6em 1fr;
  }
}
.bl_access_item dt,
.bl_access_item dd {
  padding: 0.4em 1em;
}

.bl_access_item dt {
  color: var(--color-main);
  border-right: 1px solid var(--color-main);
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-reg);
}

@media only screen and (max-width: 860px) {
  .bl_access_item dt {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.5em;
  }
}
.bl_access_item dd {
  margin-left: -1px;
  border-left: 1px solid var(--color-main);
  letter-spacing: 0.1em;
  font-size: 0.928em;
  font-weight: var(--font-weight-light);
  line-height: 1.7;
  padding-right: 0;
}

@media only screen and (max-width: 860px) {
  .bl_access_item dd {
    padding-left: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
    border-left: 0 none;
    position: relative;
    line-height: 1.4;
  }
  .bl_access_item dd::before {
    content: "";
    width: 1px;
    background-color: var(--color-main);
    position: absolute;
    bottom: 50%;
    left: 0;
    height: calc(100% - 0.5em);
    transform: translateY(50%);
  }
}
.bl_access_item li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  letter-spacing: 0;
}

.bl_access_item strong {
  color: var(--color-main);
}

.bl_access_imgs_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transition-timing-function: linear;
}

@media only screen and (max-width: 860px) {
  .bl_access_imgs_wrap {
    display: flex;
  }
}
@media only screen and (max-width: 860px) {
  .bl_access_imgs_item {
    width: 48vw;
  }
}
.bl_access_imgs img {
  max-width: none;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=maps/style.css.map */