@charset "utf-8";

/**************************************************/
/*                                                */
/*                   スマホ用                     */
/*                                                */
/**************************************************/

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

.pc-only {
  display: none;
}

/* ================================================
 * ヘッダー
 * ================================================*/
.header-inner {
  padding-left: 20px;
  height: 60px;
  display: flex;
  align-items: center;
}

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

/*-- ハンバーガー --*/
.hamburger-wrap {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 60px;
  height: 60px;
  background: rgba(230, 72, 0, 0.9);
  z-index: 10001;
}

.hamburger-wrap [class*="border"] {
  position: absolute;
  height: 2px;
  transition: 0.4s all ease;
  transform-origin: center center;
  background: #fff;
}

.hamburger-wrap .border-1 {
  width: 20px;
  top: 18px;
  right: 19px;
}

.hamburger-wrap .border-2 {
  width: 20px;
  top: 27px;
  right: 19px;
}

.hamburger-wrap .border-3 {
  width: 20px;
  top: 36px;
  right: 19px;
}

.header-right,
nav {
  display: none;
}

/* open時 */
.hamburger-wrap.opened .border-1 {
  width: 20px;
  top: 24px;
  right: 19px;
  transform: rotate(45deg);
}

.hamburger-wrap.opened .border-2 {
  width: 20px;
  top: 24px;
  right: 19px;
  transform: rotate(-45deg);
}

.hamburger-wrap.opened .border-3 {
  top: 22px;
  transform: rotate(-45deg);
  opacity: 0;
}

.l-header.opened nav {
  display: block;
  opacity: 1;
  background: rgba(230, 72, 0, 1);
  z-index: 10000;
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 28px 10px;
  overflow-y: scroll;
}

.l-header.opened + .l-main {
  overflow-y: hidden;
}

nav .header-inner {
  padding-left: 0;
  height: fit-content;
}

.header-menu {
  width: 100%;
}

.header-menu > li > a {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffe7dc;
  line-height: 1.4;
  padding-bottom: 6px;
  margin-top: 32px;
  width: 100%;
}

.header-menu > li.sp-ac-menu > a {
  border-bottom: solid 1px #fff;
}

.sp-ac-menu a {
  pointer-events: none;
  position: relative;
}

.sp-ac-menu.no-sub-menu a {
  pointer-events: inherit;
}

.sp-ac-menu a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  transition: all 0.3s;
}

.sp-ac-menu.active a::after {
  transform: rotate(135deg);
}

.sp-sub-menu {
  display: none;
  padding-left: 10px;
}

.header-menu .sp-sub-menu li > a {
  color: #ffcdb7;
  font-size: 1.3rem;
  line-height: 28px;
  display: block;
}

.header-menu .sp-sub-menu.active > li > a {
  height: 24px;
}

.l-header.opened::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-menu .renovation-link a {
  display: block;
  background-color: #fff;
  padding: 6px 0;
}

.header-menu .renovation-link a img {
  width: 100%;
  max-width: inherit;
}

/* ================================================
 * フッター
 * ================================================*/
.footer-top .company-wrap {
  border: solid 10px #e6481b;
  padding: 30px 20px;
  margin-bottom: 66px;
  width: 100%;
}

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

.footer-top .company-wrap .about-wrap {
  margin-top: 40px;
  border-left: solid 1px #dddddd;
  padding-left: 12px;
}

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

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

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

.l-footer small {
  margin-top: 40px;
  line-height: 1.2;
}

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

.fixed-menu .fixed-btn {
  width: 60px;
  height: 60px;
  font-size: 1.4rem;
}

.fixed-menu .fixed-btn.footer-tel {
  width: calc(100% - 120px);
}

.fixed-menu .footer-tel > .flex {
  flex-direction: column;
  align-items: center;
}

.fixed-menu .footer-tel .font-eng {
  font-size: 3rem;
}

.fixed-menu .footer-tel .txt-wrap {
  display: flex;
}

.fixed-menu .footer-tel dl {
  font-size: 1rem;
  display: flex;
}

.fixed-menu .footer-tel dl:not(:last-of-type) {
  margin-right: 4px;
}

