@charset "UTF-8";

/* =========================================================
@extendされるパーツ
========================================================= */
/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------------------------
common
-------------------------------------------------------*/
.content-ci img {
  width: 100%;
  height: auto;
}

sup {
  font-size: 60%;
  vertical-align: top;
}

.content-ci {
  font-size: 16px;
  line-height: 1.8;
}

.pc-ui {
  display: block!important;
}

.sp-ui {
  display: none!important;
}

.captions-wrap {
  text-align: right;
}

.captions-wrap .caption {
  font-size: 14px;
  margin-bottom: 10px;
}

.captions-wrap .caption:last-child {
  margin-bottom: 0;
}

.more-btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background: #727272;
  padding: 0.8em 4em;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px #333;
  box-shadow: 0 4px #333;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.more-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 38%;
  right: 6%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.more-btn:hover {
  opacity: 0.7;
  color: #fff;
}

.mrgb-20 {
  margin-bottom: 20px;
}

.mrgb-30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content-ci {
    font-size: 3.7334vw;
    line-height: 1.8;
  }

  .pc-ui {
    display: none!important;
  }

  .sp-ui {
    display: block!important;
  }

  .captions-wrap {
    text-align: left;
  }

  .captions-wrap .caption {
    font-size: 3.333vw;
    margin-bottom: 2vw;
  }

  .more-btn {
    display: inline-block;
    font-size: 3.333vw;
    background: #727272;
    padding: 0.8em 4em;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px #333;
    box-shadow: 0 4px #333;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .more-btn:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 38%;
    right: 6%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .more-btn:hover {
    opacity: 1;
    color: #fff;
  }

  .mrgb-20 {
    margin-bottom: 4vw;
  }

  .mrgb-30 {
    margin-bottom: 7vw;
  }
}

/*------------------------------------------------------
mv
-------------------------------------------------------*/
.mv-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.mv-inner {
  width: calc(610 / 1440 * 100%);
  position: relative;
  background: #ae9643;
  padding: 10px;
  box-sizing: border-box;
}

.mv-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #fff;
  height: 100%;
  width: 100%;
}
.mv-copy-area {
  color: #fff;
  width: calc(420 / 580 * 100%);
}

ul.mv-bg-slider {
  width: calc(830 / 1440 * 100%);
  z-index: 1;
}

.mv-bg-slide {
  width: 100%;
}

ul.mv-bg-slider .slick-slide {
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .mv-wrap {
    display: block;
  }

  .mv-inner {
    width: 100%;
    padding: calc(10 / 750 * 100vw);
  }

  .mv-copy {
    padding: calc(60 / 750 * 100vw);
    height: auto;
    width: auto;
  }

  .mv-copy-area {
    width: 100%;
  }

  ul.mv-bg-slider {
    width: 100%;
  }

  .mv-bg-slide {
    width: 100%;
  }
}

/*------------------------------------------------------
brand
-------------------------------------------------------*/
.brand-wrap {
  width: 100%;
  padding: 70px 0;
  background: #f4f2e8;
  position: relative;
  z-index: 1;
}

.slick-slide {
  margin-right: 17px;
}

.slide-widjet {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.slide-widjet.slick-initialized {
  opacity: 1;
}

.brand-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #093b58;
}

.brand-ttl span {
  display: block;
  font-size: 0.5em;
  font-weight: 300;
}

.brand-slider-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 50px;
}

.brand-copy-wrap {
  max-width: 870px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 24px 0;
}

.brand-copy-wrap:before {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  border-top: solid 3px #093b58;
  border-left: solid 3px #093b58;
  border-bottom: solid 3px #093b58;
  position: absolute;
  top: 0;
  left: 0;
}

.brand-copy-wrap:after {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  border-top: solid 3px #093b58;
  border-right: solid 3px #093b58;
  border-bottom: solid 3px #093b58;
  position: absolute;
  top: 0;
  right: 0;
}

.brand-copy {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #093b58;
}

