* {
  box-sizing: border-box;
}

*:last-child {
  margin-bottom: 0 !important;
}

body {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  color: #202020;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.857;
  }
}
p {
  margin: 0 0 2rem;
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

/* layout */
.header-container {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 72px;
  border-bottom: 1px solid #dee1e4;
  background-color: white;
}

.header-container-in .header-in {
  max-width: 100%;
  width: 1440px;
  margin: auto;
  padding: 8px 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
}

.header-container-in .header-right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}

.header-container-in .header-logo {
  display: flex;
  margin-bottom: 0;
}

.header-container-in .header-nav .menu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.header-container-in .header-sp-menu {
  display: none;
}

.header-container-in .header-sp-menu .header-menu-btn {
  width: 60px;
  height: 60px;
  background: #4d0fd1;
  position: relative;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 9000;
}

.header-container-in .header-sp-menu .header-menu-btn__line {
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  transition: all 0.3s;
}

.header-container-in .header-sp-menu .header-menu-btn__line:nth-child(1) {
  top: -10px;
}

.header-container-in .header-sp-menu .header-menu-btn__line:nth-child(2) {
  top: 10px;
}

.header-container-in .header-sp-menu .header-menu-btn-check {
  display: none;
}

.header-container-in .header-sp-menu .sp-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 50px 55px;
}

.header-container-in .header-sp-menu-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 8500;
  transform: translateX(150%);
  transition: all 0.3s;
}

.header-container-in .header-sp-menu-content {
  width: 100%;
  height: 100%;
  background-color: white;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-container-in .header-sp-menu-content .header-sp-nav {
  flex: 1;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-container {
    min-height: 56px;
  }
  .header-container-in .header-in {
    padding: 16px;
  }
  .header-container-in .header-logo .logo {
    width: 256px;
  }
}
.container {
  position: relative;
  overflow-x: hidden;
  padding-top: 72px;
}

@media screen and (max-width: 768px) {
  .container {
    padding-top: 56px;
  }
}
.footer .copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
}

.footer-main {
  padding: 80px 40px;
  background-color: #436fc0;
}

.footer-bottom {
  padding: 48px;
  background: #f9f7f5;
}

@media screen and (max-width: 768px) {
  .footer-main {
    padding: 40px 24px;
  }
  .footer-bottom {
    padding: 24px;
  }
}
body {
  color: #22254b;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body.--show-footer .footer-follow {
  opacity: 0;
  visibility: hidden;
}

body.--show-topBtn .top-btn {
  opacity: 1;
  visibility: visible;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  .header-container-in .header-nav {
    display: none;
  }
  .header-container-in .header-sp-menu {
    display: block;
  }
  .header-container-in .header-sp-menu .header-menu-btn-check:checked ~ .header-menu-btn {
    position: fixed;
    top: 0;
    right: 0;
  }
  .header-container-in .header-sp-menu .header-menu-btn-check:checked ~ .header-menu-btn .header-menu-btn__line {
    transform-origin: top;
  }
  .header-container-in .header-sp-menu .header-menu-btn-check:checked ~ .header-menu-btn .header-menu-btn__line:nth-child(1) {
    transform: rotate(25deg) translate(1.5px, 4.5px);
  }
  .header-container-in .header-sp-menu .header-menu-btn-check:checked ~ .header-menu-btn .header-menu-btn__line:nth-child(2) {
    transform: rotate(-25deg) translate(1.5px, -5.5px);
  }
  .header-container-in .header-sp-menu .header-menu-btn-check:checked ~ .header-sp-menu-container {
    transform: translateX(0);
  }
}
/* layout */
/* component block */
.primary {
  color: #436fc0;
}

.secondary {
  color: #f06575;
}

.nav .menu,
.nav-footer .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  list-style: none;
}

.nav .menu-item a,
.nav-footer .menu-item a {
  display: block;
  text-decoration: unset;
  color: inherit;
}

.nav .menu-item.--btn a,
.nav-footer .menu-item.--btn a {
  color: white;
}

