@charset "UTF-8";
@import url(reset.css);
/* ===============================================
 :root管理
=============================================== */
/* color
------------------------------*/
:root {
  --main-color: #807058;
  --red-color: #e53935;
  --blue-color: #0c4183;
  --gray-color: #c7c7c7;
  --gray-color-light: #efefef;
  --gray-color-bg: #f3f3f3;
  --black-color: #333;
  --white-color: #fff;
  --gold-color: #b4a469;
  --beige-color: #dfcd8e;
  --grad-gold: linear-gradient(to right, #feea90, #f0c543);
  --grad-line: linear-gradient(to right, #98593e 0%, #f6e48c 29%, #c79e65 50%, #f6e48c 78%, #98593e 100%);
  --box-shadow: 0 0.4rem 0.4rem rgba(51, 51, 51, 0.25);
}

/* font
------------------------------*/
:root {
  --font-kaku: "Zen Kaku Gothic New", sans-serif;
  --font-mincho: "Zen Old Mincho", serif;
  --font-icon: "bootstrap-icons";
  --font-regular: 400;
  --font-medium: 500;
  --font-semiBold: 600;
  --font-bold: 700;
  --font-size-xxxl: 4.8rem;
  --font-size-xxl: 4rem;
  --font-size-xl: 3.2rem;
  --font-size-lg: 2rem;
  --font-size-base: 1.6rem;
  --font-size-sm: 1.2rem;
  --line-height-title: 1.5;
  --line-height-base: 2;
  --line-height-sm: 1.5;
  --letter-spacing-base: 0.1em;
}

@media screen and (max-width: 767px) {
  :root {
    --font-size-xxxl: 3.2rem;
    --font-size-xxl: 2.8rem;
    --font-size-xl: 2.4rem;
    --font-size-lg: 1.8rem;
    --line-height-base: 1.875;
  }
}
/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/* ===============================================
 全体共通
=============================================== */
/* reCAPTCHAバッジを非表示にする
------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

/* PC/SP振り分け用
------------------------------*/
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* wrapper
------------------------------*/
#wrapper {
  width: 100%;
  min-width: 1200px;
  background: var(--white-color);
  overflow-x: hidden;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #wrapper {
    min-width: 100%;
  }
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/* ===============================================
 Typography settings
=============================================== */
html {
  /* 1rem = 10px にする*/
  font-size: 62.5%;
  _font-size: 62.5%;
  *font-size: 62.5%;
  /*ウェブフォント用*/
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(8px, 2.2222222222vw, 10px);
  }
}

