@charset "UTF-8";
/*------------------------------------------
- Layout
-------------------------------------------*/
.l-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .l-main {
    margin-top: 54px;
  }
}

/*------------------------------------------
- component
-------------------------------------------*/
.c-button {
  display: inline-block;
  cursor: pointer;
}

.c-button.-primary {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 2rem 4rem;
  background-color: #f03333;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-button.-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 20px;
  width: 16px;
  height: 9px;
  background: url(../images/common/icon_arrow_w.svg) no-repeat center center/cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-heading__wrap {
  margin-bottom: 9.8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
}

@media (max-width: 768px) {
  .c-heading__wrap {
    margin-bottom: 3rem;
    padding: 3rem 0;
  }
}

.c-heading__primary {
  font-size: 5rem;
  font-weight: bold;
}

.c-heading__primary .-en {
  display: block;
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
  font-weight: normal;
}

.c-heading__primary:first-letter {
  color: #000;
}

@media (max-width: 768px) {
  .c-heading__primary {
    font-size: 2.8rem;
  }
  .c-heading__primary .-en {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
}

.c-heading__secondary {
  position: relative;
  margin-bottom: 4.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ebebeb;
  font-size: 2.8rem;
  font-weight: bold;
}

.c-heading__secondary::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: #f03333;
}

.c-heading__secondary:first-letter {
  color: #000;
}

.c-heading__secondary + .c-title__primary {
  margin-top: 8.5rem;
}

@media (max-width: 768px) {
  .c-heading__secondary {
    margin-bottom: 4rem;
    padding-bottom: 1.6rem;
    font-size: 2rem;
  }
  .c-heading__secondary + .c-title__primary {
    margin-top: 4rem;
  }
}

.c-title__primary {
  position: relative;
  margin-bottom: 5.6rem;
  padding-left: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
}

.c-title__primary::first-letter {
  color: #000;
}

.c-title__primary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 3px;
  background-color: #f03333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-title__primary.-ruby::before {
  top: 53%;
}

