.home .container {
  max-width: 995px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.home p,
.header p,
.header h1,
.home h1,
.home h2,
.home h3,
.home h4,
.home h5 {
  padding: 0;
  margin: 0;
}

.side .wp-block-search__label,
.side .wp-block-search__label:after,
.side .wp-block-heading,
.side .wp-block-heading:after {
  background: #1191E1 !important;
  color: #fff !important;
}

img {
  max-width: 100%;
}

.sp_display {
  display: none !important;
}

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

.btn-play {
  outline: 0 !important;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999
}

.header .top-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 6px 0;
  text-align: center;
  background: #61B191;
  color: #fff;
}

.header .header-inner {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header-inner .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header .header-inner .wrap-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}

.header .header-inner .wrap-contact .service-info p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 6px;
  color: #47679F;
}

.header .header-inner .wrap-contact .service-info p span {
  color: #1191E1;
}

.header .header-inner .wrap-contact .group-btn {
  display: flex;
  gap: 16px;
}

.header .header-inner .wrap-contact .group-btn .btn-line {
  width: 173px;
  display: inline-block;
}

.header .header-inner .wrap-contact .group-btn .btn-phone {
  width: 243px;
  display: inline-block;
}

.header .header-inner .wrap-contact .group-btn img {
  width: 100%;
  height: auto;
}

.header .header-nav {
  background-color: #1191E1;
}

.header .header-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header-nav ul li {
  position: relative;
}

.header .header-nav ul li a {
  padding: 14px 24px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-right: 1px solid #fff;
  line-height: 1.2;
}

.header .header-nav ul li:nth-child(1) a {
  border-left: 1px solid #fff;
}

.sc-ttl {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  color: #016C98;
}

.line-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  background: #3DB434;
  border-radius: 100px;
  font-size: 24px;
  line-height: 146%;
  font-weight: 700;
  gap: 16px;
  width: 407px;
  height: 67px;
  color: #fff;
}

.line-btn:before {
  content: '';
  position: relative;
  width: 32px;
  height: 32px;
  background: url(./assets/images/line_icon.svg) no-repeat top left;
}

.wrap-page {
  padding-top: 189px;
}

.sc-banner {
  width: 100%;
}

.sc-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sc-tagline {
  background: linear-gradient(180deg, #FFFBDA 0%, #FBF4C0 100%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 106px;
}

.sc-tagline img {
  width: 829px;
}

.sc-reason {
  position: relative;
  background: url(./assets/images/reason_bg.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 226px 0 79px;
}

.sc-reason-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  background: url(./assets/images/reason_ttl_bg.png) no-repeat top center;
  background-size: auto 245px;
  padding-top: 25px;
  height: 245px;
}

.sc-reason-top h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.2;
}

.sc-reason-top h2 span {
  position: relative;
  color: #FFE93F;
}

.sc-reason-top h2 span:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 13px;
  left: 0;
  bottom: -10px;
  background: url(./assets/images/reason_ttl_asset.png) no-repeat top center;
}

.sc-reason-inner {
  max-width: 973px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.sc-reason-item {
  width: calc((100% - 20px) / 3);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 8px 22.5px rgba(129, 192, 232, 0.25);
}

.sc-support {
  background: #F4F9FF;
  padding: 80px 0;
}

.sc-support-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 234px;
  margin: 0 auto 16px;
}