body {
  font-size: var(--font-size-base);
  font-family: var(--font-kaku);
  font-weight: var(--font-medium);
  color: var(--main-color);
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/*============================
  Header styles
============================*/
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
  padding-inline: 3rem;
}
.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.header__info {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 1rem;
}
.header__time {
  font-size: var(--font-size-sm);
  color: var(--blue-color);
  line-height: 1;
}
.header__btn {
  width: 26.6rem;
  height: 6.6rem;
}
@media screen and (max-width: 767px) {
  .header .header__inner {
    height: 7rem;
    padding-inline: 5%;
  }
  .header .header__logo {
    width: 18.8rem;
  }
  .header .header__right {
    justify-content: center;
    width: 100%;
    background: var(--white-color);
    padding-block: 1.5rem;
    box-shadow: 0 -0.4rem 0.4rem rgba(51, 51, 51, 0.25);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
  }
  .header .header__info {
    row-gap: 0.5rem;
  }
  .header .header__btn {
    width: 5rem;
    aspect-ratio: 1;
    height: auto;
  }
  .header .header__btn span {
    display: none;
  }
  .header .header__btn::before {
    font-size: var(--font-size-lg);
  }
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/*============================
  Footer styles
============================*/
.footer__copyright {
  text-align: center;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  background: var(--beige-color);
  padding-block: 0.85rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 8rem;
  }
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/*============================
  Visual styles
============================*/
.visual {
  height: clamp(540px, 41.6666666667vw, 800px);
  background: url(/wp-content/themes/rexia-line-template/assets/images/visual/mv_bg.jpg) no-repeat center bottom/cover;
}
.visual > * {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .visual {
    height: 56rem;
  }
}

/* メインビジュアル
------------------------------*/
.visual__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: clamp(26px, 2.03125vw, 39px);
  position: relative;
  z-index: 1;
}
.visual__main::before {
  content: "";
  width: clamp(290px, 24.1666666667vw, 464px);
  aspect-ratio: 464/767;
  background: url(/wp-content/themes/rexia-line-template/assets/images/visual/mv_img.png) no-repeat right bottom/contain;
  position: absolute;
  bottom: 0;
  right: max(50% - 515px, 23.1771%);
  z-index: -2;
}
.visual__main-box {
  margin-left: max(50% - 588px, 19.375%);
}
.visual__main-catch {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-family: var(--font-mincho);
  font-weight: var(--font-bold);
  color: var(--main-color);
  line-height: 1;
  letter-spacing: 0;
  row-gap: clamp(10px, 0.78125vw, 15px);
}
.visual__main-catch > span {
  display: block;
}
.visual__main-catch .main {
  font-size: clamp(3.5rem, 2.9166666667vw, 5.6rem);
  line-height: var(--line-height-title);
  letter-spacing: 0.3em;
}
.visual__main-catch .sub {
  font-size: clamp(2rem, 1.6666666667vw, 3.2rem);
  line-height: 1.3125;
  letter-spacing: 0.3em;
  padding: 1rem;
  background: var(--white-color);
}
.visual__main-btn {
  width: clamp(370px, 30.7291666667vw, 590px);
  height: clamp(54px, 4.1666666667vw, 80px);
  font-size: clamp(1.4rem, 1.0416666667vw, 2rem);
  margin-top: clamp(40px, 3.125vw, 60px);
}
@media screen and (max-width: 767px) {
  .visual__main {
    align-items: flex-end;
    padding-bottom: 4rem;
  }
  .visual__main::before {
    width: 32rem;
    right: max(50% - 380px, -8rem);
  }
  .visual__main-box {
    margin-left: max(50% - 270px, 5%);
  }
  .visual__main-catch {
    row-gap: 1rem;
  }
  .visual__main-catch .main {
    font-size: 3rem;
    -webkit-text-stroke: var(--white-color) 0.4rem;
    paint-order: stroke;
  }
  .visual__main-catch .sub {
    font-size: 1.6rem;
  }
  .visual__main-btn {
    width: 40rem;
    max-width: 80%;
    font-size: var(--font-size-lg);
    margin-top: 3rem;
  }
}

/* サブビジュアル
------------------------------*/
.visual__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.visual__sub-catch {
  text-align: center;
  font-size: clamp(3.5rem, 2.9166666667vw, 5.6rem);
  font-family: var(--font-mincho);
  font-weight: var(--font-bold);
  color: var(--main-color);
  line-height: 1;
  letter-spacing: 0;
}
.visual__sub-catch > span {
  display: block;
  line-height: var(--line-height-title);
  letter-spacing: 0.3em;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .visual__sub-catch {
    font-size: 3rem;
  }
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/*===============================================
  main#container
===============================================*/
#container {
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  overflow: hidden;
  position: relative;
}
#container > section {
  position: relative;
}
#container > section > * {
  position: relative;
  z-index: 5;
}

/*============================
  main共通
============================*/
.inner {
  width: 1080px;
  padding-block: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
    padding-block: 4rem;
  }
}

/* 電話番号
------------------------------*/
.tel {
  display: block;
  font-size: var(--font-size-xl);
  font-family: var(--font-mincho);
  font-weight: var(--font-bold);
  color: var(--blue-color);
  line-height: 1;
  letter-spacing: 0.05em;
}
.tel::before {
  content: "TEL.";
  font-size: 0.5em;
}
@media screen and (max-width: 767px) {
  .tel {
    font-size: 1.875em;
    letter-spacing: 0;
  }
}

/* ボタン
------------------------------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-mincho);
  font-weight: var(--font-bold);
  color: var(--black-color);
  transition: all 0.3s ease;
  background: var(--grad-gold);
  border: solid 0.3rem var(--gold-color);
  -o-border-image: linear-gradient(to right, #98593e 0%, #f6e48c 29%, #c79e65 50%, #f6e48c 78%, #98593e 100%) 1;
     border-image: linear-gradient(to right, #98593e 0%, #f6e48c 29%, #c79e65 50%, #f6e48c 78%, #98593e 100%) 1;
  overflow: hidden;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 2;
}
.btn::before {
  content: "\f32c";
  font-size: var(--font-size-base);
  font-family: var(--font-icon);
  font-weight: var(--font-regular);
  letter-spacing: 0;
  line-height: 1;
}
.btn:hover {
  opacity: 0.64;
}

/* テーブル
------------------------------*/
.table {
  line-height: 1.7;
}
.table table {
  width: 100%;
}
.table tr {
  border-bottom: solid 1px var(--gray-color);
}
.table tr th {
  text-align: left;
  width: 220px;
  vertical-align: middle;
  padding: 20px 0 25px;
}
.table tr td {
  text-align: left;
  vertical-align: top;
  padding: 20px 0 25px;
}
.table tr:first-child th,
.table tr:first-child td {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .table {
    line-height: 1.5;
  }
  .table tr th {
    width: 7em;
    padding: 1.5em 0;
  }
  .table tr td {
    padding: 1.5em 0;
  }
}

