@charset "UTF-8";
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
/*--------------------------------------------------------------
# COLOR
--------------------------------------------------------------*/
/*================================
* フォントサイズ
=================================*/
/*ベース最大値*/
/*PCのfont-size掛け率*/
/*-------------------------------------
* COMMON
*--------------------------------------*/
.m-graph {
  background-color: #fff;
  background-image: linear-gradient(#f2f2f2 1px, transparent 0), linear-gradient(90deg, #f2f2f2 1px, transparent 0);
  background-size: 10px 10px;
}

.m-t_pk {
  color: #ff3a6c;
}

.m-flex {
  display: flex;
  justify-content: space-between;
}

.m-inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 820px) {
  .m-inner {
    padding: 50px 5%;
  }
}
@media (max-width: 599px) {
  .m-inner {
    padding: 30px 4%;
  }
}
.m-inner_m {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 2%;
}
@media (max-width: 820px) {
  .m-inner_m {
    padding: 50px 5%;
  }
}
@media (max-width: 599px) {
  .m-inner_m {
    padding: 30px 4%;
  }
}
.m-inner_m-2 {
  padding: 80px 2% 60px;
  margin-top: 8%;
  position: relative;
}
@media (max-width: 820px) {
  .m-inner_m-2 {
    padding: 60px 5% 50px;
  }
}
@media (max-width: 599px) {
  .m-inner_m-2 {
    padding: 50px 4% 30px;
    margin-top: 50px;
  }
}
.m-inner_l {
  max-width: calc(1080px + 2%);
  margin: 0 auto;
  padding: 60px 2%;
}
@media (max-width: 820px) {
  .m-inner_l {
    padding: 50px 5%;
  }
}
@media (max-width: 599px) {
  .m-inner_l {
    padding: 30px 4%;
  }
}
.m-inner_l-2 {
  padding: 80px 2% 60px;
  margin-top: 8%;
  position: relative;
}
@media (max-width: 820px) {
  .m-inner_l-2 {
    padding: 60px 5% 50px;
  }
}
@media (max-width: 599px) {
  .m-inner_l-2 {
    padding: 50px 4% 30px;
    margin-top: 50px;
  }
}

.m-acc--btn.open::after {
  transform: rotate(180deg);
  top: calc(50% - 10px);
}
.m-acc--content {
  display: none;
}

.m-ttl {
  font-size: 40px;
  font-size: clamp(25px,2.941vw,40px);
  font-weight: 900;
  color: #00b27b;
  text-align: center;
  line-height: 1.2;
  background: url(../img/m-ttl-bg.png) no-repeat 50% bottom;
  background-size: contain;
  width: 600px;
  padding: 0 20px 80px;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}
@media (max-width: 760px) {
  .m-ttl {
    width: 88%;
  }
}
@media (max-width: 599px) {
  .m-ttl {
    padding: 0 20px 45px;
    top: -35px;
  }
}
.m-ttl em {
  font-size: 56px;
  font-size: clamp(35px,4.118vw,56px);
}