.sc-support-list {
  padding: 32px 0;
  display: flex;
  max-width: 974px;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

.sc-support-item {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 8px 22.5px rgba(129, 192, 232, 0.25);
  width: calc((100% - 30px) / 4);
  padding: 24px 24px 27px;
  background: #fff;
}

.sc-support-item img {
  display: block;
  margin: 0 auto 24px;
}

.sc-support-item h3 {
  font-size: 18px;
  font-weight: 900;
  color: #EC753A;
  line-height: 146%;
  margin-bottom: 8px;
}

.sc-support-item p {
  margin: 0;
  font-size: 16px;
  line-height: 146%;
}

.sc-price {
  padding: 172px 0 80px;
  position: relative;
  background: #fff url(./assets/images/price_bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.sc-price-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 172px;
  background: url(./assets/images/price_ttl_bg.svg) no-repeat top center;
  background-size: auto 172px;
  padding-top: 21px;
  display: flex;
  justify-content: center;
  align-items: start;
}

.sc-price-top img {
  width: 141px;
}

.sc-price-inner {
  text-align: center;
}

.sc-price-inner img {
  width: 850px;
}

.sc-explain {
  background: url(./assets/images/explain_bg.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 80px 0;
}

.sc-explain img {
  display: block;
  width: 778px;
  margin: 0 auto;
}

.sc-consultation-top {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101px;
  background: linear-gradient(82.92deg, #22B422 7.94%, #22B422 70.02%, #2CC02C 79.55%, #34C934 86.93%, #3DD33D 92.65%, #54ED54 100.39%);
  color: #fff;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
}

.sc-consultation-top:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 22px;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: url(./assets/images/consultation_ttl_icon.svg) no-repeat top left;
}

.sc-consultation-inner {
  background: url(./assets/images/consultation_bg.png) repeat;
  padding: 30px 0 80px;
}

.sc-consultation-inner img {
  display: block;
  width: 718px;
  margin: 0 auto;
}

.sc-highlight {
  background: url(./assets/images/highlight_bg.png) no-repeat top center;
  background-size: auto 100%;
}

.sc-highlight img {
  display: block;
  width: 903px;
  margin: 0 auto;
}

.sc-cta {
  background: linear-gradient(100.91deg, #2E7BD3 5.65%, #1961B4 100%);
  padding: 18px 0;
}

.sc-cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 974px;
  margin: 0 auto;
}

.sc-cta-inner a {
  width: calc((100% - 16px) / 2);
}

.sc-info {
  background: #FFF26B;
  padding: 26px 0;
}

.sc-info-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 974px;
  margin: 0 auto;
}

.sc-info-inner a {
  width: calc((100% - 10px) / 2);
}

.sc-task {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background: url(./assets/images/task_bg.png) no-repeat top center;
  background-size: auto 100%;
  border-bottom: 6px solid #17AFF2;
  overflow: hidden;
}

.sc-task img {
  max-width: 1137px;
}

.sc-compare {
  padding-bottom: 80px;
  background: #F8F8F8;
}

.sc-compare-ttl {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101px;
  background: #36BDF8;
  position: relative;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
  margin-bottom: 65px;
}

.sc-compare-ttl:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 26px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  background: url(./assets/images/other_poligon.svg) no-repeat top left;
}

.sc-compare-tbl {
  width: 975px;
  margin: 65px auto 0;
  max-width: 100vw;
}

.sc-compare-tbl>div {
  display: flex;
  justify-content: center;
}

.sc-compare-tbl:last-child .sc-compare-tbl-row {
  border-bottom: 1px solid #D0D0D0;
}

.sc-compare-tbl-row {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 24px;
  font-size: 16px;
  line-height: 130%;
  color: #47679F;
}

.sc-compare-tbl-row.fbold {
  font-weight: 900;
}

.sc-compare-tbl-row:nth-child(1) {
  width: 191px;
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-bottom: 1px solid #ffffff;
}

.sc-compare-tbl-row:nth-child(2) {
  width: 220px;
  border: 1px solid #F5873F !important;
  background: #FFF5F7;
  color: #F5873F;
}

.sc-compare-tbl-row:nth-child(3) {
  width: 202px;
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-bottom: 1px solid #ffffff;
}

.sc-compare-tbl-row:nth-child(4) {
  width: 181px;
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-bottom: 1px solid #ffffff;
}

.sc-compare-tbl-row:nth-child(5) {
  width: 181px;
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #D0D0D0;
}

.sc-compare-tbl-heading .sc-compare-tbl-row {
  background: #F1F3FF;
  color: #47679F;
  border-bottom: 1px solid #F1F3FF;
  justify-content: center;
}

.sc-compare-tbl-heading .sc-compare-tbl-row:nth-child(2) {
  background: #F5873F;
  color: #fff;
  border-bottom: 1px solid #F5873F !important;
}

