@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* 共通 */
a {
  color: inherit;
}

main > h1 {
  display: none;
}

.mv .txt-wrap {
  max-width: 60%;
}

@media (max-width: 1024px) {
  .mv .txt-wrap {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .mv .txt-wrap .ttl:last-child {
    margin-bottom: 0;
  }
}

.l-inner {
  max-width: 90%;
  margin: 0 auto;
}

.page-ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .page-ttl {
    font-size: 2.2rem;
    line-height: 1.45;
  }
}

.section-ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 11px;
}

@media (max-width: 1024px) {
  .section-ttl {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

.section-ttl span {
  font-size: 3rem;
  line-height: 2;
}

@media (max-width: 1024px) {
  .section-ttl span {
    font-size: 1.6rem;
  }
}

.section-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 24px);
  width: 50px;
  height: 5px;
  border-radius: 3px;
  background: #00BFA5;
}

@media (max-width: 1024px) {
  .section-ttl::after {
    width: 28px;
    left: calc(50% - 14px);
    height: 3px;
  }
}

.section-subttl {
  color: #00BFA5;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .section-subttl {
    font-size: 1.8rem;
  }
}

@media (max-width: 1024px) {
  .section-txt {
    font-size: 1.6rem;
    line-height: 1.85;
  }
}

.box-shadow {
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
}

.bg-yellow {
  position: relative;
}

.bg-yellow::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  bottom: 5px;
  z-index: -1;
  background: #FFFF1A;
}

/* バナー */
.campaign-banner {
  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;
  max-width: 100%;
  width: 860px;
  min-height: 230px;
  margin: 0 auto;
  background: url(../img/common/banner-bg.png) no-repeat center/cover;
  padding: 20px;
  padding-left: 40px;
}

@media (max-width: 1024px) {
  .campaign-banner {
    padding: 20px;
    min-height: unset;
    width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../img/common/banner-bg_sp.png) no-repeat center/cover;
    position: relative;
    padding: 25px 15px 30px;
  }
  .campaign-banner::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -15px;
    background: url(../img/common/arrow-icon.png) no-repeat center/cover;
  }
}

.campaign-banner__body {
  margin-right: 40px;
}

@media (max-width: 1024px) {
  .campaign-banner__body {
    margin-right: 0;
    width: auto;
  }
}

.campaign-banner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  .campaign-banner__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
  }
}

.campaign-banner__subttl {
  color: #00BFA5;
  font-size: 2.1rem;
  font-weight: 700;
  background: #FFEE00;
  border-radius: 4px;
  padding: 0 8px;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .campaign-banner__subttl {
    font-size: 2.1rem;
    line-height: 1.6;
  }
}

.campaign-banner__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}

.campaign-banner__txt {
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0;
}

@media (max-width: 1024px) {
  .campaign-banner__txt {
    font-size: 1.6rem;
  }
}

@media (max-width: 599px) {
  .campaign-banner__txt {
    margin-bottom: 8px;
  }
}

.campaign-banner__btn a {
  max-width: 100%;
  width: 310px;
}

@media (max-width: 599px) {
  .campaign-banner__btn a {
    width: 300px;
  }
}

.campaign-banner__img {
  width: 41%;
}

/* 電子契約とは */
.desc-legal {
  padding-top: 95px;
  margin-bottom: 93px;
}

@media (max-width: 599px) {
  .desc-legal {
    padding-top: 32px;
    margin-bottom: 85px;
  }
}

.desc-legal__inner {
  width: 900px;
}

.desc-legal__ttl {
  margin-bottom: 72px;
}

@media (max-width: 599px) {
  .desc-legal__ttl {
    margin-bottom: 26px;
  }
}

.desc-legal__txt:first-of-type {
  margin-bottom: 45px;
  padding-left: 10px;
}

@media (max-width: 1024px) {
  .desc-legal__txt:first-of-type {
    padding-left: 0;
  }
}

.desc-legal__txt:last-of-type {
  padding-left: 30px;
}

@media (max-width: 1024px) {
  .desc-legal__txt:last-of-type {
    padding-left: 0;
  }
}

.desc-legal__box {
  width: 800px;
  max-width: 100%;
  background: #F6F6F6;
  border-radius: 12px;
  padding: 35px 50px;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 599px) {
  .desc-legal__box {
    width: 295px;
    padding: 35px 20px;
  }
}

.desc-legal__box::before, .desc-legal__box::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 28px;
}

@media (max-width: 599px) {
  .desc-legal__box::before, .desc-legal__box::after {
    width: 24px;
    height: 17px;
  }
}

.desc-legal__box::before {
  background: url(../img/common/quote_left.svg) no-repeat center/cover;
  top: -8px;
  left: -18px;
}

@media (max-width: 599px) {
  .desc-legal__box::before {
    left: -12px;
  }
}

.desc-legal__box::after {
  background: url(../img/common/quote_right.svg) no-repeat center/cover;
  bottom: -8px;
  right: -18px;
}

@media (max-width: 599px) {
  .desc-legal__box::after {
    right: -12px;
  }
}

.desc-legal__box-txt {
  margin-bottom: 13px;
}

.desc-legal__box-subtxt {
  color: #00BFA5;
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .desc-legal__box-subtxt {
    font-size: 1rem;
  }
}

.desc-legal__caution {
  font-size: 1.2rem;
  margin-bottom: 37px;
  padding-left: 100px;
}

@media (max-width: 1024px) {
  .desc-legal__caution {
    font-size: 1rem;
    padding-left: 40px;
    margin-bottom: 0;
  }
}

.desc-merit {
  padding-bottom: 110px;
}

@media (max-width: 599px) {
  .desc-merit {
    padding-bottom: 60px;
  }
}

.desc-merit__inner {
  width: 1120px;
}

.desc-merit__ttl {
  margin-bottom: 57px;
}

@media (max-width: 599px) {
  .desc-merit__ttl {
    margin-bottom: 30px;
  }
}

.desc-merit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 599px) {
  .desc-merit__items {
    display: block;
  }
}

.desc-merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #00BFA5;
  border-radius: 8px;
  width: 48.2%;
  padding: 45px 40px 45px 35px;
}

@media (max-width: 1024px) {
  .desc-merit__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    text-align: center;
  }
}

@media (max-width: 599px) {
  .desc-merit__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 599px) {
  .desc-merit__item:first-child {
    margin-bottom: 30px;
    padding: 35px 20px;
  }
}

.desc-merit__item:first-child .desc-merit__item-ttl {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .desc-merit__item:first-child .desc-merit__item-ttl {
    margin-bottom: 15px;
  }
}