.fixed-menu .footer-tel dt {
  font-size: 1rem;
  text-align: left;
  position: relative;
  padding-right: 4px;
  margin-right: 4px;
  white-space: nowrap;
}

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

.fixed-menu .footer-contact::before {
  width: 21px;
  height: 15px;
}

.fixed-menu .footer-consulting::before {
  width: 20px;
  height: 23px;
}

/*-- ページトップ --*/
#page-top {
  bottom: 66px;
  right: 0;
  width: 66px;
  height: 60px;
}

#page-top a {
  padding-top: 16px;
}

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

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

/* ================================================
 * パンクズリスト
 * ================================================*/
.breadcrumb {
  overflow-x: scroll;
  padding-bottom: 10px;
}

.breadcrumb li span {
  white-space: nowrap;
}

/**************************************************/
/*                                                */
/*             　　共通の装飾　　　        　　　　 */
/*                                                */
/**************************************************/
.inner {
  padding: 0 10px;
}

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

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

.section-ttl .sub-txt {
  font-size: 1.6rem;
  margin-top: 10px;
}

/*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;
}

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

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

/*下層MV*/
#page .mv-wrap {
  height: 120px;
}

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

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

/*下層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: 2.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: 30px;
  text-align: left;
}

/*slick-slider*/
.slick-slider {
  touch-action: auto;
  -ms-touch-action: auto;
}
/* ================================================
 * トップ
 * ================================================*/
/*mv*/
#top .mv-wrap .inner,
#top .mv-wrap {
  /*height: calc(100vh - 60px);*/
  min-height: calc(100vh - 60px);
  min-height: calc(var(--vh, 1vh) * 100 - 60px);
}

#top .mv-wrap .top-txt-wrap {
  padding-left: 30px;
  position: absolute;
  bottom: 20px;
  transform: scale(0.95);
  transform-origin: left top;
}

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

#top .mv-wrap .top-txt-wrap .font-eng {
  font-size: 1.6rem;
}

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

#top .mv-wrap .sub-txt {
  font-size: 1rem;
  line-height: 2;
  white-space: nowrap;
}

#top .mv-wrap figure {
  position: absolute;
  width: calc(230 / 750 * 100%);
  right: 10px;
  bottom: 24vw;
  @media screen and (min-width: 576px) {
    bottom: 20px;
  }
}

#top .top-news-wrap {
  position: relative;
}

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

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

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

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

#top .mv-wrap .scroll {
  bottom: 100px;
  left: 0px;
}

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

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

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

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

.recommend-section .section-ttl .sub-txt {
  margin-top: 0;
}

.recommend-slider-wrap {
  margin: 90px auto 0;
  width: calc(100vw - 20px);
}

.recommend-slider .slick-track > li {
  width: calc(100vw - 20px) !important;
}

.recommend-slider li .txt-wrap {
  width: calc(100vw - 20px);
  margin-top: 12px;
}

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

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

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

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

.recommend-slider .slick-next {
  right: 10px;
  top: -60px;
}

.recommend-slider .img-wrap {
  width: calc(100vw - 20px);
  height: 237px;
}

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

/*property-section*/
.property-section {
  padding: 89px 0 140px;
}

.property-list {
  margin-top: 50px;
  flex-direction: column;
}

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

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

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

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

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

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

/*online-section*/
.online-section .inner::before {
  left: 20px;
}

.online-section .inner > .flex {
  flex-direction: column-reverse;
  background-color: #f8f8f8;
}

.online-section .txt-wrap {
  margin-bottom: 30px;
}

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

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

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

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

/*news-section*/
.news-section {
  padding: 129px 0 86px;
}

.news-section > .inner > .flex {
  flex-direction: column;
  align-items: center;
}

.news-section .section-ttl {
  width: fit-content;
}

.news-section .news-list {
  width: 100%;
  margin-top: 53px;
}

.news-section dl {
  flex-direction: column;
  padding: 40px 15px;
  align-items: flex-start;
  position: relative;
}

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

.news-section .date {
  font-size: 2.2rem;
}

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

.news-section dd {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44.8px;
}

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

/*service-section*/

.service-section::before {
  width: 100vw;
  height: 62vw;
  background-image: url("../img/service-img-sp.jpg");
}