.sc-process {
  position: relative;
  padding: 90px 0 75px;
  background: url(./assets/images/process_bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.sc-process h2 img {
  width: 450px;
  display: block;
  margin: 0 auto;
}

.sc-process-list {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 33px 10px;
  flex-wrap: wrap;
  margin: 9px auto 0;
}

.sc-process-item {
  width: calc((100% - 30px) / 4);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sc-process-item img {
  margin: 0 auto;
  width: 109px;
}

.sc-process-item h3 {
  font-size: 18px;
  font-weight: 900;
  color: #FF7012;
  line-height: 1.2;
  margin-bottom: 8px;
}

.sc-process-item p {
  font-size: 14px;
  line-height: 1.25;
  color: #fff;
  font-weight: 500;
}

.sc-guide {
  background: url(./assets/images/guide_bg.png) repeat top left;
  padding: 80px 0;
}

.sc-guide h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  font-size: 32px;
  font-weight: 900;
  color: #F5873F;
  line-height: 130%;
  margin-bottom: 8px;
}

.sc-guide h2:before {
  content: '';
  position: relative;
  width: 26px;
  height: 34px;
  display: inline-block;
  background: url(./assets/images/guide_ttl_lft.svg);
}

.sc-guide h2:after {
  content: '';
  position: relative;
  width: 26px;
  height: 34px;
  display: inline-block;
  background: url(./assets/images/guide_ttl_rgt.svg);
}

.sc-guide-desc {
  text-align: center;
  font-size: 44px;
  line-height: 130%;
  color: #47679F;
  font-weight: 900;
  margin-bottom: 32px;
}

.sc-guide-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.sc-guide-item {
  width: calc((100% - 20px) / 3);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sc-guide-item h3 {
  font-size: 16px;
  font-weight: 500;
  color: #47679F;
  line-height: 130%;
}

.sc-article {
  padding: 80px 0;
  background: #F1F3FF;
}

.sc-article h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  font-weight: 900;
  color: #47679F;
  line-height: 130%;
  gap: 28px;
  margin-bottom: 32px;
}

.sc-article h2:before {
  content: '';
  position: relative;
  width: 26px;
  height: 34px;
  display: inline-block;
  background: url(./assets/images/article_ttl_lft.svg);
}

.sc-article h2:after {
  content: '';
  position: relative;
  width: 26px;
  height: 34px;
  display: inline-block;
  background: url(./assets/images/article_ttl_rgt.svg);
}

.sc-article-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.sc-article-list a {
  display: block;
  width: calc((100% - 10px) / 2);
  padding: 16px 48px 16px 16px;
  background: #fff url(./assets/images/article_arrow.svg) no-repeat center right 16px;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #47679F;
  line-height: 130%;
  border-radius: 8px;
}

.sc-article-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sc-article-link a {
  display: block;
  width: 331px;
}

.sc-fix-cta {
  padding: 26px 0;
  background: #F4E7DC;
}
.sc-fix-inner {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.sc-fix-inner a {
  display: block;
  width: calc((100% - 10px) / 2);
}

.sc-zoom {
  padding: 70px 0;
  background: #DFEEF4;
}

.sc-zoom h2 {
  display: block;
  max-width: 710px;
  margin: 0 auto 48px;
}

.sc-zoom-inner img {
  display: block;
  max-width: 920px;
  margin: 0 auto 24px;
}

.sc-service {
  padding: 80px 0;
  background: url(./assets/images/service_bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.sc-service h2 {
  max-width: 974px;
  margin: 0 auto 32px;
}

.sc-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sc-service-item {
  width: calc((100% - 32px) / 3);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 18px 22.5px rgba(129, 192, 232, 0.25);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  color: #016C98;
  padding: 32px;
  line-height: 1.45;
  text-align: center;
}

.sc-service-item img {
  width: 102px;
}

.sc-feedback {
  padding-bottom: 80px;
  background: #E9F2F6;
}

.sc-feedback h2 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101px;
  background: #36BDF8;
  position: relative;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
  margin-bottom: 65px;
}

.sc-feedback h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 26px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  background: url(./assets/images/other_poligon.svg) no-repeat top left;
}

.sc-feedback-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.sc-feedback-item {
  width: calc((100% - 96px) / 3);
}


.sc-qa {
  padding: 0 0 80px;
  background: #E9F2F6;
}

.sc-qa h2 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101px;
  background: #F5873F;
  position: relative;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
  margin-bottom: 65px;
}

.sc-qa h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 26px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  background: url(./assets/images/qa_polygon.svg) no-repeat top left;
}

.sc-qa .wrap-title {
  border-bottom: 3px solid #F5873F;
  margin-bottom: 8px;
  margin-top: 32px;
}

.sc-qa .wrap-title p {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  padding: 8px 32px;
  background: #F5873F;
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
  display: inline-block;
}

.sc-qa ul {
  padding: 0;
}

.list-qa li {
  border: 2px solid #46A5EA;
  background: #46A5EA;
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 16px;
}

.list-qa li:last-child {
  margin-bottom: 0;
}

.qa-question {
  position: relative;
  font-size: 16px;
  background: url(./assets/images/question_icon.svg) no-repeat top 16px left 16px;
  background-size: 40px auto;
  line-height: 1.35;
  padding: 23px 68px;
  font-weight: 500;
}

.qa-question:hover {
  cursor: pointer;
}

.qa-question p {
  color: #fff;
}

.qa-question:before {
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: url(./assets/images/qa_btn.png) no-repeat top left;
  top: 22px;
  right: 22px;
  transition: all 0.3s ease-in-out;
}

.qa-question.active:before {
  transform: rotate(90deg);
}

.qa-answer {
  display: none;
  font-size: 16px;
  line-height: 1.35;
  padding: 32px;
  background: #FFFFFF;
}

.qa-answer p {
  color: #016C98;
}

.sc-access {
  padding: 80px 0;
}

.sc-access img {
  display: block;
  max-width: 970px;
  margin: 0 auto;
}

.sc-greeting {
  background: url(./assets/images/greeting_bg.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 60px 0 92px;
}

.sc-greeting h2 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #2F2E57;
  line-height: 135%;
  padding-bottom: 36px;
  background: url(./assets/images/greeting_ttl_polygon.svg) no-repeat bottom 0 center;
}

.sc-greeting-desc {
  font-size: 16px;
  font-weight: bold;
  color: #0D5877;
  text-align: center;
  line-height: calc(26/16);
  margin-bottom: 32px;
}

.sc-greeting img {
  display: block;
  margin: 0 auto;
  width: 957px;
}

.sc-video {
  padding-bottom: 80px;
}

.sc-video h2 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 154px;
  background: #F5873F;
  position: relative;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
  margin-bottom: 65px;
}

