@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

img {
  max-width: 100%;
}

a {
  color: #00a484;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 2;
  text-align: justify;
}

small {
  font-size: 90%;
}

.mincho {
  font-family: "Noto Serif JP";
}

/******************************************
[PC・SP表示非表示]
******************************************/
.pc {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp {
    display: inline-block;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 140%;
  font-weight: bold;
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 40px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 40px;
}

/* sp */
@media screen and (max-width: 769px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}
/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #db1b3e;
}

.color-sub {
  color: #00a484;
}

.black {
  color: #333;
}

.white {
  color: #fff;
}

.red {
  color: #db1b3e;
}

.orange {
  color: #fc7a43;
}

.yellow {
  color: #fff000;
}

.green {
  color: #7abb67;
}

.blue {
  color: #0061aa;
}

.brown {
  color: #4a3b30;
}

.gray {
  color: #a3a3a3;
}

/******************************************
[見出し]
******************************************/
h1 {
  font-size: 0.75rem;
  font-weight: 300;
  text-align: left;
  line-height: 1;
  margin: 5px 0 10px 20px;
  /* sp */
}
@media screen and (max-width: 769px) {
  h1 {
    font-size: 0.625rem;
    text-align: center;
    margin: 5px;
  }
}

h2 {
  font-size: 1.5625rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  padding: 25px 0 20px;
  border-top: 2px solid #db1b3e;
  border-bottom: 2px solid #db1b3e;
  margin-bottom: 40px;
  /* sp */
}
h2 span {
  font-size: 3.125rem;
  color: #db1b3e;
  display: block;
}
h2:after {
  content: "";
  display: block;
  width: 127px;
  height: 91px;
  background: url("../img/index-sec1-ttl.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 769px) {
  h2 {
    font-size: 1rem;
  }
  h2 span {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 20px;
  }
  h2:after {
    width: 63px;
    height: 45px;
    right: 0;
    bottom: 0;
  }
}

h3 {
  text-align: center;
  margin: 60px 0 30px;
  /* sp */
}
h3 p {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
h3 span {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  margin-top: 15px;
  padding: 15px 10px 0 10px;
  border-top: 2px solid #333;
}
h3:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  h3 p {
    font-size: 1.875rem;
  }
  h3 span {
    font-size: 1rem;
    margin-top: 10px;
    padding: 10px 10px 0 10px;
  }
}

h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #db1b3e;
  /* sp */
}
h4:before {
  content: "";
  width: 27px;
  height: 30px;
  background: url("../img/h4-icon.png") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
h4 small {
  font-size: 0.875rem;
}
@media screen and (max-width: 769px) {
  h4 {
    font-size: 1.125rem;
    text-indent: -25px;
    padding-left: 25px;
  }
  h4:before {
    width: 20px;
    height: 22px;
    margin-right: 5px;
  }
  h4 small {
    font-size: 0.75rem;
  }
}

/******************************************
[header]
******************************************/
header {
  width: 100%;
  /* sp */
}
header .header {
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
header .header > div {
  width: 50%;
}
header .header-left {
  text-align: left;
}
header .header-left .logo span {
  font-size: 0.75rem;
  display: block;
}
header .header-right {
  text-align: right;
}
header .header-right > div {
  display: inline-block;
  vertical-align: middle;
}
header .header-right-tel p {
  font-family: "Questrial";
  font-size: 1.875rem;
  line-height: 1;
  display: inline-block;
}
header .header-right-tel p img {
  margin-right: 5px;
}
header .header-right-tel span {
  font-size: 0.9375rem;
  display: block;
}
@media screen and (max-width: 769px) {
  header .header {
    padding: 0 60px;
    display: block;
  }
  header .header > div {
    width: 100%;
  }
  header .header-left {
    text-align: center;
  }
  header .header-left .logo img {
    height: auto;
  }
  header .header-left .logo span {
    font-size: 0.6875rem;
  }
  header .header-right {
    text-align: center;
    padding: 10px 0;
  }
  header .header-right-tel span {
    font-size: 0.75rem;
  }
}

/******************************************
[footer]
******************************************/
footer {
  background: #333;
  padding: 40px 0 20px;
  /* sp */
}
footer .footer {
  width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
}
footer .footer > div {
  width: 50%;
}
footer .footer-left {
  text-align: left;
}
footer .footer-left p {
  color: #fff;
}
footer .footer-tel {
  font-family: "Questrial";
  font-size: 1.875rem;
  line-height: 1.4;
}
footer .footer-tel img {
  margin-right: 5px;
}
footer .footer-tel small {
  font-size: 80%;
}
footer nav {
  width: auto;
  text-align: center;
  border-top-width: 0;
  border-bottom-width: 0;
  margin: 20px 0 0;
}
footer nav ul {
  width: auto;
  display: inline-flex;
}
footer nav ul li a {
  font-size: 0.875rem;
  color: #fff;
  padding: 5px 20px;
}
footer nav ul li a:before {
  display: none;
}
@media screen and (max-width: 769px) {
  footer {
    padding: 20px;
  }
  footer .footer {
    width: 100%;
    display: block;
  }
  footer .footer > div {
    width: 100%;
  }
  footer .footer-left {
    margin-bottom: 10px;
  }
  footer .footer-left h1 {
    color: #fff;
  }
  footer .footer-left .logo {
    margin-bottom: 10px;
  }
  footer .footer-left .logo span {
    font-size: 0.75rem;
    color: #fff;
  }
  footer .footer-left p {
    text-align: center;
  }
  footer .footer-tel {
    margin-bottom: 10px;
  }
  footer nav {
    display: none;
  }
}

/* コピーライト */
.copy {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  /* sp */
}
@media screen and (max-width: 769px) {
  .copy {
    font-size: 0.625rem;
    padding-bottom: 70px;
  }
}

/******************************************
[section]
******************************************/
section {
  margin: auto;
  padding: 60px 0;
  /* sp */
}
section:nth-child(even) {
  background: #f7f7f7;
}
@media screen and (max-width: 769px) {
  section {
    padding: 30px 0 !important;
  }
}

/******************************************
[グローバルナビ]
******************************************/
nav {
  line-height: 1;
  width: 100%;
  padding: 10px 0;
  margin: 20px auto 10px;
  border-top: 1px solid #eeeeee;
  border-bottom: 4px solid #eeeeee;
  /* sp */
}
nav ul {
  width: 1000px;
  margin: auto;
  display: flex;
}
nav ul li {
  flex-grow: 1;
  text-align: center;
  border-left: 1px solid #eeeeee;
  padding: 0;
}
nav ul li:last-child {
  border-right: 1px solid #eeeeee;
}
nav ul li a {
  font-size: 1.125rem;
  color: #333;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  width: 100%;
  padding: 10px;
  transition: 0.3s;
}
@media screen and (min-width: 770px) {
  nav ul li a:hover, nav ul li a.on {
    text-decoration: none;
  }
  nav ul li a:hover:after, nav ul li a.on:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #db1b3e;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -14px;
    margin: auto;
  }
}
@media screen and (max-width: 769px) {
  nav {
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
    will-change: transform;
    border-width: 0;
    margin: 0;
  }
  nav > ul {
    width: 100%;
    padding: 0 10px;
    display: block;
  }
  nav > ul li {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #a3a3a3;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  nav > ul li a {
    font-size: 1rem;
    font-weight: 500;
    text-align: justify;
    color: #333;
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  nav > ul li a:before {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  nav > ul li a:after {
    content: "\e907";
    font-family: "icomoon";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
  }
  nav .nav-info {
    color: #fff;
    margin: 30px 20px 20px;
  }
  nav .nav-info p {
    text-align: center;
    margin-top: 10px;
  }
  nav .nav-info p a {
    color: #fff;
  }
  nav .nav-info-img {
    width: 160px;
    display: block;
    margin: 0 auto 10px;
  }
  nav .nav-info-num {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
  }
  nav .nav-info-num img {
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
  }
  nav .clone-nav {
    display: none;
  }
}

/* スマホ用グローバルナビボタン
******************************************/
.splogo, .button, .telBtn {
  display: none;
}

@media screen and (max-width: 769px) {
  .splogo {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 70px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #a3a3a3;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .button,
  .telBtn {
    background: #fff;
    top: 10px;
    width: 50px;
    height: 50px;
    border: 2px solid #333;
    border-radius: 5px;
    z-index: 1000000;
    cursor: pointer;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 10px;
  }
  .button {
    left: 5px;
    outline: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .button:after {
    content: "MENU";
    font-size: 10px;
    text-align: center;
    color: #333;
    display: block;
    position: absolute;
    bottom: 2px;
    width: 100%;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #333;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #333;
  }
  .button .bar:before {
    top: -9px;
  }
  .button .bar:after {
    top: 9px;
  }
  .open nav {
    left: 0;
  }
  .open .button {
    border: 2px solid #fff;
    background: rgba(51, 51, 51, 0.7);
    transform: translate(260px, 0);
    -webkit-transform: translate(260px, 0);
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }
  .open .telBtn {
    z-index: 999999;
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .screen {
    opacity: 0.6;
    visibility: visible;
  }
  .telBtn {
    right: 5px;
    padding: 4px 0;
    text-align: center;
    background: #db1b3e;
    border-width: 0;
  }
  .telBtn:after {
    content: "TEL";
    font-size: 10px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 2px;
    width: 100%;
  }
  .telBtn i {
    color: #fff;
    font-size: 1.875rem;
  }
  .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
}
/* スクロール後グローバルナビ
******************************************/
.clone-nav {
  position: fixed;
  z-index: 1000;
  top: -20px;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  border-bottom: 1px solid #a3a3a3;
  padding: 10px 0;
  margin: 0;
  /* sp */
}
.clone-nav ul {
  width: 1000px;
  margin: auto;
  position: initial;
}
.clone-nav ul li a.on:after {
  display: none;
}
.clone-nav .logo {
  width: 90px;
  top: 0px;
}
.clone-nav .logo img {
  height: auto;
}
@media screen and (max-width: 769px) {
  .clone-nav {
    display: none;
  }
}

.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.button, .telBtn {
  display: none;
}

/******************************************
[topics]
******************************************/
.topics {
  padding: 20px;
  border: 1px solid #333;
  background: #fff;
  /* sp */
}
.topics li {
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #333;
}
.topics li:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.topics li a {
  display: block;
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
}
.topics li a .topics_thumbnail {
  display: block;
  margin-right: 10px;
  float: left;
}
.topics li a .topics_date {
  display: block;
}
.topics li a .topics_title {
  display: block;
  /*width: 900px;*/
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #db1b3e;
}
@media screen and (max-width: 769px) {
  .topics {
    padding: 20px;
  }
  .topics li {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .topics li a {
    font-size: 0.75rem;
  }
  .topics li a .topics_date {
    /*width: 90px;*/
    padding-right: 10px;
  }
}

/* トピックスページャー */
.topics_paging {
  margin: 20px 0 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* sp */
}
.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px !important;
  list-style: none;
  border: 1px solid #a3a3a3 !important;
  padding: 0;
  background: #fff;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #db1b3e;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
@media screen and (max-width: 769px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/* 詳細画面 */
.detail {
  border: 2px solid #a3a3a3;
  padding: 30px;
  background: #fff;
  /* sp */
}
.detail .topics_title {
  font-size: 1.25rem;
  color: #db1b3e;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 2px solid #db1b3e;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.detail .topics_thumbnail {
  text-align: center;
}
.detail .topics_thumbnail img {
  max-width: 600px;
}
.detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
}
.detail .topics_body a {
  color: #db1b3e;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .detail {
    padding: 20px;
  }
  .detail .topics_title {
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .detail .topics_date {
    font-size: 0.75rem;
    text-align: right;
  }
  .detail .topics_body {
    font-size: 0.875rem;
  }
}

/******************************************
[totop]
******************************************/
#pageTop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 10;
  transition: 0.3s;
  /* sp */
}
@media screen and (min-width: 770px) {
  #pageTop:hover {
    right: 10px;
  }
}
#pageTop a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 5px;
  display: block;
  width: 50px;
  height: 50px;
  background: #db1b3e;
  border-radius: 100px;
  border: 2px solid #fff;
}
#pageTop a:before {
  content: "\e902";
  font-family: "icomoon";
  display: block;
}
#pageTop a:hover {
  text-decoration: none;
  color: #fc7a43;
  background: #fff;
  border: 2px solid #fc7a43;
}
@media screen and (max-width: 769px) {
  #pageTop {
    right: 0;
    bottom: 70px;
  }
  #pageTop img {
    width: 80px;
  }
}

