.page_single_wrap {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

.page_title {
  border-bottom: 1px dashed #898d96;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .page_title {
    margin-bottom: 20px;
  }
}
.page_title .page_title_eng {
  color: #ff633c;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 1rem;
}
.page_title h1 {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 1rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .page_title h1 {
    font-size: 7vw;
    margin: 0.5rem 0 1rem;
  }
}

.page_title_image {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  margin: -9vw auto 50px;
  width: 1000px;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .page_title_image {
    border-radius: 0;
    margin: -10vw auto 20px;
  }
}
.page_title_image .text_wrap {
  position: absolute;
  right: 30px;
  left: 30px;
  top: 40%;
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_title_image .text_wrap {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    transform: translateY(-15px);
  }
}
.page_title_image .text_wrap .page_title_eng {
  background: #ff633c;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  font-size: 1.1rem;
  display: inline-block;
  padding: 9px 15px 8px 15px;
}
@media screen and (max-width: 767px) {
  .page_title_image .text_wrap .page_title_eng {
    font-size: 4.5vw;
    padding: 7px 15px;
  }
}
.page_title_image .text_wrap h1 {
  font-size: 2.5rem;
  letter-spacing: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  margin: 0;
  background: #fff;
  margin: 0 auto;
  padding: 10px 15px 12px 15px;
}
@media screen and (max-width: 767px) {
  .page_title_image .text_wrap h1 {
    font-size: 7vw;
    background: none;
    padding: 15px 0 0;
  }
}
.page_title_image figure {
  border-radius: 33px;
  overflow: hidden;
}

.page_info {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page_info {
    margin-bottom: 50px;
  }
}
.page_info p {
  font-size: 1.1rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .page_info p {
    letter-spacing: 0.04em;
  }
}

.page_contents_title {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .page_contents_title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
.page_contents_title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.5rem;
  background: #ff633c;
}
@media screen and (max-width: 767px) {
  .page_contents_title::before {
    top: 1.25rem;
  }
}

* + .page_contents_title,
* + .page_contents_title_s {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  * + .page_contents_title,
  * + .page_contents_title_s {
    margin-top: 50px;
  }
}

.page_contents_wrap p {
  font-size: 1rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .page_contents_wrap p {
    line-height: 1.8em;
  }
}
.page_contents_wrap p + p {
  margin-top: 20px;
}
.page_contents_wrap.image {
  padding-right: 40%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_contents_wrap.image {
    padding-right: 0;
  }
}
.page_contents_wrap.image figure {
  width: 35%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .page_contents_wrap.image figure {
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
    width: 100%;
  }
  .page_contents_wrap.image figure img {
    max-width: 70%;
    margin: 0 auto;
  }
}

.page_lr {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 10px;
  margin: 50px 0;
  border: 2px solid #ebe7e1;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .page_lr {
    flex-direction: column;
    margin: 35px 0;
    gap: 10px;
    border-radius: 5px;
  }
}
.page_lr .title_wrap {
  background: #fff6e8;
  padding: 1.5rem 1.5rem;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .page_lr .title_wrap {
    width: 100%;
    padding: 0.8rem 1.2rem;
    border-radius: 3px;
  }
}
.page_lr .title_wrap h3 {
  white-space: nowrap;
  font-size: 1.1rem;
}
.page_lr .text_wrap {
  flex-grow: 1;
}
.page_lr .text_wrap p {
  font-size: 1.05rem;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  padding: 10px 0;
}
.page_lr .text_wrap p a {
  text-decoration: underline;
  color: #ff633c;
  display: inline;
}

