@charset "UTF-8";
/* ------------------------------------------------------------ */

/* 下層共通 */

/* ------------------------------------------------------------ */

.sub .content {
  padding: 145px 0 0;
}

.sub .post-content {}

.sub .post-box {
  width: 100%;
  height: auto;
  margin: 0 auto 10%;
}

.post-box h1 {
  margin: 0 auto 25px;
  font-size: 3.2rem;
}

.post-box h2 {
  margin: 0 auto 20px;
  font-size: 2.8rem;
}

.post-box h3 {
  margin: 0 auto 20px;
  font-size: 2.4rem;
}

.post-box h4 {
  margin: 0 auto 15px;
  font-size: 2rem;
}

.post-box h5 {
  margin: 0 auto 15px;
  font-size: 1.8rem;
}

.post-box h6 {
  margin: 0 auto 10px;
  font-size: 1em;
}

.post-box p {
  margin: 15px auto;
  font-size: 1.4rem;
  line-height: 1.8;
}

.post_content table {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #745f43;
  border-bottom: 1px solid #745f43;
}

.post_content table th, .post_content table td {
  padding: 0.8em;
}

.post_content table tr:not(:last-of-type) th, .post_content table tr:not(:last-of-type) td {
  border-bottom: 1px dotted #745f43;
}

.post_content table th {
  background: #eaeaea;
  text-align: center;
}

.post_content table td {}

/* select */

.select-item {
  width: 500px;
  height: auto;
  background: #fff;
  margin: 0 auto 8%;
  position: relative;
  display: block;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.select-item::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 60px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
}

.select-item::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #745f43;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.select-item .select-tit {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  cursor: pointer;
}

.select-item .select-field {
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 4%;
  position: absolute;
  top: 100%;
  left: 0;
}

.select-item .select-field a {
  display: block;
  width: 100%;
  padding: 8px 12px;
}

/* ------------------------------------------------------------ */

/* post共通 */

.single .slide-box {
  margin: 0 auto 10%;
}

.single .point-box {
  margin: 0 auto 10%;
  background: #745f43;
  color: #fff;
  padding: 4% 8%;
  font-size: 1.4rem;
  line-height: 1.8;
}

.single .point-box span {
  font-size: 1.2em;
  display: block;
  margin: 0 auto 8px;
}

.single .schedule-box {
  margin: 0 auto 10%;
}

.single .map-item {
  margin: 0 auto 10%;
}

.single .map-box {
  margin: 0 auto 20px;
  height: 300px;
}

.single .map-add {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 auto 10px;
}

.single .map-add .item:last-child {
  text-align: right;
}

.single .map-link {
  margin: 0 0 0 auto;
  display: inline-block;
  padding: 0 5px 3px 0;
  border-bottom: 2px solid #745f43;
  position: relative;
}

.single .map-link:hover {
  border-bottom: 2px solid #db610d;
}

.single .map-link::before {
  content: "";
  width: 18px;
  height: 22px;
  background: url("../img/icon/icon-map-org.svg") no-repeat center / 100%;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 8px 0 0;
}

.single .map-item .btn {
  margin: 0 0 0 auto;
  max-width: 200px;
}

.single .map-item .btn a {
  padding: 8px;
  font-weight: normal;
  border: 1px solid #745f43;
}

.single .map-item .btn a::after {
  display: none;
}

.single .inquiey-box {
  margin: 0 auto 10%;
  padding: 6% 8%;
  border: 4px solid #745f43;
  font-weight: bold;
  letter-spacing: 2px;
}

.single .inquiey-box h3, .single .inquiey-box .inq-tit {
  font-size: 2.6rem;
  padding: 0 10px 15px;
  border-bottom: 3px dotted #745f43;
  margin: 0 auto 30px;
  text-align: center;
}

.single .inquiey-box .item {
  padding: 0 10px;
}

.single .inquiey-box .phone {
  margin: 0 auto 30px;
}

.single .inquiey-box .phone p {
  margin: 0 auto 5px;
  font-size: 1.6rem;
}

.single .inquiey-box .phone a {
  font-size: 2.4rem;
}

.single .inquiey-box .btn {
  max-width: 100%;
  font-size: 2.2rem;
  line-height: 1.5;
}

.single .inquiey-box .btn a::after {
  display: none;
}

.single .inquiey-box .btn i {
  color: #ffe500;
  margin: 0 0 0 10px;
  font-size: 0.8em;
  vertical-align: middle;
}

/* ------------------------------------------------------------ */

/* page共通 */

/*.page .box {
  width: 100%;
  margin: 0 auto 4%;
}*/

.page .box h5 {
  margin: 0 auto 10px;
}

.page .box p {
  font-size: 1.4rem;
}

.page .box dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 15px;
  line-height: 1.8;
}

.page .box dt, .page .box dd {
  font-size: 1.5rem;
}

.page .box dt {
  width: 28%;
}

.page .box dd {
  width: 72%;
}

/* ------------------------------------------------------------ */

/* page-title */

.sub .page-title {
  text-align: center;
  padding: 6% 0;
  margin: 0 auto;
}

.sub .page-title h2, .sub .page-title .main-tit {}

/* ------------------------------------------------------------ */

/* breadcrumbs */

