@charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
:root {
  --shippori: 'Shippori Mincho', serif;
}

/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv ↓↓↓ */
.fv {
  width: 100%;
  height: 603px;
  padding-top: 75px;
  position: relative;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .fv {
    height: 500px;
    padding-top: 35px;
  }
}

.fv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 66.321cqw;
  height: 100%;
  background: rgb(140, 188, 237);
  background: linear-gradient(-120deg, rgba(100, 219, 214, 0.5) -10%, rgba(140, 211, 244, 0.5) 48%, rgba(140, 188, 237, 0.5) 110%);
}

@media (max-width: 768px) {
  .fv::before {
    width: 85.334%;
  }
}

.fv::after {
  content: 'BUSINESS';
  position: absolute;
  bottom: -6px;
  right: -2px;
  font-family: var(--abel);
  font-size: 13.5rem;
  letter-spacing: -0.02em;
  line-height: .73;
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  opacity: .8;
}

@media (max-width: 1200px) {
  .fv::after {
    font-size: max(100px, 13.7754cqw);
  }
}

@media (max-width: 768px) {
  .fv::after {
    font-size: 6.8rem;
    line-height: .85;
    -webkit-text-stroke: 0.5px #FFF;
    text-stroke: 0.5px #FFF;
  }
}

.fv .image-block {
  width: 75.472cqw;
  margin: 0 auto;
  translate: -30px 0;
  position: relative;
  z-index: 1;
}

@container (max-width: 980px) {
  .fv .image-block {
    margin-left: 10.204cqw;
    translate: 0;
  }
}

@media (max-width: 768px) {
  .fv .image-block {
    width: 85.334%;
    margin-left: 0;
  }
}

.fv .image-block .pagetitle {
  width: 378px;
  height: 78px;
  font-family: var(--notosans);
  font-size: 3.0rem;
  color: #fff;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 2;
  overflow: clip;
  background: rgb(0, 107, 216);
  background: linear-gradient(90deg, rgba(0, 107, 216, 1) 0%, rgba(0, 158, 230, 1) 48%, rgba(0, 107, 216, 1) 100%);
  scale: 0 1;
  transform-origin: left;
}

@container (max-width: 980px) {
  .fv .image-block .pagetitle {
    width: 38.572cqw;
    font-size: max(22px, 3.0612cqw);
  }
}

@media (max-width: 768px) {
  .fv .image-block .pagetitle {
    width: 270px;
    height: 56px;
    font-size: 2.4rem;
  }
}

.fv .image-block .pagetitle .wrap {
  display: block;
  width: fit-content;
  height: 100%;
  transform-origin: left;
  translate: -100% 0;
  overflow: clip;
}

.fv .image-block .pagetitle.is-show .wrap {
  translate: 0 0;
}

.fv .image-block .pagetitle .txt {
  display: block;
  width: 100%;
  height: 100%;
  translate: 100% 0;
}

.fv .image-block .image {
  width: 100%;
  height: 400px;
  margin-top: -39px;
  position: relative;
  z-index: 1;
  overflow: clip;
}

@media (max-width: 768px) {
  .fv .image-block .image {
    height: 390px;
    margin-top: -28px;
  }
}

.fv .image-block .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ contents ↓↓↓ */
.contents {
  width: 100%;
  margin-top: 80px;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .contents {
    margin-top: 56px;
  }
}

/* familiar */
.familiar {
  width: 100%;
  padding: 0 27px;
}

@media (max-width: 768px) {
  .familiar {
    padding: 0;
  }
}

.familiar .container {
  max-width: 900px;
  background: linear-gradient(-120deg, rgba(100, 211, 206, 0.5), rgba(132, 203, 236, 0.5), rgba(132, 180, 229, 0.5));
  padding: 60px 0 75px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .familiar .container {
    padding: 40px 0 60px;
  }
}

.familiar .container .conts-ttl {
  font-size: 3.2rem;
  font-family: var(--notosans);
  font-weight: 400;
  letter-spacing: 0.3em;
  text-align: center;
  color: #4F515E;
}

@media (max-width: 768px) {
  .familiar .container .conts-ttl {
    width: 100%;
    font-size: 2.4rem;
  }
}

.familiar .container .inner {
  width: 100%;
  position: relative;
  margin-top: 38px;
}

.familiar .container .inner .image {
  width: 100%;
  max-width: 860px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .familiar .container .inner .image picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
  }
}

