@charset "UTF-8";
/*
Theme Name: ダイバーシティキャリアセンター公式テーマ
Author: duotone
Version: 1.0.0
*/
/*
* normalize
*/
@import "./css/normalize.css";
/***
 *** reset.css 
 ***/
* {
  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 {
  display: flex;
  height: auto;
  max-width: 100%;
}

a {
  transition: all 0.3s ease;
}
a:hover:not(.dc-btn) {
  opacity: 0.8;
}

/*
* var
*/
/*
* mixin
*/
/*
* base
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.1666666667;
  letter-spacing: 0.02em;
  color: #251f38;
}

/*
* layout
*/
.header-container {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 100;
}
.header-container-in {
  margin: auto;
  width: 1360px;
  padding: 13px 20px 17px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-container .header .logo img {
  width: 223px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-container .navi .menu {
  gap: 20px;
  margin: 0;
}
.header-container .navi-menu-container {
  display: none;
}
.header-container .navi-menu-container .follow-anchor {
  display: block;
  position: relative;
  width: 100%;
  left: unset;
  bottom: unset;
  right: unset;
  margin-top: 90px;
}
.header-container .navi-menu-container .follow-anchor::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 2px;
  width: 100%;
  background: #3b9956;
}
.header-container .navi-menu-container .follow-anchor-in {
  width: 100%;
  padding: 0;
  box-shadow: unset;
  background: unset;
  gap: 15px;
}
.header-container .navi-menu-container .follow-anchor-in::before {
  content: unset;
}
.header-container .navi-menu-container .follow-anchor-item {
  background: unset !important;
  width: 100%;
  height: 50px;
}
.header-container .navi-menu-container .follow-anchor-item__main {
  width: 100% !important;
  visibility: visible;
  color: inherit !important;
  animation: unset;
}
.header-container .navi-menu-container .follow-anchor-item__simple-wrap {
  display: none;
}
@media screen and (max-width: 1080px) {
  .header-container {
    min-height: 45px;
  }
  .header-container-in {
    padding: 11px 12px;
  }
  .header-container .header .logo img {
    width: 169px;
  }
  .header-container .navi {
    display: none;
  }
  .header-container .navi-menu-container {
    display: block;
  }
}

.content-in {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: auto;
}

.footer {
  position: relative;
  z-index: 100;
  padding: 45px 0 37px;
  border-radius: 50px 50px 0 0;
  background: #e0e0e0;
}
.footer-in {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 100px;
  width: 1350px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  gap: 40px;
}
.footer-top-column.--logo {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.02em;
}
.footer-top-column.--menu {
  flex: 1;
  padding-top: 5px;
}
.footer-top-column.--menu .menu {
  justify-content: flex-end;
  gap: 24px 1em;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-bottom .navi-footer .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer-bottom .navi-footer .menu-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.02em;
}
.footer-attention {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0em;
  text-align: center;
}
.footer .logo img {
  width: 445px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1081px) {
  .footer .footer-top-column.--menu {
    min-width: 400px;
  }
}
@media screen and (max-width: 1080px) {
  .footer {
    padding: 40px 0;
    border-radius: 20px 20px 0 0;
  }
  .footer .logo img {
    width: 278px;
  }
  .footer-in {
    gap: 32px;
    padding: 0 20px;
  }
  .footer-top {
    align-items: center;
    flex-direction: column;
    gap: 32px;
  }
  .footer-top-column.--logo {
    width: 284px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .footer-top-column.--menu {
    padding: 0;
  }
  .footer-top-column.--menu .menu {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .footer-top-column.--menu .menu-item {
    font-size: 20px;
    line-height: 2.8;
    letter-spacing: 0.02em;
  }
  .footer-top-column.--menu .menu-item.--full {
    justify-content: center;
  }
  .footer-top-column.--menu .menu-item.--btn {
    margin-bottom: 16px;
  }
  .footer-top-column.--menu .menu-item.--btn a {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .footer-bottom .navi-footer .menu {
    gap: 32px 15px;
  }
  .footer-attention {
    width: 302px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0.02em;
  }
}

body.page-template-page-home .content,
body.page-template-page-full .content {
  margin-bottom: 0;
}
body.page-template-page-home .content-in,
body.page-template-page-full .content-in {
  width: 100%;
  padding: 0;
}
body.page-template-page-home .entry-header,
body.page-template-page-full .entry-header {
  display: none;
}
body.page-template-page-home .page-content,
body.page-template-page-home .entry-content,
body.page-template-page-home .entry-summary,
body.page-template-page-full .page-content,
body.page-template-page-full .entry-content,
body.page-template-page-full .entry-summary {
  margin: 0;
}
body.page-template-page-home .post,
body.page-template-page-home .page,
body.page-template-page-full .post,
body.page-template-page-full .page {
  margin: 0;
}

body.--openMenu {
  overflow: hidden;
}

/*
* component,block
*/
.navi-menu-container .navi-menu-chk {
  display: none;
}
.navi-menu-container .navi-menu-btn {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
}
.navi-menu-container .navi-menu-btn__txt {
  font-size: 0;
}
.navi-menu-container .navi-menu-btn__line {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  margin: auto;
  border-radius: 2em;
  background-color: #e96e15;
  transition: all 0.2s;
  transform-origin: left;
}
.navi-menu-container .navi-menu-btn__line:nth-child(1) {
  top: 0;
}
.navi-menu-container .navi-menu-btn__line:nth-child(2) {
  top: 0;
  bottom: 0;
}
.navi-menu-container .navi-menu-btn__line:nth-child(3) {
  bottom: 0;
}
.navi-menu-container .navi-menu-content {
  position: fixed;
  z-index: 9000;
  top: 45px;
  left: 0;
  height: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  -webkit-backdrop-filter: blur(17.8999996185px);
          backdrop-filter: blur(17.8999996185px);
  overflow: auto;
  transition: all 0.2s ease;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 40px 32px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(309.89deg, #fff7de 5.61%, #ffe3cd 100.98%);
  opacity: 0;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 10; /* オーバーレイより上に表示 */
}
.navi-menu-container .navi-menu-content .navi-menu-content-in > * {
  position: relative;
  z-index: 10;
}
.navi-menu-container .navi-menu-content .navi {
  display: block;
}
.navi-menu-container .navi-menu-content .navi .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin: 0;
}
.navi-menu-container .navi-menu-content .navi .menu-item {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
  border-top: 2px dotted #e96e15;
}
.navi-menu-container .navi-menu-content .navi .menu-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.navi-menu-container .navi-menu-content .navi .menu-item.--btn {
  padding-bottom: 0;
  border-top: 0;
}
.navi-menu-container .navi-menu-content .navi .menu-item:not(.--btn) + .--btn {
  padding-top: 24px;
}

.navi-menu-chk:checked ~ .navi-menu-btn .navi-menu-btn__line:nth-child(1) {
  transform: rotate(24deg) translate(2px, -1px);
}
.navi-menu-chk:checked ~ .navi-menu-btn .navi-menu-btn__line:nth-child(2) {
  opacity: 0;
}
.navi-menu-chk:checked ~ .navi-menu-btn .navi-menu-btn__line:nth-child(3) {
  transform: rotate(-23deg) translate(2px, 1px);
}
.navi-menu-chk:checked ~ .navi-menu-content {
  height: calc(100% - 45px);
}
.navi-menu-chk:checked ~ .navi-menu-content .navi-menu-content-in {
  opacity: 1;
  transition-delay: 0.8s; /* 虹のアニメーション（0.8s）が終わってから表示 */
}

.navi .menu,
.navi-footer .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.02em;
  list-style: none;
}
.navi .menu-item a,
.navi-footer .menu-item a {
  display: block;
  text-decoration: unset;
  color: #251f38;
}
.navi .menu-item.--btn a,
.navi-footer .menu-item.--btn a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  border-radius: 100px;
  padding: 0px 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
  color: white;
  cursor: pointer;
  text-decoration: unset;
}
.navi .menu-item.--btn a::before,
.navi-footer .menu-item.--btn a::before {
  content: "";
  width: 32px;
  height: auto;
}
.navi .menu-item.--btn-primary a,
.navi-footer .menu-item.--btn-primary a {
  background: linear-gradient(96.78deg, #e96e15 -13.05%, #ffd400 207.08%);
}
.navi .menu-item.--btn-primary a::before,
.navi-footer .menu-item.--btn-primary a::before {
  background-image: url(./images/icon_talk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.navi .menu-item.--btn-primary a:hover,
.navi-footer .menu-item.--btn-primary a:hover {
  color: #e96e15;
  background: transparent;
  position: relative;
  z-index: 1;
}
.navi .menu-item.--btn-primary a:hover::before,
.navi-footer .menu-item.--btn-primary a:hover::before {
  background-image: url(./images/icon_talk-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.navi .menu-item.--btn-primary a:hover::after,
.navi-footer .menu-item.--btn-primary a:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(96.78deg, #e96e15 -13.05%, #ffd400 207.08%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  z-index: -1;
}
.navi .menu-item.--btn-line a,
.navi-footer .menu-item.--btn-line a {
  background: linear-gradient(94.07deg, #06c755 0%, #93c115 114.77%);
}
.navi .menu-item.--btn-line a::before,
.navi-footer .menu-item.--btn-line a::before {
  background-image: url(./images/icon_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.navi .menu-item.--btn-line a:hover,
.navi-footer .menu-item.--btn-line a:hover {
  color: #06c755;
  background: transparent;
  position: relative;
  z-index: 1;
}
.navi .menu-item.--btn-line a:hover::after,
.navi-footer .menu-item.--btn-line a:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(94.07deg, #06c755 0%, #93c115 114.77%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  z-index: -1;
}
.navi .menu-item.--btn.--btn1-primary::before,
.navi-footer .menu-item.--btn.--btn1-primary::before {
  width: 24px;
}
.navi .menu-item.--full,
.navi-footer .menu-item.--full {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
}
.navi .menu-item.--full-center,
.navi-footer .menu-item.--full-center {
  justify-content: center;
}
.navi .menu-item.--icon,
.navi-footer .menu-item.--icon {
  font-size: 0;
}
.navi .menu-item.--icon a,
.navi-footer .menu-item.--icon a {
  display: block;
  width: 40px;
  height: 40px;
}
.navi .menu-item.--icon-facebook a,
.navi-footer .menu-item.--icon-facebook a {
  background-image: url(./images/icon_facebook.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.navi .menu-item.--icon-insta a,
.navi-footer .menu-item.--icon-insta a {
  background-image: url(./images/icon_insta.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.navi .menu-item.--icon-x a,
.navi-footer .menu-item.--icon-x a {
  background-image: url(./images/icon_x.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1080px) {
  .navi .menu-item.--btn,
  .navi-footer .menu-item.--btn {
    margin-left: 0;
  }
  .navi .menu-item.--btn a,
  .navi-footer .menu-item.--btn a {
    padding: 8px 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1666666667;
    letter-spacing: 0.02em;
  }
  .navi .menu-item.--btn-line a::before,
  .navi-footer .menu-item.--btn-line a::before {
    height: 30px;
  }
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.pagination .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: unset;
  border-radius: 100%;
  border: 2px solid;
  color: white;
  background-color: #e96e15;
}
.pagination .nav-links .page-numbers.current {
  color: #e96e15;
  background-color: white;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  position: relative;
  font-size: 0;
}
.pagination .nav-links .page-numbers.prev::before, .pagination .nav-links .page-numbers.next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 4px solid white;
  border-top: 0;
  border-left: 0;
  transform: rotate(135deg) translate(-1px, -1px);
}
.pagination .nav-links .page-numbers.next::before {
  transform: rotate(-45deg) translate(-1px, -1px);
}
@media screen and (max-width: 768px) {
  .pagination .nav-links {
    gap: 5px;
  }
  .pagination .nav-links .page-numbers {
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
  }
  .pagination .nav-links .page-numbers.prev::before, .pagination .nav-links .page-numbers.next::before {
    width: 7px;
    height: 7px;
    border-width: 2px;
    transform: rotate(135deg) translate(-1px, -1px);
  }
  .pagination .nav-links .page-numbers.next::before {
    transform: rotate(-45deg) translate(-1px, -1px);
  }
}

.entry-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.entry-content {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.1666666667;
  letter-spacing: 0.02em;
}
.entry-content p {
  margin-bottom: 39px;
}
.entry-content a {
  color: #e96e15;
}
.entry-meta {
  display: flex;
  flex-direction: column;
}
.entry-date {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.56;
  letter-spacing: 0.02em;
  color: #251f38;
}
.entry-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.5882352941;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .entry-header {
    margin-bottom: 8px;
  }
  .entry-content {
    font-size: 16px;
    line-height: 2.1875;
    letter-spacing: 0.02em;
  }
  .entry-content p {
    margin-bottom: 35px;
  }
  .entry-date {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .entry-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4583333333;
    letter-spacing: 0.02em;
  }
}

.post-thumbnail {
  margin-bottom: 40px;
}
.post-thumbnail img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .post-thumbnail {
    margin-bottom: 8px;
  }
}

.orange {
  color: #e96e15;
}

.dc-btn {
  cursor: pointer;
  text-decoration: unset;
}
.dc-btn.--btn1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  border-radius: 100px;
  padding: 8px 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 2.0833333333;
  text-align: center;
  color: white;
}
.dc-btn.--btn1::before {
  content: "";
  width: 32px;
  height: auto;
}
.dc-btn.--btn1-primary {
  background: linear-gradient(96.78deg, #e96e15 -13.05%, #ffd400 207.08%);
}
.dc-btn.--btn1-primary::before {
  background-image: url(./images/icon_talk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-btn.--btn1-primary:hover {
  color: #e96e15;
  background: transparent;
  position: relative;
  z-index: 1;
}
.dc-btn.--btn1-primary:hover::before {
  background-image: url(./images/icon_talk-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-btn.--btn1-primary:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(96.78deg, #e96e15 -13.05%, #ffd400 207.08%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  z-index: -1;
}
.dc-btn.--btn1-location::before {
  width: 28px;
  background-image: url(./images/icon_location.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-btn.--btn1-location:hover {
  color: #e96e15;
  background: transparent;
  position: relative;
  z-index: 1;
}
.dc-btn.--btn1-location:hover::before {
  background-image: url(./images/icon_location-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-btn.--btn1-location:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(96.78deg, #e96e15 -13.05%, #ffd400 207.08%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  z-index: -1;
}
.dc-btn.--btn1-line {
  background: linear-gradient(94.07deg, #06c755 0%, #93c115 114.77%);
}
.dc-btn.--btn1-line::before {
  background-image: url(./images/icon_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-btn.--btn1-line:hover {
  color: #06c755;
  background: transparent;
  position: relative;
  z-index: 1;
}
.dc-btn.--btn1-line:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(94.07deg, #06c755 0%, #93c115 114.77%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  z-index: -1;
}
.dc-btn.--btn1-small {
  padding: 0px 24px;
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: 0em;
}
.dc-btn.--btn1-icon {
  align-items: center;
}
.dc-btn.--btn1-icon::before {
  display: none;
}
.dc-btn.--btn1-white {
  padding: 6px 30px;
  border: 2px solid;
  color: #e96e15;
  background-color: white;
}
@media screen and (max-width: 1080px) {
  .dc-btn.--btn1 {
    padding: 8px 20px;
    font-size: 24px;
    line-height: 1.1666666667;
  }
  .dc-btn.--btn1-line::before {
    height: 30px;
  }
}
.dc-btn.--btnArrow {
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  border: 1px solid;
  border-radius: 2em;
  color: #e96e15;
  background-color: #fff;
}
.dc-btn.--btnArrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.dc-btn.--btnArrow:hover {
  color: #fff;
  background: #e96e15;
}
.dc-btn.--btnArrow-large {
  gap: 4px;
  padding: 8px 32px;
  font-size: 24px;
  line-height: 2.0833333333;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1080px) {
  .dc-btn.--btnArrow {
    font-size: 12px;
    line-height: 1.1666666667;
    letter-spacing: 0.02em;
  }
  .dc-btn.--btnArrow::after {
    width: 7px;
    height: 7px;
    border-width: 1px;
  }
  .dc-btn.--btnArrow-large {
    gap: 4px;
    padding: 8px 32px;
    border-width: 2px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0.02em;
  }
  .dc-btn.--btnArrow-large::after {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
}
.dc-btn.--btn-program::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  background-image: url(./images/icon_talk_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-btn.--btn-program:hover {
  border-color: #e96e15;
  background-color: #e96e15;
  color: #fff;
}
.dc-btn.--btn-program:hover::before {
  background-image: url(./images/icon_talk_2-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-btn.--btn-experience::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  background-image: url(./images/icon_talk_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-btn.--btn-experience:hover {
  border-color: #e96e15;
  background-color: #e96e15;
  color: #fff;
}
.dc-btn.--btn-experience:hover::before {
  background-image: url(./images/icon_talk_2-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-btn.--btn-flag::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(./images/icon_flag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-btn.--btn-flag:hover {
  border-color: #e96e15;
  background-color: #e96e15;
  color: #fff;
}
.dc-btn.--btn-flag:hover::before {
  background-image: url(./images/icon_flag-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-heading {
  margin-bottom: 0;
}
.dc-heading.--headingFV {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.dc-heading.--headingFV .dc-heading__sub {
  font-weight: 500;
  font-size: 30px;
  line-height: 2;
  letter-spacing: 0.22em;
}
.dc-heading.--headingFV .dc-heading__main {
  font-weight: 600;
  font-size: 82px;
  line-height: 1.4390243902;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1080px) {
  .dc-heading.--headingFV {
    gap: 8px;
  }
  .dc-heading.--headingFV .dc-heading__sub {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.22em;
  }
  .dc-heading.--headingFV .dc-heading__main {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.01em;
  }
}
.dc-heading.--heading1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 56px;
}
.dc-heading.--heading1 .dc-heading__main {
  font-family: Krona One, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.0416666667;
  letter-spacing: 0.02em;
}
.dc-heading.--heading1 .dc-heading__main .gradation {
  background: linear-gradient(90deg, #e71617 0%, #e71617 18%, #e96e15 18%, #e96e15 32%, #ffd400 32%, #ffd400 48%, #008d59 48%, #008d59 62%, #0047ab 62%, #0047ab 78%, #772f9e 78%, #772f9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dc-heading.--heading1 .dc-heading__sub {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #e96e15;
}
.dc-heading.--heading1-center {
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .dc-heading.--heading1 {
    gap: 0;
    margin-bottom: 22px;
  }
  .dc-heading.--heading1 .dc-heading__sub {
    font-size: 16px;
    line-height: 2.4375;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .dc-heading.--heading1 .dc-heading__sub {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1080px) {
  .dc-heading.--heading1 .dc-heading__main {
    font-size: 30px;
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
  }
}
.dc-under.--underPrimary {
  color: #e96e15;
  text-decoration: underline;
  text-decoration-color: #ffe8bd;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -0.1em;
  text-decoration-thickness: 0.38em;
}
.dc-txt.--txtPrimary {
  display: inline-block;
  padding: 3px 16px 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 100px;
  color: white;
  background: #e96e15;
}
.dc-txt.--txtPrimary-large {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 16px;
  font-size: 25px;
  line-height: 1.28;
  letter-spacing: 0.02em;
}
.dc-txt.--txtPrimary-large .large {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.dc-txt.--txtPrimary-white {
  border: 2px solid;
  color: #e96e15;
  background-color: white;
}
@media screen and (max-width: 1080px) {
  .dc-txt.--txtPrimary {
    padding: 4px 16px;
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 0.02em;
  }
  .dc-txt.--txtPrimary-large {
    padding: 7px 23px 7px;
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0.02em;
  }
  .dc-txt.--txtPrimary-large .large {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3333333333;
    letter-spacing: 0.02em;
  }
  .dc-txt.--txtPrimary-white {
    padding: 4px 16px;
    font-size: 18px;
    line-height: 1.3333333333;
    letter-spacing: 0.02em;
  }
}
.dc-txt.--txtArrow {
  display: block;
  width: 288px;
  height: 47px;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #e96e15;
  background-image: url(./images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1080px) {
  .dc-txt.--txtArrow {
    width: 115px;
    height: 35px;
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.03em;
  }
}
.dc-txt.--txtIcon {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.dc-txt.--txtIcon::before {
  content: "";
  display: block;
}
.dc-txt.--txtIcon-train::before {
  width: 25px;
  height: 35px;
  background-image: url(./images/icon_train.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-txt.--txtIcon-time::before {
  width: 27px;
  height: 27px;
  background-image: url(./images/icon_time.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-txt.--txtIcon-tel::before {
  width: 26px;
  height: 25px;
  background-image: url(./images/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-img.--imgPrimary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 214px;
  border-radius: 100%;
  border: 2px solid #e96e15;
  overflow: hidden;
}
.dc-split.--split1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 42px;
  margin: 40px auto;
  font-family: Krona One, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 0.8;
  letter-spacing: 0.02em;
  text-align: center;
  color: #e96e15;
}
.dc-split.--split1::before, .dc-split.--split1::after {
  content: "";
  flex: 1;
  height: 3px;
  border-radius: 2em;
  background-color: #e96e15;
}
@media screen and (max-width: 1080px) {
  .dc-split.--split1 {
    gap: 8px;
    width: 100vw;
    max-width: unset;
    margin: 40px calc(-50vw + 50%) 24px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}
.dc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dc-list.--list1 {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.09em;
}
.dc-list.--list1 li {
  position: relative;
  padding-left: 33px;
}
.dc-list.--list1 li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-image: url(./images/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 12px;
  background-color: #251f38;
}
@media screen and (max-width: 1080px) {
  .dc-list.--list1 {
    gap: 2px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.09em;
  }
  .dc-list.--list1 .orange {
    font-weight: 600;
  }
  .dc-list.--list1 li {
    padding-left: 29px;
  }
  .dc-list.--list1 li::before {
    top: 4px;
    width: 24px;
    height: 24px;
    background-size: 14.5px 10.3px;
  }
}
.dc-list.--list2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 600;
  width: calc(100% - 18px - 214px);
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .dc-list.--list2 {
    width: 100%;
  }
}
.dc-list.--list2 li {
  position: relative;
  padding-left: 8px;
}
.dc-list.--list2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  right: unset;
  width: 2px;
  height: calc(100% - 10px);
  border-radius: 2em;
  background-color: #e96e15;
}
@media screen and (max-width: 1080px) {
  .dc-list.--list2 {
    gap: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
.dc-list.--list3 {
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.02em;
}
.dc-list.--list3 li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.dc-list.--list3 li span:not(.img) {
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .dc-list.--list3 {
    gap: 8px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .dc-list.--list3 .img {
    width: 32px;
  }
}
.dc-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.dc-columns .dc-column {
  max-width: 100%;
}
.dc-card.--card1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1080px) {
  .dc-card.--card1 {
    gap: 8px;
  }
  .dc-card.--card1 img {
    width: 100%;
  }
}
.dc-card.--card2 {
  display: flex;
  flex-direction: column;
  width: 407px;
  max-width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background-color: white;
}
.dc-card.--card2 .dc-card2-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
}
.dc-card.--card2 .dc-card2-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  min-height: 112px;
}
.dc-card.--card2 .dc-card2-main p {
  margin-bottom: 0;
}
.dc-card.--card2 .dc-card2-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 115px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.dc-card.--card2 .dc-card2__tag {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.dc-card.--card2 .dc-card2__intro {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.dc-card.--card2 .dc-card2__heading {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.6875;
  letter-spacing: 0.02em;
}
.dc-card.--card2 .dc-card2__btn {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
}
.dc-card.--card2-column {
  flex-direction: row;
  gap: 32px;
  width: 100%;
}
.dc-card.--card2-column .dc-card2-header img {
  width: 210px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.dc-card.--card2-column .dc-card2-body {
  flex: 1;
  justify-content: center;
  padding: 0;
}
.dc-card.--card2-column .dc-card2-main {
  min-height: unset;
}
.dc-card.--card2-column .dc-card2-meta {
  min-height: unset;
}
@media screen and (max-width: 1080px) {
  .dc-card.--card2 {
    width: 223px;
    min-height: 302px;
  }
  .dc-card.--card2 .dc-card2-main {
    min-height: unset;
    padding-top: 12px;
  }
  .dc-card.--card2 .dc-card2-header {
    flex: 1;
    max-height: 169px;
  }
  .dc-card.--card2 .dc-card2-header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dc-card.--card2 .dc-card2-body {
    gap: 16px;
    padding: 24px 14px;
  }
  .dc-card.--card2 .dc-card2__intro {
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
  }
  .dc-card.--card2 .dc-card2__heading {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .dc-card.--card2-column {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    min-height: unset;
    border-radius: 0;
  }
  .dc-card.--card2-column .dc-card2-header img {
    width: 104px;
    height: 104px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dc-card.--card2-column .dc-card2-body {
    gap: 4px;
    padding: 0;
  }
  .dc-card.--card2-column .dc-card2-meta {
    gap: 4px;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.02em;
  }
  .dc-card.--card2-column .dc-card2-main {
    align-items: center;
    gap: 4px;
  }
  .dc-card.--card2-column .dc-card2__intro {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .dc-card.--card2-column .dc-card2__heading {
    font-size: 19px;
    line-height: 1.2631578947;
    letter-spacing: 0.02em;
  }
  .dc-card.--card2-column .dc-card2__tag {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    padding: 3px 16px;
  }
}
.dc-card.--card3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 282px;
  max-width: 100%;
  padding: 32px 24px;
  border-radius: 20px;
  border: 2px solid #e96e15;
  background-color: white;
}
@media screen and (max-width: 1080px) {
  .dc-card.--card3 {
    width: 100%;
  }
}
.dc-card.--card3 .dc-card3__tag {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 8px;
  border-radius: 100px;
  font-family: Krona One, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: white;
  background-color: #e96e15;
}
@media screen and (max-width: 1080px) {
  .dc-card.--card3 .dc-card3__tag {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}
.dc-card.--card3 .dc-card3__heading {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.9285714286;
  letter-spacing: 0.02em;
  text-align: center;
  color: #e96e15;
}
@media screen and (max-width: 1080px) {
  .dc-card.--card3 .dc-card3__heading {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.dc-card.--card3 .dc-card3__txt {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
}
.dc-card.--card3-group {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .dc-card.--card3-group {
    flex-direction: column;
  }
}
.dc-card.--card3-group::before {
  content: "";
  position: absolute;
  z-index: -5;
  top: 243px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 6px dotted #e96e15;
}
@media screen and (max-width: 1080px) {
  .dc-card.--card3-group::before {
    content: "";
    display: block;
    height: 95%;
    width: 6px;
    border-left: 5px dotted #e96e15;
    position: absolute;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -5;
  }
}
.dc-card.--card4 {
  max-width: 100%;
  border-radius: 20px;
  border: 3px solid #e96e15;
  background-color: white;
  overflow: hidden;
  position: relative;
}
.dc-card.--card4 .dc-card4-top {
  padding: 24px 32px 74px;
}
@media screen and (max-width: 1080px) {
  .dc-card.--card4 .dc-card4-top {
    padding: 12px 15px 62px;
  }
}
@media screen and (max-width: 768px) {
  .dc-card.--card4 .dc-card4-top {
    padding: 12px 15px 48px;
  }
}
.dc-card.--card4 .dc-card4-bottom {
  background-color: #e96e15;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.dc-card.--card4 .dc-card4__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.9285714286;
  letter-spacing: 0.02em;
  text-align: left;
  color: #e96e15;
}
.dc-card.--card4 .dc-card4__more {
  display: flex;
  justify-content: center;
  gap: 2px;
  padding: 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 0;
  border-radius: unset;
  color: white;
  background-color: unset;
}
.dc-card.--card4-modal {
  position: relative;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  padding: 0;
}
.dc-card.--card4-modal .dc-card4-top {
  padding: 0;
}
.dc-card.--card4-modal .dc-card4-detail {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  width: 972px;
  max-width: 100%;
  margin: 0 auto;
}
.dc-card.--card4-modal .dc-card4-detail__heading {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 2em;
  color: white;
  background-color: #f8ab74;
}
.dc-card.--card4-modal .dc-card4-detail__list {
  gap: 16px;
  font-size: 24px;
  line-height: 2.25;
  letter-spacing: 0.02em;
}
.dc-card.--card4-modal .dc-card4-detail__list li {
  padding-left: 40px;
}
.dc-card.--card4-modal .dc-card4-detail__list li::before {
  top: 12px;
  width: 32px;
  height: 32px;
  background-position: 50% 55%;
  background-size: 19px 14px;
}
.dc-card.--card4-modal .dc-card4-bottom.--modalClose {
  position: static;
  border-radius: unset;
}
.dc-card.--card4-modal .dc-card4__heading {
  justify-content: center;
}
.dc-card.--card4-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 62px;
}
.dc-card.--card4-2 .dc-card4__heading {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.5833333333;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.dc-card.--card4-2 .dc-card4__txt {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.7916666667;
  letter-spacing: 0.02em;
}
.dc-card.--card4-2 .dc-card4__txt p {
  margin-bottom: 0;
}
.dc-card.--card4-2 .dc-card4__txt p:last-child {
  line-height: 31px;
}
.dc-card.--card4-2-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 75px 47px;
}
@media screen and (max-width: 1080px) {
  .dc-card.--card4-2-group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dc-card.--card4-2.--card4-modal {
  width: 1120px;
  border: none;
  border-radius: 0;
  padding: 0;
}
.dc-card.--card4-2.--card4-modal .dc-card4-detail {
  gap: 24px;
  width: 100%;
}
.dc-card.--card4-2.--card4-modal .dc-card4-detail__heading {
  padding: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5833333333;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 0;
  color: #f8ab74;
  background-color: unset;
}
.dc-card.--card4-2.--card4-modal .dc-card4-detail__txt {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5833333333;
  letter-spacing: 0.02em;
}
.dc-card.--card4-2.--card4-modal .dc-card4__heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .dc-card.--card4 .dc-card4__heading {
    gap: 8px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: left;
    flex-direction: column;
  }
  .dc-card.--card4 .dc-card4__heading__img img {
    width: 40px;
  }
  .dc-card.--card4 .dc-card4__heading__txt {
    flex: 1;
  }
  .dc-card.--card4 .dc-card4__more {
    padding: 10px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .dc-card.--card4-modal .dc-card4-detail {
    gap: 15px;
  }
  .dc-card.--card4-modal .dc-card4-detail__heading {
    padding: 0 20px;
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0.02em;
  }
  .dc-card.--card4-modal .dc-card4-detail__list {
    gap: 8px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
  .dc-card.--card4-modal .dc-card4-detail__list li {
    padding-left: 32px;
  }
  .dc-card.--card4-modal .dc-card4-detail__list li::before {
    top: 2px;
    width: 24px;
    height: 24px;
    background-position: 50% 55%;
    background-size: 13px 9px;
  }
  .dc-card.--card4-modal .dc-card4-bottom.--modalClose {
    height: 45px;
    font-size: 18px;
    line-height: 20px;
  }
  .dc-card.--card4-modal .dc-card4__heading {
    margin-bottom: 15px;
  }
  .dc-card.--card4-group {
    gap: 20px;
  }
  .dc-card.--card4-2 .dc-card4__heading {
    margin-bottom: 10px;
  }
  .dc-card.--card4-2 .dc-card4__txt {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0.02em;
  }
  .dc-card.--card4-2 .dc-card4__txt p:last-child {
    line-height: 24px;
  }
  .dc-card.--card4-2-group {
    gap: 30px;
  }
  .dc-card.--card4-2.--card4-modal .dc-card4-top {
    padding: 0 !important;
  }
  .dc-card.--card4-2.--card4-modal .dc-card4-detail {
    gap: 15px;
  }
  .dc-card.--card4-2.--card4-modal .dc-card4-detail__heading {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .dc-card.--card4-2.--card4-modal .dc-card4-detail__heading br {
    display: none;
  }
  .dc-card.--card4-2.--card4-modal .dc-card4-detail__txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
  .dc-card.--card4-2.--card4-modal .dc-card4__heading {
    margin-bottom: 15px;
    text-align: center;
  }
}
.dc-entry.--entry1 {
  display: block;
  width: 383px;
  max-width: 100%;
  color: inherit;
  text-decoration: unset;
  cursor: pointer;
}
.dc-entry.--entry1 .dc-entry1-in {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dc-entry.--entry1 .dc-entry1-meta {
  display: flex;
  flex-direction: column;
}
.dc-entry.--entry1 .dc-entry1__thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.dc-entry.--entry1 .dc-entry1__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dc-entry.--entry1 .dc-entry1__title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
.dc-entry.--entry1 .dc-entry1__date {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.02em;
}
.dc-entry.--entry1-list .dc-entry1-list-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  padding: 40px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.02em;
  border-radius: 30px;
  background-color: #fafafa;
}
.dc-entry.--entry1-list .dc-entry1-list__more {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 32px;
  margin-left: auto;
}
.dc-entry.--entry1-2 {
  width: 588px;
}
.dc-entry.--entry1-2 .dc-entry1-in {
  gap: 8px;
}
.dc-entry.--entry1-2 .dc-entry1__thumb {
  margin-bottom: 16px;
}
.dc-entry.--entry1-2 .dc-entry1__thumb img {
  width: 100%;
}
.dc-entry.--entry1-2 .dc-entry1__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.9285714286;
  letter-spacing: 0.02em;
}
.dc-entry.--entry1-2 .dc-entry1__date {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1080px) {
  .dc-entry.--entry1 .dc-entry1-meta {
    display: flex;
    flex-direction: column;
  }
  .dc-entry.--entry1 .dc-entry1__title {
    font-size: 16px;
    line-height: 1.9375;
    letter-spacing: 0.02em;
  }
  .dc-entry.--entry1 .dc-entry1__date {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .dc-entry.--entry1-list {
    width: 383px;
    max-width: 100%;
    margin: 0 auto;
  }
  .dc-entry.--entry1-list .dc-entry1-list-empty {
    font-size: 18px;
  }
  .dc-entry.--entry1-list .dc-entry1-list__more {
    width: 100%;
    padding: 6px 32px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    justify-content: center;
  }
  .dc-entry.--entry1-2 .dc-entry1-in {
    gap: 8px;
  }
  .dc-entry.--entry1-2 .dc-entry1-meta {
    order: 3;
  }
  .dc-entry.--entry1-2 .dc-entry1__thumb {
    order: 1;
    margin-bottom: 0;
  }
  .dc-entry.--entry1-2 .dc-entry1__title {
    order: 2;
    font-size: 16px;
    line-height: 1.9375;
    letter-spacing: 0.02em;
  }
  .dc-entry.--entry1-2 .dc-entry1__date {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
.dc-entry.--entry2-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 72px 64px;
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
}
.dc-entry.--entry2-list .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .dc-entry.--entry2-list {
    gap: 40px;
    width: 400px;
  }
  .dc-entry.--entry2-list .pagination {
    margin-top: 24px;
  }
}
.dc-qa.--qa1 {
  border-radius: 20px;
  background-color: white;
}
.dc-qa.--qa1 .dc-qa1-item.--q {
  cursor: pointer;
}
.dc-qa.--qa1 .dc-qa1-item.--q .dc-qa1-in {
  position: relative;
  padding-right: 80px;
}
.dc-qa.--qa1 .dc-qa1-item.--q .dc-qa1-in::before, .dc-qa.--qa1 .dc-qa1-item.--q .dc-qa1-in::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: unset;
  width: 20px;
  border-radius: 2em;
  background-color: #e96e15;
  transition: all 0.2s;
}
.dc-qa.--qa1 .dc-qa1-item.--q .dc-qa1-in::before {
  right: 40px;
  height: 2.5px;
}
.dc-qa.--qa1 .dc-qa1-item.--q .dc-qa1-in::after {
  right: 48.5px;
  width: 2.5px;
  height: 20px;
}
.dc-qa.--qa1 .dc-qa1-item.--q .dc-qa1__icon {
  color: #e96e15;
}
.dc-qa.--qa1 .dc-qa1-item.--a {
  display: none;
}
.dc-qa.--qa1 .dc-qa1-item.--a .dc-qa1__icon {
  color: transparent;
  -webkit-text-stroke: 2px #e96e15;
  paint-order: stroke;
}
.dc-qa.--qa1 .dc-qa1-in {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 40px;
}
.dc-qa.--qa1 .dc-qa1__icon {
  font-family: Krona One, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
.dc-qa.--qa1 .dc-qa1__heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.02em;
}
.dc-qa.--qa1 .dc-qa1__txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.02em;
}
.dc-qa.--qa1.--show .dc-qa1-item.--q .dc-qa1-in::after {
  opacity: 0;
}
.dc-qa.--qa1-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1080px) {
  .dc-qa.--qa1 .dc-qa1-item.--q .dc-qa1-in::before {
    right: 24px;
  }
  .dc-qa.--qa1 .dc-qa1-item.--q .dc-qa1-in::after {
    right: 33px;
  }
  .dc-qa.--qa1 .dc-qa1-item.--a .dc-qa1-in {
    padding-right: 24px;
  }
  .dc-qa.--qa1 .dc-qa1-in {
    padding: 8px 24px;
    padding-right: 54px;
  }
  .dc-qa.--qa1 .dc-qa1__icon {
    font-size: 24px;
    line-height: 2.0833333333;
    letter-spacing: 0.02em;
  }
  .dc-qa.--qa1 .dc-qa1__heading {
    font-size: 16px;
    line-height: 1.5625;
    letter-spacing: 0.02em;
  }
  .dc-qa.--qa1 .dc-qa1__txt {
    font-size: 16px;
    line-height: 1.5625;
    letter-spacing: 0em;
  }
  .dc-qa.--qa1-group {
    gap: 16px;
  }
}
.dc-box.--box1 {
  margin: 40px 0;
  padding: 40px;
  border-radius: 20px;
  border: 2px solid #e96e15;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1080px) {
  .dc-box.--box1 {
    padding: 40px 24px;
  }
}
.dc-box.--box1 .dc-box1-in {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 1056px;
  max-width: 100%;
  margin: 0 auto;
}
.dc-box.--box1 .dc-box1-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1080px) {
  .dc-box.--box1 .dc-box1-columns {
    gap: 24px;
    flex-direction: column;
  }
  .dc-box.--box1 .dc-box1-columns.--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1080px) {
  .dc-box.--box1 .dc-box1-column img {
    width: 150px;
  }
}
.dc-box.--box1 .dc-box1-column.--txt {
  flex: 1;
}
.dc-box.--box1 .dc-box1-detail {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  font-weight: 600;
  border-radius: 20px;
  background: #FFF5E3;
}
@media screen and (max-width: 1080px) {
  .dc-box.--box1 .dc-box1-detail {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
}
.dc-box.--box1 .dc-box1-detail-item {
  flex: 1;
  position: relative;
  text-align: center;
}
.dc-box.--box1 .dc-box1-detail-item p {
  letter-spacing: 0.02em;
  text-align: left;
}
.dc-box.--box1 .dc-box1-detail-item p span {
  font-weight: 100;
  margin-left: 8px;
}
.dc-box.--box1 .dc-box1-detail-item__tag {
  display: inline-block;
  padding: 4px 16px;
  font-weight: 400;
  border-radius: 100px;
  background-color: #e96e15;
  color: white;
}
@media screen and (max-width: 1080px) {
  .dc-box.--box1 .dc-box1-detail-item__tag {
    margin-bottom: 8px;
  }
}
.dc-box.--box1 .dc-box1-detail-item.--border {
  position: relative;
  border-left: 4px dotted #e96e15;
  padding-left: 24px;
  margin-left: 24px;
}
@media screen and (max-width: 1080px) {
  .dc-box.--box1 .dc-box1-detail-item.--border {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}
.dc-box.--box1 .dc-box1__heading {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.6875;
  letter-spacing: 0.02em;
  color: #e96e15;
}
@media screen and (max-width: 1080px) {
  .dc-box.--box1 .dc-box1__heading {
    font-size: 25px;
    line-height: 1.56;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 16px;
  }
}
.dc-box.--box2 {
  position: relative;
  padding: 34px 40px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #e96e15;
  background-color: white;
}
@media screen and (max-width: 1080px) {
  .dc-box.--box2 {
    padding: 24px;
  }
}
.dc-box.--box2 .dc-box2-deco img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: unset;
}
.dc-box.--box2 .dc-box2-deco img:first-child {
  left: -85px;
  bottom: -82px;
  right: unset;
}
.dc-box.--box2 .dc-box2-deco img:nth-child(2) {
  right: -96px;
  bottom: -67px;
  left: unset;
}
.dc-box.--box2 .dc-box2-deco img:nth-child(3) {
  left: -40px;
  bottom: -3px;
  right: unset;
}
.dc-box.--box2 .dc-box2-deco img:nth-child(4) {
  right: -30px;
  bottom: -4px;
  left: unset;
}
.dc-box.--box2 .dc-box2-in {
  display: flex;
  flex-direction: column;
}
.dc-box.--box2 .dc-box2__heading {
  margin-bottom: 24px;
  font-family: Krona One, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.0416666667;
  letter-spacing: 0.02em;
  color: #e96e15;
}
@media screen and (max-width: 1080px) {
  .dc-box.--box2 .dc-box2__heading {
    font-size: 30px;
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
  }
}
.dc-box.--box2 .dc-box2__txt {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #e96e15;
}
@media screen and (max-width: 1080px) {
  .dc-box.--box2 .dc-box2__txt {
    margin-bottom: 5px;
  }
}
.dc-box.--box2 .dc-box2__txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  top: unset;
  bottom: -5px;
  width: 180px;
  height: 25px;
  background: #ffe8bd;
}
.dc-box.--box2 .dc-box2__txt .large {
  font-size: 86px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.dc-box.--box2 .dc-box2__txt .small {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.02em;
}
.dc-box.--box2 .dc-box2__supp {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
.dc-block.--block1 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.dc-block.--block1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: unset;
  right: -32px;
  width: 0;
  height: 100%;
  border-right: 3px dotted #e96e15;
}
.dc-block.--block1 .orange {
  font-weight: 600;
}
.dc-block.--block1 .dc-block1-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: row;
  gap: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
.dc-block.--block1 .dc-block1__headline {
  padding: 8px 23px 6px;
  border-radius: 100px;
  font-family: Krona One, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: white;
  background-color: #e96e15;
}
.dc-block.--block1:last-child::after {
  display: none;
}
.dc-block.--block1-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 1080px) {
  .dc-block.--block1 {
    gap: 8px;
    width: 100%;
  }
  .dc-block.--block1 .dc-block1-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.02em;
  }
  .dc-block.--block1 .dc-block1-right img {
    width: auto;
    height: 56px;
  }
  .dc-block.--block1 .dc-block1__headline {
    padding: 4px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: 0.02em;
  }
  .dc-block.--block1::after {
    left: 0;
    right: unset;
    top: unset;
    bottom: -16px;
    width: 100%;
    height: 0%;
    border-top: 3px dotted #e96e15;
  }
  .dc-block.--block1-group {
    gap: 32px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.dc-block.--block2 {
  padding: 32px 24px;
  width: 603px;
  max-width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.02em;
  border-radius: 20px;
  border: 2px solid #e96e15;
  background-color: white;
}
.dc-block.--block2 .dc-block2-in {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.dc-block.--block2 .dc-block2-item-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 529px;
  max-width: 100%;
}
.dc-block.--block2 .dc-block2-item-columns .dc-list {
  flex: 1;
}
.dc-block.--block2 .dc-block2-item-head__imgTb {
  display: none;
}
.dc-block.--block2 .dc-block2-item__heading {
  margin-bottom: 24px;
}
.dc-block.--block2 .dc-block2-item.--w510 {
  width: 510px;
  max-width: 100%;
  margin: 0 auto;
}
.dc-block.--block2-group .dc-block.--block2 {
  min-width: 603px;
}
.dc-block.--block2-group .dc-block2-group-tabs {
  display: none;
}
.dc-block.--block2-group .dc-block2-group-content {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 43px;
}
@media screen and (max-width: 1080px) {
  .dc-block.--block2 {
    font-size: 18px;
    line-height: 2.1666666667;
    letter-spacing: 0.02em;
  }
  .dc-block.--block2 .dc-block2-in {
    gap: 16px;
  }
  .dc-block.--block2 .dc-block2-item-head__imgTb {
    display: block;
    width: 72px;
    height: 72px;
  }
  .dc-block.--block2 .dc-block2-item-head__imgPc {
    display: none;
  }
  .dc-block.--block2 .dc-block2-item-columns {
    width: 100%;
  }
  .dc-block.--block2 .dc-block2-item__heading {
    min-width: unset;
    margin: auto 0;
  }
  .dc-block.--block2 .dc-block2-item.--head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
  }
  .dc-block.--block2 .dc-block2-item:not(.--head) .dc-block2-item__heading {
    margin: 0 auto 16px;
  }
  .dc-block.--block2-group .dc-block.--block2 {
    min-width: unset;
  }
  .dc-block.--block2-group .dc-block2-group-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
  }
  .dc-block.--block2-group .dc-block2-group-content {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .dc-block.--block2-group .dc-block2-group-content > *.--active {
    display: block;
  }
  .dc-block.--block2-group .dc-block2-group__tab {
    display: block;
    padding: 8px 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1111111111;
    letter-spacing: 0.02em;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 2em;
    color: white;
    background-color: #e96e15;
    cursor: pointer;
  }
  .dc-block.--block2-group .dc-block2-group__tab.--active {
    border: 2px solid;
    color: #e96e15;
    background-color: white;
  }
}
.dc-block.--block3 {
  height: 100%;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.dc-block.--block3 .dc-block3-in {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 872px;
  max-width: 100%;
  margin: 0 auto;
}
.dc-block.--block3 .dc-block3-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.dc-block.--block3 .dc-block3__heading {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 0 32px;
  border-radius: 100px;
  color: white;
  background: #f8ab74;
}
.dc-block.--block3 .dc-block3__tag {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #e96e15;
}
@media screen and (max-width: 1080px) {
  .dc-block.--block3 {
    padding: 0;
  }
  .dc-block.--block3 .dc-block3-in {
    gap: 16px;
  }
  .dc-block.--block3 .dc-block3-item {
    gap: 16px;
  }
  .dc-block.--block3 .dc-block3__heading {
    padding: 0 24px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .dc-block.--block3 .dc-block3__tag {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
}
.dc-block.--block4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.02em;
}
.dc-block.--block4 .dc-block4-head {
  margin-bottom: 4px;
  color: #e96e15;
}
.dc-block.--block4 .dc-block4-main a {
  color: inherit;
  text-decoration: unset;
}
.dc-block.--block4 .dc-block4-main p {
  margin-bottom: 4px;
}
.dc-block.--block4 .dc-block4-main p:last-child {
  margin-bottom: 0;
}
.dc-block.--block4 .dc-block4-btn {
  width: 368px;
  max-width: 100%;
  margin-top: 16px;
}
.dc-block.--block4 .dc-block4-in {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
.dc-block.--block4 .dc-block4-column.--txt {
  flex: 1;
}
.dc-block.--block4 .dc-block4__heading {
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.6875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1080px) {
  .dc-block.--block4 {
    font-size: 16px;
    line-height: 1.5625;
    letter-spacing: 0.02em;
  }
  .dc-block.--block4 .dc-block4-head {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.9444444444;
    letter-spacing: 0.04em;
  }
  .dc-block.--block4 .dc-block4-main p {
    margin-bottom: 8px;
  }
  .dc-block.--block4 .dc-block4-in {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .dc-block.--block4 .dc-block4-column {
    width: 100%;
  }
  .dc-block.--block4 .dc-block4-column.--txt {
    width: 100%;
  }
  .dc-block.--block4 .dc-block4-column.--img img {
    height: 216px;
    border-radius: 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dc-block.--block4 .dc-block4__heading {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.dc-slider.--slider1 {
  width: 100vw;
  overflow: auto;
  margin: 0 calc(50% - 50vw);
  padding: 0 95px 32px;
}
.dc-swiper.--swiper1 {
  position: relative;
}
.dc-swiper.--swiper1 .swiper {
  overflow: unset;
}
.dc-swiper.--swiper1 .swiper-slide {
  height: auto !important;
}
.dc-swiper.--swiper1 .swiper-button {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background-color: #e96e15;
  transform: translateY(-25px);
  cursor: pointer;
}
.dc-swiper.--swiper1 .swiper-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  background-image: url(./images/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-swiper.--swiper1 .swiper-button::after {
  display: none;
}
.dc-swiper.--swiper1 .swiper-button-prev {
  left: -59px;
}
.dc-swiper.--swiper1 .swiper-button-next {
  right: -59px;
  transform: scale(-1, 1) translateY(-25px);
}
.dc-swiper.--swiper1 .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-direction: row;
  gap: 50px;
  overflow: auto;
}
@media screen and (max-width: 1080px) {
  .dc-swiper.--swiper1 .swiper-button {
    display: none;
  }
  .dc-swiper.--swiper1 .swiper:not(.swiper-initialized) .swiper-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.dc-cta.--cta1 {
  width: 1250px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  background: linear-gradient(91.87deg, #fffbeb 1.55%, #ffe8bd 102.29%);
  margin-top: 80px;
}
.dc-cta.--cta1 .dc-cta1-in {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 80px;
  padding: 24px 34px;
}
.dc-cta.--cta1 .dc-cta1-left {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 34px;
}
.dc-cta.--cta1 .dc-cta1-left::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  width: 0;
  height: calc(100% - 22px);
  margin: auto;
  border-right: 4px dotted #e96e15;
}
.dc-cta.--cta1 .dc-cta1-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.02em;
  text-align: center;
}
.dc-cta.--cta1 .dc-cta1-right p {
  margin-bottom: 0;
}
.dc-cta.--cta1-thin {
  background: #fffcf2;
}
@media screen and (min-width: 1081px) {
  .dc-cta.--cta1 .dc-cta1-left {
    flex-wrap: wrap;
    justify-content: center;
  }
  .dc-cta.--cta1 .dc-cta1-left-img {
    min-width: 130px;
  }
  .dc-cta.--cta1 .dc-cta1-left-txt {
    flex: 1;
    min-width: 300px;
  }
  .dc-cta.--cta1 .dc-cta1-right {
    min-width: 275px;
  }
  .dc-cta.--cta1-pc-thin {
    background: #fffcf2;
  }
}
@media screen and (max-width: 1080px) {
  .dc-cta.--cta1 {
    width: 500px;
    margin-top: 76px;
  }
  .dc-cta.--cta1 .dc-cta1-in {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 0 24px 24px;
  }
  .dc-cta.--cta1 .dc-cta1-left {
    align-items: center;
    flex-direction: column;
    gap: 0px;
    margin-top: -76px;
  }
  .dc-cta.--cta1 .dc-cta1-left-img img {
    width: 112px;
  }
  .dc-cta.--cta1 .dc-cta1-left-txt {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
  }
  .dc-cta.--cta1 .dc-cta1-left::after {
    display: none;
  }
  .dc-cta.--cta1 .dc-cta1-right {
    font-size: 16px;
    line-height: 2.4375;
    letter-spacing: 0.02em;
  }
  .dc-cta.--cta1 .dc-cta1-right .dc-btn {
    margin-bottom: 16px;
  }
}
.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;
  -o-object-fit: cover;
     object-fit: cover;
}
.dc-section-in {
  position: relative;
  z-index: 10;
  max-width: 100%;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 1080px) {
  .dc-section-in {
    padding: 0 32px;
  }
}
.dc-section.--fv {
  padding-top: 122px;
}
.dc-section.--fv .dc-section-in {
  padding: 0;
  width: 1140px;
}
@media screen and (min-width: 1081px) {
  .dc-section.--fv .dc-heading.--headingFV {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1080px) {
  .dc-section.--fv {
    padding-top: 68px;
  }
  .dc-section.--fv .sectionFv-img {
    margin-top: 3px;
    width: 100%;
  }
  .dc-section.--fv .sectionFv-img img {
    width: 100%;
    margin: 0 auto;
  }
}
.dc-section.--fvPage {
  padding: 160px 0 122px;
  margin-bottom: -50px;
  background: linear-gradient(93.08deg, #fff7de -12.03%, #ffe3cd 111.52%);
}
.dc-section.--fvPage-2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dc-section.--fvPage {
    padding: 92px 0 50px;
    margin-bottom: -18px;
  }
}
@media screen and (max-width: 1080px) {
  .dc-section.--cta .dc-section-in {
    width: 100%;
    padding: 0;
  }
}
.dc-section.--section1 {
  border-radius: 50px 50px 0 0;
  background-color: white;
}
.dc-section.--section1-2 {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .dc-section.--section1 {
    border-radius: 20px 20px 0 0;
  }
}
.dc-section.--sectionArchive {
  padding: 127px 0 100px;
}
@media screen and (max-width: 768px) {
  .dc-section.--sectionArchive {
    padding: 48px 0;
  }
}
.dc-section.--sectionSingle {
  padding: 127px 0 80px;
}
.dc-section.--sectionSingle .dc-section-in {
  width: 1030px;
}
@media screen and (max-width: 768px) {
  .dc-section.--sectionSingle {
    padding: 40px 0;
  }
  .dc-section.--sectionSingle .dc-section-in {
    width: 500px;
  }
}
.dc-page.--page1 .dc-section-in {
  width: 1320px;
}
@media screen and (max-width: 768px) {
  .dc-page.--page1 .dc-section-in {
    width: 500px;
  }
}
.dc-page.--home .dc-section {
  overflow: hidden;
}
.dc-page.--home .dc-section-in {
  width: 1328px;
}
.dc-page.--home .dc-section.--fv .dc-section-in {
  width: 1140px;
}
.dc-page.--home .dc-section.--cta .dc-section-in,
.dc-page.--home .pageHome-point .dc-section-in {
  width: 1440px;
}
.dc-page.--home .pageHome-point {
  padding: 65px 0;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-point {
    padding: 16px 0;
  }
  .dc-page.--home .pageHome-point .dc-section-in {
    padding: 0 32px;
  }
  .dc-page.--home .pageHome-point .dc-block.--block1 .dc-block1-body {
    padding-right: 14px;
  }
  .dc-page.--home .pageHome-point .dc-block.--block1:last-child .dc-block1-body {
    padding-right: 0;
  }
  .dc-page.--home .pageHome-point .dc-block.--block1:last-child .dc-block1-right {
    flex: 1;
    max-width: 80px;
    min-width: 50px;
  }
  .dc-page.--home .pageHome-point .dc-block.--block1:last-child .dc-block1-right img {
    width: 100%;
    height: auto;
  }
}
.dc-page.--home .pageHome-about {
  padding: 27px 0 48px;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.02em;
}
.dc-page.--home .pageHome-about-columns {
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
}
.dc-page.--home .pageHome-about-columns .dc-column.--txt {
  flex: 1;
}
.dc-page.--home .pageHome-about-columns .dc-column.--txt p {
  font-weight: 500;
}
.dc-page.--home .pageHome-about-columns .dc-column.--txt p .bold {
  font-weight: 600;
}
.dc-page.--home .pageHome-about-detail {
  font-weight: 500;
}
.dc-page.--home .pageHome-about-detail .dc-columns {
  gap: 32px;
  padding: 0 45px;
}
.dc-page.--home .pageHome-about-detail .dc-columns .dc-column.--txt {
  flex: 1;
}
@media screen and (min-width: 1081px) {
  .dc-page.--home .pageHome-about-columns .dc-column.--txt {
    min-width: 500px;
  }
  .dc-page.--home .pageHome-about-detail .dc-columns .dc-column.--txt {
    min-width: 300px;
  }
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-about {
    padding: 40px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.02em;
  }
  .dc-page.--home .pageHome-about-columns {
    flex-direction: column;
    gap: 16px;
  }
  .dc-page.--home .pageHome-about-columns .dc-column.--txt p {
    margin-bottom: 16px;
  }
  .dc-page.--home .pageHome-about-columns .dc-column.--txt .heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
  .dc-page.--home .pageHome-about-detail .dc-columns {
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
  .dc-page.--home .pageHome-about-detail .dc-columns .dc-column.--img {
    display: flex;
    justify-content: center;
  }
}
.dc-page.--home .pageHome-program {
  padding: 86px 0 142px;
  border-radius: 50px;
  background: linear-gradient(219.89deg, #fff7de 5.61%, #ffe3cd 100.98%);
}
.dc-page.--home .pageHome-program h2 {
  margin-bottom: 0px;
}
.dc-page.--home .pageHome-program-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 80px;
}
.dc-page.--home .pageHome-program-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  margin-top: 23px;
}
.dc-page.--home .pageHome-program-btns .dc-btn {
  min-width: 371px;
  max-width: 100%;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-program .swiper-button {
    display: none;
  }
}
.dc-page.--home .pageHome-program .swiper-button.swiper-button-next, .dc-page.--home .pageHome-program .swiper-button.swiper-button-prev {
  height: 47px;
  width: 47px;
}
.dc-page.--home .pageHome-program .swiper-button.swiper-button-next {
  right: -20px;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-program .swiper-button.swiper-button-next {
    display: none;
  }
}
.dc-page.--home .pageHome-program .swiper-button.swiper-button-prev {
  left: -20px;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-program .swiper-button.swiper-button-prev {
    display: none;
  }
}
.dc-page.--home .pageHome-program .swiper-button.swiper-button-next::after, .dc-page.--home .pageHome-program .swiper-button.swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 45px;
}
.dc-page.--home .pageHome-program .swiper-button.swiper-button-next::after {
  right: 0;
  background-image: url(./images/front-page/staff-arrow.svg);
  transform: rotate(180deg);
}
.dc-page.--home .pageHome-program .swiper-button.swiper-button-prev::after {
  left: 0;
  background-image: url(./images/front-page/staff-arrow.svg);
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-program .swiper-pagination-program {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-program {
    padding: 40px 0;
    margin-bottom: -10px;
    background: linear-gradient(309.89deg, #fff7de 5.61%, #ffe3cd 100.98%);
  }
  .dc-page.--home .pageHome-program h2 {
    margin: 0 auto;
    text-align: center;
  }
  .dc-page.--home .pageHome-program h2 .dc-heading__sub {
    line-height: 22px;
  }
  .dc-page.--home .pageHome-program .dc-list.--list2 .orange {
    font-weight: 600;
  }
  .dc-page.--home .pageHome-program .dc-cta {
    display: none;
  }
  .dc-page.--home .pageHome-program-header {
    margin-bottom: 24px;
  }
  .dc-page.--home .pageHome-program-btns {
    gap: 24px;
    margin-top: 24px;
  }
  .dc-page.--home .pageHome-program-btns .dc-btn {
    width: 100%;
    min-width: unset;
    min-height: 66px;
    padding: 8px 32px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3888888889;
    letter-spacing: 0.02em;
  }
  .dc-page.--home .pageHome-program-btns .dc-btn span.icon {
    min-width: 26px;
  }
}
.dc-page.--home .pageHome-program-body .swiper-program .swiper-slide {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 20px;
  border: 2px solid #e96e15;
}
.dc-page.--home .pageHome-program-body .swiper-program .swiper-slide .dc-block2-item-columns {
  display: flex;
  gap: 18px;
  margin-bottom: 41px;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-program-body .swiper-program .swiper-slide .dc-block2-item-columns {
    display: block;
  }
}
.dc-page.--home .pageHome-strength {
  padding: 80px 0 132px;
  margin-top: -62px;
  border-radius: 50px;
  background-color: white;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-strength {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 10px;
  }
}
.dc-page.--home .pageHome-strength h2 {
  margin-bottom: 40px;
}
.dc-page.--home .pageHome-staff {
  padding: 80px 0 216px;
  margin-top: -20px;
  border-radius: 50px;
  background: linear-gradient(309.89deg, #fff7de 5.61%, #ffe3cd 100.98%);
}
.dc-page.--home .pageHome-staff h2 {
  margin-bottom: 10px;
}
.dc-page.--home .pageHome-staff .dc-section-back {
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #fff calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #fff calc(100% - 2px));
  background-size: 90px 90px;
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.5;
}
.dc-page.--home .pageHome-staff .pageHome-staff-slider {
  display: flex;
  flex-direction: row;
  gap: 56px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.02em;
}
.dc-page.--home .pageHome-staff .pageHome-staff-slider-item {
  min-width: 408px;
}
.dc-page.--home .pageHome-staff .pageHome-staff-slider-item.--intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 321px;
  min-width: unset;
  padding: 83px 0 0;
  padding-right: 33px;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-staff {
    padding: 40px 0 70px;
    margin-top: 40px;
    border-radius: 20px;
    background: linear-gradient(219.89deg, #fff7de 5.61%, #ffe3cd 100.98%);
  }
  .dc-page.--home .pageHome-staff h2 {
    margin: 0 auto 32px;
    text-align: center;
  }
  .dc-page.--home .pageHome-staff h2 .dc-heading__sub {
    line-height: 22px;
  }
  .dc-page.--home .pageHome-staff .dc-section-back {
    background-size: 22.6px 22.6px;
  }
  .dc-page.--home .pageHome-staff .dc-card.--card2 .dc-card2-meta {
    display: none;
  }
  .dc-page.--home .pageHome-staff .pageHome-staff-slider {
    gap: 24px;
    width: 100%;
    padding: 0 0 20px;
    margin: 0;
    overflow: visible;
  }
  .dc-page.--home .pageHome-staff .pageHome-staff-slider-item {
    min-width: 223px;
  }
  .dc-page.--home .pageHome-staff .pageHome-staff-slider-item.--intro {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.02em;
  }
  .dc-page.--home .pageHome-staff .pageHome-staff-slider-item:not(.--main) .dc-card2-body {
    padding: 0 16px 11px;
  }
}
.dc-page.--home .pageHome-price {
  padding: 53px 0 153px;
  margin-top: -60px;
  border-radius: 50px;
  background: #fffdf4;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-price {
    margin-top: -45px;
    padding-bottom: 40px;
  }
}
.dc-page.--home .pageHome-price h2 {
  margin-bottom: 24px;
}
.dc-page.--home .pageHome-price__catch {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.6875;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-price__catch {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-price .dc-box2__supp p {
    font-size: 13px;
    line-height: 1.6923076923;
    letter-spacing: 0.02em;
    color: #777;
    margin-top: 24px;
  }
}
.dc-page.--home .pageHome-works {
  padding: 64px 0;
  border-radius: 50px;
  background: #fff;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-works {
    padding: 40px 0 80px;
  }
}
.dc-page.--home .pageHome-works h2 {
  margin-bottom: 43px;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-works h2 {
    text-align: center;
    margin-bottom: 24px;
  }
}
.dc-page.--home .pageHome-works__catch {
  margin-bottom: 43px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.95;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-works__catch {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.02em;
  }
}
.dc-page.--home .pageHome-location {
  padding: 43px 0 110px;
  background: #fff;
}
.dc-page.--home .pageHome-location h2 {
  margin-bottom: 80px;
}
.dc-page.--home .pageHome-location-blocks {
  display: flex;
  flex-direction: column;
  gap: 110px;
}
.dc-page.--home .pageHome-location-blocks .dc-block.--block4 {
  width: 1344px;
  max-width: calc(100vw - 96px);
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-location {
    padding: 40px 0 40px;
    margin-top: -50px;
    border-radius: 20px;
  }
  .dc-page.--home .pageHome-location h2 {
    margin: 0 auto 40px;
    text-align: center;
  }
  .dc-page.--home .pageHome-location h2 .dc-heading__sub {
    line-height: 22px;
  }
  .dc-page.--home .pageHome-location-blocks {
    gap: 40px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .dc-page.--home .pageHome-location-blocks .dc-block.--block4 {
    max-width: 100%;
  }
  .dc-page.--home .pageHome-location-blocks .dc-block.--block4 .dc-txt.--txtIcon {
    min-height: 39px;
  }
}
.dc-page.--home .pageHome-event {
  padding: 110px 0 20px;
}
.dc-page.--home .pageHome-event h2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-event {
    padding: 0px 0 40px;
    margin-top: 0px;
  }
  .dc-page.--home .pageHome-event h2 {
    margin: 0 auto 16px;
    text-align: center;
  }
  .dc-page.--home .pageHome-event h2 .dc-heading__sub {
    line-height: 22px;
  }
}
.dc-page.--home .pageHome-library {
  padding: 20px 0 80px;
}
.dc-page.--home .pageHome-library h2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-library {
    padding: 0px 0 40px;
    margin-top: 0px;
  }
  .dc-page.--home .pageHome-library h2 {
    margin: 0 auto 16px;
    text-align: center;
  }
  .dc-page.--home .pageHome-library h2 .dc-heading__sub {
    line-height: 22px;
  }
}
@media screen and (max-width: 1380px) and (min-width: 1081px) {
  .dc-page.--home .pageHome-event .dc-entry.--entry1-list, .dc-page.--home .pageHome-library .dc-entry.--entry1-list {
    padding: 0 40px;
  }
}
.dc-page.--home .pageHome-qa {
  padding: 80px 0 160px;
  margin-top: 80px;
  margin-bottom: -80px !important;
  border-radius: 50px;
  background: linear-gradient(309.89deg, #fff7de 5.61%, #ffe3cd 100.98%);
}
.dc-page.--home .pageHome-qa h2 {
  margin-bottom: 26px;
  color: #e96e15;
}
.dc-page.--home .pageHome-qa .dc-section-in {
  width: 1164px;
}
.dc-page.--home .pageHome-qa__btn {
  justify-content: center;
  width: 100%;
  margin-top: 26px;
}
.dc-page.--home .pageHome-qa__btn::after {
  transform: rotate(135deg);
  top: -3px;
  left: 7px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home .pageHome-qa {
    padding: 40px 0 80px;
    margin-top: 40px;
    margin-bottom: -38px !important;
    border-radius: 20px 20px 0 0;
  }
  .dc-page.--home .pageHome-qa h2 .dc-heading__sub {
    line-height: 22px;
  }
  .dc-page.--home .pageHome-qa__btn {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 26px auto 0;
  }
}
.dc-page.--home-lp .pageHome-program {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home-lp .pageHome-program {
    padding-bottom: 80px;
  }
}
.dc-page.--home-lp .pageHome-program .dc-section {
  overflow: visible;
  padding-top: 60px;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home-lp .pageHome-program .dc-section {
    padding-top: 0;
  }
}
@media screen and (max-width: 1080px) {
  .dc-page.--home-lp .pageHome-program .dc-txt.--txtArrow {
    margin: 50px 0px 10px;
  }
}
.dc-page.--home-lp .pageHome-program .dc-card.--card4 .dc-card4-top {
  padding: 20px 20px 50px;
}
.dc-page.--home-lp .pageHome-program .dc-card.--card4 .dc-card4__heading {
  font-size: 24px;
  flex-direction: column;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home-lp .pageHome-program .dc-card.--card4 .dc-card4__heading {
    font-size: 18px;
  }
}
.dc-page.--home-lp .pageHome-program .parts-program .dc-section-in {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home-lp .pageHome-program .parts-program .dc-section-in {
    padding-left: 0;
    padding-right: 0;
  }
}
.dc-page.--home-lp .pageHome-program .swiper-button.program-cards-swiper-button-next {
  right: 0;
}
.dc-page.--home-lp .pageHome-program .swiper-button.program-cards-swiper-button-prev {
  left: 0;
}
.dc-page.--home-lp .pageHome-staff {
  padding-bottom: 44px;
  margin-top: -50px;
  background: white;
}
.dc-page.--home-lp .pageHome-staff .dc-section-in {
  padding-bottom: 40px;
}
.dc-page.--home-lp .pageHome-staff .dc-section-back {
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), rgba(248, 171, 116, 0.3607843137) calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), rgba(248, 171, 116, 0.3607843137) calc(100% - 2px));
}
.dc-page.--home-lp .pageHome-staff .dc-card.--card2 {
  background: #ffeee1;
}
.dc-page.--home-lp .pageHome-staff .dc-section.--cta {
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home-lp .pageHome-staff {
    margin-top: 40px;
    padding-bottom: 0;
    background: linear-gradient(219.89deg, #fff7de 5.61%, #ffe3cd 100.98%);
  }
  .dc-page.--home-lp .pageHome-staff .dc-section-back {
    background-image: linear-gradient(0deg, transparent calc(100% - 2px), #fff calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #fff calc(100% - 2px));
  }
  .dc-page.--home-lp .pageHome-staff .dc-card.--card2 {
    background: #fff;
  }
  .dc-page.--home-lp .pageHome-staff .dc-section.--cta {
    width: 100vw;
    margin: 70px calc(-50vw + 50%);
    padding-bottom: 40px;
    background-color: white;
  }
}
.dc-page.--home-lp .pageHome-price {
  margin-top: 0;
}
.dc-page.--home-lp .pageHome-works {
  padding-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .dc-page.--home-lp .pageHome-works {
    padding-bottom: 10px;
  }
}
.dc-page.--program .dc-split.--split1 {
  gap: 24px;
  margin: 0 auto 64px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.dc-page.--program .pageProgram-program {
  padding: 60px 0;
}
.dc-page.--program .pageProgram-support {
  padding: 40px 0 198px;
  margin-bottom: -90px !important;
}
@media screen and (max-width: 768px) {
  .dc-page.--program .dc-split.--split1 {
    gap: 12px;
    margin: 0 calc(-50vw + 50%) 24px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .dc-page.--program .pageProgram-program {
    padding: 30px 0;
  }
  .dc-page.--program .pageProgram-support {
    padding: 20px 0 150px;
    margin-bottom: -90px !important;
  }
}
.dc-page.--story .pageStory-top {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .dc-page.--story .pageStory-top {
    padding: 40px 0;
  }
}
.dc-page.--qa .pageQA-qa {
  padding-bottom: 100px;
}
.dc-page.--qa .dc-qa.--qa1 {
  border: 2px solid #e96e15;
}
.dc-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  transition: opacity 0.2s;
}
.dc-modal-back {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.dc-modal-in {
  position: relative;
  z-index: 500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 5vw;
  box-sizing: border-box;
}
.dc-modal-content-wrapper {
  position: relative;
  top: -25px;
}
@media screen and (max-width: 1080px) {
  .dc-modal-content-wrapper {
    width: 100%;
    max-width: 100%;
    top: -25px;
  }
}
.dc-modal-content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto !important;
  transition: all 0.3s;
  background: #fff;
  border-radius: 25px 25px 0 0;
  padding: 40px;
  box-sizing: border-box;
  border: 2px solid #e96e15;
  max-width: 1180px;
  max-height: 70vh;
  overflow-y: scroll;
}
@media screen and (max-width: 1080px) {
  .dc-modal-content {
    width: 100%; /* スマホでは幅100%に */
    max-width: 100%;
    max-height: 70vh; /* ビューポートの高さの90%に制限 */
    padding: 20px; /* パディングを小さく */
  }
}
.dc-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  background: #000;
  transition: all 0.2s;
}
.dc-modal__close::before {
  content: "";
  position: absolute;
  top: 5%;
  left: -1.5%;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 40%;
  background-color: white;
  -webkit-clip-path: polygon(15% 0%, 0% 15%, 35% 50%, 0% 85%, 15% 100%, 50% 65%, 85% 100%, 100% 85%, 65% 50%, 100% 15%, 85% 0%, 50% 35%);
          clip-path: polygon(15% 0%, 0% 15%, 35% 50%, 0% 85%, 15% 100%, 50% 65%, 85% 100%, 100% 85%, 65% 50%, 100% 15%, 85% 0%, 50% 35%);
}
.dc-modal:not(.--show) {
  opacity: 0;
  visibility: hidden;
}
.dc-modal:not(.--show) .dc-modal-content {
  opacity: 0;
}
.dc-modal.--show .dc-modal-content {
  opacity: 1;
}
.dc-modal.--modal1 .dc-modal__close {
  top: unset;
  right: unset;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 1180px;
  height: 50px;
  padding: 10px;
  background-color: #e96e15;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 0 0 20px 20px;
  border: 2px solid #e96e15;
  box-sizing: border-box;
  color: white;
}
.dc-modal.--modal1 .dc-modal__close::before {
  display: none;
}
.dc-modal.--modal1 .dc-modal__close span::before {
  content: "";
  display: block;
  margin-top: 1px;
  width: 14px;
  height: 14px;
  background-color: white;
  -webkit-clip-path: polygon(15% 0%, 0% 15%, 35% 50%, 0% 85%, 15% 100%, 50% 65%, 85% 100%, 100% 85%, 65% 50%, 100% 15%, 85% 0%, 50% 35%);
          clip-path: polygon(15% 0%, 0% 15%, 35% 50%, 0% 85%, 15% 100%, 50% 65%, 85% 100%, 100% 85%, 65% 50%, 100% 15%, 85% 0%, 50% 35%);
}
.dc-modal.--modal1-blur {
  transition: background 0.3s ease;
}
.dc-modal.--modal1-blur .dc-modal-back {
  background: rgba(37, 31, 56, 0.3098039216);
}
.dc-modal.--modal1-blur .dc-modal-content {
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}
@media screen and (max-width: 1080px) {
  .dc-modal.--modal1-blur .dc-modal-content {
    width: 100%;
    max-width: 100%;
    max-height: calc(80vh - 50px);
    padding: 40px 32px;
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .dc-modal .dc-modal-in {
    padding: 25px;
  }
  .dc-modal .dc-modal__close {
    top: -14px;
    right: -10px;
  }
}

@media screen and (min-width: 1081px) {
  .dc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 1080px) {
  .dc-tb-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 426px) {
  .dc-sp {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  .dc-sp-hidden {
    display: none !important;
  }
}
.qa-more-container {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1080px) {
  .qa-more-container {
    margin-top: 16px;
    gap: 16px;
  }
}

.swiper-pagination.swiper-pagination-bullets {
  bottom: -54px !important;
}
@media screen and (max-width: 1080px) {
  .swiper-pagination.swiper-pagination-bullets {
    bottom: -12px !important;
  }
}
@media screen and (max-width: 1080px) {
  .swiper-pagination.program-cards-pagination {
    bottom: -30px !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  margin: 0 12px !important;
}
@media screen and (max-width: 1080px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 6px !important;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e96e15;
}

.program-modal .dc-block2-item__heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .program-modal .dc-block2-item__heading {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.program-modal .dc-block2-item__heading.main {
  display: block;
  width: 100%;
}
.program-modal .dc-block2-item-columns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.program-modal .dc-block2-item-columns .dc-img {
  width: 171px;
  height: 171px;
}
.program-modal .dc-block2-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .program-modal .dc-block2-item {
    margin-bottom: 16px;
  }
}
.program-modal .dc-block2-item-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1080px) {
  .program-modal .dc-block2-item-box {
    grid-template-columns: 1fr;
  }
}
.program-modal .dc-block2-item-box .dc-block2-item-wrapper:first-child {
  border-right: 3px dotted #E96E15;
  padding-right: 20px;
}
@media screen and (max-width: 1080px) {
  .program-modal .dc-block2-item-box .dc-block2-item-wrapper:first-child {
    border-right: none;
    padding-right: 0;
  }
}
.program-modal .dc-block2-item-box .dc-block2-item-wrapper:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 1080px) {
  .program-modal .dc-block2-item-box .dc-block2-item-wrapper:last-child {
    padding-left: 0;
  }
}

.dc-staff-box {
  display: flex;
  gap: 88px;
}
@media screen and (max-width: 1080px) {
  .dc-staff-box {
    flex-direction: column;
    gap: 24px;
  }
}
.dc-staff-box__intro {
  padding-top: 80px;
  width: 288px;
  letter-spacing: 0.12em;
}
.dc-staff-box__intro .--txtArrow {
  position: absolute;
  bottom: 0;
}

.swiper-staff-wrapper {
  position: relative;
  width: calc(100% - 88px - 288px);
}
@media screen and (max-width: 1080px) {
  .swiper-staff-wrapper {
    width: 100%;
  }
}
.swiper-staff-wrapper .swiper-button.swiper-button-next, .swiper-staff-wrapper .swiper-button.swiper-button-prev {
  height: 47px;
  width: 47px;
}
.swiper-staff-wrapper .swiper-button.swiper-button-next {
  right: -64px;
}
@media screen and (max-width: 1080px) {
  .swiper-staff-wrapper .swiper-button.swiper-button-next {
    display: none;
  }
}
.swiper-staff-wrapper .swiper-button.swiper-button-prev {
  left: -64px;
}
@media screen and (max-width: 1080px) {
  .swiper-staff-wrapper .swiper-button.swiper-button-prev {
    display: none;
  }
}
.swiper-staff-wrapper .swiper-button.swiper-button-next::after, .swiper-staff-wrapper .swiper-button.swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 45px;
}
.swiper-staff-wrapper .swiper-button.swiper-button-next::after {
  right: 0;
  background-image: url(./images/front-page/staff-arrow.svg);
  transform: rotate(180deg);
}
.swiper-staff-wrapper .swiper-button.swiper-button-prev::after {
  left: 0;
  background-image: url(./images/front-page/staff-arrow.svg);
}

.swiper-staff {
  position: relative;
}
.swiper-staff .swiper-pagination {
  bottom: 0 !important;
}

.navi-menu-content {
  position: relative;
}

.navi-menu-bg {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 1;
}

.navi-menu-bg__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: center top;
  will-change: transform;
  backface-visibility: hidden;
  content: "";
  transition: 0.8s var(--ease-in-out-circ);
}

.navi-menu-bg__overlay:nth-child(7n+1) {
  background-color: #e71518;
  z-index: 1;
}

.navi-menu-bg__overlay:nth-child(7n+2) {
  background-color: #ea6e14;
  z-index: 2;
}

.navi-menu-bg__overlay:nth-child(7n+3) {
  background-color: #ffd400;
  z-index: 3;
}

.navi-menu-bg__overlay:nth-child(7n+4) {
  background-color: #008d59;
  z-index: 4;
}

.navi-menu-bg__overlay:nth-child(7n+5) {
  background-color: #0047ab;
  z-index: 5;
}

.navi-menu-bg__overlay:nth-child(7n+6) {
  background-color: #772e9e;
  z-index: 6;
}

.navi-menu-bg__overlay:nth-child(7n+7) {
  background-color: #fff7de;
  z-index: 7;
}

.navi-menu-bg__overlay:nth-child(7n+8) {
  background-color: #fff;
  z-index: -10;
}

body.--openMenu .navi-menu-content .navi-menu-bg__overlay {
  transform: scaleY(1);
  transition-duration: 0.8s;
  transition-timing-function: var(--ease-in-out-circ);
}

body.--openMenu .navi-menu-bg__overlay:nth-child(7n+2) {
  transition-delay: 0.04s;
}

body.--openMenu .navi-menu-bg__overlay:nth-child(7n+3) {
  transition-delay: 0.08s;
}

body.--openMenu .navi-menu-bg__overlay:nth-child(7n+4) {
  transition-delay: 0.12s;
}

body.--openMenu .navi-menu-bg__overlay:nth-child(7n+5) {
  transition-delay: 0.2s;
}

body.--openMenu .navi-menu-bg__overlay:nth-child(7n+6) {
  transition-delay: 0.24s;
}

body.--openMenu .navi-menu-bg__overlay:nth-child(7n+7) {
  transition-delay: 0.28s;
}

body.--openMenu .navi-menu-bg__overlay:nth-child(7n+8) {
  transition-delay: 0.32s;
}

/* メニューが開いたときのアニメーション */
body.--openMenu .navi-menu-content-in {
  opacity: 1;
  transition-delay: 0.8s; /* 虹のアニメーション（0.8s）が終わってから表示 */
}

@media screen and (max-width: 1080px) {
  .dc-block2-group-tabs {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    justify-content: center;
  }
  .dc-block2-group__tab {
    padding: 8px 24px;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .dc-block2-group__tab.--active {
    background: #e96e15;
    color: #fff;
  }
  .dc-block2-group-content .swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .dc-block2-group-content .swiper {
    overflow: hidden;
  }
}
@media screen and (max-width: 1080px) {
  .dc-block2-item-head__imgPc {
    display: none !important;
  }
}

.dc-block2-item-head__imgSp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .dc-block2-item-head__imgSp {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 425px) {
  .dc-block2-item-head__imgSp {
    justify-content: space-between;
  }
}
.dc-block2-item-head__imgSp .dc-txt {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 400;
}
.dc-block2-item-head__imgSp .dc-txt .large {
  font-size: 24px;
  font-weight: 700;
}
.dc-block2-item-head__imgSp img {
  height: 72px;
  width: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
  border: 2px solid #e96e15;
}

.menu-footer-3 {
  margin-bottom: 10px;
}

.swiper-slide[data-modal-id] {
  cursor: pointer;
}

.parts-story {
  padding: 80px 0 120px;
}
@media screen and (max-width: 1080px) {
  .parts-story {
    padding: 60px 0 0;
  }
}
.parts-story-swiper {
  padding-left: 70px;
  padding-right: 70px;
  overflow: visible;
}
@media screen and (max-width: 1080px) {
  .parts-story-swiper {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 40px;
  }
}
.parts-story-heading {
  margin-bottom: 40px;
}
.parts-story .dc-txt.--txtArrow {
  display: none;
}
@media screen and (max-width: 1080px) {
  .parts-story .dc-txt.--txtArrow {
    display: block;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1080px) {
  .parts-story .swiper-button {
    display: none;
  }
}
.parts-story .swiper-button.swiper-button-next, .parts-story .swiper-button.swiper-button-prev {
  height: 47px;
  width: 47px;
}
.parts-story .swiper-button.swiper-button-next {
  right: 0;
}
@media screen and (max-width: 1080px) {
  .parts-story .swiper-button.swiper-button-next {
    display: none;
  }
}
.parts-story .swiper-button.swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 1080px) {
  .parts-story .swiper-button.swiper-button-prev {
    display: none;
  }
}
.parts-story .swiper-button.swiper-button-next::after, .parts-story .swiper-button.swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 45px;
}
.parts-story .swiper-button.swiper-button-next::after {
  right: 0;
  background-image: url(./images/front-page/staff-arrow.svg);
  transform: rotate(180deg);
}
.parts-story .swiper-button.swiper-button-prev::after {
  left: 0;
  background-image: url(./images/front-page/staff-arrow.svg);
}
.youtube-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  margin-bottom: 1em;
}

.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */