@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.title {
  font-family: "m-plus-rounded-2p", sans-serif;
}

.bold {
  font-weight: 700;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #133c58;
}

img {
  height: auto;
  width: 100%;
  vertical-align: baseline;
}

@media (min-width: 1024px) {
  .sp__only {
    display: none;
  }
}

.pc__only {
  display: none;
}
@media (min-width: 1024px) {
  .pc__only {
    display: unset;
  }
}

.spacer__px {
  padding-left: calc((100vw - 343px) / 2);
  padding-right: calc((100vw - 343px) / 2);
}
@media (min-width: 1024px) {
  .spacer__px {
    padding-left: calc((100vw - 960px) / 2);
    padding-right: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 1024px) {
  .spacer__px--560 {
    padding-left: calc((100vw - 560px) / 2);
    padding-right: calc((100vw - 560px) / 2);
  }
}

@media (min-width: 1024px) {
  .spacer__px--640 {
    padding-left: calc((100vw - 640px) / 2);
    padding-right: calc((100vw - 640px) / 2);
  }
}

@media (min-width: 1024px) {
  .spacer__px--720 {
    padding-left: calc((100vw - 720px) / 2);
    padding-right: calc((100vw - 720px) / 2);
  }
}

@media (min-width: 1024px) {
  .spacer__px--800 {
    padding-left: calc((100vw - 800px) / 2);
    padding-right: calc((100vw - 800px) / 2);
  }
}

.spacer__mx {
  margin-left: calc((100vw - 343px) / 2);
  margin-right: calc((100vw - 335px) / 2);
}
@media (min-width: 1024px) {
  .spacer__mx {
    margin-left: calc((100vw - 960px) / 2);
    margin-right: calc((100vw - 960px) / 2);
  }
}

.spacer__py {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.spacer__pt {
  padding-top: 6.4rem;
}

.spacer__pb {
  padding-bottom: 9.6rem;
}

.spacer__mt {
  margin-top: 6.4rem;
}

.spacer__mb {
  margin-bottom: 6.4rem;
}

header {
  width: 100%;
  height: 64px;
  background-color: #4ab7ff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  padding: 0 1.6rem;
  align-items: center;
}
@media (min-width: 1024px) {
  header {
    padding-left: calc((100vw - 960px) / 2);
    padding-right: calc((100vw - 960px) / 2);
  }
}
header .logo {
  font-size: 2.4rem;
  line-height: 175%;
  font-weight: 700;
  color: white;
}
header nav {
  display: unset;
  position: absolute;
  top: 64px;
  right: -100%;
  width: 60vw;
  height: 100svh;
  background-color: #e3f2fd;
  transition: 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  header nav {
    position: unset;
    background-color: unset;
    width: max-content;
    height: max-content;
  }
}
header nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3.2rem;
  padding-bottom: 4.8rem;
  width: 100%;
}
@media (min-width: 1024px) {
  header nav ul {
    flex-direction: row;
    padding: 0;
  }
}
header nav ul li {
  list-style: none;
  width: 100%;
  margin-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 1024px) {
  header nav ul li {
    margin: 0;
    padding: 0;
  }
}
header nav ul li li {
  margin: 0;
  padding: 0;
  padding-left: 2.4rem;
}
header nav ul li a {
  text-align: center;
  color: #133c58;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 2px solid #133c58;
}
@media (min-width: 1024px) {
  header nav ul li a {
    color: white;
    border: 0;
    font-size: 1.6rem;
    width: max-content;
    display: block;
    margin-left: 2.4rem;
  }
}
header nav ul li:last-child {
  border: 0;
}
header .nav--active {
  transition: 0.4s ease-in-out;
  right: 0;
}
header .burger {
  display: grid;
  gap: 8px;
}
@media (min-width: 1024px) {
  header .burger {
    display: none;
  }
}
header .burger .burger__line {
  height: 3px;
  width: 32px;
  border-radius: 99px;
  background-color: white;
  transition: 0.2s ease-in-out;
}

.line__1--active {
  transform: rotate(45deg) translate(9px, 7px);
  transition: 0.2s ease-in-out;
}

.line__2--active {
  opacity: 0;
  transition: 0.2s ease__in-out;
}

.line__3--active {
  transform: rotate(-45deg) translate(8px, -7px);
  transition: 0.2s ease-in-out;
}

.cta__btn {
  background-color: #ff7676;
  font-size: 2.4rem;
  font-weight: 700;
  color: white;
  font-family: "m-plus-rounded-2p", sans-serif;
  padding: 2rem 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 1.6rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .cta__btn {
    font-size: 3.2rem;
  }
}

.cta__btn--fv {
  position: relative;
  padding-top: 3.2rem;
  display: block;
  width: 100%;
}
.cta__btn--fv .cta__btn--badge {
  position: absolute;
  top: -4rem;
  left: -1.6rem;
  width: 88px;
  z-index: 5;
}
@media (min-width: 1024px) {
  .cta__btn--fv .cta__btn--badge {
    top: -3.6rem;
    left: -2rem;
    width: 104px;
  }
}

.cta__btn--560 {
  width: 100%;
}
@media (min-width: 1024px) {
  .cta__btn--560 {
    width: 560px;
  }
}

@media (min-width: 1024px) {
  .cta__btn--720 {
    width: 720px;
  }
}

.cta {
  display: grid;
  gap: 0.8rem;
}
.cta__btn {
  position: relative;
}
@media (min-width: 1024px) {
  .cta .cta__btn--badge02 {
    position: absolute;
    top: -6.4rem;
    left: -6.4rem;
    width: 112px;
  }
}
.cta__note {
  color: #4ab7ff;
  font-size: 2rem;
  line-height: 180%;
  border-bottom: 1px solid #4ab7ff;
  font-family: "m-plus-rounded-2p", sans-serif;
  font-weight: 700;
  width: max-content;
  margin: 0 auto;
}
.cta__note .lg {
  font-size: 3.2rem;
  color: #4ab7ff;
}

.cta__black .cta__lead {
  color: #133c58;
}
.cta__black .cta__lead .lg {
  color: #133c58;
}
.cta__black .cta__btn--faq {
  font-size: 2rem;
  line-height: 175%;
  padding: 1.2rem;
  position: relative;
  background-color: #4ab7ff;
  border-radius: 99px;
}
@media (min-width: 1024px) {
  .cta__black .cta__btn--faq {
    width: 400px;
    margin: 0 auto;
  }
}
.cta__black .cta__btn--faq::before {
  position: absolute;
  content: url("../img/check/check__arrow.svg");
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 32px;
  width: 32px;
}

.cta__final {
  margin-top: 4rem;
  justify-items: center;
}

.cta__lead {
  font-size: 1.6rem;
  line-height: 180%;
  color: #ff7676;
  position: relative;
  font-weight: 700;
  font-family: "m-plus-rounded-2p", sans-serif;
  text-align: center;
  width: max-content;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .cta__lead {
    font-size: 2rem;
  }
}
.cta__lead .lg {
  font-size: 2.4rem;
  color: #ff7676;
}

.cta__lead::before,
.cta__lead::after {
  width: 16px;
  bottom: 0;
  position: absolute;
}
@media (min-width: 1024px) {
  .cta__lead::before,
  .cta__lead::after {
    width: 23px;
    bottom: -8px;
  }
}

.cta__lead::before {
  content: url("../img/cta/sp/pink__left.svg");
  transform: translateX(calc(-100% - 8px));
  left: 0;
  fill: black;
}
@media (min-width: 1024px) {
  .cta__lead::before {
    content: url("../img/cta/pc/pink__left.svg");
  }
}

.cta__lead::after {
  content: url("../img/cta/sp/pink__right.svg");
  transform: translateX(calc(100% + 8px));
  right: 0;
}
@media (min-width: 1024px) {
  .cta__lead::after {
    content: url("../img/cta/pc/pink__right.svg");
  }
}

.cta__black .cta__lead::before {
  content: url("../img/cta/sp/black__left.svg");
}
@media (min-width: 1024px) {
  .cta__black .cta__lead::before {
    content: url("../img/cta/pc/black__left.svg");
  }
}
.cta__black .cta__lead::after {
  content: url("../img/cta/sp/black__right.svg");
}
@media (min-width: 1024px) {
  .cta__black .cta__lead::after {
    content: url("../img/cta/pc/black__right.svg");
  }
}

hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
hgroup .lead {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 175%;
  background-color: white;
  padding: 0.4rem 2.4rem;
  border-radius: 99px;
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  hgroup .lead {
    font-size: 2rem;
  }
}
hgroup .lead::before {
  content: "";
  background-image: url("../img/triangle.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 99%);
}
@media (min-width: 1024px) {
  hgroup .lead::before {
    width: 28px;
    height: 16px;
  }
}
hgroup .main {
  margin-top: 1.6rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 180%;
  text-align: center;
  width: max-content;
}
@media (min-width: 1024px) {
  hgroup .main {
    font-size: 3.2rem;
  }
}
hgroup .main .lg {
  font-size: 3.2rem;
}
@media (min-width: 1024px) {
  hgroup .main .lg {
    font-size: 4rem;
  }
}
hgroup .main--white {
  color: white;
}
hgroup .main--white .lg {
  color: white;
}
hgroup .main--primary {
  color: #4ab7ff;
}
hgroup .main--primary .lg {
  color: #4ab7ff;
}

.banner__hgroup .lead {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .banner__hgroup .lead {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .banner__hgroup .lead br {
    display: none;
  }
}
.banner__hgroup .main {
  font-size: 3.2rem;
}
@media (min-width: 1024px) {
  .banner__hgroup .main {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .banner__hgroup .main br {
    display: none;
  }
}
.banner__hgroup .main .lg {
  font-size: 4.8rem;
}
@media (min-width: 1024px) {
  .banner__hgroup .main .lg {
    font-size: 5.6rem;
  }
}

.bg {
  position: relative;
}

.bg--primary::before {
  position: absolute;
  content: "";
  background-image: url("../img/bg/wave__primary--sp.svg");
  background-repeat: repeat-x;
  width: 100vw;
  height: 32px;
  left: 0;
  top: 0;
  transform: translateY(-99%);
}
@media (min-width: 1024px) {
  .bg--primary::before {
    background-image: url("../img/bg/wave__primary.svg");
  }
}

.bg--secondary::before {
  position: absolute;
  content: "";
  background-image: url("../img/bg/wave__secondary--sp.svg");
  background-repeat: repeat-x;
  width: 100vw;
  height: 32px;
  left: 0;
  top: 0;
  transform: translateY(-99%);
}
@media (min-width: 1024px) {
  .bg--secondary::before {
    background-image: url("../img/bg/wave__secondary.svg");
  }
}

.bg--white::before {
  position: absolute;
  content: "";
  background-image: url("../img/bg/wave__white--sp.svg");
  background-repeat: repeat-x;
  width: 100vw;
  height: 32px;
  left: 0;
  top: 0;
  transform: translateY(-99%);
}
@media (min-width: 1024px) {
  .bg--white::before {
    background-image: url("../img/bg/wave__white--pc.svg");
  }
}

.fv {
  background-image: url("../img/fv/fv__sp--02.jpg");
  background-size: cover;
  background-position: 50% 15%;
  height: calc(100svh - 64px);
  padding: 2.4rem 1.6rem;
  margin-top: 6.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .fv {
    background-image: url("../img/fv/fv__pc.jpg");
    background-position: 90% 15%;
    padding-top: 3.2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1440px) {
  .fv {
    padding-left: calc((100vw - 1200px) / 2);
    padding-right: calc((100vw - 1200px) / 2);
  }
}
.fv__cnt {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .fv__cnt {
    gap: 1.6rem;
  }
}
.fv__cnt--lead {
  font-size: 1.6rem;
  line-height: 175%;
  font-weight: 700;
  color: white;
  background-color: #4ab7ff;
  padding: 0.8rem 1.6rem;
  width: max-content;
}
@media (min-width: 1024px) {
  .fv__cnt--lead {
    font-size: 3.2rem;
  }
}
.fv__cnt--title {
  display: grid;
  gap: 0.8rem;
}
@media (min-width: 1024px) {
  .fv__cnt--title {
    gapw: 1.6rem;
  }
}
.fv__cnt--title .fv__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #133c58;
  line-height: 100%;
  padding: 0.8rem;
  background-color: white;
  width: max-content;
}
@media (min-width: 1024px) {
  .fv__cnt--title .fv__title {
    padding: 1.6rem;
    font-size: 4.4rem;
  }
}
.fv__cnt--title .fv__title .lg {
  color: #ff7676;
  font-size: 3.2rem;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .fv__cnt--title .fv__title .lg {
    font-size: 5.6rem;
  }
}
.fv__cta {
  display: grid;
  justify-items: center;
}
.fv__cta--label {
  background-color: white;
  text-align: center;
  font-family: "m-plus-rounded-2p", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff7676;
  border: 2px solid #ff7676;
  border-radius: 99px;
  padding: 0.8rem 2.4rem;
  margin-bottom: -2.4rem;
  z-index: 3;
  width: max-content;
}
@media (min-width: 1024px) {
  .fv__cta--label {
    font-size: 2rem;
  }
}
.fv__cta--label .lg {
  font-size: 2.4rem;
  color: #ff7676;
}

.problem {
  background-color: #b7c7d3;
}
.problem .problem__cnt {
  margin-top: 5.6rem;
  background-color: white;
  border-radius: 16px;
  padding: 4.8rem 3.2rem;
  display: grid;
  gap: 5.6rem;
}
@media (min-width: 1024px) {
  .problem .problem__cnt {
    padding: 3.2rem 1.6rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
.problem .single__problem {
  z-index: 5;
  position: relative;
}
@media (min-width: 1024px) {
  .problem .single__problem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    justify-self: center;
  }
}
.problem .single__problem p {
  font-size: 1.6rem;
  line-height: 180%;
  text-align: center;
}
.problem .single__problem p .lg {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 200%;
}
@media (min-width: 1024px) {
  .problem .single__problem p .lg {
    font-size: 1.6rem;
  }
}
.problem .single__problem::before {
  content: "！";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 16rem;
  color: #b7c7d3;
  line-height: 100%;
  font-weight: 900;
  opacity: 0.4;
  z-index: -100;
}

.service {
  scroll-margin-top: 120px;
}
@media (min-width: 768px) {
  .service {
    overflow: unset;
  }
}
.service__banner {
  background-color: #4ab7ff;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: grid;
  gap: 0;
  justify-items: center;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
@media (min-width: 768px) {
  .service__banner {
    padding-left: calc((100vw - 960px) / 2);
    padding-right: calc((100vw - 960px) / 2);
    grid-template-columns: 1fr 250px;
    gap: 4rem;
    padding-top: 6.4rem;
    padding-bottom: 2.4rem;
    height: max-content;
    overflow: unset;
  }
}
.service__banner--img {
  width: 217px;
  transform: translate(50%, 5px);
  z-index: 5;
}
@media (min-width: 768px) {
  .service__banner--img {
    transform: unset;
    position: absolute;
    right: 0;
    bottom: -4px;
  }
}
@media (min-width: 1024px) {
  .service__banner--img {
    width: 250px;
    right: calc((100vw - 960px) / 2 + 0px);
  }
}
.service__banner--line {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: -12.8rem;
}
@media (min-width: 768px) {
  .service__banner--line {
    display: none;
  }
}
.service__cnt {
  display: grid;
  gap: 3.2rem;
  background-color: #e3f2fd;
}
.service__cnt .single__service {
  padding: 2.4rem 1.2rem;
  background-color: white;
  border: 3px solid #133c58;
  border-radius: 16px;
  display: grid;
  gap: 1.6rem;
  justify-items: center;
}
@media (min-width: 1024px) {
  .service__cnt .single__service {
    padding: 3.2rem;
  }
}
.service__cnt .single__service--title {
  width: 72px;
  height: 72px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  color: white;
  background-image: url("../img/support/support__badge.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.service__cnt .single__service--title span {
  font-size: 1.8rem;
  color: white;
}
.service__cnt .single__service--text {
  font-size: 1.6rem;
  line-height: 180%;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1024px) {
  .service__cnt .single__service--text {
    font-size: 2.4rem;
  }
}
.service__cnt .single__service--text .lg {
  color: #4ab7ff;
  font-size: 2.4rem;
}
@media (min-width: 1024px) {
  .service__cnt .single__service--text .lg {
    font-size: 3.2rem;
  }
}

.check {
  background-color: #e3f2fd;
  background-image: url("../img/bg/tile.png");
  background-repeat: repeat;
  position: relative;
  padding-bottom: 4rem;
  z-index: 5;
  margin-bottom: 2.4rem;
}
@media (min-width: 1024px) {
  .check {
    padding-bottom: 4.8rem;
  }
}
.check__title .check__icon {
  margin-bottom: -3.2rem;
  z-index: 5;
}
.check__title .main {
  background-color: white;
  border-radius: 16px;
  padding: 1.6rem 3.2rem;
}
.check__lead {
  font-size: 1.6rem;
  line-height: 175%;
  font-weight: 700;
  margin-top: 2.4rem;
}
@media (min-width: 1024px) {
  .check__lead {
    text-align: center;
  }
}
.check__cnt {
  margin-top: 4rem;
  display: grid;
  gap: 4.8rem;
  position: inherit;
  z-index: 5;
}
@media (min-width: 1024px) {
  .check__cnt {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
.check__cnt .single__check {
  border-radius: 16px;
  border: 1px solid #133c58;
  background-color: white;
  padding: 0.8rem;
  justify-items: center;
}
.check__cnt .single__check--title {
  color: white;
  background-color: #133c58;
  width: 204px;
  padding: 4px;
  position: relative;
  font-size: 2rem;
  line-height: 175%;
  border-radius: 99px;
  text-align: center;
  margin-top: -2.4rem;
}
.check__cnt .single__check--title::before {
  content: "";
  background-image: url("../img/check/triangle.svg");
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.check__cnt .single__check--img {
  width: 160px;
  margin-top: 2.4rem;
}
@media (min-width: 1024px) {
  .check__cnt .single__check--img {
    width: 185px;
  }
}
.check__cnt .single__check--text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 175%;
  text-align: center;
  background-color: #e3f2fd;
  border-radius: 8px;
  width: 100%;
  padding: 0.8rem;
}
.check__bg {
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  z-index: 2;
}

.step {
  background-color: #e3f2fd;
}
.step hgroup .main {
  color: #133c58;
}
.step__cnt {
  display: grid;
  gap: 3.2rem;
  margin-top: 5.6rem;
  justify-items: center;
}
.step__cnt .single__step {
  border: 2px solid #4ab7ff;
  border-radius: 16px;
  background-color: white;
  padding: 2.4rem 1.6rem;
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .step__cnt .single__step {
    padding: 3.2rem 2.4rem;
    gap: 2.4rem;
  }
}
.step__cnt .single__step--header {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0.8rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .step__cnt .single__step--header {
    grid-template-columns: 64px 1fr;
  }
}
.step__cnt .single__step--header .num {
  color: white;
  background-color: #4ab7ff;
  border-radius: 99px;
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  font-family: "montserrat", sans-serif;
}
@media (min-width: 1024px) {
  .step__cnt .single__step--header .num {
    font-size: 1.4rem;
    width: 64px;
    height: 64px;
  }
}
.step__cnt .single__step--header .num .lg {
  font-size: 1.6rem;
  color: white;
}
@media (min-width: 1024px) {
  .step__cnt .single__step--header .num .lg {
    font-size: 2.4rem;
  }
}
.step__cnt .single__step--header .title {
  font-size: 2rem;
  line-height: 175%;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .step__cnt .single__step--header .title {
    font-size: 2.4rem;
  }
}
.step__cnt .single__step--body {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .step__cnt .single__step--body {
    grid-template-columns: 428px 1fr;
    gap: 1.6rem;
  }
}
.step__cnt .single__step--body .text {
  font-size: 1.6rem;
  line-height: 180%;
}
.step__cnt .single__step--body .img {
  width: 100%;
}
.step__cnt .step__arrow {
  width: 48px;
}

.outro__text {
  line-height: 220%;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .outro__text {
    font-size: 2rem;
    line-height: 260%;
  }
}
.outro__text .md {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .outro__text .md {
    font-size: 2.4rem;
  }
}
.outro__text .lg {
  color: #ff7676;
  font-size: 2.8rem;
}
@media (min-width: 1024px) {
  .outro__text .lg {
    font-size: 3.2rem;
  }
}

.company__cnt {
  padding: 3.2rem 2.4rem;
  border: 2px solid #133c58;
  border-radius: 16px;
}
.company__cnt .company-title {
  font-size: 2rem;
  line-height: 175%;
  padding: 0.8rem;
  background-color: #e3f2fd;
  border-radius: 99px;
  text-align: center;
  font-weight: 700;
}
.company__cnt .company-info__list {
  margin-top: 2rem;
  display: grid;
  gap: 1.6rem;
}
.company__cnt .company-info__list .company-info__item {
  display: grid;
  gap: 0.8rem;
  border-bottom: 2px solid #e3f2fd;
  padding-bottom: 1.6rem;
}
.company__cnt .company-info__list .company-info__item dt,
.company__cnt .company-info__list .company-info__item dd {
  color: #133c58;
  line-height: 175%;
}
.company__cnt .company-info__list .company-info__item .company-info__term {
  font-size: 1.4rem;
  font-weight: 700;
}
.company__cnt .company-info__list .company-info__item .company-info__desc {
  font-size: 1.6rem;
}
.company__cnt .company-info__note {
  font-size: 1.6rem;
  line-height: 175%;
  margin-top: 1.6rem;
}
.company__cnt .company-info__note a {
  border-bottom: 1px solid #133c58;
}/*# sourceMappingURL=main.css.map */