@charset "utf-8";

/**************************************************/
/*                                                */
/*                   パソコン用                   */
/*                                                */
/**************************************************/

/* ================================================
 * 共通
 * ================================================*/

.sp-only {
  display: none
}

a[href^="tel:"] {
  pointer-events: none;
}


/* ================================================
 * ヘッダー
 * ================================================*/
.l-header {
  z-index: 1001;
}

.header-inner {
  width: 1200px;
  display: flex;
  margin: 0 auto;
}

.header-top {
  border-bottom: solid 1px #E64800;
  background-color: #fff;
}

.header-top .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  color: #fff;
}

.header-top .logo {
  height: 100%;
  background-color: #fff;
  padding: 0 20px;
  display: grid;
  place-content: center;

}

.header-top .header-right {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #E64800;;
}

.header-top a {
  color: #fff;
}

.header-top .header-right .header-tel {
  padding: 0 30px;
  height: 100%;
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}

.fixed-menu .footer-tel .flex ,
.header-top .header-right .header-tel .flex {
  align-items: center;
  height: 100%;
}

.fixed-menu .footer-tel .font-eng ,
.header-top .header-right .header-tel .font-eng {
  font-size: 3.2rem;
}

.fixed-menu .footer-tel .txt-wrap ,
.header-top .header-right .header-tel .txt-wrap {
  font-size: 1rem;
}

.fixed-menu .footer-tel dl ,
.header-top .header-right .header-tel dl {
  display: flex;
  padding-left: 10px;
  line-height: 1.4;
}

.fixed-menu .footer-tel dt ,
.header-top .header-right .header-tel dt {
  width: 52px;
  position: relative;
  margin-right: 8px;

}

.fixed-menu .footer-tel dt::after ,
.header-top .header-right .header-tel dt::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  height: 10px;
  background-color: #fff;
}

.fixed-menu .footer-contact ,
.header-top .header-right .header-contact {
  width: 224px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}

.fixed-menu .footer-contact:hover ,
.header-top .header-right .header-contact:hover {
  background-color: #FF6134;
}


.fixed-menu .footer-contact::before ,
.header-top .header-right .header-contact::before {
  width: 17px;
  height: 12px;
  margin-right: 10px;
  margin-top: 2px;
}

/*GM*/
.header-menu {
  display: flex;
  justify-content: center;
  height: 66px;
  padding: 15px 0;
  width: 1200px;
}

.header-menu.sp-only {
  display: none;
}

.header-menu li {
  font-weight: 700;
  font-size: 1.4rem;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  padding-right: 36px;
  padding-left: 36px;
  position: relative;
}

@media screen and (min-width:1366px) {

}

.header-menu li:not(:last-of-type) {
  border-right: solid 1px #EF401A;
}

.header-menu li a:hover {
  color: #E6481B;
}

/*submenu*/
.header-menu li .header-submenu {
  flex-direction: column;
  position: absolute;
  top: 51px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.header-menu li.nav-company .header-submenu {
  left: inherit;
  right: 0;
  transform: translateX(0);
}

.header-menu li .header-submenu li {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  white-space: nowrap;
  margin-left: 10px;
  line-height: 2.4rem;
  padding: 0 40px;
  z-index: 1000;
  border-right: none;
}

.header-menu>li:hover .header-submenu li ,
.header-menu>li:active .header-submenu li {
  height: 4rem;
  background-color: rgba(255,255,255,0.9);
  transform: scale(1.008);
}

.header-menu>li:hover .header-submenu li:last-of-type ,
.header-menu>li:active .header-submenu li:last-of-type {
  padding-bottom: 2rem;
  height: 6rem;
}

.header-menu>li:hover .header-submenu li:first-of-type ,
.header-menu>li:active .header-submenu li:first-of-type {
  padding-top: 2rem;
  height: 6rem;
}


/*現在のページのNAVを赤に*/
.ir-page .header-menu>.nav-ir a,
.news-page .header-menu>.nav-news a,
.sdgs-page .header-submenu>.nav-sdgs a,
.division-page .header-submenu>.nav-division a,
.vision-page .header-submenu>.nav-vision a,
.company-index-page .header-submenu>.nav-company a,
.company-page .header-menu>.nav-company ,
.recruit-page .header-menu>.nav-recruit a,
.sell-page .header-submenu>.nav-sell a,
.consulting-index-page .header-submenu>.nav-consulting a,
.consulting-page .header-menu>.nav-consulting,
.renovation-page .header-submenu>.nav-renovation a,
.solution-index-page .header-submenu>.nav-solution a,
.service-index-page .header-submenu>.nav-service a,
.service-page .header-menu>.nav-service,
.new-property-page .header-menu>.nav-property-new a ,
.property-index-page .header-menu>.nav-property a ,
.about-us-page .header-menu>.nav-about-us a {
  color: #E6481B;
}

.ir-page.company-page .header-menu>.nav-company {
  color: #333;
}
/*.division-page .header-submenu>.nav-division a ,
.vision-page .header-submenu>.nav-vision a {
  color: #E6481B;
}*/
/* ================================================
 * フッター
 * ================================================*/
.l-footer {
  padding-bottom: 60px;
}

.footer-top {
  padding: 60px 0;
  margin-bottom: -44px;
}

.footer-top .inner {
  padding-left: 20px;
}

.footer-menu>li:not(:first-of-type) {
  margin-top: 40px;
}

.footer-menu .footer-sub-menu {
  margin-top: 17px;
}

.footer-menu .footer-sub-menu li {
  font-size: 1.3rem;
  margin-bottom: 13px;
  padding-left: 10px;
}

.footer-top .footer-left ,
.footer-top .footer-mid {
  margin-right: 40px;
}

.footer-top .renovation-link {
  background-color: #fff;
  padding: 6px 0;
}
.footer-top .ipo-link {
  margin-top: 1rem;
  a {
    display: block;
    &.f-bnr-market {
      text-align: center;
      img {
          max-width: 115px;
        width: 100%;
      }
    }
    &:hover {
      opacity: .6;
    }
  }
}

.footer-top .renovation-link a {
  display: block;
}

.footer-top .renovation-link a:hover {
  opacity: 0.7;
}

.footer-top .company-wrap {
  margin-top: -50px;
  margin-left: auto;
  height: calc(100% + 100px);
  padding: 78px 40px 60px;
}

.footer-top .company-wrap .top-txt {
  font-size: 1.4rem;
  margin-bottom: 13px;
}

.footer-top .company-wrap .about-wrap {
  margin-top: 60px;
  border-left: solid 1px #DDDDDD;
  padding-left: 20px;
}

.footer-top .company-wrap .ttl {
  font-size: 1.4rem;
  margin-bottom: 10px;
  white-space: nowrap;
}

.footer-top .company-wrap .ttl.last {
  margin-top: 30px;
}

.footer-top .company-wrap .address ,
.footer-top .company-wrap .tel {
  font-size: 1.2rem;
  white-space: nowrap;
}

.l-footer small {
  margin-top: 60px;
  white-space: nowrap;
}

/*menuの横位置を合わせる*/
.footer-menu>li:first-of-type {
  height: 72px;
}

.footer-menu>li:nth-of-type(2) {
  height: 124px;
}

.footer-right .footer-menu>li {
  height: inherit;
}

/*fixed-menu*/
.fixed-menu {
  width: 100vw;
  min-width: 1200px;
}

.fixed-menu .fixed-btn {
  width: calc(100% /3);
  height: 60px;
  font-size: 1.4rem;
}

.fixed-menu .fixed-btn[href^="tel:"]:hover {
  background-color: #E64800;
}

.fixed-menu .footer-tel dt {
  width: 58px;
  text-align: left;
}
.footer-consulting::before {
  width: 17px;
  height: 20px;
  margin-right: 10px;
}


/*-- ページトップ --*/
#page-top {
  bottom: 66px;
  right: 2%;
  width: 160px;
  height: 80px;
}

