@charset "UTF-8";
/* -------------------------------------------------
 設定
------------------------------------------------- */
/* -------------------------------------------------
 ベース
------------------------------------------------- */
body {
  color: #545354;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}

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

/* -------------------------------------------------
 共通クラス
------------------------------------------------- */
.inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1087px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media screen and (max-width: 839px) {
  .inner {
    padding: 0 16px;
  }
}

.section__title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 839px) {
  .section__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .section__title {
    font-size: 16px;
  }
}

.section__title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 114px;
  height: 17px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 16px);
          transform: translate(-50%, 16px);
  background-image: url(../image/decoration_3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 839px) {
  .section__title::after {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

@media screen and (max-width: 599px) {
  .section__title::after {
    width: 72px;
    height: 12px;
  }
}

@media screen and (max-width: 839px) {
  .pc-only {
    display: none;
  }
}

.tablet-only {
  display: none;
}

@media screen and (max-width: 839px) {
  .tablet-only {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .tablet-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp-only {
    display: block;
  }
}

.cta__btn {
  text-align: center;
}

.cta__btn a {
  position: relative;
  display: inline-block;
  background-color: #F63180;
  width: 759px;
  max-width: 100%;
  padding: 32px 0;
  border-bottom: 8px solid #AD1F58;
  border-radius: 58px;
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 839px) {
  .cta__btn a {
    width: 327px;
    padding: 24px 29px 24px 0;
    border-bottom: 6px solid #AD1F58;
    font-size: 18px;
    font-weight: 500;
  }
}

@media screen and (max-width: 599px) {
  .cta__btn a {
    padding: 27px 24px 27px 0;
  }
}

.cta__btn a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../image/arrow.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 839px) {
  .cta__btn a::after {
    width: 19px;
    height: 19px;
    right: 20px;
    background-size: 19px 19px;
  }
}

@media screen and (max-width: 599px) {
  .cta__btn a::after {
    right: 20px;
  }
}

.cta__btn a:hover {
  margin-top: 6px;
  border-bottom: 2px solid #AD1F58;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 839px) {
  .cta__btn a:hover {
    margin-top: 4px;
  }
}

.cta__btn a span {
  font-size: 18px;
}

@media screen and (max-width: 839px) {
  .cta__btn a span {
    font-size: 14px;
  }
}

/* -------------------------------------------------
 header
------------------------------------------------- */
.header {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 10;
}

@media screen and (max-width: 599px) {
  .header {
    top: 16px;
    left: 16px;
  }
}

.header__title img {
  width: 200px;
  height: 40px;
}

@media screen and (max-width: 839px) {
  .header__title img {
    width: 112px;
    height: 22px;
  }
}

/* -------------------------------------------------
 first view
------------------------------------------------- */
.fv {
  position: relative;
  padding: 80px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../image/top_pc_1.png), url(../image/top_pc_2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right;
  background-size: 490px, contain;
}

@media screen and (min-width: 1800px) {
  .fv {
    background-image: url(../image/top_pc_1920_01.png), url(../image/top_pc_1920_02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right;
    background-size: 550px, contain;
  }
}

@media screen and (max-width: 839px) {
  .fv {
    padding: 80px 0 43px;
    background-image: url(../image/top_sp-768px_01.png), url(../image/top_sp-768px_02.png), url(../image/top_sp-768px_03.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left bottom, right top, right bottom;
    background-size: 200px, 146px, 180px;
  }
}

@media screen and (max-width: 599px) {
  .fv {
    background-image: url(../image/top_sp-375px_01.png), url(../image/top_sp-768px_02.png), url(../image/top_sp-768px_03.png);
    background-position: left 0 bottom 0, right -6px top -7px, right -84px bottom -113px;
    background-size: 119px, 166px, 154px;
    padding: 79px 0 44px;
  }
}

.fv__inner {
  padding: 0;
}

@media screen and (max-width: 599px) {
  .fv__inner {
    padding: 0;
  }
}

.fv__catchcopy {
  margin-top: 6px;
  font-size: 26px;
  font-weight: 700;
  color: #F63180;
}

@media screen and (max-width: 839px) {
  .fv__catchcopy {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .fv__catchcopy {
    font-size: 18px;
  }
}

.fv__title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 839px) {
  .fv__title {
    margin-top: 16px;
    font-size: 40px;
  }
}

@media screen and (max-width: 599px) {
  .fv__title {
    margin-top: 30px;
    line-height: 1;
  }
}

.fv__title span {
  font-size: 75px;
}

@media screen and (max-width: 920px) {
  .fv__title span {
    font-size: 60px;
  }
}

@media screen and (max-width: 599px) {
  .fv__title span {
    font-size: 35px;
  }
}

@media screen and (max-width: 920px) {
  .fv__title span:last-child {
    font-size: 38px;
  }
}

@media screen and (max-width: 599px) {
  .fv__title span:last-child {
    display: inline-block;
    margin-top: 20px;
  }
}

.fv__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 563px;
  max-width: 100%;
  margin: 12px auto 56px;
  z-index: 10;
}

@media screen and (max-width: 839px) {
  .fv__list {
    width: 395px;
  }
}

@media screen and (max-width: 599px) {
  .fv__list {
    width: 337px;
    margin-bottom: 40px;
  }
}

.fv__item {
  position: relative;
  margin-top: 31px;
  padding: 18px 39px 18px 42px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

@media screen and (max-width: 839px) {
  .fv__item {
    font-size: 15px;
    padding: 11px 23px 12px 22px;
  }
}

@media screen and (max-width: 599px) {
  .fv__item {
    margin-right: 2px;
    margin-left: 2px;
    font-size: 13px;
    padding: 9px 19px;
  }
}

.fv__item--green {
  background-color: #92C703;
}

.fv__item--green::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 93%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 71px;
  height: 51px;
  background-image: url(../image/dog_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -10;
}

@media screen and (max-width: 839px) {
  .fv__item--green::after {
    width: 53px;
    height: 38px;
  }
}

@media screen and (max-width: 599px) {
  .fv__item--green::after {
    bottom: 92%;
  }
}

.fv__item--orange {
  background-color: #FE8503;
}

.fv__item--orange::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 93%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 71px;
  height: 51px;
  background-image: url(../image/dog_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -10;
}

@media screen and (max-width: 839px) {
  .fv__item--orange::after {
    width: 53px;
    height: 38px;
  }
}

@media screen and (max-width: 599px) {
  .fv__item--orange::after {
    bottom: 92%;
  }
}

.fv__item--blue {
  background-color: #00AEE7;
}

.fv__item--blue::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 93%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 71px;
  height: 51px;
  background-image: url(../image/dog_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -10;
}

@media screen and (max-width: 839px) {
  .fv__item--blue::after {
    width: 53px;
    height: 38px;
  }
}

@media screen and (max-width: 599px) {
  .fv__item--blue::after {
    bottom: 92%;
  }
}

.fv__btn {
  text-align: center;
  position:fixed;
  bottom:0;
  width:100%;
  background:rgba(255, 255, 255, 0.8);
  z-index: 100;
}

.fv__btn a {
  position: relative;
  display: inline-block;
  width: 759px;
  max-width: 100%;
  background-color: #F63180;
  padding: 38px 0;
  border-bottom: 8px solid #AD1F58;
  border-radius: 58px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
}

@media screen and (max-width: 839px) {
  .fv__btn a {
    width: 343px;
    padding: 23px 10px 25px 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .fv__btn a {
    padding: 27px 10px 27px 0;
  }
}

.fv__btn a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../image/arrow.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 839px) {
  .fv__btn a::after {
    width: 19px;
    height: 19px;
    right: 8px;
    background-size: 19px 19px;
  }
}

@media screen and (max-width: 599px) {
  .fv__btn a::after {
    right: 17px;
  }
}

@media screen and (max-width: 340px) {
  .fv__btn a::after {
    right: 10px;
  }
}

.fv__btn a:hover {
  margin-top: 6px;
  border-bottom: 2px solid #AD1F58;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 839px) {
  .fv__btn a:hover {
    margin-top: 4px;
  }
}

.fv__btn a span {
  font-size: 28px;
}

@media screen and (max-width: 839px) {
  .fv__btn a span {
    font-size: 18px;
  }
}

@media screen and (max-width: 599px) {
  .fv__btn a span {
    font-size: 16px;
  }
}

.fv__btn a span.to-big {
  font-size: 18px;
}

@media screen and (max-width: 599px) {
  .fv__btn a span.to-big {
    font-size: 16px;
  }
}

.fv__login {
  margin-top: 24px;
}

@media screen and (max-width: 839px) {
  .fv__login {
    font-size: 12px;
  }
}

.fv__login a {
  color: #0A9EEB;
  text-decoration: none;
}

/* -------------------------------------------------
 work
------------------------------------------------- */
.work {
  background-color: #FFF3F3;
  background-image: url(../image/background_work_1920.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0;
}

@media screen and (max-width: 839px) {
  .work {
    padding: 45px 0 20px 0;
  }
}

@media screen and (max-width: 599px) {
  .work {
    background-image: none;
  }
}

.work__inner {
  padding: 0;
}

.work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 44px;
}

@media screen and (max-width: 839px) {
  .work__list {
    width: 600px;
    max-width: 100%;
    margin: 22px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .work__list {
    margin-top: 16px;
    width: 345px;
  }
}

.work__item {
  width: 310px;
  max-width: 30%;
  background-color: #FFF;
  margin: 24px 12px 0;
  border-radius: 30px;
}

@media screen and (max-width: 839px) {
  .work__item {
    width: 251px;
    max-width: 50%;
    margin: 24px 8px 0;
  }
}

@media screen and (max-width: 599px) {
  .work__item {
    width: 162px;
    max-width: 47%;
    margin: 19px 4px 0;
  }
}

.work__tag {
  display: inline-block;
  background-color: #FE8503;
  margin-top: 8px;
  padding: 8px 16px;
  border-radius: 0 8px 8px 0;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
}

@media screen and (max-width: 839px) {
  .work__tag {
    padding: 8px 15px;
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

@media screen and (max-width: 599px) {
  .work__tag {
    margin-top: 4px;
    padding: 6px 6px 6px 4px;
    border-radius: 0 6px 6px 0;
    font-size: 10px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    letter-spacing: 0.02em;
  }
}

.work__tag--blue {
  background-color: #00AEE7;
}

.work__tag--green{
  background-color: #92C703;
}

.work__head {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 8px 0;
}

@media screen and (max-width: 839px) {
  .work__head {
    font-size: 19px;
  }
}

@media screen and (max-width: 839px) {
  .work__head {
    margin-top: 4px;
    font-size: 20px;
  }
}

.work__text {
  margin-bottom: 8px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 839px) {
  .work__text {
    font-size: 11px;
  }
}

@media screen and (max-width: 599px) {
  .work__text {
    font-size: 10px;
    white-space: nowrap;
  }
}

.work__detail {
  background-color: #FFFEE0;
  padding: 6px 0 18px;
  border-radius: 0 0 30px 30px;
  color: #FE8503;
  text-align: center;
}

.work__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work__days {
  background-image: url(../image/work_background.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 11px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
}

.work__1day {
  background-image: url(../image/work_background.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 11px;
  padding: 0 5px 0 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;

}

@media screen and (max-width: 839px) {
  .work__days {
    display: inline-block;
    margin-right: 8px;
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    line-height: 36px;
  }

  .work__1day {
    display: inline-block;
    margin-right: 8px;
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    line-height: 36px;
  }
}

@media screen and (max-width: 599px) {
  .work__days {
    background-image: url(../image/work_background_sp.png);
    background-position: center center;
    margin-right: 0;
    padding: 5px 5px 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    line-height: normal;
  }

  .work__1day {
    background-image: url(../image/work_background_sp.png);
    background-position: center center;
    margin-right: 0;
    padding: 5px 10px 0 5px;
    -webkit-transform: scale(1);
            transform: scale(1);
    line-height: normal;
  }
}

.work__salary {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 839px) {
  .work__salary {
    font-size: 13px;
  }
}

@media screen and (max-width: 599px) {
  .work__salary {
    font-size: 14px;
  }
}

.work__salary span {
  font-size: 28px;
}

@media screen and (max-width: 839px) {
  .work__salary span {
    font-size: 22px;
  }
}

@media screen and (max-width: 599px) {
  .work__salary span {
    font-size: 21px;
  }
}

.work__case {
  margin-top: 8px;
  font-size: 12px;
}

@media screen and (max-width: 839px) {
  .work__case {
    margin-top: 6px;
    display: inline-block;
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

@media screen and (max-width: 599px) {
  .work__case {
    letter-spacing: -0.05em;
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}

.work__annotation {
  margin: 16px 50px 56px;
  font-size: 10px;
  text-align: right;
}

@media screen and (max-width: 839px) {
  .work__annotation {
    width: 519px;
    max-width: 100%;
    margin: 8px auto 40px;
  }
}

@media screen and (max-width: 599px) {
  .work__annotation {
    margin-bottom: 45px;
    text-align: center;
    line-height: 1.5;
  }
}

.work__caption {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 839px) {
  .work__caption {
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .work__caption {
    margin-bottom: 12px;
    font-size: 13px;
  }
}

/* -------------------------------------------------
 voice
------------------------------------------------- */
.voice {
  background-color: #ffffe0;
  padding: 56px 0 88px;
}

@media screen and (max-width: 839px) {
  .voice {
    padding: 40px 0 20px 0;
  }
}

.voice__inner {
  width: 1440px;
  padding: 0;
}

.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 41px;
  margin-bottom: 56px;
}

@media screen and (max-width: 839px) {
  .voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 334px;
    max-width: 100%;
    margin: 30px auto 40px;
  }
}

@media screen and (max-width: 599px) {
  .voice__list {
    margin: 23px auto 32px;
  }
}

.voice__item {
  position: relative;
  width: 575px;
  max-width: 100%;
  margin-top: 24px;
  padding-left: 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 839px) {
  .voice__item {
    width: 334px;
    margin-top: 16px;
    padding-left: 37px;
  }
}

@media screen and (max-width: 599px) {
  .voice__item {
    margin-top: 19px;
  }
}

.voice__item:nth-child(1) .voice__img {
  width: 83px;
  -webkit-transform: translate(66px, -50%);
          transform: translate(66px, -50%);
}

@media screen and (max-width: 839px) {
  .voice__item:nth-child(1) .voice__img {
    width: 63px;
    -webkit-transform: translate(6px, -50%);
            transform: translate(6px, -50%);
  }
}

.voice__item:nth-child(2) .voice__img {
  width: 125px;
  -webkit-transform: translate(24px, -50%);
          transform: translate(24px, -50%);
}

@media screen and (max-width: 839px) {
  .voice__item:nth-child(2) .voice__img {
    width: 71px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.voice__item:nth-child(3) .voice__img {
  width: 85px;
  -webkit-transform: translate(63px, -50%);
          transform: translate(63px, -50%);
}

@media screen and (max-width: 839px) {
  .voice__item:nth-child(3) .voice__img {
    width: 63px;
    -webkit-transform: translate(6px, -50%);
            transform: translate(6px, -50%);
  }
}

.voice__item:nth-child(4) .voice__img {
  width: 103px;
  -webkit-transform: translate(46px, -50%);
          transform: translate(46px, -50%);
}

@media screen and (max-width: 839px) {
  .voice__item:nth-child(4) .voice__img {
    width: 63px;
    -webkit-transform: translate(6px, -50%);
            transform: translate(6px, -50%);
  }
}

.voice__img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 125px;
  -webkit-transform: translate(-14px, -50%);
          transform: translate(-14px, -50%);
}

.voice__content {
  background-color: #FFFFFF;
  padding: 24px 16px 8px 64px;
  border-radius: 30px;
}

@media screen and (max-width: 839px) {
  .voice__content {
    padding: 16px 8px 8px 40px;
  }
}

.voice__head {
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 839px) {
  .voice__head {
    font-size: 15px;
  }
}

.voice__text {
  max-width: 100%;
  margin-top: 8px;
  line-height: 1.3;
  min-height: 73px;
}

@media screen and (max-width: 839px) {
  .voice__text {
    min-height: 62px;
    font-size: 14px;
  }
}

.voice__text span {
  color: #FE8503;
  font-weight: 500;
}

.voice__position {
  margin-bottom: 8px;
  text-align: right;
  font-size: 13px;
}

@media screen and (max-width: 839px) {
  .voice__position {
    font-size: 10px;
  }
}

/* -------------------------------------------------
 recommend
------------------------------------------------- */
.recommend {
  background-color: #FFF3F3;
  background-image: url(../image/background_work_1920.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 0 44px;
}

@media screen and (max-width: 839px) {
  .recommend {
    padding: 40px 0 20px 0;
  }
}

@media screen and (max-width: 599px) {
  .recommend {
    padding: 35px 0 17px 0;
    background-image: none;
  }
}

.recommend__inner {
  padding: 0;
}

.recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 68px;
  margin-bottom: 56px;
}

@media screen and (max-width: 839px) {
  .recommend__list {
    margin-top: 22px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 599px) {
  .recommend__list {
    display: block;
    margin-top: 48px;
    margin-bottom: 42px;
  }
}

.recommend__item {
  position: relative;
  width: 298px;
  max-width: 30%;
  margin: 24px 12px 0;
}

@media screen and (max-width: 839px) {
  .recommend__item {
    width: 251px;
    max-width: 50%;
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 599px) {
  .recommend__item {
    width: 327px;
    max-width: 100%;
    margin: 16px auto 0;
  }
}

.recommend__tag {
  position: absolute;
  display: block;
  width: 80px;
  background-color: #F34205;
  padding: 7px 0;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 839px) {
  .recommend__tag {
    width: 70px;
    font-size: 10px;
  }
}

@media screen and (max-width: 599px) {
  .recommend__tag {
    margin-left: auto;
    top: -12px;
    right: 0;
  }
}

.recommend__tag::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 5px solid #F34205;
  border-bottom: 7px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.recommend__tag--blue {
  background-color: #00AEE7;
}

.recommend__tag--blue::after {
  border-top: 5px solid #00AEE7;
}

.recommend__tag--green {
  background-color: #53BC12;
}

.recommend__tag--green::after {
  border-top: 5px solid #53BC12;
}

.recommend__block {
  background-color: #FFFFFF;
  margin-top: 29px;
  border-radius: 10px;
}

@media screen and (max-width: 599px) {
  .recommend__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 29px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 18px;
  }
}

@media screen and (max-width: 599px) {
  .recommend__img {
    width: 88px;
  }
}

.recommend__text {
  padding: 32px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 839px) {
  .recommend__text {
    padding: 24px 24px;
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .recommend__text {
    width: calc(100% - 88px);
    padding: 16px 0;
    white-space: nowrap;
  }
}

.recommend__caption {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 839px) {
  .recommend__caption {
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .recommend__caption {
    margin-bottom: 17px;
    font-size: 13px;
    line-height: 1.5;
  }
}

/* -------------------------------------------------
 footer
------------------------------------------------- */
.footer {
  background-color: #F6F6F6;
  padding: 32px 0 160px 0;
  text-align: center;
}

@media screen and (max-width: 839px) {
  .footer {
    padding: 16px 0 130px 0;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__list li {
  margin: 0 8px;
}

.footer__list li a {
  font-size: 12px;
  color: #434242;
  text-decoration: none;
}

@media screen and (max-width: 839px) {
  .footer__list li a {
    font-size: 10px;
  }
}

.footer__copyright {
  margin-top: 16px;
  font-size: 12px;
}

@media screen and (max-width: 839px) {
  .footer__copyright {
    margin-top: 8px;
    font-size: 10px;
  }
}


