@charset "UTF-8";
/*
font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 500;
font-style: normal;


font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 900;
font-style: normal;
*/
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*タブレット（768px〜1280px）*/
@media screen and (min-width:768px) and (max-width:1280px) {}
/*------------------------------
ローディング
------------------------------*/
#top #loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .loading1 {
  font-size: 45px;
  font-weight: bold;
  color: rgb(30, 50, 93);
  display: none;
}
#top .loading2 {
  display: none;
  letter-spacing: .1em;
  font-size: 25px;
}
/*------------------------------
全体
------------------------------*/
body {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
a {
  transition-property: all;
  transition: 0.3s linear;
}
.btn a {
  width: 145px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  letter-spacing: .06em;
  background-color: #000;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 16px;
  z-index: 1;
}
.btn a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  background-image: url("../img/cmn/yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6.5px;
  background-repeat: no-repeat;
}
.btn a:after {
  background: #666;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn a:hover:after {
  transform: scale(1, 1);
}
#company #main h1.title, #inquiry #main h1.title, #assessment #main h1.title, .pages_post_3281 #main h1.title, #news #main h1.title, #item #main h1.title, #privacy #main h1.title, #pages #main h1.title, #item_search #main h1.title, #voice #main h1.title, #staff #main h1.title {
  text-align: center;
  border: none;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .1em;
  padding: 65px 0;
  background-color: #f7f7f7;
}
#pages .pages_content h3 {
  text-align: center;
  font-size: 36px;
  letter-spacing: .05em;
  margin-bottom: 26px;
}
#main .post_content p {
  font-size: 16px;
}
#pages .pages_content .img, #pages .pages_content .txt {
  width: 50%;
}
#pages .pages_content {
  margin-bottom: 100px;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #pages .pages_content h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #company #main h1.title, #inquiry #main h1.title, #assessment #main h1.title, .pages_post_3281 #main h1.title, #news #main h1.title, #item #main h1.title, #privacy #main h1.title, #pages #main h1.title, #item_search #main h1.title, #voice #main h1.title, #staff #main h1.title {
    font-size: 20px;
    padding: 43px 0;
  }
}
/*------------------------------
#headerCustom
------------------------------*/
#headerCustom {
  display: flex;
  align-items: center;
}
#headerCustom ul {
  display: flex;
}
#headerCustom ul li {
  width: 130px;
  text-align: center;
  position: relative;
}
#headerCustom ul li:nth-child(1):before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #333;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  background-repeat: no-repeat;
}
#headerCustom ul li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: .1em;
}
#headerCustom ul li a:hover {
  text-decoration: underline;
}
#assessmentBtn {
  width: 190px;
}
#assessmentBtn a {
  display: block;
  background-color: #333;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  letter-spacing: .1em;
  padding: 15px 0 15px 30px;
  line-height: 1;
  position: relative;
}
#assessmentBtn a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url("../img/cmn/icon_mail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -7.5px;
  background-repeat: no-repeat;
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  body:not(.site_type__fudo) header #header_top, body.header_menu_none header #header_top {
    padding: 0 0 8px 0;
  }
  #header_con > .inner {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header_con #site_name {
    padding-top: 10px;
    width: 20%;
  }
  #header_info {
    width: initial;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #header_info {
    display: none;
  }
  #header_con > .inner {
    padding: 0;
  }
  #header_con #site_name {
    width: inherit;
    margin: 0;
    padding: 0;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*------------------------------
