@charset "UTF-8";

html, body, input, option, select, textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  line-height: 2;
}
/* SP */
@media only screen and (max-width: 768px){}

/* SP */
@media only screen and (max-width: 768px){
  html {
    font-size: 3vw;
  }
}

/* ------------------------------------------------------------------------------------------
 Common
------------------------------------------------------------------------------------------ */
.overtop_attent {
  display: none;
}
.container {
  max-width: 1240px;
}
/* PC */
@media only screen and (min-width: 769px){}
/* SP */
@media only screen and (max-width: 768px){
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Section
---------------------------------------------*/
.main {
  overflow: hidden;
}
.section {
  padding-top: 75px;
  padding-bottom: 75px;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.section-title small {
  display: block;
  font-size: 0.65em;
  font-weight: 700;
}
/* SP */
@media only screen and (max-width: 768px){
  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-title {
    font-size: 2.2rem;
  }
}

/* font
---------------------------------------------*/
.font-oswald {
  font-family: 'Oswald', sans-serif;
}

/* Display
---------------------------------------------*/
.flex {
  display: flex;
}
.none {
  display: none;
}

/* Marker
---------------------------------------------*/
.marker-red {background:linear-gradient(transparent 60%, #C70C18 60%);}
.marker-yellow {background:linear-gradient(transparent 60%, #ffe000 60%);}
.marker-beige {background:linear-gradient(transparent 60%, #EEE0C3 60%);}

/* ------------------------------------------------------------------------------------------
 Layout
------------------------------------------------------------------------------------------ */
/* Header
---------------------------------------------*/
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  height: 80px;
}
.header-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.header-cta-tel {
  margin-right: 30px;
}
.header-cta-tel-icon {
  fill: #79af9b;
  display: inline-block;
  width: 25px;
  vertical-align: middle;
}
.header-cta-tel .num {
  line-height: 1;
  color: #79af9b;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: -0.015em;
  vertical-align: middle;
}
.header-cta-mail-icon {
  fill: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* PC */
@media only screen and (min-width: 769px){
  .header-cta-tel {
    pointer-events: none;
  }
  .header-cta-mail {
    background-color: #79af9b;
    width: 200px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 100px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .header-top {
    height: 60px;
  }
  .header-cta {
    padding-right: 0;
  }
  .header-cta-tel {
    font-size: 10px;
    font-weight: 600;
    color: #79af9b;
    display: block;
    width: 100px;
    text-align: center;
    margin-right: 0;
    border-left: 1px solid #e5e5e5;
    padding-top: 5px;
    order: 2;
  }
  .header-cta-tel-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }
  .header-cta-mail {
    font-size: 10px;
    font-weight: 600;
    color: #79af9b;
    width: 100px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    padding-top: 5px;
    order: 1;
  }
  .header-cta-mail-icon {
    fill: #79af9b;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }
}

/* MV
---------------------------------------------*/
.mv {
  background-color: #f2f3ee;
}
.mv-item {
  background-image: url(../img/mv.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: calc(1200 / 2400 * 100%);
  width: 100%;
}
/* SP */
@media only screen and (max-width: 768px){
  .mv {}
  .mv .container {
    padding-left: 0;
    padding-right: 0;
  }
  .mv-item {
    background-image: url(../img/mv_sp.png);
    padding-top: calc(1500 / 1500 * 100%);
  }
}

/* Important
---------------------------------------------*/
.important {
  background-color: #ffebeb;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.important-item {
}
.important-item-title {
  background-color: #dc3838;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  font-size: 0.5rem;
  border-radius: 3px;
}
.important-item-data {
  display: inline-block;
  font-size: 0.8rem;
}
.important-item-data a {
  color: #dc3838;
}

/* Grobal Navigation
---------------------------------------------*/

/* Campaign
---------------------------------------------*/
.campaign {
  padding-top: 20px;
  padding-bottom: 20px;
}
.campaign-list {
  display: flex;
  align-items: initial;
  justify-content: space-between;
  flex-wrap: wrap;
}
.campaign-list-item {
  width: 32%;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 3px;
}
.campaign-item-text {
  margin-top: 10px;
}
.campaign-item-text:before {
  content: "";
  background-image: url(../img/arrow-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.campaign-list-item_offer {order:2;}
.campaign-list-item_covid19 {order:1;}
.campaign-list-item_cm {order:3;}
.campaign .slick-dots {
  bottom: -35px;
}
.campaign-modal-box {
  color: #333;
}
.modaal-inner-wrapper {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.modaal-content-container {
  padding: 0px !important;
}
/* SP */
@media only screen and (max-width: 768px){
  .campaign .container {
    padding-left: 0;
    padding-right: 0;
  }
  .campaign-list-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .campaign-list-item_offer {order:1;}
  .campaign-list-item_covid19 {order:2;}
  .campaign-list-item_cm {order:3;}
}

/* offer
---------------------------------------------*/
.offer {}
.offer-desc {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 30px;
  padding: 0 10px;
}
.offer-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-top: 50px;
}
.offer-target-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.offer-target-list-item {
  width: 15%;
}
.offer-target-item-image {
  border-radius: 50%;
  padding: 1.5%;
}
.offer-target-item-image--brand {
  padding: 17.5%;
}
.offer-target-item-name {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.offer-target-item-brand {
  padding: 3%;
}
.offer .attention {
  font-size: 0.8rem;
  margin-top: 30px;
  text-align: center;
}
.offer .cta {
  margin-top: 30px;
}

/* color theme */
.offer-target-item-image,
.offer .cta {
  background-color: #6E2C1B;
}
.offer-target-item-name,
.offer .cta-web-item {
  color: #6E2C1B;
}
.offer .cta-tel-icon,
.offer .cta-mail-icon {
  fill: #6E2C1B;
}
/* SP */
@media only screen and (max-width: 768px){
  .offer-title {
    margin-top: 30px;
  }
  .offer-target-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .offer-target-list-item {
    margin-top: 20px;
    width: 30%;
  }
  .offer-target-list-item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .offer-target-item-name {
    margin-top: 5px;
  }
  .offer .cta-title {
    font-size: 1.8rem;
  }
  .offer .attention {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offer .cta-tel-link {
    color: #6E2C1B;
  }
}

/* covid19
---------------------------------------------*/
.covid19 {
  padding: 50px;
}
.covid19-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: underline;
}
.covid19-date {
  font-size: 0.9rem;
}
.covid19-desc {
  margin-top: 30px;
}
.covid19-section {
  margin-top: 30px;
}
.covid19-section-title {
  font-size: 1.3rem;
}
.covid19-list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.covid19-list-item {}
/* SP */
@media only screen and (max-width: 768px){
  .covid19 {
    padding: 20px;
    font-size: 1.2rem;
  }
}

/* About
---------------------------------------------*/
.about {
  background-image: url(../img/about.svg);
  background-size: 800px;
  background-repeat-y: no-repeat;
  padding-top: 30px;
  padding-bottom: 150px;
  animation: bgslide 15s linear infinite;
  margin-bottom: -1px;
}
@keyframes bgslide {
    0% { background-position: 0 bottom;}
  100% { background-position: -800px bottom;}
}
.about:after {
  content: "";
  background-image: url(../img/icon-car.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  bottom: -30px;
  z-index: 2;
  transform: scale(-1, 1);
}
.about-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  color: #C8982C;
}
.about-title small {
  display: block;
}
.about-text {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 30px;
  line-height: 2;
}
/* SP */
@media only screen and (max-width: 768px){
  .about {
    padding-bottom: 120px;
  }
}

/* Reason
---------------------------------------------*/
.reason {
  background-color: #f2f3ee;
}
.reason-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  background-color: #fff;
}
.reason-list-item {
  width: 25%;
  padding: 120px 30px 30px;
}
.reason-list-item:before {
  content: "";
  background-color: #f2f3ee;
  position: absolute;
}
.reason-list-item:first-child::before {
  display: none;
}
.reason-list-item:after {
  content: "";
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 30px;
  left: calc(50% - 35px);
  border-radius: 50%;
}
.reason-item-fast:after {background-image: url(../img/reason-01.svg);}
.reason-item-skill:after {background-image: url(../img/reason-02.svg);}
.reason-item-area:after {background-image: url(../img/reason-03.svg);}
.reason-item-free:after {background-image: url(../img/reason-04.svg);}
.reason-item-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.reason-item-title sup {
  font-size: 0.4em;
  color: #999;
}
.reason-item-text {
  margin-top: 20px;
}
.reason .attention {
  margin-top: 30px;
  font-size: 0.9rem;
}
/* PC */
@media only screen and (min-width: 769px){
  .reason-list-item:before {
    height: 90%;
    width: 3px;
    left: 0;
    top: 5%;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .reason-list-item {
    width: 100%;
  }
  .reason-list-item:before {
    width: 90%;
    height: 3px;
    left: 5%;
    top: 0;
  }
  .reason-item-text {
    font-size: 1.2rem;
  }
}

/* Achievement
---------------------------------------------*/
.achievement {}
.achievement-list {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  margin-top: 30px;
}
.achievement-list-item {
  text-align: center;
  background-color: #f2f3ee;
  width: 32%;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 120px 0 40px;
  border-radius: 10px;
}
.achievement-list-item sup {
  font-size: 0.5em;
}

.achievement-item-no1 {
  background-image: url(../img/icon-crown.svg);
  background-repeat: no-repeat;
  background-position: center top 35px;
  background-size: 70px;
}
.achievement-item-contract {
  background-image: url(../img/icon-contract.svg);
  background-repeat: no-repeat;
  background-position: center top 45px;
  background-size: 80px;
}
.achievement-item-repeat {
  background-image: url(../img/icon-heart.svg);
  background-repeat: no-repeat;
  background-position: center top 40px;
  background-size: 60px;
}
.achievement-list-item .strong {}
.achievement .attention {
  font-size: 0.9rem;
  margin-top: 30px;
}
/* PC */
@media only screen and (min-width: 769px){
  .achievement-list-item {
    margin-left: 2%;
  }
  .achievement-list-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .achievement-list-item:nth-of-type(n + 4) {
    margin-top: 2%;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .achievement-list-item {
    width: 100%;
    margin-top: 2%;
    text-align: left;
    font-size: 1.5rem;
    padding: 20px 10px 20px 80px;
  }
  .achievement-list-item:first-child {
    margin-top: 0;
  }
  .achievement-item-no1 {
    background-position: left 20px center;
    background-size: 40px;
  }
  .achievement-item-contract {
    background-position: left 20px bottom 25%;
    background-size: 40px;
  }
  .achievement-item-repeat {
    background-position: left 20px center;
    background-size: 40px;
  }
}

/* Problem
---------------------------------------------*/
.problem {
  background-color: #f2f3ee;
}
.problem-list {
  max-width: 950px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
}
.problem-list-item {
  margin-top: 20px;
}
.problem-item-title {
  padding-left: 120px;
}
.problem-item-title:before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.problem-list-item:nth-of-type(1) .problem-item-title:before {background-image: url(../img/icon-female-8_c.svg);}
.problem-list-item:nth-of-type(2) .problem-item-title:before {background-image: url(../img/icon-female-4_c.svg);}
.problem-list-item:nth-of-type(3) .problem-item-title:before {background-image: url(../img/icon-female-1_c.svg);}
.problem-item-title .inner {
  background-color: #f2f3ee;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  margin-left: 30px;
  font-size: 1.2rem;
}
.problem-item-title .inner:before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 40px;
  border-color: transparent transparent #f2f3ee transparent;
}
.problem-item-data {
  padding-right: 120px;
  margin-top: 20px;
  text-align: right;
}
.problem-item-data:before {
  content: "";
  display: block;
  background-image: url(../img/icon-staff-anser.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.problem-item-data .inner {
  background-color: #E7F1EE;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: 30px;
  font-size: 1.2rem;
  text-align: left;
  max-width: 70%;
}
.problem-item-data .inner:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 40px;
  border-color: transparent transparent transparent #E7F1EE;
}
/* SP */
@media only screen and (max-width: 768px){
  .problem-list {
    padding: 20px;
  }
  .problem-item-title {
    padding-bottom: 50px;
    padding-left: 0;
  }
  .problem-item-title:before {
    width: 70px;
    height: 70px;
    z-index: 2;
  }
  .problem-item-title .inner:before {
    left: 30px;
    bottom: -20px;
    border-width: 0 0 15px 25px;
    transform: scale(1 , -1) rotate(90deg);
  }
  .problem-item-data {
    padding-bottom: 50px;
    padding-right: 0;
  }
  .problem-item-data:before {
    width: 70px;
    height: 70px;
    z-index: 2;
  }
  .problem-item-data .inner {
    max-width: 100%;
  }
  .problem-item-data .inner:before {
    right: 40px;
    bottom: -20px;
    border-width: 15px 0 0 25px;
    transform: scale(1 , -1) rotate(-90deg);
  }
}

/* Result
---------------------------------------------*/
.result {
  overflow: hidden;
}
.result-list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.result-list-item {
  width: 20%;
  background-color: #f2f3ee;
  opacity: 0.5;
  transform: scale(0.8);
  transition: all .35s ease-in-out;
  border-radius: 10px;
}
.result-list-item.slick-current {
  transform: scale(1);
  opacity: 1;
}
.result-item-image {}
.result-item-image img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.result-item-title {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  margin-top: 20px;
}
.result-item-price {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.result-item-price:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 25px);
  top: 0;
}
.result-price-title {}
.result-price-data {
  font-weight: 600;
  color: brown;
  line-height: 1.7;
}
.result-price-data .num {
  font-size: 1.8rem;
  font-family: 'Oswald', sans-serif;
}
.result .slick-dots {
  bottom: -40px;
}
/* PC */
@media only screen and (min-width: 769px){
}
/* SP */
@media only screen and (max-width: 768px){
  .result-list-item.slick-current .result-item-title {}
}

/* Item
---------------------------------------------*/
.item {
  background-color: #f2f3ee;
}
.item-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.item-header {
  width: 50%;
  flex-shrink: 0;
}
.item-desc {
  margin-top: 30px;
}
.item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.item-list-item {
  width: 17%;
  background-color: #79af9b;
  border-radius: 50%;
}
.item-name {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #79af9b;
}
.item-item-brand {
  padding: 3%;
}
.item-body {
  width: 50%;
  flex-shrink: 0;
  padding-left: 5%;
}
.item .attention {
  margin-top: 50px;
  font-size: 0.9rem;
}
/* PC */
@media only screen and (min-width: 769px){
  .item-header .section-title {
    text-align: left;
  }
  .item-list-item:nth-of-type(n + 6) {
    margin-top: 7%;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .item-header {
    width: 100%;
  }
  .item-body {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .item-desc {
    font-size: 1.2rem;
  }
  .item-list {
    justify-content: initial;
  }
  .item-list-item {
    width: 22%;
    margin-top: 30px;
    margin-left: 4%;
  }
  .item-list-item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .item-list-item:nth-of-type(-n + 4) {
    margin-top: 0;
  }
  .item-name {
    bottom: -20px;
  }
  .item .attention {
    font-size: 1.2rem;
  }
}

/* Flow
---------------------------------------------*/
.flow {}
.flow-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  color: transparent;
}
.flow-list-item {
  width: 23%;
  background-color: #f2f3ee;
  padding: 30px;
  border-radius: 10px;
}
.flow-list-item:before {
  font-family: 'Oswald', sans-serif;
  color: #79af9b;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  display: block;
  left: 0;
  position: absolute;
  top: 20px;
  line-height: 1;
}
.flow-list-item:nth-of-type(1):before {content: "01";}
.flow-list-item:nth-of-type(2):before {content: "02";}
.flow-list-item:nth-of-type(3):before {content: "03";}
.flow-list-item:nth-of-type(4):before {content: "04";}
.flow-item-image {}
.flow-item-image img {
  margin-left: auto;
  margin-right: auto;
}
.flow-item-title {
  text-align: center;
  color: #79af9b;
  font-weight: 600;
  font-size: 1.2rem;
}
.flow .attention {
  font-size: 0.9rem;
  margin-top: 30px;
}
/* PC */
@media only screen and (min-width: 769px){
  .flow-item-title {
    margin-top: -20px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .flow-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 2%;
  }
  .flow-list-item:first-child {
    margin-top: 0;
  }
  .flow-list-item:before {
    text-align: left;
    padding-left: 30%;
    top: 25%;
  }
  .flow-item-image {
    width: 30%;
  }
  .flow-item-title {
    padding-top: 7.5%;
  }
}

/* Review
---------------------------------------------*/
.review {
  background-color: #f2f3ee;
}
.review-list {
  margin-top: 30px;
}
.review-list-item {
  width: 32%;
  background-color: #fff;
  font-size: 1.2rem;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 80px;
  margin-left: 10px;
  margin-right: 10px;
}
.review-list-item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: calc(50% + 45px);
}
.review-list-item:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  bottom: -80px;
  left: calc(50% - 50px);
}
.review-item-author-1:after {background-image: url(../img/icon-female-1_a.svg);}
.review-item-author-2:after {background-image: url(../img/icon-female-5_b.svg);}
.review-item-author-3:after {background-image: url(../img/icon-female-2_a.svg);}
.review-item-author-4:after {background-image: url(../img/icon-female-6_b.svg);}
.review-item-author-5:after {background-image: url(../img/icon-female-3_a.svg);}
.review-item-author-6:after {background-image: url(../img/icon-female-7_b.svg);}
.review-list .slick-track {
  display: flex !important;
  align-items: flex-end;
}
.review .slick-dots {
  bottom: -35px;
}
.review .attention {
  font-size: 0.9rem;
  margin-top: 60px;
}

/* CTA
---------------------------------------------*/
.cta {
  background-color: #79af9b;
  padding: 50px 0;
}
.cta-title {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}
.cta-title small {
  display: block;
  font-size: 0.7em;
  line-height: 1;
}
.cta-tel {
  text-align: center;
  margin-top: 10px;
}
.cta-tel-icon {
  display: inline-block;
  background-image: url(../img/icon-tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.cta-tel-link {
  font-size: 4.5rem;
  font-weight: 600;
  font-family: 'Oswald', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #fff;
  line-height: 1;
}
.cta-web {
  margin-top: 30px;
  padding-top: 15px;
}

.cta-web:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 25px);
  top: 0;
}
.cta-web-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.cta-web-item {
  display: block;
  text-align: center;
  background-color: #fff;
  color: #79af9b;
  font-weight: 600;
  padding: 20px 0;
  font-size: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 10px 0 rgba(0,0,0,0.2);
  margin-top: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.cta-web-item:active {
  box-shadow: 0 5px 0 rgba(0,0,0,0.2);
  top: 5px;
}

.cta-mail-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  fill: #79af9b;
}
/* PC */
@media only screen and (min-width: 769px){
  .cta-tel-link {
    pointer-events: none;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .cta {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cta-tel-link {
    display: block;
    text-align: center;
    background-color: #fff;
    color: #79af9b;
    font-weight: 600;
    padding: 20px 0;
    font-size: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 10px 0 rgba(0,0,0,0.2);
    margin-top: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-tel-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    fill: #79af9b;
  }
}

/* Contact Form
---------------------------------------------*/
.contact.section {
  padding-bottom: 30px;
}
.contactform {}
.contactform-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
}
.contactform-item-title {
  width: 30%;
}
.contactform-item-title:before {
  content: "任意";
  color: rgb(255, 255, 255);
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1;
  background: linear-gradient(135deg, rgb(121, 155, 203) 0px, rgb(121, 155, 203) 50%, rgb(99, 124, 165) 50%, rgb(99, 124, 165) 100%);
  padding: 5px 10px;
  border-radius: 2px;
}
.contactform-item-title--require:before {
  content: "必須";
  background: linear-gradient(135deg, rgb(248, 86, 86) 0px, rgb(248, 86, 86) 50%, rgb(211, 74, 74) 50%, rgb(211, 74, 74) 100%);
}
.contactform-item-data {
  width: 70%;
}
.contactform-item-data--name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactform-input-text {
  width: 100%;
  height: 50px;
  background-color: #f2f3ee !important;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactform-input-text--name {
  width: 49%;
}
.contactform-input-text--remarks {
  padding: 10px;
  height: 150px;
}
.contactform, .contact_form-agree, .contact_form-button-box {
  margin-top: 30px;
}
.contact_form__button {
  background: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  background-color: #79af9b;
  color: #fff;
  max-width: 500px;
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: none;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 0 #608C7C;
  padding: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dealer-text {
  margin-bottom: 50px;
}
.dealer-text .tCenter {
  margin-top: 0;
  font-size: 0.8rem;
}
/* SP */
@media only screen and (max-width: 768px){
  .contactform-item {
    margin-top: 20px;
  }
  .contactform-item:first-child {
    margin-top: 0;
  }
  .contactform-item-title {
    width: 100%;
  }
  .contactform-item-data {
    width: 100%;
    margin-top: 10px;
  }
}

/* Other
---------------------------------------------*/
#chatplusview.closed #outline #eye_catcher {
  display: none!important;
}
.chatbot {
  background-image: url(../img/icon-chat.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-color: #79af9b;
  background-position: left 15px center;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 2;
  padding: 10px 20px 10px 60px;
  border-radius: 10px;
  box-shadow: 0 10px 0 #608c7c;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.chatbot:active {
  box-shadow: 0 5px 0 #608c7c;
  bottom: 15px;
}
.stalking-navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0px;
  z-index: 2;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.stalking-navi-item {
  width: calc(100% / 3);
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  color: #79af9b;
  padding: 5px 0;
  border-left: 1px solid #e5e5e5;
}
.stalking-navi-item:first-child {
  border-left: 0;
}
.stalking-navi-item-icon {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  fill: #79af9b;
}