.familiar .container .inner .image::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .familiar .container .inner .image img {
    display: block;
    width: 867px;
    overflow: scroll;
  }
}

.familiar .container .inner .icon {
  position: absolute;
  width: 83px;
  aspect-ratio: 1/1;
  background-color: rgba(79, 81, 94, 0.8);
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  top: -20px;
  left: 25px;
}

@media (max-width: 768px) {
  .familiar .container .inner .icon {
    display: flex;
  }
}

.familiar .container .icon img {
  width: 37px;
  transform: translateX(-6%);
  animation: swipeAnime ease infinite;
  animation-duration: 1.4s;
  animation-delay: 10s;
}

@keyframes swipeAnime {
  0% {
    transform: translateX(20%);
  }

  100% {
    transform: translateX(-20%);
    opacity: 0;
  }
}


/* anchor-block */
.anchor-block {
  margin-top: 56px;
}

.anchor-block .txtgroup {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .anchor-block .txtgroup {
    max-width: unset;
    padding: 0 27px;
  }
}

.anchor-block .txtgroup .lead {
  font-size: 2.8rem;
  font-family: var(--notosans);
  font-weight: 400;
  letter-spacing: 0.29em;
}

@media (max-width: 768px) {
  .anchor-block .txtgroup .lead {
    font-size: 2.4rem;
  }
}

.anchor-block .txtgroup .txt {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.048em;
  line-height: 2.14;
  padding-top: 28px;
  margin-top: 25px;
  text-align: justify;
  word-break: break-all;
}