.service-section .inner {
  padding: 52vw 0 89px;
}

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

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

.service-section .sub-txt {
  margin: 30px 10px 0;
  font-size: 1.4rem;
}

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

.service-section .service-flex {
  margin-top: 50px;
  width: 100%;
  flex-direction: column;
}

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

.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: 30px;
}

.service-section .consulting-wrap {
  margin-top: 80px;
  padding: 10px 10px 30px;
  flex-direction: column;
}

.service-section .consulting-wrap .img-wrap {
  width: 100%;
  height: 56.8vw;
}

.service-section .consulting-wrap .txt-wrap {
  margin-top: 32px;
}

.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 {
  margin-top: 15px;
}

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

.recruit-section .recruit-list {
  margin-top: 50px;
  flex-direction: column;
}

.recruit-section .recruit-list li .img-wrap,
.recruit-section .recruit-list li {
  width: 100%;
  height: 40vw;
  font-size: 2.4rem;
}

.recruit-section .recruit-list li:first-of-type {
  margin-bottom: 10px;
}

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

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

.about-us-page .top-sub-txt {
  margin: 20px 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: 50px;
  font-size: 2.2rem;
}

.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: 3.2rem;
}

.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: 6rem;
}

.about-us-page .advantage-item {
  padding: 30px 10px;
  margin-top: 70px;
  position: relative;
  box-shadow: 30px 30px 0 0 #e6481b;
  flex-direction: column-reverse;
}

.about-us-page .advantage-item .img-wrap {
  margin-top: 30px;
}

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

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

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

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

.about-us-page .advantage-ttl {
  font-size: 6vw;
  letter-spacing: 0.05em;
}

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

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

/* ================================================
 * 事業内容
 * ================================================*/
.service-page .top-wrap .top-txt {
  line-height: 1.75;
}
.service-page .service-flex {
  margin: 50px auto 0;
  flex-direction: column;
}

.service-page .service-flex .txt-wrap {
}

.service-page .service-flex .img-wrap {
  margin-top: 20px;
}

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

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

.service-page .company-item {
  box-shadow: 30px 30px 0 0 #e6481b;
  padding: 80px 10px 30px;
  margin: 0 auto;
}

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

.service-page .company-item > .flex {
  flex-direction: column;
}

.service-page .service-idea-ttl {
  font-size: 2.4rem;
  margin-bottom: 28px;
  line-height: 1.4;
  text-align: center;
}