@media (max-width: 768px) {
  .c-title__primary {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .c-title__primary::before {
    top: 1.4rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-title__primary.-ruby::before {
    top: 1.4rem;
  }
}

.c-contents + .c-contents {
  margin-top: 8rem;
}

@media (max-width: 768px) {
  .c-contents + .c-contents {
    margin-top: 4rem;
  }
}

.c-ir__list {
  margin-top: 3.5rem;
  border-top: 1px solid #ddd;
}

.c-ir__list li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #ddd;
}

.c-ir__list li a {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-ir__list li a .-icon {
  position: relative;
  margin-left: 1.5rem;
  color: #f03333;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.1em;
}

.c-ir__list li a .-icon.-pdf {
  padding-left: 20px;
}

.c-ir__list li a .-icon.-pdf::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 19px;
  margin: auto;
  background-image: url(../images/ir/icon-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-grid.-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-contents__nav {
  margin-bottom: 10rem;
}

.c-contents__nav .c-grid .c-contents__nav-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 6rem;
}

.c-contents__nav .c-grid .c-contents__nav-item:nth-child(3n) {
  margin-right: 0;
}

.c-contents__nav .c-grid .c-contents__nav-item a {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-contents__nav .c-grid .c-contents__nav-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 13.12px;
  height: 7.4px;
  margin-top: -20px;
  background-image: url(../images/common/icon_arrow_r.svg);
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .c-contents__nav {
    margin-bottom: 5rem;
  }
  .c-contents__nav .c-grid .c-contents__nav-item {
    width: 47.5%;
    margin-bottom: 3rem;
  }
  .c-contents__nav .c-grid .c-contents__nav-item:nth-child(3n) {
    margin-right: 5%;
  }
  .c-contents__nav .c-grid .c-contents__nav-item:nth-child(2n) {
    margin-right: 0;
  }
  .c-contents__nav .c-grid .c-contents__nav-item a {
    padding-right: 24px;
    padding-bottom: 2rem;
    font-size: 1.2rem;
  }
  .c-contents__nav .c-grid .c-contents__nav-item a::after {
    top: 0;
    margin-top: 3px;
  }
}

.c-pageLink {
  margin-bottom: 16rem;
}

.c-pageLink.-inner {
  margin-top: 8rem;
  margin-bottom: 0;
}

.c-pageLink__item {
  width: 45%;
  margin-bottom: 50px;
}

.c-pageLink__item a {
  position: relative;
  display: block;
  padding-bottom: 32px;
  border-bottom: 1px solid #dddddd;
  font-size: 2rem;
  line-height: 1.5;
}

.c-pageLink__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 13.12px;
  height: 7.4px;
  margin-top: -20px;
  background-image: url(../images/common/icon_arrow_r.svg);
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .c-pageLink {
    margin-bottom: 8rem;
  }
  .c-pageLink.-inner {
    margin-top: 5.6rem;
  }
  .c-pageLink__item {
    width: 100%;
  }
  .c-pageLink__item a {
    padding-bottom: 24px;
    font-size: 1.5rem;
  }
}

/*------------------------------------------
- Utility
-------------------------------------------*/
.u-text {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.u-text .-link {
  color: #0068d0;
  text-decoration: underline;
}

.u-text.-right {
  text-align: right;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

/*------------------------------------------
パンクず
-------------------------------------------*/
.p-breadcrumb {
  margin-bottom: 9.4rem;
  padding: 1.8rem 2rem;
  background-color: #fafafa;
}

.p-breadcrumb .p-breadcrumb__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-breadcrumb .p-breadcrumb__body .p-breadcrumb__list + .p-breadcrumb__list {
  margin-left: 1rem;
}

.p-breadcrumb .p-breadcrumb__body .p-breadcrumb__list + .p-breadcrumb__list::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 1rem;
  border-right: 1px solid rgba(3, 3, 3, 0.5);
  border-bottom: 1px solid rgba(3, 3, 3, 0.5);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-breadcrumb .p-breadcrumb__body .p-breadcrumb__list a {
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .p-breadcrumb {
    display: none;
  }
}

/*------------------------------------------
サイドバー
-------------------------------------------*/
.l-contentsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .l-contentsWrap {
    margin-bottom: 80px;
    padding-top: 40px;
  }
}

.l-mainContents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 290px;
  margin-left: 48px;
}

@media screen and (max-width: 768px) {
  .l-sidebar {
    display: none;
  }
}

.p-sidebar__title {
  position: relative;
  margin-bottom: 32px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
}

.p-sidebar__title::first-letter {
  color: #f03333;
}

.p-sidebar__title::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 15px;
  height: 3px;
  background-color: #f03333;
}

.p-sidebar__title span {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.p-sidebar__nav li + li {
  margin-top: 16px;
}

.p-sidebar__nav li.is-carrent > a {
  color: #f03333;
}

.p-sidebar__nav li.is-carrent > a::before {
  background-image: url(../images/common/icon_arrow02_r.svg);
}

.p-sidebar__nav-cat {
  font-size: 12px;
  font-weight: bold;
}

.p-sidebar__nav-cat li {
  font-weight: 400;
}

.p-sidebar__nav a {
  position: relative;
  display: inline-block;
  padding-left: 11px;
  font-size: 12px;
}

.p-sidebar__nav a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 4px;
  height: 7px;
  background: url(../images/common/icon_arrow02_b.svg) no-repeat center/cover;
}

.p-sidebar__nav a.blank::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 4px;
  background: url(../images/common/icon_blank.svg) no-repeat center/cover;
}

.p-sidebar__nav02 {
  margin-top: 16px;
  margin-left: 12px;
}

