@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@300;400;500;700&family=Work+Sans:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@300;400;500;700&family=Work+Sans:wght@400;500&display=swap");
.shadow-area {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 80px;
}
@media screen and (min-width: 1300px) {
  .shadow-area {
    padding: 130px 0;
  }
}
.shadow-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #59554C;
  opacity: 0.9;
}
.shadow-area .bg_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.shadow-area__inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1300px) {
  .shadow-area__inner {
    width: 100%;
  }
}
.shadow-area h2 {
  color: #ffffff;
}
@media screen and (min-width: 1300px) {
  .shadow-area h2 {
    width: 80%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .shadow-area h2 {
    width: 60%;
    margin-right: auto;
  }
}
.shadow-area__content {
  display: grid;
  grid-template-columns: 100%;
  gap: 70px;
  color: #ffffff;
  margin-top: 75px;
}
@media screen and (min-width: 960px) {
  .shadow-area__content {
    grid-template-columns: repeat(2, 46%);
    gap: 60px;
    margin-top: 95px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1300px) {
  .shadow-area__content {
    width: 75%;
    margin-left: 20%;
    margin-right: auto;
  }
}
@media screen and (min-width: 1600px) {
  .shadow-area__content {
    width: 60%;
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) {
  .shadow-area__box.policy__box:first-child, .shadow-area__box.strong__box:first-child {
    grid-column: 1/3;
    justify-self: center;
    max-width: 50%;
  }
}
.shadow-area__box:nth-child(1) > .shadow-area__box__inner {
  background-color: #E87DA5;
}
.shadow-area__box:nth-child(2) > .shadow-area__box__inner {
  background-color: #F4BF69;
}
.shadow-area__box:nth-child(3) > .shadow-area__box__inner {
  background-color: #3FAAB4;
}
.shadow-area__box:nth-child(4) > .shadow-area__box__inner {
  background-color: #103D64;
}
.shadow-area__box__inner {
  border: 1px #ffffff solid;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 10px 45px;
  display: grid;
  grid-template-columns: 85px 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "index title" "content content";
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .shadow-area__box__inner {
    display: block;
    max-width: unset;
    padding: 60px 35px;
  }
}
.shadow-area__box__inner span {
  display: block;
  padding-top: 10px;
  padding-right: 30px;
  grid-area: index;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 0;
  font-size: 32px;
  font-family: "Cardo", "Noto Sans JP", serif;
  font-weight: 700;
  line-height: 27px;
}
@media screen and (min-width: 960px) {
  .shadow-area__box__inner span {
    padding-right: 36px;
    padding-top: 16px;
    margin-bottom: 60px;
  }
}
.shadow-area__box__inner span::before {
  content: "";
  display: block;
  width: 52px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(./../image/heart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .shadow-area__box__inner span::before {
    width: 60px;
    height: 47px;
  }
}
.shadow-area__box__inner p {
  grid-area: title;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .shadow-area__box__inner p {
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.shadow-area__box__inner div {
  grid-area: content;
  font-size: 14px;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .shadow-area__box__inner div {
    font-size: 16px;
    margin-top: 0;
  }
}

.message {
  margin: 0 auto;
  width: 95%;
  padding-bottom: 52px;
}
@media screen and (min-width: 960px) {
  .message {
    width: 80%;
    margin: 124px auto 0;
    padding-bottom: 62px;
  }
}
@media screen and (min-width: 1300px) {
  .message {
    width: 60%;
  }
}
.message__inner {
  max-width: 820px;
}
.message__content {
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .message__content {
    line-height: 30px;
    margin-top: 64px;
  }
}

.strong {
  margin-top: 52px;
  margin-bottom: 52px;
}
@media screen and (min-width: 960px) {
  .strong {
    margin-top: 62px;
    margin-bottom: 62px;
  }
}

.infographic {
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 52px;
}
@media screen and (min-width: 960px) {
  .infographic {
    padding-top: 62px;
    width: 80%;
    padding-bottom: 62px;
  }
}
@media screen and (min-width: 1300px) {
  .infographic {
    margin-left: 20%;
    width: 75%;
  }
}
.infographic h2 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .infographic h2 {
    width: 100%;
  }
}
.infographic__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 50px auto 0;
  gap: 30px 15px;
}
@media screen and (min-width: 960px) {
  .infographic__inner {
    margin-top: 80px;
    gap: 45px 50px;
  }
}
.infographic__row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px 15px;
}
.infographic__row .panel_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
}
@media screen and (min-width: 960px) {
  .infographic__row .panel_wrap {
    display: block;
    gap: 64px;
  }
}
.infographic .panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .infographic .panel {
    padding: 25px 15px;
  }
}
.infographic .panel__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 960px) {
  .infographic .panel__label {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.infographic .panel__label > span {
  display: block;
}
.infographic .panel__label > span:first-child {
  font-size: 25px;
}
@media screen and (min-width: 960px) {
  .infographic .panel__label > span:first-child {
    font-size: 32px;
  }
}
.infographic .panel__label > span:first-child span {
  font-size: 14px;
}
.infographic .panel__label > span:last-child {
  font-size: 12px;
  font-family: "Cardo", "Noto Sans JP", serif;
  font-weight: 700;
  line-height: 17px;
}
@media screen and (min-width: 960px) {
  .infographic .panel__label > span:last-child {
    font-size: 14px;
    line-height: 22px;
  }
}
.infographic__employees {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .infographic__employees {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .infographic__employees .panel__label {
    padding-left: 70px;
  }
}
.infographic__employees .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 960px) {
  .infographic__employees .content {
    width: 100%;
    display: block;
  }
}
.infographic__employees .content .item {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .infographic__employees .content .item {
    width: 100%;
  }
}
.infographic__employees .content .item.first {
  padding-right: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 960px) {
  .infographic__employees .content .item.first {
    padding-right: 0;
    padding-bottom: 80px;
  }
}
.infographic__employees .content .item.first::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 20px;
  height: 10px;
  background-image: url(./../image/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .infographic__employees .content .item.first::after {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    left: 50%;
    top: auto;
    bottom: 30px;
  }
}
.infographic__employees .content .item .people_wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 90%;
}
@media screen and (min-width: 960px) {
  .infographic__employees .content .item .people_wrap {
    max-width: 187px;
  }
}
.infographic__employees .content .item .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infographic__employees .content .item .number span:first-child {
  font-family: "Work Sans", sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 34px;
}
@media screen and (min-width: 960px) {
  .infographic__employees .content .item .number span:first-child {
    font-size: 36px;
    line-height: 42px;
  }
}
.infographic__employees .content .item .number span:last-child {
  font-size: 15px;
}
@media screen and (min-width: 960px) {
  .infographic__employees .content .item .number span:last-child {
    font-size: 20px;
  }
}
.infographic__employees .content .item .date {
  display: block;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .infographic__employees .content .item .date {
    font-size: 16px;
  }
}
.infographic__companion {
  min-width: 280px;
}
.infographic__companion .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
  margin-left: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width: 960px) {
  .infographic__companion .content {
    margin-top: 50px;
    margin-left: 0px;
  }
}
.infographic__companion .content .companion-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.infographic__companion .content p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Work Sans", sans-serif;
}
.infographic__companion .content p span {
  display: block;
  line-height: normal;
}
.infographic__companion .content p span:first-child {
  font-size: 40px;
}
.infographic__companion .content p span:last-child {
  font-size: 20px;
}
.infographic__companion .content img {
  display: block;
  width: 60px;
}
@media screen and (min-width: 960px) {
  .infographic__companion .content img {
    width: 70px;
  }
}
.infographic__holiday {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (min-width: 960px) {
  .infographic__holiday {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .infographic__holiday .panel__label br {
    display: none;
  }
}
.infographic__holiday .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 235px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1300px) {
  .infographic__holiday .content {
    padding-left: 170px;
  }
}
.infographic__holiday .content > div {
  position: relative;
}
@media screen and (min-width: 1300px) {
  .infographic__holiday .content > div.outdoor > div img {
    left: -80px;
  }
  .infographic__holiday .content > div.outdoor > div span {
    position: absolute;
    left: -80px;
    bottom: 60px;
  }
}
.infographic__holiday .content > div > canvas {
  width: 100px;
  font-family: "Work Sans", sans-serif;
}
.infographic__holiday .content > div > div img {
  position: absolute;
  left: -40px;
  bottom: 0;
}
.infographic__holiday .content > div > div span {
  display: block;
  text-align: center;
}
.infographic__division {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .infographic__division .panel__label {
    padding-left: 70px;
  }
}
.infographic__division .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px auto 0;
  width: 90%;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 45px;
}
@media screen and (min-width: 960px) {
  .infographic__division .content {
    width: 100%;
    max-width: 1200px;
    padding-left: 0;
    margin-top: 40px;
  }
}
.infographic__division .content .item {
  position: relative;
  padding: 0 20px 80px;
}
@media screen and (min-width: 960px) {
  .infographic__division .content .item {
    padding: 0 35px 80px;
  }
}
.infographic__division .content .img {
  width: 86px;
  height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2EFEA;
  border: 4px #DAD2C5 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .infographic__division .content .img {
    width: 100px;
    height: 100px;
  }
}
.infographic__division .content .img img {
  display: block;
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.infographic__division .content .num {
  position: absolute;
  right: 0;
  top: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 960px) {
  .infographic__division .content .num {
    top: auto;
    bottom: 80px;
    right: -10px;
  }
}
.infographic__division .content .num span {
  display: block;
  line-height: normal;
}
.infographic__division .content .num span:first-child {
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
}
@media screen and (min-width: 960px) {
  .infographic__division .content .num span:first-child {
    font-size: 36px;
  }
}
.infographic__division .content .num span:last-child {
  font-size: 15px;
  margin-bottom: 3px;
}
@media screen and (min-width: 960px) {
  .infographic__division .content .num span:last-child {
    font-size: 20px;
  }
}
.infographic__division .content p {
  position: absolute;
  text-align: center;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  line-height: 20px;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .infographic__division .content p {
    top: 110px;
  }
}
.infographic__qualified {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .infographic__qualified .panel__label {
    padding-left: 70px;
  }
}
.infographic__qualified .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .infographic__qualified .content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 1200px;
    margin-top: 40px;
  }
}
.infographic__qualified .content .item {
  position: relative;
  padding: 70px 0 100px;
  min-width: 115px;
}
@media screen and (min-width: 960px) {
  .infographic__qualified .content .item {
    padding-bottom: 55px;
  }
}
.infographic__qualified .content .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px #59554C solid;
}
@media screen and (min-width: 960px) {
  .infographic__qualified .content .img {
    padding: 0 10px;
  }
}
.infographic__qualified .content .img img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.infographic__qualified .content .num {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .infographic__qualified .content .num {
    bottom: 0;
  }
}
.infographic__qualified .content .num span {
  display: block;
  line-height: normal;
}
.infographic__qualified .content .num span:first-child {
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
}
@media screen and (min-width: 960px) {
  .infographic__qualified .content .num span:first-child {
    font-size: 36px;
  }
}
.infographic__qualified .content .num span:last-child {
  font-size: 15px;
  margin-bottom: 3px;
}
@media screen and (min-width: 960px) {
  .infographic__qualified .content .num span:last-child {
    font-size: 20px;
  }
}
.infographic__qualified .content p {
  position: absolute;
  text-align: center;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 100%;
  line-height: 20px;
  font-size: 14px;
}
.infographic__software {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .infographic__software .panel__label {
    padding-left: 70px;
  }
}
@media screen and (min-width: 960px) {
  .infographic__software .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
}
.infographic__software .tools {
  margin: 32px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.infographic__software .tools img {
  margin-right: 16px;
  display: block;
}
.infographic__software .tools img:first-child {
  width: 75px;
}
@media screen and (min-width: 960px) {
  .infographic__software .tools img:first-child {
    width: 135px;
  }
}
.infographic__software .tools img:nth-child(2) {
  width: 50px;
}
@media screen and (min-width: 960px) {
  .infographic__software .tools img:nth-child(2) {
    width: 60px;
    margin-bottom: 50px;
  }
}
.infographic__software .tools img:last-child {
  width: 50px;
}
@media screen and (min-width: 960px) {
  .infographic__software .tools img:last-child {
    width: 60px;
    margin-bottom: 20px;
  }
}
.infographic__software .software {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .infographic__software .software {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1300px) {
  .infographic__software .software {
    grid-template-columns: 1fr 1fr 1fr 0.7fr;
  }
}
.infographic__software .software .item {
  text-align: right;
}
.infographic__software .software .item span {
  font-size: 14px;
}
.infographic__software .software .item span:nth-child(2) {
  font-size: 30px;
  font-family: "Work Sans", sans-serif;
}

.guidelines {
  padding-top: 52px;
  margin: 0 auto;
  padding-bottom: 104px;
  width: 95%;
}
@media screen and (min-width: 960px) {
  .guidelines {
    padding-top: 62px;
    padding-bottom: 124px;
    width: 80%;
  }
}
@media screen and (min-width: 1300px) {
  .guidelines {
    margin-left: 20%;
    width: 75%;
  }
}
.guidelines h2 {
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .guidelines h2 {
    margin-bottom: 64px;
  }
}
.guidelines__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 960px) {
  .guidelines__wrap {
    width: 100%;
  }
}
.guidelines__wrap a {
  display: block;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
  padding: 35px 0;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .guidelines__wrap a {
    width: 50%;
  }
  .guidelines__wrap a:hover span:last-child {
    padding-left: 20px;
  }
  .guidelines__wrap a:hover span:last-child::before {
    right: 0;
  }
  .guidelines__wrap a:hover span:last-child::after {
    right: 0;
    height: 0;
  }
}
.guidelines__wrap a::before {
  content: "";
  display: block;
  background-color: #59554C;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.guidelines__wrap a span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .guidelines__wrap a span {
    font-size: 24px;
  }
}
.guidelines__wrap a span:last-child {
  font-size: 20px;
  font-family: "Cardo", "Noto Sans JP", serif;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guidelines__wrap a span:last-child::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guidelines__wrap a span:last-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__contact::before {
  content: "Entry";
}
.footer__contact::after {
  content: "エントリー";
}

.page-kv .kv_content .company_kv img {
  width: 85px;
}
@media screen and (min-width: 960px) {
  .page-kv .kv_content .company_kv img {
    width: 175px;
  }
}