.nav .menu-item .span {
  margin-top: 4px;
  font-weight: 500;
  font-size: 8px;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.top-btn {
  position: fixed;
  z-index: 9000;
  right: 22px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid #e6e3e1;
  border-radius: 100%;
  box-shadow: 0px 0px 12px 0px rgba(143, 140, 138, 0.2392156863);
  color: inherit;
  background: rgba(191, 219, 247, 0.6980392157);
  text-decoration: unset;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.top-btn:hover {
  opacity: 1;
  background: rgba(117, 175, 234, 0.6980392157);
}

@media screen and (max-width: 768px) {
  .top-btn {
    bottom: 120px;
  }
}
.footer-follow {
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 8px;
  width: 100%;
  padding: 8px;
  box-shadow: 0px -10px 12px 0px rgba(112, 112, 112, 0.1215686275);
  background-color: white;
  transition: all 0.3s;
  flex-direction: column;
  align-items: center;
}

.footer-follow img {
  display: flex;
}

.footer-follow a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 8px 4px 4px;
  border-radius: 8px;
  border: 1px solid #e6e3e1;
  box-shadow: 0px 0px 12px 0px rgba(143, 140, 138, 0.1215686275);
  background-color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #436fc0;
  text-decoration: unset;
}

.footer-follow a:last-child {
  color: white;
  border: 0;
  background-color: #f06575;
}

.footer-follow a:last-child:hover {
  opacity: 1;
  background: #f20039;
}

.footer-follow > * {
  flex: 1;
}

.footer-follow .span {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 374px) {
  .footer-follow a {
    font-size: 3.7333333333vw;
  }
}
.dc-txt.--txt2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-align: center;
}

.dc-txt.--txt2 .dc-txt2__no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.05em;
  border-radius: 100%;
  color: white;
  background-color: #436fc0;
}

.dc-btn {
  display: block;
  width: fit-content;
  max-width: 100%;
  text-decoration: unset;
}

.dc-btn.--btn-primary {
  padding: 8px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: white;
  border-radius: 8px;
  background: #f06575;
}

.dc-btn.--btn-primary:hover {
  opacity: 1;
  background: #f20039;
}

.dc-btn.--btn-primary-brank {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
}

.dc-btn.--btn-primary-brank::after {
  content: "";
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon_brank_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.dc-btn.--btn-primary-brank-large {
  position: relative;
  padding: 16px 40px;
  font-size: 18px;
  line-height: 27px;
  width: 90%;
}
.dc-btn.--btn-primary-brank-large::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 14px;
  height: 14px;
  margin: auto;
}

.dc-btn.--btn-primary-arrow {
  position: relative;
  padding: 16px 44px;
  font-size: 18px;
  line-height: 27px;
}

.dc-btn.--btn-primary-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: unset;
  right: 8px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.dc-btn.--btn-primary-arrow:hover::after {
  background-image: url("../img/icon_arrow_dark.svg");
}

.dc-heading.--heading1 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .dc-heading.--heading1 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.dc-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dc-list.--list3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.dc-list.--list3 li {
  position: relative;
  padding-left: 36px;
}

.dc-list.--list3 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  right: unset;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_arrow_6.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.dc-list.--list3-column {
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.05em;
}
.dc-list.--list3-column li {
  padding-left: 40px;
}
.dc-list.--list3-column li::before {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .dc-list.--list3 {
    font-size: 16px;
  }
  .dc-list.--list3-column {
    justify-content: flex-start;
    gap: 8px 24px;
    font-size: 12px;
  }
  .dc-list.--list3-column li {
    padding-left: 20px;
  }
  .dc-list.--list3-column li::before {
    width: 16px;
    height: 16px;
  }
}
.dc-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.dc-columns .dc-column {
  max-width: 100%;
}

.dc-columns.--columns1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 940px) and (min-width: 769px) {
  .dc-columns.--columns1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .dc-columns.--columns1 {
    flex-direction: column;
    gap: 24px;
  }
}
.dc-card.--card2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  width: 282px;
  max-width: 100%;
  min-height: 309px;
  padding: 24px;
  background: #edf2f9;
  border-radius: 12px;
}

.dc-card.--card2 .dc-card2-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.dc-card.--card2 .dc-card2__img img {
  display: flex;
}

.dc-card.--card2 .dc-card2__txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-align: center;
}

.dc-card.--card2-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
}