.desc-merit__item:first-child .desc-merit__item-img {
  width: 143px;
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .desc-merit__item:first-child .desc-merit__item-img {
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 599px) {
  .desc-merit__item:last-child {
    padding-bottom: 35px;
  }
}

.desc-merit__item:last-child .desc-merit__item-ttl {
  margin-bottom: 15px;
}

.desc-merit__item:last-child .desc-merit__item-img {
  width: 173px;
  margin-right: 15px;
}

@media (max-width: 1024px) {
  .desc-merit__item:last-child .desc-merit__item-img {
    margin-right: auto;
    width: 148px;
    margin-bottom: 10px;
  }
}

.desc-merit__item-ttl {
  line-height: 1.45;
  font-size: 2.4rem;
  font-weight: 700;
  color: #00BFA5;
}

@media (max-width: 1024px) {
  .desc-merit__item-ttl {
    font-size: 1.8rem;
    line-height: 1.55;
  }
}

.desc-merit__item-img {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .desc-merit__item-img {
    margin: 0 auto;
  }
}

/* 「無料」ではじめるDX-Sign */
.start-ttl {
  padding-top: 110px;
  margin-bottom: 70px;
}

@media (max-width: 1024px) {
  .start-ttl {
    padding-top: 35px;
    margin-bottom: 40px;
  }
}

.start-method {
  background: #E7F9F7;
  padding: 60px 0;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .start-method {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}

.start-method__ttl {
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .start-method__ttl {
    margin-bottom: 30px;
  }
}

.start-method__txt {
  text-align: center;
  margin-bottom: 37px;
}

@media (max-width: 1024px) {
  .start-method__txt {
    margin-bottom: 23px;
  }
}

.start-method__btns {
  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;
}

@media (max-width: 599px) {
  .start-method__btns {
    display: block;
  }
}

.start-method__btn-wrap {
  width: 320px;
  max-width: 50%;
}

@media (max-width: 599px) {
  .start-method__btn-wrap {
    max-width: 100%;
    width: 300px;
    margin: 0 auto;
  }
}

.start-method__btn-wrap:first-child {
  margin-right: 60px;
}

@media (max-width: 599px) {
  .start-method__btn-wrap:first-child {
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.start-method__btn {
  text-align: center;
  width: 100%;
}

.start-method__btn a {
  display: block;
}

.start-method__btn > span {
  text-align: center;
  display: inline-block;
  font-weight: 700;
  color: #FF4E4F;
}

.start-method__btn > span:first-child {
  margin-bottom: 7px;
  position: relative;
}

@media (max-width: 599px) {
  .start-method__btn > span:first-child {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}

.start-method__btn > span:first-child::before, .start-method__btn > span:first-child::after {
  position: absolute;
  content: "";
  background: #FF4E4F;
  width: 2px;
  height: 15px;
  top: 8px;
}

.start-method__btn > span:first-child::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  left: -10px;
}

.start-method__btn > span:first-child::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  right: -10px;
}

.start-method__btn > span:last-child {
  margin-top: 5px;
  font-size: 1.4rem;
}

.start-method__btn .btn-arrow:hover .txt::after {
  border-top: 7px solid #fff;
}

@media (max-width: 599px) {
  .start-method__btn .btn-arrow:hover .txt::after {
    border-top: 5px solid transparent;
    border-left: 7px solid #fff;
  }
}

.start-method__btn .btn-arrow .txt::after {
  border-right: 5px solid transparent;
  border-top: 7px solid #FF4E4F;
  border-left: 5px solid transparent;
  left: -3px;
  top: 10px;
}

@media (max-width: 599px) {
  .start-method__btn .btn-arrow .txt::after {
    border-top: 5px solid transparent;
    border-left: 7px solid #FF4E4F;
    border-bottom: 5px solid transparent;
    left: 0;
    top: 8px;
  }
}

.start-plan {
  padding-top: 115px;
  margin-bottom: 140px;
}

@media (max-width: 1024px) {
  .start-plan {
    padding-top: 85px;
    margin-bottom: 85px;
  }
}

.start-plan__inner {
  width: 1210px;
}

.start-plan__ttl {
  margin-bottom: 55px;
}

@media (max-width: 1024px) {
  .start-plan__ttl {
    margin-bottom: 32px;
  }
}

.start-plan__subttl {
  text-align: center;
  margin-bottom: 13px;
  padding-right: 20px;
}

@media (max-width: 599px) {
  .start-plan__subttl {
    text-align: left;
    padding-right: 0;
  }
}

.start-plan__txt {
  text-align: center;
  margin-bottom: 35px;
  padding-right: 15px;
}

@media (max-width: 599px) {
  .start-plan__txt {
    text-align: left;
    padding-right: 0;
    margin-bottom: 25px;
  }
}

.start-campaign {
  margin-bottom: 110px;
}

@media (max-width: 599px) {
  .start-campaign {
    margin-bottom: 80px;
  }
}

.start-campaign__inner {
  width: 1210px;
}

.start-campaign__ttl {
  margin-bottom: 55px;
}

@media (max-width: 1024px) {
  .start-campaign__ttl {
    margin-bottom: 30px;
  }
}

.start-campaign__subttl {
  text-align: center;
  margin-bottom: 15px;
  padding-right: 20px;
}

@media (max-width: 599px) {
  .start-campaign__subttl {
    text-align: left;
    padding-right: 0;
  }
}

.start-campaign__txt {
  text-align: center;
  margin-bottom: 40px;
  padding-right: 20px;
}

@media (max-width: 599px) {
  .start-campaign__txt {
    text-align: left;
    padding-right: 0;
    margin-bottom: 25px;
  }
}

.start-campaign__box {
  margin-bottom: 115px;
}

@media (max-width: 1024px) {
  .start-campaign__box {
    margin-bottom: 40px;
  }
}

.start-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .start-boxes {
    display: block;
  }
}

.start-box {
  border-radius: 8px;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .start-box {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 599px) {
  .start-box {
    text-align: left;
  }
}

.start-box:first-child {
  width: 59.5%;
}

@media (max-width: 1400px) {
  .start-box:first-child {
    width: 48%;
  }
}

@media (max-width: 1024px) {
  .start-box:first-child {
    width: 500px;
    margin-bottom: 35px;
  }
}

@media (max-width: 599px) {
  .start-box:first-child {
    width: 350px;
  }
}

.start-box:last-child {
  width: 37.2%;
}

@media (max-width: 1400px) {
  .start-box:last-child {
    width: 48%;
  }
}

@media (max-width: 1024px) {
  .start-box:last-child {
    width: 500px;
  }
}

@media (max-width: 599px) {
  .start-box:last-child {
    width: 335px;
  }
}

.start-box__ttl {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: #00BFA5;
  padding: 15px;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 599px) {
  .start-box__ttl {
    font-size: 1.8rem;
  }
}

.start-box__body {
  border-radius: 0 0 8px 8px;
  padding: 40px;
}

@media (max-width: 1400px) {
  .start-box__body {
    padding: 30px 20px;
  }
}

.start-box__top {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 25px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1024px) {
  .start-box__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 599px) {
  .start-box__top {
    display: block;
  }
}

.start-box__top-img {
  width: 212px;
  max-width: 50%;
  margin-right: 35px;
}

@media (max-width: 1024px) {
  .start-box__top-img {
    margin-right: 30px;
  }
}

@media (max-width: 599px) {
  .start-box__top-img {
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 599px) {
  .start-box__top-body {
    padding-left: 70px;
  }
}

.start-box__top-ttl {
  font-weight: 700;
}

.start-box__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1400px) {
  .start-box__lists {
    display: block;
  }
}

.start-box__list:first-child {
  margin-right: 30px;
}

@media (max-width: 599px) {
  .start-box__list-item {
    font-size: 1.6rem;
  }
}

.start-box__heading {
  color: #00BFA5;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 50px;
  padding-right: 10px;
  background: url(../img/start/plus-icon.svg) no-repeat center bottom/36px;
}

@media (max-width: 1400px) {
  .start-box__heading {
    font-size: 3rem;
  }
}

@media (max-width: 1024px) {
  .start-box__heading {
    font-size: 2.6rem;
  }
}

@media (max-width: 599px) {
  .start-box__heading {
    line-height: 1.3;
    padding-bottom: 65px;
  }
}

.start-box__items {
  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;
}

@media (max-width: 1400px) {
  .start-box__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -40px;
  }
}

@media (max-width: 1400px) {
  .start-box__item {
    width: 48%;
    margin-bottom: 40px;
  }
}

@media (max-width: 599px) {
  .start-box__item {
    width: 50%;
  }
}

.start-box__item01 {
  padding-top: 15px;
}

@media (max-width: 1400px) {
  .start-box__item01 {
    padding-top: 0;
  }
}

.start-box__item01 .start-box__item-img {
  width: 66px;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .start-box__item01 .start-box__item-img {
    width: 75px;
    padding-right: 10px;
  }
}

.start-box__item02 {
  padding-left: 30px;
  padding-top: 10px;
}

@media (max-width: 1400px) {
  .start-box__item02 {
    padding: 0;
  }
}

.start-box__item02 .start-box__item-img {
  width: 147px;
  margin-bottom: 10px;
}

.start-box__item02 .start-box__item-ttl {
  padding-left: 20px;
}

@media (max-width: 599px) {
  .start-box__item03 {
    width: 100%;
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
    margin-top: -10px;
  }
  .start-box__item03 .start-box__item-ttl {
    width: 50%;
    margin: 0 auto;
  }
}

.start-box__item03 .start-box__item-img {
  width: 50px;
  margin-bottom: 8px;
}

@media (max-width: 599px) {
  .start-box__item03 .start-box__item-img {
    width: 60px;
  }
}

.start-box__item04 {
  padding-top: 25px;
}

@media (max-width: 1400px) {
  .start-box__item04 {
    padding-top: 0;
  }
}

@media (max-width: 599px) {
  .start-box__item04 {
    padding-top: 15px;
  }
}

.start-box__item04 .start-box__item-img {
  width: 69px;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .start-box__item04 .start-box__item-img {
    width: 75px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}

.start-box__item05 {
  padding-top: 10px;
}

@media (max-width: 1400px) {
  .start-box__item05 {
    padding-top: 0;
  }
}

.start-box__item05 .start-box__item-img {
  width: 80px;
  margin-bottom: 10px;
}

.start-box__item06 {
  padding-bottom: 5px;
}

@media (max-width: 1400px) {
  .start-box__item06 {
    padding-bottom: 0;
  }
}

@media (max-width: 599px) {
  .start-box__item06 {
    padding-bottom: 10px;
  }
  .start-box__item06 .start-box__item-ttl {
    padding-left: 10px;
  }
}

.start-box__item06 .start-box__item-img {
  width: 87px;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .start-box__item06 .start-box__item-img {
    width: 115px;
    padding-right: 20px;
  }
}

.start-box__item07 {
  padding-bottom: 5px;
}

@media (max-width: 1400px) {
  .start-box__item07 {
    padding-bottom: 0;
  }
}

.start-box__item07 .start-box__item-img {
  width: 113px;
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .start-box__item07 .start-box__item-img {
    margin-bottom: 15px;
  }
}

.start-box__item-img {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.start-box__item-ttl {
  font-weight: 700;
  line-height: 1.56;
}

.start-box__item-ttl span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}

.start-box__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1400px) {
  .start-box__groups {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 599px) {
  .start-box__group {
    width: 50%;
  }
}

@media (max-width: 1400px) {
  .start-box__group:first-child {
    margin-right: 40px;
  }
}

@media (max-width: 599px) {
  .start-box__group:first-child {
    margin-right: 0;
  }
}

.start-box__groups01 {
  padding-top: 40px;
}

@media (max-width: 1400px) {
  .start-box__groups01 {
    padding-top: 110px;
  }
}

@media (max-width: 1024px) {
  .start-box__groups01 {
    padding-top: 0;
  }
}

.start-box__groups02 {
  padding-top: 10px;
}

@media (max-width: 1400px) {
  .start-box__groups02 {
    padding-top: 50px;
  }
}

@media (max-width: 1024px) {
  .start-box__groups02 {
    padding-top: 0;
  }
}

.start-box__group01 .start-box__group-img {
  width: 67px;
  padding-top: 10px;
}

@media (max-width: 599px) {
  .start-box__group01 .start-box__group-img {
    padding-top: 5px;
  }
}

@media (max-width: 599px) {
  .start-box__group02 .start-box__group-ttl, .start-box__group02 .start-box__group-subtxt {
    padding-left: 40px;
  }
}

.start-box__group02 .start-box__group-img {
  width: 125px;
}

@media (max-width: 599px) {
  .start-box__group02 .start-box__group-img {
    width: 130px;
    padding-left: 10px;
  }
}

@media (max-width: 599px) {
  .start-box__group03 .start-box__group-ttl {
    padding-left: 30px;
  }
}

.start-box__group03 .start-box__group-img {
  width: 103px;
  padding-top: 10px;
}

@media (max-width: 599px) {
  .start-box__group04 .start-box__group-ttl {
    padding-left: 35px;
  }
}

.start-box__group04 .start-box__group-img {
  width: 125px;
}

.start-box__group-ttl {
  font-weight: 700;
}

@media (max-width: 599px) {
  .start-box__group-ttl {
    line-height: 1.55;
  }
}

.start-box__group-txt {
  color: #00BFA5;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 15px;
}

@media (max-width: 1400px) {
  .start-box__group-txt {
    font-size: 3rem;
  }
}

@media (max-width: 1024px) {
  .start-box__group-txt {
    text-align: center;
    font-size: 2.6rem;
  }
}

.start-box__group-subtxt {
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: #00BFA5;
  font-weight: 700;
}

@media (max-width: 599px) {
  .start-box__group-subtxt {
    font-size: 1.8rem;
  }
}

.start-box__group-subtxt span {
  font-size: 1.6rem;
}

@media (max-width: 599px) {
  .start-box__group-subtxt span {
    font-size: 1.6rem;
  }
}

.start-box__group-img {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.start-box__caution {
  font-size: 1.2rem;
  margin-top: 15px;
}

@media (max-width: 1400px) {
  .start-box__caution {
    text-align: center;
  }
}

.start-campaign__footer-inner {
  width: 860px;
}

.start-campaign__footer-ttl {
  text-align: center;
  color: #00BFA5;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .start-campaign__footer-ttl {
    font-size: 1.8rem;
  }
}

.start-campaign__footer-ttl span {
  display: inline-block;
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-top: 5px;
  position: relative;
}

@media (max-width: 1024px) {
  .start-campaign__footer-ttl span {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}

@media (max-width: 599px) {
  .start-campaign__footer-ttl span {
    margin-top: 15px;
  }
}

.start-campaign__footer-ttl span::before, .start-campaign__footer-ttl span::after {
  position: absolute;
  content: "";
  background: #00BFA5;
  width: 2px;
  height: 55px;
  top: 5px;
}

@media (max-width: 599px) {
  .start-campaign__footer-ttl span::before, .start-campaign__footer-ttl span::after {
    top: 15px;
  }
}

.start-campaign__footer-ttl span::before {
  left: -40px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

@media (max-width: 599px) {
  .start-campaign__footer-ttl span::before {
    left: -25px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

.start-campaign__footer-ttl span::after {
  right: -40px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

@media (max-width: 599px) {
  .start-campaign__footer-ttl span::after {
    right: -25px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

.start-campaign__footer-txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 55px;
  padding-right: 15px;
}

@media (max-width: 599px) {
  .start-campaign__footer-txt {
    line-height: 1.38;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.start-campaign__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

@media (max-width: 599px) {
  .start-campaign__flex {
    display: block;
    margin-bottom: 30px;
  }
}

.start-campaign__flex-subtxt {
  color: #fff;
  background: #00BFA5;
  font-weight: 700;
  display: inline-block;
  padding: 7px 25px;
  margin-right: 20px;
  border-radius: 10px;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
  .start-campaign__flex-subtxt {
    padding: 7px 24px;
    font-size: 1.6rem;
  }
}

@media (max-width: 599px) {
  .start-campaign__flex-subtxt {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.start-campaign__flex-txt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 599px) {
  .start-campaign__flex-txt {
    letter-spacing: 0;
    line-height: 1.6;
  }
}

.start-campaign__list {
  margin-top: 30px;
}

@media (max-width: 599px) {
  .start-campaign__list {
    margin-top: 17px;
  }
}

@media (max-width: 599px) {
  .start-campaign__list-item {
    font-size: 1.6rem;
    line-height: 1.85;
  }
}

.start-campaign__list-item a {
  color: #00BFA5;
  text-decoration: underline;
}

/* 記事ページ */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1150px;
  padding: 129px 0 110px;
}

@media (max-width: 1024px) {
  .wrapper {
    padding: 60px 0 90px;
    display: block;
  }
}

@media (max-width: 599px) {
  .wrapper {
    padding: 35px 0 80px;
  }
}

.contents {
  width: 71%;
}

@media (max-width: 1024px) {
  .contents {
    width: 100%;
    margin-bottom: 80px;
  }
}

.contents__pagination {
  margin-bottom: 80px;
}

/* ページネーション */
.contents .wp-pagenavi {
  text-align: center;
  margin-bottom: -10px;
}

.contents .wp-pagenavi .pages {
  display: none;
}

.contents .wp-pagenavi a {
  -webkit-transition: .3s;
  transition: .3s;
}

.contents .wp-pagenavi a:hover {
  border: 1px solid #00BFA5;
  background: #00BFA5;
  color: #fff;
}

.contents .wp-pagenavi span,
.contents .wp-pagenavi a {
  display: inline-block;
  font-size: 2.1rem;
  color: #00BFA5;
  min-width: 46px;
  min-height: 46px;
  border: 1px solid #00BFA5;
  border-radius: 3px;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .contents .wp-pagenavi span,
  .contents .wp-pagenavi a {
    font-size: 1.8rem;
    min-width: 44px;
    min-height: 44px;
  }
}

.contents .wp-pagenavi span:not(:last-child),
.contents .wp-pagenavi a:not(:last-child) {
  margin-right: 10px;
}

.contents .wp-pagenavi .current {
  border: 1px solid #00BFA5;
  background: #00BFA5;
  color: #fff;
  font-weight: 400;
}

.contents .wp-pagenavi .nextpostslink,
.contents .wp-pagenavi .previouspostslink {
  position: relative;
}

.contents .wp-pagenavi .nextpostslink::before,
.contents .wp-pagenavi .previouspostslink::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 599px) {
  .contents .wp-pagenavi .nextpostslink::before,
  .contents .wp-pagenavi .previouspostslink::before {
    top: 15px;
  }
}

.contents .wp-pagenavi .nextpostslink::before {
  left: 14px;
  border-top: 2px solid #00BFA5;
  border-right: 2px solid #00BFA5;
}

@media (max-width: 599px) {
  .contents .wp-pagenavi .nextpostslink::before {
    left: 12px;
  }
}

.contents .wp-pagenavi .nextpostslink:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.contents .wp-pagenavi .previouspostslink::before {
  left: 18px;
  border-bottom: 2px solid #00BFA5;
  border-left: 2px solid #00BFA5;
}

.contents .wp-pagenavi .previouspostslink:hover::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

/* タグ */
.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}

.tag__item {
  color: #757575;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #D4D4D4;
  padding: 1px 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .tag__item {
    font-size: 1.2rem;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

/* カテゴリー */
.category {
  display: inline-block;
  color: #fff;
  background: #00BFA5;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1px 7px;
}

.category:not(:last-child) {
  margin-right: 5px;
}

/* 日付 */
.date {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #757575;
}

/* 記事詳細 */
.article {
  margin-bottom: 100px;
}

@media (max-width: 599px) {
  .article {
    max-width: 94%;
    margin: 0 auto;
    margin-bottom: 55px;
  }
}

.article__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .article__header {
    display: block;
    margin-bottom: 5px;
  }
}

.article__category {
  margin-bottom: -10px;
}

@media (max-width: 599px) {
  .article__category {
    margin-bottom: -3px;
  }
}

.article__category .category {
  margin-bottom: 10px;
}

.article__ttl {
  font-size: 4rem;
  font-weight: 700;
  color: #00BFA5;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .article__ttl {
    font-size: 2.6rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}

.article__tag {
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  .article__tag {
    margin-bottom: 20px;
  }
}

.article__img {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .article__img {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.article__img img {
  width: 100%;
  height: auto;
}

@media (max-width: 599px) {
  .article__lead {
    font-size: 1.6rem;
    line-height: 1.85;
  }
}

.article__table {
  width: 100%;
}

.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  color: #00BFA5;
  font-weight: 700;
}

.article__content h2 {
  font-size: 2.2rem;
  border-left: 8px solid #00BFA5;
  padding: 0 15px;
  margin-bottom: 12px;
  margin-top: 46px;
}

@media (max-width: 599px) {
  .article__content h2 {
    font-size: 1.8rem;
    padding: 0 12px;
    margin-top: 30px;
  }
  .article__content h2:not(:first-of-type) {
    margin-top: 60px;
  }
}

.article__content h3 {
  font-size: 1.8rem;
  margin-bottom: 13px;
  margin-top: 20px;
}

@media (max-width: 599px) {
  .article__content h3 {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}

.article__content h4,
.article__content h5,
.article__content h6 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.article__content p {
  line-height: 1.75;
}

@media (max-width: 599px) {
  .article__content p {
    font-size: 1.6rem;
    line-height: 1.85;
  }
}

.article__content p:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .article__content p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.article__content figure {
  margin-bottom: rem(20);
}

.article__banner {
  margin-bottom: 110px;
}

@media (max-width: 599px) {
  .article__banner {
    margin-bottom: 38px;
  }
}

/* サイドバー */
.sidebar {
  width: 23.5%;
}

@media (max-width: 1024px) {
  .sidebar {
    width: 95%;
    margin: 0 auto;
  }
}

.sidebar__item:not(:last-child) {
  margin-bottom: 45px;
}

.sidebar__item-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #00BFA5;
  border-bottom: 1px solid #00BFA5;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .sidebar__item-ttl {
    font-size: 1.8rem;
  }
}

.sidebar__item-ttl br {
  display: none;
}

@media (max-width: 1024px) {
  .sidebar__item-ttl br {
    display: block;
  }
}

.sidebar__item-body {
  padding-left: 15px;
}

@media (max-width: 599px) {
  .sidebar__item-body {
    padding-left: 10px;
  }
}
/* もっと見るボタン */
.contents_btn,.contents_btn02,.contents_btn03 {
	position: relative;
  margin-top: 20px;
	width: 100%;
	/* min-height: 60px;
	line-height: 60px; */
	margin: 0 auto;	
	color: #00BFA5;
	text-align: center;
  border: solid 1px #00BFA5;
  padding: 10px;
  margin-top: 20px;
}
.contents_btn.low,.contents_btn02.low,.contents_btn03.low {

  width: 30%;

}
@media (max-width: 599px) {

  .contents_btn,.contents_btn02,.contents_btn03 {

    width: 80%;
    margin-top: 40px;

  }

}
.contents_btn:after,.contents_btn02:after,.contents_btn03:after {
	content: "";
	position: absolute;
  right: 25px;
  top: 25px;
	width: 15px;
  height: 1px;
	background-color: #00BFA5;

}
.contents_btn:before,.contents_btn02:before,.contents_btn03:before {
	content: "";
	position: absolute;
  right: 25px;
	width: 15px;
  top: 25px;
  height: 1px;
	background-color: #00BFA5;
  transform: rotate(90deg);
  
}
.contents_btn.open_column:before,.contents_btn02.open_column:before,.contents_btn03.open_column:before {

  transform: rotate(0deg);

}
.contents_btn:hover,.contents_btn02:hover,.contents_btn03:hover {
	cursor: pointer;
}


.sidebar__category-list {
  margin-top: -5px;
}

@media (max-width: 599px) {
  .sidebar__category-list-item {
    font-size: 1.6rem;
  }
}

.sidebar__category-list-item a {
  display: inline-block;
  padding: 4px 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.sidebar__category-list-item a:hover {
  opacity: 0.7;
}

.sidebar__tag-list-item a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.sidebar__tag-list-item a:hover {
  opacity: 0.7;
}

/* 関連記事 */
.sidebar-post:not(:last-child) {
  margin-bottom: 40px;
}

.sidebar-post__inner {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.sidebar-post__inner:hover {
  opacity: 0.7;
}

.sidebar-post__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.sidebar-post__img-wrapper {
  width: 80px;
  margin-right: 10px;
}

.sidebar-post__img {
  padding-top: 72.5%;
  position: relative;
}

.sidebar-post__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-post__category {
  margin-bottom: 3px;
}

.sidebar-post__date {
  font-size: 1.4rem;
}

.sidebar-post__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}

.ranking-post .ranking-post__body {
  position: relative;
}

.ranking-post .ranking-post__body::after {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.5;
  border: 1px solid #FF4E4F;
  color: #FF4E4F;
  font-weight: 500;
  padding: 1px 4px 2px;
}

.ranking-post:first-child .ranking-post__body::after {
  content: "1位";
  background: #FF4E4F;
  color: #fff;
}

.ranking-post:nth-child(2) .ranking-post__body::after {
  content: "2位";
}

.ranking-post:nth-child(3) .ranking-post__body::after {
  content: "3位";
}

.ranking-post:nth-child(4) .ranking-post__body::after {
  content: "4位";
}

.ranking-post:nth-child(5) .ranking-post__body::after {
  content: "5位";
}

.ranking-post:nth-child(6) .ranking-post__body::after {
  content: "6位";
}
.ranking-post:nth-child(7) .ranking-post__body::after {
  content: "7位";
}
.ranking-post:nth-child(8) .ranking-post__body::after {
  content: "8位";
}
.ranking-post:nth-child(9) .ranking-post__body::after {
  content: "9位";
}
.ranking-post:nth-child(10) .ranking-post__body::after {
  content: "10位";
}

.ranking-post__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ranking-post__category {
  margin-top: auto;
}
.ml45 {

  margin-left: 45px;
}
.wpp-list li {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.wpp-list li:hover {
  opacity: 0.7;
}

/* よくみられているコラム */
/* よく見られている事例 */
.sidebar .wpp-views {
  display: none;
}

.sidebar .wpp-thumbnail {
  margin-right: 15px;
  object-fit: cover;
}

.sidebar .wpp-post-title {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  /* margin-top: -2px; */
  padding-top: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  position: relative;
}

.sidebar .wpp-list li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .sidebar .wpp-list li:not(:last-child){
    margin-bottom: 40px;
  }
}

.sidebar .wpp-post-title::before {

  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.5;
  border: 1px solid #FF4E4F;
  color: #FF4E4F;
  font-weight: 500;
  padding: 1px 4px 2px;
}
.sidebar .wpp-list li:first-child .wpp-post-title::before{
  content: "1位";
  background: #FF4E4F;
  color: #fff;
}

.sidebar .wpp-list li:nth-child(2) .wpp-post-title::before {
  content: "2位";
}

.sidebar .wpp-list li:nth-child(3) .wpp-post-title::before {
  content: "3位";
}

.sidebar .wpp-list li:nth-child(4) .wpp-post-title::before {
  content: "4位";
}

.sidebar .wpp-list li:nth-child(5) .wpp-post-title::before {
  content: "5位";
}

.sidebar .wpp-list li:nth-child(6) .wpp-post-title::before {
  content: "6位";
}
.sidebar .wpp-list li:nth-child(7) .wpp-post-title::before {
  content: "7位";
}
.sidebar .wpp-list li:nth-child(8) .wpp-post-title::before {
  content: "8位";
}
.sidebar .wpp-list li:nth-child(9) .ranking-post__body::after {
  content: "9位";
}
.sidebar .wpp-list li:nth-child(10) .ranking-post__body::after {
  content: "10位";
}

/* コラム */

.column-single .wrapper{
  padding-top: 170px;
}

@media (max-width: 1024px) {
  .column-single .wrapper{
    padding-top: 80px;
  }
}

/* 目次 */
.column-single #toc_container {
  padding: 40px;
  margin-bottom: 40px;
}

@media (max-width: 599px) {
  .column-single #toc_container {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
}

.column-single #toc_container .toc_title {
  font-size: 2.2rem;
  font-weight: 500;
}

@media (max-width: 599px) {
  .column-single #toc_container .toc_title {
    font-size: 1.8rem;
  }
}

.column-single #toc_container a {
  color: #00BFA5;
  display: inline-block;
  padding: 5px 0;
  padding-left: 20px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 599px) {
  .column-single #toc_container a {
    padding: 6px 0;
    padding-left: 5px;
  }
}

.column-single #toc_container a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.column-single #toc_container .toc_list li {
  border-top: 1px solid #E6E6E6;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 599px) {
  .column-single #toc_container .toc_list li {
    font-size: 1.8rem;
  }
}

.column-single #toc_container .toc_list ul {
  margin-left: 0;
}

.column-single #toc_container .toc_list ul li {
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 599px) {
  .column-single #toc_container .toc_list ul li {
    font-size: 1.6rem;
  }
}

.column-single #toc_container .toc_list ul li a {
  padding-left: 40px;
}