#page-top a {
  padding-top: 20px;
  transition: all 0.3s;
}

/**************************************************/
/*                                                */
/*             　モジュール（パーツ）　　         */
/*                                                */
/**************************************************/

/* ================================================
 * ページネーション
 * ================================================*/
.pager li:not(:last-of-type) {
  margin-right: 34px;
}
.pager a {
  font-size: 2.4rem;
  line-height: 46px;
}

/**************************************************/
/*                                                */
/*             　　共通の装飾　　　        　　　　 */
/*                                                */
/**************************************************/
.inner {
  width: 1200px;
  margin: 0 auto;
}

/*section-ttl*/
.section-ttl .font-eng {
  font-size: 6rem;
}

.section-ttl .top-txt {
  font-size: 2.4rem;
}

.section-ttl .sub-txt {
  font-size: 1.8rem;
  width: 1200px;
  margin-top: 12px;
}

/*propertyのcategory-list*/
.category-list li:not(:last-of-type) {
  margin-right: 5px;
}

.type-2 ,
.type-1 {
  font-size: 1.4rem;
  padding: 4px 17px;
}

/*propertyのtag-list*/
.tag-list {
  font-size: 1.4rem;
  min-height: 20px;
}

.tag-list li:not(:last-of-type) {
  margin-right: 10px;
}

/*btn*/
.btn {
  width: 200px;
  height: 50px;
  font-size: 2rem;
}

/*下層MV*/
#page .mv-wrap {
  height: 200px;
  min-width: 1200px;
}

#page .mv-wrap .mv-ttl {
  font-size: 1.8rem;
}

#page .mv-wrap .mv-ttl .font-eng {
  font-size: 6rem;
  margin-bottom: 8px;
}

/*下層top-wrap*/
.sdgs-page .top-wrap ,
.online-page .top-wrap ,
.consulting-page .top-wrap ,
.service-page .top-wrap ,
.vision-page .top-wrap ,
.about-us-page .top-wrap ,
.recruit-page .top-wrap {
  padding: 50px 0;
  text-align: center;
  margin-top: 12px;
}

.sdgs-page .top-txt ,
.online-page .top-txt ,
.consulting-page .top-txt ,
.service-page .top-txt ,
.vision-page .top-txt ,
.about-us-page .top-txt ,
.recruit-page .top-txt {
  font-size: 4rem;
}

.sdgs-page .top-sub-txt ,
.online-page .top-sub-txt ,
.consulting-page .top-sub-txt ,
.service-page .top-sub-txt ,
.vision-page .top-sub-txt ,
.about-us-page .top-sub-txt ,
.recruit-page .top-sub-txt {
  margin-top: 40px;
}
/**************************************************/
/*                                                */
/*             　　　ページ　　　        　　　　 */
/*                                                */
/**************************************************/
/* ================================================
 * トップ
 * ================================================*/
/*mv*/
#top .mv-wrap .inner ,
#top .mv-wrap {
  height: calc(100vh - 138px);


}

.touch-device #top .mv-wrap .inner ,
.touch-device #top .mv-wrap {
  height: inherit;
  min-height: calc(100vh - 138px);
  min-height: calc(var(--vh, 1vh) * 100 - 138px);
}

#top .mv-wrap .inner {
  position: relative;
}

#top .mv-wrap .top-txt-wrap {
  padding-top: 50%;
  transform: translateY(-50%);
  padding-left: 20px;
}

#top .mv-wrap .top-txt-wrap .font-eng {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

#top .mv-wrap .main-txt {
  font-size: 6.7rem;
  margin-bottom: 20px;
}

#top .mv-wrap .sub-txt {
  font-size: 1.4rem;
}

#top .mv-wrap figure {
  width: calc(600/1200*100%);
  height: fit-content;
  position: absolute;
  top: 12vw;
  right: 0;
  & img {
    width: 100%;
    height: auto;
  }
}

#top .mv-wrap .top-news-wrap {
  left: 50vw;
  width: 614px;
}

#top .mv-wrap .top-news-wrap a:hover {
  opacity: 0.7;
}

#top .mv-wrap .top-news-wrap dl {
  display: flex;
  align-items: center;
  padding: 30px 50px;
}

#top .mv-wrap .top-news-wrap dt {
  font-size: 2.4rem;
  margin-right: 50px;
}

#top .mv-wrap .top-news-wrap dd {
  font-size: 1.4rem;
}

#top .mv-wrap .scroll {
  bottom: 150px;
  left: 40px;
}

#top .mv-wrap .scroll::after {
  width: 200px;
  top: 6px;
}

@keyframes pathmove{
  0%{
    width: 0;
    right: -10px;
  }
  100%{
    width: 200px;
    right: -210px;
  }
}

/*recommend-section*/
.recommend-section {
  padding: 80px 0;
}

.recommend-section>.inner {
  padding-left: 50px;
}

.recommend-section .section-ttl .top-txt {
  margin-bottom: 30px;
}

.recommend-slider-wrap {
  margin-top: 30px;
  width: 1420px;
}

.recommend-slider .slick-track>li {
  width: 660px;
}

.recommend-slider li .txt-wrap {
  width: 660px;
  margin-top: 12px;
}

.recommend-slider li .ttl {
  margin-top: 12px;
  font-size: 1.8rem;
  -webkit-line-clamp: 1;
}

.recommend-slider li .concept {
  margin-top: 12px;
  font-size: 1.4rem;
  -webkit-line-clamp: 3;
}

.recommend-section .btn {
  margin-top: 67px;
}

/*sliderカスタマイズ*/
.recommend-slider .slick-prev {
  left: auto;
  right: 390px;
  top: -97px;
}

.recommend-slider .slick-next {
  right: 320px;
  top: -97px;
}

.recommend-slider .img-wrap {
  width: 660px;
  height: 400px;
}

.recommend-slider .category-list {
  top: 9px;
  left: 4px;
}

/*property-section*/
.property-section {
  padding: 80px 0 135px;
}

.property-list {
  margin-top: 50px;
  padding: 0 50px;
}

.property-list>li {
  width: 335px;
  margin-bottom: 40px;
}

.property-list>li:not(:nth-of-type(3n)) {
  margin-right: 47.5px;
}

.property-list .img-wrap {
  width: 335px;
  height: 237px;
}



.property-list .category-list {
  top: 9px;
  left: 9px;
}

.property-list .txt-wrap {
  margin-top: 12px;
}