.dc-card.--card2-2 {
  gap: 16px;
  width: 384px;
  max-width: 100%;
  min-height: unset;
}
.dc-card.--card2-2 .dc-txt.--txt2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-align: left;
}
.dc-card.--card2-2 .dc-txt.--txt2 .dc-txt2__no {
  min-width: 32px;
}
.dc-card.--card2-2 .dc-card2-body {
  gap: 16px;
}
.dc-card.--card2-2 .dc-card2__supp {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-align: left;
}
.dc-card.--card2-2-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .dc-card.--card2 {
    gap: 16px;
    padding: 16px 12px;
    width: 100%;
    min-height: unset;
  }
  .dc-card.--card2 .dc-card2-body {
    gap: 16px;
  }
  .dc-card.--card2-2 {
    padding: 24px;
  }
  .dc-card.--card2-2 .dc-card2__supp {
    color: #8f8c8a;
  }
}
.dc-table {
  overflow: auto;
}

.dc-table table {
  margin: 0 auto;
  border-spacing: 0;
}

.dc-table.--table1 tr:first-child th,
.dc-table.--table1 tr:first-child td {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}

.dc-table.--table1 tr:first-child th:nth-child(2),
.dc-table.--table1 tr:first-child td:nth-child(2) {
  font-size: 20px;
  line-height: 150%;
  border-top: 2px solid #436fc0;
  border-bottom: 1px solid #e6e3e1;
  background: unset;
  color: inherit;
}

.dc-table.--table1 tr:first-child th:nth-child(3),
.dc-table.--table1 tr:first-child th:nth-child(4),
.dc-table.--table1 tr:first-child td:nth-child(3),
.dc-table.--table1 tr:first-child td:nth-child(4) {
  border-top: 1px solid #e6e3e1;
  border-right: 1px solid #e6e3e1;
  border-bottom: 1px solid #e6e3e1;
}

.dc-table.--table1 tr:last-child th,
.dc-table.--table1 tr:last-child td {
  border-bottom: 1px solid #e6e3e1;
}

.dc-table.--table1 tr:last-child th:nth-child(2),
.dc-table.--table1 tr:last-child td:nth-child(2) {
  border-bottom: 2px solid;
}

.dc-table.--table1 th,
.dc-table.--table1 td {
  width: 220px;
}

.dc-table.--table1 th {
  min-width: 240px;
  padding: 16px 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}

.dc-table.--table1 th.--empty {
  border-left: 0 !important;
  border-right: 1px solid #e6e3e1;
  border-bottom: 1px solid #e6e3e1;
  background: #faf7f5;
}

.dc-table.--table1 th:nth-child(1) {
  border-left: 1px solid #e6e3e1;
}

.dc-table.--table1 td {
  min-width: 220px;
  padding: 24px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}

.dc-table.--table1 td.--reco {
  position: relative;
}

.dc-table.--table1 td.--reco::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 57px;
  background-image: url("../img/deco_reco.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.dc-table.--table1 td:nth-child(2) {
  min-width: 280px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #436fc0;
  border: 2px solid #436fc0;
  border-top: 0;
  border-bottom: 0;
  background: #edf2f9;
}

.dc-table.--table1 td:last-child {
  border-right: 1px solid #e6e3e1;
}

.dc-table.--table1-2 {
  padding-top: 20px;
}
.dc-table.--table1-2 th,
.dc-table.--table1-2 td {
  background-color: white;
}
.dc-table.--table1-2 td.--reco::before {
  left: -22px;
  top: -22px;
  right: unset;
  transform: rotate(-30deg);
}
.dc-table.--table1-2 tr:first-child td {
  padding-top: 35px;
  padding-bottom: 35px;
}
.dc-table.--table1-2 tr:first-child td:nth-child(2) {
  background-color: white;
}

@media screen and (max-width: 768px) {
  .dc-table.--table1-2 th,
  .dc-table.--table1-2 td {
    min-width: unset !important;
  }
}
@media screen and (max-width: 600px) {
  .dc-table.--table1 tr:first-child th {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
  }
  .dc-table.--table1 tr:first-child td:nth-child(2) {
    padding: 12px 10px;
    font-size: 16px;
    line-height: 150%;
  }
  .dc-table.--table1 th,
  .dc-table.--table1 td {
    width: 69px;
    min-width: unset !important;
  }
  .dc-table.--table1 th:nth-child(2),
  .dc-table.--table1 td:nth-child(2) {
    width: 120px;
    padding: 16px 8px;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
  }
  .dc-table.--table1 th {
    padding: 16px 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
  }
  .dc-table.--table1 td {
    padding: 16px 0;
    font-size: 12px;
    line-height: 150%;
  }
  .dc-table.--table1 td.--reco::before {
    width: 36px;
  }
  .dc-table.--table1-2 table {
    width: 100%;
  }
  .dc-table.--table1-2 td {
    padding: 16px 2px;
  }
  .dc-table.--table1-2 td:nth-child(2) {
    width: 100px;
    font-size: 13px;
  }
  .dc-table.--table1-2 td:nth-child(3), .dc-table.--table1-2 td:nth-child(4) {
    width: 81px;
  }
  .dc-table.--table1-2 th {
    width: 64px;
    padding: 16px 6px;
  }
  .dc-table.--table1-2 tr:first-child td {
    padding: 20px 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0em;
  }
  .dc-table.--table1-2 tr:first-child td:nth-child(2) {
    width: 100px;
    padding: 20px 4px;
    font-size: 13px;
  }
}
.dc-faq.--faq1 {
  border: 1px solid #e6e3e1;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 0px 12px 0px rgba(189, 183, 177, 0.2509803922);
}