.breadcrumbs {
  padding-top: 10px;
  font-size: 13px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------ */

/* form */

.form-box {
  width: 100%;
  height: auto;
  margin: 40px auto;
}

.form-box::after {
  content: "";
  display: block;
  clear: both;
}

.form-box .form-item {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  font-size: 1.4rem;
}

.form-box .form-item.border {
  padding: 4%;
  border: 1px solid #745f43;
}

.form-box .notice {
  margin: 0 auto 40px;
  padding: 3%;
  background: #f2f2f2;
  font-size: 12px;
  line-height: 1.8;
}

.form-box .notice h6 {
  font-size: 1.4rem;
}

.form-box span.note, .form-box span.autofill, .form-box span.required {
  line-height: 1.2;
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.form-box span.required {
  color: #fff;
  border-radius: 2px;
  background: #db610d;
  padding: 2px 8px;
}

.form-box span.autofill {
  color: #fff;
  background: #745f43;
  border-radius: 2px;
  padding: 4px 12px;
}

.form-box span.note {}

.form-box dl {
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  display: table;
}

.form-box dl:last-child {}

.form-box dt, .form-box dd {
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}

.form-box dt {
  width: 28%;
  padding: 0 20px 0 0;
}

.form-box dd {
  width: 72%;
  position: relative;
}

.form-box dl p {
  margin: 0 auto 5px;
  font-size: 14px;
  color: #505050;
}

.mw_wp_form_confirm .form-box dl p {
  font-size: 16px;
  color: #222;
}

/*フォームのデフォルトスタイルのリセットはreset.css*/

/*フォーム*/

.form-box input, .form-box select, .form-box textarea {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px;
  font-size: 1em;
  background: #fff;
  margin: 0 5px;
  border: 1px solid #745f43;
  border-radius: 0;
  cursor: pointer;
  vertical-align: middle;
}

.form-box input.size50 {
  width: 50%;
}

.form-box input.size80 {
  width: 80%;
}

.form-box input.size90 {
  width: 90%;
}

.form-box label.select-field {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.form-box label.select-field::before, .form-box label.select-field::after {
  content: "";
  display: block;
  line-height: 1;
  position: absolute;
  cursor: pointer;
}

.form-box label.select-field::before {
  width: 38px;
  height: 38px;
  background: #000;
  z-index: 2;
  right: 5px;
  top: -2px;
}

.form-box label.select-field::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 14px;
  width: 12px;
  height: 12px;
  z-index: 3;
  right: 17px;
  top: 11px;
}

.form-box select {
  width: 180px;
  height: 40px;
  padding: 8px 45px 8px 10px;
  vertical-align: top;
}

.form-box textarea {
  width: 100%;
  margin: 0;
  height: 180px;
}

.form-box label.radio-field, .form-box label.check-field {
  display: block;
  margin: 0 0 8px;
}

.form-box input[type="radio"], .form-box input[type="checkbox"] {
  display: inline-block;
  vertical-align: text-top;
  border: 1px solid #745f43;
  background: none;
  padding: 0;
  position: relative;
  margin: 0 10px 0 0;
}

.form-box input[type="radio"] {
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 100%;
  -webkit-appearance: radio;
  appearance: radio;
}

.form-box input[type="checkbox"] {
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 0;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

/* 送信 */

.form-box .submit-item {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 30px 0 0;
}

.form-box input[type="submit"], .form-box input[type="reset"], .form-box input[type="button"] {
  display: inline-block;
  padding: 12px 10px;
  color: #745f43;
  border: 1px solid #745f43;
  margin: 0 10px 10px;
  width: 280px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.form-box input[type="submit"]:hover, .form-box input[type="reset"]:hover, .form-box input[type="button"]:hover {
  color: #fff;
  background: #745f43;
}

/* 確認画面 */

.mw_wp_form_input .conf-only {
  display: none;
}

.mw_wp_form_confirm .input-only {
  display: none;
}

.mw_wp_form_confirm .conf-only {
  display: block;
}

.mw_wp_form_confirm span.autofill {
  display: none;
}

/* 完了画面 */

.form-box .mw_wp_form_complete .box {
  text-align: center;
}

.mw_wp_form_complete .btn a::after {
  right: 1em;
}

/* ------------------------------------------------------------ */

/* pager */

.pagenate {
  margin: 6% auto 4%;
  width: 100%;
  text-align: center;
}

.archive .pagenate {
  margin: 0 auto 8%;
}

.single .pagenate {
  padding: 0;
}

.pagenate .page-numbers {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.pagenate a {
  text-decoration: none !important;
}

.page-numbers.current {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.page-numbers.current, .page-numbers:hover {}

.page-numbers.current:hover {}

.single .pagenate {
  margin: 8% auto 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.single .pagenate .page-numbers {
  margin: 0 10px 10px;
}

.single .pagenate .prev {
  margin: 0 6% 10px 0;
}

.single .pagenate .prev span.icon {
  display: inline-block;
  background: url("../img/icon/icon-arw-left02.svg") no-repeat center / 100% auto;
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  margin: 0 12px 0 0;
}

.single .pagenate .next {
  margin: 0 0 10px 6%;
}

.single .pagenate .next span.icon {
  display: inline-block;
  background: url("../img/icon/icon-arw-right02.svg") no-repeat center / 100% auto;
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  margin: 0 0 0 12px;
}

.single .page-numbers.current {}

.single .page-numbers.current:hover {}

.page-load-status {
  display: none;
  font-size: 1.1em;
  text-align: center;
}

.infinite-scroll-request {
  font-size: 1.2em;
}

.infinite-scroll-last {}

.infinite-scroll-error {}

/* ------------------------------------------------------------ */

/* 404 */

.error .post-box {
  width: 80%;
}

.error .sub-tit {
  margin: 0 auto 30px;
  font-size: 2.4rem;
  text-align: center;
}

.error .post-box .sitemap {
  justify-content: center;
}

.error .post-box .sitemap li {
  margin: 0 1em 0.5em;
}

.error .post-box .sitemap li a {
  color: #222;
}

.error .post-box .sitemap li a:hover {
  color: #e8b50a;
}

/* ------------------------------------------------------------ */

/* information */

.info .page-title {
  padding: 6% 0 0;
}

.info .post_content {
  padding: 4% 0 10%;
}

.info .post_content .inner {
  padding: 6%;
}

.sub.info .arvhive-list .item {
  flex-wrap: wrap;
  width: calc(100% / 4 - 30px);
  margin: 0 40px 70px 0;
}

.sub.info .arvhive-list .item:nth-child(4n) {
  margin: 0 0 70px;
}

.sub.info .arvhive-list .thum {
  /* width: 100%;
  height: auto;*/
  width: 170px;
  height: 170px;
  margin: 0 auto 10px;
}

.sub.info .arvhive-list .thum img {
  width: 100%;
}

.sub.info .arvhive-list .txt {
  width: 100%;
  padding: 0;
}

/*single*/

.info.single .base {
  padding: 4% 0 10%;
}

.info.single .post_content {
  padding: 6%;
}

.info .post-tit {
  margin: 0 auto 6%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.info .post-tit h4, .info .post-tit h2 {
  width: 80%;
  font-size: 2rem;
}

.info .post-tit .update {
  width: 20%;
  font-size: 1.3rem;
  text-align: right;
}

/* ------------------------------------------------------------ */

/* blog */

.blog .page-title {
  padding: 6% 0 0;
}

.blog .post_content {
  padding: 4% 0 10%;
}

.blog .post_content .select-item {
  margin: 0 auto 5%;
}

.blog .post_content .inner {
  padding: 6% 8%;
}

.blog .post_content .arvhive-list .item {
  width: calc(100% / 3 - 8%);
  margin: 0 12% 70px 0;
}

.blog .post_content .arvhive-list .item:nth-child(3n) {
  margin: 0 0 70px;
}

/*single*/

.blog.single .base {
  padding: 4% 0 10%;
}

.blog.single .post_content {
  padding: 6%;
}

.blog .post-tit {
  margin: 0 auto 6%;
}

.blog .post-tit h4 {
  font-size: 2rem;
}

.blog.single .post-tit {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.blog.single .post-tit h4, .blog.single .post-tit h3, .blog.single .post-tit h2 {
  width: 80%;
  font-size: 2rem;
}

.blog.single .post-tit div {
  width: 20%;
  font-size: 1.3rem;
  text-align: right;
}

/* ------------------------------------------------------------ */

/* event */

.blog.single .event {
  padding: 2% 0 10%;
}

.blog.single .event .post-tit {
  display: block;
}

.blog.single .event .post-tit h4, .blog.single .event .post-tit h2 {
  width: 100% !important;
}

.single .event .post_content h5, .single .event .post_content h3 {
  margin: 0 auto 10px;
}

/* ------------------------------------------------------------ */

/* voice */

.voice .post_content .col02 {
  margin: 0 auto 8%;
}

.voice .post_content .item {
  width: calc(100% / 2 - 4%);
  margin: 0 4% 80px 0;
  position: relative;
}

.voice .post_content .item:nth-child(even) {
  margin: 0 0 80px 4%;
}

.voice .item .thum {
  margin: 0 0 10px;
}

.voice .item .item-tit {
  font-size: 1.5rem;
  margin: 0 0 8px;
}

.voice .item p {
  font-size: 1.4rem;
  line-height: 1.8;
}

.voice .item .update {
  font-size: 1.3rem;
  margin: 0 0 5px;
}

.voice .item .more {
  position: absolute;
  right: 0;
}

.voice .eyecatch {
  width: 100%;
  margin: 0 auto;
}

.voice .eyecatch img {
  width: 100%;
}

/* ------------------------------------------------------------ */

/* concept */

.concept .page-title h2, .concept .page-title .main-tit {
  font-size: 3.4rem;
  font-weight: 500;
  margin: 0 auto;
}

.concept .about {
  padding: 8% 0;
  color: #fff;
  text-align: center;
  background: url("../img/concept/bg-concept-top.jpg") no-repeat center top / cover;
}

.concept .about::after {
  background: rgba(0, 0, 0, 0.5);
}

.concept .about .txt {
  margin: 4% auto 2%;
  line-height: 2.2;
  font-size: 1.5rem;
}

.concept .ceo {
  padding: 12% 0;
  background: url("../img/concept/bg-ceo.jpg") no-repeat center top / cover;
}

.concept .ceo .txt {
  line-height: 2;
  font-size: 1.4rem;
  width: 45%;
  margin: 0 auto 0 10%;
}

.concept .ceo .ceo_name {
  font-size: 2em;
  line-height: 1.5;
  margin: 40px auto 0;
  letter-spacing: 0.08em;
}

.concept .ceo .ceo_name span {
  display: block;
  font-size: 0.5em;
}

.concept .promise .main-tit {
  height: auto;
}

.concept .promise .sub-tit {
  text-align: center;
  font-size: 3.2rem;
  margin: 0 auto 6%;
  font-weight: 600;
}

.concept .promise_sub {
  padding: 6% 0 0;
}

.promise_sub #promise01 {
  background: url("../img/concept/bg-promise01.jpg") no-repeat center top / cover;
}

.promise_sub #promise02 {
  background: url("../img/concept/bg-promise02.jpg") no-repeat center top / cover;
}

.promise_sub #promise03 {
  background: url("../img/concept/bg-promise03.jpg") no-repeat center top / cover;
}

.promise_sub .txt-box {
  padding: 8% 0 38%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
}

.promise_sub .sub-tit {
  font-size: 2.6rem;
  margin: 0 auto 3%;
}

.promise_sub .sub-tit .num {
  display: inline-block;
  color: #ffe300;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1;
  vertical-align: bottom;
  margin: 0 12px 0 0;
}

.promise_sub .icon-box {
  padding: 5% 0;
}

.promise_sub .icon-box img {
  max-width: 100%;
  max-height: 100%;
}

.promise_sub .icon-box .item {
  width: auto;
  padding: 0 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.promise_sub .icon-box .thum {
  width: 52px;
  height: 62px;
  margin: 0;
  display: flex;
  align-items: center;
  align-content: center;
}

.promise_sub .icon-box .item-tit {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 0 6%;
}

/* ------------------------------------------------------------ */

/* modelhouse */

.modelhouse .page-title {
  padding: 6% 0 0;
}

.modelhouse .banner-list .item {
  overflow: hidden;
}

.modelhouse .banner-list .item a {
  display: block;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.modelhouse .banner-list .thum {
  position: relative;
  height: 273px;
  display: flex;
  align-items: center;
}

.modelhouse .banner-list .bg::after {
  z-index: 1;
}

.modelhouse .post-tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 3px;
}

.modelhouse .banner-list .post-tit {
  width: 100%;
  height: 100%;
  padding: 4% 8%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.modelhouse .post-tit span {
  display: block;
}

.modelhouse .post-tit .num {
  font-size: 8.6rem;
}

.modelhouse .post-tit h4, .modelhouse .post-tit .item-tit {
  font-size: 2.6rem;
  margin: 0 0 0 6%;
}

.modelhouse .post-tit h4 span, .modelhouse .post-tit .item-tit span {
  font-size: 0.65em;
  font-weight: normal;
  margin: 0 0 3%;
}

.modelhouse.single .page-title {
  padding: 2% 0 0;
}

.modelhouse.single .post_content .inner {
  max-width: 830px;
}

.modelhouse.single .post-tit {
  margin: 0 0 20px;
}

.modelhouse.single .post-tit .num {
  line-height: 1;
}

.modelhouse.single .post-tit h4, .modelhouse.single .post-tit .item-tit {
  margin: 0 0 0 3%;
}

.modelhouse.single .post-tit h4 span, .modelhouse.single .post-tit .item-tit span {
  margin: 0 0 5px;
}

.modelhouse.single .map-add {
  margin: 0 auto 10%;
}

.modelhouse .inquiey-box .phone {
  text-align: center;
}

.modelhouse .inquiey-box .phone p {
  font-size: 2.4rem;
}

.modelhouse .inquiey-box .phone a {
  font-size: 3.2rem;
}

/* ------------------------------------------------------------ */

/* works */

.works .page-title {
  padding: 6% 0 2%;
}

.works .gallery {
  padding: 0 0 6%;
}

.works .gallery .col03 {
  margin: 0 auto 6%;
  justify-content: flex-start;
  align-items: flex-start;
}

.gallery .col03 .item {
  width: calc(100% / 3 - 1.5em);
  margin: 0 2em 40px 0;
}

.gallery .col03 .item:nth-child(3n) {
  margin: 0 0 40px;
}

.works .gallery .thum {
  margin: 0 auto 15px;
}

.works .gallery .thum img {
  width: 100%;
}

.works .gallery .item-tit {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto;
}

.works .gallery .item-tit span {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  margin: 0 auto 5px;
}

.works .gallery .btn {
  margin: 0 auto 6%;
}

.works .gallery .post_content {
  padding: 8%;
}

.works .post_content .post-tit {
  margin: 0 auto 4%;
  font-size: 1.4rem;
}

.works .post-tit h4, .works .post-tit h2 {
  font-size: 2.4rem;
  margin: 0 0 20px;
}

.works .post-tit h4 span, .works .post-tit h2 span {
  font-size: 0.6em;
  font-weight: normal;
  display: block;
  margin: 0 0 5px;
}

.works .post_content .slide-box {
  margin: 0 auto 4%;
}

.works .post_content .note-box {
  margin: 0 auto 4%;
  font-size: 1.4rem;
}

.works .note-box span {
  display: inline-block;
  border-bottom: 1px solid #745f43;
  margin: 0 auto 10px;
}

.works .post_content .tag-box {
  margin: 0 auto;
  font-size: 1.4rem;
}

.works .tag-box span {
  margin: 0 10px 10px 0;
  display: inline-block;
  vertical-align: middle;
}

/* ------------------------------------------------------------ */

/* staff */

.staff .page-title {
  padding: 6% 0 2%;
}

.staff .post_content {
  padding: 0 0 6%;
}

.staff .post_content .col02:not(:last-child) {
  border-bottom: 1px solid #745f43;
}

.staff .post_content .item {
  padding: 6% 3% 6% 6%;
}

.staff .post_content .item:last-child {
  padding: 6% 6% 6% 3%;
}

.staff .post_content .thum {
  margin: 0 auto 15px;
}

.staff .post_content .thum img {
  width: 100%;
}

.staff .post_content .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}

.staff .post_content .job {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 10px;
}

.staff .post_content .staff-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 15px;
}

.staff .post_content .staff-name>span {
  display: inline-block;
  vertical-align: middle;
}

.staff .post_content .staff-name .name {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  padding: 18px 1em 0 0;
  line-height: 1.3;
  letter-spacing: 3px;
  width: 45%;
}

.staff .post_content .staff-name .ruby {
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.staff .post_content .staff-name .job-part {
  padding: 1em 1em 1em 3em;
  font-size: 1.3rem;
  width: 55%;
  border-left: 1px solid #745f43;
}

.staff .post_content a.more::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon/icon-arw-org.svg") no-repeat center / 100% auto;
  vertical-align: middle;
}

/* ------------------------------------------------------------ */

/* contact */

.contact .page-title {
  padding: 6% 0 0;
}

.contact .post_content .inner {
  padding: 6%;
}

.contact .post_content h4 {
  font-size: 1.8rem;
  margin: 0 auto 20px;
}

.contact .post_content .phone-item {
  font-size: 1.4rem;
  margin: 0 auto 30px;
  padding: 0 0 20px;
  border-bottom: 1px dashed;
}

.contact .post_content .phone-item a {
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 2px;
}

.contact .form-box h5 {
  margin: 0 auto 20px;
}

/* ------------------------------------------------------------ */

/* support */

.support .page-title {
  padding: 6% 0 0;
}

.support .post_content {
  padding: 4% 0 0;
}

.support .box {
  text-align: center;
  line-height: 1.8;
  margin: 0 auto 6%;
}

.support .scroll-box {
  margin: 0 auto 6%;
  width: 100%;
}

.support .post_content .column {
  display: flex;
}

.support .post_content .item {
  position: relative;
  height: 500px;
}

.support .post_content .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.support .post_content #support01 {
  background: url("../img/support/support-img01.png") no-repeat center / cover;
}

.support .post_content #support02 {
  background: url("../img/support/support-img02.png") no-repeat center / cover;
}

.support .post_content #support03 {
  background: url("../img/support/support-img03.png") no-repeat center / cover;
}

.support .post_content #support04 {
  background: url("../img/support/support-img04.png") no-repeat center / cover;
}

.support .post_content .item .txt {
  width: 100%;
  height: 100%;
  padding: 16% 20%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.support .post_content .item-tit {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 8%;
}

.support .post_content .item-tit span {
  display: block;
  color: #ffe300;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto 5%;
}

/* ------------------------------------------------------------ */

/* quality */

.quality .page-title p {
  margin: 3% auto 0;
  text-align: center;
  font-size: 1.4rem;
}

.quality .post_content {
  color: #fff;
  padding: 10% 0;
}

.quality .post_content .sub-tit {
  text-align: center;
  margin: 0 auto 6%;
}

.quality #quality01 {
  background: url("../img/quality/bg-quality01.png") no-repeat center / cover;
}

.quality #quality02 {
  background: url("../img/quality/bg-quality02.png") no-repeat center / cover;
}

.quality .post_content .col03 .item {
  padding: 0 3%;
}

.quality .post_content .col03 .item:not(:last-of-type) {
  border-right: 2px solid #fff;
}

.quality .post_content span.icon.pc {
  display: flex;
  width: 50px;
  height: 60px;
  margin: 0 auto 8%;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.quality .post_content span.icon img {
  max-width: 100%;
  max-height: 100%;
}

.quality .post_content .item-tit {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  margin: 0 auto 8%;
}

.quality .post_content .item-tit.row01 {
  margin: 15% auto 12%;
}

.quality .post_content .item-tit span.small {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 0.8em;
}

.quality .post_content p {
  font-size: 1.4rem;
  line-height: 1.8;
  width: 100%;
}

/* ------------------------------------------------------------ */

/* consultant */

.consultant .breadcrumbs {
  background: url("../img/consultant/bg-consultant.jpg") no-repeat center / cover;
  color: #fff;
  position: relative;
}

.consultant .breadcrumbs a {
  color: #fff;
}

.consultant .page-title {
  background: url("../img/consultant/bg-consultant.jpg") no-repeat center / cover;
}

.consultant .breadcrumbs::after, .consultant .page-title::after {
  background: rgba(0, 0, 0, 0.5);
}

.consultant .page-title .main-tit {
  margin: 0 auto 0 6%;
  height: 318px;
}

.consultant img.svg {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.consultant .yoyaku {
  background: #ffe500;
  color: #404040;
}

.consultant .yoyaku .main-tit {
  margin: 0 auto 6%;
  height: 105px;
}

.consultant .yoyaku h3 {
  margin: 0 auto 6%;
  text-align: center;
  height: 58px;
}

.consultant .yoyaku .place {
  margin: 0 auto 20px;
  width: 50%;
}

.consultant .yoyaku .place span {
  display: inline-block;
  vertical-align: middle;
}

.consultant .yoyaku .place span.cezanne {
  margin: 0 4% 0 0;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 3px 20px;
  border-top: 2px solid #404040;
  border-bottom: 2px solid #404040;
}

.consultant .yoyaku .map {
  margin: 0 auto 6%;
  width: 50%;
}

.consultant .yoyaku .map p {
  text-align: right;
  margin: 20px auto 0;
}

.consultant .map-link {
  margin: 0 0 0 auto;
  display: inline-block;
  padding: 0 5px 3px 0;
  border-bottom: 2px solid #745f43;
  position: relative;
}

.consultant .map-link::before {
  content: "";
  width: 18px;
  height: 22px;
  background: url(../img/icon/icon-map-org.svg) no-repeat center / 100%;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 8px 0 0;
}

.consultant .yoyaku .phone {
  margin: 0 auto 20px;
  text-align: center;
}

.consultant .yoyaku .phone a {
  display: inline-block;
  vertical-align: middle;
  font-size: 6.2rem;
  color: #404040;
  line-height: 1;
}

.consultant .yoyaku .phone span {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: bold;
  border: 2px solid #404040;
  padding: 5px 20px;
  margin: 0 3% 0 0;
}

.consultant .yoyaku .btn {
  font-size: 2.2rem;
  line-height: 1.5;
  max-width: 52%;
}

.consultant .yoyaku .btn a::after {
  display: none;
}

.consultant .yoyaku .btn i {
  color: #ffe500;
  margin: 0 0 0 10px;
  font-size: 0.8em;
  vertical-align: middle;
}

.consultant .flow .col02 {
  margin: 0 auto 8%;
  align-items: center;
}

.consultant .flow .txt {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0 0 0 6%;
}

.consultant .flow .item-tit {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 0 auto 6%;
}

.consultant .flow .item-tit span {
  display: inline-block;
  vertical-align: middle;
}

.consultant .flow .item-tit span.bebas {
  margin: 0 20px 0 0;
  font-size: 6rem;
  line-height: 1;
  color: #db610d;
  border-bottom: 3px solid #db610d;
}

.consultant .flow .txt p {
  margin: 20px auto 0;
}

/* ------------------------------------------------------------ */

/* process */

.process .bg {
  background: url("../img/bg-process.png") repeat-y center top / cover;
  background-attachment: fixed;
}

.process .bg::after {
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.process .breadcrumbs {
  color: #fff;
  position: relative;
  z-index: 3;
}

.process .breadcrumbs a {
  color: #fff;
}

.process .page-title {
  color: #fff;
  position: relative;
  z-index: 3;
}

.process .page-title .main-tit {
  color: #fff;
}

.process .page-title p {
  margin: 4% auto 0;
  line-height: 1.8;
}

.process .post_content {
  position: relative;
  z-index: 3;
  padding: 0 0 10%;
}

.process .post_content .inner {
  background: rgba(255, 255, 255, 0.95);
  padding: 8%;
}

.process .post_content .free {
  width: 80%;
  max-width: 620px;
  text-align: center;
  margin: 0 auto 8% 88px;
  height: 95px;
  line-height: 95px;
  font-size: 2.8rem;
  font-weight: bold;
  background: #ffe500;
  position: relative;
  z-index: 1;
}

.process .post_content .free::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  background: #ffe500;
  position: absolute;
  top: 14px;
  left: -33px;
  z-index: 1;
  transform: rotate(45deg);
}

.process .post_content .free::after {
  content: "";
  display: block;
  width: 3px;
  height: 180%;
  border-left: 3px dashed #745f43;
  position: absolute;
  top: -6px;
  left: -56px;
  z-index: 1;
}

.flow-list {
  position: relative;
  z-index: 1;
}

.flow-list .item {
  padding: 0 0 8% 100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.flow-list:last-child .item:last-child {
  padding: 0 0 0 100px;
}

.flow-list .item::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #745f43;
  position: absolute;
  top: 0;
  left: 32px;
  z-index: -1;
}

.flow-list .item:last-child::after {
  border-left: 3px dashed #745f43;
  background: none;
}

.flow-list:last-child .item:last-child::after {
  display: none;
}

.flow-list .step {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background: #ffe500;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 14px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.flow-list .step span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.flow-list:last-child .step {
  color: #ffe500;
  background: #745f43;
}

.flow-list .item h5, .flow-list .item .flow-tit {
  font-size: 2.2rem;
  margin: 0 auto 10px;
  font-weight: bold;
}

.flow-list .item .txt {
  font-size: 1.4rem;
  line-height: 1.8;
}

.flow-list .item .phone {
  margin: 20px auto;
}

.flow-list .item .phone span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 5px 20px;
  border: 2px solid #745f43;
  text-align: center;
}

.flow-list .item .phone a {
  display: inline-block;
  vertical-align: middle;
  font-size: 4rem;
  line-height: 1;
}

.flow-list .item .btn {
  max-width: 100%;
}

.flow-list .item .btn a {
  font-size: 1.8rem;
  color: #fff;
  background: #745f43;
}

.flow-list .item .btn a::after {
  display: none;
}

.flow-list .item .btn a:hover {
  color: #745f43;
  background: none;
}

.flow-list .item .btn i {
  color: #ffe500;
  margin: 0 0 0 10px;
  font-size: 2rem;
}

.flow-list .item .btn a:hover i {
  color: #745f43;
}

/* ------------------------------------------------------------ */

/* company */

.company .page-title {
  padding: 6% 0 0;
}

.company .box {
  margin: 0 auto 8%;
  padding: 0 20% 8%;
  border-bottom: 1px solid #745f43;
}

.company .box:last-child {
  padding: 0 30%;
  border-bottom: none;
}

.company .main-tit {
  margin: 0 auto 30px;
}

.company .base .sub-tit {
  margin: 0 auto 60px;
  text-align: center;
}

/* ------------------------------------------------------------ */

/* policy */

.policy .page-title {
  padding: 6% 0 0;
}

.policy .box {
  max-width: 780px;
  margin: 0 auto 4%;
  line-height: 1.8;
}

.policy .box:last-child {
  padding: 4% 0 0;
  margin: 8% auto 4%;
  border-top: 1px dashed #745f43;
}

.policy .box h3 {
  margin: 0 auto 10px;
}

/* ------------------------------------------------------------ */

/* BinO&FREEQ 20.10.06 */

.sub #binofreeq .content {
  padding: 0 !important;
}

.sub #binofreeq .contact .icon {
  margin-right: 10px;
}