.anchor-block .txtgroup .txt::before {
  content: '';
  position: absolute;
  width: 49px;
  height: 1px;
  background: linear-gradient(#006BD0, #0096DE);
  top: 0;
  left: 0;
}

.anchor-block .inner {
  margin-top: 95px;
}

.anchor-block .inner .repeat-txt {
  position: relative;
  height: 1em;
  font-size: 11.8rem;
  font-family: var(--abel);
  line-height: 1;
  color: #EDEEEF;
  display: flex;
  /* overflow: clip; */
  overflow: hidden;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .anchor-block .inner .repeat-txt {
    font-size: 3.8rem;
  }
}

.anchor-block .inner .repeat-txt span {
  min-width: max-content;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.anchor-block .inner .box {
  position: relative;
  max-width: 720px;
  box-sizing: content-box;
  padding: 0 10px;
  margin: -24px auto 0;
}

@media (max-width: 768px) {
  .anchor-block .inner .box {
    max-width: 375px;
    padding: 0 0 55px 0;
    margin: 15px auto 0;
  }
}

.anchor-block .inner .box .btn {
  position: absolute;
  font-size: 2.2rem;
  font-family: var(--notosans);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #A7A8AE;
  transition: color ease .3s;
}

@media (max-width: 768px) {
  .anchor-block .inner .box .btn {
    font-size: 2rem;
    width: max-content;
  }

  .anchor-block .inner .box .btn:first-of-type {
    border-bottom: unset;
    border-top: 1px solid #A7A8AE;
  }
}

.anchor-block .inner .box .btn:nth-of-type(odd) {
  padding: 0 30px 14px 50px;
}

.anchor-block .inner .box .btn:nth-of-type(even) {
  padding: 0 57px 14px 22px;
}

@media (max-width: 768px) {
  .anchor-block .inner .box .btn:nth-of-type(odd) {
    padding: 0 25px 5px;
  }

  .anchor-block .inner .box .btn:first-of-type {
    padding: 15px 25px 0 15px;
  }

  .anchor-block .inner .box .btn:nth-of-type(even) {
    padding: 0 25px 5px 15px;
  }
}

.anchor-block .inner .box .btn:first-of-type {
  bottom: 0;
  right: calc((35 - 5)*((100vw - 768px)/(1280 - 768)) + 5px);
}

.anchor-block .inner .box .btn:nth-of-type(2) {
  top: 75px;
  left: calc((64 - 34)*((100vw - 768px)/(1280 - 768)) + 34px);
}

.anchor-block .inner .box .btn:last-of-type {
  top: 25px;
  right: calc((110 - 80)*((100vw - 768px)/(1280 - 768)) + 80px);
}

@media screen and (min-width: 1280px) {
  .anchor-block .inner .box .btn:first-of-type {
    right: 35px;
  }

  .anchor-block .inner .box .btn:nth-of-type(2) {
    left: 64px;
  }

  .anchor-block .inner .box .btn:last-of-type {
    right: 110px;
  }
}

@media (max-width: 768px) {
  .anchor-block .inner .box .btn:first-of-type {
    transform: translateX(50%);
    right: 50%;
  }

  .anchor-block .inner .box .btn:nth-of-type(2) {
    top: 6px;
    left: 27px;
  }

  .anchor-block .inner .box .btn:last-of-type {
    top: -12px;
    right: 27px;
  }
}

.anchor-block .inner .box .btn:hover {
  color: #72747E;
}

@media (max-width: 768px) {
  .anchor-block .inner .box .btn:hover {
    color: inherit;
  }
}

.anchor-block .inner .box .btn::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #A7A8AE;
  bottom: 0;
}

@media (max-width: 768px) {
  .anchor-block .inner .box .btn::before {
    width: 13px;
  }
}

.anchor-block .inner .box .btn:first-of-type::before {
  transform: translateX(-100%);
  transform-origin: left;
  rotate: 45deg;
  left: 0;
}

@media (max-width: 768px) {
  .anchor-block .inner .box .btn:first-of-type::before {
    transform: translate(-50%, -100%);
    transform-origin: unset;
    rotate: 135deg;
    bottom: unset;
    top: -2px;
    left: 37%;
  }

  .anchor-block .inner .box .btn:first-of-type::after {
    content: '';
    position: absolute;
    bottom: unset;
    width: 0;
    height: 0;
    border-style: solid;
    background-color: #fff;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #fff transparent;
    transform: translate(-50%, -50%);
    top: -3px;
    left: 42%;
    z-index: -1;
  }
}

.anchor-block .inner .box .btn:nth-of-type(2)::before {
  transform: translateX(100%);
  transform-origin: right;
  rotate: 45deg;
  bottom: -2px;
  right: 0;
}

.anchor-block .inner .box .btn:last-of-type::before {
  transform: translate(-100%, 100%);
  transform-origin: left;
  rotate: -45deg;
  bottom: -1px;
  left: 0;
}

.anchor-block .box .btn .num {
  position: absolute;
  font-size: 1.2rem;
  font-family: var(--abel);
  font-weight: 400;
  letter-spacing: 0.05em;
  transform: translateY(-100%);
  top: 0;
}

.anchor-block .box .btn:nth-of-type(odd) .num {
  left: 30px;
}

@media (max-width: 768px) {
  .anchor-block .box .btn:nth-of-type(odd) .num {
    left: 10px;
  }

  .anchor-block .box .btn:first-of-type .num {
    top: 16px;
    left: 0;
  }
}

.anchor-block .box .btn:nth-of-type(even) .num {
  left: 0;
}

.anchor-block .box .btn[href="#anchor1"] .num {
  color: #22CCC4;
}

.anchor-block .box .btn[href="#anchor2"] .num {
  color: #009EE6;
}

.anchor-block .box .btn[href="#anchor3"] .num {
  color: #006BD8;
}

.anchor-block .box .btn .arrow {
  position: absolute;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 4px;
  right: 0;
}

.anchor-block .box .btn[href="#anchor1"] .arrow {
  background-color: #22CCC4;
}

@media (max-width: 768px) {
  .anchor-block .box .btn[href="#anchor1"] .arrow {
    top: 20px;
  }
}

.anchor-block .box .btn[href="#anchor2"] .arrow {
  background-color: #009EE6;
}

.anchor-block .box .btn[href="#anchor3"] .arrow {
  background-color: #006BD8;
}

.anchor-block .box .btn .arrow::before {
  content: '';
  position: absolute;
  width: 4px;
  aspect-ratio: 1/1;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  rotate: 45deg;
  translate: -50% -50%;
  top: 45%;
  left: 50%;
}

.anchor-block .inner .box .image {
  width: 44.167%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .anchor-block .inner .box .image {
    width: 150px;
  }
}


/* business */
#anchor1 {
  margin: 85px auto 0;
}

@media (max-width: 768px) {
  #anchor1 {
    margin: 80px auto 0;
  }
}

.business .ttl-bg {
  position: relative;
  height: 300px;
  overflow: clip;
}

.business .ttl-bg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.business .ttl-bg .ttl {
  position: absolute;
  width: 242px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(../img/business/business-deco-ttl.svg) no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}

@media (max-width: 768px) {
  .business .ttl-bg .ttl {
    width: 217px;
  }
}