#gNavi_hamburgerMenu
------------------------------*/
/*1025px以上*/
@media screen and (min-width: 1025px) {
  #gNavi_hamburgerMenu {
    background-color: inherit;
    margin-bottom: 0;
  }
  #gNavi_hamburgerMenu nav li {
    border-left: none;
  }
  #gNavi_hamburgerMenu nav ul {
    border-right: none;
    display: flex;
    justify-content: space-between;
  }
  #gNavi_hamburgerMenu nav li a {
    font-size: 14px;
    letter-spacing: .02em;
    padding: 18px 10px 28px 10px;
    position: relative;
  }
  #gNavi_hamburgerMenu nav li a:hover, #gNavi_hamburgerMenu nav li a.current {
    background-color: inherit;
  }
  #gNavi_hamburgerMenu nav li a:hover:before, #gNavi_hamburgerMenu nav li a.current:before {
    content: '';
    display: inline-block;
    width: 110px;
    height: 2px;
    background-color: #000;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    bottom: 20px;
    background-repeat: no-repeat;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #gNavi_hamburgerMenu .layer {
    z-index: 1001;
  }
  #gNavi_hamburgerMenu nav {
    z-index: 1001;
  }
}
/*------------------------------
#mv
------------------------------*/
#mv {
  position: relative;
}
#mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mv-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 700px;
}
#mv-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
#mv p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -303.5px;
  margin-left: -440px;
  text-align: center;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #mv p {
    margin-top: -260px;
    margin-left: -330px;
  }
  #mv p img {
    width: 660px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #mv-inner {
    height: 500px;
  }
  #mv video {
    max-width: none;
  }
  #mv p img {
    width: 330px;
  }
  #mv p {
    margin-left: -165px;
    margin-top: -130px;
  }
}
/*------------------------------
#campaign
------------------------------*/
#campaign {
  text-align: center;
  position: relative;
  margin: 62px 0 120px 0;
}
#campaign #campaign-btn a {
  position: absolute;
  background-color: #333;
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: .06em;
  text-decoration: none;
  width: 258px;
  left: 50%;
  margin-left: -129px;
  bottom: -24px;
}
#campaign #campaign-btn a span {
  padding: 11.5px 0;
  position: relative;
  padding-right: 5px;
  display: block;
  z-index: 1;
}
#campaign #campaign-btn a span:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  background-image: url("../img/cmn/yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6.5px;
  background-repeat: no-repeat;
}
#campaign #campaign-btn a span:after {
  background: #666;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#campaign #campaign-btn a:hover span:after {
  transform: scale(1, 1);
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #campaign {
    padding: 0 2.5%;
  }
  #campaign img {
    width: 100%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #campaign {
    margin: 30px 0 80px 0;
  }
  #campaign #campaign-btn a {
    bottom: -40px;
  }
}
/*------------------------------
#top_news
------------------------------*/
#top_news {
  padding: 50px 0 70px 0;
  background-color: #eee;
  margin-bottom: 100px;
}
#top_news #news_post_wrapper {
  background-color: #fff;
  border: none;
  max-width: 1000px;
  margin: 0 auto;
}
#news_post_wrapper li p.slug span {
  border: none;
  background-color: #aaa;
  color: #fff;
}
#top_news h2 {
  text-align: center;
  font-size: 42px;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 900;
}
#top_news h2 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
#top_news #top_news_list {
  max-width: 1000px;
  text-align: right;
  margin: 0 auto;
}
#top_news #top_news_list a {
  font-size: 13px;
  text-decoration: none;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_news {
    padding: 50px 2.5% 70px 2.5%;
    margin-bottom: 0;
  }
  #top_news h2 {
    font-size: 34px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_news h2 {
    font-size: 24px;
  }
  #top_news h2 span {
    font-size: 13px;
  }
}
/*------------------------------
#zerosell
------------------------------*/
#zerosell {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 100px;
}
#zerosell #zerosellImg {
  width: 64%;
  height: 500px;
  background: url("../img/top/img01.jpg") no-repeat right top;
  background-size: cover;
  clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%);
}
#zerosell #zerosellTxt {
  width: 36%;
  display: flex;
  justify-content: right;
}
#zerosell #zerosellTxt h2 {
  font-size: 42px;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 35px;
  font-weight: 900;
}
#zerosell #zerosellTxt h2 span {
  border-bottom: 1px dashed #333;
  padding-bottom: 15px;
}
#zerosell #zerosellTxt p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 28px;
  line-height: 2;
  letter-spacing: .04em;
}
#zerosell #zerosellTxt p:nth-child(3) {
  margin-bottom: 0;
}
#zerosell #zerosellTxt p.btn {
  margin-top: 50px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #zerosell {
    justify-content: space-between;
  }
  #zerosellTxtInner {
    padding: 0 20px;
  }
  #zerosell #zerosellImg {
    width: 50%;
  }
  #zerosell #zerosellTxt {
    width: 50%;
  }
  #zerosell #zerosellTxt h2 {
    font-size: 34px;
  }
  #zerosell #zerosellTxt p {
    font-size: 14px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #zerosell {
    display: block;
    margin-bottom: 50px;
  }
  #zerosell #zerosellImg {
    width: 100%;
    clip-path: none;
    height: 250px;
  }
  #zerosell #zerosellTxt {
    width: 100%;
    padding-top: 35px;
  }
  #zerosell #zerosellTxt h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #zerosell #zerosellTxt p br {
    display: none;
  }
  #zerosell #zerosellTxt p {
    letter-spacing: 0;
  }
}
/*------------------------------
#topBusiness
------------------------------*/
#topBusiness {
  background-color: #eee;
  padding: 80px 0;
}
#topBusiness h2 {
  text-align: center;
  font-size: 42px;
  letter-spacing: .1em;
  margin-bottom: 25px;
  font-weight: 900;
}
#topBusiness h2 span {
  border-bottom: 1px dashed #333;
  padding-bottom: 7px;
}
#topBusiness h2 em {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}
#topBusiness h2 + p {
  text-align: center;
  letter-spacing: .1em;
}
#topBusiness ul {
  max-width: 1200px;
  margin: 35px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  ;
}
#topBusiness ul li {
  margin-right: 78px;
  margin-bottom: 40px;
  width: 348px;
}
#topBusiness ul li:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}
#topBusiness ul li dt {
  font-size: 20px;
  margin: 25px 0 10px 0;
}
#topBusiness ul li dd .businessTxt {
  min-height: 54px;
}
#topBusiness ul li dd p {
  font-size: 16px;
  letter-spacing: .05em;
}
#topBusiness ul li dd .more a {
  font-size: 14px;
  text-decoration: none;
  color: #666;
  position: relative;
  padding-right: 20px;
  margin-top: 20px;
  display: block;
}
#topBusiness ul li dd .more a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  background-image: url("../img/top/yajirushi_service.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 250px;
  top: 50%;
  margin-top: -6.5px;
  background-repeat: no-repeat;
}
#topBusiness ul li dd .more a:hover {
  text-decoration: underline;
}
#topBusiness .btn a {
  width: 260px;
}
/*1220px以下*/
@media screen and (max-width: 1220px) {
  #topBusiness ul {
    padding: 0 2.5%;
  }
  #topBusiness ul li {
    width: 28%;
    margin-right: 8%;
  }
  #topBusiness ul li img {
    width: 100%;
  }
  #topBusiness h2 {
    font-size: 34px;
  }
  #topBusiness ul li dd .more a:before {
    right: 0;
    left: 85px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #topBusiness h2 {
    font-size: 24px;
  }
  #topBusiness h2 em {
    font-size: 13px;
  }
  #topBusinessInner {
    padding: 0 2.5%;
  }
  #topBusiness ul li {
    float: none;
    width: 100%;
	  margin-right: 0;
  }
  #topBusiness ul li dd .businessTxt {
    min-height: inherit;
  }
  #topBusiness ul li:nth-child(3n) {
    margin-bottom: 40px;
  }
  #topBusiness ul li dd p {
    font-size: 14px;
  }
  #topBusiness h2 + p {
    letter-spacing: 0;
    font-size: 14px;
  }
}
/*------------------------------
#tower
------------------------------*/
#tower {
  padding: 87px 0 0 0;
  margin-bottom: 90px;
}
#tower h2 {
  font-size: 42px;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 15px;
  font-weight: 900;
}
#tower h2 span {
  border-bottom: 1px dashed #333;
  padding-bottom: 10px;
}
#tower h2 + p {
  text-align: center;
  letter-spacing: .1em;
}
#tower ul {
  max-width: 1200px;
  margin: 50px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#tower li {
  float: left;
  margin-right: 2.2%;
  margin-bottom: 28px;
  max-width: 216px;
}
#tower li a {
  text-decoration: none;
}
#tower li a:hover {
  text-decoration: underline;
}
#tower li:nth-child(5n) {
  margin-right: 0;
}
#tower li:nth-child(11), #tower li:nth-child(12), #tower li:nth-child(13), #tower li:nth-child(14), #tower li:nth-child(15) {
  margin-bottom: 0;
}
#tower li img {
  margin-bottom: 20px;
  width: 216px;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}