/******************************************
[column]
******************************************/
.column-2n {
  display: flex;
  flex-wrap: wrap;
}

.column-2n .column-box {
  width: calc(104% / 2 - 4%);
  margin: 0 4% 0 0;
}
.column-2n .column-box:nth-child(2) {
  margin-right: 0;
}
.column-2n .column-box.left {
  order: 1;
  margin: 0 4% 0 0;
}
.column-2n .column-box.right {
  order: 2;
  margin: 0 0 0 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) {
  .column-2n {
    display: block;
    flex-flow: row-reverse;
  }
  .column-2n .column-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .column-2n .column-box:nth-child(2) {
    margin-bottom: 0;
  }
}
/************************ spここまで ************************/
.column-3n {
  display: flex;
  flex-wrap: wrap;
}

.column-3n .column-box {
  width: calc(104% / 3 - 4%);
  margin: 0 4% 0 0;
}
.column-3n .column-box:nth-child(3n) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) {
  .column-3n {
    display: block;
    flex-flow: row-reverse;
  }
  .column-3n .column-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .column-3n .column-box:nth-child(3) {
    margin-bottom: 0;
  }
}
/************************ spここまで ************************/
.column-4n {
  display: flex;
  flex-wrap: wrap;
}

.column-4n .column-box {
  width: calc(104% / 4 - 4%);
  margin: 0 4% 0 0;
}
.column-4n .column-box:nth-child(4n) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) {
  .column-4n {
    display: block;
    flex-flow: row-reverse;
  }
  .column-4n .column-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .column-4n .column-box:nth-child(4) {
    margin-bottom: 0;
  }
}
/************************ spここまで ************************/
.column-5n {
  display: flex;
  flex-wrap: wrap;
}