.dc-faq.--faq1 .dc-faq-item-in {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  padding: 24px 40px;
}

.dc-faq.--faq1 .dc-faq-item.--q {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  padding: 24px 40px;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #e6e3e1;
  transition: all 0.2s;
  cursor: pointer;
}

.dc-faq.--faq1 .dc-faq-item.--q:hover {
  background: #edf2f9;
}

.dc-faq.--faq1 .dc-faq-item.--a {
  display: none;
}
.dc-faq.--faq1 .dc-faq-item.--a .dc-faq-item-in {
  align-items: flex-start;
}

.dc-faq.--faq1 .dc-faq__txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
}

.dc-faq.--faq1 .dc-faq__q {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.dc-faq.--faq1 .dc-faq__q__txt {
  flex: 1;
}

.dc-faq.--faq1 .dc-faq__q__btn {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #436fc0;
}

.dc-faq.--faq1 .dc-faq__q__btn::before,
.dc-faq.--faq1 .dc-faq__q__btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  border-radius: 2em;
  background-color: white;
}

.dc-faq.--faq1 .dc-faq__a {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
}
.dc-faq.--faq1 .dc-faq__a .small {
  margin-top: 0.5em;
  display: block;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.dc-faq.--faq1:not(.--open) .dc-faq__q__btn::after {
  display: block;
  transform: rotate(90deg);
}

.dc-faq.--faq1.--open .dc-faq__q__btn::after {
  display: none;
}

.dc-faq.--faq1-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 769px) {
  .dc-faq.--faq1 .dc-faq__a {
    display: flex;
    align-items: center;
    min-height: 2.4em;
  }
}
@media screen and (max-width: 768px) {
  .dc-faq.--faq1 .dc-faq-item {
    align-items: flex-start;
    gap: 8px;
  }
  .dc-faq.--faq1 .dc-faq__q {
    gap: 10px;
  }
  .dc-faq.--faq1 .dc-faq-item.--q {
    padding: 24px 24px;
  }
  .dc-faq.--faq1 .dc-faq-item-in {
    padding: 24px 24px;
  }
  .dc-faq.--faq1 .dc-faq-item.--q {
    align-items: flex-start;
    gap: 8px;
  }
}
.dc-tab.--tab1 .dc-tab1-btns {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.dc-tab.--tab1 .dc-tab1-content {
  padding: 80px 20px;
  border-top: 1px solid #e6e3e1;
  border-radius: 0 0 12px 12px;
  background: #faf7f5;
}
.dc-tab.--tab1 .dc-tab1-btn {
  flex: 1;
  padding: 16px 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  border: 2px solid;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  color: #436fc0;
  cursor: pointer;
  transition: all 0.2s;
}
.dc-tab.--tab1 .dc-tab1-btn:hover {
  color: #436fc0;
  background-color: #edf2f9;
}
.dc-tab.--tab1 .dc-tab1-btn.--active {
  position: relative;
  color: white;
  background-color: #436fc0;
}
.dc-tab.--tab1 .dc-tab1-btn.--active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: unset;
  bottom: -29px;
  background-image: url("../img/icon_arrow_3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 26px;
  transform: rotate(90deg);
  transform-origin: center;
}
.dc-tab.--tab1 .dc-tab1-item {
  display: none;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.dc-tab.--tab1 .dc-tab1-item.--active {
  display: block;
}
@media screen and (max-width: 768px) {
  .dc-tab.--tab1 .dc-tab1-content {
    padding: 40px 16px 24px;
  }
}

.dc-block.--block3 .dc-block3-in {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.dc-block.--block3 .dc-block3-column {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
}
.dc-block.--block3 .dc-block3-column.--img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: white;
}
.dc-block.--block3 .dc-block3-column.--img picture {
  display: flex;
}
.dc-block.--block3 .dc-block3-column.--txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dc-block.--block3 .dc-block3__heading {
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #436fc0;
}
.dc-block.--block3-group {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.dc-block.--block3-group > * {
  flex: 1;
}
.dc-block.--block3-column {
  width: 314px;
  max-width: 100%;
}
.dc-block.--block3-column .dc-block3-in {
  align-items: center;
  flex-direction: column;
}
.dc-block.--block3-column .dc-block3-column.--img {
  width: 120px;
  height: 120px;
  background-color: #faf7f5;
}
.dc-block.--block3-column .dc-block3__heading {
  text-align: center;
}
.dc-block.--block3-column .dc-block3__supp {
  margin-top: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #8f8c8a;
}
.dc-block.--block3-column-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 40px;
  width: 1104px;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .dc-block.--block3-group > * {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .dc-block.--block3 .dc-block3-in {
    justify-content: flex-start;
  }
  .dc-block.--block3 .dc-block3-column.--img {
    width: 80px;
    height: 80px;
  }
  .dc-block.--block3 .dc-block3__heading {
    margin: 0;
    font-size: 20px;
  }
  .dc-block.--block3-group {
    flex-direction: column;
    gap: 24px;
    width: fit-content;
    max-width: 100%;
  }
  .dc-block.--block3-column .dc-block3-column.--img {
    width: 120px;
    height: 120px;
  }
  .dc-block.--block3-column .dc-block3-column.--txt {
    gap: 8px;
  }
  .dc-block.--block3-column .dc-block3__heading {
    font-size: 24px;
  }
  .dc-block.--block3-column .dc-block3__supp {
    margin-top: 8px;
  }
}
.dc-block.--block4 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding: 16px 40px;
  margin: 0 auto 133px;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 10px;
  color: white;
  background-color: #436fc0;
}
.dc-block.--block4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: unset;
  bottom: -133px;
  width: 96px;
  height: 133px;
  background-image: url("../img/block4_deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .dc-block.--block4 {
    padding: 16px;
    font-size: 18px;
  }
}
.dc-block.--block5 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dc-block.--block5 .dc-block5-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dc-block.--block5 .dc-block5-body {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
  padding: 16px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  border-radius: 12px;
  background-color: white;
}
.dc-block.--block5 .dc-block5-body-column.--img {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 120px;
  height: 120px;
}
.dc-block.--block5 .dc-block5-body-column.--txt {
  flex: 1;
}
.dc-block.--block5 .dc-block5-body-column.--txt p {
  margin-bottom: 8px;
}
.dc-block.--block5 .dc-block5-body-column.--txt .supp {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  color: #7c7c7c;
}
.dc-block.--block5 .dc-block5__no {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.05em;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  color: white;
  background-color: #436fc0;
}
.dc-block.--block5 .dc-block5__heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-align: center;
}
.dc-block.--block5-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .dc-block.--block5 .dc-block5-body {
    flex-direction: column;
    gap: 8px;
    padding: 24px;
  }
}
.dc-block.--block6 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 40px;
  border-radius: 12px;
  background: #faf7f5;
}
.dc-block.--block6 .dc-block6-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.dc-block.--block6 .dc-block6-header-column.--txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dc-block.--block6 .dc-block6-body {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.05em;
}
.dc-block.--block6 .dc-block6__tag {
  display: block;
  width: fit-content;
  max-width: 100%;
  padding: 2px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.05em;
  border-radius: 2em;
  color: white;
  background-color: #436fc0;
}
.dc-block.--block6 .dc-block6__heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #436fc0;
}
.dc-block.--block6-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .dc-block.--block6 {
    padding: 24px 16px;
  }
  .dc-block.--block6 .dc-block6__heading {
    font-size: 18px;
  }
  .dc-block.--block6-group {
    gap: 24px;
  }
}
.dc-block.--blockBalloon2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 33px;
  width: 373px;
  max-width: 100%;
}
.dc-block.--blockBalloon2 .dc-blockBalloon-txt {
  position: relative;
  padding: 16px 24px;
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.05em;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 12px 0px rgba(110, 110, 110, 0.1215686275);
}
.dc-block.--blockBalloon2 .dc-blockBalloon-txt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  margin: auto;
  width: 17px;
  height: 17px;
  background-color: white;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.dc-block.--blockBalloon2-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .dc-block.--blockBalloon2 {
    gap: 17px;
  }
}