#tower li p {
  font-size: 16px;
  letter-spacing: .05em;
  min-height: 55px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #tower ul {
    padding: 0 2.5%;
  }
  #tower li {
    width: 17.6%;
    margin-right: 3%;
  }
  #tower li img {
    width: 100%;
  }
  #tower h2 {
    font-size: 34px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #tower ul {
    padding: 0 2.5%;
    margin: 30px auto 0 auto;
  }
  #tower li {
    width: 31.3%;
    max-width: none;
  }
  #tower li:nth-child(5n) {
    margin-right: 3%;
  }
  #tower li:nth-child(3n) {
    margin-right: 0;
  }
  #tower li:nth-child(11), #tower li:nth-child(12) {
    margin-bottom: 28px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #tower h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #tower li p {
    font-size: 14px;
    letter-spacing: 0;
  }
  #tower h2 + p {
    letter-spacing: 0;
    font-size: 14px;
  }
  #tower li p {
    min-height: 48px;
  }
  #tower li img {
    width: auto;
    height: auto;
  }
}
/*------------------------------
#assessmentFrom
------------------------------*/
#assessmentFrom {
  margin: 50px auto;
  text-align: center;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #assessmentFrom img {
    width: 100%;
  }
  #assessmentFrom {
    padding: 0 2.5%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #assessmentFrom {
    margin: 0;
  }
}
/*------------------------------
#companyBtn
------------------------------*/
#companyBtn {
  margin: 50px 0 95px 0;
  text-align: center;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #companyBtn img {
    width: 100%;
  }
  #companyBtn {
    padding: 0 2.5%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #companyBtn {
    margin: 20px 0 60px 0;
  }
}
/*------------------------------
#inquiryArea
------------------------------*/
#inquiryArea {
  background-color: #eee;
  padding: 55px 0 75px 0;
}
#inquiryArea h2 {
  font-size: 42px;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 15px;
  font-weight: 900;
}
#inquiryArea h2 span {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
#inquiryArea ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}
#inquiryTel {
  text-align: center;
  font-weight: 900;
}
#inquiryTel span, #inquiryTel em {
  display: block;
}
#inquiryTel span {
  font-size: 40px;
  padding-left: 30px;
  position: relative;
  line-height: 1;
  margin: 8px 0;
}
#inquiryTel span:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url("../img/cmn/icon_tel.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-repeat: no-repeat;
}
#inquiryMail a {
  background-color: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 290px;
  display: block;
  padding: 16px 0 16px 25px;
  font-size: 16px;
  position: relative;
}
#inquiryMail a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url("../img/cmn/icon_mail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -7.5px;
  background-repeat: no-repeat;
}
#inquiryLine a {
  background-color: #00c300;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 290px;
  display: block;
  padding: 16px 0 16px 25px;
  font-size: 16px;
  position: relative;
}
#inquiryLine a:before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 28px;
  background-image: url("../img/cmn/icon_line.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -14px;
  background-repeat: no-repeat;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #inquiryArea {
    padding: 55px 2.5% 75px 2.5%;
  }
  #inquiryArea ul {
    display: block;
  }
  #inquiryTel span {
    width: 290px;
    margin: 8px auto;
  }
  #inquiryTel {
    margin-bottom: 20px;
  }
  #inquiryMail a {
    margin: 0 auto 20px auto;
  }
  #inquiryLine a {
    margin: 0 auto;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #inquiryArea h2 {
    font-size: 24px;
  }
  #inquiryArea h2 span {
    font-size: 13px;
  }
}
/*------------------------------
#fotterCustom
------------------------------*/
footer {
  background-color: #333;
}
#footerCustom {
  display: flex;
  padding-top: 10px;
  color: #fff;
  justify-content: space-between;
  margin-bottom: 10px;
}
#footerInfo h1 {
  margin-bottom: 20px;
}
#footerInfo h1 span {
  display: block;
  margin-bottom: 15px;
}
#footerInfo h1 + p {
  margin-bottom: 10px;
}
#footerInfo li {
  color: #fff;
}
#footerGnav {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
#footerGnav li {
  margin-bottom: 7px;
}
#footerGnav li:last-child {
  margin-bottom: 0;
}
#footerGnav li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
#footerGnav li a:hover {
  text-decoration: underline;
}
footer #copy {
  color: #fff;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #footerGnav {
    display: none;
  }
  #footerCustom {
    justify-content: center;
  }
  #footerInfo {
    text-align: center;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #footerInfo {
    font-size: 14px;
  }
}
/*------------------------------
下層ページ：共通部分
------------------------------*/
/*---------------
#pageTitle
---------------*/
.under #pageTitle {
  height: 350px;
  background-color: #eee;
}
.under #pageTitle h1 {
  text-align: center;
  font-size: 42px;
  letter-spacing: .1em;
  line-height: 350px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  .under #pageTitle {
    height: 200px;
  }
  .under #pageTitle h1 {
    line-height: 200px;
    font-size: 30px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .under #pageTitle {
    height: 120px;
  }
  .under #pageTitle h1 {
    line-height: 120px;
    font-size: 20px;
  }
}
/*---------------
#intro
---------------*/
.under #intro {
  margin: 50px auto;
  max-width: 1200px;
}
.under #intro p {
  text-align: center;
  font-size: 22px;
  letter-spacing: .05em;
  line-height: 2;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  .under #intro {
    padding: 0 2.5%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .under #intro p {
    font-size: 16px;
    line-height: 1.9;
  }
  .under #intro p br {
    display: none;
  }
}
/*---------------
.headline
---------------*/
.under .headline {
  text-align: center;
  font-size: 36px;
  letter-spacing: .05em;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 55px;
}
.under .headline em {
  font-size: 50px;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  .under .headline {
    font-size: 28px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .under .headline {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
/*---------------
#underFlow
---------------*/
.under #underFlow ol {
  margin: 0 auto;
}
.under #underFlow li {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 100px;
  justify-content: center;
  padding: 0 2.5%;
}
.under #underFlow li:last-child {
  margin-bottom: 0;
}
.under #underFlow li figure {
  width: 500px;
  aspect-ratio: 10 / 7;
}
.under #underFlow li figure img {
  aspect-ratio: 10 / 7;
}
.under #underFlow li dl {
  width: 600px;
}
.under #underFlow li dt {
  font-size: 28px;
  letter-spacing: .08em;
  padding-bottom: 7px;
  margin-bottom: 30px;
  background-image: linear-gradient(to right, #333, #333 4px, transparent 4px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
  padding-top: 40px;
}
.under #underFlow li dt:before {
  content: '';
  display: inline-block;
  width: 98px;
  height: 30px;
  background-color: #333;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.under #underFlow li dt:after {
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 30px;
  line-height: 30px;
}
.under #underFlow li:nth-child(1) dt:after {
  content: 'STEP 1';
}
.under #underFlow li:nth-child(2) dt:after {
  content: 'STEP 2';
}
.under #underFlow li:nth-child(3) dt:after {
  content: 'STEP 3';
}
.under #underFlow li:nth-child(4) dt:after {
  content: 'STEP 4';
}
.under #underFlow li:nth-child(5) dt:after {
  content: 'STEP 5';
}
.under #underFlow li:nth-child(6) dt:after {
  content: 'STEP 6';
}
.under #underFlow li:nth-child(7) dt:after {
  content: 'STEP 7';
}
.under #underFlow li:nth-child(8) dt:after {
  content: 'STEP 8';
}
.under #underFlow li dd p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .05em;
}
.under #underFlow li:nth-child(3), .under #underFlow li:nth-child(4), .under #underFlow li:nth-child(7), .under #underFlow li:nth-child(8) {
  flex-direction: unset;
  background-color: #f7f7f7;
  width: 100%;
}
.under #underFlow li:nth-child(3), .under #underFlow li:nth-child(7) {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.under #underFlow li:nth-child(4), .under #underFlow li:nth-child(8) {
  padding-bottom: 50px;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  .under #underFlow li {
    gap: 50px;
  }
  .under #underFlow li dt {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .under #underFlow li dt:after {
    font-size: 16px;
  }
  .under #underFlow li dd p {}
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .under #underFlow li {
    display: block;
  }
  .under #underFlow li img {
    width: 100%;
  }
  .under #underFlow li figure {
    margin-bottom: 20px;
    width: 100%;
  }
  .under #underFlow li dt {
    font-size: 20px;
  }
  .under #underFlow li dt:after {
    font-size: 14px;
  }
  .under #underFlow li dd p {
    font-size: 14px;
  }
}
/*---------------
#underInquiry
---------------*/
.under .underInquiry {
  padding: 100px 0;
  background: url("../img/cmn/inquiry_bg.png");
  display: flex;
  justify-content: center;
  align-items: center;
}
.under .underInquiry a {
  display: block;
  background-color: #333;
  color: #fff;
  width: 400px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  letter-spacing: .04em;
  padding: 20px 0 20px 40px;
  position: relative;
  z-index: 1;
}
.under .underInquiry a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url("../img/cmn/icon_mail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -7.5px;
  background-repeat: no-repeat;
}
.under .underInquiry a:after {
  background: #666;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.under .underInquiry a:hover:after {
  transform: scale(1, 1);
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  .under .underInquiry a {
    font-size: 20px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .under .underInquiry a {
    font-size: 18px;
    width: 90%;
  }
	.under .underInquiry a:before{
		left: 35px;
	}
	
}
/*---------------
#underFaq
---------------*/
.under #underFaq {
  margin: 175px 0 150px 0;
}
.under #underFaq ul {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #333;
}
.under #underFaq li dl {}
.under #underFaq ul dt:hover {
  background-color: #f7f7f7;
}
.under #underFaq ul dt, .under #underFaq ul dd {
  border-bottom: 1px solid #333;
  padding: 37px 95px 37px 90px;
  font-size: 18px;
  letter-spacing: .05em;
  position: relative;
}
.under #underFaq ul li {
  position: relative;
}
.under #underFaq ul li:before {
  content: 'Q';
  display: inline-block;
  font-size: 36px;
  vertical-align: middle;
  position: absolute;
  left: 32px;
  top: 18px;
  background-repeat: no-repeat;
  z-index: 1;
}
.under #underFaq ul dd:before {
  content: 'A';
  display: inline-block;
  font-size: 36px;
  vertical-align: middle;
  position: absolute;
  left: 32px;
  top: 18px;
  background-repeat: no-repeat;
}
.under #underFaq ul dd {
  display: none;
}
.under #underFaq ul dt.active {
  font-weight: bold;
}
.under #underFaq ul dt:before, .under #underFaq ul dt:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #878787;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
.under #underFaq ul dt:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.under #underFaq ul dt.active:before {
  opacity: 0;
}
.under #underFaq ul dt.active:after {
  transform: translateY(-50%) rotate(180deg);
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  .under #underFaq {
    padding: 0 2.5%;
  }
  .under #underFaq ul dt, .under #underFaq ul dd {
    font-size: 16px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .under #underFaq ul dt, .under #underFaq ul dd {
    font-size: 14px;
    padding: 25px 60px 25px 80px;
  }
  .under #underFaq ul li:before {
    font-size: 28px;
  }
  .under #underFaq ul dd:before {
    font-size: 28px;
  }
}
/*------------------------------
下層ページ：ZERO SELLとは
------------------------------*/
.under#about #pageTitle {
  background: url("../img/about/pagetitle.jpg") no-repeat center top;
  background-size: cover;
}
/*---------------
#storyReason
---------------*/
#about #storyReason {
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
}
#about #storyReason:before {
  content: '';
  display: inline-block;
  width: 66%;
  height: 1280px;
  background-color: #f7f7f7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