.sc-video h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 26px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  background: url(./assets/images/qa_polygon.svg) no-repeat top left;
}

.sc-video-inner {
  position: relative;
  max-width: 966px;
  margin: 0 auto;
}

.sc-video-inner a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap-page .footer-top {
  background: radial-gradient(41.39% 41.39% at 50% 105.49%, rgba(212, 233, 244, 0.32) 0%, rgba(212, 233, 244, 0) 100%), #0178a9;
}

.wrap-page .footer-top-inner {
  padding-top: 50px;
  display: flex;
  gap: 20px;
  color: #fff;
  align-items: start;
}

.wrap-page .info-general {
  width: 266px;
}

.wrap-page .info-general .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

.wrap-page .info-general .sub-title {
  margin-bottom: 16px;
  line-height: 2.15;
}

.wrap-page .info-general .wrap-time {
  font-weight: 700;
  line-height: 1.39;
  margin-bottom: 19px;
}

.wrap-page .info-general .wrap-time .time {
  font-size: 20px;
}

.wrap-page .info-general .wrap-time .desc {
  font-size: 14px;
  font-weight: 400;
}

.wrap-page .info-general .address {
  font-size: 14px;
  line-height: 1.7;
}

.footer-inner-rgt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wrap-page .qna-contact {
  width: calc((100% - 20px) / 3);
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.wrap-page .qna-contact .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 24px;
}

.wrap-page .qna-contact .link {
  width: 100%;
  height: 54px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  background: #FF8C4B;
  border-radius: 194px;
  gap: 16px;
  cursor: pointer;
  color: #fff !important;
}

.wrap-page .qna-contact .link img {
  width: 13px;
}

.wrap-page .qna-contact .desc {
  font-size: 14px;
  line-height: 1.35;
  font-weight: normal;
}


.footer-map {
  margin-top: 15px;
  padding-bottom: 58px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-map-lft {
  width: 475px;
}

.footer-map-lft p {
  padding: 8px 0;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}

.footer-map-lft img {
  border-radius: 16px;
  overflow: hidden;
}

.footer-map-rgt {
  width: calc(100% - 475px - 24px);
  color: #fff;
  line-height: 2;
  font-size: 12px;
}

.footer-policy {
  padding: 80px 0;
}

.footer-policy h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  font-weight: 900;
  color: #47679F;
  line-height: 130%;
  gap: 28px;
  margin-bottom: 32px;
}