.business .ttl-bg .ttl .num {
  font-size: 2rem;
  font-family: var(--abel);
  font-weight: 400;
  letter-spacing: 0.15em;
}

@media (max-width: 768px) {
  .business .ttl-bg .ttl .num {
    font-size: 1.8rem;
  }
}

.business .ttl-bg .ttl .txt {
  font-size: 2.2rem;
  font-family: var(--notosans);
  font-weight: 450;
  letter-spacing: 0.3em;
  text-align: center;
}

@media (max-width: 768px) {
  .business .ttl-bg .ttl .txt {
    font-size: 2rem;
  }
}

.business .container {
  position: relative;
  max-width: 1280px;
  padding: 65px 27px 95px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .business .container {
    padding: 50px 27px 65px;
  }
}

.business .container::before {
  content: '';
  position: absolute;
  width: min(60.378%, 640px);
  height: 100%;
  background-color: var(--bg-color);
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}

@media (max-width: 768px) {
  .business .container::before {
    width: calc(270/375*100vw);
  }
}

.business#anchor1 .container::before {
  --bg-color: #E9FAF9;
}

.business#anchor2 .container::before {
  --bg-color: #E5F5FC;
}

.business#anchor3 .container::before {
  --bg-color: #E5F0FB;
}

.business .inner {
  position: relative;
  max-width: 900px;
  container-type: inline-size;
  margin: 0 auto;
}

.business .txtgroup {
  width: 91.6%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .business .txtgroup {
    width: 100%;
  }
}

.business .inner .head {
  font-size: 3.2rem;
  font-family: var(--shippori);
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
}

@media (max-width: 768px) {
  .business .inner .head {
    font-size: 2.4rem;
  }
}

.business .inner .lead {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.048em;
  line-height: 2.14;
  text-align: justify;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .business .inner .lead {
    margin-top: 35px;
  }
}

.business .inner .flex {
  position: relative;
  display: flex;
  gap: 20px 4.445%;
  margin-top: 78px;
}

@media (max-width: 874px) {
  .business .inner .flex {
    flex-direction: column;
    margin-top: 45px;
  }
}

@container (max-width: 640px) {
  .business .inner .flex {
    flex-direction: column;
    margin-top: 45px;
  }
}

@media (max-width: 768px) {
  .business .inner .flex {
    flex-direction: column;
    margin-top: 45px;
    z-index: 1;
  }
}

.business .inner .box {
  flex: 1;
  padding: 24px 23px 30px;
}

@media (max-width: 768px) {
  .business .inner .box {
    padding: 20px 16px 18px;
  }
}

.business .inner .box:first-of-type {
  background-color: var(--base-color);
}

.business .inner .box:last-of-type {
  background-color: #fff;
  border: 1px solid var(--base-color);
}

.business#anchor1 .inner .box {
  --base-color: #22CCC4;
}

.business#anchor2 .inner .box {
  --base-color: #009EE6;
}

.business#anchor3 .inner .box {
  --base-color: #006BD8;
}

.business .inner .box .box-head {
  font-size: 2.4rem;
  font-family: var(--notosans);
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: center;
}

@media (max-width: 768px) {
  .business .inner .box .box-head {
    font-size: 2rem;
  }
}

.business .inner .box:first-of-type .box-head {
  color: #fff;
}

.business .inner .box:last-of-type .box-head {
  color: var(--base-color);
}

.business .inner .box .list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .business .inner .box .list {
    margin-top: 18px;
  }
}

.business .inner .box .list .item {
  width: calc((100% - 8px)/2);
  height: 48px;
  font-size: 1.6rem;
  font-family: var(--notosans);
  font-weight: 500;
  letter-spacing: 0.064em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .business .inner .box .list .item {
    height: 40px;
  }
}

.business .inner .box:first-of-type .list .item {
  background-color: #fff;
  color: var(--base-color);
}

.business .inner .box:last-of-type .list .item {
  background-color: var(--base-color);
  color: #fff;
}

.business .inner .flex .deco {
  position: absolute;
}

.business#anchor1 .inner .flex .deco {
  width: 50px;
  right: 38px;
  bottom: -30px;
}

.business#anchor3 .inner .flex .deco {
  width: 101px;
  right: 15px;
  bottom: -15px;
}