/*フォーム部品
-----------------------------*/
.form table {
  width: 100%;
}
.form tr th {
  text-align: left;
  vertical-align: top;
  font-weight: var(--font-bold);
  color: var(--main-color);
  width: 280px;
  padding: 18px 40px 18px 0;
}
.form tr th span {
  display: inline-block;
  width: 5.4rem;
  text-align: center;
  line-height: 1.4375;
  letter-spacing: 0;
  float: right;
  margin-top: 0.5rem;
}
.form tr th span.required {
  color: #fff;
  background: var(--red-color);
}
.form tr th span.optional {
  color: var(--main-color);
  background: var(--gray-color);
}
.form tr td {
  font-weight: var(--font-bold);
  padding: 13px 0 12px;
}
.form tr td label {
  margin-right: 1.25em;
}
.form tr td label:last-of-type {
  margin-right: 0;
}
.form tr:first-child th {
  padding-top: 5px;
}
.form tr:first-child td {
  padding-top: 0;
}
.form tr:last-child th,
.form tr:last-child td {
  padding-bottom: 0;
}
.form select,
.form textarea,
.form input[type=tel],
.form input[type=text],
.form input[type=email] {
  width: 100%;
  max-width: 100%;
  font-size: var(--font-size-base);
  font-family: var(--font-kaku);
  font-weight: var(--font-bold);
  line-height: 1.5;
  letter-spacing: 0;
  border: 1px solid var(--gray-color);
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset;
  box-sizing: border-box;
  padding: 0.5rem;
}
.form input[name=your-age] {
  width: 6em;
  font-size: var(--font-size-base);
  line-height: 1.5;
  padding: 0.5rem;
}
.form textarea {
  width: 100%;
}
.form button,
.form input[type=submit] {
  display: block;
  width: 38.6rem;
  height: 6.6rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: var(--font-mincho);
  font-weight: var(--font-bold);
  color: var(--black-color);
  letter-spacing: 0.01em;
  background: var(--grad-gold);
  border: none;
  margin-inline: auto;
  -webkit-appearance: none;
  transition: all 0.4s ease;
}
.form button:hover,
.form input[type=submit]:hover {
  opacity: 0.64;
}
.form-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 8rem 0 3rem;
}
.form-text p:first-child {
  margin-top: calc((1em - 1lh) / 2);
}
.form-text p:last-child {
  margin-bottom: calc((1em - 1lh) / 2);
}
.form-text a {
  color: var(--blue-color);
  text-decoration: underline;
}
.form-text a:hover {
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .form table,
  .form table tbody,
  .form table th,
  .form table tr,
  .form table td {
    display: block !important;
    width: 100% !important;
  }
  .form tr {
    margin-bottom: 3rem;
  }
  .form tr:last-of-type {
    margin-bottom: 0;
  }
  .form tr th {
    padding: 0 !important;
    margin-bottom: 1.5rem;
  }
  .form tr th span {
    display: inline-block;
    font-size: var(--font-size-sm);
    line-height: 2;
    padding-inline: 1rem;
    margin-top: 0.3rem;
  }
  .form tr td {
    padding: 0 !important;
  }
  .form select,
  .form textarea,
  .form input[type=tel],
  .form input[type=text],
  .form input[type=email],
  .form input[type=url] {
    line-height: 1.6;
  }
  .form button,
  .form input[type=submit] {
    width: min(360px, 75vw);
    max-width: 100%;
    margin: 4rem auto 0;
  }
  .form-text {
    padding: 6rem 0 2rem;
  }
}

/*テキスト
-----------------------------*/
.text .mb {
  margin-bottom: 1lh;
}
@media screen and (max-width: 767px) {
  .text br {
    display: none;
  }
}