.property-list .ttl {
  margin-top: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.property-section .btn {
  margin-top: 20px;
}

/*online-section*/
.online-section .inner {
  background-color: #F8F8F8;
  width: 1100px;
  margin: 0 auto;
}

.online-section .inner::before {
  width: 1100px;
}

.online-section .section-ttl .font-eng {
  font-size: 10rem;
  position: absolute;
  right: 0;
  top: -50px;
}

.online-section .section-ttl .top-txt {
  text-align: left;
  margin-top: 70px;
  margin-left: 70px;
  font-size: 3.2rem;
}

.online-section .sub-txt {
  margin-top: 32px;
  margin-left: 70px;
  margin-right: 70px;
  font-size: 1.4rem;
}

.online-section .btn {
  margin-top: 30px;
}

/*news-section*/
.news-section {
  padding: 160px 0 120px;
}

.news-section>.inner>.flex {
  justify-content: space-between;
  align-items: center;
}

.news-section .section-ttl {
  width: 430px;
}

.news-section .section-ttl .sub-txt {
  width: 100%;
}

.news-section .news-list {
  width: 770px;
}

.news-section dl {
  padding: 30px 40px;
  align-items: center;
  position: relative;
}

.news-section dl::after {
  content: '';
  display: inline-block;
  background-color: #F8F8F8;
  position: absolute;
  height: 100%;
  width: calc(50vw - 600px);
  left: 770px;
  top: 0;
  transition: all 0.3s;
}

.news-section a:hover dl::after {
  opacity: 0.7;
}

.news-section li:not(:last-of-type) dl {
  margin-bottom: 12px;
}

.news-section .date {
  font-size: 3rem;
  width: 200px;
  flex: 0 0 auto;
}

.news-section .date::before {
  width: 12px;
  height: 12px;
  margin-right: 20px;
  transform: translateY(-4px);
}

.news-section li dd {
  display: flex;
  align-items: center;
  min-height: 44.8px;
}

.news-section .btn {
  margin-top: 60px;
}

/*service-section*/

.service-section::before {
  min-width: 1366px;
  width: 100vw;
  height: 240px;
}

.service-section .inner{
  padding: 190px 0 100px;
}

.service-section .section-ttl .font-eng {
  font-size: 10rem;
}

.service-section .top-txt {
  font-size: 3.2rem;
  margin-top: 30px;
}

.service-section .sub-txt {
  margin: 60px auto 0;
  font-size: 1.4rem;
  text-align: center;
}

.service-section .service-page-btn {
  margin-top: 60px;
}

.service-section .service-flex {
  margin-top: 60px;
  width: 1200px;
  min-height: 438px;
  align-items: stretch;
}

.service-section .service-flex li {
  width: 50%;
  padding: 75px 70px 60px;
}

.service-section .service-ttl .txt {
  font-size: 1.8rem;
}

.service-section .service-ttl .font-eng {
  font-size: 10rem;
  top: 40px;
}

.service-section .service-flex li p {
  margin-top: 60px;
  font-size: 1.4rem;
}

.service-section .service-flex .renovation-page-btn ,
.service-section .service-flex .solution-page-btn {
  margin-top: auto;
}

.service-section .consulting-wrap {
  margin: 100px auto 0;
  width: 1100px;
}

.service-section .consulting-wrap .img-wrap {
  width: 398px;
  height: 239px;
  flex: 0 0 auto;
}

.service-section .consulting-wrap .txt-wrap {
  padding: 60px 170px 60px 60px;
}

.service-section .consulting-ttl {
  font-size: 2.4rem;
}

.service-section .consulting-wrap p {
  font-size: 1.4rem;
  margin-top: 20px;
}

.service-section .consulting-wrap .btn {
  position: absolute;
  right: 60px;
  top: 95px;
}

/*recruit-section*/
.recruit-section {
  padding-bottom: 189px;
}

.recruit-section .inner {
  padding: 0 50px;
}

.recruit-section .section-ttl .sub-txt ,
.recruit-section .section-ttl .font-eng {
  width: fit-content;
  width: -moz-fit-content;
}

.recruit-section .recruit-list {
  margin-left: 140px;
}

.recruit-section .recruit-list li .img-wrap ,
.recruit-section .recruit-list li {
  width: 960px;
  height: 220px;
  font-size: 2.4rem;
}

.recruit-section .recruit-list li .btn {
  right: 300px;
}

/* ================================================
 * 私たちについて
 * ================================================*/

.about-us-page .top-sub-txt {
  margin: 28px auto 0;
}

.consulting-page .about-us-ttl ,
.service-page .about-us-ttl ,
.vision-page .about-us-ttl ,
.about-us-page .about-us-ttl {
  margin-top: 100px;
  font-size: 2.8rem;
}

.consulting-page .about-us-ttl>span ,
.service-page .about-us-ttl>span ,
.vision-page .about-us-ttl>span ,
.about-us-page .about-us-ttl>span {
  font-size: 4.6rem;
}

.consulting-page .about-us-ttl .font-eng ,
.service-page .about-us-ttl .font-eng ,
.vision-page .about-us-ttl .font-eng ,
.about-us-page .about-us-ttl .font-eng {
  font-size: 10rem;
}

.about-us-page .advantage-item {
  padding: 50px 40px;
  margin-top: 150px;
  position: relative;
}

.about-us-page .advantage-item:nth-of-type(2n+1){
  flex-direction: row-reverse;
}

.about-us-page .advantage-item:first-of-type {
  margin-top: 46px;
}

.about-us-page .advantage-item .img-wrap {
  position: absolute;
  top: 50px;
  left: -83px;
  width: 683px;
}

.about-us-page .advantage-item:nth-of-type(2n) .img-wrap {
  left: 600px;
}

.about-us-page .advantage-item:last-of-type {
  margin-bottom: 239px;
}

.about-us-page .advantage-item .txt-wrap {
  width: 518px;
  padding-top: 70px;
}

.about-us-page .advantage-item .number {
  font-size: 13rem;
}

.about-us-page .advantage-ttl {
  font-size: 3.2rem;
}

.about-us-page .advantage-ttl span {
  font-size: 4.2rem;
}

.about-us-page .advantage-txt {
  margin-top: 48px;
}

/* ================================================
 * 事業内容
 * ================================================*/

.service-page .service-flex {
  width: 1100px;
  margin: 70px auto 0;
  justify-content: space-between;
}

.service-page .service-flex .txt-wrap {
  width: 520px;
}

.service-page .service-flex .img-wrap {
  width: 550px;
}

.service-page .service-txt {
  margin-top: 28px;
}

.service-page .flow-wrap ,
.service-page .graph-wrap {
  width: 900px;
  margin: 60px auto;
}

.service-page .company-item {
  padding: 50px;
  width: 1100px;
  margin: 0 auto;
}

.service-page .company-item:not(:first-of-type) {
  margin-top: 120px;
}

.service-page .company-item>.flex {
  justify-content: space-between;
}

.service-page .service-ttl {
  padding-left: 50px;
}

.service-page .service-flex .service-ttl {
  padding-left: 0;
}

.service-page .service-txt {
  padding: 0 50px;
}

.service-page .service-flex .service-txt {
  padding: 0;
}

.service-page .service-idea-ttl {
  font-size: 4.2rem;
  margin-bottom: 50px;
}

.service-page .company-item .number {
  font-size: 10rem;
  top: 50px;
  right: 50px;
}

.service-page .company-item .txt-wrap {
  width: 650px;
}

.service-page .company-item.item-01 .img-wrap:not(:first-of-type) {
  margin-top: 20px;
}

.service-page .company-item.item-02 .caution-txt {
  font-size: 1.2rem;
}

.service-page .company-item.item-03 {
  margin-bottom: 239px;
}

.service-page .company-item.item-03 .txt-wrap {
  width: 550px;
}

.service-page .company-item.item-03 .img-column {
  display: flex;
  justify-content: space-between;
  width: 416px;
}

/* ================================================
 * トータル・ソリューション部（リノベーション部と共通）
 * ================================================*/

.solution-page .solution-ttl {
  font-size: 3.2rem;
  padding-top: 20px;
  width: 1100px;
  margin: 100px auto 30px;
}

.solution-page .solution-ttl.ttl-01 {
  margin-top: 70px;
}

.solution-page .solution-ttl .impact {
  font-size: 4.2rem;
}

.solution-page .solution-ttl .font-eng {
  font-size: 8rem;
  margin-right: 10px;
  transform: translateY(6px);
    display: inline-block;
}

.solution-page .solution-txt {
  width: 1100px;
  margin: 28px auto 0;
}

.solution-page .img-flex {
  width: 1100px;
  margin: 30px auto 0;
  justify-content: space-between;
}

.solution-page .img-flex .logo-wrap {
  width: 390px;
  height: 300px;
}

.solution-page .solution-sub-ttl {
  width: 1100px;
  margin: 70px auto 30px;
  font-size: 3rem;
}

.solution-page .exterior-flex .txt-wrap .solution-txt {
  width: 347px;
  margin-top: 0;
}

.solution-page .treeden-wrap {
  width: 818px;
  margin: 30px auto 17px;
}

.solution-page .attention-flex .txt-wrap .solution-txt {
  width: 689px;
}

.solution-page .attention-flex .img-wrap:not(:first-of-type) {
  margin-top: 15px;
}

.solution-page .instagram-wrap {
  margin-top: 100px;
  margin-bottom: 189px;
}

/* ================================================
 * リノベーション部
 * ================================================*/
.renovation-page .renovation-flex:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.renovation-page .renovation-flex .solution-txt {
  width: 520px;
}

/* ================================================
 * 物件情報
 * ================================================*/
.property-page .property-section {
  padding: 20px 0 189px;
}

.property-page .property-list {
  margin-top: 0;
  align-items: stretch;
}

.property-page .detail-wrap dd.line-clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 84px;
}