.sub #binofreeq .contact a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.sub #binofreeq .page-title, .sub #binofreeq .page-title-sp {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sub #binofreeq .page-title::after, .sub #binofreeq .page-title-sp::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sub #binofreeq .page-title h1, .sub #binofreeq .page-title-sp h1 {
  text-align: center;
  position: absolute;
  z-index: 3;
  opacity: 0;
  animation-duration: 0.7s;
  /* アニメーション時間 */
  animation-delay: 1.5s;
  /* 変化開始までの時間 */
  animation-name: binofreeqTitle;
  animation-fill-mode: forwards;
  /*これで値を保持*/
}

.sub #binofreeq .page-title h1 {
  width: 601px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes binofreeqTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#binofreeq .vegas-animation-mvAnimation {
  animation: mvAnimation ease-out;
}

@keyframes mvAnimation {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.sub #binofreeq .page-title a.scroll {
  display: block;
  width: 50px;
  margin: 85px auto 0;
}

.sub #binofreeq-model .content, .sub #binofreeq-event .content {
  padding: 100px 0 0;
}

#binofreeq-model a.close, #binofreeq-event a.close {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/binofreeq/close.svg") center / 100% no-repeat;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 999;
}

#binofreeq-model a.close:hover, #binofreeq-event a.close:hover {
  background: url("../img/binofreeq/close_on.svg") center / 100% no-repeat;
}

