@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
* {
  text-align: center;
}

.b_top {
  padding: 60px 0;
  background-color: #163259;
  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;
}
@media (max-width: 740px) {
  .b_top {
    padding: 30px 0;
  }
}
.b_top div {
  width: 300px;
  color: #fff;
}
@media (max-width: 740px) {
  .b_top div {
    width: 200px;
  }
}
.b_top div p {
  position: relative;
  font-family: "Lusitana", serif;
  font-size: 11px;
  letter-spacing: 0.2em;
}
.b_top div .b_top_border {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 15px auto;
}
.b_top div h1 {
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
}

.b_concept_t {
  padding: 70px 0;
}
@media (max-width: 740px) {
  .b_concept_t {
    padding: 40px 0;
  }
}
.b_concept_t h2 {
  color: #163259;
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .b_concept_t h2 {
    margin-bottom: 30px;
  }
}
.b_concept_t p {
  font-size: clamp(1.1rem, 0.246rem + 1.154vw, 1.4rem);
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.b_concept_b {
  padding: 50px 0 40px;
  background-color: #f7f8f8;
}
@media (max-width: 740px) {
  .b_concept_b {
    padding: 40px 0;
  }
}
.b_concept_b img {
  width: 300px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .b_concept_b img {
    width: 150px;
    margin: 0 auto 30px;
  }
}
.b_concept_b h3 {
  font-size: clamp(1.8rem, -1.615rem + 4.615vw, 3rem);
  margin-bottom: 55px;
}
@media (max-width: 740px) {
  .b_concept_b h3 {
    margin-bottom: 30px;
  }
}
.b_concept_b p {
  font-size: clamp(1.1rem, 0.246rem + 1.154vw, 1.4rem);
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .b_concept_b p {
    margin-bottom: 30px;
  }
}

.b_name {
  padding: 70px 0;
}
@media (max-width: 740px) {
  .b_name {
    padding: 40px 0;
  }
}
.b_name_content {
  width: 90%;
  max-width: 748px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 740px) {
  .b_name_content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.b_name_content p {
  text-align: justify;
  text-justify: inter-word;
  font-size: clamp(1.1rem, 0.246rem + 1.154vw, 1.4rem);
  line-height: 1.9;
  padding-top: 40px;
}
@media (max-width: 740px) {
  .b_name_content p {
    padding: 0;
  }
}

.b_series {
  background-color: #f1f1f1;
  padding: 65px 0 55px;
}
@media (max-width: 740px) {
  .b_series {
    padding: 40px 0;
  }
}
.b_series_p {
  font-size: clamp(1.1rem, 0.246rem + 1.154vw, 1.4rem);
  line-height: 1.9;
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .b_series_p {
    margin-bottom: 30px;
  }
}
.b_series_logos {
  width: 90%;
  max-width: 890px;
  margin: 0 auto 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 740px) {
  .b_series_logos {
    margin: 0 auto 30px;
  }
}
.b_series_logos div {
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.b_series_btn {
  width: 90%;
  max-width: 454px;
  margin: 0 auto;
  position: relative;
}
.b_series_btn img {
  position: relative;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media not all and (pointer: coarse) {
  .b_series_btn img:hover {
    top: 5px;
    right: -5px;
  }
}
.b_series_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c9caca;
  position: absolute;
  top: 5px;
  right: -5px;
  z-index: 9;
}

.b_developer_description {
  padding: 80px 0;
}
@media (max-width: 740px) {
  .b_developer_description {
    padding: 40px 0;
  }
}
.b_developer_description h3 {
  color: #163259;
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .b_developer_description h3 {
    margin-bottom: 30px;
  }
}
.b_developer_description p {
  font-size: clamp(1.1rem, 0.246rem + 1.154vw, 1.4rem);
  line-height: 1.9;
}
@media (max-width: 740px) {
  .b_developer_description p {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-word;
  }
}
.b_developer_vision {
  padding: 95px 0;
  background-image: url(../images/brand/b_background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 740px) {
  .b_developer_vision {
    padding: 60px 0;
  }
}
.b_developer_vision img {
  width: 90%;
  max-width: 470px;
  margin: 0 auto 50px;
}
@media (max-width: 740px) {
  .b_developer_vision img {
    margin: 0 auto 40px;
  }
}
.b_developer_vision p {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 470px;
  text-align: left;
  font-size: clamp(1.1rem, 0.246rem + 1.154vw, 1.4rem);
  line-height: 2.2;
}
.b_developer_results {
  padding: 80px 0 70px;
}
@media (max-width: 740px) {
  .b_developer_results {
    padding: 40px 0;
  }
}
.b_developer_results h3 {
  color: #163259;
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .b_developer_results h3 {
    margin-bottom: 30px;
  }
}
.b_developer_results_p {
  font-size: clamp(1.1rem, 0.246rem + 1.154vw, 1.4rem);
  line-height: 1.9;
  margin: 0 auto 60px;
}
@media (max-width: 740px) {
  .b_developer_results_p {
    width: 90%;
    text-align: justify;
    text-justify: inter-word;
    margin: 0 auto 30px;
  }
}
.b_developer_results_img {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .b_developer_results_img {
    margin: 0 auto 40px;
  }
}
.b_developer_results_btn {
  width: 90%;
  max-width: 454px;
  margin: 0 auto;
  position: relative;
}
.b_developer_results_btn img {
  position: relative;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media not all and (pointer: coarse) {
  .b_developer_results_btn img:hover {
    top: 5px;
    right: -5px;
  }
}
.b_developer_results_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c9caca;
  position: absolute;
  top: 5px;
  right: -5px;
  z-index: 9;
}
.b_developer_projects {
  padding: 45px 0 50px;
  background-color: rgba(0, 78, 141, 0.1);
}
@media (max-width: 740px) {
  .b_developer_projects {
    padding: 40px 0;
  }
}
.b_developer_projects h2 {
  color: #163259;
  font-size: clamp(1.5rem, 0.077rem + 1.923vw, 2rem);
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .b_developer_projects h2 {
    margin-bottom: 10px;
  }
}
.b_developer_projects_border {
  width: 90px;
  height: 1px;
  background-color: #163259;
  margin: 0 auto 45px;
}
@media (max-width: 740px) {
  .b_developer_projects_border {
    width: 40px;
    margin: 0 auto 30px;
  }
}
.b_developer_projects_detail {
  width: 90%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 0 auto 45px;
}
@media (max-width: 740px) {
  .b_developer_projects_detail {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
.b_developer_projects_detail div img {
  margin-bottom: 10px;
}
.b_developer_projects_detail div p {
  font-size: 8px;
  text-align: left;
}
.b_developer_projects_detail div p span {
  font-size: 11px;
}
.b_developer_projects_btn {
  width: 90%;
  max-width: 454px;
  margin: 0 auto;
  position: relative;
}
.b_developer_projects_btn img {
  position: relative;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media not all and (pointer: coarse) {
  .b_developer_projects_btn img:hover {
    top: 5px;
    right: -5px;
  }
}
.b_developer_projects_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c9caca;
  position: absolute;
  top: 5px;
  right: -5px;
  z-index: 9;
}

.b_title {
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .b_title {
    margin-bottom: 30px;
  }
}
.b_title_en {
  font-size: clamp(1.5rem, 0.077rem + 1.923vw, 2rem) !important;
  font-family: "Lusitana", serif;
  letter-spacing: 0.105em;
}
.b_title_border {
  width: 88px;
  height: 1px;
  background-color: #163259;
  margin: 22px auto;
}
@media (max-width: 740px) {
  .b_title_border {
    width: 40px;
    margin: 10px auto;
  }
}
.b_title_jp {
  font-size: clamp(1.1rem, 0.246rem + 1.154vw, 1.4rem);
}

.lity {
  z-index: 99999;
}

.lity-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;
  z-index: 99999;
}
.lity-wrap .lity-close {
  width: 50px;
  height: 50px;
  font-size: 40px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
}
@media (max-width: 740px) {
  .lity-wrap .lity-close {
    width: 35px;
    height: 35px;
    font-size: 25px;
  }
}/*# sourceMappingURL=brand.css.map */