@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  color: #222;
  font-feature-settings: "palt";
  background-color: #fff;
}
a.--disabled {
  pointer-events: none !important;
}

.swiper-wrapper {
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

.swiper-slide {
  backface-visibility: hidden;
}

.bg-navy {
  background: linear-gradient(180deg, #011e35 0%, #011013 100%);
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .u-lg {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .u-xl {
    display: none;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 2.2em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
address {
  font-style: normal;
}

table {
  width: 100%;
}

/* support iOS */
html {
  height: -webkit-fill-available;
  height: 100%;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  min-height: -webkit-fill-available;
}

figure {
  line-height: 0;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .head-line {
    padding: 0 1rem;
  }
}
.head-line .h2 {
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
}
.head-line .h2 span {
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  background-image: conic-gradient(
    from 134deg at 49% 52.91%,
    #14cccc 115.1073753834deg,
    #29cc8d 189.0064716339deg,
    #145ecc 360deg
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0 transparent;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .head-line .h2 span {
    font-size: 2.25rem;
  }
}
.head-line .h2 .common-h {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05625rem;
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .head-line .h2 .common-h {
    font-size: 1rem;
    gap: 0.25rem;
    padding-bottom: 1.5rem;
  }
}
.head-line .sub-h {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .head-line .sub-h {
    font-size: 1.5rem;
  }
}

.head-line-p-mark {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .head-line-p-mark {
    gap: 0.5rem;
  }
}

.head-line-p-mark img {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .head-line-p-mark img {
    padding-bottom: 1.5rem;
  }
}

.img-right {
  padding: 6.5rem 0;
  display: flex;
  flex-direction: column;
  width: 75rem;
  justify-content: center;
  margin: auto;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .img-right {
    gap: 1.5rem;
    width: 100%;
    padding: 3.375rem 0;
  }
}
.img-right .wrap {
  display: grid;
  grid-template-columns: 1fr 32.5rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .img-right .wrap {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
}
.img-right .wrap .text {
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .img-right .wrap .text {
    order: 2;
  }
}
.img-right .wrap .text p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
}
@media screen and (max-width: 767px) {
  .img-right .wrap .text p {
    font-size: 0.9375rem;
    line-height: 180%;
  }
}
.img-right .wrap .text img {
  width: 16.625rem;
  height: 1.75rem;
}
.img-right.field-center h3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .img-right.field-center h3 {
    text-align: left;
  }
}
.img-right.field-center .wrap {
  grid-template-columns: 62.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .img-right.field-center .wrap {
    grid-template-columns: 1fr;
  }
}

.read-text .wrap {
  padding: 5rem 0;
  width: 75rem;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .read-text .wrap {
    width: 100%;
    padding: 2.5rem 0;
  }
}
.read-text .wrap .text-wrap {
  display: flex;
  justify-content: space-between;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .read-text .wrap .text-wrap {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.read-text .wrap .text-wrap .text {
  width: 32.5rem;
}
@media screen and (max-width: 767px) {
  .read-text .wrap .text-wrap .text {
    width: 100%;
    padding: 0 1rem;
  }
}
.read-text .wrap .text-wrap .text p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
}
@media screen and (max-width: 767px) {
  .read-text .wrap .text-wrap .text p {
    font-size: 0.9375rem;
  }
}
.read-text .image {
  position: relative;
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .read-text .image {
    height: 6.9375rem;
  }
}
.read-text .image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.problems {
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .problems {
    padding-top: 3.5rem;
  }
}
.problems .wrap {
  width: 75rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .problems .wrap {
    width: 100%;
    padding: 0 1rem;
    gap: 1.5rem;
  }
}
.problems .wrap h3 {
  text-align: center;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .problems .wrap h3 {
    font-size: 1.25rem;
  }
}
.problems .wrap .icons {
  width: 54.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .problems .wrap .icons {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.problems .wrap .icons .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .problems .wrap .icons .icon {
    gap: 0;
  }
}
.problems .wrap .icons .icon img {
  width: 9.5rem;
  height: 9.5rem;
}
@media screen and (max-width: 767px) {
  .problems .wrap .icons .icon img {
    width: 7rem;
    height: 7rem;
  }
}
.problems .wrap .icons .icon p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .problems .wrap .icons .icon p {
    font-size: 1rem;
  }
}

.merit {
  padding: 6.5rem 0;
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 4rem 0;
  }
}
.merit .head-line {
  text-align: center;
}
.merit .head-line .h2 span {
  justify-content: center;
}
.merit .head-line .h2 h2 {
  align-items: center;
}
.merit .wrap {
  width: 75rem;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .merit .wrap {
    width: 100%;
    padding: 0 1rem;
  }
}
.merit .wrap .merit-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .merit .wrap .merit-content {
    grid-template-columns: 1fr;
  }
}
.merit .wrap .merit-content img {
  height: 25rem;
}
@media screen and (max-width: 767px) {
  .merit .wrap .merit-content img {
    height: auto;
  }
}
.merit .wrap .merit-content:nth-child(even) .img {
  order: 2;
}
@media screen and (max-width: 767px) {
  .merit .wrap .merit-content:nth-child(even) .img {
    order: 0;
  }
}
.merit .wrap .merit-content .text {
  padding: 5.25rem 3.5rem;
  height: 25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .merit .wrap .merit-content .text {
    padding: 1.5rem 1rem;
    height: auto;
    border-top: 0;
    border-left: 1px solid #e6e6e6;
  }
}
.merit .wrap .merit-content .text h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .merit .wrap .merit-content .text h3 {
    text-align: center;
    justify-content: center;
    font-size: 1.25rem;
  }
}
.merit .wrap .merit-content .text h3::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/common/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .merit .wrap .merit-content .text h3::before {
    width: 1.53125rem;
    height: 1.53125rem;
  }
}
.merit .wrap .merit-content .text p {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .merit .wrap .merit-content .text p {
    font-size: 0.875rem;
    line-height: 180%;
    letter-spacing: 0.04375rem;
  }
}
.merit .wrap .merit-content .text p.caution {
  font-size: 0.6875rem;
  line-height: 200%;
  letter-spacing: 0.034375rem;
}
.merit .wrap .merit-content:nth-child(even) .text {
  border-right: 0;
  border-left: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .merit .wrap .merit-content:nth-child(even) .text {
    border-right: 1px solid #e6e6e6;
  }
}

.cta {
  width: 100%;
  padding: 4.5rem 0;
  background: linear-gradient(
    91deg,
    #29cc8d 0.02%,
    #14cccc 50.48%,
    #145ecc 99.97%
  );
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 2rem 1rem;
  }
}
.cta .wrap {
  width: 75rem;
  margin: auto;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cta .wrap {
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.cta .wrap .title .h2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cta .wrap .title .h2 span {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta .wrap .title .h2 span {
    font-size: 2.25rem;
  }
}
.cta .wrap .title .h2 h2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05625rem;
}
@media screen and (max-width: 767px) {
  .cta .wrap .title .h2 h2 {
    gap: 0.25rem;
    font-size: 1rem;
  }
}
.cta .wrap .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  border: 2px solid rgba(224, 224, 224, 0);
  padding: 2rem 3.5rem;
  border-radius: 100vh;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05625rem;
  gap: 1rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cta .wrap .button a {
    font-size: 1rem;
    padding: 1rem;
    padding-left: 1.875rem;
    gap: 0.625rem;
  }
}
.cta .wrap .button a::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/common/icon-btn-arrow-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .cta .wrap .button a::after {
    position: relative;
    top: 1px;
  }
}
.cta .wrap .button a:hover {
  opacity: 1;
  border: 2px solid rgba(224, 224, 224, 0);
  background: var(--color-white, #fff);
  color: #145ecc;
}
.cta .wrap .button a:hover::after {
  background-image: url("../images/common/icon-btn-arrow-right-blue.svg");
}

.flow {
  padding: 6.5rem 0;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 3.5rem 0;
  }
}
.flow .wrap {
  width: 75rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flow .wrap {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flow .wrap .flow-wrap {
    padding: 0 1rem;
  }
}
.flow .wrap .flow-wrap .flows {
  width: 49.5rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .flow .wrap .flow-wrap .flows {
    width: 100%;
  }
}
.flow .wrap .flow-wrap .flows .item {
  display: flex;
  gap: 2rem;
  padding: 2rem 2.5rem;
  border-bottom: 1px solid #f6f6f6;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow .wrap .flow-wrap .flows .item {
    padding: 1rem;
    gap: 1rem;
  }
}
.flow .wrap .flow-wrap .flows .item:last-child {
  border-bottom: 0;
}
.flow .wrap .flow-wrap .flows .item .icon {
  width: 5.5rem;
  height: 5.5rem;
}
@media screen and (max-width: 767px) {
  .flow .wrap .flow-wrap .flows .item .icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.flow .wrap .flow-wrap .flows .item .icon img {
  aspect-ratio: 1/1;
}
.flow .wrap .flow-wrap .flows .item .text {
  width: 37.125rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .flow .wrap .flow-wrap .flows .item .text {
    width: 73%;
    gap: 0.5rem;
  }
}
.flow .wrap .flow-wrap .flows .item .text .step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .flow .wrap .flow-wrap .flows .item .text .step {
    gap: 0.5rem;
  }
}
.flow .wrap .flow-wrap .flows .item .text .step span {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
  background: var(
    --gradient-2,
    linear-gradient(91deg, #29cc8d 0.02%, #14cccc 50.48%, #145ecc 99.97%)
  );
  padding: 0.5rem 1rem;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .flow .wrap .flow-wrap .flows .item .text .step span {
    padding: 0.375rem 0.875rem;
    font-size: 0.875rem;
    display: inline-block;
    min-width: 5.375rem;
  }
}
.flow .wrap .flow-wrap .flows .item .text .step h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .flow .wrap .flow-wrap .flows .item .text .step h3 {
    font-size: 1.0625rem;
  }
}
.flow .wrap .flow-wrap .flows .item .text .content {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .flow .wrap .flow-wrap .flows .item .text .content {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

.table {
  padding: 6.5rem 0;
}
@media screen and (max-width: 767px) {
  .table {
    padding: 3.5rem 0;
  }
}
.table.gray {
  background-color: #fafafa;
}
.table .wrap {
  width: 75rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .table .wrap {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.table .wrap .tables {
  width: 45rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .table .wrap .tables {
    padding: 0 1rem;
    width: 100%;
  }
}
.table .wrap .tables dl {
  display: flex;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .table .wrap .tables dl {
    gap: 1.5rem;
    padding: 0.5rem 0;
  }
}
.table .wrap .tables dl dt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 200%;
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .table .wrap .tables dl dt {
    font-size: 0.875rem;
    line-height: 180%;
    width: 4.625rem;
  }
}
.table .wrap .tables dl dd {
  font-size: 1rem;
  font-weight: 400;
  line-height: 200%;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .table .wrap .tables dl dd {
    font-size: 0.875rem;
    line-height: 180%;
    width: 80%;
  }
}
.table .wrap .tables.history dl {
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .table .wrap .tables.history dl {
    gap: 1rem;
  }
}
.table .wrap .tables.history dl dd {
  display: flex;
  flex-direction: column;
}
.table .wrap .tables.history dl dd div {
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .table .wrap .tables.history dl dd div {
    gap: 0.75rem;
  }
}
.table .wrap .tables.history dl dd div span {
  width: 2.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table .wrap .tables.history dl dd div p {
    width: 80%;
  }
}

.anker-links {
  padding: 0.75rem 0;
}
.anker-links nav {
  width: 75rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .anker-links nav {
    padding: 1.5rem 1rem;
    width: 100%;
  }
}
.anker-links nav ul {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .anker-links nav ul {
    flex-wrap: wrap;
    gap: 0.375rem;
  }
}
.anker-links nav ul li a {
  border: 1px solid #145ecc;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  display: flex;
  width: 14.5625rem;
  border-radius: 100vh;
  color: #145ecc;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.05rem;
  align-items: center;
  transition: all 0.3s ease-in-out;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .anker-links nav ul li a {
    width: auto;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.040625rem;
  }
}
.anker-links nav ul li a::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("../images/common/icon-arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.anker-links nav ul li a:hover {
  background-color: #145ecc;
  color: #fff;
}
.anker-links nav ul li a:hover::after {
  background-image: url("../images/common/icon-arrow-down-white.svg");
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.text-center {
  text-align: center;
}

.more {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .more {
    padding: 0 1rem;
  }
}
.more a {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05rem;
  gap: 1rem;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .more a {
    font-size: 0.9375rem;
  }
}
.more a::after {
  content: "";
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  background-image: url("../images/common/circle-allow-blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .more a::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.more a:hover {
  opacity: 1;
  color: #145ecc;
}

.works {
  width: 75rem;
  margin: 0 auto;
  padding: 8.75rem 0;
}
@media screen and (max-width: 767px) {
  .works {
    padding: 3.5rem 0;
    width: 100%;
  }
}
.works .wrap {
  display: grid;
  grid-template-columns: 1fr 49.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .works .wrap {
    grid-template-columns: 1fr;
  }
}
.works .wrap .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .works .wrap .items {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }
}
.works .wrap .items .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.works .wrap .items .item .img img {
  width: 100%;
  height: auto;
  display: block;
}
.works .wrap .items .item .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.works .wrap .items .item .text h3 {
  display: flex;
  gap: 0.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .works .wrap .items .item .text h3 {
    font-size: 1.25rem;
  }
}
.works .wrap .items .item .text h3::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/common/icon-check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .works .wrap .items .item .text h3::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.works .wrap .items .item .text p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 200%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .works .wrap .items .item .text p {
    font-size: 0.875rem;
    line-height: 180%;
  }
}

.bottom-links .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .bottom-links .wrap {
    grid-template-columns: 1fr;
  }
}
.bottom-links .wrap .link a {
  position: relative;
  display: flex;
  padding: 4rem 5rem;
  background: #fff;
  color: inherit;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .bottom-links .wrap .link a {
    padding: 2rem 1rem;
  }
}
.bottom-links .wrap .link a > * {
  position: relative;
  z-index: 1;
}
.bottom-links .wrap .link a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  pointer-events: none;
  z-index: 0;
}
.bottom-links .wrap .link a div.h2 {
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
}
.bottom-links .wrap .link a div.h2 span {
  display: inline-flex;
  align-items: center;
  font-size: 2.5rem;
  gap: 1rem;
  font-family: "Poppins", sans-serif;
  position: relative;
  transition: color 0.3s ease-in-out, -webkit-text-fill-color 0.3s ease-in-out,
    filter 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .bottom-links .wrap .link a div.h2 span {
    font-size: 2rem;
    font-weight: 500;
  }
}
.bottom-links .wrap .link a div.h2 span::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-image: url("../images/common/circle-allow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
}
.bottom-links .wrap .link a div.h2 h2.common-h {
  display: inline-flex;
  flex-direction: column;
  font-size: 1.125rem;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .bottom-links .wrap .link a div.h2 h2.common-h {
    gap: 0.9375rem;
    font-weight: 500;
  }
}
.bottom-links .wrap .link a:hover {
  opacity: 1;
}
.bottom-links .wrap .link a:hover h2.common-h {
  color: #fff;
}
.bottom-links .wrap .link a:hover h2.common-h span {
  -webkit-text-fill-color: currentColor;
  color: #fff;
}
.bottom-links .wrap .link a:hover h2.common-h span::after {
  opacity: 1;
  background-image: url("../images/common/circle-allow-white.svg");
}
.bottom-links .wrap .link a:hover::before {
  opacity: 1;
  transform: scale(1);
}
.bottom-links .wrap .left {
  display: flex;
  flex-direction: column;
}
.bottom-links .wrap .left .link:nth-child(1) a {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.bottom-links .wrap .left .link:nth-child(1) a::before {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/common/bottom-links-01.webp");
}
.bottom-links .wrap .left .link:nth-child(2) a {
  border-right: 1px solid #e6e6e6;
}
.bottom-links .wrap .left .link:nth-child(2) a::before {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/common/bottom-links-02.webp");
}
.bottom-links .wrap .right .link {
  height: 100%;
}
.bottom-links .wrap .right .link a {
  height: 100%;
  border-top: 1px solid #e6e6e6;
}
.bottom-links .wrap .right .link a::before {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/common/bottom-links-03.webp");
}

.bottom-links .wrap .link a div.h2 span {
  font-weight: 500;
  background-image: conic-gradient(
    from 134deg at 49% 52.91%,
    #14cccc 115.1073753834deg,
    #29cc8d 189.0064716339deg,
    #145ecc 360deg
  );
  background-repeat: no-repeat;
  background-size: 70% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .bottom-links .wrap .link a div.h2 span {
    background-image: conic-gradient(
      from 134deg at 21% 52.91%,
      #14cccc 115.1073753834deg,
      #29cc8d 189.0064716339deg,
      #145ecc 360deg
    );
  }
}
.bottom-links .wrap .link:hover div.h2 span {
  -webkit-background-clip: initial;
  background-clip: initial;
  background-image: none;
  -webkit-text-fill-color: currentColor;
  color: #fff;
}

.breadcrumb {
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 1rem;
    padding-top: 4.0625rem;
  }
}
.breadcrumb nav {
  padding: 2.5rem 0;
  width: 75rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb nav {
    width: 100%;
    padding: 0;
  }
}
.breadcrumb nav ol {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.breadcrumb nav ol li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.breadcrumb nav ol li a {
  color: #145ecc;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .breadcrumb nav ol li a {
    font-size: 0.75rem;
  }
}
.breadcrumb nav ol li::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/common/icon-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .breadcrumb nav ol li::after {
    width: 1rem;
    height: 1rem;
  }
}
.breadcrumb nav ol li:last-child::after {
  display: none;
}

.common-layout {
  width: 75rem;
  margin: auto;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .common-layout {
    width: 100%;
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .common-layout .wrap {
    padding: 0 1rem;
  }
}
.common-layout .wrap p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 220%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .common-layout .wrap p {
    line-height: 180%;
  }
}
.common-layout .wrap p.text-right {
  text-align: right;
}
.common-layout .wrap .head-line {
  padding: 0;
}
.common-layout .wrap .head-line h3 {
  margin-top: 4rem;
}
.common-layout .wrap .common-table {
  display: flex;
  justify-content: center;
  padding: 3.5rem 0;
}
.common-layout .wrap .common-table table {
  width: 80%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .common-layout .wrap .common-table table {
    width: 100%;
  }
}
.common-layout .wrap .common-table table tr td {
  border: 1px solid #e6e6e6;
  padding: 0.625rem 0.9375rem 0.4375rem;
  line-height: 2.2;
}
.common-layout .wrap .common-table table tr td p {
  margin: 0;
  display: flex;
  justify-content: center;
} /*# sourceMappingURL=style.css.map */