#binofreeq-event .post_content {
  padding: 6% 11%;
}

#binofreeq-event .slide-box {
  width: 68% !important;
}

#binofreeq-event .swiper-container-autoheight, #binofreeq-event .swiper-container-autoheight .swiper-slide {
  width: 100% !important;
}

.page #binofreeq #resv .box {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  line-height: 22px;
  margin: 23px 0 55px;
}

#binofreeq #resv .border h5 {
  font-family: "Arial Hebrew";
  font-size: 14px;
  margin: 0 0 25px;
}

#binofreeq #resv span.mwform-checkbox-field.vertical-item, #binofreeq #resv span.mw_wp_form .vertical-item+.vertical-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px 0 0;
}

#binofreeq #resv .consult_box h2, #binofreeq #resv .online_box h2 {
  font-family: "Arial Hebrew";
  font-size: 20px;
  margin: 55px 0;
}

#binofreeq #resv .consult_box ul li {
  float: left;
  width: 477px;
  margin: 0 50px 42px 0;
}

#binofreeq #resv .consult_box ul li:nth-child(2) {
  width: 219px;
  margin: 0;
}

#binofreeq #resv .consult_box ul li:nth-child(3) {
  width: 100%;
}

#binofreeq #resv .online_box ul li {
  float: left;
  width: 370px;
  margin: 0 19px 60px 0;
}

#binofreeq #resv .online_box ul li:nth-child(2n) {
  margin: 0 0 60px 0;
}

#binofreeq #resv .online_download {
  width: 305px;
  margin: 15px auto 0;
}

#binofreeq #resv .online_download a img {
  float: left;
}

#binofreeq #resv .online_download a:nth-child(1) img {
  width: 127px;
  margin: 0 24px 9px 0;
}

#binofreeq #resv .online_download a:nth-child(2) img {
  width: 110px;
  margin: 0 0 9px 0;
}

#binofreeq #resv .online_download a:nth-child(3) img {
  width: 136px;
  margin: 0 0 9px 0;
}

#binofreeq #resv .form-box span.autofill {
  background: #000;
}

#binofreeq .form-box input[type="submit"], #binofreeq .form-box input[type="reset"], #binofreeq .form-box input[type="button"], #binofreeq .form-box input, #binofreeq .form-box select, #binofreeq .form-box textarea {
  color: #000;
  border-color: #000;
}

#binofreeq .form-box input[type="submit"]:hover, #binofreeq .form-box input[type="reset"]:hover, #binofreeq .form-box input[type="button"]:hover {
  background: #000;
}

#binofreeq .form-box .form-item.border {
  padding: 4%;
}

#binofreeq #resv .domain {
  background: #f2f2f2;
  width: 100%;
  padding: 26px 40px;
  margin: 55px auto 0;
}

#binofreeq #resv .domain h7 {
  font-size: 14px;
  line-height: 26px;
}

#binofreeq #resv .domain p {
  font-size: 12px;
  line-height: 22px;
  margin-top: 5px;
}

#binofreeq #resv .form-box .form-item.border {
  border-color: #000;
}