/*--------------------------------------------------------------
- Project
--------------------------------------------------------------*/
.p-heading__top-wrap {
  margin: -9.4rem 0 0;
  padding: 14.5rem 0 16.2rem;
  background-image: url(../images/about/top-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
}

.p-heading__top-wrap .p-heading__top {
  font-family: Arial, neue-haas-grotesk-display, sans-serif;
  font-size: 6.5rem;
  letter-spacing: -2px;
}

.p-heading__top-wrap .p-heading__top .-red {
  color: #f03333;
}

.p-heading__top-wrap .p-heading__top .-ja {
  position: relative;
  display: block;
  margin-top: 1.6rem;
  padding-left: 2.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.p-heading__top-wrap .p-heading__top .-ja::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 2px;
  margin: auto;
  background-color: #f03333;
}

@media (max-width: 768px) {
  .p-heading__top-wrap {
    padding: 6rem 0;
    margin: 0;
    background-position: 40%;
  }
  .p-heading__top-wrap .p-heading__top {
    font-size: 4rem;
  }
  .p-heading__top-wrap .p-heading__text {
    width: 55%;
  }
}

.p-top__copy {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-top__copy::first-letter {
  color: #000;
}

@media screen and (max-width: 768px) {
  .p-top__copy {
    font-size: 1.6rem;
  }
}

.p-top__read {
  margin-bottom: 80px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-top__link + .p-top__link {
  margin-top: 10rem;
}

.p-top__link:last-child {
  margin-bottom: 16rem;
}

.p-top__link-body {
  margin: 0 -20px -56px;
}

.p-top__link-box {
  width: 33%;
  border-width: 0 20px 56px;
  border-color: transparent;
  border-style: solid;
}

.p-top__link-cat {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-top__link-cat.-blank::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: url(../images/common/icon_blank.svg) no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .p-top__link-body {
    margin: 0;
  }
  .p-top__link-box {
    width: 100%;
    border: none;
  }
  .p-top__link-box + .p-top__link-box {
    margin-top: 4rem;
  }
}

.p-apartment__name {
  margin: 8rem 0;
  font-family: serif;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
}

.p-apartment__textImg {
  width: 100%;
  max-width: 640px;
  margin: 8rem auto 0;
}

.p-apartment__list {
  margin-top: 8rem;
  margin-bottom: -2%;
}

.p-apartment__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #dddddd;
}

.p-apartment__item:nth-child(3n) {
  margin-right: 0;
}

.p-apartment__item .textBox {
  padding: 16px;
}

.p-apartment__item .title {
  margin-bottom: 8px;
  color: #f03333;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .p-apartment__name {
    margin: 4rem 0;
    font-size: 24px;
  }
  .p-apartment__textImg {
    margin-top: 4rem;
  }
  .p-apartment__list {
    margin-top: 5.6rem;
    margin-bottom: -16px;
  }
  .p-apartment__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.p-tax img {
  width: 100%;
  max-width: 100%;
}

.p-tax__att {
  margin-bottom: 8rem;
  margin-top: 1.6rem;
  font-size: 1.3rem;
  line-height: 2;
}

.p-tax__img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 5.6rem;
}

@media screen and (max-width: 768px) {
  .p-tax__att {
    margin-bottom: 5.6rem;
  }
  .p-tax__img {
    margin-bottom: 3.2rem;
  }
}

.u-text .link {
  text-decoration: underline;
  color: #0068d0;
}

/* 2024.01 renewal css */

/* nav */
.p-about-nav {
  background: #F0F0F0;
  padding: 45px 0;
}
.p-about-nav__box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-about-nav__link {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.333em;
  border-radius: 2px;
  background: #fff;
  width: calc((100% - 1.67% * 3) / 4);
  margin-left: 1.67%;
  margin-top: 16px;
}
.p-about-nav__link:nth-of-type(1) {
  width: 49.1%;
}

.p-about-nav__link:nth-of-type(1),
.p-about-nav__link:nth-of-type(2),
.p-about-nav__link:nth-of-type(3){
  margin-top: 0;
}

.p-about-nav__link:nth-of-type(1),
.p-about-nav__link:nth-of-type(4),
.p-about-nav__link:nth-of-type(8){ 
  margin-left: 0;
}

.p-about-nav__link a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #000;
  padding: 0 14px;
}
.p-about-nav__link a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 9px;
  height: 9px;
  border-left: 2px solid #656565;
  border-bottom: 2px solid #656565;
  transform: translateY(-50%) rotate(-45deg);
}
.p-about-nav__link:nth-of-type(1) a {
  justify-content: center;
}
.p-about-nav__link a span {
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  background-position: center center;
  background-size: contain;
}
.p-about-nav__link:nth-of-type(1) a span {
  background-image: url(/assets/images/about/top-icon01.svg);
}
.p-about-nav__link:nth-of-type(2) a span {
  background-image: url(/assets/images/about/top-icon02.svg);
}
.p-about-nav__link:nth-of-type(3) a span {
  background-image: url(/assets/images/about/top-icon08.svg);
}
.p-about-nav__link:nth-of-type(4) a span {
  background-image: url(/assets/images/about/top-icon13.svg);
}
.p-about-nav__link:nth-of-type(5) a span {
  background-image: url(/assets/images/about/top-icon03.svg);
}
.p-about-nav__link:nth-of-type(6) a span {
  background-image: url(/assets/images/about/top-icon04.svg);
}
.p-about-nav__link:nth-of-type(7) a span {
  background-image: url(/assets/images/about/top-icon05.svg);
}
.p-about-nav__link:nth-of-type(8) a span {
  background-image: url(/assets/images/about/top-icon_bank.svg);
}
.p-about-nav__link:nth-of-type(9) a span {
  background-image: url(/assets/images/about/top-icon12.svg);
}
.p-about-nav__link:nth-of-type(10) a span {
  background-image: url(/assets/images/about/top-icon07.svg);
}
.p-about-nav__link:nth-of-type(11) a span {
  background-image: url(/assets/images/about/top-icon06.svg);
}