/*--Contents-------------------*/
.about {
  background: #def5ee;
}
.about .m-inner_l {
  max-width: 1360px;
}
.about-list {
  justify-content: center;
  margin-bottom: 15%;
  position: relative;
}
@media (max-width: 820px) {
  .about-list {
    margin-bottom: 20%;
  }
}
.about-list::after {
  content: "";
  display: block;
  width: 237px;
  width: min(21.9444444444vw, 237px);
  height: 230px;
  height: min(21.2962962963vw, 230px);
  background: url(../img/about-img-1.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 57%;
  z-index: 10;
  transform: translateX(-58%);
}
.about-list--item {
  font-size: 29px;
  font-size: clamp(18px,2.132vw,29px);
  font-weight: 900;
  color: #fff;
  text-align: center;
  background-color: #00b27b;
  border-radius: 50%;
  border: 5px solid #666;
  width: 260px;
  width: min(34.6666666667vw, 260px);
  height: 260px;
  height: min(34.6666666667vw, 260px);
  margin: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 599px) {
  .about-list--item {
    border-width: 3px;
  }
}
.about-list--item em {
  font-size: 40px;
  font-size: clamp(25px,2.941vw,40px);
  font-weight: 900;
}
@media (max-width: 599px) {
  .about-comp {
    display: block;
  }
}
.about-comp--box {
  flex-basis: 49%;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 2px 4px rgba(0, 178, 123, 0.27);
  padding: 0 2% 30px;
  position: relative;
}
@media (max-width: 599px) {
  .about-comp--box {
    padding: 0 3% 30px;
  }
  .about-comp--box:first-of-type {
    margin-bottom: 65px;
  }
}
.about-comp--ttl {
  font-size: 34px;
  font-size: clamp(22px,2.5vw,34px);
  font-weight: 900;
  color: #fff;
  background: #949494;
  padding: 15px;
  width: 80%;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  position: relative;
}
@media (max-width: 599px) {
  .about-comp--ttl {
    padding: 8px;
    top: -28px;
  }
}
.about-comp--ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid #949494;
  border-color: #949494 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.about-comp--ttl-2 {
  background-color: #00b27b;
}
.about-comp--ttl-2::after {
  border-color: #00b27b transparent transparent transparent;
}
.about-comp--text_b {
  font-size: 41px;
  font-size: clamp(26px,3.015vw,41px);
  font-weight: 900;
  color: #ff3a6c;
  line-height: 1;
  text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.8), 0px -3px 4px rgba(255, 255, 255, 0.8), 3px 0px 4px rgba(255, 255, 255, 0.8), -3px 0px 4px rgba(255, 255, 255, 0.8), -4px -2px 4px rgba(255, 255, 255, 0.8), 4px 2px 4px rgba(255, 255, 255, 0.8), -4px 2px 4px rgba(255, 255, 255, 0.8), 4px -2px 4px rgba(255, 255, 255, 0.8);
  margin-top: -75px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .about-comp--text_b {
    margin-top: -50px;
  }
}
.about-comp--text_b em {
  font-size: 82px;
  font-size: clamp(52px,6.029vw,82px);
}
.about-comp--text_l {
  font-size: 41px;
  font-size: clamp(26px,3.015vw,41px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.8), 0px -3px 4px rgba(255, 255, 255, 0.8), 3px 0px 4px rgba(255, 255, 255, 0.8), -3px 0px 4px rgba(255, 255, 255, 0.8), -4px -2px 4px rgba(255, 255, 255, 0.8), 4px 2px 4px rgba(255, 255, 255, 0.8), -4px 2px 4px rgba(255, 255, 255, 0.8), 4px -2px 4px rgba(255, 255, 255, 0.8);
  margin-top: -15px;
  margin-bottom: 10px;
}
.about-comp--text_l em {
  font-size: 51px;
  font-size: clamp(32px,3.75vw,51px);
}
.about-comp--text_m {
  font-size: 25px;
  font-size: clamp(16px,1.838vw,25px);
  font-weight: 700;
  color: #00b27b;
  border: 1px solid #00b27b;
  padding: 10px;
}
@media (max-width: 599px) {
  .about-comp--text_m {
    padding: 10px 5px;
  }
}
.about-comp--text_m span {
  display: inline-block;
  font-size: 33px;
  font-size: clamp(21px,2.426vw,33px);
  color: #ff3a6c;
  padding: 0 7px;
  position: relative;
  z-index: 2;
}
@media (max-width: 599px) {
  .about-comp--text_m span {
    padding: 0 3px;
  }
}
.about-comp--text_m span::before {
  content: "";
  display: block;
  background: #fce890;
  height: 15px;
  width: 102%;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}
.about-comp--text_m span em {
  font-size: 41px;
  font-size: clamp(26px,3.015vw,41px);
  font-weight: 900;
}
.about-comp--text_s {
  font-size: 25px;
  font-size: clamp(16px,1.838vw,25px);
  font-weight: 700;
}
@media (max-width: 599px) {
  .about-comp--text_s {
    font-size: 18px;
  }
}
.about-comp--note {
  font-size: 19px;
  font-size: clamp(12px,1.397vw,19px);
  text-align: left;
  margin-top: 10px;
}
.about-bottom_t {
  font-size: 30px;
  font-size: clamp(19px,2.206vw,30px);
  font-weight: 900;
  text-align: center;
}
.about-bottom_t span {
  color: #ff3a6c;
}
.about-bottom_t span em {
  font-size: 38px;
  font-size: clamp(24px,2.794vw,38px);
}
.about-bottom_t:first-of-type {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .about-bottom_t:first-of-type {
    margin-top: 25px;
  }
}

