@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/kkb4laj.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes titlemotion {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  45% {
    clip-path: inset(0 0 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
section {
  width: 100%;
}
section .inner {
  width: 100%;
}
section#hero {
  width: 100%;
  padding: 90px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}
section#hero.on .title {
  clip-path: inset(0 0 0 0);
}
section#hero:not(:last-child) {
  margin-bottom: 128px;
}
section#hero .title {
  width: 100%;
  height: 25vw;
  background-image: url(../images/bg_message.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0s;
}
section#hero .title h2 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#hero .anchor {
  width: 1012px;
  background-color: #FFF;
  padding: 6px;
  border-radius: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 2px;
  position: relative;
  z-index: 1;
  transform: translateY(-36px);
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.5s;
}
section#hero .anchor li {
  width: calc((100% - 4px) / 3);
  height: 60px;
  background-color: #05a365;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in 0s;
}
section#hero .anchor li:hover {
  background-color: #d2ef3a;
}
section#hero .anchor li:nth-child(1) {
  border-radius: 30px 0 0 30px;
}
section#hero .anchor li:nth-child(3) {
  border-radius: 0 30px 30px 0;
}
section#hero .anchor li span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#hero .anchor li span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.info {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.25s;
}
section.info.on {
  clip-path: inset(0 0 0 0);
}
section.info:not(:last-child) {
  margin-bottom: 104px;
}
section.info.info3 {
  background-image: url(../images/bg_message.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section.info.info3 h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 32px;
}
section.info.info3 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 32px;
}
section.info.info3 ul li {
  width: 400px;
  background-color: #FFF;
  border-radius: 8px;
}
section.info.info3 ul li a {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section.info.info3 ul li a span {
  width: 240px;
}
section.info .tt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
section.info .tt::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #05a365;
  display: inline-block;
}
section.info .tt h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section.info .inner {
  width: calc(100% - 292px);
  max-width: 1480px;
  min-width: 992px;
  background-color: rgba(0, 164, 100, 0.1);
  padding: 40px;
  border-radius: 8px;
  transition: all 0.35s ease-in 0.25s;
}
section.info .inner.on {
  clip-path: inset(0 0 0 0);
}
section.info .inner:not(:last-child) {
  margin-bottom: 64px;
}
section.info .inner table {
  text-align: left;
  width: 100%;
}
section.info .inner table tbody tr:first-child th, section.info .inner table tbody tr:first-child td {
  padding-top: 0px;
}
section.info .inner table tbody tr:last-child th, section.info .inner table tbody tr:last-child td {
  padding-bottom: 0px;
  border-bottom: none;
}
section.info .inner table tbody tr th {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 30%;
  padding: 16px 0;
  border-bottom: solid 1px #B6C0CA;
}
section.info .inner table tbody tr td {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 70%;
  padding: 16px 0;
  border-bottom: solid 1px #B6C0CA;
}
section.info .inner table tbody tr td p:not(:last-child) {
  margin-bottom: 16px;
}
section.info .inner table tbody tr td p.notice {
  font-size: 1.4rem;
}
section.info .flow {
  width: calc(100% - 292px);
  max-width: 1480px;
  min-width: 992px;
}
section.info .flow .inflow {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
section.info .flow .inflow:not(:last-child) {
  margin-bottom: 24px;
}
section.info .flow .inflow > div {
  width: calc((100% - 200px) / 9);
}
section.info .flow .inflow > div:not(.arrow) {
  padding: 24px 0;
  border-radius: 4px;
  background-color: rgba(0, 164, 100, 0.1);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section.info .flow .inflow > div:last-child {
  border: none;
  position: relative;
}
section.info .flow .inflow > div:last-child::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_message.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  border-radius: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
}
section.info .flow .inflow > div:last-child span {
  color: #FFF;
}
section.info .flow .inflow > div.arrow {
  width: 40px;
  background-image: url(../images/arrow_flow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
section.info .flow .inflow > div span {
  color: #05a365;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}
section.info .flow .notice {
  text-align: left;
  width: calc(100% - 292px);
  max-width: 1480px;
  min-width: 992px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section.info .flow .notice > p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
section.info .flow .notice > p span {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.info .qa {
  text-align: left;
  width: calc(100% - 292px);
  max-width: 1480px;
  min-width: 992px;
  background-color: rgba(0, 164, 100, 0.1);
  padding: 40px;
  border-radius: 8px;
  transition: all 0.35s ease-in 0.25s;
}
section.info .qa.on {
  clip-path: inset(0 0 0 0);
}
section.info .qa:not(:last-child) {
  margin-bottom: 64px;
}
section.info .qa dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
section.info .qa dl:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #B6C0CA;
}
section.info .qa dl dt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
section.info .qa dl dt span:nth-child(1) {
  color: #FFF;
  font-family: "poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 32px;
  height: 32px;
  background-color: #05a365;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
section.info .qa dl dt span:nth-child(2) {
  color: #05a365;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.info .qa dl dd {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding-left: 40px;
}
section.info .qa dl dd span {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 0 0 16px;
  display: inline-block;
}
section#links {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.25s;
}
section#links.on {
  clip-path: inset(0 0 0 0);
}
section#links:not(:last-child) {
  margin-bottom: 80px;
}
section#links h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}
section#links h3:not(:last-child) {
  margin-bottom: 104px;
}
section#links h3 span:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#links h3 span:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#links h3 span:nth-child(3) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#links .inner {
  width: calc(100% - 280px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 24px;
}
section#links .inner > div {
  width: calc((100% - 48px) / 3);
}
section#links .inner > div a {
  width: 100%;
  height: calc((100vw - 280px - 48px) / 3 * 0.5);
  background-color: #05a365;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px 0;
  transition: all 0.3s ease-in 0s;
}
section#links .inner > div a:hover {
  background-color: #d2ef3a;
}
section#links .inner > div a:hover p span {
  background-size: 100% 3px;
}
section#links .inner > div a p span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section#hero {
    padding: 62px 0 0 0;
  }
  section#hero:not(:last-child) {
    margin-bottom: 64px;
  }
  section#hero .title {
    height: 50vw;
  }
  section#hero .title h2 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.875;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section.info {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    clip-path: inset(0 100% 0 0);
    transition: all 0.35s ease-in 0.25s;
  }
  section.info.on {
    clip-path: inset(0 0 0 0);
  }
  section.info:not(:last-child) {
    margin-bottom: 48px;
  }
  section.info.info3 {
    padding: 40px 0;
    background-position: left bottom;
  }
  section.info.info3 h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section.info.info3 ul {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
  }
  section.info.info3 ul li {
    width: calc(50% - 8px);
    border-radius: 8px;
  }
  section.info.info3 ul li a {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section.info.info3 ul li a span {
    width: 80%;
  }
  section.info .tt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
  }
  section.info .tt::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #05a365;
    display: inline-block;
  }
  section.info .tt h3 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section.info .inner {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    min-width: calc(100% - 32px);
    padding: 16px;
  }
  section.info .inner:not(:last-child) {
    margin-bottom: 32px;
  }
  section.info .inner table {
    text-align: left;
    width: 100%;
  }
  section.info .inner table tbody tr:first-child th, section.info .inner table tbody tr:first-child td {
    padding-top: 0px;
  }
  section.info .inner table tbody tr:last-child th, section.info .inner table tbody tr:last-child td {
    padding-bottom: 0px;
    border-bottom: none;
  }
  section.info .inner table tbody tr th {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 16px 0 0 0;
    border-bottom: none;
    display: block;
  }
  section.info .inner table tbody tr td {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 0 0 16px 0;
    border-bottom: solid 1px #B6C0CA;
    display: block;
  }
  section.info .inner table tbody tr td p:not(:last-child) {
    margin-bottom: 16px;
  }
  section.info .inner table tbody tr td p.notice {
    font-size: 1.2rem;
  }
  section.info .flow {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    min-width: calc(100% - 32px);
  }
  section.info .flow .inflow {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  section.info .flow .inflow:not(:last-child) {
    margin-bottom: 16px;
  }
  section.info .flow .inflow > div {
    width: calc((100% - 120px) / 6);
  }
  section.info .flow .inflow > div:not(.arrow) {
    padding: 24px 0;
  }
  section.info .flow .inflow > div:last-child {
    border: none;
    position: relative;
  }
  section.info .flow .inflow > div:last-child::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_message.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    display: block;
  }
  section.info .flow .inflow > div:last-child span {
    color: #FFF;
  }
  section.info .flow .inflow > div.arrow {
    width: 16px;
  }
  section.info .flow .inflow > div span {
    color: #05a365;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  section.info .flow .notice {
    text-align: left;
    width: calc(100% - 32px);
    max-width: 100%;
    min-width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.info .flow .notice > p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
  }
  section.info .flow .notice > p span {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section.info .qa {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    min-width: calc(100% - 32px);
    padding: 16px;
    border-radius: 8px;
  }
  section.info .qa:not(:last-child) {
    margin-bottom: 32px;
  }
  section.info .qa dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  section.info .qa dl:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  section.info .qa dl dt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section.info .qa dl dt span:nth-child(1) {
    color: #FFF;
    font-family: "poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 24px;
    height: 24px;
    background-color: #05a365;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
  }
  section.info .qa dl dt span:nth-child(2) {
    color: #05a365;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 24px - 8px);
  }
  section.info .qa dl dd {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding-left: 0px;
  }
  section.info .qa dl dd span {
    font-size: 1.2rem;
    padding: 0px;
  }
  section#links {
    width: 100%;
    clip-path: inset(0 100% 0 0);
    transition: all 0.35s ease-in 0.25s;
  }
  section#links.on {
    clip-path: inset(0 0 0 0);
  }
  section#links:not(:last-child) {
    margin-bottom: 40px;
  }
  section#links h3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
  }
  section#links h3:not(:last-child) {
    margin-bottom: 32px;
  }
  section#links h3 span:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#links h3 span:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#links h3 span:nth-child(3) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#links .inner {
    width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 0 16px;
  }
  section#links .inner > div {
    width: calc((100% - 16px) / 2);
  }
  section#links .inner > div a {
    width: 100%;
    height: 96px;
    background-color: #05a365;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 24px 0;
    transition: all 0.3s ease-in 0s;
  }
  section#links .inner > div a:hover {
    background-color: #d2ef3a;
  }
  section#links .inner > div a:hover p span {
    background-size: 100% 3px;
  }
  section#links .inner > div a p span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
}

/*# sourceMappingURL=style_info.css.map */
