.ac_linktext {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  padding-left: calc(var(--ac-text-size) + 4px);
  color: var(--ac-black);
  font-size: var(--ac-text-size);
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  transition: var(--ac-hover-transition);
}

.tal-special-case-concept {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tal-special-case-concept__txt {
  width: 66.66666%;
}
.tal-special-case-concept__img {
  width: 30%;
}
@media (max-width: 768px) {
  .tal-special-case-concept__txt {
    width: 100%;
  }
  .tal-special-case-concept__img {
    width: 100%;
  }
}

.tal-special-case-layout2a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tal-special-case-layout2a__l {
  width: 60%;
}
.tal-special-case-layout2a__r {
  width: 37%;
}
@media (max-width: 768px) {
  .tal-special-case-layout2a__l {
    width: 100%;
    margin-bottom: 20px;
  }
  .tal-special-case-layout2a__r {
    width: 100%;
  }
}

.tal-flow {
  background-color: #fff;
}

.tal-special-tag-c {
  color: #4c4c4c;
}
.tal-special-tag-c span {
  display: inline-block;
  padding: 0.3em 0.75em 0.4em;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  margin-right: 1em;
}

.tal-special-lead-block {
  margin-bottom: 8em;
}

@media screen and (max-width: 767px) {
  .tal-special-lead-block {
    margin-bottom: 5em;
  }
}
.tal-special-case-layout2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tal-special-case-layout2__item {
  width: 48%;
}

.nissou-character figcaption {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  line-height: 2;
  margin-bottom: 10px;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .nissou-character {
    margin-bottom: 30px;
  }
  .nissou-character figcaption {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .tal-special-case-layout2 {
    display: block;
  }
  .tal-special-case-layout2__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.font-box {
  border: #000 1px solid;
  text-indent: 0%;
  font-size: 20px;
  padding: 5px 10px;
  margin-bottom: 40px;
}

p:has(.font-box) {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .tal-special-case-concept__txt p {
    margin-bottom: 30px;
  }
  .font-box {
    padding: 0;
    line-height: 1.2;
    border: none;
    font-size: 16px;
    margin-bottom: 20px;
  }
  p:has(.font-box) {
    border: #000 1px solid;
    padding: 5px;
    line-height: 1rem;
  }
}
figure.figure_mb {
  margin-bottom: 30px;
}

.border_box {
  margin: 0 0 50px;
  border: #000 1px solid;
  padding: 20px 40px;
}
.border_box .tal-special-case-layout2a {
  margin-bottom: 0;
  align-items: center;
}
.border_box p {
  font-size: 16px;
  margin-bottom: 0em;
  line-height: 1.8;
  text-align: justify;
}
.border_box h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .border_box {
    padding: 10px 10px;
  }
}
.building_info {
  width: 100%;
}
.building_info tr {
  width: 100%;
}
.building_info th {
  text-align: left;
  font-size: 20px;
  width: 12%;
}
.building_info td {
  width: 88%;
  margin-left: 10%;
}
.building_info td li {
  list-style-type: initial;
  margin-left: 40px;
}

@media (max-width: 768px) {
  .building_info {
    padding: 5px;
  }
  .building_info th, .building_info td {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-left: 0px;
  }
  .building_info td li {
    margin-left: 20px;
  }
}
.g-btn {
  padding: 12px;
}

.g-talign-r {
  text-align: right;
}

.tal-special-mv h1 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .tal-special-mv h1 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.07em;
  }
}
.tal-voice-block {
  background-color: #dbe6ed;
  padding: 40px;
  margin-bottom: 100px;
}

.tal-special-content-block h2 {
  font-size: 30px;
  font-weight: bold;
  border-left: solid 5px #4d4d4d;
  padding-left: 0.5em;
  margin-bottom: 1.1em;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .tal-special-content-block h2 {
    font-size: 26px;
    margin-bottom: 0.75em;
  }
}
.tal-special-content-block p {
  font-size: 16px;
  margin-bottom: 4.5em;
  line-height: 1.8;
  text-align: justify;
}/*# sourceMappingURL=style.css.map */