@media screen and (max-width: 1024px) {
  /* ------------------------------------------------------------ */
  /* 下層共通 */
  /* ------------------------------------------------------------ */
  .sub .content {
    padding: 55px 0 0;
  }
  .breadcrumbs {
    width: calc(100% - 140px);
    margin: 0 10px 0 auto;
    /* text-align: right; */
  }
  /* ------------------------------------------------------------ */
  /* post-content */
  /* ------------------------------------------------------------ */
  /* post */
  .single .point-box {
    padding: 4% 6%;
  }
  .single .inquiey-box {
    padding: 6%;
  }
  .single .inquiey-box h3, .single .inquiey-box .inq-tit {
    font-size: 2.4rem;
  }
  .single .inquiey-box .phone p {
    font-size: 1.4rem;
  }
  .single .inquiey-box .phone a {
    font-size: 2rem;
  }
  .single .inquiey-box .btn {
    font-size: 2rem;
  }
  /* ------------------------------------------------------------ */
  /* page-title */
  .sub .page-title {}
  .sub .page-title h2, .sub .page-title .main-tit {
    font-size: 2.8rem;
  }
  /* ------------------------------------------------------------ */
  /* form */
  .form-box .form-item {
    margin: 0 auto 20px;
  }
  .form-box input, .form-box select, .form-box textarea {
    font-size: 0.9em;
  }
  .form-box textarea {
    height: 120px;
  }
  /* 確認画面 */
  /* ------------------------------------------------------------ */
  /* pageer */
  .pagenate {
    margin: 4% auto;
  }
  .archive .pagenate {
    margin: 0 auto 4%;
  }
  .pagenate .page-numbers {
    font-size: 1em;
  }
  .single .pagenate .page-numbers {}
  /* ------------------------------------------------------------ */
  /* information */
  .sub.info .arvhive-list .item {
    flex-wrap: wrap;
    width: calc(100% / 4 - 24px);
    margin: 0 30px 50px 0;
  }
  .sub.info .arvhive-list .item:nth-child(4n) {
    margin: 0 0 50px;
  }
  /* ------------------------------------------------------------ */
  /* blog */
  .blog .post_content .arvhive-list .item {
    width: calc(100% / 3 - 6%);
    margin: 0 8% 50px 0;
  }
  .blog .post_content .arvhive-list .item:nth-child(3n) {
    margin: 0 0 50px;
  }
  .blog.single .post-tit h4, .blog.single .post-tit h3, .blog.single .post-tit h2 {
    width: 70%;
  }
  .blog.single .post-tit div {
    width: 30%;
  }
  /* ------------------------------------------------------------ */
  /* concept */
  .concept .about {}
  .concept .about .txt {}
  .concept .ceo {
    padding: 8% 0;
  }
  .concept .ceo .txt {
    width: 62%;
    margin: 0 auto 0 4%;
  }
  .concept .ceo .ceo_name {
    font-size: 1.6em;
    margin: 30px auto 0;
  }
  .concept .promise .sub-tit {
    text-align: center;
    font-size: 3.2rem;
    margin: 0 auto 6%;
    font-weight: 600;
  }
  .concept .promise_sub {
    padding: 6% 0 0;
  }
  .promise_sub .txt-box {
    padding: 6% 0 20%;
  }
  .promise_sub .txt-box .inner {
    max-width: 90%;
  }
  .promise_sub .sub-tit {
    font-size: 2.2rem;
    margin: 0 auto 2%;
  }
  .promise_sub .sub-tit .num {
    font-size: 2em;
    margin: 0 10px 0 0;
  }
  .promise_sub .icon-box .item {
    width: auto;
    padding: 0;
    max-width: 33%;
  }
  .promise_sub .icon-box .thum {
    width: 42px;
    height: 52px;
  }
  .promise_sub .icon-box .item-tit {
    font-size: 1.5rem;
    margin: 0 0 0 20px;
  }
  /* ------------------------------------------------------------ */
  /* modelhouse */
  .modelhouse .banner-list .item {
    margin: 0 auto 5%;
  }
  .modelhouse .post-tit .num {
    font-size: 8rem;
  }
  .modelhouse .post-tit h4, .modelhouse .post-tit .item-tit {
    font-size: 2.4rem;
  }
  /* modelhouse single */
  .modelhouse.single .page-title {
    padding: 0;
  }
  .modelhouse.single .post_content .inner {
    max-width: 80%;
  }
  .modelhouse .inquiey-box .phone p {
    font-size: 2.4rem;
  }
  .modelhouse .inquiey-box .phone a {
    font-size: 3.2rem;
  }
  /* ------------------------------------------------------------ */
  /* works */
  .works .gallery .post_content {
    padding: 6%;
  }
  /* ------------------------------------------------------------ */
  /* staff */
  .staff .post_content .item {
    padding: 6% 3% 6% 0;
  }
  .staff .post_content .item:last-child {
    padding: 6% 0 6% 3%;
  }
  .staff .post_content .txt {
    font-size: 1.3rem;
  }
  .staff .post_content .job {
    font-size: 1.4rem;
  }
  .staff .post_content .staff-name .name {
    font-size: 2.2rem;
    padding: 15px 1.2em 0 0;
  }
  .staff .post_content .staff-name .ruby {
    font-size: 10px;
  }
  .staff .post_content .staff-name .job-part {
    padding: 1em 1em 1em 2em;
    font-size: 1.2rem;
  }
  /* ------------------------------------------------------------ */
  /* support */
  .support .post_content .item {
    height: 420px;
  }
  .support .post_content .item .txt {
    padding: 16% 10%;
    font-size: 1.3rem;
  }
  /* ------------------------------------------------------------ */
  /* quality */
  .quality .post_content {
    color: #745f43;
    padding: 0;
  }
  .quality .post_content.bg::after {
    display: none;
  }
  .quality .post_content .inner {
    max-width: 100%;
  }
  .quality #quality01 {
    background: none;
  }
  .quality #quality02 {
    background: none;
  }
  .quality .post_content .sub-tit {
    padding: 8% 0;
    color: #fff;
    margin: 0 auto 4%;
    position: relative;
    z-index: 2;
  }
  .quality .post_content .sub-tit::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .quality #quality01 .sub-tit {
    background: url("../img/quality/bg-quality01-sp.png") no-repeat center / 100% auto;
  }
  .quality #quality02 .sub-tit {
    background: url("../img/quality/bg-quality02-sp.png") no-repeat center / 100% auto;
  }
  .quality .post_content .col03 {
    margin: 0 auto 4%;
  }
  .quality .post_content .col03 .item {
    padding: 0 3% 3%;
    width: 100%;
  }
  .quality .post_content .col03 .item:not(:last-of-type) {
    border-right: none;
  }
  .quality .post_content span.icon.sp {
    width: 50px;
    height: 60px;
    margin: 0 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .quality .post_content span.icon.pc {
    display: none;
  }
  .quality .post_content .item-tit {
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .quality .post_content .item-tit br {
    display: none;
  }
  .quality .post_content .item-tit.row01 {
    margin: 0 auto 10px;
  }
  /* ------------------------------------------------------------ */
  /* consultant */
  .consultant .breadcrumbs {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 10px 110px;
  }
  .consultant .page-title {
    padding: 8% 0;
  }
  .consultant .page-title .main-tit {
    height: 180px;
  }
  .consultant .page-title .pc, .consultant .yoyaku .main-tit .pc {
    display: block;
  }
  .consultant .page-title .sp, .consultant .yoyaku .main-tit .sp {
    display: none;
  }
  .consultant .yoyaku .main-tit {
    height: 75px;
  }
  .consultant .yoyaku h3 {
    margin: 0 auto 4%;
    height: 48px;
  }
  .consultant .yoyaku .place {
    width: 65%;
  }
  .consultant .yoyaku .place span {
    font-size: 1.5rem;
  }
  .consultant .yoyaku .map {
    width: 65%;
  }
  .consultant .yoyaku .phone a {
    font-size: 5rem;
  }
  .consultant .yoyaku .phone span {
    font-size: 1.6rem;
  }
  .consultant .yoyaku .btn {
    font-size: 2rem;
    max-width: 58%;
  }
  .consultant .flow {
    padding: 8% 0 2%;
  }
  .consultant .flow .col02 {
    margin: 0 auto 5%;
  }
  .consultant .flow .thum {
    width: 45%;
  }
  .consultant .flow .txt {
    width: 55%;
    padding: 0 0 0 4%;
    font-size: 1.3rem;
  }
  .consultant .flow .item-tit {
    font-size: 1.8rem;
  }
  .consultant .flow .item-tit span.bebas {
    font-size: 5rem;
  }
  .consultant .flow .txt p {
    margin: 10px auto 0;
  }
  /* ------------------------------------------------------------ */
  /* contact */
  .contact .post_content .inner {
    padding: 6% 4%;
  }
  /* ------------------------------------------------------------ */
  /* company */
  .company .box {
    padding: 0 12% 8%;
  }
  .company .box:last-child {
    padding: 0 12%;
  }
  /* ------------------------------------------------------------ */
  /* policy */
  .policy .box {
    max-width: 80%;
  }
  /* ------------------------------------------------------------ */
  /* BinO&FREEQ 20.10.12 */
  .sub #binofreeq .page-title-sp h1 {
    width: 40%;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -41%);
  }
  #binofreeq .contact a.phone, #binofreeq .contact a.mail {
    float: left;
    margin-right: 10px;
  }
  #binofreeq .contact a:nth-last-child(1) {
    margin-right: 0;
  }
  #binofreeq #resv .consult_box ul li, #binofreeq #resv .online_box ul li {
    float: none;
    margin: 0 auto;
  }
  #binofreeq #resv .online_box ul li:nth-child(2n) {
    margin: 60px auto;
  }
}

