@charset "UTF-8";
/* -------------------------------------------------
 設定
------------------------------------------------- */
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
/* -------------------------------------------------
 ベース
------------------------------------------------- */
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 {
/*  padding: 88px 0 64px;*/
  padding: 128px 0 64px;
  text-align: center;
  color: #383838;
  background-image: url(../image/top_pc_1.png), url(../image/top_pc_2.png);
  background-repeat: no-repeat;
  background-position: right 0, left 64%;
  background-size: 36%, 23%;
}

@media screen and (min-width: 1800px) {
  .fv {
    background-image: url(../image/top_1920_1.png), url(../image/top_1920_2.png);
    background-size: 32%, 26%;
  }
}

@media screen and (max-width: 839px) {
  .fv {
    background-image: url(../image/top_768_1.png), url(../image/top_768_2.png);
    padding: 50px 0 40px;
  }
}

@media screen and (max-width: 599px) {
  .fv {
    background-image: url(../image/top_sp_1.png), url(../image/top_sp_2.png), url(../image/top_sp_3.png);
    background-position: right top, left bottom, right bottom;
    background-size: 32%, 36%, 20%;
    padding: 85px 0 5px;
  }
}

@media screen and (max-width: 359px) {
  .fv {
    background-position: right top, left bottom 19%, right bottom;
  }
}

.fv__caption {
  display: inline-block;
  padding: 16px 0;
  border-top: 1px solid #434242;
  border-bottom: 1px solid #434242;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 839px) {
  .fv__caption {
    padding: 12px 0;
    font-size: 14px;
  }
}

.fv__subtitle {
  display: inline-block;
  padding: 16px 0 ;
  border-top: 1px solid #434242;
  border-bottom: 1px solid #434242;
  font-size: 28px;
  font-weight: 500;
}

  @media screen and (max-width: 839px) {
.fv__subtitle {
    padding: 12px 0;
    font-size: 14px;
  }
}

.fv__title {
  margin: 25px 0 8px 0;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.2;
}



.fv__title2 {
  margin:0 0 45px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 839px) {
  .fv__title {
    margin: 12px 0 3px 0;
    font-size: 60px;
  }
  .fv__title2 {
    margin: 0 0 15px 0;
    font-size: 32px;
  }
}

@media screen and (max-width: 599px) {
  .fv__title {
    margin: 18px 0 3px 0;
    font-size: 45px;
  }
  .fv__title2 {
    margin: 0 0 8px 0;
    font-size: 28px;
  }
}

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

@media screen and (max-width: 599px) {
  .fv__list {
    margin: 30px 50px 0 50px;
  }
}

.fv__item {
  background-color: #00AEE7;
  width: 190px;
  padding: 17px 0;
  border-radius: 10px;
  font-size: 20px;
  color: #FFFFFF;
}

@media screen and (max-width: 839px) {
  .fv__item {
    width: 102px;
    padding: 12px 0;
    font-size: 10px;
  }
}

@media screen and (max-width: 599px) {
  .fv__item {
    width: 72px;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 500;
  }
}

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

.fv__item--pink {
  background-color: #F63180;
}

.fv__item + .fv__item {
  margin-left: 28px;
}

@media screen and (max-width: 839px) {
  .fv__item + .fv__item {
    margin-left: 15px;
  }
}

@media screen and (max-width: 599px) {
  .fv__item + .fv__item {
    margin-left: 6px;
  }
}

.fv__caption {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  margin: 40px auto 0;
  padding: 10px 0;
  border: 2px solid #FF9C00;
  border-radius: 10px;
  width: 210px;
  font-weight: 700;
  color: #FF9C00;
  -webkit-animation: 1.6s fuwafuwa infinite;
          animation: 1.6s fuwafuwa infinite;
}

@media screen and (min-width: 1800px) {
  .fv__caption {
    margin-top: 48px;
    padding: 14px 0;
    width: 254px;
    font-size: 18px;
  }
}

@media screen and (max-width: 839px) {
  .fv__caption {
    margin-top: 32px;
    padding: 7px 0;
    width: 153px;
    font-size: 12px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (max-width: 599px) {
  .fv__caption {
/*    margin-top: 179px;*/
    margin-top: 30px;
    width: 146px;
  }
}

.fv__caption::before {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 10px solid #FF9C00;
  border-bottom: 10px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 10;
}

.fv__caption::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 10px solid #FFFFFF;
  border-bottom: 10px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 20;
}



.fv__btn {
  position: relative;
  display: block;
  background-color: #FF9C00;
/*  margin: 48px auto 0;*/
  margin: 6px auto 0;
  padding: 32px 0;
  border-bottom: 8px solid #814F01;
  border-radius: 15px;
  width: 760px;
  max-width: 100%;
  font-size: 31px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 20;
}

@media screen and (max-width: 839px) {
  .fv__btn {
    width: 351px;
/*    margin-top: 32px;*/
    margin-top: 4px;
    padding: 20px 0 20px 28px;
    font-size: 22px;
    text-align: left;
  }
}

@media screen and (max-width: 599px) {
  .fv__btn {
/*    margin-top: 40px;*/
    margin-top: 4px;
    padding: 26px 14px 26px 0;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

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

.fv__btn:hover {
/*  margin-top: 54px;*/
  margin-top: 12px;
  border-bottom: 2px solid #814F01;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 839px) {
  .fv__btn:hover {
/*    margin-top: 38px;*/
    margin-top: 10px;
  }
}

@media screen and (max-width: 599px) {
  .fv__btn:hover {
/*    margin-top: 46px;*/
    margin-top: 10px;
  }
}

.fv__btn::after {
  position: absolute;
  content: "";
  top: 51%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 39px;
  height: 39px;
  background-image: url(../image/arrow.png);
  background-size: contain;
}

@media screen and (max-width: 839px) {
  .fv__btn::after {
    right: 13px;
    width: 18px;
    height: 18px;
  }
}

.fv__login {
  margin-top: 32px;
}

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

.fv__login a {
  color: #0AABDF;
  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;
  }
}

@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: 17px;
  }
}

.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: 4px 0 8px;
  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;
}

@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;
  }
}

@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__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;
  }
}

.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 88px;
}

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

@media screen and (max-width: 599px) {
  .recommend {
    padding: 35px 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;
  text-align: center;
}

@media screen and (max-width: 839px) {
  .footer {
    padding: 16px 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;
  }
}