.reason-inner {
  max-width: calc(1500px + 8%);
}
.reason .m-ttl {
  margin: 0 auto;
  position: static;
  transform: none;
}
.reason-list {
  margin-top: 50px;
}
@media (max-width: 820px) {
  .reason-list {
    display: block;
  }
}
@media (max-width: 599px) {
  .reason-list {
    margin-top: 20px;
  }
}
.reason-list--item {
  flex-basis: 33%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
@media (max-width: 820px) {
  .reason-list--item {
    margin-bottom: 20px;
  }
  .reason-list--item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .reason-list--item {
    padding: 10px 10px 15px;
  }
}
.reason-list--ttl {
  font-size: 32px;
  font-size: clamp(20px,2.353vw,32px);
  font-weight: 900;
  color: #00b27b;
  line-height: 1.2;
  background-color: #def5ee;
  padding: 0 10px 0 85px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 599px) {
  .reason-list--ttl {
    padding: 0 10px 0 70px;
  }
}
.reason-list--ttl span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
  min-height: 76px;
  position: relative;
}
@media (max-width: 599px) {
  .reason-list--ttl span {
    min-height: 64px;
  }
}
.reason-list--ttl em {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 34px;
  font-size: clamp(21px,2.5vw,34px);
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: 83px;
  width: min(11.0666666667vw, 83px);
  height: 83px;
  height: min(11.0666666667vw, 83px);
  border-radius: 50%;
  background-color: #00b27b;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .reason-list--ttl em {
    width: 60px;
    height: 60px;
  }
}
.reason-list--ttl em::before {
  content: "理由";
  display: block;
  font-size: 20px;
  font-size: clamp(13px,1.471vw,20px);
}
.reason-list--text {
  font-size: 21px;
  font-size: clamp(13px,1.544vw,21px);
}
@media (max-width: 820px) {
  .reason-list--text {
    font-size: 14px;
  }
}

.merit {
  background: #def5ee;
}
.merit .m-inner_l {
  max-width: calc(1500px + 8%);
}
.merit-list {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-right: -1.3%;
}
@media (max-width: 599px) {
  .merit-list {
    margin-top: 10px;
    margin-right: 0;
  }
}
.merit-list--item {
  flex-basis: 32%;
  background-color: #fff;
  margin-right: 1.3%;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .merit-list--item {
    flex-basis: 48%;
  }
}
@media (max-width: 599px) {
  .merit-list--item {
    flex-basis: 100%;
    margin-right: 0;
  }
  .merit-list--item:nth-of-type(1) img {
    max-width: 60%;
  }
  .merit-list--item:nth-of-type(2) img {
    max-width: 50%;
  }
  .merit-list--item:nth-of-type(3) img {
    max-width: 75%;
  }
  .merit-list--item:nth-of-type(4) img {
    max-width: 75%;
  }
  .merit-list--item:nth-of-type(5) img {
    max-width: 85%;
  }
  .merit-list--item:nth-of-type(6) img {
    max-width: 50%;
  }
  .merit-list--item:nth-of-type(7) img {
    max-width: 65%;
  }
}
.merit-list--item img {
  display: block;
  margin: 20px auto 0;
}
@media (max-width: 599px) {
  .merit-list--item img {
    padding: 0 20px;
  }
}
.merit-list--ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 27px;
  font-size: clamp(17px,1.985vw,27px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  background-color: #00b27b;
  min-height: 80px;
  padding-left: 30%;
  position: relative;
}
@media (max-width: 599px) {
  .merit-list--ttl {
    font-size: 20px;
    min-height: 50px;
    padding-left: 26%;
  }
}
.merit-list--ttl span {
  display: block;
  position: relative;
  padding: 3px 0;
}
.merit-list--ttl em {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 54px;
  font-size: clamp(34px,3.971vw,54px);
  font-family: "Noto Sans", sans-serif;
  color: #00b27b;
  text-align: center;
  line-height: 1;
  background-color: #fce890;
  padding: 4% 2%;
  position: absolute;
  left: 10px;
  top: 0;
}
.merit-list--ttl em::before {
  content: "メリット";
  display: block;
  font-size: 23px;
  font-size: clamp(15px,1.691vw,23px);
}
.merit-list--text {
  font-size: 21px;
  font-size: clamp(13px,1.544vw,21px);
  line-height: 1.6;
  padding: 20px 20px 35px;
}
@media (max-width: 599px) {
  .merit-list--text {
    font-size: 14px;
    padding: 10px 16px 20px;
  }
}