.column-5n .column-box {
  width: calc(104% / 5 - 4%);
  margin: 0 4% 0 0;
}
.column-5n .column-box:nth-child(5n) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) {
  .column-5n {
    display: block;
    flex-flow: row-reverse;
  }
  .column-5n .column-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .column-5n .column-box:nth-child(5) {
    margin-bottom: 0;
  }
}
/************************ spここまで ************************/
/******************************************
[google map]
******************************************/
.gmap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.gmap .ggmap iframe,
.gmap .ggmap object,
.gmap .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 15px 15px 0px 0px rgba(51, 51, 51, 0.2);
}

.shadow-2 {
  box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 0.2);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.4);
}

/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  position: fixed;
  right: -10px;
  top: 20%;
  z-index: 100;
  transition: 0.1s;
}
.sideBnr-sp {
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7abb67;
  z-index: 1000;
}
.sideBnr-sp a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  margin-left: 80px;
}
.sideBnr-sp a img {
  width: 70px;
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sideBnr:hover {
  right: 0px;
}

/******************************************
[check] チェックボックス 
******************************************/
.check {
  width: 100%;
  margin: 30px auto;
  border: 2px solid #a3a3a3;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  /* sp */
}
.check li {
  font-size: 1.25rem;
  line-height: 1;
  border-bottom: 1px dotted #a3a3a3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /*&:before {
    content: "";
    width: 41px;
    height: 35px;
    background: url("../img/icon-check.png") no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
  }*/
}
.check li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.check li:before {
  font-family: "icomoon";
  content: "\e903";
  font-size: 1.5625rem;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .check {
    margin: 30px auto;
    padding: 10px;
  }
  .check li {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .check li:before {
    font-size: 1.25rem;
    margin-right: 5px;
    vertical-align: sub;
  }
}

/******************************************
テーブルベース
******************************************/
table.base {
  border: 2px solid #333;
  width: 100%;
  /* sp */
}
table.base tr:nth-child(1) th {
  color: #fff000;
}
table.base tr:nth-child(1) th:first-child {
  width: 30%;
}
table.base tr:nth-child(n+2) th {
  font-weight: normal;
}
table.base tr th, table.base tr td {
  font-size: 0.9375rem;
  padding: 10px;
}
table.base tr th {
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #00a484;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
table.base tr td {
  text-align: justify;
  background: #fff;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 769px) {
  table.base tr:nth-child(1) th:first-child {
    width: 35%;
  }
  table.base tr th, table.base tr td {
    font-size: 0.75rem;
  }
}

/******************************************
お客様の声
******************************************/
/*.voice {
  border: 2px solid $brown;
  border-radius: 5px;
  background: $white;
  padding: 10px 20px;
  margin-bottom: 30px;
  dt {
    @include fz(16);
    span {
      @include fz(18);
      font-weight: 700;
      color: $orange;
      display: inline-block;
      margin-left: 10px;
    }
  }
  dd {
    border-top: 1px solid $brown;
    padding-top: 5px;
    margin-top: 5px;
  }

  &:last-child {
    margin-bottom: 0;
  }


        /* sp
        @include sp {
          //.voice
          dt {
            @include fz(12);
            span {
              @include fz(14);
              margin-left: 0;
            }
          }
          dd {
            @include fz(12);
          }
        }
}


/******************************************
よくある質問
******************************************/
.faq {
  border: 2px solid #a3a3a3;
  border-radius: 5px;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  /* sp */
}
.faq dt,
.faq dd {
  display: block;
}
.faq dt:before,
.faq dd:before {
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  float: left;
}
.faq dt {
  font-size: 1.125rem;
  font-weight: 700;
}
.faq dt:before {
  content: "Ｑ";
  background: #db1b3e;
}
.faq dd {
  border-bottom: 1px solid #4a3b30;
  padding: 20px 0 20px 20px;
  margin-bottom: 20px;
}
.faq dd:before {
  content: "Ａ";
  background: #00a484;
}
.faq dd p {
  padding-left: 40px;
}
.faq dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
@media screen and (max-width: 769px) {
  .faq dt:before, .faq dd:before {
    width: 24px;
    height: 24px;
  }
  .faq dt {
    font-size: 0.875rem;
  }
  .faq dd {
    font-size: 0.75rem;
  }
  .faq dd p {
    padding-left: 35px;
  }
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.8125rem;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 5px 0;
  display: block;
}

/******************************************
コンタクトエリア　contact
******************************************/
.contact {
  background: url("../img/contact-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
  /* sp */
}
.contact .inner {
  border-radius: 10px;
  background: #fff;
  padding: 20px 40px;
}
.contact-ttl {
  font-size: 2.0625rem;
  text-align: center;
  font-weight: 700;
  color: #db1b3e;
}
.contact-btn {
  display: flex;
  margin: 20px 0;
}
.contact-btn > div {
  width: 50%;
  margin: 0 4% 0 0;
}
.contact-btn > div:nth-child(2n) {
  margin: 0;
}
.contact-btn > div a {
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 15px;
  height: 100%;
}
.contact-btn > div a:before {
  font-size: 1.875rem;
  line-height: 1;
  font-family: "icomoon";
  margin-right: 10px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 40px;
  height: 40px;
  margin-top: 4px;
}
.contact-btn > div a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.contact-btn-tel a {
  font-size: 2.5rem;
  background: #db1b3e;
}
.contact-btn-tel a:before {
  content: "\e900";
  color: #db1b3e;
}
.contact-btn-mail a {
  font-size: 1.875rem;
  background: #7abb67;
  color: #fff;
  line-height: 1;
}
.contact-btn-mail a:before {
  content: "\e901";
  color: #7abb67;
}
@media screen and (max-width: 769px) {
  .contact {
    padding: 30px 20px;
  }
  .contact .inner {
    max-width: 400px;
    padding: 20px;
  }
}
@media screen and (max-width: 769px) and (max-width: 320px) {
  .contact .inner {
    padding: 10px;
  }
}
@media screen and (max-width: 769px) {
  .contact-ttl {
    font-size: 1rem;
    line-height: 1.2;
  }
  .contact-btn {
    display: block;
    margin: 0;
  }
  .contact-btn > div {
    width: 100%;
    margin: 20px 0 0 !important;
  }
}
@media screen and (max-width: 769px) and (max-width: 320px) {
  .contact-btn > div {
    margin: 10px 0 0 !important;
  }
}
@media screen and (max-width: 769px) {
  .contact-btn > div a {
    padding: 5px 10px 10px;
  }
  .contact-btn > div a:before {
    font-size: 1.25rem;
    width: 30px;
    height: 30px;
  }
  .contact-btn > div a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .contact-btn-tel a {
    font-size: 1.5625rem;
  }
  .contact-btn-mail a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 769px) and (max-width: 320px) {
  .contact-btn-mail a {
    font-size: 1.125rem;
  }
}

/******************************************
施工事例 works
******************************************/
.works {
  /* sp */
}
.works ul {
  display: flex;
  flex-wrap: wrap;
}
.works ul li {
  width: 22%;
  margin: 0 4% 2% 0;
}
.works ul li:nth-child(4n) {
  margin-right: 0;
}
.works ul li span {
  display: block;
}
.works ul li span.topics_thumbnail {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #a3a3a3;
  margin-bottom: 5px;
}
.works ul li span.topics_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.works ul li span.topics_title {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .works ul li {
    width: 48%;
    margin: 0 4% 2% 0;
  }
  .works ul li:nth-child(2n) {
    margin-right: 0;
  }
  .works ul li span.topics_thumbnail {
    width: 100%;
    height: 100px;
  }
  .works ul li span.topics_title {
    font-size: 0.875rem;
  }
}

/******************************************
値段 price
******************************************/
.price {
  /* sp */
}
.price .column-box {
  margin-bottom: 30px;
}
.price .beforeAfter {
  max-width: 300px;
  margin: auto;
}
.price .beforeAfter li {
  font-size: 0;
  border: 2px solid #333;
}
.price .beforeAfter li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
}
.price .beforeAfter li:first-child:before, .price .beforeAfter li:last-child:before {
  content: "";
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px 7px;
  text-align: center;
  background: #333;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.price .beforeAfter li:first-child {
  margin-bottom: 30px;
}
.price .beforeAfter li:first-child:before {
  content: "BEFORE";
}
.price .beforeAfter li:last-child:before {
  content: "AFTER";
}
.price .beforeAfter li:last-child:after {
  display: none;
}
@media screen and (max-width: 769px) {
  .price .column-box {
    margin-bottom: 30px !important;
  }
  .price .beforeAfter {
    max-width: 400px;
    margin: auto;
  }
  .price .beforeAfter li:first-child:before, .price .beforeAfter li:last-child:before {
    font-size: 0.875rem;
  }
  .price .beforeAfter li:first-child {
    margin-bottom: 30px;
  }
}

.assessment {
  background: url("../img/bg-red.jpg") center repeat;
  background-size: 15px 15px;
}
.assessment-ttl {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.assessment-txt {
  overflow: hidden;
}
.assessment-txt img {
  float: right;
  margin-left: 30px;
}
.assessment-txt span {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff000;
  border-bottom: 2px solid #fff000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  text-align: center;
}
.assessment p {
  color: #fff;
}
.assessment .btn a {
  color: #db1b3e;
  background: #fff;
}

/******************************************
SP 最下部バナー
******************************************/
.bottomBnr {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .bottomBnr {
    display: flex;
  }
}
.bottomBnr > a {
  width: 50%;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  line-height: 1;
}
.bottomBnr > a img {
  width: 100%;
  height: auto;
}
.bottomBnr > a.sate {
  background: #00a484;
}
.bottomBnr > a.tel {
  font-size: 1.125rem;
  background: #db1b3e;
  color: #fff;
  font-weight: bold;
}
.bottomBnr > a.tel i {
  margin-right: 5px;
}

/******************************************
.contactBnr
******************************************/
.contactBnr {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  background: #db1b3e;
  padding: 20px;
  /* sp */
}
.contactBnr-ttl {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  width: 100%;
  padding-bottom: 20px;
}
.contactBnr-left, .contactBnr-right {
  width: 50%;
}
.contactBnr-left {
  padding-right: 20px;
}
.contactBnr-left-tel {
  height: 100%;
  background: #fff;
  padding: 20px;
}
.contactBnr-left-tel p {
  font-size: 3.125rem;
  line-height: 1;
}
.contactBnr-left-tel p img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.contactBnr-left-tel span {
  font-size: 1.25rem;
}
.contactBnr-right {
  padding: 0 3px 3px 0;
}
.contactBnr-right a {
  background: #ae1531;
  padding: 20px 30px;
  border-radius: 5px;
  display: block;
  box-shadow: 3px 3px 0px 2px rgba(51, 51, 51, 0.6);
}
.contactBnr-right a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .contactBnr {
    padding: 15px;
  }
  .contactBnr-ttl {
    font-size: 1.25rem;
    padding-bottom: 15px;
  }
  .contactBnr-left, .contactBnr-right {
    width: 100%;
  }
  .contactBnr-left {
    padding: 0 0 15px;
  }
  .contactBnr-left-tel {
    padding: 15px;
  }
  .contactBnr-left-tel p {
    font-size: 1.875rem;
    text-align: center;
  }
  .contactBnr-left-tel p img {
    width: 40px;
  }
  .contactBnr-left-tel span {
    font-size: 0.875rem;
    display: block;
    text-align: center;
  }
}

/******************************************
[voice] お客様の査定体験談
******************************************/
.voice-bnr {
  background: #00a484;
  border-radius: 10px;
  margin: 70px 0 30px;
  padding-right: 140px;
  /* sp */
}
.voice-bnr a {
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 20px;
  display: block;
}
.voice-bnr a:hover {
  text-decoration: none;
}
.voice-bnr a span {
  font-size: 3.75rem;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.voice-bnr:after {
  content: "";
  background: url("../img/voice-btn-img.png") center no-repeat;
  background-size: cover;
  width: 234px;
  height: 194px;
  position: absolute;
  bottom: 0;
  right: -15px;
}
@media screen and (max-width: 769px) {
  .voice-bnr {
    padding-right: 90px;
  }
  .voice-bnr a {
    font-size: 0.75rem;
    line-height: 1.4;
    text-align: left;
    padding: 15px;
  }
  .voice-bnr a span {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
  .voice-bnr:after {
    width: 117px;
    height: 97px;
    right: -10px;
  }
}

/******************************************
[case] 最近の買取事例
******************************************/
.case {
  /* sp */
}
.case ul {
  display: flex;
  flex-wrap: wrap;
}
.case ul li {
  width: 22%;
  margin: 0 4% 2% 0;
}
.case ul li:nth-child(4n) {
  margin: 0 0 2% 0;
}
.case ul li a span {
  font-size: 0.875rem;
  display: block;
}
.case ul li a span.topics_thumbnail {
  overflow: hidden;
  position: relative;
  background: #a3a3a3;
  margin-bottom: 5px;
  width: 100%;
  height: 200px;
}
.case ul li a span.topics_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: inherit;
  height: 100%;
}
.case ul li a span.topics_title {
  color: #333;
}
@media screen and (max-width: 769px) {
  .case ul li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .case ul li:nth-child(2n) {
    margin: 0 0 4% 0;
  }
  .case ul li a span {
    font-size: 0.75rem;
  }
  .case ul li a span.topics_thumbnail {
    height: 150px;
  }
}

/******************************************
[column] コラム
******************************************/
.column {
  /* sp */
}
.column ul {
  display: flex;
  justify-content: space-between;
}
.column ul li {
  width: 30%;
}
.column ul li a span {
  font-size: 1rem;
  display: block;
}
.column ul li a span.topics_thumbnail {
  overflow: hidden;
  position: relative;
  background: #a3a3a3;
  margin-bottom: 5px;
  width: 100%;
  height: 250px;
}
.column ul li a span.topics_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: inherit;
  height: 100%;
}
.column ul li a span.topics_title {
  color: #333;
}
@media screen and (max-width: 769px) {
  .column ul li {
    width: 100%;
    margin: 0 0 4% 0;
  }
  .column ul li a span {
    font-size: 0.75rem;
  }
  .column ul li a span.topics_thumbnail {
    height: 150px;
  }
}

/******************************************
[btn]
******************************************/
.btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  /* sp */
}
.btn a {
  font-size: 1.125rem;
  color: #fff;
  display: inline-block;
  border-radius: 200px;
  background: #db1b3e;
  box-shadow: 0 5px 0px 0px #801024;
  padding: 10px 30px;
  margin: 0 10px 5px;
  transition: 0.1s;
}
.btn a img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.btn a:after {
  content: "\e907";
  font-family: "icomoon";
  display: inline-block;
  margin-left: 5px;
  height: 20px;
  vertical-align: top;
}
@media screen and (min-width: 770px) {
  .btn a:hover {
    box-shadow: none;
    text-decoration: none;
    margin: 5px 10px 0;
  }
}
@media screen and (max-width: 769px) {
  .btn a {
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 10px 20x;
  }
}

#index {
  /******************************************
  [mv]
  ******************************************/
  /******************************************
  [sec1] 処分したいバイク買取ります！〜
  ******************************************/
  /******************************************
  [sec2] 回収エリア
  ******************************************/
  /******************************************
  [sec3] 写真でカンタン無料査定依頼！
  ******************************************/
  /******************************************
  [menu] 
  ******************************************/
}
#index .mv {
  /* sp */
}
#index .mv li {
  width: 100%;
  margin: auto;
  height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index .mv li.slide1 {
  background: url("../img/mv-bg1.jpg") center no-repeat;
  background-size: cover;
}
#index .mv li.slide1 .mv-box {
  width: 650px;
  display: block;
  margin: auto;
  padding: 30px;
  background: rgba(0, 0, 0, 0.8);
}
#index .mv li.slide2 {
  background: url("../img/mv-bg2.jpg") center no-repeat;
  background-size: cover;
}
#index .mv li.slide3 {
  background: url("../img/mv-bg3.jpg") center no-repeat;
  background-size: cover;
}
#index .mv-cate {
  display: flex;
  margin: 20px 0;
}
#index .mv-cate > p {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #db1b3e;
  width: 33.333%;
  margin: 0 5px;
  padding: 10px;
  border-radius: 100px;
}
#index .mv-txt {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
@media screen and (max-width: 769px) {
  #index .mv li {
    height: 300px;
    padding: 20px;
  }
  #index .mv li.slide1 {
    background-size: cover;
  }
  #index .mv li.slide1 .mv-box {
    width: auto;
    height: auto;
    padding: 15px;
  }
  #index .mv li.slide1 .mv-box img {
    width: auto;
    height: auto;
  }
  #index .mv li.slide2 {
    background-size: cover;
  }
  #index .mv li.slide2 .mv-box {
    width: 100%;
    max-height: 300px;
  }
  #index .mv li.slide2 .mv-box img {
    width: auto;
    height: auto;
  }
  #index .mv li.slide3 {
    background-size: cover;
  }
  #index .mv li.slide3 .mv-box {
    width: 100%;
    max-height: 300px;
  }
  #index .mv li.slide3 .mv-box img {
    width: auto;
    height: auto;
  }
  #index .mv-cate {
    margin: 10px 0;
  }
  #index .mv-cate > p {
    font-size: 0.875rem;
  }
  #index .mv-txt {
    font-size: 1rem;
  }
}
#index #sec1 {
  /* sp */
}
#index #sec1 .intro-top {
  background: url("../img/index-sec1-bg.jpg") right bottom no-repeat;
  background-size: 761px 511px;
}
#index #sec1 .intro-top p {
  font-size: 1.125rem;
  text-align: center;
  line-height: 2.5;
  margin: 40px 0 40px;
}
#index #sec1 .intro-bottom {
  padding-top: 40px;
}
#index #sec1 .intro-bottom ul {
  display: flex;
}
#index #sec1 .intro-bottom ul li {
  width: 33.333%;
  margin-right: 4%;
}
#index #sec1 .intro-bottom ul li:last-child {
  margin-right: 0;
}
#index #sec1 .intro-bottom ul li dt {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #db1b3e;
  text-align: center;
  margin-bottom: 20px;
}
#index #sec1 .intro-bottom ul li dt img {
  margin-bottom: 10px;
}
#index #sec1 .intro-bottom ul li dd {
  font-size: 0.9375rem;
}
@media screen and (max-width: 769px) {
  #index #sec1 .intro-top {
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 20px;
  }
  #index #sec1 .intro-top p {
    font-size: 1rem;
    line-height: 2;
    text-align: justify;
  }
  #index #sec1 .intro-bottom ul {
    margin: auto;
    display: block;
  }
  #index #sec1 .intro-bottom ul li {
    width: 100%;
    max-width: 400px;
    margin: 20px 0 0;
    border: 1px solid #a3a3a3;
    padding: 10px;
  }
  #index #sec1 .intro-bottom ul li dt {
    font-size: 1.25rem;
  }
  #index #sec1 .intro-bottom ul li dt img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
  }
  #index #sec1 .intro-bottom ul li dd {
    font-size: 0.875rem;
  }
}
#index #sec2 {
  /* sp */
}
#index #sec2 .area {
  display: flex;
}
#index #sec2 .area-txt {
  width: 670px;
}
#index #sec2 .area-txt dl dt {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 30px;
}
#index #sec2 .area-txt dl dd {
  padding-left: 30px;
}
#index #sec2 .area-txt dl dd span {
  margin-left: -30px;
}
#index #sec2 .area-img {
  margin-top: 30px;
  width: 330px;
}
@media screen and (max-width: 769px) {
  #index #sec2 .area {
    flex-wrap: wrap;
  }
  #index #sec2 .area > div {
    width: 100%;
    margin: 0;
  }
  #index #sec2 .area-txt {
    order: 2;
  }
  #index #sec2 .area-txt dl dt {
    font-size: 1.5625rem;
  }
  #index #sec2 .area-txt dl dd {
    padding-left: 0;
  }
  #index #sec2 .area-txt dl dd span {
    margin-left: 0;
  }
  #index #sec2 .area-img {
    order: 1;
  }
  #index #sec2 .area-img img {
    width: 200px;
    height: auto;
    display: block;
    margin: auto;
  }
}
#index .assessment {
  background: url("../img/bg-red.jpg") center repeat;
  background-size: 15px 15px;
  /* sp */
}
#index .assessment-ttl {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#index .assessment-txt {
  overflow: hidden;
}
#index .assessment-txt img {
  float: right;
  margin-left: 30px;
}
#index .assessment-txt span {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff000;
  border-bottom: 2px solid #fff000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  text-align: center;
}
#index .assessment p {
  color: #fff;
}
#index .assessment .btn a {
  color: #db1b3e;
  background: #fff;
}
@media screen and (max-width: 769px) {
  #index .assessment-ttl {
    font-size: 1.875rem;
  }
  #index .assessment-txt img {
    width: 300px;
    height: auto;
    float: none;
    margin: 0 auto 30px;
    display: block;
  }
  #index .assessment-txt span {
    font-size: 1.125rem;
  }
}
#index .menu {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  background: #000;
  margin: 30px 0;
  /* sp */
}
#index .menu ul {
  display: flex;
}
#index .menu ul li {
  width: 33.333%;
  height: 250px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s;
}
#index .menu ul li a {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index .menu ul li a span {
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  display: inline-block;
  z-index: 1;
}
#index .menu ul li:nth-child(1) {
  background-image: url("../img/index-menu-bg1.jpg");
}
#index .menu ul li:nth-child(2) {
  background-image: url("../img/index-menu-bg2.jpg");
}
#index .menu ul li:nth-child(3) {
  background-image: url("../img/index-menu-bg3.jpg");
}
@media screen and (min-width: 770px) {
  #index .menu ul li:hover {
    transition: 0.5s;
    background-size: 110%;
  }
  #index .menu ul li:hover a {
    text-decoration: none;
  }
}
@media screen and (max-width: 769px) {
  #index .menu {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
  #index .menu ul {
    display: block;
  }
  #index .menu ul li {
    width: 100%;
    height: 250px;
  }
  #index .menu ul li a span {
    font-size: 1.5625rem;
  }
}

