.epi .container strong {
  color: #478E71 !important;
}

.dream .page-header .container-fluid .details, .success .page-header .container-fluid .details, .pro .page-header .container-fluid .details, .together .page-header .container-fluid .details {
  background-color: #478E71;
}
.dream .page-header .container-fluid .details :is(p, strong, dt, dd), .success .page-header .container-fluid .details :is(p, strong, dt, dd), .pro .page-header .container-fluid .details :is(p, strong, dt, dd), .together .page-header .container-fluid .details :is(p, strong, dt, dd) {
  color: #fff;
}

article .container .item-box {
  display: flex;
  gap: 30px;
}
article .container .item-box .details {
  flex: 1 1 170%;
}
article .container .item-box .item-img {
  flex: 1 1 auto;
}
article .container .item-box.last .details {
  flex-basis: 300%;
}
@media (max-width: 1024px) {
  article .container .item-box {
    flex-direction: column;
  }
}

.dream .page-header .container-fluid .item-img .backdrop {
  background: url("../images/start/dream_bg_page_header.png") no-repeat center/cover;
}
.dream section article .container h3 {
  color: #478E71;
}
.dream section article .container h3::before {
  filter: invert(48%) sepia(72%) saturate(265%) hue-rotate(104deg) brightness(89%) contrast(87%);
}
.dream section article {
  padding: 60px 0;
}
.dream section article:nth-of-type(odd) {
  background-color: #f4f4f4;
}
.dream section article h3 {
  display: block;
  position: relative;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  word-break: keep-all;
  margin-bottom: 30px;
  padding-left: 35px;
}
.dream section article h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background: url("../images/sub/sub_title_icon.svg") no-repeat center/contain;
}
.dream section article p {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  word-break: break-all;
}
.dream section article.epi .container > strong {
  text-align: center;
  display: block;
  font-size: 26px;
  color: #478E71;
  line-height: 1.5;
}
.dream section figure figcaption {
  line-height: 1.2;
  color: #666;
}
.dream section .video-box {
  display: flex;
  gap: 30px;
  width: 100%;
}
.dream section .video-box .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.dream section .video-box .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dream section .video-box.type-2 .video {
  padding-bottom: 29.5%;
}
@media (max-width: 1024px) {
  .dream section .video-box {
    flex-direction: column;
  }
  .dream section .video-box.type-2 .video {
    padding-bottom: 56.25%;
  }
}
.dream section .video-box .video-container {
  display: none;
}
.dream section .article-header h3 {
  padding: 0;
}
.dream section .article-header h3::before {
  content: none;
}
@media (max-width: 1024px) {
  .dream section article {
    padding: 50px 0;
  }
  .dream section article h3 {
    font-size: 24px;
    padding-left: 0;
    padding-top: 10px;
  }
  .dream section article h3::before {
    top: 0 !important;
  }
  .dream section article p {
    font-size: 17px;
  }
  .dream section article.epi .container > strong {
    font-size: 22px;
  }
}
.dream .box {
  display: flex;
  gap: 30px;
}
.dream .box > * {
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .dream .box {
    flex-direction: column;
    gap: 20px;
  }
}
.dream .box .embed-responsive {
  display: block;
  position: relative;
  width: 100%;
}
.dream .box .embed-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.dream .box .embed-responsive iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pro .page-header .container-fluid .item-img .backdrop {
  background: url("../images/start/pro_bg_page_header.png") no-repeat center/cover;
}
.pro section article .container h3 {
  color: #478E71;
}
.pro section article .container h3::before {
  filter: invert(48%) sepia(72%) saturate(265%) hue-rotate(104deg) brightness(89%) contrast(87%);
}
.pro section article {
  padding: 60px 0;
}
.pro section article:nth-of-type(odd) {
  background-color: #f4f4f4;
}
.pro section article h3 {
  display: block;
  position: relative;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  word-break: keep-all;
  margin-bottom: 30px;
  padding-left: 35px;
}
.pro section article h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background: url("../images/sub/sub_title_icon.svg") no-repeat center/contain;
}
.pro section article p {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  word-break: break-all;
}
.pro section article.epi .container > strong {
  text-align: center;
  display: block;
  font-size: 26px;
  color: #478E71;
  line-height: 1.5;
}
.pro section figure figcaption {
  line-height: 1.2;
  color: #666;
}
@media (max-width: 1024px) {
  .pro section article {
    padding: 50px 0;
  }
  .pro section article h3 {
    font-size: 24px;
    padding-left: 0;
    padding-top: 10px;
  }
  .pro section article h3::before {
    top: 0 !important;
  }
  .pro section article p {
    font-size: 17px;
  }
  .pro section article.epi .container > strong {
    font-size: 22px;
  }
}