/* お問い合わせバナー
------------------------------*/
.bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 286px;
  background: url(/wp-content/themes/rexia-line-template/assets/images/common/com_cta-bg.jpg) repeat-y center top/cover;
}
.bnr__title {
  text-align: left;
  font-size: var(--font-size-xxl);
  font-family: var(--font-mincho);
  font-weight: var(--font-bold);
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4;
}
.bnr__title > span {
  display: block;
  word-break: keep-all;
  letter-spacing: 0.3em;
}
.bnr__title .min {
  font-size: var(--font-size-xl);
  line-height: 1.40625;
}
.bnr__title .b {
  display: inline-block;
  font-size: var(--font-size-xxxl);
  line-height: 1.41667;
}
.bnr__btn {
  width: 620px;
  height: 100px;
  font-size: 1.5em;
  margin-left: 93px;
}
.bnr::before {
  content: "";
  height: 100%;
  aspect-ratio: 267/286;
  background: url(/wp-content/themes/rexia-line-template/assets/images/common/com_cta-img.png) no-repeat right bottom/contain;
  position: absolute;
  right: calc(50% - 540px);
  bottom: 0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .bnr {
    min-height: inherit;
  }
  .bnr::before {
    height: 15rem;
    right: min(0px, 50% - 21.5rem);
  }
  .bnr__title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: var(--font-size-xl);
    padding-right: 8rem;
    -webkit-text-stroke: var(--blue-color) 0.4rem;
    paint-order: stroke;
    row-gap: 0.5rem;
  }
  .bnr__title .b {
    font-size: var(--font-size-xxl);
  }
  .bnr__btn {
    width: 36rem;
    max-width: 80%;
    height: 8rem;
    font-size: var(--font-size-base);
    margin-left: 0;
  }
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.title01 {
  text-align: center;
  font-size: var(--font-size-xxl);
  font-family: var(--font-mincho);
  font-weight: var(--font-bold);
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-base);
  background: var(--beige-color);
  padding: 5rem 5%;
}
.title01 > span {
  display: block;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .title01 {
    padding-block: 3rem;
  }
}