/*search-section*/
.property-page .search-section {
  margin-top: 57px;
}

.property-page .search-section .inner {
  padding: 20px 80px;
  width: 1100px;
}

.property-page .type-list {
}

.property-page .type-list:not(:last-of-type) {
  margin-bottom: 20px;
}

.property-page .type-list label {
  font-size: 1.8rem;
  width: 140px;
  height: 50px;
}

.property-page .type-list li:not(:last-of-type) {
  margin-right: 20px;
}

.property-page .counter {
  margin-right: 50px;
}

/* ================================================
 * 物件情報詳細
 * ================================================*/
.detail-page .property-section {
  padding-top: 60px;
}

.detail-page .top-flex {
  width: 1100px;
  margin: 0 auto;
}

.detail-page .top-flex .date {
  font-size: 1.5rem;
}

.detail-page .tag-list {
  margin: 10px auto 0;
  width: 1100px;
}

.detail-page .property-section .ttl {
  font-size: 2.25rem;
  width: 1100px;
  margin: 0 auto;
}

_:lang(x)+_:-webkit-full-screen-document, .detail-page .ttl {
  font-size: 2.2rem;
}

.detail-page .slider-wrap {
  margin-top: 27px;
  margin-bottom: 80px;
  width: 1200px;
  height: 716px;
}

.detail-page .property-slider ,
.detail-page .property-slider li {
  width: 1000px;
  height: 716px;
}

.detail-page .property-slider {
  margin: 0 auto;
}

.detail-page .slick-next {
  right: -50px;
}

.detail-page .slick-prev {
  left: -50px;
}

.detail-page .property-thumb {
  flex-wrap: wrap;
  width: 1000px;
  margin: 50px auto 0;
}

.detail-page .property-thumb li {
  width: 90px!important;
  height: 64.5px;
  margin-bottom: 11px;
  overflow: hidden;
  cursor: pointer;
}

.detail-page .property-thumb li img {
  transition: all 0.3s;
}

.detail-page .property-thumb li:hover img {
  transform: scale(1.15);
}

.detail-page .property-thumb li:not(:nth-of-type(10n)) {
  margin-right: calc(100px /9);
}

.detail-page .property-thumb .slick-track {
  width: 1000px !important;
  margin: 0 auto;
  transform: translate3d(0px, 0px, 0px) !important;
}

.detail-page .main-info {
  padding: 40px;
  width: 1000px;
  margin: 40px auto 0;
}

.detail-page .main-info-list {
  flex-wrap: wrap;
}

.detail-page .main-info li:not(:nth-of-type(3n)) {
  margin-right: 110px;
}

.detail-page .main-info li:not(:last-of-type) {
  margin-bottom: 35px;
}

.detail-page .main-info dt {
  width: 93px;
  height: 36px;
  margin-right: 30px;
}

.detail-page .property-section .top-txt {
  width: 1000px;
  margin: 50px auto 0;
}

.detail-page .panorama-wrap {
  width: 1000px;
  margin: 30px auto 0;
}

.detail-page .youtube-wrap {
  width: 1000px;
  margin: 30px auto 0;
}

.detail-page .youtube-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.detail-page .contact-btn {
  width: 374px;
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 1.8rem;
}

.detail-page .detail-wrap {
  width: 1000px;
  margin: 60px auto 0;
}

.detail-page .detail-wrap.flex {
  margin-top: 37px;
}

.detail-page .detail-wrap .left {
  width: 500px;
  padding-right: 18px;
  margin-right: 18px;
  border-right: solid 1px #AAAAAA;
}

.detail-page .detail-wrap .right {
  width: 482px;
}

.property-page .detail-wrap dl,
.detail-page .detail-wrap dl {
  justify-content: space-between;
  padding-bottom: 11.5px;
  margin-bottom: 11.5px;
  width: 100%;
}