@media screen and (max-width: 767px) {
  .brand-wrap {
    padding: 45vw 0 12vw;
  }

  .slick-slide {
    margin-right: 2.5vw;
  }

  .brand-ttl {
    font-size: 4.4vw;
    margin-bottom: 7vw;
  }

  .brand-ttl span {
    display: inline-block;
    font-size: 0.8em;
    margin-left: 4vw;
  }

  .brand-slider-wrap {
    width: 100%;
    margin-bottom: 12vw;
  }

  .brand-copy-wrap {
    max-width: 80%;
    margin: 0 auto;
    padding: 4vw 4vw;
    position: relative;
    z-index: 1;
  }

  .brand-copy {
    width: 90%;
    margin: 0 auto;
    font-size: 3.7334vw;
    line-height: 1.6;
  }
}

/*------------------------------------------------------
campaign
-------------------------------------------------------*/
.campaign-wrap {
  margin-top: 80px;
}

.campaign-inner {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .campaign-wrap {
    margin-top: 40px;
  }

  .campaign-inner {
    padding: 0 4vw;
    width: auto;
  }

  .campaign-link {}
}

/*------------------------------------------------------
strength
-------------------------------------------------------*/
.strength-wrap {
  width: 100%;
  padding: 86px 0;
  position: relative;
  z-index: 2;
}