@media (max-width: 599px) {
  .column-single #toc_container .toc_list ul li a {
    padding-left: 10px;
  }
}

.column-single #toc_container p.toc_title + ul.toc_list {
  margin-top: 28px;
}

@media (max-width: 599px) {
  .column-single #toc_container p.toc_title + ul.toc_list {
    margin-top: 20px;
  }
}

/* 関連記事 */
.related {
  margin-bottom: 60px;
}

@media (max-width: 599px) {
  .related {
    max-width: 94%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.related__ttl {
  font-size: 2.2rem;
  color: #00BFA5;
  font-weight: 700;
  border-bottom: 1px solid #00BFA5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .related__ttl {
    font-size: 1.8rem;
    padding-bottom: 8px;
    margin-bottom: 18px;
  }
}

.related__items {
  margin-bottom: -30px;
}

.related__item {
  width: calc(33.33333333% - 30px * 2 / 3);
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .related__item {
    width: calc(50% - 30px * 1 / 2);
    margin-right: 30px;
  }
  .related__item:nth-child(2n) {
    margin-right: 0;
  }
  .related__item:not(:last-child) {
    margin-bottom: 28px;
  }
}

@media (max-width: 599px) {
  .related__item {
    width: 100%;
  }
}

.related__item:not(:nth-child(2n)) {
  margin-right: 0;
}

.related__item:not(:nth-child(3n)) {
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .related__item:nth-child(3n) {
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  .related__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 599px) {
  .related__item:nth-child(2n) {
    margin-right: auto;
  }
}

@media (max-width: 599px) {
  .related__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 599px) {
  .related__item-imgs {
    margin-right: 10px;
  }
}

@media (max-width: 599px) {
  .related__item-img {
    min-width: 80px;
  }
}

@media (max-width: 599px) {
  .related__item-category {
    position: static;
    display: block;
    margin-bottom: 5px;
  }
}

@media (max-width: 599px) {
  .related__item-date {
    font-size: 1.6rem;
  }
}

.related__item-ttl {
  font-size: 1.8rem;
}

@media (max-width: 599px) {
  .related__item-ttl {
    font-size: 1.6rem;
    color: #444444;
    line-height: 1.5;
    margin-bottom: 7px;
  }
}

.related__item-category-sp {
  display: none;
}

@media (max-width: 599px) {
  .related__item-category-sp {
    display: block;
  }
}

@media (max-width: 599px) {
  .related__item-category-pc {
    display: none;
  }
}

/* 著者 */
.author {
  padding: 25px 25px 20px;
  border-radius: 8px;
  border: 3px solid #00BFA5;
}

@media (max-width: 599px) {
  .author {
    padding: 20px 20px 15px;
    max-width: 94%;
    margin: 0 auto;
  }
}

.author__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.author__img {
  margin-right: 20px;
}

.author__img img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.author__ttl {
  color: #00BFA5;
  margin-bottom: 3px;
}

.author__name {
  font-size: 1.8rem;
  font-weight: 500;
}

.author__txt {
  font-size: 1.6rem;
  margin-bottom: 5px;
  line-height: 1.5;
}

.author__link {
  display: inline-block;
  padding: 5px 0;
  color: #FF4E4F;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 26px;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 599px) {
  .author__link {
    font-size: 1.6rem;
  }
}

.author__link::before, .author__link::after {
  position: absolute;
  content: "";
}

.author__link::before {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #FF4E4F;
  left: 0;
  top: 11px;
}

.author__link::after {
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
  top: 14px;
  left: 6px;
}

a.author__link:hover {
  opacity: 0.7;
}

.column-single .article__lead {
  margin-bottom: 15px;
}

/* 実績事例 */
/* 一覧 */
.case-archive .card {
  padding: 0 10px 10px;
}

@media (max-width: 599px) {
  .case-archive .card {
    padding: 0 0 10px;
  }
}

.case-archive .card__item {
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

@media (max-width: 599px) {
  .case-archive .card__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.case-archive .card__item-imgs {
  margin-bottom: 0;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.case-archive .card__item-img {
  border-radius: 8px 8px 0 0;
}

.case-archive .card__item-img img {
  border-radius: 8px 8px 0 0;
}

.case-archive .card__item-body {
  padding: 10px 20px 30px;
  border-radius: 0 0 8px 8px;
}

@media (max-width: 1024px) {
  .case-archive .card__item-body {
    padding: 10px 10px 20px;
  }
}

@media (max-width: 1024px) {
  .case-archive .card__item-ttl {
    font-size: 1.8rem;
    line-height: 1.35;
  }
}

.case-archive .card__item-body .summary {

  font-size: 1.4rem;
  margin: 10px auto;
}


 .company_text {
  position: relative;
  z-index: 1;
}
 .company_text:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;/*テキストからの距離*/
  width: 0%;/*初期状態では下線非表示*/
  height: 2px;/*下線の高さ*/
  background: #00BFA5;/*下線の色*/
  z-index: -1;
  transition: all 0.4s;/*アニメーション速度*/
}

.introducing_company:hover  .company_text:after{
  width: 100%;/*hover時に表示*/
}
/* .case-archive .card__item-body .company_text:hover {


  text-decoration: underline;
  transition: 0.2s ease;

} */

.case-archive__footer {
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .case-archive__footer {
    margin-bottom: 60px;
  }
}

.case-archive__footer-text {
  text-align: center;
  color: #00BFA5;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  .case-archive__footer-text {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}

/* 詳細 */
.case-single .article__lead {
  margin-bottom: 40px;
}

@media (max-width: 599px) {
  .case-single .article__lead {
    display: none;
  }
}

.case-single__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 599px) {
  .case-single__company {
    display: block;
    margin-bottom: 25px;
  }
}

.case-single__company-logo-wrapper {
  width: 200px;
  height: 120px;
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .case-single__company-logo-wrapper {
    margin: 0 auto 15px;
  }
}

.case-single__company-logo {
  padding-top: 60%;
  position: relative;
}

.case-single__company-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-single__company-body {
  margin-top: -5px;
}

@media (max-width: 1024px) {
  .case-single__company-body {
    margin-top: 0;
  }
}

.case-single__company-name {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .case-single__company-name {
    font-size: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .case-single__company-name {
    display: none;
  }
}

.case-single__company-list-item {
  font-size: 1.6rem;
  line-height: 1.85;
}

.case-single__summary {
  width: 95%;
  margin: 0 auto;
  background: #F6F6F6;
  border-radius: 12px;
  padding: 40px 50px;
  margin-bottom: 40px;
}

@media (max-width: 599px) {
  .case-single__summary {
    padding: 25px 20px;
    margin-bottom: 25px;
  }
}

.case-single__summary-ttl {
  color: #00BFA5;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

@media (max-width: 599px) {
  .case-single__summary-ttl {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 599px) {
  .case-single__summary-list-item {
    font-size: 1.6rem;
  }
}

.case-single__content {
  margin-bottom: 60px;
}

@media (max-width: 599px) {
  .case-single__content {
    margin-bottom: 25px;
  }
}

.case-single__info {
  border: 2px solid #00BFA5;
  border-radius: 8px;
}

.case-single__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.case-single__info-item::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  background: #D4D4D4;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 599px) {
  .case-single__info-item::after {
    width: 90%;
  }
}

.case-single__info-ttl {
  width: 29%;
  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;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  background: #E7F9F7;
  border-radius: 8px 0 0 8px;
  padding: 15px;
}

@media (max-width: 599px) {
  .case-single__info-ttl {
    width: 38%;
    font-size: 1.6rem;
  }
}

.case-single__info-txt {
  width: 81%;
  padding: 15px 40px;
}

@media (max-width: 599px) {
  .case-single__info-txt {
    width: 62%;
    padding: 12px 20px 12px 10px;
    font-size: 1.6rem;
  }
}

.case-single__info-txt a {
  display: block;
  padding: 5px 0;
  margin: -5px 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.case-single__info-txt a:hover {
  opacity: 0.7;
}

.case-single__banner {
  margin-bottom: 110px;
}

@media (max-width: 599px) {
  .case-single__banner {
    margin-bottom: 60px;
  }
}

.case-single__items {
  overflow-x: hidden;
}

@media (max-width: 599px) {
  .case-single__items {
    margin: 0 calc(50% - 50vw);
  }
}

.case-single__item:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 599px) {
  .case-single__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.case-single__item-ttl {
  text-align: center;
  color: #00BFA5;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .case-single__item-ttl {
    font-size: 3rem;
  }
}

@media (max-width: 599px) {
  .case-single__item-ttl {
    font-size: 2.6rem;
  }
}

.case-single__card {
  padding: 0 10px 10px;
}

.case-single__card .card__item {
  width: 300px;
  margin-right: 30px;
  margin-bottom: 10px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

@media (max-width: 599px) {
  .case-single__card .card__item {
    width: 260px;
    margin-right: 20px;
  }
}

.case-single__card .card__item-imgs {
  margin-bottom: 0;
}

.case-single__card .card__item-img img {
  border-radius: 8px 8px 0 0;
}

.case-single__card .card__item-body {
  padding: 15px 20px;
  border-radius: 0 0 8px 8px;
}

.case-single__card .card__item-ttl {
  font-size: 1.8rem;
  -webkit-line-clamp: 3;
  line-height: 1.4;
}

@media (max-width: 599px) {
  .case-single__card .card__item-ttl {
    font-size: 1.8rem;
  }
}

.case-single__slider-wrap {
  overflow: hidden;
  position: relative;
}

.case-single__slider-wrap::before, .case-single__slider-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 10%;
}

.case-single__slider-wrap::before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.case-single__slider-wrap::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

@media (max-width: 599px) {
  .case-single__slider {
    margin-bottom: 0;
  }
}

.case-single__slider .slick-prev,
.case-single__slider .slick-next {
  background: #00BFA5;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  z-index: 99;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  top: calc(50% - 13px);
}

@media (max-width: 599px) {
  .case-single__slider .slick-prev,
  .case-single__slider .slick-next {
    width: 32px;
    height: 32px;
  }
}

.case-single__slider .slick-prev::before,
.case-single__slider .slick-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 20px;
  border-top: solid 4px #fff;
  opacity: 1;
}

@media (max-width: 599px) {
  .case-single__slider .slick-prev::before,
  .case-single__slider .slick-next::before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
}

.case-single__slider .slick-next {
  right: 12px;
}

.case-single__slider .slick-next::before {
  border-right: solid 4px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 22px;
}

@media (max-width: 599px) {
  .case-single__slider .slick-next::before {
    right: 12px;
  }
}

.case-single__slider .slick-prev {
  left: 12px;
}

.case-single__slider .slick-prev::before {
  border-left: solid 4px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 22px;
}

@media (max-width: 599px) {
  .case-single__slider .slick-prev::before {
    left: 12px;
  }
}

.case-sidebar__category:not(:last-child) {
  margin-bottom: 25px;
}

.case-sidebar__category-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .case-sidebar__category-ttl {
    font-size: 1.8rem;
  }
}

.case-sidebar__list {
  padding-left: 20px;
}

.case-sidebar__list-item {
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}

.case-sidebar__list-item::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.case-sidebar__list-item a {
  display: inline-block;
  padding: 3px 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.case-sidebar__list-item a:hover {
  opacity: 0.7;
}

@media (max-width: 599px) {
  .case-single__notfound {
    padding: 0 20px;
  }
}

/* お役立ち資料 */
.information {
  padding: 110px 0 110px;
}

@media (max-width: 1024px) {
  .information {
    padding: 35px 0 70px;
  }
}

.information__inner {
  width: 1110px;
}

.information__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}

@media (max-width: 1024px) {
  .information__links {
    display: block;
    margin-bottom: 25px;
  }
}

@media (max-width: 1024px) {
  .information__link {
    max-width: 100%;
    margin: 0 auto;
  }
}

.information__link:not(:last-child) {
  margin-right: 35px;
}

@media (max-width: 1024px) {
  .information__link:not(:last-child) {
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.information__link:first-child {
  width: 29%;
}

@media (max-width: 1024px) {
  .information__link:first-child {
    width: 300px;
  }
}

.information__link:nth-child(2) {
  width: 36%;
}

@media (max-width: 1024px) {
  .information__link:nth-child(2) {
    width: 300px;
  }
}

.information__link:last-child {
  width: 29%;
}

@media (max-width: 1024px) {
  .information__link:last-child {
    width: 300px;
  }
}

.information__link:last-child .btn-arrow {
  padding-left: 40px;
}

@media (max-width: 1024px) {
  .information__link:last-child .btn-arrow {
    padding-left: 20px;
  }
}

.information__link .btn-arrow {
  padding: 11px 15px;
  width: 100%;
  display: block;
}

.information__link .btn-arrow .txt::before, .information__link .btn-arrow .txt::after {
  top: 50%;
}

.information__link .btn-arrow .txt::after {
  border-right: 5px solid transparent;
  left: -3px;
  border-top: 7px solid #FF4E4F;
  border-left: 5px solid transparent;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.information__link .btn-arrow .txt::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.information__link .btn-arrow:hover .txt::after {
  border-top: 7px solid #fff;
}

.information__ttl {
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  .information__ttl {
    margin-bottom: 25px;
  }
}

.information__block:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .information__block:not(:last-child) {
    margin-bottom: 50px;
  }
}

.information__subttl {
  text-align: center;
  color: #00BFA5;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .information__subttl {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 20px;
  }
}

/* download */
.download {
  padding: 150px 0;
}

@media (max-width: 1024px) {
  .download {
    padding: 60px 0 80px;
  }
}

.download__inner {
  width: 1200px;
}

/* card */
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .card {
    display: block;
    margin-bottom: 60px;
  }
}

.card__item {
  width: calc(47% - 60px * 1 / 2);
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .card__item {
    width: calc(50% - 30px * 1 / 2);
    margin-bottom: 30px;
  }
}

@media (max-width: 599px) {
  .card__item {
    width: 315px;
    margin: 0 auto;
  }
  .card__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.card__item:not(:nth-child(2n)) {
  margin-right: 60px;
}

@media (max-width: 1024px) {
  .card__item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media (max-width: 599px) {
  .card__item:not(:nth-child(2n)) {
    margin-right: auto;
  }
}

.card__item-inner {
  display: block;
  height: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.card__item-inner:hover {
  opacity: 0.7;
}

.card__item-imgs {
  margin-bottom: 5px;
  position: relative;
}

.card__item-img {
  padding-top: 73.68421%;
  width: 100%;
  position: relative;
}

.card__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__item-category {
  position: absolute;
  left: 0;
  bottom: 0;
}

.card__item-body {
  background: #fff;
}

.card__item-date {
  margin-bottom: 5px;
}

.card__item-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #00BFA5;
  line-height: 1.6;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 599px) {
  .card__item-ttl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

/* card02 */
.card02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -60px;
}

@media (max-width: 1400px) {
  .card02 {
    margin-bottom: -30px;
  }
}

@media (max-width: 1024px) {
  .card02 {
    margin-bottom: 0;
  }
}

.card02__item {
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  width: calc(33.33333333% - 77px * 2 / 3);
  margin-bottom: 60px;
}

@media (max-width: 1400px) {
  .card02__item {
    width: calc(33.33333333% - 30px * 2 / 3);
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .card02__item {
    width: calc(50% - 30px * 1 / 2);
  }
}

@media (max-width: 599px) {
  .card02__item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .card02__item:not(:last-child) {
    margin-bottom: 35px;
  }
}

.card02__item:not(:nth-child(3n)) {
  margin-right: 77px;
}

@media (max-width: 1400px) {
  .card02__item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  .card02__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media (max-width: 599px) {
  .card02__item:not(:nth-child(3n)) {
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .card02__item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media (max-width: 599px) {
  .card02__item:not(:nth-child(2n)) {
    margin-right: auto;
  }
}

.card02__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card02__item-img {
  padding-top: 56.25%;
  position: relative;
}

.card02__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card02__item-body {
  padding: 20px 18px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .card02__item-body {
    padding: 15px 18px 15px;
  }
}

.card02__item-ttl {
  color: #00BFA5;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .card02__item-ttl {
    font-size: 1.8rem;
  }
}

.card02__item-txt {
  color: #878787;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .card02__item-txt {
    font-size: 1.6rem;
    line-height: 1.85;
  }
}

.card02__item-file-wrapper {
  text-align: center;
}

.card02__item-file {
  color: #FF4E4F;
  text-decoration: underline;
  text-align: center;
  display: inline-block;
  padding: 5px 0 5px 25px;
  background: url(../img/common/arrow-icon02.svg) no-repeat top 12px left/17px;
}

@media (max-width: 1024px) {
  .card02__item-file {
    font-size: 1.6rem;
    background-position: top 10px left;
  }
}

/* 導入・運用サポート */
.support {
  padding: 110px 0 200px;
}

@media (max-width: 1024px) {
  .support {
    padding: 40px 0 100px;
  }
}

.support__inner {
  max-width: 1170px;
  padding: 0 25px;
}

.support__block:not(:last-child) {
  margin-bottom: 110px;
}

@media (max-width: 599px) {
  .support__block:not(:last-child) {
    margin-bottom: 80px;
  }
}

.support__block:last-child .card02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.support__block:last-child .card02__item {
  margin: 0;
}

.support__subttl {
  margin-bottom: 60px;
}

@media (max-width: 599px) {
  .support__subttl {
    margin-bottom: 40px;
  }
}

.support__txt {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 45px;
}

@media (max-width: 599px) {
  .support__txt {
    text-align: left;
    font-size: 14px;
    padding: 0 10px;
    margin-top: -20px;
    margin-bottom: 35px;
  }
}
.recommend_column {

  margin-bottom: 100px;
}
.recommend_column-inner.lower {

  width: 1110px;
}
.recommend_column-inner.lower .contents {

  width: 100%;
}
.recommend_column-inner.lower .card {

  justify-content: space-between;
 
}
.recommend_column-inner.lower .card__item {

  width: auto;
  flex-basis: 18%;
  margin-right: 0;
  margin-bottom: 30px;
}
.recommend_column-inner.lower .card__item .card__item-ttl {

  font-size: 1.8rem;
}

.column-banner{
  margin: 30px 0;
  background: rgb(0,191,165); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0,191,165,1) 0%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,191,165,1) 0%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,191,165,1) 0%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0 3px 12px rgba(0,0,0,.16);
  padding: 30px 30px 25px 45px;
}

.column-banner .banner-ttl{
  margin: 0 0 12px;
  padding: 0;
  border:none;
}

.column-banner .banner-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.column-banner .btn-row + .btn-row{
  margin-top: 10px;
}

.column-banner .btn-arrow{
  width: 300px;
  text-align: left;
  padding-left: 30px;
}

@media (max-width: 1024px) {
  .column-banner{
    text-align: center;
    padding: 30px 5% 30px;
  }
  .column-banner .banner-row{
    display: block;
  }
  .column-banner .img-wrap{
    margin-bottom: 20px;
  }
  .column-banner .btn-arrow{
    text-align: center;
    padding-left: 0;
  }
}