.service-page .company-item .number {
  font-size: 6rem;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.service-page .company-item.item-02 .txt-wrap {
  margin-top: 20px;
}

.service-page .company-item.item-01 .img-wrap {
  margin-top: 20px;
}

.service-page .company-item.item-02 .img-wrap {
  width: 200px;
  margin: 0 auto;
}

.service-page .exterior-flex .img-wrap img,
.service-page .company-item.item-01 .img-wrap img {
  width: 100%;
  max-width: inherit;
}

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

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

.service-page .company-item.item-03 .img-column {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-top: 20px;
}

.service-page .company-item.item-03 .img-column .img-wrap {
  width: calc(50vw - 25px);
}

.service-page .company-item.item-03 .caution-txt {
  bottom: 0;
}

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

.solution-page .solution-ttl {
  font-size: 2rem;
  padding-top: 10px;
  margin: 50px auto 30px;
  line-height: 1.75;
  text-align: center;
}

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

.solution-page .solution-ttl .font-eng {
  font-size: 4.8rem;
  margin-right: 8px;
  display: block;
  text-align: center;
}

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

.solution-page .img-flex {
  margin: 30px auto 0;
  flex-direction: column;
}

.solution-page .img-flex .logo-wrap {
  width: 100%;
  height: 100px;
}

.solution-page .img-flex .img-wrap {
  margin-top: 20px;
}

.solution-page .solution-sub-ttl {
  margin: 50px auto 20px;
  font-size: 2rem;
  line-height: 1.75;
}

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

.solution-page .treeden-wrap {
  margin: 30px auto 16px;
}

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

.solution-page .attention-flex .solution-txt:first-of-type {
  margin-top: 0;
}

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

.solution-page .img-column {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.solution-page .img-column .img-wrap {
  width: calc(50vw - 15px);
  margin-top: 0 !important;
}

.solution-page .thumbnail {
  font-size: 1.3rem;
}

/* ================================================
 * リノベーション部
 * ================================================*/
.renovation-page .instagram-wrap .entry-txt {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 400;
}

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

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

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

.property-page .search-section .inner {
  padding: 20px 130px;
}

.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: 170px;
  height: 50px;
}

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

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

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

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

.property-page .search-section .inner {
  padding: 20px 10px 10px;
}

.property-page .type-list {
  flex-wrap: wrap;
  width: 290px;
  margin: 0 auto;
}

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

.property-page .type-list label {
  font-size: 1.4rem;
  width: 90px;
  height: 30px;
}

.property-page .type-list li {
  margin-bottom: 10px;
}

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

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

/* ================================================
 * 物件情報詳細
 * ================================================*/
.detail-page .top-flex {
  flex-direction: column-reverse;
}

.detail-page .top-flex .date {
  font-size: 1.4rem;
  align-self: flex-end;
}

.detail-page .category-list {
  margin-top: 20px;
}

.detail-page .tag-list {
  margin-top: 8px;
}

.detail-page .ttl {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 10px;
}

.detail-page .slider-wrap {
  margin-top: 20px;
  margin-bottom: 150px;
  width: 100%;
  height: 200px;
}

.detail-page .property-slider,
.detail-page .property-slider li {
  width: 100%;
  height: 200px;
}

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

.detail-page .property-slider li img {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.detail-page .property-slider li .slider-caption {
  text-align: left;
  font-size: 1.3rem;
  bottom: -12px;
}

.detail-page .slick-slider .slick-list {
  padding-bottom: 80px;
}

.detail-page .slick-next {
  right: auto;
  left: 50vw;
  top: auto;
  bottom: -158px;
}

.detail-page .slick-prev {
  left: auto;
  top: auto;
  bottom: -158px;
  right: 50vw;
}

.detail-page .property-thumb {
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto 0;
}

.detail-page .property-thumb li {
  width: calc(25vw - 12.5px) !important;
  height: 15vw;
  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(4n)) {
  margin-right: 10px;
}

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

.detail-page .main-info {
  padding: 30px 10px;
  margin: 20px auto 0;
}

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

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

.detail-page .main-info li:last-of-type dl {
  align-items: baseline;
}

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

.detail-page .property-section .top-txt {
  width: 100%;
  margin: 30px auto 0;
}

.detail-page .panorama-wrap {
  margin: 20px auto 0;
}

.detail-page .youtube-wrap {
  margin: 20px auto 0;
}

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

.detail-page .contact-btn {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 1.8rem;
}

.detail-page .detail-wrap {
  width: 100%;
  margin: 20px auto 0;
  flex-direction: column;
}

.detail-page .detail-wrap .left {
  width: 100%;
}

.detail-page .detail-wrap .right {
  width: 100%;
}

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

.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: 100%;
  height: 200px;
  margin: 20px auto 0;
}

.detail-page .detail-wrap.access-wrap {
  margin-top: 20px;
  margin-bottom: 0;
}

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

.detail-page .property-subttl {
  font-size: 1.8rem;
  margin-top: 50px;
  padding-bottom: 20px;
}

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

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

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

.detail-page .btn-wrap {
  flex-direction: column-reverse;
  margin-top: 50px;
}

.detail-page .btn-wrap .back-btn {
  margin-top: 20px;
  font-size: 1.8rem;
  width: 100%;
}

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

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

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

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

.new-property-page .property-list .detail-wrap > .flex {
  flex-direction: column;
}

/* ================================================
 * 新着物件詳細
 * ================================================*/
.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-bottom: 17px;
}

.new-property-page.detail-page .icon-flex .img-wrap {
  margin-top: 28px;
}

.new-property-page .top-txt-flex {
  margin: 30px auto 0;
  flex-direction: column;
}

.new-property-page .top-txt-flex .img-wrap .top-txt-flex-caption {
  font-size: 1.3rem;
}

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

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

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

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

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

