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: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "Higure";
  src: url("../font/HigureGothic-Black.ttf") format("truetype"), local(sans-serif);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Higure";
  src: url("../font/HigureGothic-Bold.ttf") format("truetype"), local(sans-serif);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Higure";
  src: url("../font/HigureGothic-Medium.ttf") format("truetype"), local(sans-serif);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "Higure", sans-serif;
  font-size: 62.5%;
}

h1 {
  font-size: 4.8rem;
  line-height: 80px;
  font-weight: 900;
}

h2 {
  font-size: 4rem;
  line-height: 60px;
  font-weight: 900;
}

h3 {
  font-size: 2.4rem;
  line-height: 38px;
  font-weight: 900;
}

p {
  font-size: 1.6rem;
  line-height: 26px;
}

.inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto;
}

.inner-small {
  width: 100%;
  max-width: 1440px;
  padding: 0 204px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .inner,
  .inner-small {
    padding: 0 20px;
  }
}
.section-title .top-text {
  font-weight: 700;
}
.section-title .top-text p {
  letter-spacing: 0.02em;
}
.section-title .bottom-text {
  letter-spacing: 0;
}

.static-page-title {
  margin-top: 15rem;
}
.static-page-title .top-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 26px;
}
.static-page-title .bottom-text {
  font-size: 7rem;
  line-height: 105px;
  font-weight: 700;
}

@media (max-width: 960px) {
  .section-title {
    gap: 2.5rem;
  }
  .section-title .top-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
  }
  .section-title .top-text .left {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .section-title .top-text .right {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .section-title .bottom-text {
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .static-page-title .top-text {
    font-size: 1.6rem;
    padding-bottom: 0.6rem;
    line-height: 1.4;
  }
  .static-page-title .bottom-text {
    font-size: 3.2rem;
    line-height: 1.3;
  }
}
.main-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  line-height: 26px;
  padding: 2.4rem 4rem;
  color: #000000;
  background: #FFD817;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
}
.main-btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
  margin-left: 2.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
  top: 0.1em;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.main-btn:hover::after {
  -webkit-transform: scale(1.9);
          transform: scale(1.9);
}

.sub-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 3.4;
  padding: 0 6rem;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: none;
  transition: none;
  position: relative;
}
.sub-btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
  margin-left: 2.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
  top: 0.1em;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sub-btn:hover::after {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}

@media (max-width: 960px) {
  .main-btn {
    font-size: 1.6rem;
    line-height: 2.8;
    padding: 0.4rem 4rem;
    border-radius: 50px;
  }
  .sub-btn {
    font-size: 1.6rem;
    line-height: 2.8;
    padding: 0.2rem 4rem;
    border-radius: 50px;
  }
}
.label-list ul.label-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.label-list ul.label-list-inner li {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.5rem 2rem;
  border-radius: 999px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.label-list ul.label-list-inner li:hover {
  background: #f7f7f7;
}
.label-list ul.label-list-inner li a {
  text-decoration: none;
  color: #263238;
}

.info-list {
  padding-top: 40px;
}
.info-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #ECEFF1;
  font-size: 1.6rem;
  line-height: 2;
}
.info-list .row .label {
  padding-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.info-list .row .value {
  margin-left: 200px;
  line-height: 32px;
}
.info-list .row .value ul {
  margin: 0;
  padding-left: 20px;
}
.info-list .row .value ul li {
  list-style: disc;
}
@media (max-width: 960px) {
  .info-list {
    padding-top: 20px;
  }
  .info-list .info-list {
    padding-top: 20px;
  }
  .info-list .row {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .info-list .row .label {
    padding-left: 0;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }
  .info-list .row .value {
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.6;
  }
  .info-list .row .value ul {
    padding-left: 0;
  }
  .info-list .row .value ul li {
    list-style: none;
  }
}

.cta {
  text-align: center;
  padding: 10rem 0;
  background: #FFD817;
  border-radius: 6rem;
}
.cta .contact-copy {
  margin: 4rem 0;
  font-size: 2.4rem;
  line-height: 38px;
}

@media (max-width: 960px) {
  .cta {
    padding: 6rem 1.5rem;
    border-radius: 3rem;
  }
  .cta .contact-copy {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 3rem 0;
  }
}