.dc-block.--btn1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dc-block.--btn1 {
    margin: 0 auto;
  }
}

.dc-block.--btn1 .dc-blockBtn1-headline {
  font-weight: 900;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-align: center;
}

.dc-block.--btn1 .dc-blockBtn1-supp {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.dc-block.--btn1 .dc-blockBtn1-supp2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.05em;
  margin: 24px 0 0 0;
  color: white;
}

.dc-block.--btn1 .dc-blockBtn1-supp3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: white;
}

.dc-block.--btn1-large .dc-blockBtn1-headline {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0em;
  color: white;
}
.dc-block.--btn1-large .dc-blockBtn1-btn .dc-btn {
  width: 336px;
}
.dc-block.--btn1-large .dc-blockBtn1-supp {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: white;
}
.dc-block.--btn1-large .dc-blockBtn1__img {
  margin: 32px 0;
}
@media screen and (max-width: 768px) {
  .dc-block.--btn1-large {
    gap: 8px;
  }
  .dc-block.--btn1-large .dc-blockBtn1-headline {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    font-size: 22px;
  }
  .dc-block.--btn1-large .dc-blockBtn1-headline::before, .dc-block.--btn1-large .dc-blockBtn1-headline::after {
    content: "";
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0em;
  }
  .dc-block.--btn1-large .dc-blockBtn1-headline::before {
    content: "\\";
  }
  .dc-block.--btn1-large .dc-blockBtn1-headline::after {
    content: "/";
  }
  .dc-block.--btn1-large .dc-blockBtn1-btn .dc-btn.--btn-primary-arrow::after {
    right: 16px;
  }
  .dc-block.--btn1-large .dc-blockBtn1__img {
    margin: 16px 0;
  }
  .dc-block.--btn1-large .dc-blockBtn1__img img {
    width: 128px;
  }
}