#about #storyReason li {
  display: flex;
  gap: 60px;
  justify-content: center;
}
#about #storyReason li:nth-child(1) {
  flex-direction: row-reverse;
}
#about #storyReason li h2 {
  font-size: 32px;
  letter-spacing: .1em;
  font-weight: 900;
  margin-bottom: 48px;
}
#about #storyReason li p {
  font-size: 16px;
  line-height: 2.1;
  margin-bottom: 20px;
}
#about #storyReason li p:last-child {
  margin-bottom: 0;
}
#about #storyReason li .textWrap {
  width: 57%;
  display: flex;
}
#about #storyReason li:nth-child(1) .textWrap {
  justify-content: right;
}
#about #storyReason li:nth-child(2) .textWrap {
  justify-content: left;
}
#about #storyReason li .textInner {
  width: 675px;
  position: relative;
}
#about #storyReason li:nth-child(1) .textInner {
  padding-left: 114px;
}
#about #storyReason li:nth-child(1) .textInner:before {
  content: '';
  display: inline-block;
  width: 39px;
  height: 472px;
  background-image: url("../img/about/text1.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: -100px;
  background-repeat: no-repeat;
}
#about #storyReason li:nth-child(2) .textInner {
  padding-right: 114px;
}
#about #storyReason li:nth-child(2) .textInner:before {
  content: '';
  display: inline-block;
  width: 39px;
  height: 507px;
  background-image: url("../img/about/text2.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
}
#about #storyReason li figure {
  width: 43%;
  height: 500px;
}
#about #storyReason li:nth-child(1) {
  margin-bottom: 80px;
}
#about #storyReason li:nth-child(1) figure {
  background: url("../img/about/img01.jpg") no-repeat left top;
  background-size: cover;
}
#about #storyReason li:nth-child(2) figure {
  background: url("../img/about/img02.jpg") no-repeat left top;
  background-size: cover;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #about #storyReason li h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #about #storyReason li p {
    font-size: 14px;
  }
  #about #storyReason li:nth-child(1) .textInner {
    padding-left: 80px;
  }
  #about #storyReason li:nth-child(2) .textInner {
    padding-right: 80px;
  }
  #about #storyReason li {
    gap: 45px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #about #storyReason li {
    display: block;
  }
  #about #storyReason li figure {
    width: 100%;
    height: 280px;
  }
  #about #storyReason li .textWrap {
    width: 100%;
  }
  #about #storyReason li .textInner {
    width: 100%;
  }
  #about #storyReason li:nth-child(1) .textInner {
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 20px;
  }
  #about #storyReason li h2 {
    font-size: 22px;
    margin-bottom: 7px;
  }
  #about #storyReason li:nth-child(2) .textInner {
    padding-right: 45px;
    padding-left: 20px;
    padding-top: 20px;
  }
  #about #storyReason {
    padding: 60px 0 0 0;
  }
  #about #storyReason li:nth-child(1) .textInner:before {
    width: 25px;
    height: 303px;
    top: 0;
  }
  #about #storyReason li:nth-child(2) .textInner:before {
    width: 25px;
    height: 325px;
  }
}
/*---------------
#case
---------------*/
#about #case {
  max-width: 1200px;
  margin: 35px auto 75px auto;
}
#about #case ul {
  display: flex;
}
#about #case li {
  width: 50%;
  text-align: center;
}
#about #case li p {
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 35px;
}
#about #case li:nth-child(1) p {
  background-color: #eee;
}
#about #case li:nth-child(2) p {
  background-color: #333;
  color: #fff;
}
#about #case p {
  text-align: center;
  margin: 72px 0 95px 0;
}
#about #case p em {
  font-size: 38px;
  letter-spacing: .05em;
  text-align: center;
}
#about #case p em span {
  background: url("../img/about/borderYellow.png");
  padding-bottom: 10px;
}
#about #case #exsample {
  border: 1px solid #333;
  padding: 0 60px 50px 60px;
  text-align: center;
}
#about #case #exsample h2 {
  font-weight: 500;
  width: 150px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 26px;
  letter-spacing: .05em;
  padding: 3px 0;
  margin: -25px auto 27px auto;
}
#about #case #exsample #exsampleText {
  margin: 20px 0 0 0;
}
#about #case #exsample #exsampleText em {
  font-weight: 500;
  letter-spacing: 0;
  background: url("../img/about/borderYellow.png");
  padding-bottom: 10px;
}
#about #case #exsample #exsampleText em span {
  background: none;
  font-size: 60px;
  font-weight: 900;
}
#about #case #exsample #exsampleCaption {
  text-align: left;
  margin: 0;
  font-size: 13px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #about #case li img {
    width: 90%;
  }
  #about #case #exsample img {
    width: 100%;
  }
}
/*1024px以下*/
@media screen and (max-width: 1200px) {
  #about #case p em {
    font-size: 30px;
  }
  #about #case p em span {
    padding-bottom: 18px;
    background-position: 0 -8px;
  }
  #about #case #exsample {
    width: 96%;
    margin: 0 auto;
  }
  #about #case #exsample #exsampleText em {
    padding-bottom: 18px;
    background-position: 0 -8px;
  }
  #about #case #exsample #exsampleText em span {
    font-size: 45px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #about #case ul {
    display: block;
    padding: 0 20px;
  }
  #about #case li {
    width: 100%;
  }
  #about #case p {
    margin-top: 45px;
  }
  #about #case p em {
    font-size: 24px;
  }
  #about #case #exsample {
    padding: 0 10px 10px 10px;
  }
  #about #case #exsample #exsampleText em span {
    font-size: 38px;
  }
  #about #case #exsample #exsampleCaption {
    margin-top: 20px;
  }
  #about #case #exsample h2 {
    font-size: 18px;
  }
  #about #case li p {
    font-size: 16px;
    padding: 6px 0;
  }
}
/*---------------
#strong
---------------*/
.under#about .headline {
  margin-bottom: 30px;
}
#about #strong li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about #strong li figure {
  width: 50%;
  height: 500px;
}
#about #strong li:nth-child(1) figure {
  background: url("../img/about/strong1.jpg");
  background-size: cover;
}
#about #strong li:nth-child(2) figure {
  background: url("../img/about/strong2.jpg");
  background-size: cover;
}
#about #strong li:nth-child(3) figure {
  background: url("../img/about/strong3.jpg");
  background-size: cover;
}
#about #strong li:nth-child(4) figure {
  background: url("../img/about/strong4.jpg");
  background-size: cover;
  background-position: 70% top;
}
#about #strong li:nth-child(5) figure {
  background: url("../img/about/strong5.jpg");
  background-size: cover;
}
#about #strong li dl {
  max-width: 550px;
}
#about #strong li dt {
  font-size: 32px;
  letter-spacing: .1em;
  font-weight: 900;
  margin-bottom: 30px;
  position: relative;
}
#about #strong li:nth-child(1) dt {
  padding-top: 135px;
}
#about #strong li:nth-child(2) dt {
  padding-top: 0;
}
#about #strong li:nth-child(3) dt {
  padding-top: 0;
}
#about #strong li:nth-child(4) dt {
  padding-top: 0;
}
#about #strong li:nth-child(5) dt {
  padding-top: 0;
}
#about #strong li dt:before {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  font-size: 172px;
  color: #ccc;
  line-height: 1;
  font-style: italic;
  z-index: -1;
}
#about #strong li:nth-child(1) dt:before {
  content: '1';
  left: -40px;
  top: -15px;
}
#about #strong li:nth-child(2) dt:before {
  content: '2';
  right: -20px;
  top: -85px;
}
#about #strong li:nth-child(3) dt:before {
  content: '3';
  left: -40px;
  top: -135px;
}
#about #strong li:nth-child(4) dt:before {
  content: '4';
  right: 0;
  top: -130px;
}
#about #strong li:nth-child(5) dt:before {
  content: '5';
  left: 0;
  top: -130px;
}
#about #strong li dd {
  line-height: 2.1;
}
#about #strong li:nth-child(1), #about #strong li:nth-child(3), #about #strong li:nth-child(5) {
  flex-direction: row-reverse;
}
#about #strong li div {
  width: 50%;
  display: flex;
}
#about #strong li:nth-child(1) div, #about #strong li:nth-child(3) div, #about #strong li:nth-child(5) div {
  justify-content: right;
  padding-right: 50px;
}
#about #strong li:nth-child(2) div, #about #strong li:nth-child(4) div {
  justify-content: left;
  padding-left: 50px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #about #strong li dt:before {
    font-size: 130px;
  }
  #about #strong li dt {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #about #strong li dd {
    font-size: 14px;
  }
  #about #strong li:nth-child(1) dt {
    padding-top: 110px;
  }
  #about #strong li:nth-child(2) dt:before {
    top: -60px;
    right: 0;
  }
  #about #strong li:nth-child(5) dt:before {
    top: -77px;
  }
  #about #strong li:nth-child(1) dl, #about #strong li:nth-child(3) dl, #about #strong li:nth-child(5) dl {
    padding-left: 20px;
  }
  #about #strong li:nth-child(2) dl, #about #strong li:nth-child(4) dl {
    padding-right: 20px;
  }
  #about #strong li:nth-child(3) dt:before {
    left: -20px;
    top: -95px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .under#about #strong .headline {
    margin-bottom: 6px;
  }
  #about #strong li dl {
    max-width: initial;
  }
  #about #strong li dt {
    font-size: 20px;
    margin-bottom: 8px;
  }
  #about #strong li dt:before {
    font-size: 80px;
  }
  #about #strong li {
    display: block;
    margin-bottom: 40px;
  }
  #about #strong li figure {
    width: 100%;
    height: 200px;
  }
  #about #strong li div {
    width: 100%;
  }
  #about #strong li:nth-child(1) dt:before {
    left: -20px;
    top: 0;
  }
  #about #strong li:nth-child(1) dt, #about #strong li:nth-child(2) dt, #about #strong li:nth-child(3) dt, #about #strong li:nth-child(4) dt, #about #strong li:nth-child(5) dt {
    padding-top: 80px;
  }
  #about #strong li:nth-child(2) dt:before {
    top: 0;
    right: auto;
  }
  #about #strong li:nth-child(3) dt:before {
    left: 0;
    top: 0;
  }
  #about #strong li:nth-child(4) dt:before {
    top: 0;
    right: auto;
  }
  #about #strong li:nth-child(5) dt:before {
    top: 0;
  }
  #about #strong li dd {
    line-height: 1.8;
  }
  #about #strong li:nth-child(2) div, #about #strong li:nth-child(4) div {
    padding-left: 20px;
  }
  #about #strong li:nth-child(1) div, #about #strong li:nth-child(3) div, #about #strong li:nth-child(5) div {
    padding-right: 20px;
  }
}
/*------------------------------
下層ページ：マンションを売る
------------------------------*/
.under#sell #pageTitle {
  background: url("../img/sell/pagetitle.jpg") no-repeat center top;
  background-size: cover;
}
/*---------------
#checks
---------------*/
#sell #checks {
  background-color: #f7f7f7;
  padding: 45px 0 75px 0;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  position: relative;
  margin-bottom: 80px;
}
#sell #checks:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 95px 50vw;
}
#sell #checks:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 95px 0 0 50vw;
}
#sell #checks li {
  font-size: 20px;
  padding-left: 45px;
  margin-bottom: 10px;
  position: relative;
}
#sell #checks li:last-child {
  margin-bottom: 0;
}
#sell #checks li:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 16px;
  background-image: url("../img/sell/check.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #sell #checks li {
    font-size: 16px;
    padding-left: 35px;
    margin-bottom: 6px;
  }
  #sell #checks li:last-child {
    margin-bottom: 0;
  }
  #sell #checks {
    gap: 20px;
    margin-bottom: 40px;
  }
  #sell #checks img {
    width: 110px;
  }
  #sell #checks:before {
    border-width: 0px 0px 55px 50vw;
  }
  #sell #checks:after {
    border-width: 55px 0 0 50vw;
  }
}
/*---------------
#merit
---------------*/
#sell #merit {
  margin-bottom: 100px;
}
#sell #merit ul {
  display: flex;
  gap: 80px;
  justify-content: center;
}
#sell #merit li {
  border: 2px solid #333;
  border-radius: 50%;
  height: 260px;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 35px;
  position: relative;
}
#sell #merit li:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: -10px;
  background-repeat: no-repeat;
}
#sell #merit li:nth-child(1):before {
  width: 90px;
  height: 131px;
  background-image: url("../img/sell/img02.png");
  margin-left: -45px;
}
#sell #merit li:nth-child(2):before {
  width: 108px;
  height: 131px;
  background-image: url("../img/sell/img03.png");
  margin-left: -54px;
}
#sell #merit li:nth-child(3):before {
  width: 149px;
  height: 135px;
  background-image: url("../img/sell/img04.png");
  margin-left: -75px;
}
#sell #merit li p {
  font-size: 22px;
  text-align: center;
}
/*1024px以下*/
@media screen and (max-width: 1200px) {
  #sell #merit ul {
    gap: 30px;
  }
  #sell #merit li {
    height: 230px;
    width: 230px;
  }
  #sell #merit li:before {
    top: -30px;
  }
  #sell #merit li p {
    font-size: 18px;
  }
  #sell #merit {
    margin-bottom: 60px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #sell #merit {
    padding: 0 2%;
  }
  #sell #merit li {
    height: auto;
    width: 33%;
    aspect-ratio: 1 / 1;
  }
  #sell #merit ul {
    gap: 10px;
  }
  #sell #merit li:nth-child(1):before {
    width: 60px;
    height: 87px;
    margin-left: -30px;
  }
  #sell #merit li:nth-child(2):before {
    width: 75px;
    height: 90px;
    margin-left: -37px;
  }
  #sell #merit li:nth-child(3):before {
    width: 102px;
    height: 92px;
    margin-left: -51px;
  }
  #sell #merit li p {
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.4;
  }
  #sell #merit li:before {
    top: -60px;
  }
  .under#sell #merit .headline {
    font-size: 18px;
    margin-bottom: 80px;
  }
}
/*---------------
#plans
---------------*/
#sell #plans {
  padding: 80px 0;
  background-color: #f7f7f7;
}
#sell #plansTab {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
#sell #plansTab li {
  text-align: center;
  width: 33.33%;
  position: relative;
}
#sell #plansTab li:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #333;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -25px;
  background-repeat: no-repeat;
  z-index: 1;
}
#sell #plansTab li:after {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -25px;
  background-repeat: no-repeat;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  z-index: 1;
}
#sell #plansTab li:nth-child(1):after {
  content: '1';
}
#sell #plansTab li:nth-child(2):after {
  content: '2';
}
#sell #plansTab li:nth-child(3):after {
  content: '3';
}
#sell #plansTab li:nth-child(1), #sell #plansTab li:nth-child(2) {
  border-right: 1px solid #ddd;
}
#sell #plansTab li a {
  background-color: #fff;
  text-decoration: none;
  position: relative;
  height: 285px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sell #plansTab li a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 18px;
  background-image: url("../img/sell/plans_yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 24px;
  background-repeat: no-repeat;
}
#sell #plansTab li a:hover {
  text-decoration: underline;
}
#sell #plansTab li:nth-child(1) a img {
  margin-bottom: 30px;
}
#sell #plansTab li:nth-child(2) a img {
  margin-bottom: 28px;
}
#sell #plansTab li:nth-child(3) a img {
  margin-bottom: 13px;
}
#sell #plansTab li a p {
  font-size: 20px;
  letter-spacing: .05em;
}
#sell #plansDetail {
  margin-top: 60px;
}
#sell #plansDetail li {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto 30px auto;
  position: relative;
}
#sell #plansDetail li:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #aaa;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: 1;
}
#sell #plansDetail li:after {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #aaa;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}
#sell #plansDetail li:nth-child(1):after {
  content: '1';
}
#sell #plansDetail li:nth-child(2):after {
  content: '2';
}
#sell #plansDetail li:nth-child(3):after {
  content: '3';
}
#sell #plansDetail li:last-child {
  margin-bottom: 0;
}
#sell #plansDetail li dl {
  position: relative;
  padding: 20px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#sell #plansDetail li dl dt {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  letter-spacing: .05em;
  padding: 8px 30px 8px 69px;
}
#sell #plansDetail li dd {
  display: flex;
  gap: 22px;
  justify-content: space-between;
  align-items: center;
}
#sell #plansDetail li dd div {
  width: 800px;
}
#sell #plansDetail li dd figure {
  text-align: center;
  width: 280px;
  padding-top: 50px;
}
#sell #plansDetail li dd p {
  margin-bottom: 20px;
}
#sell #plansDetail li dd p:last-child {
  margin-bottom: 0;
}
#sell #plansDetail li dd p em {
  font-weight: 500;
  background: url("../img/sell/borderYellow.png");
  padding-bottom: 7px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #sell #plansTab, #sell #plansDetail {
    padding: 0 2%;
  }
}
/*1024px以下*/
@media screen and (max-width: 1200px) {
  #sell #plansDetail li dd, #sell #plansDetail li dl {
    display: block;
  }
  #sell #plansDetail li dd figure {
    margin: 0 auto 40px auto;
  }
  #sell #plansDetail li dl {
    height: auto;
  }
  #sell #plansDetail li dd div {
    width: auto;
  }
  #sell #plansTab li:nth-child(1) a img {
    height: 75px;
  }
  #sell #plansTab li:nth-child(2) a img {
    height: 75px;
  }
  #sell #plansTab li:nth-child(3) a img {
    height: 90px;
  }
  #sell #plansTab li a p {
    font-size: 18px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #sell #plans {
    padding: 50px 0;
  }
  .under#sell #plans .headline {
    margin-bottom: 40px;
  }
  .under#sell #plans .headline em {
    font-size: 40px;
  }
  #sell #plansTab li:before {
    width: 30px;
    height: 30px;
    top: -15px;
    margin-left: -15px;
  }
  #sell #plansTab li:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -15px;
    top: -15px;
    font-size: 18px;
  }
  #sell #plansTab li a p {
    font-size: 14px;
    padding: 0 10px;
  }
  #sell #plansTab li a {
    height: 240px;
  }
  #sell #plansTab li:nth-child(1) a img {
    height: 45px;
  }
  #sell #plansTab li:nth-child(2) a img {
    height: 45px;
  }
  #sell #plansTab li:nth-child(3) a img {
    height: 60px;
    margin-top: -8px;
    margin-bottom: 21px;
  }
  #sell #plansDetail li dl dt {
    font-size: 16px;
    padding: 8px 12px 8px 57px;
  }
  #sell #plansDetail li:before {
    width: 43px;
    height: 43px;
  }
  #sell #plansDetail li:after {
    line-height: 43px;
    width: 43px;
    height: 43px;
    font-size: 20px;
  }
}
/*---------------
#support
---------------*/
#sell #support {
  margin: 150px 0 100px 0;
}
#sell #support ol {
  max-width: 1200px;
  margin: 0 auto;
  background-image: linear-gradient(to right, #333, #333 3px, transparent 3px);
  background-size: 10px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
#sell #support li {
  padding: 55px 100px;
  background-image: linear-gradient(to right, #333, #333 3px, transparent 3px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
#sell #support li dt {
  font-size: 30px;
  letter-spacing: .1em;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
#sell #support li dt:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  background-repeat: no-repeat;
}
#sell #support li dt:after {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  color: #fff;
  font-size: 30px;
}
#sell #support li:nth-child(1) dt:after {
  content: '1';
}
#sell #support li:nth-child(2) dt:after {
  content: '2';
}
#sell #support li:nth-child(3) dt:after {
  content: '3';
}
#sell #support li:nth-child(4) dt:after {
  content: '4';
}
#sell #support li:nth-child(5) dt:after {
  content: '5';
}
#sell #support li dd li {
  padding: 0;
  background: none;
}
#sell #support li dd p {
  line-height: 2.1;
}
#sell #support #support1 dd ul {
  display: flex;
  gap: 30px;
  border: 1px solid #ddd;
  padding: 19px 0;
  justify-content: center;
  margin-top: 25px;
}
#sell #support #support2 dd ul {
  overflow: hidden;
  margin-top: 20px;
}
#sell #support #support2 dd li {
  width: 313px;
  float: left;
  margin-right: 30px;
  margin-bottom: 40px;
}
#sell #support #support2 dd li:nth-child(3n) {
  margin-right: 0;
}
#sell #support #support2 dd li:nth-child(4), #sell #support #support2 dd li:nth-child(5), #sell #support #support2 dd li:nth-child(6) {
  margin-bottom: 0;
}
#sell #support #support2 p span {
  font-size: 13px;
}
#sell #support #support3 img, #sell #support #support4 img, #sell #support #support5 img {
  margin-top: 30px;
  width: 100%;
}
#sell #support #support4 {
  background: none;
  padding-bottom: 0;
}
#sell #underFlow {
  padding-top: 140px;
}
/*1220px以下*/
@media screen and (max-width: 1220px) {
  #sell #support {
    padding: 0 2%;
  }
  #sell #support #support2 dd li img {
    width: 100%;
  }
  #sell #support #support2 dd li {
    width: 31%;
    margin-right: 3%;
  }
  #sell #support li {
    padding: 55px 65px;
  }
  #sell #support #support3 img, #sell #support #support4 img {
    width: 100%;
  }
  .under #underFlow li {
    gap: 50px;
  }
  .under #underFlow li dt {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .under #underFlow li dt:after {
    font-size: 16px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1200px) {
  .under .underInquiry {
    padding: 60px 0;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #sell #support li dt {
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 53px;
  }
  #sell #support li {
    padding: 40px 20px;
  }
  #sell #support li dt:before {
    width: 36px;
    height: 36px;
  }
  #sell #support li dt:after {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 21px;
  }
  #sell #support #support2 dd li {
    margin-bottom: 15px;
  }
  #sell #support #support2 dd li p {
    font-size: 12px;
    min-height: 46px;
  }
  #sell #underFlow li dl {
    width: 100%;
  }
  #sell #support li dt {
    font-size: 20px;
  }
  #sell #underFlow li figure {
    height: auto;
  }
  #sell .underInquiry {
    padding: 60px 6%;
  }
  #sell #support li dd p {
    line-height: 1.9;
    font-size: 14px;
  }
  #sell #underFlow li dt {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