#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /******************************************
  [section]
  ******************************************/
  /******************************************
  [breadcrumb]
  ******************************************/
  /******************************************
  [strength.html] 他社とは違う５つの強み
  ******************************************/
  /******************************************
  [voice.html] お客様の声
  ******************************************/
  /******************************************
  [about.html] 初めての方へ
  ******************************************/
  /******************************************
  [assessment.html] 写真でカンタン無料査定依頼
  ******************************************/
  /******************************************
  [sell.html] 事故車・不動車買取
  ******************************************/
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
}
#second h2 {
  /* sp */
}
#second h2 span {
  font-size: 2.5rem;
}
#second h2:after {
  display: none;
}
@media screen and (max-width: 769px) {
  #second h2 span {
    font-size: 1.5625rem;
    margin: 0;
  }
}
#second .mv {
  width: 100%;
  margin: auto;
  height: 300px;
  overflow: hidden;
  /* sp */
}
#second .mv:after {
  content: "";
  width: 102%;
  height: 310px;
  background: url("../img/mv-bg-second.jpg") center no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 0;
  -ms-filter: blur(3px);
  filter: blur(3px);
}
#second .mv-box {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  text-shadow: #333 2px 0px, #333 -2px 0px, #333 0px -2px, #333 0px 2px, #333 2px 2px, #333 -2px 2px, #333 2px -2px, #333 -2px -2px, #333 1px 2px, #333 -1px 2px, #333 1px -2px, #333 -1px -2px, #333 2px 1px, #333 -2px 1px, #333 2px -1px, #333 -2px -1px;
}
@media screen and (max-width: 769px) {
  #second .mv {
    height: 200px;
    background-size: cover;
  }
  #second .mv-box {
    font-size: 1.875rem;
  }
}
#second section {
  margin: auto;
  padding: 60px 0;
  border-bottom: 2px solid #eeeeee;
  /* sp */
}
#second section .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 769px) {
  #second section {
    padding: 30px 0 !important;
  }
  #second section .inner {
    padding: 0 15px;
  }
}
#second .breadcrumb {
  font-size: 1rem;
  position: absolute;
  left: 20px;
  top: 10px;
  line-height: 1;
  /* sp */
}
#second .breadcrumb a {
  color: #00a484;
}
#second .breadcrumb i {
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 769px) {
  #second .breadcrumb {
    display: none;
  }
}
#second .strength {
  display: flex;
  border: 1px solid #a3a3a3;
  padding: 20px;
  background: #fff;
  /* sp */
}
#second .strength-img {
  width: 200px;
  font-size: 0;
}
#second .strength dl {
  width: 780px;
  padding: 0 0 0 30px;
}
#second .strength dl dt {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #db1b3e;
}
#second .strength dl dt span {
  color: #fff;
  border-radius: 100px;
  background: #db1b3e;
  width: 40px;
  height: 40px;
  display: inline-flex;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
}
#second .strength dl dd {
  font-size: 0.875rem;
}
#second .strength dl dd ul {
  margin: 20px 0;
}
#second .strength dl dd ul li {
  font-size: 1.25rem;
  color: #fff;
  background: #00a484;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#second .strength dl dd ul li:before {
  font-family: "icomoon";
  content: "\e904";
  border-radius: 100px;
  width: 21px;
  height: 21px;
  background: #fff;
  color: #00a484;
  display: inline-flex;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
}
#second .strength:nth-child(n+2) {
  margin-top: 40px;
}
#second .strength:nth-child(even) .strength-img {
  order: 2;
}
#second .strength:nth-child(even) dl {
  order: 1;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 769px) {
  #second .strength {
    display: block;
  }
  #second .strength-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  #second .strength-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  #second .strength dl {
    width: 100%;
    padding: 0;
  }
  #second .strength dl dt {
    line-height: 1.4;
  }
  #second .strength dl dt span {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #second .strength dl dd ul li {
    font-size: 1rem;
  }
  #second .strength:nth-child(n+2) {
    margin-top: 20px;
  }
  #second .strength:nth-child(even) dl {
    padding: 0;
  }
}
#second .area {
  display: flex;
  /* sp */
}
#second .area-txt {
  width: 670px;
}
#second .area-txt dl dt {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 30px;
}
#second .area-txt dl dd {
  padding-left: 30px;
}
#second .area-txt dl dd span {
  margin-left: -30px;
}
#second .area-img {
  margin-top: 30px;
  width: 330px;
}
@media screen and (max-width: 769px) {
  #second .area {
    flex-wrap: wrap;
  }
  #second .area > div {
    width: 100%;
    margin: 0;
  }
  #second .area-txt {
    order: 2;
  }
  #second .area-txt dl dt {
    font-size: 1.5625rem;
  }
  #second .area-txt dl dd {
    padding-left: 0;
  }
  #second .area-txt dl dd span {
    margin-left: 0;
  }
  #second .area-img {
    order: 1;
  }
  #second .area-img img {
    width: 200px;
    height: auto;
    display: block;
    margin: auto;
  }
}
#second .voice {
  /* sp */
}
#second .voice li {
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid #a3a3a3;
  padding: 20px;
  background: #fff;
  display: flex;
}
#second .voice li:first-child {
  margin: 60px 0 30px;
}
#second .voice li .voice-img {
  overflow: hidden;
  position: relative;
  width: 300px;
  height: 300px;
}
#second .voice li .voice-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
#second .voice li dl {
  display: inline-block;
  width: 660px;
  padding-left: 20px;
}
#second .voice li dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#second .voice li dl dt p {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
}
#second .voice li dl dt p.voice-price span {
  font-size: 1.875rem;
  color: #db1b3e;
  display: inline-block;
  padding-left: 20px;
}
#second .voice li dl dd {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  #second .voice li {
    display: block;
  }
  #second .voice li .voice-img {
    width: 200px;
    height: 200px;
    margin: 0 auto 10px;
    display: block;
  }
  #second .voice li dl {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  #second .voice li dl dt {
    font-size: 1.125rem;
    font-weight: 700;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #second .voice li dl dt p {
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
  }
  #second .voice li dl dt p.voice-price span {
    font-size: 1.25rem;
    color: #db1b3e;
    display: inline-block;
    padding-left: 20px;
  }
  #second .voice li dl dd {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
