@charset "UTF-8";
* {
  box-sizing: border-box;
}
*:last-child {
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  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 {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.3s;
  text-decoration: unset;
  color: #202020;
}
a:hover {
  opacity: 0.8;
}

/* layout */
.header-container {
  height: 90px;
}
.header-container-in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background-color: white;
}
.header-container-in .header-in {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 35px;
  align-items: center;
}
.header-container-in .header-logo {
  display: flex;
  margin-bottom: 0;
}
.header-container-in .header-logo-img {
  display: flex;
}
.header-container-in .header-nav .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 20px;
  list-style: none;
  align-items: center;
}
.header-container-in .header-nav .menu-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.header-container-in .header-nav .menu-item.--btn {
  margin-left: 20px;
  height: 90px;
  width: 157px;
  max-width: 100%;
}
.header-container-in .header-nav .menu-item.--btn a {
  height: 100%;
  width: 100%;
}
.header-container-in .header-sp-menu {
  display: none;
}
.header-container-in .header-sp-menu .header-menu-btn {
  width: 60px;
  height: 60px;
  background: #4d0fd1;
  position: absolute;
  cursor: pointer;
  display: block;
  right: 0;
  top: 0;
  z-index: 9000;
}
.header-container-in .header-sp-menu .header-menu-btn__line {
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  transition: all 0.3s;
}
.header-container-in .header-sp-menu .header-menu-btn__line:nth-child(1) {
  top: -10px;
}
.header-container-in .header-sp-menu .header-menu-btn__line:nth-child(2) {
  top: 10px;
}
.header-container-in .header-sp-menu .header-menu-btn-check {
  display: none;
}
.header-container-in .header-sp-menu .sp-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 50px 55px;
}
.header-container-in .header-sp-menu .sp-menu .dc-heading.--heading1 {
  padding-left: 38px;
  margin-bottom: 0;
}
.header-container-in .header-sp-menu .sp-menu .dc-heading.--heading1::before {
  width: 22px;
  height: 3px;
}
.header-container-in .header-sp-menu .sp-menu .dc-heading.--heading1 .dc-heading-main {
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 0.07em;
  color: #202020;
}
.header-container-in .header-sp-menu .sp-menu .dc-heading.--heading1 .dc-heading-sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #dfdfdf;
}
.header-container-in .header-sp-menu .dc-btn {
  width: 100%;
  height: 120px;
  max-width: 100%;
  font-size: 44px;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  position: relative;
}
.header-container-in .header-sp-menu .dc-btn::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
  left: unset;
  width: 32px;
  height: 6px;
  background-size: cover;
}
.header-container-in .header-sp-menu-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 8500;
  transform: translateX(150%);
  transition: all 0.3s;
}
.header-container-in .header-sp-menu-content {
  width: 100%;
  height: 100%;
  background-color: white;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-container-in .header-sp-menu-content .header-sp-nav {
  flex: 1;
  display: flex;
  align-items: center;
}
.header-container-in .header-sp-menu-content .dc-btn {
  min-height: 120px;
}

.container {
  overflow-x: hidden;
}

.footer {
  background-color: #202020;
  margin-top: -195px;
  padding-bottom: 28px;
  padding-top: 195px;
  -webkit-clip-path: polygon(0 calc(0% + 195px), 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 calc(0% + 195px), 100% 0, 100% 100%, 0 100%);
}
.footer .copyright {
  margin-bottom: 0;
  text-align: left;
  padding-left: 85px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #ffffff;
}
.footer-main {
  padding: 74px 20px 100px;
  width: 1100px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-menu {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
  row-gap: 30px;
  justify-content: flex-end;
  width: 461px;
  max-width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu .menu-item {
  width: calc(50% - 60px);
}
.footer-menu .menu-item__link.dc-heading.--heading1 {
  color: white;
  gap: 5px;
  padding-left: 34px;
  margin-bottom: 0;
}
.footer-menu .menu-item__link.dc-heading.--heading1::before {
  width: 18px;
  height: 3px;
  -webkit-clip-path: polygon(0% 5%, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0% 5%, 100% 0, 95% 100%, 0 100%);
  top: -23px;
}
.footer-menu .menu-item__link.dc-heading.--heading1 .dc-heading-main {
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.07em;
}
.footer-menu .menu-item__link.dc-heading.--heading1 .dc-heading-sub {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  color: #dfdfdf;
}

@media screen and (max-width: 1300px) {
  .header-container-in .header-logo-img {
    width: 250px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 891px) {
  .header-container {
    height: 160px;
  }
  .header-container-in .header-in {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    padding-left: 20px;
  }
  .header-container-in .header-in .header-right {
    margin-left: auto;
  }
}
@media screen and (max-width: 890px) {
  .header-container {
    height: 60px;
  }
  .header-container-in .header-in {
    height: 60px;
    padding: 0;
  }
  .header-container-in .header-left {
    padding: 10px 13px;
    display: flex;
    align-items: center;
  }
  .header-container-in .header-logo-img {
    width: 198px;
  }
  .header-container-in .header-nav {
    display: none;
  }
  .header-container-in .header-sp-menu {
    display: block;
  }
  .header-container-in .header-sp-menu .header-menu-btn-check:checked ~ .header-menu-btn {
    position: fixed;
    top: 0;
    right: 0;
  }
  .header-container-in .header-sp-menu .header-menu-btn-check:checked ~ .header-menu-btn .header-menu-btn__line {
    transform-origin: top;
  }
  .header-container-in .header-sp-menu .header-menu-btn-check:checked ~ .header-menu-btn .header-menu-btn__line:nth-child(1) {
    transform: rotate(25deg) translate(1.5px, 4.5px);
  }
  .header-container-in .header-sp-menu .header-menu-btn-check:checked ~ .header-menu-btn .header-menu-btn__line:nth-child(2) {
    transform: rotate(-25deg) translate(1.5px, -5.5px);
  }
  .header-container-in .header-sp-menu .header-menu-btn-check:checked ~ .header-sp-menu-container {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 52px;
    margin-top: -52px;
    padding-bottom: 25px;
    -webkit-clip-path: polygon(0 calc(0% + 52px), 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 calc(0% + 52px), 100% 0%, 100% 100%, 0 100%);
  }
  .footer .copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 0;
  }
  .footer-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 34px 0 70px;
  }
  .footer-logo img {
    width: 250px;
  }
  .footer-logo-wrap {
    margin-bottom: 41px;
  }
  .footer-menu {
    gap: 28px;
    row-gap: 20px;
    width: 270px;
  }
  .footer-menu .menu-item {
    width: calc(50% - 14px);
    justify-content: center;
  }
  .footer-menu .menu-item__link.dc-heading.--heading1 {
    padding-left: 25px;
  }
  .footer-menu .menu-item__link.dc-heading.--heading1::before {
    width: 15px;
    height: 3px;
  }
  .footer-menu .menu-item__link.dc-heading.--heading1 .dc-heading-main {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.07em;
  }
  .footer-menu .menu-item__link.dc-heading.--heading1 .dc-heading-sub {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
  }
}
/* layout */
/* component block */
.dc-heading.--heading1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  padding-left: 108px;
  margin-bottom: 70px;
}
.dc-heading.--heading1 .dc-heading-main {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 72px;
  font-style: italic;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0.07em;
}
.dc-heading.--heading1 .dc-heading-sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  color: #202020;
}
.dc-heading.--heading1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  right: unset;
  width: 88px;
  height: 7px;
  background-color: #ffc700;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