.success {
  word-break: break-all;
}
.success .page-header .container-fluid .item-img .backdrop {
  background-image: url("../images/start/success_bg_page_header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.success section article .container ul.qna-list li {
  padding: 60px 30px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.success section article .container ul.qna-list li dl dt {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding-left: 35px;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 600;
  color: #478E71;
}
.success section article .container ul.qna-list li dl dt::before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.success section article .container ul.qna-list li dl dd {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}
.success section article .container ul.qna-list li dl dd p::before {
  content: "A.";
  margin-right: 60px;
  font-size: 18px;
  color: #478E71;
  font-weight: bold;
}
.success section article .container ul.qna-list li dl dd p::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 1.5px;
  background-color: #478E71;
}
.success section article .container ul.qna-list li dl dd > .height-auto {
  margin-top: 30px;
}
.success section article .container ul.qna-list li dl dd > .item-box {
  display: flex;
  gap: 30px;
}
.success section article .container ul.qna-list li dl dd > .item-box > .details {
  width: 70%;
}
.success section article .container ul.qna-list li dl dd > .item-box > .item-img {
  width: 30%;
}
.success section article .container ul.qna-list li dl dd > .item-box.type-2 > .details {
  flex: 1 1 auto;
}
.success section article .container ul.qna-list li dl dd > .item-box.type-2 > .item-img {
  flex: 1 1 10%;
}
@media (max-width: 1024px) {
  .success section article .container ul.qna-list li dl {
    padding: 0 15px;
  }
}
.success section article .container ul.qna-list li ~ li {
  margin-top: 30px;
}
.success section article .container ul.qna-list li .box {
  display: flex;
  gap: 30px;
}
.success section article .container ul.qna-list li .box > div {
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .success section article .container ul.qna-list li .box {
    flex-direction: column;
  }
}
.success sup {
  display: inline;
  padding-right: 5px;
  color: orangered;
  font-weight: 900;
  vertical-align: super;
}
.success .caption-box {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #000;
  line-height: 1.5;
}
.success .caption-box li {
  padding: 0 !important;
}
.success .caption-box sup {
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .success .page-header .container-fluid {
    background-color: #478E71;
  }
  .success .page-header .container-fluid .item-img .backdrop {
    background-image: url("../images/start/success_bg_page_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .success section article .container ul.qna-list li {
    padding: 30px 0px;
  }
  .success section article .container ul.qna-list li dl dt {
    padding: 0;
    font-size: 22px;
  }
  .success section article .container ul.qna-list li dl dt::before {
    display: block;
    position: static;
    margin: 0 auto;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    font-size: 30px;
    margin-bottom: 20px;
    background-color: #478E71;
    color: #fff;
    text-align: center;
  }
  .success section article .container ul.qna-list li dl dd {
    font-size: 17px;
    line-height: 28px;
  }
  .success section article .container ul.qna-list li dl dd > .item-box {
    flex-direction: column;
  }
  .success section article .container ul.qna-list li dl dd > .item-box > .details {
    width: 100%;
  }
  .success section article .container ul.qna-list li dl dd > .item-box > .item-img {
    width: 100%;
  }
}

.together .caption-box {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.together .caption-box sup {
  display: inline;
  padding-right: 10px;
  color: orangered;
  font-weight: 900;
  vertical-align: middle;
}
.together .caption-box p {
  display: inline-block;
}
@media (max-width: 1024px) {
  .together .caption-box ul li p {
    line-height: 1.2;
  }
  .together .caption-box ul li ~ li {
    margin-top: 10px;
  }
}
.together p > sup {
  display: inline;
  color: orangered;
  font-weight: 700;
  vertical-align: super;
}
.together .page-header {
  background-color: #478E71;
}
.together .page-header .container-fluid .item-img .backdrop {
  background-image: url("../images/start/together_bg_page_header.png");
}
.together section article .container h3 {
  color: #478E71;
}
.together section article .container h3::before {
  filter: invert(48%) sepia(72%) saturate(265%) hue-rotate(104deg) brightness(89%) contrast(87%);
}
.together section article .container .height-auto {
  margin-top: 30px;
}
.together .box {
  display: flex;
  gap: 30px;
}
.together .box div {
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .together .box {
    flex-direction: column;
  }
  .together .box div.details {
    order: 1;
  }
  .together .box div.item-img {
    order: 2;
  }
}

article.interview {
  background-color: #478E71 !important;
  text-align: right;
}
article.interview h5 {
  display: inline-block;
  font-size: 26px;
  padding: 30px 30px 30px 80px;
  background: url("../images/start/together_interview_search.png") no-repeat center/contain;
}
article.interview ul.people-list {
  margin-top: 50px;
  text-align: left;
  line-height: 1.6;
}
article.interview ul.people-list li {
  padding: 120px 30px 60px;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #121212;
  background-image: url("../images/start/img_interview_top.png");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}
article.interview ul.people-list li .item-box {
  display: flex;
  align-items: center;
  gap: 50px;
}
article.interview ul.people-list li .item-box strong {
  display: block;
  font-size: 22px;
  background-color: #fff9ae;
  padding: 15px 30px;
  border: 2px solid #121212;
  border-radius: 10px;
}
article.interview ul.people-list li .item-box dl {
  display: block;
  font-size: 18px;
  margin-top: 40px;
  padding: 30px;
  border: 2px solid #121212;
  border-radius: 10px;
}
article.interview ul.people-list li .item-box dl dt {
  display: inline-block;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #00b6c8;
  border-radius: 100px;
  border: 2px solid #121212;
  margin-bottom: 30px;
}
article.interview ul.people-list li .item-box .item-img {
  width: 50%;
}
article.interview ul.people-list li .item-box .details {
  width: 75%;
}
article.interview ul.people-list li ~ li {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  article.interview h5 {
    font-size: 26px;
    padding: 30px;
    padding-left: 60px;
    font-size: 20px;
    text-align: right;
  }
  article.interview ul.people-list {
    margin-top: 30px;
  }
  article.interview ul.people-list li {
    padding: 60px 15px 30px;
    border: 2px solid #121212;
    background-size: auto 55px;
    background-position: 0 0;
  }
  article.interview ul.people-list li .item-box {
    flex-direction: column;
    gap: 20px;
  }
  article.interview ul.people-list li .item-box strong {
    padding: 10px;
    font-size: 18px;
  }
  article.interview ul.people-list li .item-box dl {
    padding: 20px;
    margin-top: 20px;
  }
  article.interview ul.people-list li .item-box dl dt {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  article.interview ul.people-list li .item-box dl dd {
    font-size: 17px;
    text-align: justify;
    word-break: break-all;
  }
  article.interview ul.people-list li .item-box .item-img {
    width: 80%;
  }
  article.interview ul.people-list li .item-box .details {
    width: 100%;
  }
  article.interview ul.people-list li ~ li {
    margin-top: 50px;
  }
}

.special section .container h3::before {
  background-image: url("../images/sub/sub_title_icon.svg");
  filter: invert(47%) sepia(7%) saturate(2425%) hue-rotate(223deg) brightness(101%) contrast(89%);
}
.special section article ~ article {
  padding: 80px 0;
}
.special section article .epi {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background-color: #8d72b4;
  width: 100%;
  max-width: 480px;
  height: 480px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-size: 22px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .special section article .epi {
    max-width: 320px;
    height: 320px;
    font-size: 15px;
    width: 100%;
    line-height: 1.6;
  }
}
.special section article .item-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}
.special section article .special-table {
  display: block;
  width: 100%;
  text-align: center;
}
.special section article .special-table h5 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #8d72b4;
  color: #fff;
}
.special section article .special-table table {
  width: 100%;
}
.special section article .special-table table caption {
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.special section article .special-table table thead {
  text-align: left;
  color: #fff;
}
.special section article .special-table table thead tr {
  background-color: #8d72b4;
}
.special section article .special-table table thead tr th {
  text-align: center;
  border-right: 1px solid #fff;
}
.special section article .special-table table thead tr th:nth-last-of-type(1) {
  border: none;
}
.special section article .special-table table tbody tr {
  border: 1px solid #8d72b4;
}
.special section article .special-table table tbody tr th {
  text-align: center;
  background-color: rgba(141, 114, 180, 0.3);
}
.special section article .special-table table tbody tr td {
  border-right: 1px solid #8d72b4;
}
.special section article .special-table table th,
.special section article .special-table table td {
  padding: 10px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .special section article .special-table h5 {
    font-size: 20px;
    line-height: 1.4;
  }
  .special section article .special-table table {
    word-break: break-all;
  }
  .special section article .special-table table th,
  .special section article .special-table table td {
    padding: 5px;
  }
  .special section article .special-table table thead tr th:nth-of-type(1) {
    width: 15%;
  }
  .special section article .special-table table thead tr th:nth-of-type(2) {
    width: 15%;
  }
}/*# sourceMappingURL=start.css.map */