#second .about {
  font-size: 1.125rem;
  overflow: hidden;
  /* sp */
}
#second .about span {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 10px;
  display: block;
}
#second .about img {
  margin: 0 0 0 40px;
  float: right;
}
@media screen and (max-width: 769px) {
  #second .about {
    font-size: 0.875rem;
  }
  #second .about img {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto 20px;
    float: none;
  }
}
#second .flow {
  /* sp */
}
#second .flow li {
  display: flex;
  margin-top: 80px;
}
#second .flow li:after {
  font-family: "icomoon";
  content: "\e909";
  font-size: 2.5rem;
  color: #00a484;
  display: inline-block;
  position: absolute;
  bottom: -70px;
  left: 80px;
}
#second .flow li:last-child:after {
  display: none;
}
#second .flow-img {
  width: 200px;
  height: 200px;
  box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 0.2);
  overflow: hidden;
  margin: 0 30px 0 0;
}
#second .flow dl {
  width: 770px;
  margin: 0;
}
#second .flow dl dt {
  font-size: 1.25rem;
  color: #db1b3e;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a3a3a3;
}
#second .flow dl dt span {
  font-size: 1.875rem;
  color: #00a484;
  display: inline-block;
  margin-right: 10px;
}
#second .flow dl dt span small {
  font-size: 80%;
}
#second .flow .contactBnr {
  margin: 0 auto 10px;
  padding: 15px;
  /* sp */
}
#second .flow .contactBnr-ttl {
  font-size: 1.5625rem;
  padding-bottom: 15px;
}
#second .flow .contactBnr-left {
  padding-right: 15px;
}
#second .flow .contactBnr-left-tel {
  padding: 15px;
}
#second .flow .contactBnr-left-tel p {
  font-size: 2.1875rem;
}
#second .flow .contactBnr-left-tel p img {
  width: 40px;
}
@media screen and (max-width: 769px) {
  #second .flow .contactBnr-ttl {
    font-size: 1.25rem;
  }
  #second .flow .contactBnr-left-tel p {
    font-size: 1.5625rem;
  }
  #second .flow .contactBnr-left-tel p img {
    width: 30px;
  }
}
@media screen and (max-width: 769px) {
  #second .flow li {
    display: block;
    border: 1px solid #a3a3a3;
    padding: 20px;
    margin-top: 40px;
    background: #fff;
  }
  #second .flow li:after {
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
  }
  #second .flow-img {
    margin: 0 auto 30px;
  }
  #second .flow dl {
    width: 100%;
  }
  #second .flow dl dt {
    line-height: 1.2;
    padding-bottom: 15px;
  }
  #second .flow dl dt span {
    display: block;
  }
}
#second .assessment {
  background: url("../img/bg-red.jpg") center repeat;
  background-size: 15px 15px;
  padding: 20px;
  /* sp */
}
#second .assessment-ttl {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#second .assessment-txt {
  font-size: 0.875rem;
  overflow: hidden;
}
#second .assessment-txt img {
  float: right;
  margin-left: 30px;
}
#second .assessment-txt span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff000;
  border-bottom: 2px solid #fff000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  text-align: center;
}
#second .assessment p {
  color: #fff;
}
@media screen and (max-width: 769px) {
  #second .assessment {
    padding: 15px;
  }
  #second .assessment-ttl {
    font-size: 1.875rem;
  }
  #second .assessment-txt img {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  #second .assessment-txt span {
    font-size: 1.125rem;
  }
  #second .assessment p {
    color: #fff;
  }
}
#second .sell {
  /* sp */
}
#second .sell p {
  font-size: 1.25rem;
  overflow: hidden;
}
#second .sell p img {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  #second .sell p {
    font-size: 1rem;
  }
  #second .sell p img {
    width: 200px;
    height: auto;
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
#second .check {
  /* sp */
}
#second .check:before {
  content: "";
  width: 282px;
  height: 412px;
  background: url("../img/sell-check-img.png") center no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: 1;
}
#second .check li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#second .check li:before {
  font-size: 1.875rem;
  color: #00a484;
  vertical-align: sub;
}
#second .check li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#sec3 .check:before {
  content: "";
  width: 181px;
  height: 300px;
  background: url("../img/sell-check-img2.png") center no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: -60px;
  bottom: auto;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  #second .check:before {
    width: 141px;
    height: 206px;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 0;
  }
  #second .check li {
    font-weight: 700;
  }
  #second .check li:before {
    font-size: 1.25rem;
  }
  #sec3 .check:before {
    right: 0;
    top: auto;
    bottom: 0;
    opacity: 0.3;
    z-index: 0;
  }
}
#second #contact {
  /* sp */
}
#second #contact .formTable {
  width: 100%;
}
#second #contact .formTable tr {
  border-bottom: 1px dashed #a3a3a3;
}
#second #contact .formTable tr th, #second #contact .formTable tr td {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 20px;
}
#second #contact .formTable tr th {
  width: 20%;
  text-align: right;
}
#second #contact .formTable tr th span {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #db1b3e;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
}
#second #contact .formTable tr td {
  width: 80%;
}
#second #contact .formTable tr td input,
#second #contact .formTable tr td select,
#second #contact .formTable tr td textarea {
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  padding: 5px 10px;
  -webkit-appearance: checkbox;
  /* IE */
  /* Edge */
}
#second #contact .formTable tr td input::placeholder,
#second #contact .formTable tr td select::placeholder,
#second #contact .formTable tr td textarea::placeholder {
  color: #a3a3a3;
}
#second #contact .formTable tr td input:-ms-input-placeholder,
#second #contact .formTable tr td select:-ms-input-placeholder,
#second #contact .formTable tr td textarea:-ms-input-placeholder {
  color: #a3a3a3;
}
#second #contact .formTable tr td input::-ms-input-placeholder,
#second #contact .formTable tr td select::-ms-input-placeholder,
#second #contact .formTable tr td textarea::-ms-input-placeholder {
  color: #a3a3a3;
}
#second #contact .formTable tr td input.w20,
#second #contact .formTable tr td select.w20,
#second #contact .formTable tr td textarea.w20 {
  width: 30%;
}
#second #contact .formTable tr td input.w50,
#second #contact .formTable tr td select.w50,
#second #contact .formTable tr td textarea.w50 {
  width: 50%;
}
#second #contact .formTable tr td input.w100,
#second #contact .formTable tr td select.w100,
#second #contact .formTable tr td textarea.w100 {
  width: 100%;
}
#second #contact .formTable tr td label {
  margin-right: 10px;
}
#second #contact .formTable tr td label input[type=checkbox] {
  margin-right: 5px;
}
#second #contact .submit {
  text-align: center;
  margin-top: 20px;
}
#second #contact .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  padding: 5px 10px;
  width: 200px;
}
#second #contact .submit input[type=submit] {
  color: #fff;
  background-color: #db1b3e;
}
@media screen and (max-width: 769px) {
  #second #contact .formTable tr th, #second #contact .formTable tr td {
    font-size: 0.625rem;
    padding: 5px 10px;
  }
  #second #contact .formTable tr th {
    width: 40%;
  }
  #second #contact .formTable tr th span {
    font-size: 0.625rem;
    padding: 4px 5px;
  }
  #second #contact .formTable tr td input,
  #second #contact .formTable tr td select,
  #second #contact .formTable tr td textarea {
    width: 100% !important;
  }
  #second #contact .formTable tr td input,
  #second #contact .formTable tr td textarea {
    font-size: 1rem;
  }
  #second #contact .submit {
    text-align: center;
    margin-top: 20px;
  }
  #second #contact .submit input {
    font-size: 1rem;
    padding: 5px 5px;
    width: 100px;
  }
}