.dc-section {
  position: relative;
}

.dc-section-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.dc-section-back img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.dc-section-in {
  position: relative;
  z-index: 10;
  max-width: 100%;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .dc-section-in {
    padding: 0 16px;
  }
}
.dc-section.--sectionGray {
  background: #faf7f5;
}

.dc-section.--section1 {
  padding: 80px 0;
}
.dc-section.--section1 .dc-section-in {
  width: 1280px;
}
.dc-section.--section1 .dc-section__catch {
  margin: 24px 0 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dc-section.--section1 {
    padding: 40px 0;
  }
  .dc-section.--section1 .dc-section-in {
    width: 600px;
    padding: 0 16px;
  }
  .dc-section.--section1 .dc-section__catch {
    margin: 16px 0 24px;
  }
}

.dc-section.--fv {
  padding: 40px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.05em;
  background: #f9f7f5;
}
.dc-section.--fv .dc-section-in {
  width: 1280px;
}
.dc-section.--fv .dc-block.--block3-group {
  margin-top: 40px;
  margin-bottom: 40px;
}
.dc-section.--fv .dc-sectionFv__supp {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #8f8c8a;
}

.dc-section.--fv .dc-list.--list1 {
  margin-bottom: 8px;
}

.dc-section.--fv .dc-sectionFv-columns {
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
.dc-section.--fv .dc-sectionFv-columns .dc-column {
  width: 603px;
}

.dc-section.--fv .dc-sectionFv-des {
  margin-bottom: 24px;
}

.dc-section.--fv .dc-sectionFv__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 19.5px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 48px;
  line-height: 160%;
  letter-spacing: 0.05em;
}
.dc-section.--fv .dc-sectionFv__heading .black {
  color: #22254b;
}

.dc-section.--fv .dc-sectionFv__heading .small {
  font-size: 22px;
  line-height: 160%;
}

.dc-section.--fv .dc-sectionFv__btn {
  padding: 0;
}
.dc-section.--fv .dc-sectionFv__btn .dc-blockBtn1-btn {
  width: 336px;
  max-width: 100%;
}
.dc-section.--fv .dc-sectionFv__btn .dc-blockBtn1-btn .dc-btn {
  width: 100%;
}