@media screen and (max-width: 990px) and (min-width: 769px) {
  .p-about-nav__link:nth-of-type(3) a br,
  .p-about-nav__link:nth-of-type(4) a br,
  .p-about-nav__link:nth-of-type(6) a br,
  .p-about-nav__link:nth-of-type(10) a br {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .p-about-nav__box {
    justify-content: space-between;
  }
  .p-about-nav__link {
    width: 48%;
  }
  .p-about-nav__link:nth-of-type(1){
    width: 100%;
  }
  .p-about-nav__link{
    margin-left: 0;
  }
  .p-about-nav__link:nth-of-type(1) a {
  justify-content: left;
}
.p-about-nav__link:nth-of-type(2), .p-about-nav__link:nth-of-type(3){
  margin-top: 16px;
}
}
@media screen and (max-width: 768px) {
  .p-about-nav__box {
    padding: 0 20px;
    justify-content: space-between;
  }
  .p-about-nav__link {
    font-size: 1.4rem;
  }
  .p-about-nav__link a {
    height: 48px;
    padding: 8px;
  }
  .p-about-nav__link a::after {
    right: 10px;
    width: 7px;
    height: 7px;
  }
  .p-about-nav__link a span {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}

/* l-container-wide */
.l-container-wide {
  padding-right: 40px;
  margin-top: 100px;
}
.l-container-wide--reverse {
  padding-right: 0;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .l-container-wide,
  .l-container-wide--reverse {
    padding: 0 20px;
  }
}

/* p-about-unit */
.p-about-unit {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.l-container-wide--reverse .p-about-unit {
  flex-direction: row-reverse;
}
.p-about-unit__img {
  width: 48.6vw;
  background-size: cover;
  background-position: center center;
  padding-top: 33.358%;
}
.p-about-unit__img.img01 {
  background-image: url(/assets/images/about/top-img01_2.jpg);
}
.p-about-unit__img.img02 {
  background-image: url(/assets/images/about/top-img02.jpg);
}
.p-about-unit__img.img03 {
  background-image: url(/assets/images/about/top-img03.jpg);
}
.p-about-unit__img.img04 {
  background-image: url(/assets/images/about/top-img04.jpg);
}
.p-about-unit__img.img05 {
  background-image: url(/assets/images/about/top-img05.jpg);
}
.p-about-unit__img.img06 {
  background-image: url(/assets/images/about/top-img06.jpg);
}
.p-about-unit__img.img07 {
  background-image: url(/assets/images/about/top-img07.jpg);
}
.p-about-unit__img.img08 {
  background-image: url(/assets/images/about/top-img08.jpg);
}
.p-about-unit__img.img09 {
  background-image: url(/assets/images/about/top-img09.jpg);
}
.p-about-unit__img.img10 {
  background-image: url(/assets/images/about/top-img10.jpg);
}
.p-about-unit__img.img11 {
  background-image: url(/assets/images/about/top-img11_2.jpg);
  border: 1px solid #ddd;
}
.p-about-unit__txtarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 523px;
  margin-left: 36px;
}
.l-container-wide--reverse .p-about-unit__txtarea {
  margin-left: 0;
  margin-right: 36px;
}
@media screen and (max-width: 1160px) {
  .p-about-unit__txtarea {
    width: 45.086%;
    margin-left: 3.103%;
  }
}
.p-about-unit-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  padding-top: 30px;
}
.p-about-unit-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 4px;
  background: #FB2D34;
}
h2.p-about-unit-title:first-letter {
  color: #000;
}
.p-about-unit_txt {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 40px;
}
.p-about-unit_btn {
  margin-top: 2rem;
  text-align: right;
}
.p-about-unit_btn .p-header__search {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-about-unit,
  .l-container-wide--reverse .p-about-unit {
    position: relative;
    display: block;
  }
  .p-about-unit__img {
    position: absolute;
    top: calc((100vw - 40px) * 0.24);
    width: 100%;
    padding-top: calc((100vw - 40px) * 0.66717);
  }
  .p-about-unit__txtarea,
  .l-container-wide--reverse .p-about-unit__txtarea {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .p-about-unit-title {
    font-size: 2.4rem;
    padding-top: 28px;
    padding-bottom: calc((100vw - 40px) * 0.85);
  }
  .p-about-unit_txt {
    font-size: 1.3rem;
    margin-top: 0;
  }
}

.p-about__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: inline-block;
  margin-left: auto;
  margin-right: 16px;
  padding: 0 19px;
  background-color: #f03333;
  color: #fff;
  border-radius: 30px;
  font-size: 12px;
  line-height: 38px;
}