@media (max-width: 768px) {
  .business#anchor1 .inner .flex .deco {
    width: 38px;
    right: 40px;
    bottom: -36px;
  }

  .business#anchor3 .inner .flex .deco {
    width: 72px;
    right: 15px;
    transform: translateY(100%);
    bottom: 4px;
  }
}

.business .inner .point {
  max-width: 744px;
  margin: 78px auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .business .inner .point {
    width: 100%;
  }
}

.business .container .bg-txt {
  position: absolute;
  font-size: clamp(11.7rem, 272/1280*100vw, 27.2rem);
  font-family: var(--abel);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -54%;
}

@media (max-width: 768px) {
  .business .container .bg-txt {
    font-size: calc(117/375*100vw);
    top: -33%;
    translate: -50% 0;
  }
}

.business .inner .point picture {
  display: block;
  position: relative;
  z-index: 1;
}

.business .person-box {
  margin-top: 80px;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .business .person-box {
    margin-top: 50px;
  }
}

.business .person-box .ttl {
  padding-left: 1em;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: .04em;
  color: #4f515e;
  position: relative;
}

@media (max-width: 768px) {
  .business .person-box .ttl {
    padding-left: 24px;
    font-size: 2.0rem;
    line-height: 1.6;
  }
}

.business .person-box .ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  rotate: 45deg;
  width: 0.5em;
  height: 0.5em;
}

@media (max-width: 768px) {
  .business .person-box .ttl::before {
    top: 10px;
    translate: 0 0;
    width: 12px;
    height: 12px;
  }
}

.business .-color1 .person-list .person .text .link,
.business .person-box.-color1 .ttl::before {
  background-color: #22ccc4;
}

.business .-color2 .person-list .person .text .link,
.business .person-box.-color2 .ttl::before {
  background-color: #009ee6;
}

.business .-color3 .person-list .person .text .link,
.business .person-box.-color3 .ttl::before {
  background-color: #006bd8;
}

.business .person-list {
  margin-top: 30px;
  display: flex;
}

@media (max-width: 768px) {
  .business .person-list {
    flex-direction: column;
  }
}

.business .person-list .person {
  width: 50%;
  position: relative;
  display: flex;
}

@media (max-width: 768px) {
  .business .person-list .person {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 55px;
  }

  .business .person-list .person:last-of-type {
    margin-bottom: 0;
  }
}

.business .person-list .person .image {
  width: 40%;
}

@media (max-width: 768px) {
  .business .person-list .person .image {
    width: 180px;
  }
}

.business .person-list .person .text {
  padding-left: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .business .person-list .person .text {
    padding-left: 14px;
  }
}

.business .person-list .person .text .affiliated {
  font-family: var(--zenkaku);
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 1.4;
  color: #4f515e;
}

@container (max-width: 899px) {
  .business .person-list .person .text .affiliated {
    font-size: 1.55556cqw;
  }
}

@media (max-width: 768px) {
  .business .person-list .person .text .affiliated {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.business .person-list .person .text .name {
  margin-top: 0.8em;
  font-family: var(--zenkaku);
  font-size: 2.0rem;
  letter-spacing: .02em;
  line-height: 1;
  color: #4f515e;
}

@container (max-width: 899px) {
  .business .person-list .person .text .name {
    font-size: 2.22222cqw;
  }
}

@media (max-width: 768px) {
  .business .person-list .person .text .name {
    margin-top: 1em;
    font-size: 2.0rem;
  }
}

.business .person-list .person .text .name .year {
  margin-left: 1.9em;
  font-size: .7em;
}

@media (max-width: 768px) {
  .business .person-list .person .text .name .year {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.business .person-list .person .text .link {
  width: 140px;
  height: 36px;
  margin-top: 14px;
  border-radius: 18px;
  display: grid;
  place-content: center;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: .2em;
  transition: opacity 300ms 0s ease;
}

@container (max-width: 899px) {
  .business .person-list .person .text .link {
    width: 15.556cqw;
  }
}

@media (min-width: 769px) {
  .business .person-list .person .text .link:hover {
    opacity: .7;
  }
}

@media (max-width: 768px) {
  .business .person-list .person .text .link {
    position: absolute;
    left: calc(50% - 90px);
    bottom: 0;
    width: 180px;
    margin-top: 0;
    font-size: 1.6rem;
  }
}

/* ↑↑↑ contents ↑↑↑ */

/* ↓↓↓ footer ↓↓↓ */
footer .container .entry {
  margin-top: 0;
}

/* ↑↑↑ footer ↑↑↑ */