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;
}

html {
  font-family: "Lato", sans-serif;
  font-size: 62.5%;
}

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

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

@media (max-width: 960px) {
  .inner,
  .inner-small {
    padding: 0 20px;
  }
}
.top-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
.top-section-title .top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.top-section-title .top-text .left {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.top-section-title .top-text .right {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.53;
}
.top-section-title .bottom-text {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.static-page-title .top-text {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
  line-height: 1.5;
}
.static-page-title .bottom-text {
  font-size: 5.6rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (max-width: 960px) {
  .top-section-title {
    gap: 2.5rem;
  }
  .top-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;
  }
  .top-section-title .top-text .left {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .top-section-title .top-text .right {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .top-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;
  font-size: 2rem;
  line-height: 3.4;
  padding: 0 6rem;
  color: #000033;
  border: 1px solid #000033;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-btn:hover {
  background-color: #000033;
  color: #FFFFFF;
}

.sub-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2rem;
  line-height: 3.4;
  padding: 0 6rem;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-btn:hover {
  background-color: #FFFFFF;
  color: #000033;
}

@media (max-width: 960px) {
  .main-btn {
    font-size: 1.6rem;
    line-height: 2.8;
    padding: 0.2rem 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: #000033;
}

.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 #CDCDCD;
  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;
  }
}

.fv-service {
  margin-top: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
.fv-service .service-fv-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fv-service .service-fv-img img {
  max-width: 615px;
  width: 100%;
}
.fv-service .fv-copy {
  text-align: left;
}
.fv-service .fv-copy .top-copy {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
}
.fv-service .fv-copy .service-title {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 3rem 0 6rem 0;
}
.fv-service .fv-copy .service-info {
  font-size: 1.8rem;
  line-height: 2;
}

.service-img-grid {
  padding-top: 9rem;
  padding-bottom: 16rem;
  text-align: center;
}
.service-img-grid .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-bottom: 9rem;
}
.service-img-grid .parent .service-div1 {
  grid-area: 1/1/2/3;
}
.service-img-grid .parent .service-div2 {
  grid-area: 2/1/3/2;
}
.service-img-grid .parent .service-div3 {
  grid-area: 2/2/3/3;
}
.service-img-grid .parent .service-div4 {
  grid-area: 3/1/5/2;
}
.service-img-grid .parent .service-div5 {
  grid-area: 3/2/4/3;
}
.service-img-grid .parent .service-div6 {
  grid-area: 4/2/5/3;
}
.service-img-grid .parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .fv-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 7rem;
  }
  .fv-service .service-fv-img {
    width: 100%;
  }
  .fv-service .service-fv-img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .fv-service .fv-copy {
    text-align: center;
  }
  .fv-service .fv-copy .service-title {
    font-size: 2.6rem;
    padding: 2rem 0 3rem 0;
  }
  .fv-service .fv-copy .top-copy {
    font-size: 1.2rem;
  }
  .fv-service .fv-copy .service-info {
    font-size: 1.2rem;
  }
  .service-img-grid {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
  .service-img-grid .parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 4rem;
  }
  .service-img-grid .parent > div {
    width: 100%;
  }
  .service-img-grid .parent > div img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-img-grid .main-btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    font-size: 1.3rem;
    padding: 1.2rem 0;
    display: block;
  }
}