@media screen and (max-width: 767px) {
  /* sp landscape style */
  /* ------------------------------------------------------------ */
  /* 下層共通 */
  /* ------------------------------------------------------------ */
  .sub .content {}
  .select-item {
    width: 300px;
    font-size: 1.4rem;
  }
  .select-item .select-tit {
    line-height: 48px;
  }
  .select-item::before {
    font-size: 14px;
    line-height: 48px;
    right: 16px;
  }
  .select-item::after {
    width: 48px;
    height: 48px;
  }
  /* ------------------------------------------------------------ */
  /* post共通 */
  .single .point-box {
    padding: 5%;
  }
  .single .map-box {
    height: 240px;
  }
  .single .map-add {
    font-size: 1.3rem;
  }
  .single .map-add .item {
    width: 100%;
  }
  .single .inquiey-box {
    padding: 5%;
    border: 3px solid #745f43;
  }
  .single .inquiey-box h3, .single .inquiey-box .inq-tit {
    font-size: 2.2rem;
    padding: 0 10px 10px;
    margin: 0 auto 20px;
  }
  .single .inquiey-box .item {
    padding: 0;
    width: 100%;
    margin: 0 auto 20px;
  }
  .single .inquiey-box .item:last-child {
    margin: 0 auto;
  }
  .single .inquiey-box .phone {
    font-size: 2rem;
    margin: 0 auto 20px;
  }
  .single .inquiey-box .phone p {
    margin: 0 auto;
  }
  .single .inquiey-box .btn {
    font-size: 1.8rem;
  }
  /* ------------------------------------------------------------ */
  /* page共通 */
  .page .box h5 {
    margin: 0 auto 5px;
    font-size: 1.5rem;
  }
  .page .box p {
    font-size: 1.3rem;
  }
  .page .box dt, .page .box dd {
    font-size: 1.3rem;
  }
  .page .box dt {
    width: 25%;
  }
  .page .box dd {
    width: 75%;
  }
  /* ------------------------------------------------------------ */
  /* page-title */
  .sub .page-title {
    padding: 5% 0 8%;
  }
  .sub .page-title h2, .sub .page-title .main-tit {
    font-size: 2.4rem;
  }
  /* ------------------------------------------------------------ */
  /* form */
  .form-box {
    margin: 40px auto 20px;
  }
  .form-box .form-item {
    margin: 0 auto 40px;
    font-size: 1.3rem;
  }
  .form-box .notice {
    margin: 50px auto 20px;
  }
  .form-box .notice h6 {
    margin: 0 auto 8px;
  }
  .form-box span.required {}
  .form-box span.autofill {}
  .form-box span.note {
    display: block;
    text-align: right;
    margin: 5px 0 0;
  }
  .form-box dl {
    display: block;
    padding: 0;
    margin: 0 auto 15px;
  }
  .form-box dt, .form-box dd {
    width: 100%;
    display: block;
  }
  .form-box dt {
    padding: 0 0 8px;
  }
  .form-box input.size50, .form-box input.size80, .form-box input.size90 {
    width: 100%;
    margin: 0 auto;
  }
  .form-box input[type="submit"], .form-box input[type="reset"], .form-box input[type="button"] {
    width: 45%;
    margin: 0 5px 10px;
  }
  /* 確認画面 */
  .confirm .form-box dl dt, .confirm .form-box dl dd {
    font-size: 1em;
  }
  .confirm .form-box span.label {
    margin: 0 10px 10px 0;
  }
  /* ------------------------------------------------------------ */
  /* pager */
  .single .pagenate {
    font-size: 0.9em;
  }
  /* ------------------------------------------------------------ */
  /* information */
  .info .page-title {
    padding: 5% 0 0;
  }
  .sub.info .arvhive-list .item {
    width: calc(100% / 3 - 20px);
    margin: 0 30px 50px 0;
  }
  .sub.info .arvhive-list .item:nth-child(4n) {
    margin: 0 30px 50px 0;
  }
  .sub.info .arvhive-list .item:nth-child(3n) {
    margin: 0 0 50px;
  }
  .info .post-tit h4, .info .post-tit h2 {
    width: 70%;
    font-size: 1.8rem;
  }
  /* ------------------------------------------------------------ */
  /* blog */
  .blog .page-title {
    padding: 5% 0 0;
  }
  .blog .post_content .inner {
    padding: 6%;
  }
  .blog .post_content .arvhive-list {
    width: 100%;
  }
  .blog .post_content .arvhive-list .item {
    width: calc(100% / 3 - 4%);
    margin: 0 6% 50px 0;
  }
  .blog.single .post-tit h4, .blog.single .post-tit h3, .blog.single .post-tit h2 {
    font-size: 1.8rem;
  }
  /* ------------------------------------------------------------ */
  /* voice */
  .voice .post_content .item {
    margin: 0 4% 60px 0;
  }
  .voice .post_content .item:nth-child(even) {
    margin: 0 0 60px 4%;
  }
  .voice .item .item-tit {
    font-size: 1.3rem;
    margin: 0 0 8px;
  }
  .voice .item p {
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
  .voice .item .update {
    font-size: 1.2rem;
  }
  /* ------------------------------------------------------------ */
  /* concept */
  .concept .about {}
  .concept .about .txt {
    font-size: 1.3rem;
  }
  .concept .ceo {
    background: url(../img/concept/bg-ceo.jpg) no-repeat right 32% top / cover;
  }
  .concept .ceo .txt {
    width: 65%;
    margin: 0 auto 0 0;
    font-size: 1.3rem;
  }
  .concept .ceo .ceo_name {
    font-size: 1.6em;
    margin: 30px auto 0;
  }
  .concept .promise .sub-tit {
    font-size: 2.2rem;
  }
  .concept .promise_sub {
    padding: 6% 0 0;
  }
  .promise_sub .txt-box {
    padding: 6% 0 20%;
    font-size: 1.3rem;
  }
  .promise_sub .txt-box .inner {
    max-width: 90%;
  }
  .promise_sub .sub-tit {
    font-size: 1.8rem;
  }
  .promise_sub .sub-tit .num {
    font-size: 2em;
  }
  .promise_sub .icon-box {
    max-width: 95%;
  }
  .promise_sub .icon-box .item {
    max-width: 36%;
  }
  .promise_sub .icon-box .thum {
    width: 32px;
    height: 40px;
  }
  .promise_sub .icon-box .item-tit {
    font-size: 1.3rem;
    margin: 0 0 0 10px;
  }
  /* ------------------------------------------------------------ */
  /* modelhouse */
  .modelhouse .page-title {
    padding: 5% 0 0;
  }
  .modelhouse .banner-list .post-tit {
    padding: 4%;
  }
  .modelhouse .post-tit .num {
    font-size: 6rem;
  }
  .modelhouse .post-tit h4, .modelhouse .post-tit .item-tit {
    font-size: 2rem;
  }
  .modelhouse .post-tit h4 span, .modelhouse .post-tit .item-tit span {
    margin: 0 0 5px;
  }
  /* modelhouse single */
  .modelhouse.single .post_content .inner {
    max-width: 85%;
  }
  .modelhouse .inquiey-box .phone p {
    font-size: 2rem;
  }
  .modelhouse .inquiey-box .phone a {
    font-size: 2.8rem;
  }
  /* ------------------------------------------------------------ */
  /* works */
  .works .page-title {
    padding: 5% 0 2%;
  }
  .gallery .col03 .item {
    width: calc(100% / 2 - 1.5em);
    margin: 0 2em 40px 0;
  }
  .gallery .col03 .item:nth-child(3n) {
    margin: 0 2em 40px 0;
  }
  .gallery .col03 .item:nth-child(even) {
    margin: 0 0 40px;
  }
  .works .gallery .thum {
    margin: 0 auto 10px;
  }
  .works .gallery .item-tit {
    font-size: 1em;
  }
  .works .gallery .item-tit span {
    font-size: 12px;
  }
  /* works single */
  .works .gallery .post_content {}
  .works .post-tit h4, .works .post-tit h2 {
    font-size: 2rem;
  }
  .works .post-tit h4 span, .works .post-tit h2 span {
    font-size: 12px;
  }
  .works .post_content .note-box {
    font-size: 1.3rem;
  }
  .works .post_content .tag-box {
    font-size: 1.3rem;
  }
  /* ------------------------------------------------------------ */
  /* staff */
  .staff .page-title {
    padding: 5% 0 2%;
  }
  .staff .post_content .item {
    width: 100%;
    padding: 6% 0;
  }
  .staff .post_content .item:last-child {
    padding: 0 0 6%;
  }
  /* ------------------------------------------------------------ */
  /* support */
  .support .page-title {
    padding: 5% 0 0;
  }
  .support .box {
    text-align: left;
  }
  .support .scroll-box {
    overflow-x: scroll;
    padding: 0 0 25px;
  }
  .scroll-box .simplebar-track.simplebar-vertical {
    display: none;
  }
  .scroll-box .simplebar-track {
    background: rgba(141, 124, 101, 0.3);
    border-radius: 8px;
    height: 16px;
  }
  .scroll-box .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 10px;
    left: 2px;
    top: 4px;
  }
  .scroll-box .simplebar-scrollbar:before {
    background: #745f43;
    border-radius: 8px;
    opacity: 1;
  }
  .scroll-box .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {}
  .support .scroll-box img {
    max-width: 800px;
  }
  .support .post_content .item .txt {
    padding: 12% 6%;
    font-size: 1.3rem;
  }
  .support .post_content .item-tit {
    font-size: 1.8rem;
  }
  .support .post_content .item-tit span {
    font-size: 2.8rem;
  }
  /* ------------------------------------------------------------ */
  /* consultant */
  .consultant .content {
    padding: 50px 0 0;
  }
  .consultant .yoyaku .place, .consultant .yoyaku .map {
    width: 85%;
  }
  .consultant .yoyaku .place span {
    font-size: 1.4rem;
    width: 75%;
  }
  .consultant .yoyaku .place span.cezanne {
    width: 90px;
    text-align: center;
  }
  .consultant .map-link {
    font-size: 1.2rem;
    padding: 0 5px 4px 0;
  }
  .consultant .map-link::before {
    width: 14px;
    height: 18px;
    margin: 0 6px 0 0;
  }
  .consultant .yoyaku .phone span {
    font-size: 1.4rem;
  }
  .consultant .yoyaku .phone a {
    font-size: 4rem;
  }
  .consultant .yoyaku .btn {
    font-size: 1.6rem;
    max-width: 65%;
  }
  .consultant .flow .col02 {
    width: 80%;
  }
  .consultant .flow .thum {
    width: 100%;
  }
  .consultant .flow .txt {
    width: 100%;
    padding: 5% 0 0;
  }
  /* ------------------------------------------------------------ */
  /* process */
  .process .content {
    padding: 50px 0 0;
  }
  .process .page-title p {
    font-size: 1.3rem;
  }
  .process .post_content .inner {
    padding: 8% 5%;
  }
  .process .post_content .free {
    max-width: 100%;
    margin: 0 auto 8% 72px;
    height: 55px;
    line-height: 55px;
    font-size: 1.8rem;
  }
  .process .post_content .free::before {
    width: 40px;
    height: 40px;
    top: 7px;
    left: -20px;
  }
  .process .post_content .free::after {
    left: -40px;
  }
  .flow-list .item {
    padding: 0 0 8% 80px;
  }
  .flow-list:last-child .item:last-child {
    padding: 0 0 0 80px;
  }
  .flow-list .step {
    width: 58px;
    height: 58px;
    font-size: 2.4rem;
    padding: 10px 0 0;
  }
  .flow-list .item .txt {
    font-size: 1.3rem;
  }
  .flow-list .item h5, .flow-list .item .flow-tit {
    font-size: 1.8rem;
    margin: 0 auto 5px;
  }
  .flow-list .item .phone {
    margin: 10px auto;
  }
  .flow-list .item .phone span {
    margin: 0 10px 0 0;
    font-size: 1.3rem;
    padding: 5px 10px;
  }
  .flow-list .item .phone a {
    font-size: 3.2rem;
  }
  .flow-list .item .btn a {
    font-size: 1.6rem;
  }
  .flow-list .item .btn i {
    font-size: 1em;
  }
  /* ------------------------------------------------------------ */
  /* contact */
  .contact .page-title {
    padding: 5% 0 0;
  }
  .contact .post_content h4 {
    font-size: 1em;
    margin: 0 auto 10px;
  }
  /* ------------------------------------------------------------ */
  /* company */
  .company .page-title {
    padding: 5% 0 0;
  }
  .company .box {
    padding: 0 8% 8%;
  }
  .company .box:last-child {
    padding: 0 8%;
  }
  .company .main-tit {
    margin: 0 auto 20px;
  }
  .company .base .sub-tit {
    margin: 0 auto 8%;
  }
  /* ------------------------------------------------------------ */
  /* policy */
  .policy .page-title {
    padding: 5% 0 0;
  }
  .policy .box {
    max-width: 90%;
  }
  /* ------------------------------------------------------------ */
  /* BinO&FREEQ 20.10.09 */
  #binofreeq-model a.close, #binofreeq-event a.close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
  .sub #binofreeq-model .content, .sub #binofreeq-event .content {
    padding: 20px 0 0;
  }
  #binofreeq-event .event {
    padding: 0 0 10%;
  }
  #binofreeq-event .post_content {
    padding: 0 4% 6%;
  }
  #binofreeq-event .slide-box {
    width: 100% !important;
  }
  .sub #binofreeq .page-title-sp h1 {
    width: 80%;
    top: 41%;
  }
  .sub #binofreeq .page-title-sp a.scroll {
    display: block;
    width: 50px;
    margin: 45px auto 0;
  }
  #binofreeq .main-header .main-logo {
    margin: 0;
  }
  .page #binofreeq #resv .box {
    margin: 0 0 25px;
  }
  #binofreeq #resv .border h5 {
    margin: 0 0 20px;
  }
  #binofreeq #resv .consult_box h2, #binofreeq #resv .online_box h2 {
    font-size: 1.5em;
    margin: 43px 0 20px;
    text-align: center;
  }
  #binofreeq #resv .consult_box ul li, #binofreeq #resv .online_box ul li {
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
  }
  #binofreeq #resv .online_box ul li:not(:last-child) {
    margin: 0 auto 20px;
  }
  #binofreeq #resv .online_box ul li:nth-child(2) {
    position: relative;
    margin: 0 auto;
  }
  #binofreeq #resv .online_download a:nth-child(1) img {
    width: 57%;
    position: absolute;
    bottom: 35px;
    right: 3%;
    margin: 0 auto;
  }
  #binofreeq #resv .online_download a:nth-child(2) img {
    width: 46%;
    position: absolute;
    bottom: 0;
    right: 12.5%;
  }
  #binofreeq .form-box input, #binofreeq .form-box select, #binofreeq .form-box textarea {
    width: 100%;
  }
  #binofreeq .mwform-checkbox-field label input, #binofreeq .form-box .mwform-tel-field input, #binofreeq .form-box input#zipcode {
    width: auto;
  }
  #binofreeq .form-box input[type="submit"], #binofreeq .form-box input[type="reset"], #binofreeq .form-box input[type="button"] {
    width: 80%;
    font-size: 1.6em;
  }
  #binofreeq .form-box .submit-item {
    padding: 0;
  }
  #binofreeq .form-box .form-item.border {
    padding: 9% 4%;
  }
  #binofreeq #resv .domain {
    padding: 9% 6%;
  }
}