.p-about__btn::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 8px;
    background: url(/assets/images/common/icon_blank_wh.svg) no-repeat center/cover;
  }

.btn_fc{
  width: 248px; 
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  
  @media screen and (min-width: 769px) {
.p-about__btn .u-pc {
  display: inline-block;
    }
}

@media screen and (max-width: 768px) {
  .p-about__btn .u-sp {
    display: inline-block;
  }
}

@media screen and (max-width: 1064px) {
  .p-about__btn {
    margin-right: 10px;
    padding: 0 12px;
    font-size: 11px;
  }
  .btn_fc{width: 217px;}
}

/* p-about-bunjoflow */
.p-about-bunjoflow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 894px;
  margin: 64px auto 0;
}
.p-about-bunjoflow-unit {
  display: flex;
  flex-direction: column;
  width: 27.182%;
  background: #F7F7F7;
  padding: 34px 18px;
}
.p-about-bunjoflow-unit__img {
  width: 62.33%;
  margin: 0 auto;
}
.p-about-bunjoflow-unit__txtarea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
}
.p-about-bunjoflow-unit_title {
  min-height: 5.2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
}
.p-about-bunjoflow-unit_txt {
  font-size: 1.6rem;
  line-height: 1.56em;
  text-align: center;
  margin-top: 20px;
}
.p-about-bunjoflow-arrow {
  display: flex;
  align-items: center;
  width: 7.83%;
}
@media screen and (max-width: 960px) {
  .p-about-bunjoflow-unit_title {
    min-height: 4.2rem;
    font-size: 1.6rem;
  }
  .p-about-bunjoflow-unit_txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 830px) {
  .p-about-bunjoflow-unit_title {
    min-height: 3.7rem;
    font-size: 1.4rem;
  }
  .p-about-bunjoflow-unit_txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about-bunjoflow {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 88px;
  }
  .p-about-bunjoflow-unit {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 16px 13px 22px;
  }
  .p-about-bunjoflow-unit__img {
    width: 30.74%;
  }
  .p-about-bunjoflow-unit__txtarea {
    width: 61.18%;
    margin-top: 0;
  }
  .p-about-bunjoflow-unit_title {
    min-height: auto;
    font-size: 1.8rem;
    text-align: left;
  }
  .p-about-bunjoflow-unit_txt {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 9px;
  }
  .p-about-bunjoflow-arrow {
    display: block;
    width: 29.77%;
    margin: 8px auto;
  }
}

