@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@media screen and (min-width: 576px) {
  #header {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fix_btn {
  position: fixed;
  bottom: 10px;
  right: 50px;
  z-index: 1;
}
@media (max-width: 750px) {
  .fix_btn {
    width: 120px;
    height: 120px;
    right: 10px;
  }
}

.bottom-cta {
  display: none;
}

#footer {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp {
  display: none;
}

@media (max-width: 750px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.bold {
  font-weight: bold;
}

.wrapper {
  font-size: 1.8rem;
  line-height: 2;
  background-color: #fff;
}
@media (max-width: 750px) {
  .wrapper {
    font-size: 1.6rem;
    padding-top: 55px;
  }
}

p {
  line-height: 2;
  margin: 0;
}

.home_ttl {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
}
@media (max-width: 750px) {
  .home_ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.home_ttl span {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #AF964B;
  display: block;
  margin: 16px 0 0;
}
@media (max-width: 750px) {
  .home_ttl span {
    font-size: 1rem;
  }
}

.news {
  background-color: #F5F3EF;
  padding: 80px 0;
}
@media (max-width: 750px) {
  .news {
    padding: 40px 0 80px;
  }
}

.news_box {
  background-color: #fff;
  padding: 40px;
  width: 90%;
  max-width: 980px;
  margin: 40px auto 0;
  border-radius: 24px;
}

.news_ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .news_ttl {
    font-size: 1.8rem;
  }
}
.news_ttl span {
  font-size: 1.8rem;
  color: #C5C5C5;
  margin-right: 10px;
  font-weight: normal;
}
@media (max-width: 750px) {
  .news_ttl span {
    display: block;
    font-size: 1.6rem;
  }
}

.news_txt {
  font-size: 1.8rem;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .news_txt {
    font-size: 1.6rem;
  }
}

.service {
  padding: 80px 0;
}

.service_contents_itemWrap {
  max-width: 808px;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 750px) {
  .service_contents_itemWrap {
    display: block;
    margin-top: 40px;
  }
}

.service_contents_item {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  width: calc(50% - 20px);
  overflow: hidden;
}
@media (max-width: 750px) {
  .service_contents_item {
    width: 100%;
  }
}
.service_contents_item h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .service_contents_item h3 {
    font-size: 2rem;
  }
}

.service_contents_item__bottom {
  padding: 40px 24px;
}
.service_contents_item__bottom p {
  font-size: 1.8rem;
}

.service_btn {
  background-color: #004F3C;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  line-height: 60px;
  margin-top: 50px;
}
.service_btn span {
  height: 8px;
  display: block;
  width: 14px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: relative;
  margin-left: 16px;
}
.service_btn span img {
  position: absolute;
}
@media (max-width: 750px) {
  .service_btn {
    margin-top: 20px;
  }
}

.service_contents_item:nth-child(odd) {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .service_contents_item:nth-child(odd) {
    margin-right: 0;
  }
}

.service_contents_item:nth-child(n+3) {
  margin-top: 40px;
}

@media (max-width: 750px) {
  .service_contents_item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.smileplus {
  padding: 160px 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  .smileplus {
    padding: 80px 0;
  }
}
.smileplus p {
  font-size: 1.8rem;
  width: 90%;
  max-width: 980px;
  margin: 80px auto 0;
}
@media (max-width: 750px) {
  .smileplus p {
    font-size: 1.6rem;
  }
}

.smileplus__anime_wrap {
  -webkit-animation: infiniteScroll 16s linear infinite;
          animation: infiniteScroll 16s linear infinite;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .smileplus__anime_wrap {
    display: none;
  }
}

.smileplus__anime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.smileplus__anime ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.smileplus__anime li {
  width: 25vw;
  max-width: 290px;
  margin-left: 40px;
  border-radius: 16px;
  overflow: hidden;
}

@-webkit-keyframes infiniteScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infiniteScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.smileplus__sp_img {
  display: none;
}
@media (max-width: 750px) {
  .smileplus__sp_img {
    display: block;
    margin-top: 80px;
  }
}

.reason {
  background-color: #F5F3EF;
  padding: 160px 0 160px;
}
.reason .home_ttl {
  margin-bottom: 130px;
}
@media (max-width: 750px) {
  .reason .home_ttl {
    margin-bottom: 75px;
  }
}

.reason_item {
  position: relative;
}

.reason_item + .reason_item {
  margin-top: 90px;
}
@media (max-width: 750px) {
  .reason_item + .reason_item {
    margin-top: 64px;
  }
}

.reason_item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 87%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
}
@media (max-width: 750px) {
  .reason_item__inner {
    padding: 50px 24PX;
    display: block;
  }
}

.reason_item__num {
  display: block;
  position: absolute;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #AF964B;
  top: -50px;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 750px) {
  .reason_item__num {
    width: 50px;
    height: 50px;
    top: -24px;
    font-size: 2rem;
    padding-top: 12px;
    z-index: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.reason_item__img {
  margin-right: 56px;
  width: 43.2653061224%;
}
@media (max-width: 750px) {
  .reason_item__img {
    margin-right: 0;
    width: 100%;
  }
}

.reason_item__dsp {
  width: 51.0204081633%;
}
@media (max-width: 750px) {
  .reason_item__dsp {
    margin-top: 20px;
    width: 100%;
  }
}
.reason_item__dsp h3 {
  font-size: 2.4rem;
  color: #AF964B;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .reason_item__dsp h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.reason_item__dsp p span {
  font-weight: bold;
}

.flow {
  background-color: #F5F3EF;
  padding: 160px 0;
}
@media (max-width: 750px) {
  .flow {
    padding: 80px 0;
  }
}
.flow .home_ttl {
  margin-bottom: 80px;
}

.flow_box {
  max-width: 940px;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 6.8085106383%;
  background-color: #fff;
  border-radius: 24px;
  position: relative;
}
@media (max-width: 750px) {
  .flow_box {
    display: block;
    padding: 60px 30px;
  }
}

.flow_box__img {
  width: 21.6748768473%;
}
@media (max-width: 750px) {
  .flow_box__img {
    width: 100%;
    text-align: center;
  }
  .flow_box__img img {
    width: 176px;
    height: 176px;
  }
}

.flow_box__dsp {
  width: 73.8916256158%;
}
@media (max-width: 750px) {
  .flow_box__dsp {
    width: 100%;
    margin-top: 30px;
  }
}
.flow_box__dsp h3 {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 750px) {
  .flow_box__dsp h3 {
    font-size: 2rem;
    text-align: center;
  }
}
.flow_box__dsp p {
  line-height: 1.8;
}

.flow_box + .flow_box {
  margin-top: 87px;
}

.flow_box + .flow_box::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: url(../images/service/flow_arrow.svg);
  top: -55px;
  width: 23px;
  height: 38px;
}

.flow_btn {
  margin: 80px auto 0;
  display: block;
  width: 508px;
}
@media (max-width: 750px) {
  .flow_btn {
    width: 100%;
    text-align: center;
  }
}

.home_footer a {
  width: 100%;
  background-color: #004F3C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}