.footer-policy h2:before {
  content: '';
  position: relative;
  width: 26px;
  height: 34px;
  display: inline-block;
  background: url(./assets/images/article_ttl_lft.svg);
}

.footer-policy h2:after {
  content: '';
  position: relative;
  width: 26px;
  height: 34px;
  display: inline-block;
  background: url(./assets/images/article_ttl_rgt.svg);
}

.footer-policy-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-policy-list a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 20px) / 3);
  height: 68px;
  gap: 16px;
  border-radius: 194px;
  background: #FF8C4B;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.footer-policy-list a:after {
  content: '';
  width: 9px;
  height: 18px;
  background: url(./assets/images/arrow-link.svg) no-repeat center center;
  background-size: 100% 100%;
}

.footer-nav {
  background: #E1E6EB;
}

.footer-bottom {
  padding-block: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom h3 {
  font-size: 16px;
  line-height: calc(24/16);
  font-weight: 700;
}

.footer-bottom h3 a {
  color: #0178A9 !important;
}

.footer-bottom .wrap-link {
  display: flex;
  gap: 32px;
}

.fixed_btn {
  display: none;
}

.footer-bottom .wrap-link a {
  color: #2F2E57;
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
}

.footer-bottom .wrap-link a:hover {
  text-decoration-line: underline;
  color: #0178A9;
}

@media screen and (max-width: 1551px) and (min-width: 1301px) {
  .wrap-page {
    padding-top: 182px;
  }
  .header .header-inner .wrap-contact .service-info p {
    font-size: 16px;
  }

  .header .header-nav ul li a {
    padding: 12px;
    display: inline-block;
    font-size: 16px;
  }

  .header .header-inner,
  .header .header-inner .wrap-contact,
  .header .header-inner .wrap-contact .group-btn {
    gap: 10px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 641px) {
  .wrap-page {
    padding-top: 178px;
  }
  .header .header-inner .wrap-contact .service-info p {
    font-size: 13px;
  }

  .header .header-nav ul li a {
    padding: 12px;
    display: inline-block;
    font-size: 12px;
  }

  .header .header-inner,
  .header .header-inner .wrap-contact,
  .header .header-inner .wrap-contact .group-btn {
    gap: 10px;
  }
}

@media screen and (max-width: 640px) {
  .container {
    padding: 0 18px;
  }

  .wrap-page {
    overflow: hidden;
    padding-top: 101px;
  }

  .sp_display {
    display: block !important;
    margin: 0 auto;
  }

  .pc_display {
    display: none !important;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }

  .header .top-header {
    font-size: 15px;
    font-weight: normal;
  }

  .header .header-inner {
    position: relative;
    display: block;
    padding: 16px;
    background: #fff;
  }

  .header .header-inner .logo img {
    width: 144px;
  }

  .header .hamb_btn a {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: url(./assets/images/menu_hamb.svg) no-repeat top left;
    background-size: 100% 100%;
  }
  .header .hamb_btn a.active {
    top: 19px;
    right: 23px;
    width: 25px;
    height: 25px;
    background: url(./assets/images/close_btn.svg) no-repeat center center;
    background-size: 100% 100%;
  }

  .header .header-inner .wrap-contact {
    display: none;
  }

  .header .header-nav {
    display: none;
    position: absolute;
    top: 96px;
    width: 100%;
    height: 100vh;
  }

  .header .header-nav ul {
    padding: 0;
    display: block;
  }

  .header .header-nav ul li a {
    position: relative;
    border: none !important;
    display: block;
    padding: 14px 16px;
    font-size: 20px;
  }

  .header .header-nav ul li a:after {
    content: '';
    display: block;
    position: absolute;
    width: auto;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    right: 0;
    bottom: 0;
  }

  .header .header-nav .wrap-contact {
    padding: 15px 0;
    font-size: 16px;
  }

  .header .header-nav .wrap-contact p {
    color: #fff;
    line-height: 1.6;
    padding: 0 16px;
  }

  .header .header-nav .wrap-contact p span {
    color: #fff;
  }

  .header .header-nav .group-btn {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    padding: 0 16px;
  }

  .sc-ttl {
    font-size: 24px;
  }

  .sc-tagline {
    height: 72px;
  }

  .sc-tagline img {
    width: 300px;
  }

  .sc-reason {
    position: relative;
    background: url(./assets/images/reason_bg_sp.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 123px 0 40px;
  }

  .sc-reason-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    background: url(./assets/images/reason_ttl_bg_sp.png) no-repeat top center;
    background-size: 100% 112px;
    padding-top: 15px;
    height: 112px;
  }

  .sc-reason-top h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .sc-reason-top h2 span {
    position: relative;
    color: #FFE93F;
  }

  .sc-reason-top h2 span:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 6px;
    left: 0;
    bottom: -6px;
    background: url(./assets/images/reason_ttl_asset_sp.png) no-repeat top center;
  }

  .sc-reason-inner {
    max-width: 340px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .sc-reason-item {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 8px 22.5px rgba(129, 192, 232, 0.25);
  }

  .sc-support {
    padding: 40px 0;
  }

  .sc-support-label {
    width: 140px;
    margin-bottom: 8px;
  }

  .sc-support-list {
    padding: 16px 0;
    max-width: 343px;
    flex-direction: column;
  }

  .sc-support-item {
    box-shadow: 0px 8px 22.5px rgba(129, 192, 232, 0.25);
    width: 100%;
    padding: 16px;
    text-align: center;
  }

  .sc-support-item img {
    display: block;
    margin: 0 auto 24px;
  }

  .line-btn {
    width: 343px;
    height: 64px;
    font-size: 20px;
  }

  .sc-price {
    padding: 86px 0 20px;
    position: relative;
    background: #fff url(./assets/images/price_bg_sp.png) no-repeat top center;
    background-size: 100% 100%;
  }

  .sc-price-top {
    height: 84px;
    background: url(./assets/images/price_ttl_bg_sp.svg) no-repeat top center;
    background-size: auto 84px;
    padding-top: 5px;
  }

  .sc-price-top img {
    width: 91px;
  }

  .sc-price-inner {
    text-align: center;
  }

  .sc-price-inner img {
    width: 375px;
  }

  .sc-explain {
    background: url(./assets/images/explain_bg_sp.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 20px 0 40px;
  }

  .sc-explain .container {
    padding: 0;
  }

  .sc-explain img {
    max-width: 344px;
    margin: 0 auto;
  }

  .explain_scroll {
    max-width: 100%;
    overflow: auto;
    margin: 19px 0 12px;
  }

  .sc-explain img.explain_sp_tbl {
    max-width: 673px;
  }

  .sc-explain .explain_sp {
    max-width: 373px;
  }

  .sc-consultation-top {
    height: 96px;
    color: #fff;
    font-size: 30px;
  }

  .sc-consultation-top:after {
    bottom: -13px;
    width: 30px;
    height: 13px;
    background-size: 100% auto;
  }

  .sc-consultation-inner {
    background: url(./assets/images/consultation_bg_sp.png) repeat;
    padding: 17px 0 30px;
  }

  .sc-consultation-inner img {
    width: 375px;
  }

  .sc-highlight {
    background: url(./assets/images/highlight_bg_sp.png) no-repeat top center;
    background-size: 100% auto;
  }

  .sc-highlight img {
    display: block;
    width: 375px;
    margin: 0 auto;
  }

  .sc-cta {
    padding: 16px 0;
    background-size: 100% auto;
  }

  .sc-cta-inner {
    flex-direction: column;
    gap: 8px;
    max-width: 344px;
    margin: 0 auto;
  }

  .sc-cta-inner a {
    width: 100%;
  }

  .sc-info {
    padding: 17px 0;
  }

  .sc-info-inner {
    flex-direction: column;
    max-width: 343px;
  }

  .sc-info-inner a {
    width: 100%;
  }

  .sc-task {
    padding: 0;
  }

  .sc-task img {
    max-width: 375px;
  }

  .sc-compare {
    padding-bottom: 40px;
  } 
  
  .sc-compare .scroll_icon img {
    display: block;
    max-width: 285px;
    margin: 25px auto 18px;
  }

  .sc-compare-ttl {
    height: 82px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
    padding: 12px 27px;
  }

  .sc-compare-ttl:after {
    width: 30px;
    height: 13px;
    bottom: -13px;
    background-size: 100% auto;
  }

  .sc-compare-tbl-scroll {
    max-width: 100%;
    position: relative;
    left: 20px;
    overflow: auto;
  }

  .sc-compare-tbl {
    width: 854px;
    max-width: unset;
    margin: 0;
  }

  .sc-compare-tbl>div {
    display: flex;
    justify-content: center;
  }

  .sc-compare-tbl-row {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 19px;
    font-size: 15px;
    line-height: 130%;
  }

  .sc-compare-tbl-row:nth-child(1) {
    width: 125px;
  }

  .sc-compare-tbl-row:nth-child(2) {
    width: 212px;
  }

  .sc-compare-tbl-row:nth-child(3) {
    width: 151px;
  }

  .sc-compare-tbl-row:nth-child(4) {
    width: 183px;
  }

  .sc-compare-tbl-row:nth-child(5) {
    width: 183px;
  }

  .sc-process {
    position: relative;
    padding: 64px 0 66px;
    background: url(./assets/images/process_bg_sp.png) no-repeat top center;
    background-size: 100% 100%;
  }

  .sc-process:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(./assets/images/process_polygon.svg) no-repeat top left;
    width: 290px;
    height: 40px;
  }

  .sc-process h2 img {
    width: 283px;
    display: block;
    margin: 0 auto;
  }

  .sc-process-list {
    flex-direction: column;
    gap: 8px;
  }

  .sc-process-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
    text-align: left;
    justify-content: start;
    align-items: center;
  }

  .sc-process-item img {
    margin: 0;
    min-width: 109px;
  }

  .sc-process-item h3 {
    font-size: 20px;
    font-weight: 900;
    color: #FF7012;
    line-height: 1.2;
  }

  .sc-process-item p {
    font-size: 15px;
    line-height: 1.25;
    color: #fff;
  }

  .sc-guide {
    padding: 40px 0;
  }

  .sc-guide h2 {
    gap: 8px;
    font-size: 16px;
  }

  .sc-guide h2:before {
    width: 12px;
    height: 16px;
    background-size: 100% auto;
  }

  .sc-guide h2:after {
    width: 12px;
    height: 16px;
    background-size: 100% auto;
  }

  .sc-guide-desc {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .sc-guide-list {
    flex-direction: column;
    gap: 16px;
  }

  .sc-guide-item {
    width: 100%;
    gap: 8px;
  }

  .sc-article {
    padding: 40px 0;
  }

  .sc-article h2 {
    font-size: 24px;
    gap: 8px;
    margin-bottom: 24px;
  }

  .sc-article h2:before {
    width: 19px;
    height: 25px;
    background-size: 100% auto;
  }

  .sc-article h2:after {
    width: 19px;
    height: 25px;
    background-size: 100% auto;
  }

  .sc-article-list {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .sc-article-list a {
    width: 100%;
    padding: 16px 48px 16px 16px;
    background: #fff url(./assets/images/article_arrow.svg) no-repeat center right 16px;
    background-size: 24px auto;
    font-size: 16px;
  }

  .sc-article-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sc-article-link a {
    width: 354px;
  }
  
  .sc-fix-cta {
    padding: 16px 0;
  }
  
  .sc-fix-inner {
    gap: 8px;
  }
  .sc-fix-inner a {
    width: 215px;
  }
  .sc-fix-inner a:first-child {
    width: 136px;
  }

  .sc-zoom {
    padding: 40px 0;
  }

  .sc-zoom h2 {
    max-width: 343px;
    margin: 0 auto 24px;
  }

  .sc-zoom-inner img {
    display: block;
    max-width: 343px;
    margin: 0 auto 24px;
  }

  .sc-service {
    padding: 40px 0;
    background: url(./assets/images/service_bg_sp.png) no-repeat top center;
    background-size: 100% 100%;
  }

  .sc-service h2 {
    max-width: 344px;
    margin: 0 auto 24px;
  }

  .sc-service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .sc-service-item {
    width: calc((100% - 16px) / 2);
    border-radius: 16px;
    gap: 10px;
    font-size: 16px;
    padding: 16px;
  }

  .sc-service-item img {
    width: 80px;
  }

  .sc-feedback {
    padding-bottom: 40px;
  }

  .sc-feedback h2 {
    height: 53px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    padding: 12px 27px;
  }

  .sc-feedback h2:after {
    width: 30px;
    height: 13px;
    bottom: -13px;
    background-size: 100% auto;
  }

  .sc-feedback-inner {
    flex-direction: column;
    gap: 20px;
  }

  .sc-feedback-item {
    width: 100%;
  }

  .sc-feedback-item img {
    max-width: 345px;
    margin: 0 auto;
    display: block;
  }

  .sc-qa {
    padding-bottom: 40px;
  }

  .sc-qa h2 {
    height: 53px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    padding: 12px 27px;
  }

  .sc-qa h2:after {
    width: 30px;
    height: 13px;
    bottom: -13px;
    background-size: 100% auto;
  }

  .sc-qa .wrap-title {
    margin-bottom: 4px;
    margin-top: 16px;
  }

  .sc-qa .wrap-title p {
    font-size: 20px;
    padding: 8px 16px;
  }

  .qa-question {
    position: relative;
    font-size: 16px;
    background: url(./assets/images/question_icon.svg) no-repeat top 16px left 16px;
    background-size: 32px auto;
    padding: 21px 56px;
  }

  .qa-question:before {
    width: 18px;
    height: 18px;
    top: 23px;
    right: 16px;
    background-size: 100% auto;
  }

  .list-qa li {
    margin-bottom: 4px;
  }

  .qa-answer {
    padding: 16px;
  }

  .sc-access {
    position: relative;
    z-index: 1;
    padding: 0 0 40px;
    background: #fff;
  }

  .sc-access img {
    max-width: 375px;
  }

  .sc-access .sp_display {
    padding-top: 14px;
    position: relative;
  }

  .sc-access .sp_display:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 96px;
    top: -82px;
    left: 0;
    background: #89A1B1;
    z-index: -1;
  }

  .sc-access .access-map {
    width: 100%;
    max-width: unset;
  }

  .sc-greeting {
    background: url(./assets/images/greeting_bg_sp.png) no-repeat top center;
    background-size: 100% auto;
    padding: 30px 0;
  }

  .sc-greeting h2 {
    margin-bottom: 24px;
    font-size: 28px;
    background: none;
  }

  .sc-greeting-desc {
    display: none;
  }

  .sc-greeting img {
    max-width: 343px;
  }

  .sc-video {
    padding-bottom: 40px;
  }

  .sc-video h2 {
    height: 82px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    padding: 12px 27px;
  }

  .sc-video h2:after {
    width: 30px;
    height: 13px;
    bottom: -13px;
    background-size: 100% auto;
  }

  .sc-video-inner a {
    width: 32px;
    height: 32px;
  }

  .wrap-page .footer-top-inner {
    padding-top: 20px;
    flex-direction: column;
    gap: 20px;
  }

  .wrap-page .info-general {
    width: 100%;
  }

  .wrap-page .info-general .title {
    font-size: 28px;
  }

  .wrap-address {
    font-size: 14px;
    line-height: calc(24/14);
    font-weight: normal;
  }

  .footer-inner-rgt {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .wrap-page .qna-contact {
    width: 100%;
  }

  .wrap-page .qna-contact .title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .wrap-page .qna-contact .link {
    width: 195px;
    justify-content: start;
    padding: 8px 16px;
    gap: 10px;
    font-size: 20px;
  }

  .wrap-page .qna-contact .link img {
    width: 9px;
  }

  .footer-map {
    width: calc(100% + 36px);
    position: relative;
    left: -18px;
    gap: 10px;
    padding-bottom: 22px;
  }

  .footer-map-lft p {
    padding: 15px 18px 11px;
  }

  .footer-map-rgt {
    width: 100%;
    padding: 0 18px;
  }

  .footer-policy {
    padding: 40px 0;
  }

  .footer-policy h2 {
    font-size: 24px;
    gap: 8px;
  }

  .footer-policy h2:before,
  .footer-policy h2:after {
    width: 19px;
    height: 25px;
    background-size: 100% 100%;
  }

  .footer-policy-list {
    flex-direction: column;
    gap: 10px;
  }

  .footer-policy-list a {
    width: 100%;
    height: 51px;
    font-size: 16px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  footer {
    padding-bottom: 88px;
  }
  .fixed_btn {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      transition: all 0.3s;
      transform: translateY(88px);
      z-index: 999;
  }
  .fixed_btn.show {
    transform: translateY(0);
  }
}