/*------------------------------
下層ページ：マンションを買う
------------------------------*/
.under#buy #pageTitle {
  background: url("../img/buy/pagetitle.jpg") no-repeat center top;
  background-size: cover;
}
/*---------------
#support
---------------*/
#buy #support {
  margin-bottom: 145px;
}
#buy #support .headline {
  margin-bottom: 70px;
}
#buy #support ul {
  gap: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#buy #support li {
  width: 270px;
  height: 270px;
  aspect-ratio: 1/1;
  background-color: #333;
  border-radius: 50%;
  position: relative;
}
#buy #support li:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
}
#buy #support li:nth-child(1):before {
  width: 98px;
  height: 141px;
  background-image: url("../img/buy/icon_support1.png");
  margin-left: -49px;
  top: -35px;
}
#buy #support li:nth-child(2):before {
  width: 121px;
  height: 138px;
  background-image: url("../img/buy/icon_support2.png");
  margin-left: -60.5px;
  top: -35px;
}
#buy #support li:nth-child(3):before {
  width: 111px;
  height: 130px;
  background-image: url("../img/buy/icon_support3.png");
  margin-left: -55.5px;
  top: -30px;
}
#buy #support li p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 125px 30px 0 30px;
}
#buy #support #caption p {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  letter-spacing: .05em;
}
/*1220px以下*/
@media screen and (max-width: 1220px) {
  #buy #support ul {
    padding: 0 2%;
    gap: 30px;
  }
  #buy #support li:nth-child(1):before {
    width: 77px;
    height: 110px;
    margin-left: -38px;
  }
  #buy #support li:nth-child(2):before {
    width: 97px;
    height: 110px;
    margin-left: -48.5px;
  }
  #buy #support li:nth-child(3):before {
    width: 94px;
    height: 110px;
    margin-left: -47px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1200px) {
  #buy #support li p {
    padding-top: 95px;
    font-size: 14px;
  }
  #buy #support li {
    width: 240px;
    height: 240px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #buy #support {
    margin-bottom: 100px;
  }
  #buy #support ul {
    display: block;
  }
  #buy #support li {
    margin: 0 auto 45px auto;
  }
  #buy #support li:last-child {
    margin-bottom: 0;
  }
  #buy #support li:nth-child(1):before {
    width: 63px;
    height: 90px;
    margin-left: -31.5px;
  }
  #buy #support li:nth-child(2):before {
    width: 79px;
    height: 90px;
    margin-left: -39.5px;
  }
  #buy #support li:nth-child(3):before {
    width: 77px;
    height: 90px;
    margin-left: -38.5px;
  }
  #buy #support li p {
    font-size: 14px;
    line-height: 1.6;
    padding: 85px 20px 0 20px;
  }
  #buy #support #caption {
    padding: 0 2%;
  }
  #buy #support #caption p {
    font-size: 14px;
  }
}
/*------------------------------
下層ページ：マンションを貸す
------------------------------*/
.under#rent #pageTitle {
  background: url("../img/rent/pagetitle.jpg") no-repeat center top;
  background-size: cover;
}
.under#rent #intro {
  margin: 60px auto;
}
/*---------------
#request
---------------*/
.under#rent #request .headline {
  margin-bottom: 85px;
}
#rent #request {
  padding: 65px 0 100px 0;
  background-color: #f7f7f7;
}
#rent #request ul {
  gap: 30px;
  display: flex;
  justify-content: center;
  padding: 0 2%;
  max-width: 1200px;
  margin: 0 auto;
}
#rent #request li {
  background-color: #fff;
  width: 25%;
  font-size: 20px;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 70px 0 20px 0;
  position: relative;
}
#rent #request li:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
}
#rent #request li:nth-child(1):before {
  width: 83px;
  height: 113px;
  background-image: url("../img/rent/img01.png");
  margin-left: -41.5px;
  top: -56px;
}
#rent #request li:nth-child(2):before {
  width: 78px;
  height: 113px;
  background-image: url("../img/rent/img02.png");
  margin-left: -39px;
  top: -57px;
}
#rent #request li:nth-child(3):before {
  width: 161px;
  height: 121px;
  background-image: url("../img/rent/img03.png");
  margin-left: -80.5px;
  top: -58px;
}
#rent #request li:nth-child(4):before {
  width: 199px;
  height: 121px;
  background-image: url("../img/rent/img04.png");
  margin-left: -99.5px;
  top: -58px;
}
/*1024px以下*/
@media screen and (max-width: 1200px) {
  #rent #request ul {
    gap: 15px;
  }
  #rent #request li {
    font-size: 18px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #rent #request ul {
    display: block;
  }
  #rent #request li {
    width: 80%;
    font-size: 16px;
    margin: 0 auto 55px auto;
  }
  #rent #request li:last-child {
    margin-bottom: 0;
  }
  #rent #request li:nth-child(1):before {
    width: 66px;
    height: 90px;
    margin-left: -33px;
    top: -40px;
  }
  #rent #request li:nth-child(2):before {
    width: 62px;
    height: 90px;
    margin-left: -31px;
    top: -40px;
  }
  #rent #request li:nth-child(3):before {
    width: 120px;
    height: 90px;
    margin-left: -60px;
    top: -40px;
  }
  #rent #request li:nth-child(4):before {
    width: 148px;
    height: 90px;
    margin-left: -74px;
    top: -40px;
  }
}
/*---------------
#support
---------------*/
.under#rent #support .headline {
  margin-bottom: 40px;
}
#rent #support {
  padding: 68px 2.5% 105px 2.5%;
}
#rent #support ol {
  overflow: hidden;
  margin: 0 auto;
  width: 1200px;
}
#rent #support ol li {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 380px;
  padding: 60px 30px 0 30px;
  border: 1px solid #333;
  min-height: 250px;
  position: relative;
}
#rent #support ol li:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #333 transparent transparent;
  border-width: 0px 89px 89px 0px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