.new-property-page .floor-plan-wrap {
  height: 300px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.new-property-page .floor-plan-caption {
  font-size: 1.3rem;
  margin-bottom: 80px;
}

.new-property-page .white-column {
  padding: 40px 10px;
  margin-top: 40px;
}

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

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

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

.online-page .flow-list {
  margin-top: 50px;
  flex-direction: column;
}

.online-page .flow-list li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.online-page .flow-list li:not(:last-of-type) {
  margin-bottom: 60px;
}

.online-page .flow-list li:not(:last-of-type)::after {
  transform: rotate(45deg) translateX(-70%);
  transform-origin: center;
  bottom: -30px;
  left: calc(50vw - 10px);
}

.online-page .flow-list .img-wrap {
  width: 240px;
}

.online-page .flow-list .img-wrap img {
  width: 100%;
  max-width: inherit;
}

.online-page .flow-list .number {
  font-size: 2.4rem;
  width: 40px;
  height: 40px;
  top: -20px;
}

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

.online-page .flow-list .txt {
  font-size: 1.4rem;
  margin: 10px auto;
  max-width: 320px;
}

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

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

.online-page .balloon-flex {
  margin: 0 auto;
}

.online-page .balloon-flex:first-of-type {
  padding-top: 50px;
}

.online-page .introduction-section .balloon-flex .txt-wrap {
  width: 100%;
  margin-top: 30px;
}

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

.online-page .balloon-flex .txt-wrap .inner-flex {
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 20px;
}

.online-page .balloon-flex .txt-wrap .inner-flex p {
  width: 100%;
}

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

.online-page .balloon-flex .txt-wrap .img-wrap {
  width: 240px;
  padding: 10px;
  height: inherit;
  margin-top: 20px;
}

.online-page .last-note {
  margin: 50px auto 0;
  font-size: 5.5vw;
  padding: 20px 10px 20px 20vw;
  letter-spacing: 0.01em;
}

.online-page .last-note .img-wrap {
  width: 24vw;
  bottom: -9px;
  left: -8px;
}

.online-page .last-note p {
  text-align: center;
  font-size: 4.2vw;
  line-height: 2;
}

/* ================================================
 * おしらせ
 * ================================================*/
.news-page .news-section {
  padding: 40px 0 100px;
}
.news-page .news-list {
  width: 100%;
  margin-top: 0;
}

.news-page .news-item {
  padding: 30px 10px;
}

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

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

.news-page .contents-wrap {
  margin-top: 20px;
  flex-direction: column;
}

.news-page .news-item .img-wrap {
  width: 100%;
  height: calc(75vw - 30px);
  margin-bottom: 20px;
}

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

.news-page .news-item .link-txt {
  margin-top: 20px;
  text-align: left;
}

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

.news-page .movie-wrap {
  height: calc(56.25vw - 22.5px);
  margin-top: 20px;
}
/* ================================================
 * 買取の無料相談
 * ================================================*/
.consulting-page .consulting-section {
  margin-bottom: 100px;
}

.consulting-page .top-wrap .top-txt {
  line-height: 1.5;
}

.consulting-page .top-sub-txt {
  text-align: center;
  line-height: 1.75;
}

.consulting-page .consulting-flex {
  margin: 50px auto 0;
  flex-direction: column;
}

.consulting-page .consulting-flex .txt-wrap {
}

.consulting-page .consulting-flex .consulting-ttl {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

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

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

.consulting-page .consulting-flex .img-wrap {
  margin-top: 20px;
}

.consulting-page .contact-link-wrap {
  flex-direction: column-reverse;
  margin: 50px auto 0;
}

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

.consulting-page .contact-link-wrap .txt {
  font-size: 4.5vw;
  text-align: center;
}

.consulting-page .contact-link-wrap .txt-wrap > .flex {
  flex-direction: column;
}

.consulting-page .contact-link-wrap .txt-wrap .tel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

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

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

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

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

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

.consulting-page .contact-link-wrap .btn {
  font-size: 1.8rem;
  width: 280px;
  margin: 20px auto 0;
}

.consulting-page .contact-link-wrap .img-wrap img {
  width: 100%;
  max-width: inherit;
}

.consulting-page .about-us-ttl {
  line-height: 1.5;
}

.consulting-page .consulting-item {
  box-shadow: 30px 30px 0 0 #e6481b;
  margin: 80px auto 0;
  padding: 80px 10px 30px;
}

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

.consulting-page .consulting-item .number {
  top: 20px;
  right: 50%;
  transform: translateX(50%);
  font-size: 5rem;
}

.consulting-page .consulting-item .ttl {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
}

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

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

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

.consulting-page .flow-list {
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.consulting-page .flow-list li {
  width: calc(50vw - 25px);
  padding-top: 18px;
  margin-bottom: 20px;
}

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

.consulting-page .flow-list .icon-wrap {
  width: calc(50vw - 25px);
  height: 120px;
}

.consulting-page .flow-list .list-number {
  width: 36px;
  height: 36px;
  font-size: 2.4rem;
  top: -18px;
}

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

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

.consulting-page .flow-list .list-ttl {
  margin-top: 10px;
  font-size: 4.2vw;
  font-weight: 700;
}

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

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

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

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

.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 {
  flex-direction: column;
  margin-bottom: 70px;
}

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

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

.consulting-page .consulting-item .example-wrap {
  margin: 30px auto;
}

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

.consulting-page .case-list {
  margin-top: 30px;
  margin-bottom: -30px;
  flex-direction: column;
  width: 100%;
}

.consulting-page .case-list li {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}

.consulting-page .case-list .img-wrap {
  width: 80px;
  height: 80px;
  padding: 16px;
}

.consulting-page .case-list .txt-wrap {
  width: 100%;
}

.consulting-page .consulting-item .case-list .font-eng {
  font-size: 3rem;
  text-align: center;
  display: block;
  margin-top: 16px;
}

.consulting-page .consulting-item .case-list .ttl {
  font-size: 1.8rem;
  margin-top: 4px;
}

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

.consulting-page .consulting-item .impact-txt {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

/* ================================================
 * 事例紹介
 * ================================================*/
.sell-page .top-sub-txt {
  text-align: left;
}

.sell-page .case-item {
  margin: 50px auto 0;
}

.sell-page .case-ttl-flex .img-wrap {
  width: 80px;
  height: 80px;
  padding: 10px;
  margin-right: 10px;
  flex: 0 0 auto;
}

.sell-page .case-ttl-flex .number {
  margin-top: 8px;
  font-size: 2.4rem;
  display: block;
}

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

.sell-page .case-ttl-flex .case-ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 4px;
}

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

.online-page .balloon-flex,
.sell-page .balloon-flex {
  line-height: 1.75;
  padding: 30px 10px 0;
  flex-direction: column;
  align-items: center;
}

.online-page .balloon-flex .img-wrap,
.sell-page .balloon-flex .img-wrap {
  width: 120px;
  height: 120px;
}

.online-page .balloon-flex .txt-wrap,
.sell-page .balloon-flex .txt-wrap {
  padding: 20px 10px;
  margin-top: 50px;
}

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

.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: 1.8rem;
}

.sell-page .voice-wrap {
  padding: 20px 10px;
  margin: 30px 10px;
}

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

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

.sell-page .voice-ttl-flex .note {
  font-size: 1.4rem;
  align-self: flex-end;
}

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

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

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

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

.sell-page .faq-wrap {
  margin: 30px auto;
}

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

.sell-page .faq-txt .font-eng,
.sell-page .faq-ttl .font-eng {
  font-size: 3.2rem;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.sell-page .faq-ttl p {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-right: 20px;
}

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

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

/* ================================================
 * お問合せ
 * ================================================*/
.contact-page .top-txt {
  padding: 40px 0;
  text-align: left;
}

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

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

.contact-page .form-wrap dl {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

.contact-page .form-wrap dl.textarea {
  height: auto;
}

.contact-page .form-wrap dt {
  padding-left: 20px;
  line-height: 1.5;
}

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

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

.contact-page .form-wrap dt.confirm::before {
  height: 48px;
}

.contact-page .form-wrap dd {
  width: 100%;
  margin-top: 8px;
}

.contact-page .form-wrap dd.middle {
  width: 100%;
}

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

.contact-page .radio-wrap ul {
  flex-direction: column;
  padding-top: 8.8px;
  padding-left: 20px;
}

.contact-page .radio-wrap label {
  padding-left: 20px;
}

.contact-page .privacy-wrap label {
  padding-left: 40px;
  font-size: 3.5vw;
}

.contact-page .privacy-wrap label .important {
  font-size: 3.5vw;
}

.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;
  line-height: 1.7;
}

.contact-page .privacy-wrap label::before {
  top: 2px;
}

.contact-page .privacy-wrap label::after {
  top: 8px;
}

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

.contact-page .submit-btn {
  width: calc(100vw - 40px);
  height: 51px;
  font-size: 1.8rem;
}

/*select*/
.contact-page select {
  width: 100%;
  height: 44px;
  padding-left: 10px;
  margin-top: 10px;
}

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

/*confirm*/
.confirm-page .submit-area {
  flex-direction: column-reverse;
}

.confirm-page .reset-btn {
  width: calc(100vw - 40px);
  font-size: 1.8rem;
  margin: 20px auto 0;
}

/*thanks*/
.thanks-page .thanks-wrap {
  padding: 40px 0 60px;
}

.thanks-page .main-txt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}

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

.thanks-page .btn {
  margin-top: 40px;
  width: calc(100vw - 40px);
}

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

.company-page .company-item {
  padding: 50px 10px 0;
  box-shadow: 30px 30px 0 0 #e6481b;
}

.company-page .greeting-wrap {
  margin: 50px auto 80px;
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company-page .greeting-wrap .img-wrap {
  width: 80vw;
  margin: 0 auto 20px;
}

.company-page .greeting-wrap .signature {
  margin-top: 20px;
  align-self: flex-end;
}

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

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

.company-page .profile-wrap dl {
  flex-direction: column;
  border-bottom: solid 1px #d2d2d2;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

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

.company-page .profile-wrap dt {
  font-weight: 700;
}

.company-page .history-wrap {
  margin: 50px auto;
}

.company-page .history-wrap dl {
  flex-direction: column;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

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

.company-page .history-wrap dt {
  font-weight: 700;
}

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

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

.company-page .maps-outer {
  width: 100vw;
  margin-top: 50px;
  margin-left: -10px;
  height: 240px;
}

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

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

.company-page .access-wrap dl {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
}

.company-page .access-wrap dt {
  font-weight: 700;
}

.chart-wrap {
  margin-top: 40px;
  overflow: auto;
}
.chart-wrap img {
  max-width: 150%;
}

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

.vision-page .top-txt {
  line-height: 1.75;
}

.vision-page .company-item {
  margin: 60px auto 0;
  padding: 64px 10px 30px;
}

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

.service-page .service-ttl,
.vision-page .vision-ttl {
  font-size: 5.8vw;
  line-height: 1.5;
  text-align: center;
}

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

.vision-page .company-item .number {
  font-size: 4rem;
  top: 20px;
  right: 50%;
  transform: translateX(50%);
}

.vision-page .company-item > .flex {
  margin-top: 30px;
  flex-direction: column-reverse;
}

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

.vision-page .vision-wrap2 {
  padding-top: 30px;
  box-shadow: 30px 30px 0 0 #dcd7bd;
}

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

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

.vision-page .vision-wrap3 {
  box-shadow: 30px 30px 0 0 #e6e6e6;
  padding-top: 30px;
}

.vision-page .company-item.vision-wrap3 > .flex {
  flex-direction: column;
}

.vision-page .vision-wrap3 .left-column {
}

.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 {
  margin-top: 40px;
}

.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: 40px;
}

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

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

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

.vision-page .antisocial-wrap dt {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-indent: -27px;
  padding-left: 27px;
  line-height: 1.75;
}

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

.division-page .division-wrap {
  margin: 50px auto;
  flex-direction: column;
}

.division-page .division-item {
  padding: 0 0 30px;
  margin-bottom: 60px;
  box-shadow: 20px 20px 0 0 #e6481b;
}

.division-page .division-ttl {
  line-height: 1.5;
  font-size: 6vw;
  margin-top: 25px;
}

.division-page .division-item ul {
  margin: 25px auto 0;
  width: calc(100vw - 60px);
}

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

/* ================================================
 * sdgs
 * ================================================*/
.sdgs-page .sdgs-section .inner {
  padding: 0 10px 100px;
}

.sdgs-page .icon-sdgs-wrap {
  margin: 50px auto;
  max-width: 280px;
}

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

.sdgs-page .sdgs-item {
  padding: 30px 10px;
}

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

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

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

.sdgs-page .sdgs-flex {
  margin-top: 30px;
  flex-direction: column;
}

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

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

.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: 10px;
}

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

.sdgs-page .icon-list .img-wrap {
  width: calc(25vw - 22.5px);
}

.sdgs-page .img-column {
  padding: 20px 0 0;
}

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

/* ================================================
 * IR情報
 * ================================================*/
.ir-page .ir-section .inner {
  margin: 40px auto 100px;
}

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

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

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

.ir-page .year-select-wrap {
  width: 100%;
}

/* 大きいsp */
@media screen and (min-width: 375px) {
  .ir-page .year-select-wrap {
    width: 48%;
  }
  .ir-page .year-select-wrap::after {
    right: 0.5em;
  }
}

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

.ir-page .year-select {
  margin-bottom: 30px;
  margin-top: 30px;
  padding-right: 20px;
  width: 100%;
}

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

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

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

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

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

.ir-page .information-item .date {
  margin-right: 10px;
}

.ir-page .pager-wrap {
  margin-top: 40px;
  margin-bottom: 100px;
}

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

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

.ir-page .ir-contact-flex {
  flex-direction: column;
  max-width: 480px;
  margin: 50px auto 0;
}

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

.ir-page .ir-contact-item:not(:first-of-type) {
  margin-top: 30px;
}

/* ================================================
 * 採用情報
 * ================================================*/
.recruit-page .recruit-section {
  padding-bottom: 100px;
}

.solution-page .entry-wrap,
.recruit-page .entry-wrap {
  padding: 50px 0;
  margin-top: 50px;
}

.service-page .entry-txt,
.recruit-page .entry-txt {
  margin-top: 30px;
  font-size: 2rem;
  line-height: 1.75;
}

.service-page .entry-link,
.recruit-page .entry-link {
  width: 220px;
  height: 60px;
  margin: 18px auto 0;
  background-color: #ffe7dc;
}

.recruit-page .recruit-section .recruit-ttl {
  font-size: 2rem;
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
}

.recruit-page .recruit-section .recruit-ttl span {
  color: #e6481b;
  font-size: 2.8rem;
  margin-top: 16px;
}

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

.recruit-page .upbringing-column {
  flex-direction: column;
}

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

.recruit-page .txt-wrap {
  width: 100%;
}

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

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

.recruit-page .upbringing-column .column-ttl span {
  font-size: 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: 100%;
  margin: 30px auto;
}

.recruit-page .ideal-wrap > .flex {
  flex-direction: column;
  padding: 30px 10px 10px;
  margin-bottom: 50px;
}

.recruit-page .ideal-ttl {
  font-size: 1.8rem;
}

.recruit-page .ideal-list {
  margin-bottom: 20px;
}

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

.service-page .entry-insta-link,
.recruit-page .entry-insta-link {
  width: 280px;
  height: 51px;
  font-size: 1.6rem;
  margin: 24px auto 0;
}

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

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

.recruit-page .mid-career-flex {
  margin: 50px auto 0;
  flex-direction: column-reverse;
}

.recruit-page .mid-career-flex img {
  width: 100%;
  max-width: inherit;
}

.recruit-page .mid-career-flex .txt-wrap {
  width: 100%;
  padding: 50px 20px;
}

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

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

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

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

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

.privacy-page .privacy-ttl {
  margin-top: 40px;
  padding-top: 16px;
  font-size: 2rem;
  text-indent: -27px;
  padding-left: 27px;
}

.privacy-page .privacy-ttl.double {
  text-indent: -40px;
  padding-left: 40px;
}

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

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

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

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

.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: 40px;
}

.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 .privacy-ttl {
  text-indent: 0;
  padding-left: 0;
}

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

.not-found-page .not-found-section h2 {
  font-size: 2.4rem;
  margin-top: 70px;
}

.not-found-page .not-found-section p {
  font-size: 1.5rem;
  margin-top: 20px;
}

.not-found-page .not-found-section .btn {
  width: 280px;
  margin-top: 60px;
}