.property-page .detail-wrap dl.long,
.detail-page .detail-wrap dl.long {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.detail-page .detail-wrap dl.absolute {
  position: relative;
  justify-content: flex-end;
}

.detail-page .detail-wrap dl.absolute dt {
  position: absolute;
  top: 0;
  left: 0;
}

.detail-page .detail-wrap dl.absolute dd {
  text-align: right;
}

.detail-page .detail-wrap dl.absolute dd .parking-txt {
  text-align: left;
  display: block;
}

.detail-page .detail-wrap .sub-txt {
  font-size: 1.4rem;
}

.property-page .detail-wrap .large,
.detail-page .main-info .large ,
.detail-page .detail-wrap .large {
  font-size: 2.2rem;
  margin-right: 4px;
}

.detail-page .maps-outer {
  width: 1000px;
  height: 387px;
  margin: 50px auto 0;
}

.detail-page .detail-wrap.access-wrap {
  margin-top: 30px;
  margin-bottom: 80px;
}

.detail-page .property-ttl {
  width: 1000px;
  margin: 50px auto 0;
  font-size: 2rem;
  padding-top: 20px;
}

.detail-page .property-subttl {
  width: 1000px;
  margin: 50px auto 0;
  font-size: 1.8rem;
  padding-bottom: 12px;
}

.detail-page .detail-wrap.facility-wrap {
  margin-top: 50px;
  margin-bottom: 0;
}

.detail-page .facility-wrap dd span {
  margin-right: 16px;
  font-size: 1.4rem
}

.detail-page .others-wrap {
  padding: 20px;
}

.detail-page .btn-wrap {
  justify-content: center;
  margin-top: 50px;
}

.detail-page .btn-wrap .back-btn {
  margin-right: 30px;
  font-size: 1.8rem;
}

/* ================================================
 * 新着物件一覧
 * ================================================*/
.new-property-page .new-property-wrap {
  margin-top: 12px;
  padding-top: 50px;
}

.new-property-page .search-section  {
  margin-top: 36px;
}

.new-property-page .property-section {
  padding-bottom: 140px;
}

.new-property-page .property-list>li {
  width: 530px;
  margin-bottom: 82px;
}

.new-property-page .property-list>li:not(:nth-of-type(3n)) {
  margin-right: 0;
}

.new-property-page .property-list>li:nth-of-type(2n) {
  margin-left: 40px;
}

.new-property-page .property-list .img-wrap {
    width: 530px;
    height: 440px;
}

.new-property-page .property-list .txt-wrap {
  margin: 30px 20px;
}

.new-property-page .property-list .detail-wrap>.flex {
  justify-content: space-between;
}

.new-property-page .detail-wrap dd.line-clamp {
  -webkit-line-clamp: 2;
  min-height: 56px;
}

/* ================================================
 * 新着物件詳細
 * ================================================*/
.new-property-page.detail-page .property-section {
  padding-top: 50px;
  margin-top: 12px;
}

.new-property-page.detail-page .section-ttl {
  margin-bottom: 36px;
}

.new-property-page.detail-page .icon-flex {
  align-items: center;
  margin: 0 auto 17px;
  width: 1100px;
}

.new-property-page.detail-page .icon-flex .img-wrap {
  flex: 0 0 auto;
}

.new-property-page.detail-page .top-flex {
  width: 1023px;
  margin: 0;
}

.new-property-page.detail-page .main-info {
  width: 1100px;
}

.new-property-page .top-txt-flex {
  margin: 50px auto 0;
  width: 1100px;
  justify-content: space-between;
}

.new-property-page.detail-page .property-section .top-txt {
  margin: 0;
  width: 500px;
}

.new-property-page .top-txt-flex .img-wrap {
  width: 550px;
  height: 416px;
  margin-bottom: 58px;
}

.new-property-page .top-txt-flex .img-wrap .top-txt-flex-caption {
  text-align: center;
}

.new-property-page .property-new-slider-wrap {
  margin-top: 50px;
  margin-bottom: 80px;
  width: 100vw;
  margin-left: 600px;
  transform: translateX(-50vw);
}

.new-property-page .property-new-slider li {
  height: 16vw;
}

.new-property-page.detail-page .panorama-wrap {
  width: 1100px;
  margin: 50px auto 80px;
}

.new-property-page .floor-plan-wrap {
  width: 1100px;
  height: 900px;
  margin: 50px auto 10px;
}

.new-property-page .floor-plan-caption {
  text-align: center;
  margin-bottom: 80px;
}

.new-property-page .white-column {
  padding: 80px 0;
  margin-top: 50px;
}

.new-property-page.detail-page .maps-outer {
  margin-top: 0;
}

.new-property-page.detail-page .property-section {
  padding-bottom: 189px;
}

/* ================================================
 * オンライン内見
 * ================================================*/
.online-page .flow-section {
  padding: 70px 0 0;
}

.online-page .flow-list {
  margin-top: 75px;
  justify-content: space-between;
}

.online-page .flow-list li {
  width: 248px;
}

.online-page .flow-list li:not(:last-of-type)::after {
  transform: rotate(-45deg);
  top: 70px;
  right: -40px;
}

.online-page .flow-list .number {
  font-size: 3rem;
  width: 42px;
  height: 42px;
  top: -21px;
}

.online-page .flow-list .ttl {
  margin-top: 16px;
}

.online-page .flow-list .txt {
  font-size: 1.4rem;
  margin-top: 10px;
}

.online-page .property-btn {
  font-size: 1.8rem;
  margin-top: 50px;
}

.online-page .introduction-section {
  margin: 100px auto 189px;
}

.online-page .balloon-flex {
  margin: 30px auto 0;
  width: 1000px;
}

.online-page .balloon-flex:first-of-type {
  margin-top: 74px;
}

.online-page .balloon-flex.pink {
  align-items: baseline
}

.online-page .balloon-flex.pink>.img-wrap {
  transform: translateY(-20px);
}

.online-page .balloon-flex.pink .txt-wrap::after {
  top: 105px;
}

.online-page .balloon-flex .txt-wrap .inner-flex {
  align-items: center;
}

.online-page .balloon-flex .txt-wrap .inner-flex p {
  width: 495px;
}

.online-page .balloon-flex .txt-wrap .inner-flex:not(:first-of-type) {
  margin-top: 30px;
}

.online-page .balloon-flex.pink .txt-wrap .inner-flex {
  flex-direction: row-reverse;
}

.online-page .balloon-flex .txt-wrap .img-wrap {
  padding: 10px;
  margin-right: 25px;
}

.online-page .balloon-flex.pink .txt-wrap .img-wrap {
  margin-right: 0;
  margin-left: 25px;
}

.online-page .last-note {
  width: 1000px;
  margin: 100px auto 0;
  font-size: 2.8rem;
  padding: 30px 30px 30px 173px;

}
/* ================================================
 * おしらせ
 * ================================================*/
.news-page .news-section {
  padding: 50px 0 189px;
}
.news-page .news-list {
  width: 1000px;
  margin: 0 auto;
}
.news-page .news-item {
  padding: 40px;
}

.news-page .news-item:not(:last-of-type) {
  margin-bottom: 70px;
}

.news-page .news-ttl {
  font-size: 1.8rem;
  margin-top: 30px;
}

.news-page .contents-wrap {
  margin-top: 30px;
}

.news-page .news-item .img-wrap {
  width: 400px;
  height: 300px;
  margin-right: 30px;
  flex: 0 0 auto;
}

.news-page .news-item .txt:not(:first-of-type) {
  margin-top: 16px;
}

.news-page .news-item .link-txt {
  margin-top: 30px;
}

.news-page .pager-wrap {
  margin-top: 50px;
}

.news-page .movie-wrap {
  height: 517.5px;
  margin-top: 30px;
}


/* ================================================
 * 買取の無料相談
 * ================================================*/
.consulting-page .consulting-section {
  margin-bottom: 189px;
}

.consulting-page .consulting-flex {
  margin: 70px auto 0;
  justify-content: space-between;
  width: 1100px;

}

.consulting-page .consulting-flex:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.consulting-page .consulting-flex .txt-wrap {
  width: 660px;
}

.consulting-page .consulting-flex .consulting-ttl {
  font-size: 3.2rem;
}

.consulting-page .consulting-flex .consulting-ttl span {
  font-size: 4.2rem;
}

.consulting-page .consulting-flex p {
  margin-top: 28px;
}

.consulting-page .contact-link-wrap {
  width: 1100px;
  margin: 70px auto 0;;
}

.consulting-page .contact-link-wrap .txt-wrap {
  width: 740px;
  padding: 30px;
}

.consulting-page .contact-link-wrap .txt {
  font-size: 2rem;
}

.consulting-page .contact-link-wrap .txt-wrap>.flex {
  align-items: center;
  justify-content: space-between;
}

.consulting-page .contact-link-wrap .txt2 {
  font-size: 1.8rem;
  margin-top: 8px;
}

.consulting-page .contact-link-wrap .font-eng {
  font-size: 6.5rem;
  margin-top: 8px;
}

.consulting-page .contact-link-wrap .notice-wrap {
  font-size: 1.4rem;
}

.consulting-page .contact-link-wrap .notice-wrap dl:not(:first-of-type) {
  margin-left: 20px;
}

.consulting-page .contact-link-wrap .notice-wrap dt {
  margin-right: 8px;
  padding-right: 8px;
}

.consulting-page .contact-link-wrap .btn {
  font-size: 1.8rem;
  width: 336px;
}

.consulting-page .consulting-item {
  width: 1100px;
  margin: 120px auto 0;
  padding: 50px;
}

.consulting-page .consulting-item.last {
  margin-bottom: 115px;
}

.consulting-page .consulting-item.item-01 {
  margin-top: 60px;
}

.consulting-page .consulting-item .number {
  top: 50px;
  right: 50px;
  font-size: 10rem;
}

.consulting-page .consulting-item .ttl {
  font-size: 4.2rem;
}

.consulting-page .consulting-item .sub-ttl {
  font-size: 2rem;
  margin-top: 20px;
}

.consulting-page .consulting-item .txt {
  margin-top: 40px;
}

.consulting-page .consulting-item .item-ttl {
  font-size: 2rem;
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.consulting-page .flow-list li {
  width: 150px;
  padding-top: 21px;
}

.consulting-page .flow-list li:not(:first-of-type) {
  margin-left: 20px;
}

.consulting-page .flow-list .icon-wrap {
  width: 150px;
  height: 150px;
}

.consulting-page .flow-list .list-number {
  width: 42px;
  height: 42px;
  font-size: 3rem;
  top: -21px;
}

.consulting-page .flow-list .img-wrap {
  width: 80px;
  height: 80px;

}

.consulting-page .flow-list .img-wrap.img-02 {
  width: 90px;
}

.consulting-page .flow-list .list-ttl {
  margin-top: 10px;
}

.consulting-page .flow-list .list-txt {
  font-size: 1.4rem;
  margin-top: 10px;
}

.consulting-page .consulting-item .btn {
  width: 336px;
  font-size: 1.8rem;
  margin-top: 30px;
}

.consulting-page .company-item .item-sub-ttl {
  font-size: 2rem;
  margin-top: 30px;
}

.consulting-page .company-item .item-txt {
  margin-top: 16px;
}


.consulting-page .company-item .merit-wrap {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
}

.consulting-page .company-item .merit-wrap li {
  margin-top: 6px;
}

.consulting-page .company-item .merit-flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}

.consulting-page .company-item .flex .merit-wrap {
  width: 480px;
}

.consulting-page .company-item .conclusion-list {
  padding-left: 48px;
}

.consulting-page .company-item .conclusion-list li {
  margin-top: 6px;
}

.consulting-page .consulting-item .example-wrap {
  margin: 50px auto;
  width: 900px;
}

.consulting-page .consulting-item .txt.txt-last {
  margin-top: 10px;
}

.consulting-page .case-list {
  margin-top: 30px;
  margin-bottom: -30px;
}

.consulting-page .case-list li {
  width: 480px;
  margin-bottom: 30px;
}

.consulting-page .case-list li:nth-of-type(2n) {
  margin-left: 40px;
}

.consulting-page .case-list .img-wrap {
  width: 130px;
  height: 130px;
  margin-right: 20px;
}

.consulting-page .case-list .txt-wrap {
  width: 350px;
}

.consulting-page .consulting-item .case-list .font-eng {
  font-size: 3rem;
}

.consulting-page .consulting-item .case-list .ttl {
  font-size: 2rem;
  margin-top: 10px;
  white-space: nowrap;
}

.consulting-page .consulting-item .case-list .txt {
  margin-top: 10px;
}

.consulting-page .consulting-item .impact-txt {
  font-size: 3rem;
  margin-top: 40px;
  margin-bottom: 30px;
}

/* ================================================
 * 事例紹介
 * ================================================*/
.sell-page .case-item {
  margin: 70px auto 0;
  width: 1100px;
}

.sell-page .case-item#item01 {
  margin-top: 60px;
}

