.kv {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.kv::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 44%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 37%;
  background-image: url(../img/toppage/kv/layerbg.png);
  background-size: contain;
  background-position: center;
  opacity: 0.4;
  pointer-events: none;
}
.kv__content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 62.5%;
}
.kv__content .topcopy {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
  letter-spacing: 0.1em;
}
.kv__content .topcopy span {
  font-size: 5.2rem;
  color: #DD111C;
  display: block;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.kv__content .logo-gr {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.kv__content .logo-gr .logo {
  width: 240px;
}
.kv__content .logo-gr .name {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: right;
}
.kv__content .strengthes {
  position: relative;
  z-index: 0;
  margin-top: 24px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.kv__content .strengthes .layer {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../img/toppage/kv/layer.png);
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: 1;
}
.kv__content .strengthes::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
          clip-path: polygon(100% 0, 0% 100%, 0 0);
  background-color: #DD111C;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
}
.kv__content .strengthes::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #DD111C;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
}
.kv__content .strengthes ul {
  position: relative;
  z-index: 3;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
}
.kv__content .strengthes ul li {
  width: 32%;
}
.kv__content .strengthes ul li .icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}
.kv__content .strengthes ul li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.kv__content .strengthes ul li:nth-of-type(3) .icon {
  width: 110px;
}
.kv__content .strengthes ul li .upper {
  margin-top: 8px;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #DD111C;
  text-align: center;
}
.kv__content .strengthes ul li p {
  margin-top: 2.4px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
.kv__content .strengthes ul li span {
  margin-top: 8px;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
.kv__bottom {
  margin-top: 0px;
  transform: translateY(-40px);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.kv__bottom .items {
  display: flex;
  gap: 16px;
  width: auto;
  margin-right: 16px;
}
.kv__bottom .items span {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0px 12px 6px rgba(0, 0, 0, 0.2);
  padding: 16px 24px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
}
.kv__bottom p {
  width: 50%;
  font-weight: 500;
  line-height: 1;
}
.kv__bottom p span {
  color: #DD111C;
  font-weight: 600;
}
.kv__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  z-index: 0;
}
.kv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: left;
     object-position: left;
}
.kv__bg::before {
  content: "";
  width: 10%;
  height: 100%;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}

.cta {
  background-color: #333;
  padding: 40px;
}
.cta .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta .lr .left {
  width: 50%;
}
.cta .lr .left h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.cta .lr .left .image {
  margin-top: 24px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.cta .lr .left .image img {
  width: 100%;
  height: 100%;
}
.cta .lr .right {
  width: 50%;
}
.cta .lr .right .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.cta .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.cta .btns a {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 80px;
  padding: 16px 16px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.cta .btns a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 11px;
  height: 18px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  content: "\f105";
  display: block;
  position: absolute;
}
.cta .btns a i {
  width: 40px;
  height: 40px;
}
.cta .btns a i img {
  width: 100%;
}
.cta .btns a .txt-gr {
  text-align: left;
  display: block;
}
.cta .btns a .txt-gr .upper {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
}
.cta .btns a .txt-gr .main {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  font-weight: 600;
}
.cta .btns a.mail {
  border: 3px solid #DD111C;
}
.cta .btns a.mail::after {
  color: #DD111C;
}
.cta .btns a.mail i {
  width: 40px;
  height: 32px;
}
.cta .btns a.mail .txt-gr .upper {
  color: #000;
}
.cta .btns a.mail .txt-gr .main {
  color: #DD111C;
}
.cta .btns a.line {
  border: 3px solid #1dba00;
}
.cta .btns a.line::after {
  color: #1dba00;
}
.cta .btns a.line i {
  width: 40px;
  height: 32px;
}
.cta .btns a.line .txt-gr .upper {
  color: #000;
}
.cta .btns a.line .txt-gr .main {
  color: #1dba00;
}

.praise {
  padding: 24px 0 24px;
  background-color: #f5f5f5;
}
.praise .image {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.praise .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news {
  padding: 24px 0 0px;
}
.news .heading {
  margin-bottom: 40px;
}
.news .content ul li {
  padding: 16px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.news .content ul li .left {
  display: flex;
  align-items: center;
}
.news .content ul li .left time {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
.news .content ul li .left .cats {
  margin-left: 16px;
}
.news .content ul li .left .cats ul li {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0px 8px 6px rgba(0, 0, 0, 0.1);
  padding: 8px 16px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
  display: inline-block;
}
.news .content ul li .right {
  padding-left: 32px;
}
.news .content ul li .right .title {
  font-size: 1.7rem;
  font-weight: 400;
  color: #000;
}
.news .content ul li a {
  display: flex;
  font-weight: 600;
  align-items: center;
}
.news .content ul li a .right .title {
  font-weight: 600;
}

.concept {
  padding: 80px 0 0;
}
.concept .heading {
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
.concept .heading span {
  color: #DD111C;
}
.concept .heading h2 {
  font-size: 5.2rem;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.concept .content .desc {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4;
  color: #000;
  text-align: center;
}
.concept .content .desc .underbar {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.concept .content .desc strong {
  font-weight: 600;
  color: #DD111C;
}
.concept .content .box {
  margin-top: 100px;
  background-color: #f7f7f7;
  padding: 40px;
}
.concept .content .box .c-heading {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
}
.concept .content .box ul li {
  padding: 12px 0 12px 24px;
  border-bottom: solid 1px #eee;
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  text-align: left;
}
.concept .content .box ul li span {
  position: relative;
  z-index: 0;
  color: #000;
  font-weight: 600;
}
.concept .content .box ul li span::after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 2px;
  z-index: -1;
  height: 7px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
}
.concept .content .box ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.concept .content .us {
  margin-top: 40px;
  border: solid 1px #eee;
  padding: 40px;
}
.concept .content .us .c-heading {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
}
.concept .content .us ul li {
  padding: 12px 0 12px 40px;
  border-bottom: solid 1px #eee;
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
}
.concept .content .us ul li::before {
  content: "1";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background-color: #DD111C;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.4rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.concept .content .us ul li:nth-of-type(1)::before {
  content: "1";
}
.concept .content .us ul li:nth-of-type(2)::before {
  content: "2";
}
.concept .content .us ul li:nth-of-type(3)::before {
  content: "3";
}

.feature {
  padding: 100px 0 0;
}
.feature .heading {
  margin-bottom: 40px;
}
.feature .content .block {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.feature .content .block .image-outer {
  position: relative;
  z-index: 1;
  width: 32.75%;
}
.feature .content .block .image-outer .image {
  width: 100%;
  aspect-ratio: 1/0.7;
  background-color: #f7f7f7;
}
.feature .content .block .image-outer .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature .content .block .txt-gr {
  position: relative;
  z-index: 2;
  width: 64.75%;
}
.feature .content .block .txt-gr h3 {
  margin-bottom: 16px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
  background: #eee;
  padding: 24px;
}
.feature .content .block .txt-gr h3 span {
  color: #DD111C;
}
.feature .content .block .txt-gr .p strong {
  font-weight: 600;
}
.feature .content .block .txt-gr .link {
  margin-top: 16px;
}
.feature .content .block .txt-gr .link a {
  display: inline-block;
  padding-bottom: 4px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #000;
}
.feature .content .block:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.works {
  margin-top: 80px;
  padding: 80px 0 340px;
  background-color: #f5f5f5;
}
.works .heading {
  margin-bottom: 40px;
}
.works .content .desc {
  text-align: center;
  margin-bottom: 40px;
}
.works .content .list > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.works .content .list > ul::after {
  content: "";
  width: 32%;
}
.works .content .list > ul > li {
  width: 33.3333333333%;
}
.works .content .list > ul > li a {
  display: block;
  padding: 0;
}
.works .content .list > ul > li a:hover h3 {
  color: #DD111C;
}
.works .content .list > ul > li a:hover figure img {
  transform: scale(1.05);
  transition-duration: 1s;
}
.works .content .list > ul > li a h3 {
  margin-top: 8px;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.works .content .list > ul > li a figure {
  width: 100%;
  aspect-ratio: 1/0.7;
  margin-bottom: 0;
  overflow: hidden;
}
.works .content .list > ul > li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition-duration: 1s;
}
.works .content .list > ul > li a .type {
  display: none;
}
.works .content .list > ul > li a .type ul {
  margin-top: 12px;
  display: flex;
  justify-content: last baseline;
  gap: 8px;
}
.works .content .list > ul > li a .type ul li {
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.works .content .btn {
  margin-top: 40px;
  text-align: center;
}

.service {
  margin-top: -240px;
}
.service .heading {
  margin-bottom: 40px;
}
.service .content .list ul {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.service .content .list ul li {
  position: relative;
  width: 18%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 32px 16px;
}
.service .content .list ul li .plus {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #555;
  border-radius: 50%;
}
.service .content .list ul li .plus span {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}
.service .content .list ul li .plus span:nth-of-type(1) {
  transform: translateY(-50%) rotate(0deg);
}
.service .content .list ul li .plus span:nth-of-type(2) {
  transform: translateY(-50%) rotate(90deg);
}
.service .content .list ul li .icon {
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  aspect-ratio: 1/1;
}
.service .content .list ul li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service .content .list ul li h3 {
  margin-top: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
.service .content .list ul li:hover {
  box-shadow: 0 0 10px rgb(0, 0, 0);
  transition-duration: 0.3s;
  cursor: pointer;
}
.service .content .list ul li:hover .icon {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.banner {
  padding: 80px 0;
}
.banner a {
  display: block;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.banner a:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
  transform: scale(1.05);
}
.banner a img {
  width: 100%;
  height: 100%;
}

.problem {
  padding: 24px 0 0;
  background-color: #555;
}
.problem .heading {
  margin-bottom: 0px;
  text-align: center;
}
.problem .heading h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.1em;
}
.problem .heading h2 span {
  font-size: 200%;
  margin-left: 4px;
  margin-right: 4px;
}
.problem .content .image {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.problem .content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.sovle {
  position: relative;
  padding: 24px 0 32px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.sovle::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 32px;
  height: 32px;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.sovle .heading h2 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
.sovle .heading h2 span {
  font-size: 150%;
  margin-left: 4px;
  margin-right: 4px;
  color: #DD111C;
}

.point {
  padding: 80px 0;
}
.point .heading {
  margin-bottom: 40px;
}
.point .heading h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
}
.point .content ul {
  display: flex;
  justify-content: space-between;
}
.point .content ul li {
  width: 32%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.point .content ul li h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: #DD111C;
  padding: 16px;
  text-align: center;
}
.point .content ul li p {
  color: #000;
  padding: 24px;
}

.flow {
  padding: 80px 0;
  background-color: #EDEDED;
}
.flow .heading {
  margin-bottom: 40px;
}
.flow .content .topdesc {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
.flow .content .list {
  position: relative;
  margin-top: 56px;
}
.flow .content .list .bottomline {
  margin-top: 80px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 81%;
  height: 1px;
  pointer-events: none;
  background-color: #DD111C;
}
.flow .content .list .bottomline .arrow {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #DD111C;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -64px;
  right: 0;
  transform: translateX(50%);
}
.flow .content .list .bottomline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #DD111C;
  width: 1px;
  height: 56px;
}
.flow .content .list .bottomline::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #DD111C;
  width: 1px;
  height: 56px;
}
.flow .content .list ol {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.flow .content .list ol .bottomline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DD111C;
}
.flow .content .list ol li {
  position: relative;
  width: 20%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 24px;
}
.flow .content .list ol li::before {
  content: "01";
  position: absolute;
  top: -24px;
  width: 56px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 8px;
  background-color: #DD111C;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  font-size: 2.4rem;
  border-radius: 10px;
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.flow .content .list ol li .icon {
  margin-top: 24px;
  width: 85px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
}
.flow .content .list ol li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow .content .list ol li h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
.flow .content .list ol li p {
  font-size: 1.4rem;
  color: #555;
}
.flow .content .list ol li span {
  background-color: #f5f5f5;
  padding: 12px;
  display: block;
  font-size: 1.2rem;
  color: #777;
  display: block;
  margin-top: 8px;
}
.flow .content .list ol li:nth-of-type(2)::before {
  content: "02";
}
.flow .content .list ol li:nth-of-type(3)::before {
  content: "03";
}
.flow .content .list ol li:nth-of-type(4)::before {
  content: "04";
}
.flow .content .list ol li:nth-of-type(5)::before {
  content: "05";
}
.flow .content .list small {
  margin-top: 16px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #555;
}

.faq {
  padding: 80px 0;
}
.faq .heading {
  margin-bottom: 40px;
}
.faq .content .faq-list .block h3 {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.faq .content .faq-list .block h3::first-letter {
  color: #DD111C;
}
.faq .content .faq-list .block dl dt {
  position: relative;
  padding-left: 32px;
  padding-top: 24px;
  padding-bottom: 12px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: solid 1px #ddd;
  color: #DD111C;
}
.faq .content .faq-list .block dl dt::before {
  position: absolute;
  left: 0;
  top: 17px;
  font-size: 2.8rem;
  content: "Q";
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.faq .content .faq-list .block dl dd {
  position: relative;
  padding-left: 56px;
  padding-top: 12px;
  padding-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #555;
}
.faq .content .faq-list .block dl dd::before {
  position: absolute;
  left: 24px;
  top: 0;
  font-size: 2.8rem;
  content: "A";
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.message {
  position: relative;
  padding: 80px 0 80px;
  background-color: #555;
}
.message::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url(..//img/common/backlogo-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
}
.message .lr {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.message .lr .left {
  width: 80%;
}
.message .lr .left .m_sectiontitle {
  text-align: left;
}
.message .lr .left .content-gr {
  margin-top: 24px;
  margin-left: auto;
  margin-right: 0;
}
.message .lr .left .content-gr .name-gr {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.message .lr .left .content-gr .name-gr p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.message .lr .left .content-gr .name-gr span {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #DD111C;
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.message .lr .left .content-gr .desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}
.message .lr .right {
  padding-left: 40px;
  width: 20%;
}
.message .lr .right .image {
  width: 100%;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
}
.message .lr .right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.company {
  padding: 80px 0;
}
.company .heading {
  margin-bottom: 40px;
}
.company .content .lr {
  display: flex;
  justify-content: space-between;
}
.company .content .lr .left {
  width: 48.75%;
}
.company .content .lr .left table {
  width: 100%;
  border-collapse: collapse;
}
.company .content .lr .left table tr {
  border-bottom: solid 1px #ddd;
}
.company .content .lr .left table tr:first-of-type th, .company .content .lr .left table tr:first-of-type td {
  padding-top: 0;
}
.company .content .lr .left table th {
  padding: 8px 0;
  width: 100px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  color: #DD111C;
}
.company .content .lr .left table td {
  padding: 8px 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #000;
  text-align: left;
}
.company .content .lr .left table td span {
  font-size: 1.3rem;
  letter-spacing: 0;
  display: block;
  color: #555;
}
.company .content .lr .left table td a {
  color: #DD111C;
  border-bottom: 1px solid #DD111C;
}
.company .content .lr .left table td ul {
  display: flex;
  gap: 0 8px;
  flex-wrap: wrap;
}
.company .content .lr .left table td ul li {
  position: relative;
}
.company .content .lr .left table td ul li::after {
  margin-left: 4px;
  content: "/";
}
.company .content .lr .right {
  width: 48.75%;
}
.company .content .lr .right .map {
  width: 100%;
  height: 450px;
}
.company .content .lr .right .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.column {
  padding: 80px 0;
  background-color: #f5f5f5;
}
.column .heading {
  margin-bottom: 40px;
}
.column .content .list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.5%;
}
.column .content .list > ul > li {
  width: 23.8%;
}
.column .content .btn {
  margin-top: 40px;
  text-align: center;
}

.form {
  padding: 80px 0;
  background-color: #fff;
}
.form .heading {
  margin-bottom: 40px;
}
.form .content .form-outer {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.form .content .form-outer .merit {
  margin-bottom: 40px;
}
.form .content .form-outer .merit ul li {
  position: relative;
  font-size: 1.6rem;
  color: #555;
  padding-bottom: 8px;
  padding-left: 20px;
}
.form .content .form-outer .merit ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #777;
  position: absolute;
  top: 8px;
  left: 0;
}
.form .content .form-outer .merit ul li a {
  margin-left: 2.4px;
  margin-right: 2.4pxewfwe82738237rg;
  text-decoration: underline;
  font-weight: 600;
  color: #DD111C;
  border-bottom: solid 1px #DD111C;
}
.form .content .form-outer .merit ul li a:hover {
  text-decoration: none;
}
.form .content .form-outer .merit ul li:last-of-type {
  padding-bottom: 0;
}
.form .content .form-outer .points {
  margin-bottom: 40px;
}
.form .content .form-outer .points ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form .content .form-outer .points ul li {
  padding: 24px;
  width: 32%;
  background-color: #fff;
  border: solid 1px #555;
}
.form .content .form-outer .points ul li .icon {
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 40px;
}
.form .content .form-outer .points ul li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.form .content .form-outer .points ul li h3 {
  margin-top: 6.4px;
  color: #555;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.form .content .form-outer .points ul li .p {
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}

.service-popup {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-self: center;
  transition: opacity 0.3s, visibility 0.3s;
}
.service-popup.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.service-popup .container {
  position: relative;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 56px;
  border-radius: 20px;
  overflow-y: auto;
}
.service-popup .container .close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #555;
}
.service-popup .container .close:hover {
  cursor: pointer;
}
.service-popup .container .close span {
  position: absolute;
  top: calc(50% - 1px);
  left: 25%;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
}
.service-popup .container .close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.service-popup .container .close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.service-popup .container .icon {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.service-popup .container .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-popup .container h2 {
  margin-top: 4px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
.service-popup .container .desc {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  text-align: center;
  border-bottom: solid 1px #ddd;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.service-popup .container .box {
  background-color: #f5f5f5;
  padding: 40px;
  border-radius: 0px;
}
.service-popup .container .box h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #555;
  text-align: center;
  margin-bottom: 24px;
}
.service-popup .container .box ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #555;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-bottom: solid 1px #ddd;
}
.service-popup .container .box ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #777;
  position: absolute;
  top: 16px;
  left: 0;
}
.service-popup .container .box ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.service-popup .container .recommend {
  margin-top: 24px;
  padding: 40px;
  border-radius: 0px;
  border: solid 1px #555;
}
.service-popup .container .recommend .heading-outer {
  margin-top: -60px;
  text-align: center;
}
.service-popup .container .recommend .heading-outer h3 {
  display: inline-block;
  padding: 8px 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #555;
  text-align: center;
  margin-bottom: 24px;
  background-color: #fff;
}
.service-popup .container .recommend ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #555;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-bottom: solid 1px #ddd;
}
.service-popup .container .recommend ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #777;
  position: absolute;
  top: 16px;
  left: 0;
}
.service-popup .container .recommend ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .kv::before {
    display: none;
  }
  .kv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 37%;
    background-image: url(../img/toppage/kv/layerbg.png);
    background-size: contain;
    background-position: center;
    opacity: 0.4;
    pointer-events: none;
  }
  .kv__content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .kv__content .topcopy {
    font-size: 1.6rem;
    text-align: center;
  }
  .kv__content .topcopy span {
    font-size: 5.8vw;
  }
  .kv__content .logo-gr {
    margin-top: 8px;
    display: block;
  }
  .kv__content .logo-gr .logo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .kv__content .logo-gr .name {
    width: 100%;
    font-size: 1.25rem;
    text-align: center;
  }
  .kv__content .strengthes {
    margin-top: 12px;
  }
  .kv__content .strengthes::before {
    width: 12px;
    height: 12px;
  }
  .kv__content .strengthes::after {
    width: 12px;
    height: 12px;
  }
  .kv__content .strengthes ul {
    padding: 16px 12px;
  }
  .kv__content .strengthes ul li {
    width: 33%;
  }
  .kv__content .strengthes ul li:nth-of-type(3) .icon {
    width: 80px;
  }
  .kv__content .strengthes ul li .icon {
    width: 72px;
    height: 72px;
  }
  .kv__content .strengthes ul li .upper {
    margin-top: 8px;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #DD111C;
    text-align: center;
  }
  .kv__content .strengthes ul li p {
    margin-top: 2.4px;
    font-size: 1.4rem;
  }
  .kv__content .strengthes ul li span {
    margin-top: 4px;
    font-size: 1rem;
    display: none;
  }
  .kv__bottom {
    margin-top: 24px;
    transform: translateY(0px);
    display: block;
    text-align: center;
  }
  .kv__bottom .items {
    display: block;
    margin-right: 0;
  }
  .kv__bottom .items span {
    border-radius: 2.5px;
    padding: 8px 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    font-size: 1.5rem;
  }
  .kv__bottom p {
    margin-top: 24px;
    width: 100%;
  }
  .kv__bg {
    margin-top: -3px;
    position: relative;
    top: initial;
    overflow: hidden;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 63vw;
  }
  .kv__bg img {
    width: 149%;
    height: 106%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-width: initial;
    -o-object-position: right;
       object-position: right;
    max-height: initial;
  }
  .kv__bg::before {
    content: "";
    width: 100%;
    height: 40%;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0;
  }
  .cta {
    padding: 24px 12px;
  }
  .cta .lr {
    display: block;
  }
  .cta .lr .left {
    width: 100%;
  }
  .cta .lr .left h2 {
    font-size: 1.87rem;
  }
  .cta .lr .left .image {
    width: 100%;
  }
  .cta .lr .right {
    width: 50%;
  }
  .cta .lr .right .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .cta .btns {
    display: block;
  }
  .cta .btns a {
    position: relative;
    width: 100%;
    height: 56px;
    padding: 12px 12px;
    gap: 8px;
  }
  .cta .btns a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 11px;
    height: 18px;
    font-size: 1.6rem;
  }
  .cta .btns a i {
    display: block;
    width: 16px;
    height: 16px;
  }
  .cta .btns a .txt-gr {
    text-align: left;
    display: block;
  }
  .cta .btns a .txt-gr .upper {
    font-size: 1.1rem;
  }
  .cta .btns a .txt-gr .main {
    font-size: 1.5rem;
  }
  .cta .btns a.mail {
    margin-bottom: 12px;
    border: 2px solid #DD111C;
  }
  .cta .btns a.line {
    border: 2px solid #1dba00;
  }
  .praise {
    padding: 12px 12px 0;
  }
  .praise .image {
    width: 100%;
  }
  .news {
    padding: 0 0 0px;
  }
  .news .heading {
    margin-bottom: 24px;
  }
  .news .content ul li {
    padding: 8px 0;
    display: block;
  }
  .news .content ul li a {
    display: block;
  }
  .news .content ul li .left time {
    font-size: 1.6rem;
  }
  .news .content ul li .left .cats ul li {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .news .content ul li .right {
    padding-top: 4px;
    padding-left: 0;
  }
  .news .content ul li .right .title {
    font-size: 1.3rem;
  }
  .concept {
    padding: 40px 0 0;
  }
  .concept .heading {
    margin-bottom: 24px;
  }
  .concept .heading h2 {
    font-size: 7.7vw;
  }
  .concept .content .desc {
    font-size: 1.5rem;
    line-height: 2.2;
  }
  .concept .content .box {
    margin-top: 24px;
    padding: 24px;
  }
  .concept .content .box .c-heading {
    margin-bottom: 12px;
    font-size: 1.8rem;
    text-align: center;
  }
  .concept .content .box ul li {
    padding: 12px 0 12px 16px;
    font-size: 1.5rem;
  }
  .concept .content .box ul li::before {
    width: 8px;
    height: 8px;
  }
  .feature {
    padding: 40px 0 0;
  }
  .feature .heading {
    margin-bottom: 24px;
  }
  .feature .wrapper {
    padding: 0;
  }
  .feature .content .block {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }
  .feature .content .block .image-outer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .feature .content .block .txt-gr {
    margin-left: auto;
    margin-right: 0;
    margin-top: -55px;
    width: 79%;
    background-color: #fff;
    padding: 32px 24px;
  }
  .feature .content .block .txt-gr h3 {
    margin-bottom: 16px;
    font-size: 2rem;
    padding: 0;
    background-color: initial;
  }
  .feature .content .block:nth-of-type(2n) {
    flex-direction: column;
  }
  .feature .content .block:nth-of-type(2n) .txt-gr {
    margin-left: 0;
    margin-right: auto;
    background-color: #fff;
  }
  .works {
    margin-top: 40px;
    padding: 40px 0 240px;
  }
  .works .heading {
    margin-bottom: 24px;
  }
  .works .content .list > ul {
    gap: 24px 0;
  }
  .works .content .list > ul::after {
    display: none;
  }
  .works .content .list > ul > li {
    width: 49%;
  }
  .works .content .list > ul > li a h3 {
    margin-top: 8px;
    text-align: center;
    font-size: 1.3rem;
  }
  .works .content .btn {
    margin-top: 24px;
  }
  .service {
    margin-top: -200px;
  }
  .service .heading {
    margin-bottom: 24px;
  }
  .service .content .list ul {
    gap: 16px 0;
    justify-content: space-between;
  }
  .service .content .list ul li {
    width: 48.75%;
    border-radius: 10px;
    padding: 16px 8px;
  }
  .service .content .list ul li .plus {
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
  }
  .service .content .list ul li .icon {
    width: 35%;
  }
  .service .content .list ul li h3 {
    margin-top: 2.4px;
    font-size: 1.4rem;
  }
  .banner {
    padding: 40px 0;
  }
  .banner a {
    width: 100%;
  }
  .problem {
    padding: 24px 0 0;
  }
  .problem .heading h2 {
    font-size: 2.4rem;
  }
  .problem .heading h2 span {
    font-size: 140%;
  }
  .problem .content .image {
    width: 100%;
  }
  .sovle {
    padding: 24px 0 24px;
  }
  .sovle .heading h2 {
    font-size: 1.5rem;
  }
  .sovle .heading h2 span {
    font-size: 120%;
  }
  .point {
    padding: 40px 0;
  }
  .point .heading {
    margin-bottom: 24px;
  }
  .point .heading h2 {
    font-size: 2.4rem;
  }
  .point .content ul {
    flex-wrap: wrap;
    gap: 16px 0;
  }
  .point .content ul li {
    width: 100%;
  }
  .point .content ul li h3 {
    font-size: 1.7rem;
    padding: 12px;
  }
  .point .content ul li p {
    padding: 24px;
  }
  .flow {
    padding: 40px 0 40px;
  }
  .flow .heading {
    margin-bottom: 24px;
  }
  .flow .content .topdesc {
    text-align: left;
    margin-bottom: 24px;
  }
  .flow .content .list {
    margin-top: 24px;
  }
  .flow .content .list .bottomline {
    display: none;
  }
  .flow .content .list ol {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
  }
  .flow .content .list ol::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 0;
    background-color: #DD111C;
  }
  .flow .content .list ol.active::after {
    height: 100%;
    transition: 1.5s ease-in-out;
  }
  .flow .content .list ol .bottomline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #DD111C;
  }
  .flow .content .list ol li {
    width: 100%;
    border-radius: 5px;
    padding: 16px 16px;
  }
  .flow .content .list ol li::before {
    top: -24px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow .content .list ol li .icon {
    margin-top: 12px;
    width: 72px;
    height: 72px;
    padding: 4px;
  }
  .flow .content .list ol li h3 {
    margin-bottom: 4px;
    font-size: 1.6rem;
  }
  .flow .content .list ol li p {
    font-size: 1.2rem;
  }
  .flow .content .list small {
    margin-top: 24px;
    text-align: center;
    font-size: 1.4rem;
  }
  .faq {
    padding: 40px 0;
  }
  .faq .heading {
    margin-bottom: 24px;
  }
  .faq .content .faq-list .block h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 2.2rem;
  }
  .faq .content .faq-list .block dl dt {
    position: relative;
    padding-left: 28px;
    padding-top: 16px;
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
  .faq .content .faq-list .block dl dt::before {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 2.4rem;
    content: "Q";
  }
  .faq .content .faq-list .block dl dd {
    padding-left: 48px;
    padding-top: 8px;
    padding-bottom: 12px;
    font-size: 1.4rem;
  }
  .faq .content .faq-list .block dl dd::before {
    left: 24px;
    top: 0px;
    font-size: 2.4rem;
  }
  .message {
    padding: 40px 0 40px;
  }
  .message::after {
    top: 40px;
    right: 0;
    width: 75%;
    height: 86vw;
  }
  .message .lr {
    display: block;
  }
  .message .lr .left {
    width: 100%;
  }
  .message .lr .left .content-gr {
    margin-top: 24px;
  }
  .message .lr .left .content-gr .image {
    margin-bottom: 24px;
    width: 50%;
    aspect-ratio: 1/1;
    margin-left: auto;
    margin-right: auto;
  }
  .message .lr .left .content-gr .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
  .message .lr .left .content-gr .name-gr {
    margin-bottom: 12px;
  }
  .message .lr .left .content-gr .name-gr p {
    font-size: 1.8rem;
  }
  .message .lr .left .content-gr .name-gr span {
    font-size: 1.8rem;
    color: #fff;
  }
  .message .lr .left .content-gr .desc {
    font-size: 1.4rem;
  }
  .message .lr .right {
    display: none;
  }
  .company {
    padding: 40px 0;
  }
  .company .heading {
    margin-bottom: 24px;
  }
  .company .content .lr {
    flex-wrap: wrap;
  }
  .company .content .lr .left {
    width: 100%;
  }
  .company .content .lr .left table {
    width: 100%;
    display: block;
  }
  .company .content .lr .left table tbody {
    display: block;
    width: 100%;
  }
  .company .content .lr .left table tr {
    display: block;
    border-bottom: solid 1px #ddd;
  }
  .company .content .lr .left table th {
    display: block;
    padding: 12px 0 6px;
    width: 100%;
    font-size: 1.4rem;
  }
  .company .content .lr .left table td {
    padding: 0px 0px 12px 12px;
    font-size: 1.4rem;
  }
  .company .content .lr .right {
    margin-top: 16px;
    width: 100%;
  }
  .company .content .lr .right .map {
    height: 100vw;
  }
  .column {
    padding: 40px 0;
  }
  .column .heading {
    margin-bottom: 24px;
  }
  .column .content .list > ul {
    justify-content: space-between;
    gap: 16px 0;
  }
  .column .content .list > ul > li {
    width: 48.75%;
  }
  .column .content .btn {
    margin-top: 24px;
  }
  .form {
    padding: 40px 0;
  }
  .form .heading {
    margin-bottom: 24px;
  }
  .form .content .form-outer .merit {
    margin-bottom: 24px;
  }
  .form .content .form-outer .merit ul li {
    position: relative;
    font-size: 1.4rem;
    padding-bottom: 8px;
    padding-left: 16px;
  }
  .form .content .form-outer .merit ul li::before {
    width: 8px;
    height: 8px;
    top: 8px;
    left: 0;
  }
  .form .content .form-outer .points {
    margin-bottom: 24px;
  }
  .form .content .form-outer .points ul {
    flex-wrap: wrap;
    gap: 8px;
  }
  .form .content .form-outer .points ul li {
    padding: 12px;
    width: 100%;
  }
  .form .content .form-outer .points ul li h3 {
    font-size: 1.4rem;
  }
  .form .content .form-outer .points ul li .p {
    margin-top: 4%;
    font-size: 1.1rem;
  }
  .service-popup .container {
    width: 100%;
    max-height: calc(100vh - 40px);
    padding: 24px;
  }
  .service-popup .container .close {
    top: 22px;
    right: 24px;
    width: 32px;
    height: 32px;
  }
  .service-popup .container .close span {
    position: absolute;
    top: calc(50% - 1px);
    left: 25%;
    display: block;
    width: 50%;
    height: 2px;
    background-color: #fff;
  }
  .service-popup .container .close span:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .service-popup .container .close span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .service-popup .container .icon {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-popup .container .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .service-popup .container h2 {
    margin-top: 8px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .service-popup .container .desc {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.8;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .service-popup .container .box {
    padding: 24px;
  }
  .service-popup .container .box h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .service-popup .container .box ul li {
    font-size: 1.3rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
  }
  .service-popup .container .recommend {
    margin-top: 24px;
    padding: 24px;
    border-radius: 0px;
    border: solid 1px #555;
  }
  .service-popup .container .recommend .heading-outer {
    margin-top: -40px;
    text-align: center;
  }
  .service-popup .container .recommend .heading-outer h3 {
    display: inline-block;
    padding: 8px 12px;
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .service-popup .container .recommend ul li {
    position: relative;
    font-size: 1.3rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
  }
}/*# sourceMappingURL=toppage.css.map */