/*中タイトル
-----------------------------*/
.title02 {
  font-size: var(--font-size-xl);
  font-family: var(--font-mincho);
  font-weight: var(--font-bold);
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-base);
  border-bottom: solid 0.2rem var(--gold-color);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.title02 > span {
  display: block;
  word-break: keep-all;
}
/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/* ===============================================
 使わない物を売って、もっと快適な住まいに
=============================================== */
.about {
  background: var(--gray-color-bg);
}
.about__text {
  text-align: center;
  font-size: var(--font-size-lg);
  padding-block: 3rem;
  background: linear-gradient(to right, transparent, #fff 50%, transparent);
}
@media screen and (max-width: 767px) {
  .about .inner {
    width: 100%;
    padding-block: 0;
  }
  .about__text {
    text-align: left;
    font-size: var(--font-size-base);
    padding: 4rem 5%;
  }
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/* ===============================================
 こんなお悩みありませんか？
=============================================== */
.trouble__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
.trouble__item {
  width: 340px;
  background: var(--gray-color-bg);
}
.trouble__image {
  box-shadow: var(--box-shadow);
}
.trouble__text {
  text-align: center;
  font-size: var(--font-size-lg);
  line-height: 1.4;
  padding: 2rem;
}
.trouble__text p {
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .trouble__item:nth-of-type(2) .trouble__text {
    padding-inline: 5rem;
  }
  .trouble__item:nth-of-type(5) .trouble__text {
    padding-inline: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .trouble__list {
    gap: 3rem 2rem;
  }
  .trouble__item {
    width: 100%;
  }
  .trouble__image img {
    aspect-ratio: 1.7777777778;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/* ===============================================
 当社が選ばれている5つの理由
=============================================== */
.reason {
  background: var(--gray-color-bg);
}
.reason__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem 3rem;
  counter-reset: num 0;
}
.reason__item {
  width: 340px;
  background: var(--white-color);
  padding: 2rem;
}
.reason__image {
  box-shadow: var(--box-shadow);
  margin-bottom: 1.7rem;
}
.reason__image img {
  aspect-ratio: 1.6216216216;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason__heading {
  text-align: center;
  font-size: var(--font-size-lg);
  font-family: var(--font-mincho);
  font-weight: var(--font-bold);
  color: var(--gold-color);
  line-height: 1.4;
  border-bottom: solid 1px var(--gold-color);
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}
.reason__heading::before {
  counter-increment: num 1;
  content: "その" counter(num) ".";
  display: block;
}
.reason__text {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .reason .reason__item {
    min-height: 426px;
  }
  .reason .reason__text p {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .reason__list {
    gap: 3rem 2rem;
  }
  .reason__item {
    width: 100%;
  }
  .reason__image img {
    aspect-ratio: 1.7777777778;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/* ===============================================
 当社の強み
=============================================== */
.strengths__box {
  position: relative;
  margin-bottom: 6rem;
}
.strengths__box:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .strengths .strengths__box {
    min-height: 527px;
  }
  .strengths .strengths__box:nth-of-type(2n + 1) {
    padding-left: 530px;
  }
  .strengths .strengths__box:nth-of-type(2n + 1) .strengths__image {
    right: calc(50% + 60px);
  }
  .strengths .strengths__box:nth-of-type(2n) {
    padding-right: 530px;
  }
  .strengths .strengths__box:nth-of-type(2n) .strengths__image {
    left: calc(50% + 60px);
  }
  .strengths .strengths__image {
    width: calc(50vw - 60px);
    max-width: 900px;
    min-width: 540px;
    position: absolute;
    top: 0;
  }
  .strengths .strengths__image img {
    width: 100%;
    height: 527px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .strengths__box:nth-of-type(2n + 1) .strengths__image {
    margin-right: -5vw;
  }
  .strengths__box:nth-of-type(2n) .strengths__image {
    margin-left: -5vw;
  }
  .strengths__image {
    margin-top: 3rem;
  }
  .strengths__image img {
    aspect-ratio: 1.7777777778;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/* ===============================================
 オフィスや店舗の不用品買取もスピーディに対応
=============================================== */
.corp {
  background: var(--gray-color-bg);
}
.corp__inner {
  display: grid;
  grid-template-columns: 1fr 520px;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.corp__image {
  box-shadow: var(--box-shadow);
}
@media screen and (max-width: 767px) {
  .corp__title {
    font-size: 1.5em;
  }
  .corp__inner {
    display: block;
  }
  .corp__image {
    margin-top: 3rem;
  }
  .corp__image img {
    aspect-ratio: 1.5;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/* ===============================================
 大型家具や楽器も買取可能な当店へ
=============================================== */
.contact-bnr {
  color: var(--white-color);
  background: var(--blue-color);
  padding-bottom: 3rem;
}
.contact-bnr__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-bnr .contact-bnr__title {
    padding-right: 400px;
  }
  .contact-bnr .contact-bnr__text {
    font-size: var(--font-size-lg);
  }
}
@media screen and (max-width: 767px) {
  .contact-bnr__text {
    text-align: left;
  }
}

/* ===============================================
 お問い合わせ
=============================================== */
@media screen and (min-width: 768px) {
  .contact__form {
    padding-left: 50px;
    padding-right: 60px;
  }
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/* ===============================================
 会社概要
=============================================== */
.company .inner {
  max-width: 960px;
}
.company__table td span {
  display: inline-block;
  margin-right: 1em;
}
.company__table td span:last-of-type {
  margin-right: 0;
}
.company__ig {
  display: block;
  width: 34px;
  margin-top: 17px;
  margin-left: auto;
  transition: all 0.3s ease-out;
}
.company__ig:hover {
  opacity: 0.64;
}
.company__map {
  height: 35rem;
  margin-top: 3rem;
}
.company__map iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .company__ig {
    width: 30px;
    margin-top: 3rem;
  }
  .company__map {
    height: 32rem;
  }
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/* ===============================================
 大型家具や楽器も買取可能な当店へ
=============================================== */
.contact-bnr {
  color: var(--white-color);
  background: var(--blue-color);
  padding-bottom: 3rem;
}
.contact-bnr__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-bnr .contact-bnr__title {
    padding-right: 400px;
  }
  .contact-bnr .contact-bnr__text {
    font-size: var(--font-size-lg);
  }
}
@media screen and (max-width: 767px) {
  .contact-bnr__text {
    text-align: left;
  }
}

/* ===============================================
 お問い合わせ
=============================================== */
@media screen and (min-width: 768px) {
  .contact__form {
    padding-left: 50px;
    padding-right: 60px;
  }
}

/* カラー
------------------------------*/
/* font-family
------------------------------*/
/* font-weight
------------------------------*/
/* アイコン
------------------------------*/
/* 行詰め
------------------------------*/
/*============================
  お探しのページは
  見つかりませんでした。
============================*/
.error__text {
  text-align: center;
  font-size: var(--font-size-lg);
  font-weight: 700;
  line-height: 2;
}
.error__text p {
  word-break: keep-all;
}
.error__text-link {
  color: var(--blue-color);
  text-decoration: underline;
}
.error__text-link:hover {
  color: var(--main-color);
}