.sell-page .case-ttl-flex {
  align-items: center;
}

.sell-page .case-ttl-flex .img-wrap {
  width: 130px;
  height: 130px;
  margin-right: 27px;
}

.sell-page .case-ttl-flex .number {
  font-size: 3rem;
}

.sell-page .case-ttl-flex .number span {
  font-size: 5rem;
}

.sell-page .case-ttl-flex .case-ttl {
  font-size: 3rem;
  margin-top: 8px;
}

.sell-page .case-ttl-flex .case-ttl span {
  font-size: 2rem;
}

.online-page .balloon-flex ,
.sell-page .balloon-flex {
  line-height: 1.75;
  justify-content: space-between;
  align-items: center;
}

.sell-page .balloon-flex {
  padding: 50px 50px 0;
}

.online-page .balloon-flex.gray ,
.sell-page .balloon-flex.gray {
  flex-direction: row-reverse;
}

.online-page .balloon-flex .txt-wrap ,
.sell-page .balloon-flex .txt-wrap {
  width: 810px;
  padding: 20px;
}

.online-page .balloon-flex .txt-wrap::after ,
.sell-page .balloon-flex .txt-wrap::after {
  transform: scaleY(0.7) rotate(45deg);
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
}

.online-page .balloon-flex.gray .txt-wrap::after ,
.sell-page .balloon-flex.gray .txt-wrap::after {
  right: -18px;
}

.online-page .balloon-flex.pink .txt-wrap::after ,
.sell-page .balloon-flex.pink .txt-wrap::after {
 left: -18px;
}

.sell-page .balloon-flex ul li:not(:first-of-type) {
  margin-top: 10px;
}

.sell-page .balloon-flex .txt-wrap .ttl {
  margin-bottom: 10px;
  font-size: 2rem;
}

.sell-page .voice-wrap {
  padding: 20px;
  width: 1000px;
  margin: 50px auto;
}

.sell-page .voice-ttl-flex {
  margin-bottom: 10px;
}

.sell-page .voice-ttl-flex .ttl {
  font-size: 2rem;
}

.sell-page .sell-ttl {
  font-size: 2.8rem;
  margin-top: 100px;
  margin-bottom: 30px;
}

.sell-page .sell-ttl span {
  font-size: 4.6rem;
}

.sell-page .faq-section .sub-txt ,
.sell-page .faq-section .txt {
  width: 1000px;
  margin: 0 auto;
}

.sell-page .faq-section .txt{
  margin-bottom: 10px;
  font-size: 2rem;
}

.sell-page .faq-wrap {
  width: 1000px;
  margin: 50px auto 100px;
}

.sell-page .faq-item {
  padding: 20px;
  margin-top: 20px;
}

.sell-page .faq-txt .font-eng ,
.sell-page .faq-ttl .font-eng {
  font-size: 4.5rem;
  width: 56px;
  height: 56px;
  margin-right: 30px;
}

.sell-page .faq-ttl p {
  font-size: 2rem;
}

.sell-page .faq-txt {
  padding-top: 30px;
}

.sell-page .contact-link-wrap {
  margin-bottom: 189px;
}

/* ================================================
 * お問合せ
 * ================================================*/
.contact-page .form-section .top-txt {
  padding: 50px 0;
}

.contact-page .form-wrap {
  margin-bottom: 239px;
}

.contact-page .form-wrap .important {
  margin-left: 15px;
  font-size: 1.4rem;
  line-height: 16px;
}

.contact-page .form-wrap dl {
  width: 1000px;
  height: 66px;
  margin: 0 auto 25px;
  align-items: center;
}

.contact-page .form-wrap dl.textarea {
  height: auto;
  align-items: flex-start;
}

.contact-page .form-wrap dt {
  width: 273px;
  padding-left: 30px;
  height: 66px;
  line-height: 66px;
}

.contact-page .form-wrap dt.confirm {
  line-height: 1.5;
  margin-top: 9px;
}


.contact-page .form-wrap dt::before {
  width: 5px;
  height: 100%;
}

.contact-page .form-wrap dd {
  width: 727px;
  padding: 11px 0;
}

.contact-page .form-wrap dd.middle {
  width: 500px;
}

.contact-page .form-wrap dd.short {
  width: 150px;
}

.contact-page .radio-wrap ul {

}

.contact-page .form-wrap dl.thick {
  height: fit-content;
}
.contact-page .thick .radio-wrap ul {
  padding-top: 0;
}

.contact-page .radio-wrap label {
  margin-right: 40px;
}

.contact-page .privacy-wrap label ,
.contact-page .radio-wrap label {
  padding-left: 30px;
}

.contact-page .thick .radio-wrap label {
  margin-right: 0;
  width: 260px;
}

.contact-page .thick .radio-wrap li:nth-of-type(3n) label {
  width: 206px;
}

.contact-page input[type="text"] ,
.contact-page input[type="email"] ,
.contact-page input[type="tel"] {
  width: 100%;
  height: 44px;
  padding-left: 10px;
}

.contact-page .privacy-wrap {
  margin-top: 25px;
}

.contact-page .submit-area {
  margin-top: 40px;
}

.contact-page .submit-btn {
  width: 278px;
  height: 51px;
  font-size: 1.8rem;
}

/*select*/
.contact-page select {
  width: 300px;
  padding-left: 10px;
}

.contact-page .form-wrap .select-wrap {
  height: fit-content;
  height: -moz-fit-content;
}

.contact-page .form-wrap dl.select-date-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #DDDDDD;
  height: fit-content;
  height: -moz-fit-content;
  width: 100%;
}