@media screen and (max-width: 479px) {
  /* sp style */
  /* ------------------------------------------------------------ */
  /* 下層共通 */
  /* ------------------------------------------------------------ */
  .sub .content {
    padding: 60px 0 0;
  }
  .breadcrumbs {
    width: calc(100% - 100px);
  }
  /* ------------------------------------------------------------ */
  /* post-content */
  .post .post-content {}
  /* ------------------------------------------------------------ */
  /* post single */
  .single .slide-box {
    width: 90%;
  }
  .single .thum-slider-main .swiper-button-next, .single .thum-slider-main .swiper-button-prev {
    display: none;
  }
  .single .point-box {
    font-size: 1.3rem;
  }
  .single .point-box span {
    text-align: center;
  }
  .single .map-box {
    height: 180px;
  }
  .single .map-add .item {
    width: 100%;
    margin: 10px auto 0;
  }
  .single .inquiey-box {
    letter-spacing: 1px;
  }
  .single .inquiey-box h3, .single .inquiey-box .inq-tit {
    font-size: 1em;
  }
  .single .inquiey-box .phone {
    text-align: left;
    margin: 0 auto 10px;
  }
  .single .inquiey-box .item {
    margin: 0 auto 10px;
  }
  .single .inquiey-box .phone p {
    margin: 0;
  }
  .single .inquiey-box .btn {
    font-size: 0.9em;
  }
  /* ------------------------------------------------------------ */
  /* page-title */
  .sub .page-title {}
  .sub .page-title h2, .sub .page-title .main-tit {
    font-size: 2.2rem;
  }
  /* ------------------------------------------------------------ */
  /* breadcrumbs */
  .breadcrumbs {
    padding-top: 0;
    font-size: 12px;
    padding-bottom: 10px;
  }
  /* ------------------------------------------------------------ */
  /* form */
  .form-box span.autofill {
    margin: 10px 0;
  }
  .form-box input.sp-size30 {
    width: 40%;
  }
  .form-box input[type="submit"], .form-box input[type="reset"], .form-box input[type="button"] {
    width: 80%;
    margin: 0 auto 15px;
  }
  /* ------------------------------------------------------------ */
  /* pager */
  .pagenate .page-numbers {
    font-size: 13px;
  }
  .single .pagenate {
    margin: 10% auto 6%;
  }
  .single .pagenate .page-numbers {
    margin: 0 auto 10px;
  }
  .single .pagenate .prev span.icon {
    width: 8px;
    height: 8px;
    margin: 0 6px 0 0;
  }
  .single .pagenate .next span.icon {
    width: 8px;
    height: 8px;
    margin: 0 0 0 6px;
  }
  /* ------------------------------------------------------------ */
  /* information */
  .info .post_content .inner {
    padding: 0;
    background: none;
  }
  .sub.info .arvhive-list .item {
    width: calc(100% / 2 - 10px);
    margin: 0 20px 40px 0;
  }
  .sub.info .arvhive-list .item:nth-child(4n) {
    margin: 0 20px 40px 0;
  }
  .sub.info .arvhive-list .item:nth-child(3n) {
    margin: 0 20px 40px 0;
  }
  .sub.info .arvhive-list .item:nth-child(even) {
    margin: 0 0 40px;
  }
  .info .post-tit {
    flex-direction: column;
  }
  .info .post-tit h4, .info .post-tit h2 {
    width: 100%;
  }
  .info.single .post-tit div {
    width: 100%;
    margin: 0 auto 10px;
  }
  .info .post-tit .update {
    width: 100%;
  }
  /* ------------------------------------------------------------ */
  /* blog */
  .blog .post_content .inner {
    padding: 0;
    background: none;
  }
  .blog .post_content .arvhive-list .item {
    width: calc(100% / 2 - 10px);
    margin: 0 20px 40px 0;
  }
  .blog .post_content .arvhive-list .item:nth-child(3n) {
    margin: 0 20px 40px 0;
  }
  .blog .post_content .arvhive-list .item:nth-child(even) {
    margin: 0 0 40px;
  }
  .blog.single .post_content {
    padding: 4% 6%;
  }
  .blog .post-tit h4 {
    font-size: 1.8rem;
  }
  .blog.single .post-tit {
    flex-direction: column;
  }
  .blog.single .post-tit h4, .blog.single .post-tit h3, .blog.single .post-tit h2 {
    width: 100%;
  }
  .blog.single .post-tit div {
    width: 100%;
    margin: 0 auto 10px;
  }
  .blog .event .post_content table {
    font-size: 1.3rem;
  }
  .blog .event .post_content table th {
    width: 90px;
  }
  /* ------------------------------------------------------------ */
  /* voice */
  .voice .post_content .col02 {
    margin: 8% auto;
  }
  .voice .post_content .item {
    width: 100%;
    margin: 0 auto 60px;
  }
  .voice .post_content .item:nth-child(even) {
    margin: 0 auto 60px;
  }
  .voice .item .item-tit {
    font-size: 1.4rem;
  }
  .voice .item p {
    line-height: 1.6;
  }
  /* single */
  .voice.single .inner.sp-full {
    max-width: 100%;
  }
  .voice.single .eyecatch {
    margin: 4% auto 0;
  }
  .voice.single .post_content {
    padding: 0 1em;
    background: none;
    margin: 8% auto 0;
  }
  .voice.single .post-tit div {
    text-align: left;
  }
  /* ------------------------------------------------------------ */
  /* concept */
  .concept .about {
    padding: 12% 0;
  }
  .concept .about .txt {
    text-align: justify;
    line-height: 2;
    margin: 6% auto 2%;
  }
  .concept .about .txt br {
    display: none;
  }
  .concept .ceo {
    padding: 12% 0;
    background: url(../img/concept/bg-ceo-sp.jpg) no-repeat center top / cover;
  }
  .concept .ceo .txt {
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
  }
  .concept .ceo .txt span {
    display: block;
  }
  .concept .ceo .txt span:nth-of-type(2) {
    width: 50%;
    margin: 0;
  }
  .concept .ceo .ceo_name span {
    font-size: 12px;
  }
  .concept .promise .sub-tit {
    font-size: 2rem;
  }
  .promise_sub .txt-box {
    padding: 6% 0 40%;
  }
  .promise_sub .txt-box .txt {
    display: none;
  }
  .promise_sub .sp-only .txt {
    padding: 20px 0 0;
    font-size: 1.3rem;
  }
  .promise_sub .icon-box {
    max-width: 90%;
  }
  .promise_sub .icon-box .item {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px;
  }
  .promise_sub .icon-box .item-tit {
    font-size: 1.5rem;
    margin: 0 0 0 20px;
  }
  /* ------------------------------------------------------------ */
  /* modelhouse */
  .modelhouse .banner-list .thum {
    height: auto;
  }
  .modelhouse .banner-list .item {
    margin: 0 auto 20px;
  }
  .modelhouse .banner-list img.hover-scale {
    display: none;
  }
  .modelhouse .post-tit {
    letter-spacing: 1px;
  }
  .modelhouse .post-tit .num {
    font-size: 5rem;
    letter-spacing: 3px;
  }
  .modelhouse .post-tit h4, .modelhouse .post-tit .item-tit {
    font-size: 1.5rem;
    margin: 0 0 0 10px;
  }
  .modelhouse .post-tit h4 span, .modelhouse .post-tit .item-tit span {
    font-size: 12px;
  }
  /* modelhouse single */
  .modelhouse.single .post_content .inner {
    max-width: 100%;
  }
  .modelhouse.single .post-tit {
    margin: 0 auto 12px;
    width: 90%;
  }
  .modelhouse.single .map-add {
    width: 90%;
  }
  .modelhouse.single .map-box {
    width: 90%;
    margin: 0 auto;
  }
  .modelhouse.single .inquiey-box {
    width: 90%;
  }
  .modelhouse .inquiey-box .phone p {
    font-size: 1.6rem;
  }
  .modelhouse .inquiey-box .phone a {
    font-size: 2.4rem;
  }
  /* ------------------------------------------------------------ */
  /* works */
  .gallery .col03 .item {
    width: 100%;
    margin: 0 auto 30px;
  }
  .gallery .col03 .item:nth-child(3n), .gallery .col03 .item:nth-child(even) {
    margin: 0 auto 30px;
  }
  /* works single */
  .works .gallery .post_content {}
  .works .post_content .post-tit {
    margin: 0 auto 20px;
    font-size: 1.3rem;
  }
  .works .post-tit h4, .works .post-tit h2 {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .works .post-tit h4 span, .works .post-tit h2 span {
    margin: 0;
  }
  .works .post_content .slide-box, .works .post_content .note-box {
    margin: 0 auto 30px;
  }
  /* staff */
  .staff .post_content .item {
    width: 100%;
    padding: 10% 0 6%;
  }
  .staff .post_content .item:last-child {
    padding: 0 0 10%;
  }
  .staff .post_content .staff-name {
    display: block;
  }
  .staff .post_content .staff-name .name {
    width: 100%;
    border: none;
  }
  .staff .post_content .staff-name .job-part {
    padding: 1em 0 0;
    width: 100%;
  }
  /* ------------------------------------------------------------ */
  /* support */
  .support .page-title {
    padding: 5% 0 2%;
  }
  .support .scroll-box {
    margin: 0 auto 8%;
  }
  .support .post_content .item {
    width: 100%;
    height: auto;
    background: none !important;
  }
  .support .post_content .item::after {
    display: none;
  }
  .support .post_content .item .thum {
    position: relative;
  }
  .support .post_content .thum::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .support .post_content .thum .item-tit {
    width: 100%;
    height: 100%;
    padding: 10% 6%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
  }
  .support .post_content .item .txt {
    padding: 6%;
    color: #745f43;
    font-size: 1.3rem;
    position: relative;
    top: inherit;
    left: inherit;
    transform: translateX(0);
  }
  .support .post_content .txt .item-tit {
    display: none;
  }
  .support .post_content .item-tit span {
    margin: 0 auto 3%;
  }
  /* ------------------------------------------------------------ */
  /* quality */
  .quality .page-title p {
    margin: 6% auto 0;
    text-align: left;
  }
  .quality .post_content .sub-tit {
    padding: 14% 0;
  }
  .quality .post_content .col03 .item {
    padding: 3% 5% 8%;
  }
  .quality .post_content .item-tit {
    font-size: 1.6rem;
    text-align: left;
    padding: 0 0 0 50px;
    margin: 0 auto 20px;
    position: relative;
    display: block;
  }
  .quality .post_content .item-tit.row01 {
    margin: 0 auto 20px;
  }
  .quality .post_content .item-tit br.sp-only {
    display: block;
  }
  .quality .post_content .item-tit span.small {
    display: inline;
    margin: 0;
    font-size: 1em;
  }
  .quality .post_content span.icon.sp {
    width: 36px;
    height: 44px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  /* ------------------------------------------------------------ */
  /* consultant */
  .consultant .content {
    padding: 45px 0 0;
  }
  .consultant .breadcrumbs {
    padding: 5px 0 10px 80px;
  }
  .consultant .page-title .main-tit {
    height: 200px;
    margin: 0 auto;
  }
  .consultant .page-title .pc, .consultant .yoyaku .main-tit .pc {
    display: none;
  }
  .consultant .page-title .sp, .consultant .yoyaku .main-tit .sp {
    display: block;
  }
  .consultant .yoyaku .main-tit {
    height: 100px;
  }
  .consultant .yoyaku .place, .consultant .yoyaku .map {
    width: 100%;
  }
  .consultant .yoyaku .place span.cezanne {
    width: 80px;
    font-size: 1.5rem;
    padding: 8px 10px;
  }
  .consultant .yoyaku .place span {
    font-size: 1.2rem;
    width: 65%;
  }
  .consultant .yoyaku .phone span {
    font-size: 1.2rem;
    padding: 5px 16px;
  }
  .consultant .yoyaku .phone a {
    font-size: 3.2rem;
  }
  .consultant .yoyaku .btn {
    font-size: 1.4rem;
    max-width: 100%;
  }
  .consultant .flow .col02 {
    width: 100%;
    margin: 0 auto 10%;
  }
  .consultant .flow .item-tit {
    font-size: 1.6rem;
    margin: 0 auto 4%;
  }
  .consultant .flow .item-tit span {
    width: 82%;
  }
  .consultant .flow .item-tit span.bebas {
    width: 38px;
    font-size: 4.2rem;
    margin: 0 10px 0 0;
  }
  /* ------------------------------------------------------------ */
  /* process */
  .process .content {
    padding: 50px 0 0;
  }
  .process .page-title p {
    text-align: left;
  }
  .process .post_content .inner {
    padding: 8% 4%;
  }
  .process .post_content .free {
    margin: 0 auto 10% 54px;
    height: auto;
    line-height: 1.5;
    font-size: 1.6rem;
    padding: 10px 0;
  }
  .process .post_content .free::before {
    width: 30px;
    height: 30px;
    top: 7px;
    left: -16px;
  }
  .process .post_content .free::after {
    left: -34px;
  }
  .flow-list .item {
    padding: 0 0 10% 55px;
  }
  .flow-list:last-child .item:last-child {
    padding: 0 0 0 55px;
  }
  .flow-list .item::after {
    left: 20px;
  }
  .flow-list .step {
    width: 45px;
    height: 45px;
    font-size: 2rem;
    padding: 6px 0 0;
  }
  .flow-list .step span {
    font-size: 12px;
  }
  .flow-list .item .txt {
    font-size: 1.2rem;
  }
  .flow-list .item h5, .flow-list .item .flow-tit {
    font-size: 1.6rem;
    margin: 0 auto 8px;
    line-height: 1.4;
  }
  .flow-list .item .phone {
    margin: 10px auto;
  }
  .flow-list .item .phone span {
    display: block;
    margin: 0 auto 10px;
  }
  .flow-list .item .phone a {
    display: block;
    text-align: center;
  }
  .flow-list .item .btn a {
    font-size: 1.3rem;
  }
  /* ------------------------------------------------------------ */
  /* company */
  .company .page-title {
    padding: 5% 0 0;
  }
  .company .box {
    padding: 0 0 8%;
  }
  .company .box:last-child {
    padding: 0;
  }
  .company .main-tit {
    margin: 0 auto 10px;
  }
  /* ------------------------------------------------------------ */
  /* policy */
  .policy .box {
    margin: 0 auto 8%;
    max-width: 100%;
  }
  .policy .box:last-child {
    padding: 8% 0 0;
    margin: 10% auto 4%;
  }
}