.dc-section.--fv .dc-sectionFv__img img {
  display: flex;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .dc-section.--fv {
    gap: 20px;
  }
  .dc-section.--fv .dc-section-in {
    padding: 0 20px;
  }
  .dc-section.--fv .dc-sectionFv__heading {
    font-size: 38px;
  }
  .dc-section.--fv .dc-sectionFv__heading .small {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) and (min-width: 769px) {
  .dc-section.--fv {
    gap: 20px;
  }
  .dc-section.--fv .dc-section-in {
    padding: 0 20px;
  }
  .dc-section.--fv .dc-sectionFv__heading {
    font-size: 38px;
  }
  .dc-section.--fv .dc-block.--btn1 .dc-blockBtn1-headline {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .dc-section.--fv .dc-sectionFv__heading {
    margin-top: 0;
  }
  .dc-section.--fv .dc-sectionFv-columns {
    flex-wrap: nowrap;
    align-items: center;
  }
  .dc-section.--fv .dc-sectionFv-columns .dc-column:last-child {
    min-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .dc-section.--fv .dc-section-in {
    width: 500px;
    padding: 0 16px;
  }
  .dc-section.--fv .dc-sectionFv-des {
    margin-bottom: 0;
  }
  .dc-section.--fv .dc-sectionFv-des p {
    display: flex;
    gap: 5px;
  }
  .dc-section.--fv .dc-sectionFv-columns {
    gap: 24px;
  }
  .dc-section.--fv .dc-sectionFv-columns .dc-column:first-child {
    padding: 0;
  }
  .dc-section.--fv .dc-sectionFv__heading {
    margin: 0 auto;
    font-size: 36px;
    text-align: center;
  }
  .dc-section.--fv .dc-sectionFv__heading .small {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
  .dc-section.--fv .dc-sectionFv__img {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
  .dc-section.--fv .dc-sectionFv__btn {
    padding: 0;
  }
  .dc-section.--fv .dc-block.--btn1 .dc-blockBtn1-headline {
    white-space: nowrap;
  }
  .dc-section.--fv .dc-block.--block3-group {
    margin: 24px auto;
  }
}
@media screen and (max-width: 374px) {
  .dc-section.--fv .dc-block.--btn1 .dc-blockBtn1-headline {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .dc-section.--about .dc-card.--card2-2:not(:first-child) .dc-txt.--txt2 {
    font-size: 16px;
  }
}
.dc-section.--worries .dc-section-in {
  padding: 0 24px;
}
.dc-section.--worries .dc-section__catch {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .dc-section.--worries {
    z-index: 100;
    padding-bottom: 60px;
  }
  .dc-section.--worries .dc-block.--block4 {
    margin-top: 40px;
  }
}
.dc-section.--point {
  padding-left: 40px;
  padding-right: 40px;
}
.dc-section.--point .dc-section-in {
  width: 1200px;
  padding: 80px 40px;
  border-radius: 10px;
  background-color: white;
}
.dc-section.--point .dc-block.--block4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  bottom: unset;
  top: -145px;
}
@media screen and (max-width: 768px) {
  .dc-section.--point {
    padding: 40px 24px;
  }
  .dc-section.--point .dc-heading.--heading1 {
    margin-bottom: 24px;
  }
  .dc-section.--point .dc-section-in {
    padding: 40px 16px 24px;
  }
}
.dc-section.--cta {
  padding: 40px 0;
  background-color: #436fc0;
}
.dc-section.--cta .dc-section-in {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .dc-section.--voice .dc-heading.--heading1 {
    margin-bottom: 24px;
  }
  .dc-section.--voice .dc-section-in {
    padding: 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .dc-section.--flow .dc-heading.--heading1 {
    margin-bottom: 24px;
  }
}
.dc-section.--table .dc-table {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .dc-section.--table .dc-section-in {
    padding: 0 24px;
  }
  .dc-section.--table .dc-table {
    margin-bottom: 24px;
  }
  .dc-section.--table .dc-list.--list3 {
    width: 317px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.dc-section.--qa .dc-section-in {
  width: 1042px;
}

@media screen and (max-width: 768px) {
  .dc-section.--qa .dc-section-in {
    padding: 0 24px;
  }
  .dc-section.--qa .dc-heading.--heading1 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .dc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .dc-tb-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 376px) {
  .dc-sp {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .dc-sp-hidden {
    display: none !important;
  }
}
/* component block */
/* page */
/* page */