/* p-about-platform */
.p-about-platform {
  text-align: center;
  margin-top: 64px;
}
.p-about-platform-catch {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.833em;
}
.p-about-platform-title {
  color: #F03333;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.375em;
}
.p-about-platform-lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.2em;
  margin-top: 24px;
}
.p-about-platform-leadcopy {
  font-size: 1.6rem;
  line-height: 1.813em;
  width: 100%;
  max-width: 662px;
  margin: 6px auto 0;
}
.p-about-platform-figure {
  width: 100%;
  max-width: 1055px;
  margin: 19px auto 0;
}
.p-about-platform-figure img {
  height: auto;
}
.p-about-platform-modal {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-about-platform {
    margin-top: 40px;
  }
  .p-about-platform-catch {
    font-size: 1.6rem;
    line-height: 2em;
  }
  .p-about-platform-catch {
    font-size: 2.4rem;
    line-height: 1.333em;
  }
  .p-about-platform-lead {
    font-size: 1.6rem;
    line-height: 1.75em;
    margin-top: 18px;
  }
  .p-about-platform-leadcopy {
    font-size: 1.3rem;
    line-height: 2em;
    max-width: 100%;
    margin-top: 16px;
  }
  .p-about-platform-figure {
    margin-top: 24px;
  }
  .p-about-platform-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
  }
  .p-about-platform-modal-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
  }
  .p-about-platform-content {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 96%;
    transform: translateY(-50%);
  }
  .p-about-platform-content-inner {
    width: 100%;
    overflow-x: scroll;
  }
  .p-about-platform-content img {
    width: 220vw;
    height: auto;
  }
  .p-about-platform-modal-close {
    position: absolute;
    top: -30px;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
  }
  .p-about-platform-modal-close::before,
  .p-about-platform-modal-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
  }
  .p-about-platform-modal-close::after {
    transform: rotate(-45deg);
  }
  .p-about-platform-modal-scroll {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    color: #ffff;
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
  }
  .p-about-platform-modal-scroll::before,
  .p-about-platform-modal-scroll::after {
    content: '';
    position: absolute;
    top: 3px;
    left: -30px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
  }
  .p-about-platform-modal-scroll::after {
    left: auto;
    right: -30px;
    transform: rotate(135deg);
  }
}