.contact-page .form-wrap dl.select-date-wrap:last-of-type {
  margin-bottom: 0;
}

.contact-page .form-wrap .select-date-wrap dt {
  width: 100px;
}

.contact-page .form-wrap .select-date-wrap dd {
  width: 540px;
  display: flex;
}

.contact-page .form-wrap .select-date-wrap dd input {
  width: 210px;
  margin-right: 30px;
}

.contact-page .form-wrap .select-date-wrap:first-of-type dt {
 line-height: 1.5;
  margin-top: 6px;
}

.contact-page .form-wrap .select-date-wrap .important {
  margin-left: 0;
}

/*confirm*/
.contact-page.confirm-page .form-wrap dl {
  width: 800px;
  height: 44px;
}

.contact-page.confirm-page .form-wrap dl.select-wrap ,
.contact-page.confirm-page .form-wrap dl.textarea {
  height: fit-content;
  height: -moz-fit-content;
}

.contact-page.confirm-page .form-wrap dl.select-date-wrap {
  width: 100%;
}

.contact-page.confirm-page .form-wrap dt {
  height: 44px;
  line-height: 44px;
}

.contact-page.confirm-page .form-wrap dd {
  width: 527px;
}

.contact-page.confirm-page .form-wrap .select-date-wrap dd {
  width: 367px;
}

.contact-page.confirm-page .form-wrap .select-date-wrap dt {
  width: 160px;
  margin-top: 0;
  line-height: 44px;
}

.contact-page.confirm-page .form-wrap .select-date-wrap .important {
  margin-left: 15px;
}

.confirm-page .submit-area {
  display: flex;
  justify-content: center;
}

.contact-page .reset-btn {
  margin-right: 20px;
  font-size: 1.8rem;
}

/*thanks*/
.thanks-page .thanks-wrap {
  padding: 60px 0 100px;
  text-align: center;
}

.thanks-page .main-txt {
  font-size: 2rem;
}

.thanks-page .sub-txt {
  margin-top: 20px;
}

.thanks-page .btn {
  margin-top: 40px;
  width: 278px;
}

/* ================================================
 * 会社案内
 * ================================================*/
.company-page .company-section {
  padding-top: 56px;
  padding-bottom: 189px;
}

.company-page .company-item {
  padding: 50px;
}

.company-page .greeting-wrap {
  margin: 66px auto 146px;
  padding: 35px 50px 50px;
  width: 1100px;

}

.company-page .greeting-wrap .img-wrap {
  float: left;
  padding-bottom: 40px;
  padding-right: 50px;
}

.company-page .greeting-wrap .signature {
  margin-top: 20px;
}

.company-page .greeting-wrap .signature span {
  font-size: 2.4rem;
  margin-left: 20px;
}

.company-page .profile-wrap {
  margin: 50px auto 100px;
  width: 1000px;
}

.company-page .profile-wrap dl {
  align-items: center;
}

.company-page .profile-wrap dt {
  width: 195px;
  flex: 0 0 auto;
  border-right: solid 1px #D2D2D2;
  padding: 20px 0;
}

.company-page .profile-wrap dd {
  padding-left: 56px;
}

.company-page .history-wrap {
  width: 1000px;
  margin: 92px auto 100px;
}

.company-page .history-wrap dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.company-page .history-wrap dl:last-of-type {
  margin-bottom: 0;
}

.company-page .history-wrap dt {
  width: 152px;
  flex: 0 0 auto;
}

.company-page .history-wrap dl li:not(:first-of-type) {
  margin-top: 20px;
}

.company-page .history-wrap dl li .month {
  width: 40px;
  text-align: right;
  margin-right: 30px;
}

.company-page .maps-outer {
  width: 100vw;
  margin-top: 50px;
  margin-left: 600px;
  transform: translateX(-50vw);
  height: 400px;
}

.company-page .map-link {
  margin: 30px 100px 0 auto;
}

.company-page .access-wrap {
  width: 1000px;
  margin: 50px auto 0;
}

.company-page .access-wrap dl {
  padding: 20px 0;
}

.company-page .access-wrap dt {
  width: 195px;
  flex: 0 0 auto;
}

.chart-wrap {
  margin-top: 60px;
}

/* ================================================
 * ビジョン
 * ================================================*/
.company-page.vision-page .company-section {
  padding-top: 0;
  padding-bottom: 239px;
}

.vision-page .company-item {
  margin: 127px auto 0;
  width: 1100px;
}

.vision-page .company-item:first-of-type {
  margin-top: 60px;
}

.service-page .service-ttl ,
.vision-page .vision-ttl {
  font-size: 3.2rem;
}

.service-page .service-ttl span ,
.vision-page .vision-ttl span {
  font-size: 4.2rem;
}

.vision-page .company-item .number {
  font-size: 5rem;
  top: 50px;
  right: 50px;
}

.vision-page .company-item>.flex {
  margin-top: 50px;
  justify-content: space-between;
}

.vision-page .company-item:nth-of-type(2n)>.flex {
  flex-direction: row-reverse;
}

.vision-page .company-item .txt-wrap {
  width: 500px;
}

.vision-page .vision-wrap2 {
  box-shadow: 50px 50px 0 0 #DCD7BD;
}

.vision-page .vision-wrap3 .vision-ttl ,
.vision-page .vision-wrap2 .vision-ttl {
  text-align: center;
}

.vision-page .vision-wrap2 .vision-txt {
  margin-top: 28px;
}

.vision-page .vision-wrap2 .vision-txt:first-of-type {
  margin-top: 50px;
}

.vision-page .vision-wrap3 {
  box-shadow: 50px 50px 0 0 #E6E6E6;

}

.vision-page .company-item:nth-of-type(2n).vision-wrap3>.flex {
  flex-direction: row;
}

.vision-page .vision-wrap3 .left-column {
  width: 600px;
}

.vision-page .vision-wrap3 .left-column p:not(:first-of-type) {
  margin-top: 28px;
}

.vision-page .vision-wrap3 .signature {
  font-size: 1.5rem;
}

.vision-page .vision-wrap3 .signature span {
  font-size: 2.2rem;
  margin-left: 8px;
}

.vision-page .vision-wrap3 .right-column {
  width: 370px;
}

.vision-page .vision-wrap3 .right-column p {
  font-size: 1.4rem;
}

.vision-page .vision-wrap3 .right-column .img-wrap {
  margin-top: 20px;
}

.vision-page .antisocial-wrap .vision-ttl {
  margin-bottom: 50px;
}

.vision-page .antisocial-wrap .vision-txt {
  margin-bottom: 50px;
}

.vision-page .antisocial-wrap dl {
  padding: 20px 0 50px;
}

.vision-page .antisocial-wrap dl:last-of-type {
  padding-bottom: 0;
}

.vision-page .antisocial-wrap dt {
  font-size: 2rem;
  margin-bottom: 30px;
}

.vision-page .antisocial-wrap dt span {
  color: #E6481B;
}

/* ================================================
 * 事業部のご案内
 * ================================================*/
.division-page .section-ttl {
  margin-top: 50px;
}

.division-page .division-wrap {
  margin: 50px auto 106px;
  width: 1100px;
  flex-wrap: wrap;
}

.division-page .division-item {
  width: 525px;
  padding: 0 0 50px;
  margin-bottom: 83px;
  box-shadow: 25px 25px 0 0 #e6481b;
}

.division-page .division-item:nth-of-type(2n) {
  margin-left: 50px;
}

.division-page .division-ttl {
  font-size: 2.4rem;
  margin-top: 35px;
}

.division-page .division-item ul {
  margin: 30px auto 0;
  width: 400px;
}

.division-page .division-item .btn {
  width: 238px;
  font-size: 1.8rem;
  margin-top: 30px;
}

/* ================================================
 * sdgs
 * ================================================*/