#rent #support ol li:after {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  height: 37px;
  right: 7px;
  top: 10px;
  background-repeat: no-repeat;
}
#rent #support ol li:nth-child(1):after {
  width: 50px;
  background-image: url("../img/rent/support1.png");
}
#rent #support ol li:nth-child(2):after {
  width: 51px;
  background-image: url("../img/rent/support2.png");
}
#rent #support ol li:nth-child(3):after {
  width: 51px;
  background-image: url("../img/rent/support3.png");
}
#rent #support ol li:nth-child(4):after {
  width: 52px;
  background-image: url("../img/rent/support4.png");
}
#rent #support ol li:nth-child(5):after {
  width: 51px;
  background-image: url("../img/rent/support5.png");
}
#rent #support ol li:nth-child(6):after {
  width: 52px;
  background-image: url("../img/rent/support6.png");
}
#rent #support ol li:nth-child(3n) {
  margin-right: 0;
}
#rent #support ol li:nth-child(4), #rent #support ol li:nth-child(5), #rent #support ol li:nth-child(6) {
  margin-bottom: 0;
}
#rent #support ol li dt {
  font-size: 24px;
  letter-spacing: .05em;
  font-weight: 900;
  margin-bottom: 13px;
}
#rent #support ol li dd {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2.1;
}
#rent #support ol li:nth-child(6) dd {
  line-height: 1.7;
}
/*1220px以下*/
@media screen and (max-width: 1220px) {
  #rent #support ol {
    width: 100%;
  }
  #rent #support ol li {
    margin-right: 3%;
    width: 48%;
  }
  #rent #support ol li:nth-child(3n) {
    margin-right: 3%;
  }
  #rent #support ol li:nth-child(2n) {
    margin-right: 0;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #rent #support ol li {
    margin-right: 0;
    width: 100%;
    min-height: auto;
    padding: 30px 30px 30px 30px;
  }
  #rent #support ol li:nth-child(3n) {
    margin-right: 0;
  }
  #rent #support ol li:nth-child(4), #rent #support ol li:nth-child(5) {
    margin-bottom: 30px;
  }
  #rent #support ol li dt {
    font-size: 20px;
  }
  #rent #support ol li dd {
    font-size: 14px;
  }
}
/*---------------
#system
---------------*/
#rent #system {
  background-color: #f7f7f7;
  padding: 75px 0;
}
#rent #system figure {
  text-align: center;
  margin-bottom: 65px;
}
#rent #system ul {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
#rent #system li {
  width: 33.33%;
}
#rent #system li dt {
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: .1em;
  padding: 6px 0;
}
#rent #system li dd {
  background-color: #fff;
  padding: 30px;
  min-height: 140px;
}
.under#rent #system .headline {
  margin-bottom: 20px;
}
/*1220px以下*/
@media screen and (max-width: 1220px) {
  #rent #system {
    padding: 75px 2.5%;
  }
  #rent #system figure img {
    width: 100%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #rent #system ul {
    display: block;
  }
  #rent #system li {
    width: 100%;
    margin-bottom: 20px;
  }
  #rent #system li:last-child {
    margin-bottom: 0;
  }
  #rent #system li dt {
    font-size: 18px;
  }
  #rent #system li dd {
    min-height: auto;
    font-size: 14px;
  }
  #rent #system li dd br {
    display: none;
  }
}
/*---------------
#underFlow
---------------*/
#rent #underFlow {
  padding-top: 110px;
  margin-bottom: 100px;
}
/*------------------------------
下層ページ：買取サービス
------------------------------*/
.under#purchase #pageTitle {
  background: url("../img/purchase/pagetitle.jpg") no-repeat center top;
  background-size: cover;
}
/*------------------------------
下層ページ：RENO SELL
------------------------------*/
.under#renosell #pageTitle {
  background: url("../img/renosell/pagetitle.jpg") no-repeat center top;
  background-size: cover;
}
/*------------------------------
下層ページ：リノベーション
------------------------------*/
.under#renovation #pageTitle {
  background: url("../img/renovation/pagetitle.jpg") no-repeat center top;
  background-size: cover;
}
/*------------------------------
下層ページ：トータルサポート
------------------------------*/
.under#total #pageTitle {
  background: url("../img/total/pagetitle.jpg") no-repeat center top;
  background-size: cover;
}