.dc-heading.--heading1.--heading-red::before {
  background-color: #ec007f;
}
.dc-heading.--heading1.--heading-purple::before {
  background-color: #4d0fd1;
}
.dc-heading.--heading2 {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.dc-heading.--heading2 .dc-heading-main {
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  color: #202020;
}
.dc-heading.--heading2 .dc-heading-sub {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0.07em;
}
.dc-heading.--heading3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.1em;
  color: white !important;
  display: inline-block;
  padding: 3px 22px;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  margin-bottom: 40px;
}
.dc-heading.--heading3.--heading-yellow {
  background-color: #ffc700;
}
.dc-heading.--heading3.--heading-red {
  background-color: #ec007f;
}
.dc-heading.--heading3.--heading-purple {
  background-color: #4d0fd1;
}
.dc-heading.--heading4 {
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.dc-heading.--heading4 .dc-heading-in {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}
.dc-heading.--heading4 .dc-heading-main {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 72px;
  font-style: italic;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0.07em;
}
.dc-heading.--heading4 .dc-heading-sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}
.dc-heading.--heading4::before, .dc-heading.--heading4::after {
  content: "";
  position: relative;
  background-color: white;
  width: 48px;
  height: 7px;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.dc-heading.--heading-yellow {
  color: #ffc700;
}
.dc-heading.--heading-red {
  color: #ec007f;
}
.dc-heading.--heading-purple {
  color: #4d0fd1;
}
.dc-link.--link1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.dc-link.--link1::after {
  content: "";
  background-image: url("../img/arrow_1_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 7px;
}
.dc-btn.--btn1 {
  background: #4d0fd1;
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 15px;
}
.dc-btn.--btn1::after {
  content: "";
  background-image: url("../img/arrow_1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 15px;
  height: 3px;
}
.dc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dc-list.--list-qa {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.dc-list.--list-qa .dc-list-qa-item {
  padding: 30px 0;
  border-top: 1px solid #c3c3c3;
}
.dc-list.--list-qa .dc-list-qa-item-content {
  margin-top: 15px;
}
.dc-list.--list-qa .dc-list-qa-item__title {
  margin-bottom: 0;
  gap: 20px;
}
.dc-list.--list-qa .dc-list-qa-item__title .dc-heading-sub {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.07em;
}
.dc-list.--list-qa .dc-list-qa-item__title .dc-heading-main {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}
.dc-list.--list-qa .dc-list-qa-item:last-child {
  border-bottom: 1px solid #c3c3c3;
}
.dc-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.dc-card.--card1 {
  position: relative;
  width: 400px;
  max-width: 100%;
}
.dc-card.--card1 .dc-card-1__tag {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.07em;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  right: unset;
  bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffc700;
  padding: 1px 10px 1px 7px;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}
.dc-card.--card1 .dc-card-1__img {
  display: flex;
  cursor: pointer;
}
.dc-card.--card1 .dc-card-1-txt {
  color: #202020;
  display: flex;
  flex-direction: column;
}
.dc-card.--card1 .dc-card-1__intro {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: block;
  background-color: white;
  padding: 1px 10px;
  margin-top: -28px;
}
.dc-card.--card1 .dc-card-1__name {
  background-color: white;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 10px 8px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.dc-card.--card1 .dc-card-1__name__main {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.03em;
}
.dc-card.--card1 .dc-card-1__name__sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.07em;
  margin-left: 3px;
}
.dc-card.--card1-yellow .dc-card-1__tag {
  background-color: #ffc700;
}
.dc-card.--card1-red .dc-card-1__tag {
  background-color: #ec007f;
}
.dc-card.--card1-purple .dc-card-1__tag {
  background-color: #4d0fd1;
}
.dc-card.--card2 {
  background-color: white;
  width: 635px;
  max-width: 100%;
  margin-left: auto;
  padding: 60px 0;
  padding-right: 70px;
}
.dc-card.--card2 .dc-card-2-content {
  padding-left: 70px;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}
.dc-card.--card2 .dc-card-2-content .dc-link {
  margin-left: auto;
  justify-content: flex-end;
}
.dc-card.--card2 .dc-card-2__title.dc-heading.--heading1 {
  padding-left: 70px;
  margin-bottom: 25px;
}
.dc-card.--card2 .dc-card-2__title.dc-heading.--heading1::before {
  width: 50px;
}
.dc-block.--block1 .dc-block-1-in {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.dc-block.--block1 .dc-block-1-left {
  width: 550px;
  max-width: 100%;
}
.dc-block.--block1 .dc-block-1-content {
  padding-bottom: 11.5px;
  max-width: 100%;
  width: calc(100% - 50px);
  margin-bottom: 30px;
  padding-right: 0px;
  border-bottom: 1.5px solid #868686;
  position: relative;
  z-index: 10;
}
.dc-block.--block1 .dc-block-1-content p {
  margin-top: 6px;
  display: none;
}
.dc-block.--block1 .dc-block-1-content::before {
  content: "";
  position: absolute;
  z-index: 100;
  bottom: -1.55px;
  left: 0;
  width: 24.25px;
  height: 1.75px;
  background-color: #ffc700;
  transition: width 0.3s ease-in-out;
}
.dc-block.--block1 .dc-block-1-content:hover::before {
  width: 100%;
}
.dc-block.--block1 .dc-block-1-content.--show {
  border-bottom: 1.5px solid #ffc700;
}
.dc-block.--block1 .dc-block-1-content.--show p {
  display: block;
}
.dc-block.--block1 .dc-block-1-content.--show .dc-block-1__title.dc-heading.--heading2 .dc-heading-sub {
  color: #ffc700;
}
.dc-block.--block1 .dc-block-1-content.--show::before {
  content: unset;
}
.dc-block.--block1 .dc-block-1-content:last-child {
  margin-bottom: 0;
}
.dc-block.--block1 .dc-block-1__title {
  cursor: pointer;
}
.dc-block.--block1 .dc-block-1__title.dc-heading.--heading2 {
  gap: 20px;
  margin-bottom: 0;
}
.dc-block.--block1 .dc-block-1__title.dc-heading.--heading2 .dc-heading-sub {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.07em;
  color: #202020;
}
.dc-block.--block1 .dc-block-1__title.dc-heading.--heading2 .dc-heading-main {
  font-size: 20px;
  line-height: 29px;
}
.dc-block.--block1-red .dc-block-1-content::before {
  background-color: #ec007f;
}
.dc-block.--block1-red .dc-block-1-content.--show {
  border-color: #ec007f;
}
.dc-block.--block1-red .dc-block-1-content.--show .dc-block-1__title.dc-heading.--heading2 .dc-heading-sub {
  color: #ec007f;
}
.dc-block.--block1-purple .dc-block-1-content::before {
  background-color: #4d0fd1;
}
.dc-block.--block1-purple .dc-block-1-content.--show {
  border-color: #4d0fd1;
}
.dc-block.--block1-purple .dc-block-1-content.--show .dc-block-1__title.dc-heading.--heading2 .dc-heading-sub {
  color: #4d0fd1;
}
.dc-block.--block2 {
  background-color: white;
  width: 864px;
  max-width: 100%;
  height: 100%;
}
.dc-block.--block2 .dc-block-2-head {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.dc-block.--block2 .dc-block-2-head-left {
  width: 449px;
  max-width: 100%;
}
.dc-block.--block2 .dc-block-2-head-right {
  position: relative;
  padding: 0 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.dc-block.--block2 .dc-block-2-body {
  padding: 30px 25px;
  display: flex;
  justify-content: center;
}
.dc-block.--block2 .dc-block-2-body .dc-list.--list-qa .dc-list-qa-item {
  padding: 40px 0;
  border: 0;
  border-bottom: 1px solid #c3c3c3;
}
.dc-block.--block2 .dc-block-2-body .dc-list.--list-qa .dc-list-qa-item-content {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}
.dc-block.--block2 .dc-block-2-body .dc-list.--list-qa .dc-list-qa-item__title .dc-heading-main {
  font-size: 24px;
  line-height: 35px;
}
.dc-block.--block2 .dc-block-2-body .dc-list.--list-qa .dc-list-qa-item:last-child {
  border: 0;
}
.dc-block.--block2 .dc-block-2__close {
  position: absolute;
  right: 50px;
  top: 60px;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.dc-block.--block2 .dc-block-2__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 80px;
}
.dc-block.--block2 .dc-block-2__intro {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 0;
}
.dc-block.--block2 .dc-block-2__name {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
  gap: 30px;
  align-items: center;
  letter-spacing: 0.03em;
}
.dc-block.--block2 .dc-block-2__name__sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.07em;
  margin-left: 3px;
}
.dc-block.--block2-modal {
  border-left: 1px solid;
  margin-left: auto;
  overflow: auto;
}
.dc-block-1-wrap {
  padding: 40px 50px 70px;
  background: #eeeeee;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: auto;
  margin-bottom: 80px;
}
.dc-block-1-wrap__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 40px;
}
.dc-table {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 940px;
  max-width: 100%;
  margin: auto;
}
.dc-table table {
  border-spacing: 0;
  width: 100%;
}
.dc-table table tbody th,
.dc-table table tbody td {
  border-top: 1px solid #c3c3c3;
  padding: 25px 0;
}
.dc-table table tbody th {
  font-weight: 700;
  padding-left: 25px;
  padding-right: 25px;
  width: 114px;
  max-width: 100%;
  text-align: left;
}
.dc-table table tbody td {
  padding-left: 66px;
  padding-right: 25px;
}
.dc-table table tbody tr:last-child th,
.dc-table table tbody tr:last-child td {
  border-bottom: 1px solid #c3c3c3;
}
.dc-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9000;
}
.dc-modal-in {
  position: relative;
  width: 100%;
  height: 100%;
}
.dc-modal.--modal1 {
  transform: translateX(150%);
  transition: all 0.3s;
}
.dc-modal.--modal1.--show {
  transform: translateX(0);
}
.dc-fv.--fv1 {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.dc-fv.--fv1 .dc-fv-in {
  position: relative;
}
.dc-fv.--fv1 .dc-fv-txt-wrap {
  position: absolute;
  left: 20%;
  top: 32px;
}
.dc-fv.--fv1 .dc-fv__img {
  padding-top: 250px;
}
.dc-fv.--fv1 .dc-fv__img img {
  width: 100%;
  height: auto;
}
.dc-fv.--fv1 .dc-fv__txt {
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
  writing-mode: vertical-lr;
  white-space: nowrap;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 18px;
}
.dc-fv.--fv1 .dc-fv__txt-in {
  background-color: white;
  display: block;
  padding: 16px 11px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}
.dc-fv.--fv1 .dc-fv__txt-in:nth-child(1) {
  margin-bottom: 68px;
}
.dc-fv.--fv1 .dc-fv-badge-wrap {
  position: absolute;
  right: 3%;
  bottom: 32px;
}
.dc-section {
  position: relative;
}
.dc-section-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dc-section-back img {
  width: 100%;
  height: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.dc-section-in {
  width: 1440px;
  padding: 0 20px;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.dc-section.--section1 {
  padding-top: 195px;
  padding-bottom: 195px;
  -webkit-clip-path: polygon(0 0, 100% calc(0% + 195px), 100% 100%, 0 calc(100% - 195px));
          clip-path: polygon(0 0, 100% calc(0% + 195px), 100% 100%, 0 calc(100% - 195px));
}
.dc-section.--section1-r {
  -webkit-clip-path: polygon(0 calc(0% + 195px), 100% 0, 100% calc(100% - 195px), 0 100%);
          clip-path: polygon(0 calc(0% + 195px), 100% 0, 100% calc(100% - 195px), 0 100%);
}
.dc-section.--section-gray {
  background: #eeeeee;
}
.dc-section.--section-full .dc-section-in {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .dc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .dc-tb-hidden {
    display: none !important;
  }
  .dc-heading.--heading1 {
    gap: 0;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .dc-heading.--heading1::before {
    height: 3px;
    width: 15px;
  }
  .dc-heading.--heading1 .dc-heading-main {
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0.07em;
  }
  .dc-heading.--heading1 .dc-heading-sub {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
  }
  .dc-heading.--heading2 {
    gap: 10px;
    margin-bottom: 6px;
  }
  .dc-heading.--heading2 .dc-heading-main {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
  }
  .dc-heading.--heading2 .dc-heading-sub {
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.07em;
  }
  .dc-heading.--heading3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.1em;
    padding: 2px 14px;
    margin-bottom: 15px;
  }
  .dc-heading.--heading4 {
    gap: 7px;
    margin-bottom: 30px;
  }
  .dc-heading.--heading4::before, .dc-heading.--heading4::after {
    width: 20px;
    height: 3px;
  }
  .dc-heading.--heading4 .dc-heading-main {
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0.07em;
  }
  .dc-heading.--heading4 .dc-heading-sub {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
  }
  .dc-link.--link1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    gap: 5px;
  }
  .dc-link.--link1::after {
    width: 30px;
    height: 6px;
  }
  .dc-list.--list-qa {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }
  .dc-list.--list-qa .dc-list-qa-item {
    padding: 15px 0;
  }
  .dc-list.--list-qa .dc-list-qa-item-content {
    margin-top: 10px;
  }
  .dc-list.--list-qa .dc-list-qa-item__title {
    gap: 10px;
  }
  .dc-list.--list-qa .dc-list-qa-item__title .dc-heading-main {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
  }
  .dc-list.--list-qa .dc-list-qa-item__title .dc-heading-sub {
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.07em;
  }
  .dc-card.--card1 .dc-card-1__tag {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.07em;
    padding: 1px 9px 1px 6px;
  }
  .dc-card.--card1 .dc-card-1__intro {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-top: -24px;
  }
  .dc-card.--card1 .dc-card-1__name {
    gap: 15px;
    padding: 2px 13px;
  }
  .dc-card.--card1 .dc-card-1__name__main {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
  }
  .dc-card.--card1 .dc-card-1__name__sub {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.07em;
  }
  .dc-card.--card2 {
    padding: 15px 0 20px;
    padding-right: 20px;
  }
  .dc-card.--card2 .dc-card-2-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding-left: 20px;
  }
  .dc-card.--card2 .dc-card-2-content p {
    margin-bottom: 20px;
  }
  .dc-card.--card2 .dc-card-2__title.dc-heading.--heading1 {
    padding-left: 20px;
  }
  .dc-card.--card2 .dc-card-2__title.dc-heading.--heading1::before {
    width: 15px;
  }
  .dc-card.--card2 .dc-card-2__title.dc-heading.--heading1 .dc-heading-main {
    font-size: 43px;
    line-height: 1.2;
  }
  .dc-card.--card2 .dc-card-2__title.dc-heading.--heading1 .dc-heading-sub {
    font-size: 16px;
    line-height: 1;
  }
  .dc-block.--block1 .dc-block-1-in {
    display: flex;
    flex-direction: column;
  }
  .dc-block.--block1 .dc-block-1-left {
    width: 100%;
  }
  .dc-block.--block1 .dc-block-1-right {
    display: none;
  }
  .dc-block.--block1 .dc-block-1-content {
    padding: 0 !important;
    width: 100% !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #202020 !important;
    margin-bottom: 10px;
  }
  .dc-block.--block1 .dc-block-1-content p {
    display: block;
  }
  .dc-block.--block1 .dc-block-1-content::before {
    content: unset;
  }
  .dc-block.--block1 .dc-block-1-content:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }
  .dc-block.--block1 .dc-block-1__title.dc-heading.--heading2 {
    gap: 5px;
    margin-bottom: 5px;
  }
  .dc-block.--block1 .dc-block-1__title.dc-heading.--heading2 .dc-heading-sub {
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.07em;
    color: #ffc700 !important;
  }
  .dc-block.--block1 .dc-block-1__title.dc-heading.--heading2 .dc-heading-main {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
  }
  .dc-block.--block1-red .dc-block-1-content .dc-block-1__title.dc-heading.--heading2 .dc-heading-sub {
    color: #ec007f !important;
  }
  .dc-block.--block1-purple .dc-block-1-content .dc-block-1__title.dc-heading.--heading2 .dc-heading-sub {
    color: #4d0fd1 !important;
  }
  .dc-block.--block2 {
    width: 350px;
    max-width: 100%;
  }
  .dc-block.--block2 .dc-block-2-head {
    flex-direction: column;
    position: relative;
  }
  .dc-block.--block2 .dc-block-2-head-left {
    width: 100%;
  }
  .dc-block.--block2 .dc-block-2-head-left img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
  }
  .dc-block.--block2 .dc-block-2-head-right {
    padding: 30px 20px 25px;
    position: unset;
  }
  .dc-block.--block2 .dc-block-2-body {
    padding: 0 20px;
  }
  .dc-block.--block2 .dc-block-2-body .dc-list.--list-qa .dc-list-qa-item {
    padding: 20px 0;
  }
  .dc-block.--block2 .dc-block-2-body .dc-list.--list-qa .dc-list-qa-item-content {
    margin-top: 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }
  .dc-block.--block2 .dc-block-2-body .dc-list.--list-qa .dc-list-qa-item__title .dc-heading-main {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
  }
  .dc-block.--block2 .dc-block-2-body .dc-list.--list-qa .dc-list-qa-item:first-child {
    padding-top: 0;
  }
  .dc-block.--block2 .dc-block-2-subtitle {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .dc-block.--block2 .dc-block-2__close {
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background-color: white;
    background-size: 25px 25px;
    background-position: center;
  }
  .dc-block.--block2 .dc-block-2__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .dc-block.--block2 .dc-block-2__intro {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .dc-block.--block2 .dc-block-2__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .dc-block.--block2 .dc-block-2__name__sub {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.07em;
  }
  .dc-block-1-wrap {
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 60px;
  }
  .dc-block-1-wrap__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .dc-table table tbody th,
  .dc-table table tbody td {
    padding: 15px 0;
    vertical-align: top;
  }
  .dc-table table tbody th {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    width: 106px;
  }
  .dc-table table tbody td {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .dc-fv.--fv1 .dc-fv-in {
    display: flex;
    flex-direction: column-reverse;
  }
  .dc-fv.--fv1 .dc-fv-txt-wrap {
    padding: 27px 15px 35px 40px;
    left: 0;
    right: unset;
    top: unset;
  }
  .dc-fv.--fv1 .dc-fv__img {
    padding-top: 150px;
  }
  .dc-fv.--fv1 .dc-fv__img img {
    height: 276px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: flex;
  }
  .dc-fv.--fv1 .dc-fv__txt {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 12px;
    gap: 10px;
  }
  .dc-fv.--fv1 .dc-fv__txt-in {
    padding: 0 11px;
  }
  .dc-fv.--fv1 .dc-fv__txt-in:nth-child(2) {
    position: relative;
    top: -60px;
  }
  .dc-fv.--fv1 .dc-fv-badge-wrap {
    width: 100px;
    height: 100px;
    right: 5%;
    bottom: 20px;
  }
  .dc-section.--section1 {
    padding-top: 52px;
    padding-bottom: 52px;
    -webkit-clip-path: polygon(0 0, 100% calc(0% + 52px), 100% 100%, 0 calc(100% - 52px));
            clip-path: polygon(0 0, 100% calc(0% + 52px), 100% 100%, 0 calc(100% - 52px));
  }
}
/* component block */
/* page */
body.home .home-sv {
  padding: 120px 0 44px;
  font-size: 20px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 0.1em;
}
body.home .home-sv .dc-columns {
  gap: 138px;
  justify-content: center;
  align-items: center;
}
body.home .home-service .dc-section-in > .dc-columns {
  gap: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
body.home .home-service .dc-section-in > .dc-columns > .dc-column.--txt {
  width: 545px;
  max-width: 100%;
}
body.home .home-service .dc-section-in > .dc-columns:last-child {
  margin-bottom: 90px;
}
body.home .home-service .img-container {
  position: relative;
  max-width: 635px;
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  /* アニメーション後の状態 */
}
body.home .home-service .img-container img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 2s ease 0.5s; /* フェードインが線のアニメーション後に開始するように遅延を設定 */
}
body.home .home-service .img-container .line {
  position: absolute;
  background: #4d0fd1;
  transition: transform 0.5s ease, width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
}
body.home .home-service .img-container .top-line, body.home .home-service .img-container .bottom-line {
  height: 10px;
  width: 100%;
}
body.home .home-service .img-container .top-line {
  top: 0;
  transform: translateX(0);
}
body.home .home-service .img-container .bottom-line {
  bottom: 0;
  transform: translateX(0);
}
body.home .home-service .img-container .left-line,
body.home .home-service .img-container .right-line {
  width: 10px;
  height: 100%;
}
body.home .home-service .img-container .left-line {
  left: 0;
  transform: translateY(0);
}
body.home .home-service .img-container .right-line {
  right: 0;
  transform: translateY(0);
}
body.home .home-service .img-container.visible img {
  opacity: 1;
}
body.home .home-service .img-container.visible .line.top-line {
  transform: translateX(-100%);
}
body.home .home-service .img-container.visible .line.bottom-line {
  transform: translateX(100%);
}
body.home .home-service .img-container.visible .line.left-line {
  transform: translateY(-100%);
}
body.home .home-service .img-container.visible .line.right-line {
  transform: translateY(100%);
}
body.home .home-jobs {
  margin-top: -195px;
  padding-top: 150px;
  padding-bottom: 130px;
}
body.home .home-jobs h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 49px;
  margin-bottom: 20px;
}
body.home .home-jobs .dc-section-in > .dc-columns {
  gap: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
body.home .home-jobs .dc-section-in > .dc-columns > .dc-column.--txt {
  width: 490px;
  max-width: 100%;
}
body.home .home-jobs__deco {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  bottom: unset;
  z-index: -10;
  transform-origin: center;
}
body.home .home-jobs__deco.--1 {
  right: unset;
  top: 24%;
  left: 0%;
  transform: rotate(0deg);
  width: 700px;
}
body.home .home-jobs__deco.--2 {
  top: unset;
  right: unset;
  left: -5%;
  bottom: 27%;
  transform: rotate(-22deg);
}
body.home .home-jobs__deco.--3 {
  top: unset;
  left: unset;
  right: -5%;
  bottom: 2%;
  transform: rotate(-2deg);
}
body.home .home-jobs .img-container::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
}
body.home .home-jobs .img-container.visible.--1::before {
  animation-name: slideX;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
body.home .home-jobs .img-container.visible.--2::before {
  animation-name: slideY;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
body.home .home-jobs .img-container.visible.--3::before {
  animation-name: slideXreverse;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes slideX {
  from {
    transform: translateX(0); /*要素を左の枠外に移動*/
  }
  to {
    transform: translateX(100%); /*要素を元の位置に移動*/
  }
}
@keyframes slideXreverse {
  from {
    transform: translateX(0); /*要素を左の枠外に移動*/
  }
  to {
    transform: translateX(100%); /*要素を元の位置に移動*/
  }
}
@keyframes slideY {
  from {
    transform: translateY(0); /*要素を左の枠外に移動*/
  }
  to {
    transform: translateX(100%); /*要素を元の位置に移動*/
  }
}
body.home .home-member {
  background-color: #202020;
  color: white;
  padding: 110px 0 120px;
}
body.home .home-member .intro-desc {
  text-align: center;
}
body.home .home-member .dc-card-1-group {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
  margin-top: 30px;
}
body.home .home-qa {
  padding: 145px 0 130px;
}
body.home .home-qa .dc-section-in > .dc-columns {
  flex-wrap: nowrap;
  gap: 85px;
}
body.home .home-qa .dc-section-in > .dc-columns > .dc-column:last-child {
  width: 1019px;
  max-width: 100%;
}
body.home .home-message {
  padding: 145px 0 130px;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  position: relative;
  z-index: 20;
}
body.home .home-message .dc-section-in {
  padding: 0 85px;
}
body.home .home-message .dc-section-in > .dc-heading {
  margin-bottom: 50px;
  padding-left: 68px;
}
body.home .home-message .dc-section-in > .dc-heading::before {
  width: 48px;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
body.home .home-message .dc-section-in > .dc-columns {
  gap: 90px;
  justify-content: center;
}
body.home .home-message .dc-section-in > .dc-columns > .dc-column:first-child {
  width: 643px;
  max-width: 100%;
}
body.home .home-company {
  padding-top: 387px;
  padding-bottom: 240px;
  margin-top: -407px;
  position: relative;
  z-index: 10;
  scroll-margin-top: -212px;
}
body.home .home-company h2.dc-heading {
  margin-bottom: 70px;
}
body.home .home-recruit {
  padding: 167px 0 265px;
  margin-top: -197px;
}
body.home .home-recruit .dc-section-in {
  padding: 0 85px;
}

@media screen and (max-width: 768px) {
  body.home .home-sv {
    padding: 60px 0 50px;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  body.home .home-sv .dc-section-in {
    width: 390px;
    max-width: 100%;
  }
  body.home .home-sv .dc-columns .dc-column:nth-child(1) {
    position: absolute;
    z-index: 0;
  }
  body.home .home-sv .dc-columns .dc-column:nth-child(1) img {
    opacity: 0.4;
    width: 197px;
  }
  body.home .home-sv .dc-columns .dc-column:nth-child(2) {
    position: relative;
    z-index: 10;
  }
  body.home .home-service .dc-section-in > .dc-columns {
    gap: 18px;
    margin-bottom: 50px;
  }
  body.home .home-service .dc-section-in > .dc-columns:nth-child(2) {
    padding-left: 20px;
    flex-direction: column-reverse;
  }
  body.home .home-service .dc-section-in > .dc-columns:nth-child(2) > .dc-column.--txt {
    padding-right: 20px;
  }
  body.home .home-service .dc-section-in > .dc-columns:nth-child(3) {
    padding-right: 20px;
  }
  body.home .home-service .dc-section-in > .dc-columns:nth-child(3) > .dc-column.--txt {
    padding-left: 20px;
  }
  body.home .home-service .dc-section-in > .dc-columns:last-child {
    margin-bottom: 45px;
  }
  body.home .home-jobs {
    padding-bottom: 60px;
    margin-top: 0;
    padding-top: 0;
  }
  body.home .home-jobs h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
  }
  body.home .home-jobs .dc-section-in > .dc-columns {
    gap: 20px;
    padding: 0 20px;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  body.home .home-jobs .dc-section-in > *:last-child {
    margin-bottom: 0;
  }
  body.home .home-jobs__deco {
    display: none;
  }
  body.home .home-member {
    padding: 50px 0 60px;
  }
  body.home .home-member .intro-desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
  body.home .home-member .dc-card-1-group {
    gap: 40px;
  }
  body.home .home-member .dc-card-1-group > * {
    margin-top: 0px !important;
  }
  body.home .home-qa {
    padding: 50px 0;
  }
  body.home .home-qa .dc-section-in > .dc-columns {
    gap: 30px;
    flex-wrap: wrap;
  }
  body.home .home-qa .dc-section-in > .dc-columns > .dc-column .dc-heading.--heading1 {
    margin-bottom: 0;
  }
  body.home .home-qa .dc-section-in > .dc-columns > .dc-column:last-child {
    padding: 0 20px;
  }
  body.home .home-message {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }
  body.home .home-message .dc-section-in {
    padding: 0;
  }
  body.home .home-message .dc-section-in > .dc-heading {
    padding-left: 20px;
    margin-bottom: 30px;
  }
  body.home .home-message .dc-section-in > .dc-heading::before {
    width: 15px;
  }
  body.home .home-message .dc-section-in > .dc-columns {
    gap: 20px;
    padding: 0 20px;
    flex-direction: column-reverse;
    width: 450px;
    margin: auto;
    max-width: 100%;
  }
  body.home .home-message .dc-section-in > .dc-columns img {
    display: flex;
  }
  body.home .home-company {
    padding-top: 241px;
    padding-bottom: 100px;
    margin-top: -191px;
    -webkit-clip-path: polygon(0 calc(0% + 52px), 100% 0%, 100% calc(100% - 52px), 0 100%);
            clip-path: polygon(0 calc(0% + 52px), 100% 0%, 100% calc(100% - 52px), 0 100%);
  }
  body.home .home-company h2.dc-heading {
    margin-bottom: 30px;
  }
  body.home .home-company .dc-table {
    padding: 0 20px;
  }
  body.home .home-recruit {
    padding-top: 226px;
    padding-left: 20px;
    padding-bottom: 85px;
    margin-top: -52px;
    -webkit-clip-path: polygon(0 calc(0% + 52px), 100% 0%, 100% calc(100% - 52px), 0 100%);
            clip-path: polygon(0 calc(0% + 52px), 100% 0%, 100% calc(100% - 52px), 0 100%);
  }
  body.home .home-recruit .dc-section-in {
    padding: 0;
  }
}
/* page *//*# sourceMappingURL=style.css.map */

.home-message-name {
  text-align: right;
}