.sdgs-page .sdgs-section .inner {
  padding: 0 50px 189px;
}
.sdgs-page .icon-sdgs-wrap {
  margin: 60px auto 50px;
}

.sdgs-page .sdgs-txt {
  text-align: center;
}

.sdgs-page .goal-wrap {
  margin: 50px auto;
}

.sdgs-page .sdgs-item {
  padding: 50px;
}

.sdgs-page .sdgs-item:not(:first-of-type) {
  margin-top: 70px;
}

.sdgs-page .sdgs-item .sdgs-ttl {
  font-size: 4.2rem;
  letter-spacing: 0.1em;
}

.sdgs-page .sdgs-item .sdgs-ttl .font-eng {
  font-size: 8rem;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(4px);
}

.sdgs-page .sdgs-flex {
  margin-top: 30px;
  justify-content: space-between;
}

.sdgs-page .sdgs-flex .txt-wrap {
  padding: 20px;
  width: 570px;
}

.sdgs-page .sdgs-flex .txt-wrap .ttl {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.sdgs-page .attempt-list {
  margin-top: 20px;
}

.sdgs-page .icon-list {
  margin-top: 24px;
}

.sdgs-page .icon-list li:not(:first-of-type) {
  margin-left: 16px;
}

.sdgs-page .icon-list.border {
  padding-bottom: 30px;
}

.sdgs-page .img-column .img-wrap:not(:first-of-type) {
  margin-top: 50px;
}

/* ================================================
 * IR情報
 * ================================================*/
.ir-page .ir-section .inner {
  margin: 56px auto 168px;
  max-width: 1000px;
}

.ir-page .section-ttl .main-txt {
  font-size: 4rem;
}

.ir-page .section-ttl .sub-txt {
  width: 1000px;
}

.ir-page .select-wrap {
  margin: 66px auto 0;
}

.ir-page .select-ttl {
  font-size: 20px;
}

.ir-page .type-item ,
.ir-page .year-select {
  width: 240px;
  text-align: center;
  font-size: 18px;
}

.ir-page .year-select {
  margin-bottom: 26px;
  margin-top: 50px;
  padding-right: 30px;
}

.ir-page .type-item {
  margin-bottom: 20px;
}

.ir-page .type-item:not(:nth-of-type(4n)) {
  margin-right: 13.33px;
}

.ir-page .information-list {
  margin-top: 40px;
}

.ir-page .information-item {
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.ir-page .information-item .date {
  margin-right: 23px;
}
  
.ir-page .pager-wrap {
  margin-top: 60px;
  margin-bottom: 120px;
}

.ir-page .disclaimer-section ,
.ir-page .ir-contact-flex ,
.ir-page .policy-section {
  margin-bottom: 120px;
}

.ir-page .ir-contact-flex ,
.ir-page .disclaimer-section {
  margin-top: 50px;
}

.ir-page .ir-contact-flex {
  justify-content: space-between;
}

.ir-page .ir-contact-item {
  width: 48%;
  border: solid 3px #333333;
  padding: 20px 30px;
}

/* ================================================
 * 採用情報
 * ================================================*/

.recruit-page .entry-wrap {
  padding: 100px 0;
  margin-top: 100px;
}

.service-page .entry-txt ,
.recruit-page .entry-txt {
  margin-top: 50px;
  font-size: 2rem;
}

.service-page .entry-link ,
.recruit-page .entry-link {
  width: 240px;
  height: 60px;
  margin: 18px auto 0;
}

.recruit-page .recruit-section .recruit-ttl {
  font-size: 2.8rem;
  margin-top: 100px;
}

.recruit-page .recruit-section .recruit-ttl span {
  color: #E6481B;
  font-size: 4.6rem;
}

.recruit-page .upbringing-wrap {
  padding: 50px;
  margin-top: 36px;
}

.recruit-page .upbringing-column {
  justify-content: space-between;
}

.recruit-page .upbringing-column:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.recruit-page .upbringing-column:not(:first-of-type) {
  margin-top: 100px;
}

.recruit-page .upbringing-column .txt-wrap {
  width: 518px;
}

.recruit-page .upbringing-column .number {
  font-size: 13rem;
}

.recruit-page .upbringing-column .column-ttl {
  font-size: 4.2rem;
}

.recruit-page .upbringing-column .column-ttl span {
  font-size: 3.2rem;
}

.recruit-page .upbringing-column .column-sub-ttl {
  margin-top: 4px;
}

.recruit-page .upbringing-column .item-ttl {
  margin-top: 20px;
  font-size: 1.8rem;
}

.recruit-page .ideal-wrap>.flex ,
.recruit-page .ideal-txt {
  width: 1000px;
  margin: 40px auto 100px;
}

.recruit-page .ideal-wrap .right-column ,
.recruit-page .ideal-wrap .left-column {
  padding: 50px;
  width: 500px;
}

.recruit-page .ideal-ttl {
  font-size: 2rem;
  margin-bottom: 24px;
}

.recruit-page .ideal-ttl.ttl2 {
  margin-top: 50px;
}

.recruit-page .ideal-list li:not(:last-of-type) {
  margin-bottom: 10px;
}

.service-page .instagram-wrap ,
.recruit-page .instagram-wrap {
  padding: 100px 0;
}

.service-page .entry-insta-link ,
.recruit-page .entry-insta-link {
  width: 371px;
  height: 51px;
  font-size: 1.8rem;
  margin: 18px auto 0;
}

.service-page .entry-insta-link::before ,
.recruit-page .entry-insta-link::before {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}

.service-page .entry-insta-link:hover ,
.recruit-page .entry-insta-link:hover {
  background-color: #fff;
}

.recruit-page .mid-career-flex {
  margin: 100px auto 0;
  width: 1100px;
}

.recruit-page .mid-career-flex .txt-wrap {
  width: 740px;
  padding: 60px 80px;
}

.recruit-page .mid-career-flex .txt {
  font-size: 2rem;
}

.recruit-page .mid-career-flex .btn {
  width: 356px;
  font-size: 1.8rem;
  margin-top: 46px;
}

/* ================================================
 * プライバシーポリシー
 * ================================================*/

.privacy-page .privacy-section .inner {
  padding: 0 100px;
  margin: 50px auto 130px;
}

.privacy-page .privacy-section.introduce-section .inner {
  margin-bottom: 100px;
}

.privacy-page .privacy-section.copyright-section .inner {
  margin-bottom: 189px;
}

.privacy-page .policy-ttl {
  font-size: 4.6rem;
  margin-bottom: 50px;
}

.privacy-page .privacy-ttl {
  margin-top: 50px;
  padding-top: 20px;
  font-size: 2rem;
}

.privacy-page .pp-txt {
  margin-top: 30px;
}


.privacy-page .list-disc {
  padding-left: 50px;
}

.privacy-page .list-inc {
  padding-left: 75px;
}

.privacy-page .pp-list {
  margin-top: 30px;
}

.privacy-page .inc2.pp-list {
  margin-top: 20px;
}

.privacy-page .pp-list li:not(:first-of-type) {
  margin-top: 10px;
}

.privacy-page .pp-link {
  margin-top: 20px;
}

.privacy-page .remarks-wrap {
  margin-top: 50px;
}

.privacy-page .remarks-txt.pp-txt {
  margin-top: 0;
  margin-left: 34px;
}

.privacy-page .remarks-list {
  margin-top: 5px;
}

.privacy-page .remarks-list li:not(:first-of-type) {
  margin-top: 5px;
}

.privacy-page .introduce-section .top-txt {
  margin-top: 28px;
}

/* ================================================
 * 404
 * ================================================*/
.not-found-page .not-found-section {
  text-align: center;
  margin-bottom: 189px;
}

.not-found-page .not-found-section h2 {
  font-size: 3.2rem;
  margin-t