/* p-about-link */
.p-about-link {
  background: #F7F7F7;
  padding: 44px 8.6%;
  margin-top: 36px;
}
.p-about-link-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875em;
}
.p-about-link ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.p-about-link li {
  display: block;
  width: 30%;
  font-size: 1.6rem;
  line-height: 1.875em;
}
.p-about-link li:not(:nth-of-type(3n+1)) {
  margin-left: 5%;
}
.p-about-link li:nth-of-type(n+4) {
  margin-top: 10px;
}
.p-about-link li a {
  color: #FB2D34;
  text-decoration: underline;
}
.p-about-link li a[target="_blank"] {
  background: url(/assets/images/about/top-icon-blank.svg) no-repeat right center / 13px 13px;
  padding-right: 26px;
}
.p-about-link-fullline.p-about-link-fullline,
.p-about-link.p-about-link-2col li.p-about-link-fullline.p-about-link-fullline {
  width: 100%;
}


/* 海外事業箇所設定（2カラムに変更） */
#abroad li {
    display: block;
    width: 45%;
    font-size: 1.6rem;
    line-height: 1.875em;
    margin-bottom: 10px;
  }
#abroad li:not(:nth-of-type(2n+1)) {
    margin-left: 10%;
  }
#abroad li:nth-of-type(n+3) {
    margin-top: 10px;
  }

@media screen and (max-width: 768px) {
  .p-about-link {
    padding: 32px 16px;
    margin-top: 40px;
  }
  .p-about-link-title {
    font-size: 1.3rem;
    line-height: 1.3em;
  }
  .p-about-link ul {
    display: block;
    margin-top: 20px;
  }
  .p-about-link li {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.3em;
  }
  .p-about-link li:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
  .p-about-link li:nth-of-type(n+2),
  .p-about-link li:nth-of-type(n+4) {
    margin-top: 16px;
  }
  .p-about-link li a[target="_blank"] {
    background: url(/assets/images/about/top-icon-blank.svg) no-repeat right center / 11px 11px;
    padding-right: 22px;
  }
  #abroad li {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.3em;
    margin-bottom: 0;
  }
  #abroad li:not(:nth-of-type(2n+1)) {
    margin-left: 0;
  }
}

/* p-about-other */
.p-about-other-title {
  margin-top: 64px;
}
.p-about-other-lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35em;
  margin-top: 80px;
}
.p-about-other-list {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 64px;
}
.p-about-other-unit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.333%;
}
.p-about-other-unit:nth-of-type(even) {
  margin-left: 3.334%;
}
.p-about-other-unit:nth-of-type(n+3) {
  margin-top: 80px;
}
.p-about-other-unit-title {
  margin-bottom: 24px;
}
.p-about-other-unit-txt {
  font-size: 1.5rem;
  line-height: 2em;
}
.p-about-link.p-about-link-2col {
  padding: 24px;
  margin-top: 24px;
}
#warranty_support li {
    width: 100%;
    margin-left: 0;
  }
.p-about-link.p-about-link-2col li {
  width: 47.5%;
  margin-left: 0;
}
.p-about-link.p-about-link-2col li:nth-of-type(even) {
  margin-left: 5%;
}
#warranty_support a{
    width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about-other-title {
    margin-top: 80px;
    padding-bottom: 0;
  }
  .p-about-other-lead {
    font-size: 1.6rem;
    line-height: 1.75em;
    margin-top: 32px;
  }
  .p-about-other-list {
    display: block;
    margin: 103px 0 80px;
  }
  .p-about-other-unit {
    display: block;
    width: 100%;
  }
  .p-about-other-unit:nth-of-type(even) {
    margin-left: 0;
  }
  .p-about-other-unit:nth-of-type(n+2),
  .p-about-other-unit:nth-of-type(n+3) {
    margin-top: 48px;
  }
  .p-about-other-unit-txt {
    font-size: 1.3rem;
  }
  .p-about-link.p-about-link-2col {
    padding: 32px 16px;
    margin-top: 48px;
  }
  .p-about-link.p-about-link-2col li {
    width: 100%;
  }
  .p-about-link.p-about-link-2col li:nth-of-type(even) {
    margin-left: 0;
  }
}