/* html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
} */
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
address {
  font-style: normal;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #ccc;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
button {
  border: none;
  background: none;
  display: block;
  cursor: pointer;
}
textarea,
input,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
button,
a {
  text-decoration: none;
  opacity: 1;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  font-weight: 400;
  color: #000;
}
html {
  overflow-x: hidden;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
img {
  border: 0px none;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}
br {
  font-size: 0px;
}
form {
  display: inline;
}
a:focus,
*:focus {
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: max(2.6666666667vw, 10px);
  width: 100vw;
  min-width: auto;
  overflow-x: hidden;
  margin: 0;
}
@media only screen and (min-width: 600px) {
  html {
    font-size: 1.3vw;
  }
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.9vw;
  }
}
@media only screen and (min-width: 1025px) {
  html {
    font-size: min(0.520833vw, 10px);
  }
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
body #contents {
  border-top: none !important;
  margin-top: -5rem;
}
/* body {
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.15rem;
  overflow-x: hidden;
  width: 100vw;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 374px) {
  body {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
} */
a {
  /* display: block; */
  word-break: break-all;
}
.pc-inline,
.pc-block {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .sp-block {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
  .pc-block {
    display: block !important;
  }
  .pc-inline {
    display: inline !important;
  }
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anime-item {
  opacity: 0;
}
.anime-in {
  -webkit-animation: fadeIn 1s 0.5s ease-in-out forwards;
  animation: fadeIn 1s 0.5s ease-in-out forwards;
}
.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay11 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay13 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.delay14 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.delay15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay16 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.delay17 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.delay18 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.delay19 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.delay20 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay21 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.delay22 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.delay23 {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.delay24 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.delay25 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  width: 100%;
}
.l-section {
  position: relative;
}
.c-wrap {
  width: min(100%, 174rem);
  padding: 0 3rem;
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .c-wrap {
    padding: 0 4rem;
  }
}
.c-wrap.--m {
  width: min(100%, 140rem);
  padding: 0 3rem;
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .c-wrap.--m {
    padding: 0 4rem;
  }
}
.c-wrap.--s {
  width: min(100%, 128rem);
  padding: 0 3rem;
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .c-wrap.--s {
    padding: 0 4rem;
  }
}
.c-btn {
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  color: #172c6b;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 23rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 4.5rem;
  margin-inline: auto;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 9999px;
  border: 1px solid #9f9f9f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .c-btn {
    font-size: 1.6rem;
    min-width: 36rem;
    min-height: 8rem;
  }
}
.c-btn::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 9999px;
  background-color: #172c6b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin-block: auto;
}
@media only screen and (min-width: 769px) {
  .c-btn::after {
    width: 1rem;
    height: 1rem;
    right: 3.5rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .c-btn:hover {
    background-color: #172c6b;
    color: #fff !important;
  }
  .c-btn:hover::after {
    background-color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .c-btn.--s {
    min-width: 24rem;
  }
}
.c-arrow {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  border: 1px solid #172c6b;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .c-arrow {
    width: 5rem;
    height: 5rem;
  }
}
.c-arrow::before {
  content: "";
  display: block;
  width: 3.5px;
  height: 3.5px;
  border-radius: 9999px;
  background-color: #172c6b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .c-arrow::before {
    width: 5px;
    height: 5px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .c-arrow-btn:hover .c-arrow {
    background-color: #172c6b;
  }
  .c-arrow-btn:hover .c-arrow::before {
    background-color: #fff;
  }
}
.c-title {
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 769px) {
  .c-title {
    margin-bottom: 7rem;
  }
}
.c-title figure {
  width: 2.5rem;
  margin: 0 auto !important;
}
@media only screen and (min-width: 769px) {
  .c-title figure {
    width: 3.5rem;
    margin: 0 auto 1rem !important;
  }
}
.c-title-en {
  font-family: "Archivo", sans-serif;
  font-size: 4.7rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 400;
  color: #172c6b;
}
@media only screen and (min-width: 769px) {
  .c-title-en {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-title-en {
    font-size: 10rem;
  }
}
.c-title-jp {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #172c6b;
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .c-title-jp {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-title-jp {
    margin-top: 3rem;
  }
}
.c-title-txt {
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 3.3rem;
}
@media only screen and (min-width: 769px) {
  .c-title-txt {
    font-size: 1.6rem;
    margin-top: 4.3rem;
  }
}
.c-title-s {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #172c6b;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 769px) {
  .c-title-s {
    font-size: 3.8rem;
    padding-left: 5.5rem;
    margin-bottom: 4rem;
  }
}
.c-title-s::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.5rem;
  background-color: #00b6c6;
  position: absolute;
  top: 1.4rem;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .c-title-s::before {
    width: 2rem;
    height: 0.8rem;
    top: 2.6rem;
  }
}
.c-title-s__txt {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 769px) {
  .c-title-s__txt {
    margin-bottom: 8rem;
  }
}
.c-submv {
  margin-bottom: 7rem;
}
@media only screen and (min-width: 769px) {
  .c-submv {
    margin-bottom: 12rem;
  }
}
.c-submv__inner {
  width: min(95%, 172rem);
  margin-inline: auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) {
  .c-submv__inner {
    padding: 0 3rem;
  }
}
.c-submv__ttlwrap {
  border-bottom: 1px solid #172c6b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 45vw;
}
@media only screen and (min-width: 769px) {
  .c-submv__ttlwrap {
    min-height: 30vw;
  }
}
@media only screen and (min-width: 1025px) {
  .c-submv__ttlwrap {
    min-height: 23.0729166667vw;
  }
}
.c-submv__ttl {
  display: -ms-grid;
  display: grid;
  gap: 1rem 0;
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .c-submv__ttl {
    gap: 3rem 0;
    margin-top: 3rem;
  }
}
.c-submv__ttl-jp {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #172c6b;
  padding-left: 3rem;
}
@media only screen and (min-width: 769px) {
  .c-submv__ttl-jp {
    font-size: 2.4rem;
    padding-left: 4.5rem;
  }
}
.c-submv__ttl-jp::before {
  content: "";
  display: block;
  aspect-ratio: 7/3;
  width: 2rem;
  background: url("../img/ttl-mark.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
}
@media only screen and (min-width: 769px) {
  .c-submv__ttl-jp::before {
    width: 3.5rem;
    left: -1.5rem;
  }
}
.c-submv__ttl-en {
  font-family: "Archivo", sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #172c6b;
}
@media only screen and (min-width: 769px) {
  .c-submv__ttl-en {
    font-size: 10rem;
    text-indent: -2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-submv__ttl-en {
    font-size: 14rem;
  }
}
.c-submv__txt {
  text-align: center;
  margin-top: 3rem;
  line-height: 2.5;
}
@media only screen and (min-width: 769px) {
  .c-submv__txt {
    margin-top: 10rem;
  }
}
.c-fnavi {
  padding: 5rem 0 8rem;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .c-fnavi {
    padding: 10rem 13rem;
  }
}
.c-fnavi__list {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem 0;
}
@media only screen and (min-width: 769px) {
  .c-fnavi__list {
    -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr 5rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 5rem;
  }
}
.c-fnavi__ttl {
  position: relative;
  list-style: none;
  font-size: 1.3rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 1.3rem 3rem 1.3rem 2rem;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .c-fnavi__ttl {
    font-size: 1.6rem;
  }
}
.c-fnavi__ttl::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 9999px;
  background-color: #00b6c6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
}
@media only screen and (min-width: 769px) {
  .c-fnavi__ttl::before {
    width: 0.8rem;
    height: 0.8rem;
    left: -0.5rem;
  }
}
summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}
.c-fnavi__ttl span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-block: auto;
}
@media only screen and (min-width: 769px) {
  .c-fnavi__ttl span {
    display: none;
  }
}
.c-fnavi__ttl span::before,
.c-fnavi__ttl span::after {
  content: "";
  display: block;
  background-color: #172c6b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-fnavi__ttl span::before {
  width: 1.5rem;
  height: 0.2rem;
}
.c-fnavi__ttl span::after {
  width: 0.2rem;
  height: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-fnavi__item[open] .c-fnavi__ttl span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-fnavi__links {
  padding: 1.5rem 0.3rem;
  display: -ms-grid;
  display: grid;
  gap: 0.8rem 0;
}
@media only screen and (min-width: 769px) {
  .c-fnavi__links {
    padding: 2.5rem 0rem 2.5rem 1.5rem;
  }
}
.c-fnavi__links .link-item {
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .c-fnavi__links .link-item {
    font-size: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .c-fnavi__links .link-item:hover {
    color: #0c7098;
  }
}
.c-fixbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  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;
  gap: 0 0.5rem;
  padding: 1rem;
  border-top: 1px solid #ccc;
  z-index: 50;
}
@media only screen and (min-width: 769px) {
  .c-fixbar {
    gap: 0 1rem;
  }
}
.c-fixbar__btn {
  position: relative;
  background-color: #172c6b;
  border-radius: 0.5rem;
  width: 30rem;
  padding: 1rem 0.5rem;
}
@media only screen and (min-width: 769px) {
  .c-fixbar__btn {
    padding: 1.8rem 1rem;
  }
}
.c-fixbar__btn-icon {
  display: none;
  aspect-ratio: 1/1;
  width: 1.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin-block: auto !important;
}
@media only screen and (min-width: 769px) {
  .c-fixbar__btn-icon {
    display: block;
    width: 2.5rem;
    left: 2.5rem;
  }
}
.c-fixbar__btn-txt {
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .c-fixbar__btn-txt {
    font-size: 1.6rem;
    text-indent: 0;
  }
}
.c-link__list {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem 0;
}
@media only screen and (min-width: 769px) {
  .c-link__list {
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-link__list {
    gap: 0 6rem;
  }
}
.c-link__link {
  position: relative;
  aspect-ratio: 660/544;
  width: 104%;
  margin-left: -2%;
  padding: 5rem 1rem 3rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .c-link__link {
    width: 100%;
    margin-left: 0;
    padding: 5rem 1rem 6rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .c-link__link {
    padding: 5rem 1rem 12rem;
  }
}
.c-link__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-link__link.--mypage::before {
  background: linear-gradient(
    41deg,
    rgba(135, 198, 224, 0.7098) 0%,
    rgba(135, 198, 224, 0.71) 0%,
    rgba(235, 234, 236, 0.75) 80%,
    rgb(235, 234, 236) 100%
  );
}
.c-link__link.--intern::before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(222, 237, 239, 0.65098)),
    color-stop(150%, rgb(209, 229, 231))
  );
  background: linear-gradient(
    90deg,
    rgba(222, 237, 239, 0.65098) 0%,
    rgb(209, 229, 231) 150%
  );
}
.c-link__link .link-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-link__link .link-ttl {
  position: relative;
  z-index: 2;
}
.c-link__link .link-ttl-en {
  font-family: "Archivo", sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .c-link__link .link-ttl-en {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-link__link .link-ttl-en {
    font-size: 8rem;
  }
}
.c-link__link .link-ttl-jp {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .c-link__link .link-ttl-jp {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-link__link .link-ttl-jp {
    margin-top: 5rem;
  }
}
.c-link__link .link-btn-wrap {
  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;
  gap: 0 0.5rem;
}
@media only screen and (min-width: 1025px) {
  .c-link__link .link-btn-wrap {
    gap: 0 1rem;
  }
}
.c-link__link .c-btn {
  position: relative;
  z-index: 2;
  min-width: 15rem;
  margin-top: 3.5rem;
}
@media only screen and (min-width: 769px) {
  .c-link__link .c-btn {
    min-width: 24rem;
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-link__link .c-btn {
    min-width: 30rem;
    margin: 10.7rem 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-link__link .c-btn::after {
    right: 0.7rem;
  }
}