.strength-inner {
  max-width: 894px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.strength-ttl {
  width: 52%;
  margin: 0 auto 20px;
}

.strength-copy {
  text-align: center;
  margin-bottom: 40px;
}

.strength-fig {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .strength-wrap {
    padding: 14vw 0;
  }

  .strength-inner {
    padding: 0 4vw;
  }

  .strength-ttl {
    width: 100%;
    margin: 0 auto 4vw;
  }

  .strength-copy {
    font-size: 3.33vw;
    text-align: left;
    margin-bottom: 10vw;
  }

  .strength-fig {
    margin-bottom: 4vw;
  }
}

/*------------------------------------------------------
reason
-------------------------------------------------------*/
.reason-wrap {
  width: 100%;
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
  background: #eeeeee;
}

.reason-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.reason-ttl {
  max-width: 859px;
  margin: 0 auto 10px;
}

.reason-copy {
  text-align: center;
  margin-bottom: 80px;
}

.reason-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.reason-list {
  display: block;
  width: 31%;
  background: #fff;
}

.reason-fig {
  margin-bottom: 0;
}

.reason-text {
  padding: 24px;
}

.reason-list-ttl {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #c4a93e;
  margin-bottom: 10px;
}

.reason-list-ttl span {
  display: block;
  font-size: 0.8em;
  font-weight: 300;
}

.reason-list-copy {
  font-size: 14px;
}

.reason-bnr {
  width: 650px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .reason-wrap {
    padding: 22vw 0 12vw;
  }

  .reason-inner {
    padding: 0 4vw;
  }

  .reason-ttl {
    max-width: 80%;
    margin: 0 auto 4vw;
  }

  .reason-copy {
    text-align: left;
    margin-bottom: 12vw;
  }

  .reason-list-wrap {
    width: 100%;
    display: block;
    margin-bottom: 12vw;
  }

  .reason-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff;
    margin-bottom: 4vw;
  }

  .reason-list:last-child {
    margin-bottom: 0;
  }

  .reason-list:last-child>.reason-fig img {
    left: -54vw;
  }

  .reason-fig {
    margin-bottom: 0;
    width: 25%;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .reason-fig>img {
    width: auto;
    max-width: initial;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20vw;
  }

  .reason-text {
    padding: 5vw;
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .reason-list-ttl {
    font-size: 4.6vw;
    line-height: 1.6;
    margin-bottom: 2vw;
  }

  .reason-list-ttl span {
    font-size: 0.6em;
  }

  .reason-list-copy {
    font-size: 3.2vw;
  }

  .reason-bnr {
    width: 100%;
    margin: 0 auto 8vw;
  }
}

/*------------------------------------------------------
merit
-------------------------------------------------------*/
.merit-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.merit-head-item:not(:first-child) {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .merit-head-item:not(:first-child) {
    margin-top: 60px;
  }
}

/*------------------------------------------------------
merit-head
-------------------------------------------------------*/
.merit-head {
  width: 100%;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.merit-head-inner {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.merit-ttl {
  font-size: 18px;
  color: #093b58;
  text-align: center;
  margin-bottom: 30px;
}

.merit-ttl span {
  display: block;
  margin: 0 auto;
}

.merit-head-item:nth-child(1) .merit-ttl span {
  width: 458px;
}

.merit-head-item:nth-child(2) .merit-ttl span {
  width: 431px;
}

.merit-txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}
.merit-txt .underline {
  background: linear-gradient(transparent 95%, #000 0%);
  display: inline;
  padding: 0 1px 0px;
}
/* .merit-txt .underline::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  display: inli;
} */

.merit-anch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
}

.merit-anch-list--dummy {
  pointer-events: none;
  opacity: 0;
}

.merit-anch-list {
  width: 31%;
  margin-bottom: 20px;
}

.merit-anch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: solid 1px #c4a93e;
  font-size: 14px;
  line-height: 1.2;
  color: #c4a93e;
  padding-left: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.merit-anch:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #c4a93e;
  border-right: solid 2px #c4a93e;
  position: absolute;
  top: 38%;
  left: 4%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.merit-anch:hover {
  background: #c4a93e;
  color: #fff;
}

.merit-anch:hover:before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media screen and (max-width: 1160px) {
  .merit-anch-list {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .merit-head {
    width: 100%;
    padding: 14vw 0 5vw;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
  }

  .merit-head.sp-ui {
    background-color: #fff;
    margin-top: 40px;
    padding-bottom: 10vw;
    margin-bottom: 14vw;
  }

  .merit-head-inner {
    padding: 0;
  }

  .merit-ttl {
    margin-bottom: 6vw;
  }

  .merit-ttl span {
    display: block;
    margin: 0 auto;
  }

  .merit-head-item:nth-child(1) .merit-ttl span {
    width: calc(473vw/750*100);
  }

  .merit-head-item:nth-child(2) .merit-ttl span {
    width: calc(473vw/750*100);
  }

  .merit-txt {
    font-size: 14px;
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 4vw;
  }
}

/*------------------------------------------------------
merit-content
-------------------------------------------------------*/
.merit-content {
  width: 100%;
  padding: 70px 0;
  background: url(../imgs/merit_bg.jpg) no-repeat center 0;
  background-size: cover;
}

.merit-content-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.merit-content-wrap {
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.merit-content-ttl-wrap {
  width: 50%;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.merit-content-wrap.label--buy .merit-content-ttl-wrap::before {
  content: '買取り';
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 65px;
  height: 25px;
  border-radius: 3px;
  color: #fff;
  background-color: #ccb664;
  position: absolute;
  z-index: 5;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.merit-content-wrap.label--mediation .merit-content-ttl-wrap::before {
  content: '仲介';
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 65px;
  height: 25px;
  border-radius: 3px;
  color: #fff;
  background-color: #649acc;
  position: absolute;
  z-index: 5;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.merit-detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
}

.merit-detail-left {
  width: 47%;
  padding-top: 10%;
  margin-right: auto;
}

.merit-detail-right {
  width: 47.3%;
  text-align: left;
}

.merit-content-ttl {
  font-size: 30px;
  color: #c4a93e;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-left: 5%;
}

.merit-content-ttl>span {
  display: block;
  font-size: 0.6em;
}

.merit-content-ttl>span.no-break {
  display: inline-block;
  font-size: 0.6em;
}

.merit-content-copy {
  font-size: 14px;
  padding-left: 5%;
}

.merit-content-copy>b {
  font-weight: 300;
  color: #e41b1b;
}

.target-list {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.target-list dt {
  font-size: 15px;
  color: #093d6d;
  margin-bottom: 10px;
}

.target-list dd {
  display: inline-block;
  font-size: 13px;
  width: 70%;
  margin: 0 auto;
  background: #093d6d;
  color: #fff;
  padding: 0.3em 0;
  border-radius: 20px;
  margin-bottom: 10px;
}

.merit-detail-copy {
  font-size: 14px;
}

.merit-detail-right-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.merit-caption {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.4;
  color: #888;
}

.merit-aside {
  padding: 20px;
  border: solid 1px #ccc;
}

.aside-ttl {
  font-size: 14px;
  font-weight: bold;
}

.ac-key {
  display: none;
}

.merit-detail-box {
  background-color: #fcebed;
  font-size: 26px;
  padding: 40px 0;
  text-align: center;
}

.merit-detail-box-txt {
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
}

.merit-detail-box-txt .small {
  font-size: 0.77em;
}

.merit-detail-box-strong {
  line-height: 1.23;
  color: #ff0000;
  margin-bottom: 10px;
}

.merit-detail-box-strong .bold {
  font-weight: bold;
}

.merit-detail-box-strong .num {
  font-size: 1.26em;
}

.merit-detail-box-strong .small {
  font-size: 0.69em;
}

@media screen and (max-width: 1160px) {
  .merit-content {
    padding: 70px 0;
  }

  .merit-content-inner {
    padding: 0 40px;
  }

  .merit-content-wrap {
    padding: 0 70px 70px;
    margin-bottom: 50px;
  }

  .merit-content-ttl-wrap {
    width: 100%;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
    left: 0;
  }

  .merit-detail-wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .merit-detail-left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }

  .merit-detail-right {
    width: 100%;
    text-align: center;
  }

  .merit-content-ttl {
    font-size: 30px;
    color: #c4a93e;
    line-height: 1.2;
    margin-bottom: 5px;
    padding-left: 0;
  }

  .merit-content-ttl>span {
    display: block;
    font-size: 0.6em;
  }

  .merit-content-copy {
    font-size: 14px;
    padding-left: 0;
  }

  .merit-content-copy>b {
    font-weight: 300;
    color: #e41b1b;
  }

  .target-list {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .target-list dt {
    font-size: 15px;
    color: #093d6d;
    margin-bottom: 10px;
  }

  .target-list dd {
    display: inline-block;
    font-size: 13px;
    width: 70%;
    background: #093d6d;
    color: #fff;
    padding: 0.3em 0;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .merit-detail-copy {
    font-size: 14px;
  }

  .merit-caption {
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    color: #888;
  }

  .merit-aside {
    padding: 20px;
    border: solid 1px #ccc;
  }

  .aside-ttl {
    font-size: 14px;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .merit-content {
    padding: 14vw 0;
  }

  .merit-content-inner {
    padding: 0 4vw;
  }

  .merit-content-wrap {
    padding: 0 0 18vw;
    margin-bottom: 4vw;
    position: relative;
    z-index: 1;
  }

  .merit-content-ttl-wrap {
    width: 100%;
    text-align: center;
    padding: 14vw 6vw 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .merit-content-wrap.label--buy .merit-content-ttl-wrap::before {
    font-size: 12px;
    width: 60px;
    height: 20px;
    top: 20px;
  }

  .merit-content-wrap.label--mediation .merit-content-ttl-wrap::before {
    font-size: 12px;
    width: 60px;
    height: 20px;
    top: 20px;
  }

  .merit-detail-wrap {
    display: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6vw;
  }

  .merit-content-wrap:first-child .merit-detail-wrap {
    display: block;
  }

  .merit-detail-left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5vw;
  }

  .merit-content-ttl {
    font-size: 5.2vw;
    margin-bottom: 2vw;
    padding-left: 0;
  }

  .merit6 .merit-content-ttl {
    font-size: 4.8vw;
  }

  .merit-content-copy {
    font-size: 3.73vw;
    padding-left: 0;
    line-height: 1.4;
  }

  .merit-content-copy>b {
    font-weight: 300;
    color: #e41b1b;
  }

  .target-list {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .target-list dt {
    font-size: 3.733vw;
    margin-bottom: 2.5vw;
  }

  .target-list dd {
    display: inline-block;
    font-size: 3.334vw;
    width: 100%;
    background: #093d6d;
    margin-bottom: 2vw;
  }

  .merit-detail-copy {
    font-size: 3.733vw;
  }

  .merit-caption {
    font-size: 3.333vw;
  }

  .merit-aside {
    padding: 4vw;
    border: solid 1px #ccc;
  }

  .aside-ttl {
    font-size: 3.7334vw;
    font-weight: bold;
  }

  .ac-key {
    display: block;
    color: #666;
    width: 100%;
    text-align: center;
    border-top: solid 1px #eee;
    padding: 0.8em 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
  }

  .ac-key:after {
    content: "＋";
    display: inline-block;
    font-weight: bold;
    margin-left: 2vw;
  }

  .ac-key.active {
    background: #f5f5f5;
  }

  .ac-key.active:after {
    content: "－";
    display: inline-block;
    font-weight: bold;
    margin-left: 2vw;
  }

  .merit-detail-box {
    font-size: 18px;
    padding: 30px 0;
  }

  .merit-detail-box-txt {
    margin: 0 auto 20px;
  }
}

/*merit1
------------------------------------------------*/
.merit1 .merit-content-ttl-wrap {
  background: url(../imgs/merit_ttl_icon01.jpg) no-repeat 95% 30px;
}

.merit2-detail-fig {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1160px) {
  .merit1 .merit-detail-left {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .merit1 .merit-content-ttl-wrap {
    background: url(../imgs/merit_ttl_icon01.jpg) no-repeat 1% center;
  }

  .merit1-detail-fig {
    margin-bottom: 2.5vw;
  }
}

/*merit2
------------------------------------------------*/
.merit2 .merit-content-ttl-wrap {
  background: url(../imgs/merit_ttl_icon02.jpg) no-repeat 10% 30px;
}

.merit2-detail-fig {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1160px) {
  .merit2 .merit-detail-left {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .merit2 .merit-content-ttl-wrap {
    background: url(../imgs/merit_ttl_icon02.jpg) no-repeat 1% center;
  }
}

/*merit3
------------------------------------------------*/
.merit3 .merit-content-ttl-wrap {
  background: url(../imgs/merit_ttl_icon03.jpg) no-repeat 95% 30px;
}

.merit3 .merit-detail-left {
  padding-top: 12%;
}

.merit3-detail-fig {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1160px) {
  .merit3 .merit-detail-left {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .merit3 .merit-content-ttl-wrap {
    background: url(../imgs/merit_ttl_icon03.jpg) no-repeat 1% center;
  }
}

/*merit4
------------------------------------------------*/
.merit4 .merit-content-ttl-wrap {
  background: url(../imgs/merit_ttl_icon04.jpg) no-repeat 10% 30px;
}


.merit4-detail-fig {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1160px) {
  .merit4 .merit-detail-left {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .merit4 .merit-content-ttl-wrap {
    background: url(../imgs/merit_ttl_icon04.jpg) no-repeat 1% center;
  }
}

/*merit5
------------------------------------------------*/
.merit5 .merit-content-ttl-wrap {
  background: url(../imgs/merit_ttl_icon05.jpg) no-repeat 95% 30px;
}

.merit5-detail-fig {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1160px) {
  .merit5 .merit-detail-left {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .merit5 .merit-content-ttl-wrap {
    background: url(../imgs/merit_ttl_icon05.jpg) no-repeat 99% center;
  }
}

/*merit6
------------------------------------------------*/
.merit6 .merit-content-ttl-wrap {
  background: url(../imgs/merit_ttl_icon06.jpg) no-repeat 6% 50px;
}

.merit6-detail-fig {
  display: inline-block;
  margin-bottom: 10px;
}

.merit6 .merit-detail-left {
  padding-top: 12%;
}

.merit6-ttl {
  background: #eff6fc;
  padding: 20px 80px;
  margin: 0;
}

.merit6-list {
  background: #eff6fc;
  padding: 0 30px 30px;
  margin-top: 0;
  margin-bottom: 20px;
}

.merit6-list dd {
  padding: 14px 20px 14px 50px;
  font-size: 13px;
  position: relative;
  z-index: 1;
  margin-left: 0;
}

.merit6-list dd:nth-child(2n) {
  background: #fff;
}

.merit6-list dd .merit6-num {
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: #0b3d6d;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
}

.merit6-list dt {
  text-align: center;
  color: #093d6d;
  margin-bottom: 10px;
}

.merit6-list .bold-red {
  color: #e41b1b;
}

.merit6-link {
  width: 100%;
  text-align: center;
}

.merit6-caption {
  text-align: center;
}

@media screen and (max-width: 1160px) {
  .merit6 .merit-detail-left {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .merit6 .merit-content-ttl-wrap {
    background: url(../imgs/merit_ttl_icon06.jpg) no-repeat 1% center;
  }

  .merit6-ttl {
    padding: 20px 40px;
  }

  .merit6-caption {
    text-align: center;
  }
}

/*merit7
------------------------------------------------*/
.merit7 .merit-content-ttl-wrap {
  background: url(../imgs/merit_ttl_icon07.jpg) no-repeat 95% 30px;
}


.merit7-detail-fig {
  margin-bottom: 40px;
  display: inline-block;
}

.merit7-link {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1160px) {
  .merit7 .merit-detail-left {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .merit7 .merit-content-ttl-wrap {
    background: url(../imgs/merit_ttl_icon07.jpg) no-repeat 99% center;
  }

  .merit7-detail-fig {
    margin-bottom: 8vw;
    display: inline-block;
  }
}

/*merit8
------------------------------------------------*/
.merit8 .merit-content-ttl-wrap {
  background: url(../imgs/merit_ttl_icon08.jpg) no-repeat 10% 30px;
}

.merit8-detail-fig {
  margin-bottom: 40px;
  display: inline-block;
}

.merit8 .merit-detail-left {
  padding-top: 12%;
}

@media screen and (max-width: 1160px) {
  .merit8 .merit-detail-left {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .merit8 .merit-content-ttl-wrap {
    background: url(../imgs/merit_ttl_icon08.jpg) no-repeat 1% center;
  }
}

/*merit9
------------------------------------------------*/
.merit9 .merit-content-ttl-wrap {
  background: url(../imgs/merit_ttl_icon09.jpg) no-repeat 10% 30px;
}

.merit9-list {
  padding: 20px;
  margin-bottom: 20px;
  border: solid 1px #0b3d6d;
  position: relative;
  z-index: 1;
}

.merit9-list dt {
  font-size: 18px;
  text-align: center;
  color: #0b3d6d;
  margin-bottom: 10px;
}

.merit9-list dd {
  font-size: 13px;
}

@media screen and (max-width: 1160px) {
  .merit9 .merit-detail-left {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .merit9 .merit-content-ttl-wrap {
    background: url(../imgs/merit_ttl_icon09.jpg) no-repeat 99% center;
  }

  .merit9-list {
    padding: 4vw;
    margin-bottom: 4vw;
  }

  .merit9-list dt {
    font-size: 4.2vw;
    text-align: center;
    color: #0b3d6d;
    margin-bottom: 2vw;
  }

  .merit9-list dd {
    font-size: 3.33vw;
    text-align: left;
  }
}

/*------------------------------------------------------
other-service
-------------------------------------------------------*/
.other-service-wrap {
  margin: 80px 0;
}

.other-service-inner {
  max-width: 894px;
  width: 100%;
  margin: 0 auto;
}

.other-service-link {
  display: block;
  max-width: 623px;
  width: 100%;
  margin: 0 auto;
}

.other-service-caption {
  font-size: 14px;
  line-height: 1.4;
  color: #888;
  margin-top: 80px;
}

@media only screen and (max-width: 1160px) {
  .other-service-wrap {
    margin: 60px 0;
  }

  .other-service-inner {
    width: auto;
    margin: 0 auto;
    padding: 0 4vw;
  }


  .other-service-caption {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .other-service-caption {
    font-size: 3.333vw;
  }
}

/*------------------------------------------------------
cvform
-------------------------------------------------------*/
.cv-form-wrap {
  width: 100%;
  background: #093b58;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.cv-ttl {
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

.cv-ttl span {
  display: block;
  width: 66px;
  margin: 0 auto 10px;
}

.cv-form-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.cv-form-wrap .cvFormStepInner:nth-child(1) {
  width: 42%;
}

.cv-form-wrap .cvFormStepInner:nth-child(2) {
  width: 24%;
}

.cv-form-wrap .cvFormStepInner:nth-child(3) {
  width: 26%;
  padding-top: 46px;
}

.cvRadioWrap {
  padding: 10px 15px 15px;
  color: #fff;
}

@media only screen and (max-width: 1160px) {
  .cv-form-wrap .cvFormStepInner:nth-child(1) {
    width: 100%;
  }

  .cv-form-wrap .cvFormStepInner:nth-child(2) {
    width: 100%;
  }

  .cv-form-wrap .cvFormStepInner:nth-child(3) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cv-form-wrap {
    padding: 12vw 0;
  }

  .cv-ttl {
    font-size: 5.6vw;
    text-align: center;
    color: #fff;
    margin-bottom: 8vw;
  }

  .cv-ttl span {
    display: block;
    width: 18vw;
    margin: 0 auto 2vw;
  }

  .cv-form-inner {
    padding: 0 4vw;
  }
}

/*------------------------------------------------------
cvtel
-------------------------------------------------------*/
.cv-tel-wrap {
  width: 100%;
  background: #808080;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.cv-tel-wrap .cv-ttl {
  margin-bottom: 5px;
}

.cv-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.cv-tel-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.cv-tel-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.cv-tel-list {
  width: 16%;
  background: #fff;
}

.tel-head {
  text-align: center;
  background: #c8b560;
  padding: 0.8em 0;
  position: relative;
  z-index: 1;
}

.tel-place {
  color: #fff;
}

.tel-place span {
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
  margin-right: 6px;
  border-right: solid 1px #fff;
}

.tel-content {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.tel-num-wrap {
  margin-bottom: 10px;
}

.tel-btn {
  display: block;
  font-size: 21px;
  font-weight: bold;
  cursor: text;
}

.tel-btn span {
  display: block;
  width: 34px;
  vertical-align: middle;
  margin-right: 5px;
}

.tel-info-wrap {
  padding: 15px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.tel-info {
  font-size: 13px;
  line-height: 1.4;
}

.tel-area-wrap {
  font-size: 12px;
  line-height: 1.5;
}

.tel-area-wrap dt {
  font-weight: bold;
}

@media screen and (max-width: 1160px) {
  .cv-tel-list-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cv-tel-list {
    width: 48%;
    background: #fff;
    margin-bottom: 20px;
  }

  .cv-tel-list:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .cv-tel-wrap {
    padding: 12vw 0;
  }

  .cv-tel-wrap .cv-ttl {
    margin-bottom: 1vw;
  }

  .cv-copy {
    margin-bottom: 8vw;
  }

  .cv-tel-inner {
    padding: 0 4vw;
  }

  .cv-tel-list-wrap {
    display: block;
  }

  .cv-tel-list {
    width: 100%;
    background: #fff;
    margin-bottom: 1px;
  }

  .tel-head {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-left: 4vw;
    position: relative;
    z-index: 1;
  }

  .tel-head:after {
    content: "＋";
    display: block;
    font-size: 6vw;
    color: #fff;
    line-height: 1;
    text-align: center;
    width: 6vw;
    height: 6vw;
    background: #c8b560;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -3vw;
  }

  .tel-head.active:after {
    content: "－";
    display: block;
    font-size: 6vw;
    color: #fff;
    line-height: 1;
    text-align: center;
    width: 6vw;
    height: 6vw;
    background: #c8b560;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -3vw;
  }

  .tel-place {
    font-size: 4.2vw;
    color: #fff;
  }

  .tel-place span {
    font-size: 0.8em;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
    margin-right: 6px;
    border-right: solid 1px #fff;
  }

  .tel-content {
    display: none;
    padding: 5vw;
  }

  .cv-tel-list:first-child .tel-content {
    display: block;
  }

  .tel-num-wrap {
    margin-bottom: 4vw;
    text-align: center;
  }

  .tel-btn {
    display: inline-block;
    font-size: 8.5vw;
    font-weight: bold;
    cursor: pointer;
  }

  .tel-btn span {
    display: inline-block;
    width: 14vw;
    vertical-align: middle;
    margin-right: 2vw;
  }

  .tel-info-wrap {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }

  .tel-info {
    font-size: 3.73vw;
  }

  .tel-area-wrap {
    font-size: 3vw;
    line-height: 1.5;
  }
}

/*------------------------------------------------------
history
-------------------------------------------------------*/
.history-wrap {
  width: 100%;
  padding: 80px 0 120px;
  position: relative;
  z-index: 1;
}

.history-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.history-ttl {
  font-size: 26px;
  text-align: center;
  color: #0b3d6d;
  margin-bottom: 50px;
}

.ac-grad-box {
  position: relative;
  width: 100%;
}

.history-list-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #f3f3f3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 60px;
  border-bottom: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 90px;
}

.history-date {
  background: #073b58;
  color: #fff;
  padding: 0.2em 1.5em;
  margin-right: 40px;
}

.history-detail {
  font-size: 15px;
  line-height: 1.4;
}

.history-detail b {
  color: #c4a93e;
}

.history-fig {
  display: inline-block;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .history-wrap {
    padding: 12vw 0 16vw;
  }

  .history-inner {
    padding: 0 4vw;
  }

  .history-ttl {
    font-size: 5.6vw;
    margin-bottom: 8vw;
  }

  .history-list-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .history-list {
    display: block;
    padding: 6vw;
    min-height: 0;
  }

  .history-date {
    display: inline-block;
    background: #073b58;
    color: #fff;
    padding: 0.2em 1.5em;
    margin-right: 0;
    margin-bottom: 2vw;
  }

  .history-detail {
    font-size: 3.733vw;
    line-height: 1.4;
  }

  .ac-grad-box {
    position: relative;
    width: 100%;
  }

  .ac-grad-box label {
    height: 40vw;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
  }

  .ac-grad-box input:checked+label {
    background: inherit;
  }

  .ac-grad-box label:after {
    content: "詳しく確認する";
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #073b58;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .ac-grad-box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .ac-grad-box input {
    display: none;
  }

  .ac-grad-box .history-list-wrap {
    overflow: hidden;
    height: 90vw;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .ac-grad-box input:checked+label {
    display: none;
  }

  .ac-grad-box input:checked+label:after {
    content: "閉じる";
  }

  .ac-grad-box input:checked+label:before {
    content: "↑";
  }

  .ac-grad-box input:checked~.history-list-wrap {
    height: auto;
    padding-bottom: 80px;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
}

/*------------------------------------------------------
bnr
-------------------------------------------------------*/
.bnr-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.bnr-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.bnr-link {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.bnr-link:hover {
  opacity: 0.7;
}

.bnr-link span {
  display: inline-block;
  position: absolute;
  top: -50px;
  left: -70px;
}

.page-cv-lower {
  border-top: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .bnr-inner {
    padding: 0 4vw;
  }

  .bnr-link {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 3vw;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .bnr-link:hover {
    opacity: 1;
  }

  .bnr-link span {
    display: inline-block;
    position: absolute;
    width: 24vw;
    top: -16%;
    left: -7%;
  }
}
