@charset "UTF-8";

body {
  color: #707070;
}

h1,
h2,
h3,
.section.message p,
footer p {
  font-family: Noto Serif JP;
  font-weight: 600;
  box-sizing: border-box;
}
/* ヘッダー */
/* 東京の場合 */
.tokyo header {
  background-color: #5abe65;
}
/* 札幌の場合 */
.sapporo header {
  background-color: inherit;
}
header .grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .navi {
  display: flex;
}
header .navi li {
  margin-left: 20px;
  color: white;
  font-family: Noto Serif JP;
}
header .navi li:first-child {
  margin-left: 0px;
}

/* アイキャッチ */
/* 東京の場合 */
.tokyo .eye {
  height: 300px;

  /* background-image: url(../img/eye_type3.png); */
  background-image: url(../img/eye_type4.png);
  background-position: center center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
}
.tokyo .eye.slick {
  height: auto;
  background-image: none;

  position: relative;
}
.slick_text {
  position: absolute;
  top: 50%;
  left: 50%;

  /* 要素の大きさの半分をネガティブマージンとすることで、要素を画面中央にする. */
  margin-top: -68px;
  margin-left: -53%;
}
/* slick */
.slide-items {
  width: 100%;
  height: 100%;
}
/* .slick-list {
  height: 300px;
}
.slick-track,
.slick-slide,
.slick-slide img {
  height: 100%;
} */
.slide-items img {
  width: 100%;
  object-fit: cover;
}

/* 札幌の場合 */
.sapporo .eye {
  height: 300px;
  /* background-image: url(../img/sapporo_r/eye.png); */
  /* background-image: url(../img/sapporo_r/eye1.png); */
  /* background-image: url(../img/sapporo_r/eye1_1.png); */
  /* background-image: url(../img/sapporo_r/eye1_1_nonetext.png); */
  /* background-image: url(../img/sapporo_r/eye1_2_nonetext.png); */
  /* background-image: url(../img/sapporo_r/eye1_3_nonetext.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* display: flex;
  align-items: center; */
  overflow: hidden;
}
.sapporo .eye .grid h1 {
  z-index: 1000;
}
.sapporo .eye .grid + ul {
  margin-top: -300px;
  z-index: 999;
}
.sapporo .eye .grid + ul * {
  min-height: 300px !important;
}
.eye .grid {
  display: flex;
  align-items: center;
  height: 100%;
}
h1 {
  font-size: 40px;
  color: white;
  text-align: right;
  /* text-align: center; */
  width: 100%;
}

header .navi .sp_nav {
  display: none;
}

/* セクション */
.section {
  background-color: inherit;
}
.bg_gray {
  background-color: #e8e8e8;
}
.bg_green {
  background-color: #c9f7d7;
}
.bg_line {
  background-color: #3ae247;
}
.bg_orange {
  background-color: #e68a50;
}
/* h2 */
/* 東京の場合 */
/* h2 {
  font-size: 30px;
} */
.tokyo h2 {
  position: relative;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.tokyo h2:before,
.tokyo h2:after {
  position: absolute;
  content: "";
}

.tokyo h2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

.tokyo h2:after {
  top: 4px;
  left: 4px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 2px dashed #000;
  background: #fff;
}

.tokyo h2 i {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.tokyo h2 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5rem;
}

.tokyo h2 span:before,
.tokyo h2 span:after {
  position: absolute;
  content: "";
}

.tokyo h2 span:before {
  top: -34px;
  left: calc(50% - 34px);
  width: 68px;
  height: 40px;
  border: 2px dashed #000;
  border-radius: 50vw 50vw 0 0;
}

.tokyo h2 span:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 32px);
  width: 64px;
  height: 10px;
  background: #fff;
}
/* 札幌の場合 */
.sapporo h2 {
  position: relative;
  background: #7fd3a8;
  padding: 2px 5px 2px 50px;
  color: #707371;
  border-radius: 0 10px 10px 0;
  margin-left: 1.35em;
}
.sapporo h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ad";
  display: inline-block;
  line-height: 60px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #5db191;
  font-weight: 900;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}