.service {
  text-align: center;
  background: #00b27b;
}
.service-text {
  font-size: 23px;
  font-size: clamp(15px,1.691vw,23px);
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .service-text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 25px;
  }
}
.service-bottom {
  justify-content: flex-start;
  align-items: center;
  font-size: 31px;
  font-size: clamp(20px,2.279vw,31px);
  font-weight: 900;
  color: #fff;
  text-align: left;
  text-shadow: 2px 4px rgba(0, 178, 123, 0.5);
  -webkit-text-stroke: 1px #00b27b;
  text-stroke: 1px #00b27b;
  background: rgba(255, 255, 255, 0.5);
  border: 6px solid #45c79f;
  padding: 20px;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .service-bottom {
    font-size: 18px;
    border-width: 4px;
    padding: 10px;
    margin-top: 25px;
  }
}
.service-bottom span {
  display: block;
  flex-basis: 20%;
  margin-right: 15px;
}
@media (max-width: 599px) {
  .service-bottom span {
    margin-right: 10px;
  }
}

@media (max-width: 599px) {
  .flow .m-inner_m-2 {
    margin-top: 80px;
  }
}
.flow-list {
  background: #eee;
  padding: 40px 10%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 599px) {
  .flow-list {
    padding: 20px 2% 25px;
  }
}
.flow-list::before {
  content: "";
  display: inline-block;
  width: 80px;
  width: min(10.6666666667vw, 80px);
  height: 80px;
  height: min(10.6666666667vw, 80px);
  position: absolute;
  left: 0;
  top: 0;
}
.flow-list:nth-of-type(1) {
  margin-top: 50px;
  z-index: 40;
}
@media (max-width: 599px) {
  .flow-list:nth-of-type(1) {
    margin-top: 30px;
  }
}
.flow-list:nth-of-type(1)::before {
  background: url(../img/flow-img-1.png) no-repeat;
  background-size: contain;
}
.flow-list:nth-of-type(2) {
  z-index: 30;
}
.flow-list:nth-of-type(2)::before {
  background: url(../img/flow-img-2.png) no-repeat;
  background-size: contain;
}
.flow-list:not(:last-of-type)::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #eee;
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 100%;
}
.flow-list--head {
  font-size: 29px;
  font-weight: 900;
  color: #00b27b;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .flow-list--head {
    font-size: 20px;
  }
}
.flow-list--head span {
  display: inline-block;
}
.flow-list--desc {
  font-size: 20px;
}
@media (max-width: 599px) {
  .flow-list--desc {
    font-size: 14px;
  }
}

.company {
  color: #00b27b;
  border-top: 3px solid #00b27b;
  border-bottom: 3px solid #00b27b;
}
@media (max-width: 599px) {
  .company {
    border-width: 2px;
  }
  .company .m-inner {
    padding: 30px 7%;
  }
}
.company-ttl {
  font-size: 46px;
  font-size: clamp(29px,3.382vw,46px);
  font-weight: 900;
  color: #00b27b;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .company-ttl {
    margin-bottom: 10px;
  }
}
.company-profile {
  flex-wrap: wrap;
  border-bottom: 3px dotted #014c9c;
  padding: 15px 0;
}
@media (max-width: 599px) {
  .company-profile {
    border-width: 2px;
    padding: 10px 0;
  }
}
.company-profile dt {
  flex-basis: 40%;
  font-size: 29px;
  font-size: clamp(18px,2.132vw,29px);
  font-weight: 700;
}
@media (max-width: 599px) {
  .company-profile dt {
    flex-basis: 26%;
  }
}
.company-profile dd {
  font-size: 29px;
  font-size: clamp(18px,2.132vw,29px);
  flex-basis: 60%;
}
@media (max-width: 599px) {
  .company-profile dd {
    flex-basis: 70%;
  }
}
.company-profile:nth-last-of-type(1) {
  margin-bottom: 40px;
}
.company-message {
  font-size: 22px;
  font-size: clamp(14px,1.618vw,22px);
  color: #5c5b5b;
  background-color: #eee;
  padding: 30px 20px;
}
@media (max-width: 599px) {
  .company-message {
    padding: 25px 15px;
  }
}