.flow_list {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .flow_list {
    gap: 0;
    flex-wrap: wrap;
  }
}
.flow_list .flow_box {
  background: #f1f0ed;
  border-radius: 10px;
  padding: 15px 20px;
  width: 31.33%;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .flow_list .flow_box {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 20px;
  }
}
.flow_list .flow_box::after {
  content: "";
  position: absolute;
  left: 98%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f1f0ed;
  width: 20px;
  height: 40px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .flow_list .flow_box::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 99%;
    transform: translateY(0);
    background-color: #f1f0ed;
    width: 40px;
    height: 15px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
.flow_list .flow_box .step_title,
.flow_list .flow_box .flow_title {
  position: relative;
  z-index: 20;
}
.flow_list .flow_box .step_title {
  display: block;
  text-align: center;
  color: #ff633c;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .flow_list .flow_box .step_title {
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
}
.flow_list .flow_box .flow_title {
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.flow_list .flow_box.end::after {
  display: none;
}

.page_contents_title_s {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.page_contents_title_s h3 {
  font-size: 1.3rem;
}
.page_contents_title_s .line {
  height: 5px;
  border: 1px solid #ccc;
  flex-grow: 1;
  border-left: 0;
  border-right: 0;
}

.list_dot ul {
  margin-left: 1.5rem;
}
.list_dot ul li {
  list-style: disc;
  font-size: 1rem;
  line-height: 1.6em;
  display: list-item;
  font-weight: 400;
}
.list_dot ul li + li {
  margin-top: 7px;
}

.faq_wrap {
  text-align: left;
  margin: 0 auto;
}

.faq_question {
  display: block;
  padding: 15px 50px 15px 15px;
  cursor: pointer;
  background: #efefef;
  position: relative;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 400;
  word-break: break-all;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .faq_question {
    padding: 13px 40px 13px 12px;
    font-size: 17px;
  }
}
.faq_question:hover {
  background: #fff6e8;
}
.faq_question.active {
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: #fff6e8;
}
.faq_question.active::before {
  background: url("../images/minus_label.png") no-repeat center center;
  background-size: contain;
}
.faq_question::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 15px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/teams_plus_lg.png") no-repeat center center;
  background-size: contain;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .faq_question::before {
    width: 18px;
    height: 18px;
    background-size: contain;
  }
}
.faq_question span {
  display: block;
  position: relative;
  padding-left: 40px;
  line-height: 1.4em;
}
.faq_question span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: url("../images/faq_q.png") no-repeat center;
  background-size: contain;
}

.faq_answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  visibility: hidden;
  background: #fff6e8;
  border-radius: 0 0 5px 5px;
}
.faq_answer.show {
  visibility: visible;
}
.faq_answer a {
  text-decoration: underline;
  display: inline;
  color: #025abb;
}
.faq_answer a:hover {
  color: #025abb;
}
.faq_answer > .faq_answer_text {
  position: relative;
  word-break: break-all;
  padding: 10px 25px 30px 75px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .faq_answer > .faq_answer_text {
    padding: 10px 20px 30px 60px;
  }
}
.faq_answer > .faq_answer_text p {
  font-size: 1rem;
  line-height: 1.7em;
}
.faq_answer > .faq_answer_text p + p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .faq_answer > .faq_answer_text {
    font-size: 14px;
    line-height: 1.7em;
  }
}
.faq_answer > .faq_answer_text::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 15px;
  width: 23px;
  height: 17px;
  background: url("../images/faq_a.png") no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .faq_answer > .faq_answer_text::before {
    left: 25px;
  }
}
.faq_answer > .faq_answer_text .list_num {
  margin: 15px 0;
  margin-left: 35px;
}
.faq_answer > .faq_answer_text .list_num li {
  display: list-item;
  font-size: 1rem;
  list-style: decimal;
  line-height: 1.5em;
  padding: 0 0 5px 5px;
}

.faq_box + .faq_box {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .faq_box + .faq_box {
    margin-top: 15px;
  }
}

.support_bottom {
  height: 80px;
  background: #fff;
}
@media (max-width: 767px) {
  .support_bottom {
    height: 40px;
  }
}/*# sourceMappingURL=single-page.css.map */