.sapporo h2#news:before {
  content: "\f0eb";
}
.sapporo h2#business:before {
  content: "\f1ad";
}
.sapporo h2#careers:before {
  content: "\f2bb";
}
.sapporo h2#access:before {
  content: "\f3c5";
}
.grid > h2 {
  margin-top: 15px;
}

/* h3 */
/* 東京の場合 */
h3 {
  font-size: 24px;
  line-height: 1.4;
}

.tokyo h3 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #6b6b6b; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #43a8df; /*左線*/
  margin: 40px 0 25px 0;
}
.tokyo h3.center {
  text-align: center;
  padding: 0;
  border: 0;
  margin: 40px 0 25px 0;
}
.tokyo h3.center span {
  padding: 0em 0.5em 0.25em 0.5em; /*上下 左右の余白*/
  color: #6b6b6b; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #43a8df; /*左線*/
}
.tokyo h3.icon_line {
  padding-left: 60px;
  margin: 40px 0 25px 0;
  border-bottom: 1px solid #707070;
  background-image: url("../img/talk.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 0;
}
.tokyo h3.icon_mail {
  padding-left: 60px;
  margin: 40px 0 25px 0;
  border-bottom: 1px solid #707070;
  background-image: url("../img/mail.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 0;
}

/* 札幌の場合 */
.sapporo h3 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #707371; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #156678; /*左線*/
  margin: 40px 0 25px 0;
}
.sapporo h3.center {
  text-align: center;
  padding: 0;
  border: 0;
  margin: 40px 0 25px 0;
}
.sapporo h3.center span {
  padding: 0em 0.5em 0.25em 0.5em; /*上下 左右の余白*/
  color: #6b6b6b; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #43a8df; /*左線*/
}

/* NEWS */
.headline {
  display: flex;
}
.headline dt {
  width: 150px;
  margin-right: 35px;
  margin-top: 20px;
}
.headline dd {
  margin-top: 20px;
}
.headline a {
  text-decoration: underline;
  color: blue;
}

/* ABOUT US */
.lastname {
  text-align: right;
  font-size: 20px;
}
.tokyo .lastname {
  margin-bottom: 70px;
}

/* message */
.message table {
  width: 100%;
  border-collapse: collapse;
}

.message table tr {
  border-bottom: solid 2px white;
}

.message table tr:last-child {
  border-bottom: none;
}

.sapporo .message table td,
.tokyo .message table td {
  border: white;
  text-align: left;
  width: 70%;
  background-color: #f2f2f2;
  padding: 10px 0 10px 25px;
}
/* 東京の場合 */
.tokyo .message .right {
  padding-left: 20px;
}
.tokyo .message .table_img {
  width: 100%;
}
.tokyo .message table th {
  border: white;
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #9bddf1;
  color: #707070;
  padding: 10px 0 10px 15px;
}

.tokyo .message table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #9bddf1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/* 札幌の場合 */
.sapporo .message table th {
  border: white;
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #7fd3ab;
  color: white;
  padding: 10px 0 10px 15px;
}

.sapporo .message table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #7fd3ab;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/* お問い合わせエリア */
.telArea {
  width: 500px;
  border-radius: 15px;
  background-color: white;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
  padding: 10px 0 7px 0;
  border: solid 1px #ff0000;
}
.telArea p,
.telList p {
  margin: 0;
}
p.tel {
  font-size: 34px;
  color: #ff0000;
  font-weight: bold;
}
.telList {
  display: flex;
  justify-content: space-around;
}
.telList li {
  padding: 10px 0 7px 0;
  width: 400px;
  border-radius: 15px;
}
.telList li.bg_line {
  border: #0b7c25 solid 1px;
}
.telList li.bg_orange {
  border: #e50642 solid 1px;
}
.telList li p {
  font-size: 30px;
  text-align: center;
  margin: 0;
  line-height: 1.4;
  color: white;
  font-weight: bold;
}
/* 買取実績 */
.jisseki {
  display: flex;
  flex-wrap: wrap;
  width: 870px;
  margin: 0 auto;
}
.jisseki li {
  width: 120px;
  /* height: 140px; */
  text-align: center;
  font-size: 16px;
  margin-left: 30px;
  margin-bottom: 15px;
}
.jisseki li:first-child,
.jisseki li:nth-child(6n + 1) {
  margin-left: 0px;
}
/* 選ばれる理由 */
.riyu {
  display: flex;
  justify-content: center;
  padding: 0;
}
.riyu li {
  width: 250px;
  padding: 10px 0 10px 0;
  margin-left: 40px;
  text-align: center;
  font-size: 38px;
  font-family: Noto Serif JP;
  font-weight: 600;
}
.riyu li:first-child {
  margin-left: 0px;
}
.riyu li p {
  font-size: 16px;
  margin: 0;
}
/* 買取の流れ */
.kaitori {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.kaitori li {
  position: relative;
  width: 220px;
  height: auto;
  text-align: center;
}
.kaitori li:before {
  position: absolute;
  left: -40px;
  content: "";
  width: 50px;
  height: 150px;
  background-image: url("../img/arrow180.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.kaitori li:first-child:before,
.kaitori.line li:last-child:before {
  content: none;
}
.kaitori + .desc {
}
/* 店舗情報 */
.section.map .left {
  width: 50%;
}
.section.map .right {
  width: 50%;
}
.section.map img {
  width: 100%;
  height: auto;
}
.section.map p {
  font-size: 20px;
}
.section.map .tel {
  font-size: 36px;
  color: #e68a50;
}
.section.map .tel span {
  font-size: 20px;
  color: #707070;
  margin-right: 10px;
}
/* BUSINESS */
.columnbox.business div {
  width: 50%;
  height: auto;
}

.columnbox.business div img {
  width: 90%;
}

/* CAREERS */
.accordion {
  margin-top: 20px;
}
h3 + .accordion {
  margin-top: 0;
}
.accordion-title {
  font-size: 20px;
  background-color: #e8e8e8;
}
/* 東京の場合 */
.tokyo .show_arrow {
  background-image: url(../img/tokyo_r/arrow_down.png);
  background-position: right 30px center;
  background-repeat: no-repeat;
}
.tokyo .show_arrow.move_arrow {
  background-image: url(../img/tokyo_r/arrow_up.png);
  background-position: right 30px center;
  background-repeat: no-repeat;
}
/* 札幌の場合 */
.sapporo .show_arrow {
  background-image: url(../img/sapporo_r/arrow_down.png);
  background-position: right 30px center;
  background-repeat: no-repeat;
}
.sapporo .show_arrow.move_arrow {
  background-image: url(../img/sapporo_r/arrow_up.png);
  background-position: right 30px center;
  background-repeat: no-repeat;
}
.accordion-content {
  padding: 40px 20px;
  background-color: #f2f2f2;
  position: relative;
}
.floor.careers {
  margin-top: 20px;
}
.accordion-content > *:first-child {
  margin-top: 0px;
}
.floor.careers .left {
  width: 100%;
}
.floor.careers .right {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.careers table {
  background-color: white;
  width: 100%;
  margin-top: 20px;
}
.careers .table_area > *:first-child {
  margin-top: 0px;
}
.careers p {
  margin: 0;
}
.careers table td,
.careers table th {
  border: 1px #707070 solid;
  padding: 7px 0px 8px 8px;
}
.careers table td p,
.careers table th p {
  margin: 0;
}
.careers table td ul,
.careers table th ul {
  padding-left: 30px;
}
.careers table td ul li,
.careers table th ul li {
  list-style-type: disc;
}
.careers table td ul.nostyle li:first-child,
.careers table td ul.plus1 li:last-child,
.careers table th ul.nostyle li:first-child,
.careers table th ul.plus1 li:last-child {
  list-style: none;
}

.careers table td p + p,
.careers table td ul + p,
.careers table td ul + ul,
.careers table th p + p,
.careers table th ul + p,
.careers table th ul + ul {
  margin-top: 20px;
}
.titles {
  width: 150px;
}
/* ステップリスト */
.step li {
  padding-left: 70px;
  margin-bottom: 70px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 3.2;
  position: relative;
}
.step li:last-child::after {
  content: none !important;
}
/* 東京の場合 */
.tokyo .step li:after {
  content: url(../img/tokyo_r/arrow.png);
  position: absolute;
  bottom: -60px;
  left: 150px;
}
.tokyo .step1 {
  background-image: url(../img/tokyo_r/step1.png);
}
.tokyo .step2 {
  background-image: url(../img/tokyo_r/step2.png);
}
.tokyo .step3 {
  background-image: url(../img/tokyo_r/step3.png);
}
.tokyo .step4 {
  background-image: url(../img/tokyo_r/step4.png);
}
/* 札幌の場合 */
.sapporo .step li:after {
  content: url(../img/sapporo_r/arrow.png);
  position: absolute;
  bottom: -60px;
  left: 150px;
}
.sapporo .step1 {
  background-image: url(../img/sapporo_r/step1.png);
}
.sapporo .step2 {
  background-image: url(../img/sapporo_r/step2.png);
}
.sapporo .step3 {
  background-image: url(../img/sapporo_r/step3.png);
}
.sapporo .step4 {
  background-image: url(../img/sapporo_r/step4.png);
}
/* フッター */
footer .navi {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
}
footer .navi li {
  margin-left: 60px;
}
footer p.logo {
  text-align: center;
  margin-bottom: 0;
}
footer p.corp_text {
  margin-top: 0;
}
footer .navi li:first-child {
  margin-left: 0px;
}
/* 東京の場合 */
.tokyo footer .navi a {
  color: white;
}

.tokyo footer {
  background-color: #5abe65;
}
/* 東京の場合 */
.tokyo .corp_text {
  text-align: center;
  color: white;
  font-size: 16px;
  margin: 0;
}
.map {
  margin: 40px 0 25px 0;
}
.map .left {
  margin-right: 20px;
}

@media screen and (max-width: 1260px) {
  .tokyo .eye {
    /* background-position: left center; */
    background-position: center center;
  }
}
@media screen and (max-width: 980px) {
  /* BUSINESS */
  .columnbox.business div img {
    width: 80%;
    height: auto;
  }
  /* 買取実績 */
  .jisseki {
    width: 90%;
    justify-content: center;
  }
  .jisseki li {
    width: 120px;
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 15px;
    margin-right: 30px;
  }
  .jisseki li:first-child,
  .jisseki li:nth-child(6n + 1) {
    margin-left: 30px;
  }

  .telList li {
    width: 45%;
  }

  .accordion {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #kaitori .grid,
  #tenpo .grid {
    padding-right: 5%;
    padding-left: 5%;
  }

  .kaitori li {
    width: 20%;
  }
  .kaitori li img {
    object-fit: cover;
    width: 100%;
  }
  .kaitori li:before {
    left: -40px;
    content: "";
    width: 25px;
    height: 120px;
    background-image: url(../img/arrow180.png);
    background-position: top 30px center;
  }
  .kaitori + .desc {
    font-size: 14px;
  }
  .map .left,
  .map .right {
    width: 50%;
  }
  .map .left img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .section.map p {
    font-size: 16px;
  }

  .riyu li {
    width: 25%;
    margin-left: 2%;
    font-size: 30px;
  }
  .tokyo .eye {
    height: 300px;
    /* background-image: url(../img/eye_type3_sp.png); */
    background-image: url(../img/eye_type4.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) {
  /* アイキャッチ */
  /* 札幌の場合 */
  /* .sapporo .eye {
    height: 500px;
    background-image: url(../img/sapporo_r/eye1_3_nonetext_sp.png);
    background-position: left center;
  }
  .sapporo .eye .grid h1 {
    font-size: 28px;
  } */

  /* h2 */
  札幌の場合 */ .sapporo h2 {
    width: 70%;
    margin: 0 auto;
    margin-left: 13%;
  }
  /* ヘッダー */
  header .grid {
    display: block;
  }
  header .logo {
    text-align: center;
  }
  header .logo img {
    text-align: center;
    height: 38px;
    width: auto;
  }
  header .navi {
    justify-content: center;
    margin-top: 5vw;
  }
  /* NEWS */
  .headline dt {
    width: 130px;
    margin-right: 2vw;
  }
  /* BUSINESS */
  .columnbox.business div {
    width: 100%;
  }
  .tokyo .message .right {
    padding-left: 0px;
  }
  /* CAREERS */
  .floor img {
    width: 100%;
  }
  .floor.careers .left,
  .floor.careers .right {
    width: 100%;
  }
  .floor.careers .right {
    margin-top: 10vw;
    margin-bottom: 9vw;
  }
  .floor.careers .right.spDown {
    display: none;
  }
  .titles {
    width: 30%;
  }
  /* ステップリスト */
  .step li {
    line-height: 1.8;
    margin-bottom: 80px;
    min-height: 58px;
    height: auto;
    display: flex;
    align-items: center;
  }
  .tokyo .step li:after,
  .sapporo .step li:after {
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  /* ACCESS */
  .section.map .left,
  .section.map .right,
  .map img {
    width: 100%;
  }
  /* フッター */
  footer .logo {
    text-align: center;
  }
  footer .left,
  footer .right {
    width: 100%;
  }
  footer .navi {
    justify-content: center;
  }
  footer .right p {
    margin-top: 5vw;
  }
  .corp_text {
    font-size: 0.6em !important;
  }
  /* お問い合わせエリア */
  .telArea {
    width: 70%;
  }
  .telList {
    display: block;
  }
  .telList li {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .telList li:last-child {
    margin-bottom: 0px;
  }
  /* 選ばれる理由 */
  .riyu {
    display: block;
  }
  .riyu li {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 3%;
  }
  .riyu li:first-child {
    margin-left: auto;
  }
  .kaitori {
    display: block;
  }
  .kaitori li {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .kaitori li.shadow {
    margin-bottom: 0px;
  }
  .kaitori li:before {
    left: 0px;
    top: -90px;
    content: "";
    width: 100%;
    /* height: 30px; */
    background-image: url(../img/arrow180_2.png);
    background-position: top 30px center;
    background-size: 20%;
    background-repeat: no-repeat;
  }
  .tomei {
    display: none;
  }
  .section.map p {
    text-align: center;
  }
  footer .navi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80%;
  }
  footer .navi li {
    width: 40%;
    margin-left: 0px;
    text-align: center;
  }
  header .navi {
    justify-content: space-between;
    margin-top: 2vw;
  }
  header .navi li {
    text-align: center;
    width: 20%;
    margin-left: 0;
    /* border-bottom: dashed 1px white; */
  }
  header .navi li a {
    display: block;
    font-size: 12px;
  }
  header .navi .sp_nav {
    display: block;
  }
}

@media screen and (max-width: 399px) {
  .tokyo header .navi {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .tokyo header .navi li {
    width: 38%;
    position: relative;
    background: white;
    box-shadow: 0px 0px 0px 5px white;
    border: dashed 2px #9bddf1;
    padding: 0.2em 0.5em;
    color: #6b6b6b;
    margin-left: 0;
    margin-top: 5.5vw;
  }
  .tokyo header .navi li:first-child,
  .tokyo header .navi li:nth-child(2) {
    margin-top: 0;
  }
  .tokyo header .navi:after {
    content: none;
  }
  .sapporo h1 {
    font-size: 7vw;
  }
}