.qa {
  background: #d4e5e0;
}
.qa-ttl {
  font-size: 58px;
  font-size: clamp(36px,4.265vw,58px);
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-shadow: 2px 4px rgba(0, 178, 123, 0.5);
  -webkit-text-stroke: 1px #00b27b;
  text-stroke: 1px #00b27b;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .qa-ttl {
    margin-bottom: 30px;
  }
}
.qa-list {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .qa-list {
    margin-left: -4%;
    margin-right: -4%;
  }
}
.qa-list--q {
  font-size: 34px;
  font-size: clamp(21px,2.5vw,34px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  background: #00b27b;
  padding: 15px 10% 15px 20px;
  position: relative;
}
@media (max-width: 599px) {
  .qa-list--q {
    padding: 12px 40px 12px 15px;
  }
}
.qa-list--q::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid #fff;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 5%;
  top: 50%;
}
@media (max-width: 599px) {
  .qa-list--q::after {
    border-width: 8px;
  }
}
.qa-list--a {
  font-size: 34px;
  font-size: clamp(21px,2.5vw,34px);
  color: #424242;
  padding: 15px 20px;
}

/*--footer-------------------*/
.footer {
  font-size: 16px;
  font-size: clamp(10px,1.176vw,16px);
  text-align: center;
  padding: 40px 3% 10px;
  background: #def5ee;
}
@media (max-width: 599px) {
  .footer {
    font-size: 14px;
    padding: 20px 4% 10px;
  }
}
.footer-logo {
  margin: 0 auto 10px;
}
@media (max-width: 599px) {
  .footer-logo {
    max-width: 160px;
    margin: 0 auto 3px;
  }
}
.footer-add {
  font-size: 18px;
  margin-bottom: 10px;
}
.footer-copy {
  display: block;
  font-size: 13px;
  color: #00b27b;
  text-align: center;
}

/*--------------------------------------
* 追従
*---------------------------------------*/
.fix_btn {
  display: none;
  text-align: center;
  background: #def5ee;
  width: 100%;
  padding: 10px 1%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
@media (max-width: 760px) {
  .fix_btn {
    padding: 10px 1%;
  }
}
.fix_btn-ttl {
  display: block;
  margin: 0 auto 10px;
  max-width: 200px;
}
@media (max-width: 599px) {
  .fix_btn-ttl {
    max-width: 115px;
    margin-bottom: 5px;
  }
}
.fix_btn .footer-btn {
  max-width: 870px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .fix_btn a {
    font-size: 14px;
    -webkit-font-smoothing: auto;
    padding: 10px 0;
    margin: 0 5px;
  }
  .fix_btn a .btn_sub_t {
    font-size: 10px;
    letter-spacing: -0.03em;
  }
  .fix_btn a img {
    width: 1rem;
  }
}
@media (max-width: 599px) {
  .fix_btn .m-btn_tel img {
    width: 0.8rem;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */

.br_sp { display: none}
.br_pc { display: block}

@media (max-width: 768px) {
.br_sp { display: block}
.br_pc { display: none}
}


        .mv_inner {padding: 20px 0 0 0;}
        @media (max-width: 768px) { .mv_inner {padding: 0;}}
        .mv_kuruma { display: block; margin: 0 auto; width: 765px;}
        .swiper_wrp { position: relative;max-width: 800px;
  margin: 10px auto 0;}
        .aitori_txt { display: block;
        position: absolute;
        top:-100px;
         right: 0;
  left: 0;
  margin: 0 auto;
 z-index: 10;
  width:550px;}
        
        @media (max-width: 768px) {
            .aitori_txt {width: 60%;
        top: -42px;}
        }

        .mainvisual {padding:10px 0 2px;}
.swiper {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    padding:0 0 40px;
}
        @media (max-width: 768px) {
            .swiper { padding:0px 0 40px;}
        }

.swiper-card{
    width: 100%;
    height: 100%;
    padding:0;
    text-align: center;
   /* background-color: #FFF;  */  
}

.swiper-card_img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: fill;
}
/* 前後ボタンの色 */
.swiper-button-next::after,
.swiper-button-prev::after{
    color: #f3da1a;
    position: relative;
   /* top: -50%;*/
    
    content: '＞';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/face.png);
  background-size: contain;
  /*vertical-align: middle;*/
  font-size: 25px;
    font-weight: bold;
}
        
        .swiper-button-prev::after{
    content: '＜';
}

/* ページネーション現在地の色 */
.swiper-pagination-bullet-active{
    background-color: #f3da1a;
}
.swiper-slide img {
  transition: 0.3s;
  opacity: 0.4;
}
.swiper-slide-active img {
  opacity: 1;
}
