@charset "UTF-8";
#one-day-try {
  color: var(--cBase);
}
#one-day-try .mv {
  position: relative;
}
#one-day-try .mv img {
  width: 100%;
}
#one-day-try .mv .top-btn-grp {
  position: absolute;
  bottom: 10%;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  #one-day-try .mv .top-btn-grp {
    bottom: 10%;
    gap: 11px;
  }
}
#one-day-try .mv .top-btn-grp .top-btn {
  background: #FEE68D;
  width: 190px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #40100A;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  #one-day-try .mv .top-btn-grp .top-btn {
    width: 167px;
    height: 42px;
    font-size: 14px;
  }
}
#one-day-try .mv .top-btn-grp .top-btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../../../assets/img/common/arrow/down-arrow.svg");
  background-repeat: no-repeat;
  color: #40100A;
  background-size: 100%;
  position: absolute;
  right: 13px;
}
@media screen and (max-width: 768px) {
  #one-day-try .mv .top-btn-grp .top-btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}
#one-day-try .mv .top-btn-grp .open-btn {
  background: #40100A;
  color: #ffffff;
}
#one-day-try .mv .top-btn-grp .open-btn::after {
  content: "";
  background-image: url("../../../assets/img/common/arrow/down-arrow-wt.svg");
  rotate: -90deg;
}
#one-day-try .about-container {
  background-color: #6E5340;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container {
    padding: 50px 0;
  }
}
#one-day-try .about-container .subtitle,
#one-day-try .about-container .title,
#one-day-try .about-container .caption {
  color: var(--cWhite);
}
#one-day-try .about-container .about-inner-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--cWhite);
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-inner-text {
    font-size: 15px;
    letter-spacing: -0.9px;
  }
}
#one-day-try .about-container .points {
  color: var(--cWhite);
  font-size: 18px;
  display: flex;
  gap: 30px;
  margin: 20px 0 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .points {
    font-size: 15px;
    gap: 20px;
    margin: 15px 0 25px;
  }
}
#one-day-try .about-container .points .point-list {
  display: flex;
  align-items: center;
  font-weight: 500;
}
#one-day-try .about-container .points .point-list::before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("../../../assets/img/common/arrow/check-box.svg");
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .points .point-list::before {
    width: 16px;
    height: 16px;
    background-image: url("../../../assets/img/common/arrow/check-box-sp.svg");
    gap: 5px;
  }
}
#one-day-try .about-container .about-target {
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-target {
    margin-top: 0px;
  }
}
#one-day-try .about-container .about-target .target-grp {
  display: flex;
  align-items: flex-end;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-target .target-grp {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }
}
#one-day-try .about-container .about-target .target-grp .target {
  display: flex;
  gap: 15px;
  background: #FEE68D;
  width: 680px;
  height: 64px;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  border-radius: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-target .target-grp .target {
    font-size: 16px;
    gap: 10px;
    height: 130px;
    border-radius: 20px;
    width: 100%;
  }
}
#one-day-try .about-container .about-target .target-grp .target .target-inner {
  display: flex;
  height: 64px;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-target .target-grp .target .target-inner {
    flex-direction: column;
    height: 130px;
    line-height: 1.5;
    justify-content: center;
    gap: 8px;
  }
}
#one-day-try .about-container .about-target .target-grp .target .target-inner .target-icon {
  background: #FFBF18;
  width: 62px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 500;
}
#one-day-try .about-container .about-target .target-grp .target .target-inner span {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-target .target-grp .target .target-inner span {
    font-size: 20px;
  }
}
#one-day-try .about-container .about-target .target-grp .target .target-inner .year {
  font-size: 28px;
}
#one-day-try .about-container .about-target .target-grp .target .target-inner .target-list {
  font-weight: 500;
}
#one-day-try .about-container .about-target .target-grp .target-icon-img {
  display: flex;
  position: relative;
  top: -15px;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-target .target-grp .target-icon-img {
    gap: 20px;
    padding: 0 28px;
    align-items: center;
    margin-bottom: 25px;
  }
}
#one-day-try .about-container .about-target .target-grp .target-icon-img .target-img-des {
  font-size: 14px;
  line-height: 1.7;
  color: var(--cWhite);
}
#one-day-try .about-container .about-target .target-caption {
  color: var(--cWhite);
  margin-bottom: 40px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-target .target-caption {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
#one-day-try .about-container .about-points {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-points {
    gap: 15px;
  }
}
#one-day-try .about-container .about-points .point-box {
  width: 245px;
  height: auto;
  background: #FFF5BF;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-points .point-box {
    display: flex;
    width: 100%;
    height: fit-content;
  }
}
#one-day-try .about-container .about-points .point-box .point-top {
  padding: 10px 22px 13px;
  color: #F28D00;
  border-bottom: 1px solid #F28D00;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-points .point-box .point-top {
    padding: 10px 15px 13px;
    font-size: 14px;
    border-bottom: none;
    border-right: 1px solid #F28D00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#one-day-try .about-container .about-points .point-box .point-top span {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-left: 4px;
}
#one-day-try .about-container .about-points .point-box .point-btm {
  padding: 20px 20px 25px;
}
#one-day-try .about-container .about-points .point-box .point-btm .point-text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
#one-day-try .about-container .about-points .point-box .point-btm .point-caption {
  font-size: 12px;
  font-weight: normal;
}
#one-day-try .about-container .about-caption {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-left: 20px;
  color: var(--cWhite);
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-caption {
    margin-top: 10px;
    font-size: 12px;
    line-height: normal;
  }
}
#one-day-try .about-container .about-caption::before {
  content: "★";
  display: inline-flex;
  font-size: 16px;
  margin-right: 5px;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  #one-day-try .about-container .about-caption::before {
    font-size: 12px;
  }
}
#one-day-try .events {
  background: #FFFCEB;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #one-day-try .events {
    padding: 50px 0;
  }
}
#one-day-try .events .caption {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #one-day-try .events .caption {
    margin-left: 12px;
    font-size: 15px;
  }
}
#one-day-try .events .caption::before {
  content: "★";
  display: inline-flex;
  font-size: 16px;
  color: var(--cWhite);
  margin-right: 5px;
  margin-left: -20px;
}
#one-day-try .events .event-inner {
  color: var(--cWhite);
}
#one-day-try .events .events-list {
  display: flex;
  gap: 30px;
  margin: 35px 0 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #one-day-try .events .events-list {
    gap: 15px;
    justify-content: center;
    margin: 20px 0 0;
  }
}
#one-day-try .events .events-list .bdorg {
  border: 1px solid #FFBF18;
}
#one-day-try .events .events-list .notes {
  color: var(--cWhite);
  font-size: 14px;
  margin-left: 15px;
}
#one-day-try .events .events-list .notes::before {
  content: "※";
  display: inline-flex;
  font-size: 14px;
  color: var(--cWhite);
  margin-right: 5px;
  margin-left: -15px;
}
#one-day-try .events .events-list .event-box {
  width: 500px;
  height: 355px;
  background: #FFF9DA;
  border-radius: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #one-day-try .events .events-list .event-box {
    width: 100%;
    height: fit-content;
  }
}
#one-day-try .events .events-list .event-box .event-title {
  padding: 20px 36px 10px;
  font-size: 33px;
  font-weight: 600;
  border-bottom: 1px solid #F28D00;
}
@media screen and (max-width: 768px) {
  #one-day-try .events .events-list .event-box .event-title {
    font-size: 24px;
  }
}
#one-day-try .events .events-list .event-box .event-title span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #one-day-try .events .events-list .event-box .event-title span {
    font-size: 15px;
  }
}
#one-day-try .events .events-list .event-box .event-details-grp {
  padding: 28px 36px 45px;
}
@media screen and (max-width: 768px) {
  #one-day-try .events .events-list .event-box .event-details-grp {
    padding: 22px 25px 30px;
  }
}
#one-day-try .events .events-list .event-box .event-details-grp .event-details {
  display: flex;
  justify-content: space-between;
}
#one-day-try .events .events-list .event-box .event-details-grp .event-details ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #one-day-try .events .events-list .event-box .event-details-grp .event-details ul:first-child {
    flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
  }
}
#one-day-try .events .events-list .event-box .event-details-grp .event-details ul li {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #one-day-try .events .events-list .event-box .event-details-grp .event-details ul li {
    font-size: 18px;
  }
}
#one-day-try .events .events-list .event-box .event-details-grp .event-details ul li span {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #one-day-try .events .events-list .event-box .event-details-grp .event-details ul li span {
    font-size: 15px;
  }
}
#one-day-try .events .events-list .event-box .event-details-grp .event-details ul .event-detail-title {
  font-size: 16px;
  font-weight: normal;
  background: #FDEB77;
  border-radius: 4px;
  width: 49px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#one-day-try .events .events-list .event-box .event-details-grp .event-details ul .event-uketsuke .event-status {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
#one-day-try .events .events-list .event-box .event-details-grp .event-details ul .event-uketsuke .event-status::before {
  content: "●";
  display: inline-flex;
  font-size: 10px;
  color: #F28D00;
}
#one-day-try .events .events-list .event-box .event-details-grp .event-details ul .event-uketsuke .event-status-note {
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #one-day-try .events .events-list .event-box .event-details-grp .event-details ul .event-uketsuke .event-status-note {
    position: absolute;
  }
}
#one-day-try .events .events-list .event-box .event-details-grp .event-details .sub-thumbnail img {
  width: 108px;
  height: auto;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #one-day-try .events .events-list .event-box .event-details-grp .event-details .sub-thumbnail img {
    width: 100px;
    height: auto;
  }
}
#one-day-try .events .events-list .event-box .event-details-grp .no-link {
  background: none;
  border: 1px solid #6E5340;
}
#one-day-try .events .events-list .event-box .event-details-grp .no-link::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #one-day-try .events .events-list .event-box .btn-syosai {
    top: 15px;
  }
}
#one-day-try .events .events-list .event-syuryo-box {
  background: #E6E0DA;
  color: #6E5340;
}
#one-day-try .events .events-list .event-syuryo-box .event-title {
  border-bottom: 1px solid #6E5340;
}
#one-day-try .events .events-list .event-syuryo-box .event-details-grp .event-details ul .event-detail-title {
  background: #FFF9DA;
}
#one-day-try .events .events-list .event-syuryo-box .event-details-grp .event-details ul .event-uketsuke .event-status::before {
  color: #B7B7B7;
}
#one-day-try .apply-process {
  background: #FFFCEB;
  padding: 90px 0px;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process {
    padding: 50px 0px;
  }
}
#one-day-try .apply-process .title {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .title {
    margin-bottom: 25px;
  }
}
#one-day-try .apply-process .apply-process-inner .apply-process-desc {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 70px;
}
#one-day-try .apply-process .apply-process-inner .apply-process-desc::after {
  content: "";
  display: block;
  width: 100px;
  height: 138px;
  background-image: url(../../../assets/img/common/icon/mascot-icon.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-desc {
    gap: 10px;
  }
  #one-day-try .apply-process .apply-process-inner .apply-process-desc::after {
    width: 60px;
    height: 85px;
    background-image: url(../../../assets/img/common/icon/mascot-icon-sp.svg);
  }
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp {
    margin-top: 10px;
  }
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-img img {
  width: 100%;
  height: auto;
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list {
  display: flex;
  margin-top: 25px;
  margin-bottom: 20px;
  gap: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list {
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-title-zizen-top {
    background: #FDEB77;
    text-align: center;
    width: 100%;
  }
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-title-zizen {
    font-size: 15px;
    text-align: center;
    width: 100%;
    background: #F29502;
    position: relative;
    margin-top: 80px;
  }
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-title-zizen::before {
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    background-image: url(../../../assets/img/common/arrow/trangle-down.svg);
    margin: 20px 0px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
  }
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-title-zizen-btm {
    background: #F29502;
  }
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top {
  background: #FFF9DA;
  border-radius: 20px;
  padding: 27px;
  height: 272px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: flex-start;
  font-weight: 500px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top {
    justify-content: center;
    height: fit-content;
    padding: 15px;
    min-height: 125px;
  }
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top .apply-process-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top .apply-process-icon {
    margin-bottom: 10px;
  }
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top .apply-process-text {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top .apply-process-text {
    font-size: 16px;
    font-weight: 600;
  }
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top .apply-process-text li {
  font-weight: 600;
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top .apply-process-text li span {
  font-size: 12px;
  line-height: 0.3em !important;
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top .apply-process-text .tcenter {
  text-align: center;
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top::after {
  content: "";
  display: block;
  width: 13px;
  height: 20px;
  background-image: url(../../../assets/img/common/arrow/trangle-right-.svg);
  margin-left: 20px;
  position: absolute;
  right: -20px;
  right: -20px;
  height: 272px;
  background-repeat: no-repeat;
  display: flex;
  top: 133px;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top::after {
    display: none;
  }
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top::after:last-child {
  display: none;
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top .top-inner .txt-center {
  height: 225px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply-process-top .top-inner .txt-center {
    height: 90px;
  }
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .process-end::after {
  display: none;
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .process-inner-grp {
  display: flex;
  justify-content: space-between;
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .process-inner-grp .apply-process-top {
  height: 200px;
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply {
  width: 365px;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply .apply-process-icon img {
    width: 70px;
    height: 70px;
  }
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply li {
  margin-left: 10px;
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .apply li span {
  width: 6px;
  height: 6px;
  background-color: #40100A;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  position: relative;
  bottom: 4px;
  margin-right: 5px;
  margin-left: -10px;
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .seminar {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .seminar {
    text-align: center;
    width: 48%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .seminar .apply-process-icon img {
    width: 117px;
    height: 75px;
  }
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .mendan {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .mendan {
    text-align: center;
    width: 48%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .mendan .apply-process-icon img {
    width: 117px;
    height: 75px;
  }
}
#one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .riyou {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner .apply-process-grp .apply-process-list .riyou {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .apply-process-inner p {
    font-size: 14px;
    text-align: left;
  }
}
#one-day-try .apply-process .register-btn {
  margin: 0px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #one-day-try .apply-process .register-btn {
    width: 280px;
    margin-top: 10px;
  }
}
#one-day-try .faq-content-area {
  background: #6E5340;
  padding: 90px 0px;
}
@media screen and (max-width: 768px) {
  #one-day-try .faq-content-area {
    padding: 50px 0px;
  }
}
#one-day-try .faq-content-area .subtitle,
#one-day-try .faq-content-area .title,
#one-day-try .faq-content-area .caption {
  color: var(--cWhite);
}
#one-day-try .faq-content-area .faq-list .faq-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#one-day-try .faq-content-area .faq-list .faq-inner .faq-question {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #one-day-try .faq-content-area .faq-list .faq-inner .faq-question {
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px;
  }
}
#one-day-try .faq-content-area .faq-list .faq-inner .faq-question::before {
  content: "Q";
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-right: 18px;
  color: #F28D00;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #one-day-try .faq-content-area .faq-list .faq-inner .faq-question::before {
    font-size: 30px;
  }
}
#one-day-try .faq-content-area .faq-list .faq-inner .faq-answer {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  margin-left: 38px;
  margin-right: 15px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #one-day-try .faq-content-area .faq-list .faq-inner .faq-answer {
    font-size: 14px;
    margin-right: 30px;
  }
}
#one-day-try .faq-content-area .faq-list .faq-inner .faq-answer::before {
  content: "A";
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-right: 18px;
  margin-left: -38px;
  color: #F28D00;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  #one-day-try .faq-content-area .faq-list .faq-inner .faq-answer::before {
    font-size: 30px;
  }
}
#one-day-try .faq-content-area .faq-list .faq-inner .faq-item {
  background: #FFFCEB;
  padding: 25px 40px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #one-day-try .faq-content-area .faq-list .faq-inner .faq-item {
    padding: 15px;
    border-radius: 15px;
  }
}
#one-day-try .faq-content-area .faq-list .faq-inner .faq-item .faq-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../../assets/img/common/arrow/plus.svg);
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  #one-day-try .faq-content-area .faq-list .faq-inner .faq-item .faq-toggle {
    width: 15px;
    height: 15px;
    background-position: center;
  }
}
#one-day-try .faq-content-area .faq-list .faq-inner .faq-item .faq-toggle.open {
  position: absolute;
  top: 50px;
  background-image: url(../../../assets/img/common/arrow//minus.svg);
}
@media screen and (max-width: 768px) {
  #one-day-try .faq-content-area .faq-list .faq-inner .faq-item .faq-toggle.open {
    top: 25px;
  }
}

#events-details {
  /* Content inside the container */
}
#events-details .event-mv-content {
  background: #FFF5BF;
  color: var(--cBase);
  padding: 48px 0 68px;
}
#events-details .event-mv-content .event-mv-inner {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner {
    justify-content: center;
  }
}
#events-details .event-mv-content .event-mv-inner .event-mv img {
  max-width: 420px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-mv img {
    width: 100%;
    height: auto;
  }
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-title {
  font-size: 30px;
  font-weight: 600;
  border-top: 4px solid #FFBF18;
  border-bottom: 4px solid #FFBF18;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-title {
    font-size: 24px;
    line-height: 1.5;
  }
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul li {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul li {
    font-size: 20px;
    border-bottom: none;
  }
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul li span {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul li span {
    font-size: 15px;
  }
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul .event-detail-title {
  font-size: 16px;
  font-weight: normal;
  background: #FDEB77;
  border-radius: 4px;
  width: 49px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul .event-contact {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul .event-contact {
    border-bottom: none !important;
  }
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul .event-contact::after {
    background-image: none;
  }
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul .event-uketsuke .event-status {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul .event-uketsuke .event-status::before {
  content: "●";
  display: inline-flex;
  font-size: 10px;
  color: #F28D00;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul .event-uketsuke .event-uketsuke-close::before {
  color: #b7b7b7;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details ul .event-uketsuke .event-status-note {
  font-size: 12px;
  line-height: 1.8;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .top-notes {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 25px 0 15px;
  flex-wrap: wrap;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .top-notes .note-list {
  border: 1px solid #F29500;
  padding: 0 10px;
  border-radius: 4px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .top-notes .note-list {
    font-size: 15px;
  }
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap {
  display: flex;
  background: #FEEB77;
  border-radius: 6px;
  width: 490px;
  margin: 15px 0 30px;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap {
    width: 100%;
  }
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap .cap-lists {
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 18px;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap .cap-lists {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 15px;
    padding: 15px;
  }
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap .cap-lists:nth-child(1) {
  padding: 15px 25px;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap .cap-lists:nth-child(1)::before {
  content: "";
  background-image: url(../../../assets/img/pages/details/icon/shirt-icon.svg);
  width: 30px;
  height: 36px;
  margin-right: 10px;
  display: inline-flex;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap .cap-lists:nth-child(1)::after {
  content: "";
  background: #F29500;
  width: 1px;
  height: 45px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap .cap-lists:nth-child(1)::after {
    height: 85px;
  }
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap .cap-lists:nth-child(2)::before {
  content: "";
  background-image: url(../../../assets/img/pages/details/icon/doc-icon.svg);
  width: 38px;
  height: 38px;
  margin-right: 10px;
  display: inline-flex;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap .cap-lists:nth-child(2)::after {
  content: "";
  background: #F29500;
  width: 1px;
  height: 45px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap .cap-lists:nth-child(2)::after {
    height: 85px;
  }
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap .cap-lists:nth-child(3)::before {
  content: "";
  background-image: url(../../../assets/img/pages/details/icon/o-icon.svg);
  width: 44px;
  height: 34px;
  margin-right: 10px;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-cap .cap-lists:nth-child(3)::before {
    margin-right: 0;
  }
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-sanka {
  display: flex;
  align-items: center;
  gap: 5px;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-sanka::before {
  content: "";
  background-image: url(../../../assets/img/pages/details/icon/trainer-icon.svg);
  width: 15px;
  height: 20px;
  position: relative;
  top: 2px;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-sanka a {
  border-bottom: 1px solid #40100A;
  font-weight: 500;
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-sanka a::after {
  content: "";
  background-image: url(../../../assets/img/common/arrow/arrow-right.svg);
  width: 10px;
  height: 9px;
  margin-left: 5px;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .event-sanka {
    justify-content: center;
  }
}
#events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .btn-syosai {
  display: flex;
  justify-content: center;
  max-width: 280px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .event-mv-inner .event-details-grp .event-details .btn-syosai {
    font-size: 14px;
  }
}
#events-details .event-mv-content .top-menu .top-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .top-menu .top-menu-list {
    gap: 11px;
  }
}
#events-details .event-mv-content .top-menu .top-menu-list a {
  background: #FFFCEB;
  width: 190px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 3px 3px 3px #F0E3D8;
  position: relative;
}
@media screen and (max-width: 768px) {
  #events-details .event-mv-content .top-menu .top-menu-list a {
    width: 167px;
    font-size: 14px;
  }
}
#events-details .event-mv-content .top-menu .top-menu-list a::after {
  content: "";
  position: absolute;
  background-image: url(../../../assets/img/common/arrow/down-arrow.svg);
  width: 12px;
  height: 12px;
  right: 10px;
  top: 19px;
  background-repeat: no-repeat;
}
#events-details .seminar-info {
  padding: 90px 0px;
  background: #FFFCEB;
  color: var(--cBase);
}
@media screen and (max-width: 768px) {
  #events-details .seminar-info {
    padding: 50px 0px;
  }
}
#events-details .seminar-info .seminar-inner .subtitle,
#events-details .seminar-info .seminar-inner .title {
  color: var(--cBase);
}
#events-details .seminar-info .seminar-content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #events-details .seminar-info .seminar-content {
    gap: 30px;
    flex-wrap: wrap;
  }
}
#events-details .seminar-info .seminar-content .seminar-content-left {
  max-width: 510px;
}
#events-details .seminar-info .seminar-content .seminar-content-left .seminar-content-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #events-details .seminar-info .seminar-content .seminar-content-left .seminar-content-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#events-details .seminar-info .seminar-content .seminar-content-left .seminar-content-text {
  line-height: 1.7;
  font-size: 18px;
}
#events-details .seminar-info .seminar-content .seminar-content-right {
  background: #FFF5BF;
  padding: 30px;
  border-radius: 20px;
  max-width: 510px;
}
@media screen and (max-width: 768px) {
  #events-details .seminar-info .seminar-content .seminar-content-right {
    padding: 30px 15px;
  }
}
#events-details .seminar-info .seminar-content .seminar-content-right .seminar-content-top {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #785753;
  padding-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #events-details .seminar-info .seminar-content .seminar-content-right .seminar-content-top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding-bottom: 25px;
  }
}
#events-details .seminar-info .seminar-content .seminar-content-right .seminar-content-top .seminar-tilte-grp .seminar-content-subtitle {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #events-details .seminar-info .seminar-content .seminar-content-right .seminar-content-top .seminar-tilte-grp .seminar-content-subtitle {
    font-size: 15px;
  }
}
#events-details .seminar-info .seminar-content .seminar-content-right .seminar-content-top .seminar-tilte-grp .seminar-content-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #events-details .seminar-info .seminar-content .seminar-content-right .seminar-content-top .seminar-tilte-grp .seminar-content-title {
    font-size: 19px;
  }
}
#events-details .seminar-info .seminar-content .seminar-content-right .seminar-content-top .seminar-tilte-grp .seminar-content-title span {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #events-details .seminar-info .seminar-content .seminar-content-right .seminar-content-top .seminar-tilte-grp .seminar-content-title span {
    font-size: 15px;
  }
}
#events-details .seminar-info .seminar-content .seminar-content-right .seminar-content-top .img-grp img {
  width: 110px;
  height: 110px;
}
#events-details .seminar-info .seminar-content .seminar-content-right .seminar-content-text {
  margin-top: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #events-details .seminar-info .seminar-content .seminar-content-right .seminar-content-text {
    font-size: 15px;
  }
}
#events-details .consultation-corner {
  padding: 90px 0px 90px;
  background: #6E5340;
  color: var(--cWhite);
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner {
    padding: 50px 0px 50px;
  }
}
#events-details .consultation-corner .subtitle,
#events-details .consultation-corner .title {
  color: var(--cWhite);
}
#events-details .consultation-corner .consultation-content .consultation-content-title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-text {
    font-size: 15px;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-text .consultation-content-top-text {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-text .consultation-content-top-text {
    margin-bottom: 25px;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-process {
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-process {
    margin-top: 20px;
    margin-bottom: 15px;
    gap: 10px;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-process .consultation-content-process-title {
  background: #FFF9DA;
  width: 187px;
  height: 108px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #40100A;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-process .consultation-content-process-title {
    width: 100%;
    height: 64px;
    font-size: 16px;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-process .consultation-content-process-text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-process .consultation-content-process-text {
    font-size: 15px;
    margin-bottom: 45px;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-point {
  margin: 50px 0px;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-point {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-point .point-list::before {
  content: "★";
  font-size: 16px;
  margin-right: 5px;
  display: inline-flex;
}
#events-details .consultation-corner .consultation-content .consultation-content-about-work {
  padding: 50px 0px;
  border-top: 1px solid #FFF9DA;
  border-bottom: 1px solid #FFF9DA;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-about-work {
    padding: 45px 0px;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-about-work .consultation-content-about-work-grp {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-about-work .consultation-content-about-work-grp {
    gap: 0px;
    flex-wrap: wrap;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-about-work .consultation-content-about-work-grp .consultation-content-about-work-text {
  margin-left: 16px;
  margin-bottom: 20px;
}
#events-details .consultation-corner .consultation-content .consultation-content-about-work .consultation-content-about-work-grp .consultation-content-about-work-text span {
  font-size: 18px;
  font-weight: bold;
  margin-left: -16px;
}
#events-details .consultation-corner .consultation-content .consultation-content-about-work .consultation-content-about-work-grp .consultation-content-about-work-text span::before {
  content: "●";
  font-size: 16px;
  margin-right: 0px;
  display: inline-flex;
  color: #FEE68D;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-about-work .consultation-content-about-work-grp .consultation-content-about-work-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #events-details .consultation-corner .consultation-content .consultation-content-about-work .consultation-content-about-work-grp .consultation-content-about-work-text span {
    font-size: 16px;
  }
  #events-details .consultation-corner .consultation-content .consultation-content-about-work .consultation-content-about-work-grp .consultation-content-about-work-text span::before {
    font-size: 14px;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-about-work .consultation-self-care {
  display: flex;
  align-items: center;
  gap: 20px;
}
#events-details .consultation-corner .consultation-content .consultation-content-about-work .consultation-self-care .consultation-self-care-title {
  width: 260px;
  height: 92px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-about-work .consultation-self-care .consultation-self-care-title {
    width: 100%;
    height: 64px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-about-work .consultation-self-care {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-tokka {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-tokka {
    justify-content: center;
    gap: 15px;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-tokka .tokka-list {
  border: 1px solid #FFF9DA;
  border-radius: 20px;
  width: 330px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-tokka .tokka-list {
    height: fit-content;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-tokka .tokka-list .tokka-list-title {
  font-weight: 500;
  font-size: 24px;
  padding: 15px 25px 10px;
  border-bottom: 1px solid #FFF9DA;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-tokka .tokka-list .tokka-list-title {
    font-size: 20px;
    padding: 10px 20px;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-tokka .tokka-list .tokka-details span {
  color: #FEE68D;
  font-weight: 500;
}
#events-details .consultation-corner .consultation-content .consultation-content-tokka .tokka-list .tokka-details .tokka-list-text {
  padding: 20px 20px 10px;
  font-size: 18px;
  line-height: 1.5;
  height: 115px;
}
@media screen and (max-width: 768px) {
  #events-details .consultation-corner .consultation-content .consultation-content-tokka .tokka-list .tokka-details .tokka-list-text {
    font-size: 16px;
  }
}
#events-details .consultation-corner .consultation-content .consultation-content-tokka .tokka-list .tokka-details .tokka-list-img {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
#events-details .consultation-corner .consultation-content .consultation-content-tokka .tokka-list .tokka-details .tokka-list-img img {
  width: 200px;
  height: 200px;
}
#events-details .entry-compony {
  padding: 90px 0px;
  background: #FFFCEB;
  color: var(--cBase);
}
@media screen and (max-width: 768px) {
  #events-details .entry-compony {
    padding: 50px 0px;
  }
}
#events-details .entry-compony .top-text {
  font-size: 15px;
  margin-bottom: 15px;
}
#events-details .entry-compony .entry-compony-inner .subtitle,
#events-details .entry-compony .entry-compony-inner .title,
#events-details .entry-compony .entry-compony-inner .caption {
  color: var(--cBase);
}
#events-details .entry-compony .entry-compony-inner .compony-listdl-btm {
  width: 60%;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list {
  background: #FFFFFF;
  border: 1px solid #F29500;
  border-radius: 20px;
  margin-bottom: 40px;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-name {
  font-weight: 500;
  font-size: 24px;
  padding: 20px 30px;
  line-height: 1.5;
  border-bottom: 1px solid #F29500;
}
@media screen and (max-width: 768px) {
  #events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-name {
    font-size: 20px;
    padding: 13px 15px;
  }
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details {
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  #events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details {
    padding: 20px 15px;
  }
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-caption .cap-btn {
  border: 1px solid #40100A;
  border-radius: 6px;
  padding: 0 9px;
}
@media screen and (max-width: 768px) {
  #events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-caption .cap-btn {
    font-size: 15px;
  }
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-caption .bgorg {
  background: #FEE68D;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-description {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-description {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    font-size: 15px;
  }
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-description .entry-company-text a {
  border-bottom: 1px solid #40100A;
  padding-top: 15px;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-description .entry-company-text a::after {
  content: "";
  margin-left: 5px;
  background-image: url(../../../assets/img/common/arrow/arrow-right.svg);
  width: 10px;
  height: 9px;
  display: inline-flex;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-description .entry-company-img img {
  width: 305px;
  height: 205px;
}
@media screen and (max-width: 768px) {
  #events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-description .entry-company-img img {
    width: 100%;
    height: auto;
  }
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .details-btn {
  cursor: pointer;
  background: #FEE68D;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .details-btn::after {
  background-image: url(../../../assets/img/pages/details/icon/plus.svg);
  width: 18px;
  height: 18px;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .active::after {
  background-image: url(../../../assets/img/pages/details/icon/minus.svg);
  width: 18px;
  height: 3px;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list {
  background: #FFFCEB;
  border: 1px solid #FEE68D;
  border-radius: 2px;
  padding: 20px 30px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list {
    padding: 20px 15px;
  }
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-des-list-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-des-list-content li,
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-kyujin-list-content li {
  padding: 12px 0 18px;
  border-top: 1px solid #FEE68D;
  margin-left: 155px;
  white-space: break-spaces;
}
@media screen and (max-width: 768px) {
  #events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-des-list-content li,
  #events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-kyujin-list-content li {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    font-size: 14px;
  }
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-des-list-content li span,
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-kyujin-list-content li span {
  font-size: 16px;
  font-weight: 600;
  width: 155px;
  margin-left: -155px;
  text-align: left;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  #events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-des-list-content li span,
  #events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-kyujin-list-content li span {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-kyujin-list-content {
  display: flex;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-kyujin-list-content li {
  display: flex;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-kyujin-list-content li .kyujin-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
}
#events-details .entry-compony .entry-compony-content .entry-compony-list .entry-company-details .entry-company-des-list .entry-company-kyujin-list-content li .kyujin-list a {
  background: var(--clrOrg);
  color: var(--cWhite);
  padding: 5px 10px;
  border-radius: 5px;
}
#events-details .schedule-place {
  padding: 90px 0px;
  background: #6E5340;
  color: var(--cWhite);
}
@media screen and (max-width: 768px) {
  #events-details .schedule-place {
    padding: 50px 0px;
  }
}
#events-details .schedule-place .subtitle,
#events-details .schedule-place .title {
  color: var(--cWhite);
}
#events-details .schedule-place .schedule-place-content-grp {
  margin: 42px 0 35px;
}
#events-details .schedule-place .schedule-place-content-grp .schedule-place-content {
  margin-top: 10px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #events-details .schedule-place .schedule-place-content-grp .schedule-place-content {
    margin: 25px 0 30px;
    flex-wrap: wrap;
  }
}
#events-details .schedule-place .schedule-place-content-grp .schedule-place-content .schedule-place-list {
  border: 1px solid #FFF9DA;
  background: #FFF9DA;
  color: var(--cBase);
  border-radius: 20px;
  display: flex;
  gap: 10px;
  padding: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #events-details .schedule-place .schedule-place-content-grp .schedule-place-content .schedule-place-list {
    font-size: 15px;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #events-details .schedule-place .schedule-place-content-grp .schedule-place-content .schedule-place-list .schedule-place-list-title {
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
  }
}
#events-details .schedule-place .schedule-place-content-grp .schedule-place-content .schedule-place-list .schedule-place-list-time {
  font-weight: 500;
  font-size: 18px;
}
#events-details .schedule-place .schedule-place-content-grp .schedule-place-content .schedule-place-list .schedule-place-list-text {
  margin-left: 60px;
}
#events-details .schedule-place .schedule-place-content-grp .schedule-place-content .schedule-place-list .schedule-place-list-text span {
  margin-left: -60px;
}
#events-details .schedule-place .schedule-place-neededs {
  margin: 25px 0;
}
#events-details .schedule-place .schedule-place-neededs .schedule-place-neededs-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #events-details .schedule-place .schedule-place-neededs .schedule-place-neededs-title {
    font-size: 15px;
  }
}
#events-details .schedule-place .schedule-place-neededs .schedule-place-neededs-items {
  margin-bottom: 15px;
  border: 1px solid #FFF9DA;
  padding: 25px;
  border-radius: 20px;
}
#events-details .schedule-place .schedule-place-neededs .schedule-place-neededs-items .schedule-place-item .schedule-place-neededs-subtitle {
  font-weight: 500;
  font-size: 18px;
}
#events-details .schedule-place .schedule-place-neededs .schedule-place-neededs-items .schedule-place-item .schedule-place-neededs-text {
  font-size: 15px;
}
#events-details .schedule-place .schedule-place-neededs .schedule-place-neededs-items .schedule-place-item .schedule-place-neededs-text span {
  font-size: 14px;
}
#events-details .schedule-place .schedule-place-map {
  margin-top: 45px;
}
#events-details .schedule-place .schedule-place-map .schedule-place-map-title {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
#events-details .schedule-place .schedule-place-map .schedule-place-map-title span {
  background: #FFF9DA;
  border-radius: 4px;
  min-width: 80px;
  max-width: 80px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #40100A;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #events-details .schedule-place .schedule-place-map .schedule-place-map-title {
    font-size: 15px;
  }
}
#events-details .schedule-place .schedule-place-map .maps {
  margin-top: 40px;
}
#events-details .schedule-place .schedule-place-map .maps iframe {
  width: 600px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  #events-details .schedule-place .schedule-place-map .maps iframe {
    width: 100%;
    height: 197px;
  }
}
#events-details .document-download {
  padding: 90px 0px;
  background: #6E5340;
}
@media screen and (max-width: 768px) {
  #events-details .document-download {
    padding: 50px 0px;
  }
}
#events-details .document-download .subtitle,
#events-details .document-download .title {
  color: var(--cWhite);
}
#events-details .document-download .document-download-content .document-download-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #events-details .document-download .document-download-content .document-download-list {
    justify-content: center;
  }
}
#events-details .document-download .document-download-content .document-download-list a {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #events-details .document-download .document-download-content .document-download-list a {
    width: 100%;
  }
}
#events-details .document-download .document-download-content .document-download-list a .document-download-list-item {
  border-radius: 20px;
  background: #FEE68D;
  width: 325px;
  height: 115px;
  padding: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #40100A;
}
@media screen and (max-width: 768px) {
  #events-details .document-download .document-download-content .document-download-list a .document-download-list-item {
    width: 100%;
    height: 78px;
    font-size: 15px;
    gap: 15px;
  }
}
#events-details .document-download .document-download-content .document-download-list a .document-download-list-item span {
  position: relative;
  left: 6px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #events-details .document-download .document-download-content .document-download-list a .document-download-list-item span {
    font-size: 15px;
  }
}
#events-details .document-download .document-download-content .document-download-list a .document-download-list-item img {
  position: absolute;
  right: 25px;
}
#events-details .document-download .document-download-content .document-download-list a .document-download-list-item::before {
  content: "";
  position: absolute;
  background-image: url(../../../assets/img/pages/details/icon/pdf.svg);
  width: 38px;
  height: 53px;
  left: 30px;
  background-repeat: no-repeat;
}
#events-details .apply-bar {
  position: sticky;
  bottom: 0;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #005927 0%, #007C35 100%);
  font-size: 22px;
  z-index: 9996;
}
@media screen and (max-width: 768px) {
  #events-details .apply-bar {
    font-size: 17px;
    height: 53px;
  }
}
#events-details .apply-bar .apply-bar-btn {
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
#events-details .apply-bar .apply-bar-btn::after {
  content: "";
  background-image: url(../../../assets/img/pages/details/icon/point-finger.svg);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
}
#events-details .apply-bar .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../../../assets/img/pages/details/icon/cross-icon.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #events-details .apply-bar .close-btn {
    top: 10px;
    right: 10px;
  }
}
#events-details .apply-container {
  position: absolute;
  margin-bottom: 70px;
  left: 0;
  width: 100%;
  background: #f9f9f9;
  padding: 56px 20px 30px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 9999;
  border: 8px solid #FFBF18;
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  transition: all 0.3s ease;
  color: var(--cBase);
  width: 100%;
  bottom: -100%;
  transition: bottom 0.3s ease;
}
@media screen and (max-width: 768px) {
  #events-details .apply-container {
    padding: 30px 10px 30px;
    margin-bottom: 53px;
    z-index: 9999;
  }
}
#events-details .apply-container .apply-container-inner .apply-container-title {
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  #events-details .apply-container .apply-container-inner .apply-container-title {
    letter-spacing: 0;
    line-height: 1.6;
    text-align: left;
  }
}
#events-details .apply-container .apply-container-inner .apply-container-title span {
  position: relative;
  font-size: 21px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #events-details .apply-container .apply-container-inner .apply-container-title span {
    font-size: 15px;
  }
}
#events-details .apply-container .apply-container-inner .apply-container-title span::after {
  content: "";
  background: #FFEB77;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 7px;
  left: 0;
  z-index: -1;
  line-height: 1.5;
}
#events-details .apply-container .apply-container-inner .apply-container-content {
  padding: 40px 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #events-details .apply-container .apply-container-inner .apply-container-content {
    flex-wrap: wrap;
    gap: 20px;
    font-size: 15px;
    padding: 20px 0 0px;
  }
}
#events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list {
    width: 100%;
  }
}
#events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .apply-container-content-top {
  display: flex;
  align-items: center;
  line-height: 1.5;
  gap: 10px;
}
#events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .apply-container-content-top .apply-container-content-list-text {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .apply-container-content-top .apply-container-content-list-text {
    font-size: 15px;
    font-weight: 400;
  }
}
#events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  text-align: center;
  max-width: 365px;
}
@media screen and (max-width: 768px) {
  #events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp {
    margin-top: 10px;
  }
}
#events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp .apply-btn {
  background-color: #40100A;
  color: var(--cWhite);
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp .apply-btn {
    font-size: 14px;
    width: 88%;
    margin: 0 auto;
  }
}
#events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp .apply-btn::after {
  content: "";
  position: absolute;
  background-image: url(../../../assets/img/pages/details/icon/arrow-right-white.svg);
  width: 15px;
  height: 15px;
  right: 15px;
  background-repeat: no-repeat;
}
#events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp .nolink {
  background-color: #999999;
}
#events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp .nolink::after {
  display: none;
}
#events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp .cont-btn {
  margin: 0;
  background: none;
  border: 1px solid #40100A;
  width: 100%;
  box-shadow: none;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp .cont-btn {
    width: 88%;
    font-size: 16px;
    margin: 0 auto;
  }
}
#events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp .cont-btn::after {
  display: none;
}
#events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp .cont-btn span {
  font-weight: 600;
  margin-right: 15px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp .cont-btn span {
    font-size: 16px;
    margin-right: 10px;
  }
}
#events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp .joins {
  width: 100%;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #events-details .apply-container .apply-container-inner .apply-container-content .apply-container-content-list .btn-grp .joins {
    font-size: 14px;
  }
}
#events-details .apply-container .apply-container-inner .apply-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

#for_company .kv_area {
  padding: 65px 0 85px;
  color: #40100A;
  background-image: url(/assets/img/pages/for_company/kv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#for_company .kv_area .kv_text_box {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
}
#for_company .kv_area .kv_text_box > p {
  width: 215px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#for_company .kv_area .kv_text_box > p::after, #for_company .kv_area .kv_text_box > p::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
}
#for_company .kv_area .kv_text_box > p::after {
  left: 0;
}
#for_company .kv_area .kv_text_box > p::before {
  right: 0;
}
#for_company .kv_area .kv_text_box > p span {
  color: #40100A;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
#for_company .kv_area .kv_text_box h1 {
  text-align: center;
  line-height: 1.6;
  margin: 25px 0 0;
}
#for_company .kv_area .kv_text_box h1 p {
  font-weight: 700;
}
#for_company .kv_area .kv_text_box h1 p:first-child {
  font-size: 24px;
}
#for_company .kv_area .kv_text_box h1 p:last-child {
  font-size: 44px;
}
#for_company .kv_area .kv_text_box .kv_checkpoint {
  margin: 25px 0 0;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFCEB;
  border-radius: 6px;
  border: 4px solid #FFBF18;
}
#for_company .kv_area .kv_text_box .kv_checkpoint > div {
  padding: 10px 20px 10px 24px;
  border-right: 1px solid #F29500;
}
#for_company .kv_area .kv_text_box .kv_checkpoint > div:last-child {
  border-right: 0;
}
#for_company .kv_area .kv_text_box .kv_checkpoint > div p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#for_company .kv_area .kv_text_box .kv_checkpoint > div p::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/assets/img/pages/for_company/icon_check_square.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #for_company .kv_area {
    padding: 50px 15px;
  }
  #for_company .kv_area .kv_text_box > p {
    text-align: left;
    margin: 0 auto 0 0;
    padding-left: 30px;
  }
  #for_company .kv_area .kv_text_box > p::before {
    display: none;
  }
  #for_company .kv_area .kv_text_box h1 {
    text-align: left;
  }
  #for_company .kv_area .kv_text_box .kv_checkpoint {
    flex-wrap: wrap;
    background-color: inherit;
    justify-content: flex-start;
    padding: 0;
    border: none;
  }
  #for_company .kv_area .kv_text_box .kv_checkpoint > div {
    width: 40%;
    padding: 10px 15px 10px 15px;
    background-color: #FFFCEB;
    border-right: 0;
  }
  #for_company .kv_area .kv_text_box .kv_checkpoint > div:first-child {
    position: relative;
    border-radius: 6px 0 0 6px;
    border-left: 3px solid #FFBF18;
    border-bottom: 3px solid #FFBF18;
    border-top: 3px solid #FFBF18;
  }
  #for_company .kv_area .kv_text_box .kv_checkpoint > div:first-child::after {
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background-color: #F29500;
    position: absolute;
    top: 4px;
    right: 0;
  }
  #for_company .kv_area .kv_text_box .kv_checkpoint > div:nth-child(2) {
    border-radius: 0 6px 6px 0;
    border-right: 3px solid #FFBF18;
    border-bottom: 3px solid #FFBF18;
    border-top: 3px solid #FFBF18;
  }
  #for_company .kv_area .kv_text_box .kv_checkpoint > div:last-child {
    border-radius: 6px;
    margin-top: 10px;
    border: 3px solid #FFBF18;
  }
  #for_company .kv_area .kv_text_box .kv_checkpoint > div p {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 430px) {
  #for_company .kv_area .kv_text_box > p {
    padding-left: 15px;
  }
  #for_company .kv_area .kv_text_box > p::after {
    width: 10px;
    height: 2px;
  }
  #for_company .kv_area .kv_text_box > p span {
    font-size: 18px;
  }
  #for_company .kv_area .kv_text_box h1 {
    margin: 15px 0 0;
  }
  #for_company .kv_area .kv_text_box h1 p:first-child {
    font-size: 20px;
  }
  #for_company .kv_area .kv_text_box h1 p:last-child {
    font-size: 30px;
  }
  #for_company .kv_area .kv_text_box .kv_checkpoint > div {
    padding: 10px 8px 10px 10px;
  }
  #for_company .kv_area .kv_text_box .kv_checkpoint > div p {
    gap: 5px;
  }
  #for_company .kv_area .kv_text_box .kv_checkpoint > div:first-child {
    width: 36%;
  }
  #for_company .kv_area .kv_text_box .kv_checkpoint > div:nth-child(2) {
    width: 56%;
  }
  #for_company .kv_area .kv_text_box .kv_checkpoint > div:last-child {
    width: 50%;
  }
}
#for_company .contents_area {
  color: #40100A;
  background-color: #FFFCEB;
}
#for_company .contents_area .contents_title {
  margin: 0 0 45px;
}
#for_company .contents_area .contents_title P {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
#for_company .contents_area .contents_title P::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #F29500;
  position: absolute;
  left: 0;
  bottom: 4px;
}
#for_company .contents_area .contents_title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  margin: 5px 0 0;
}
#for_company .contents_area .contents_box {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0;
}
#for_company .contents_area .contents_box .contents_flow img {
  display: block;
  width: 100%;
}
#for_company .contents_area .contents_box .contents_about_1daytry {
  margin: 50px 0 0;
}
#for_company .contents_area .contents_box .contents_about_1daytry h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
#for_company .contents_area .contents_box .contents_about_1daytry p {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
#for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet {
  margin: 30px 0 0;
  max-width: 475px;
  width: 100%;
  transition: 0.2s;
}
#for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet:hover {
  opacity: 0.7;
}
#for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet p {
  position: relative;
  z-index: 1;
  max-width: 375px;
  width: 100%;
  margin: 0 auto -5px;
  padding: 2.5px 0;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  box-shadow: 0px 3px 5px rgba(190, 190, 190, 0.5411764706);
}
#for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet p::after {
  content: "";
  display: block;
  width: 40px;
  height: 13px;
  background-image: url(/assets/img/pages/for_company/fukidashi_triangle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  bottom: -10px;
  left: 48px;
  z-index: 1;
}
#for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet a {
  position: relative;
  width: 100%;
  padding: 13px 0;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  font-size: 18px;
  font-weight: 700;
  background-color: #FEE68D;
  box-shadow: 5px 5px 10px rgba(190, 190, 190, 0.5411764706);
}
#for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet a::before, #for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet a::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
#for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet a::before {
  width: 24px;
  height: 34px;
  background-image: url(/assets/img/pages/for_company/icon_pdf.svg);
}
#for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet a::after {
  width: 18px;
  height: 18px;
  background-image: url(/assets/img/pages/for_company/icon_download.svg);
}
@media screen and (max-width: 768px) {
  #for_company .contents_area .contents_box {
    padding: 50px 15px;
  }
  #for_company .contents_area .contents_box .contents_flow {
    overflow-x: scroll;
    padding-bottom: 15px;
  }
  #for_company .contents_area .contents_box .contents_flow::-webkit-scrollbar {
    padding-top: 5px;
    height: 10px;
  }
  #for_company .contents_area .contents_box .contents_flow::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #E6E6E6;
  }
  #for_company .contents_area .contents_box .contents_flow::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #BFBFBF;
  }
  #for_company .contents_area .contents_box .contents_flow img {
    min-width: 812px;
  }
  #for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet {
    max-width: 100%;
  }
  #for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet p {
    text-align: center;
    line-height: 1.5;
    max-width: 70%;
    padding: 10px 0;
  }
  #for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet a {
    text-align: center;
    line-height: 1.5;
    gap: 50px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #for_company .contents_area.flow_area .contents_box .sp_scrollnote {
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
  }
}
@media screen and (max-width: 430px) {
  #for_company .contents_area .contents_title {
    margin: 0 0 23px;
  }
  #for_company .contents_area .contents_title p {
    font-size: 14px;
    padding-left: 15px;
  }
  #for_company .contents_area .contents_title p::before {
    width: 10px;
    height: 2px;
  }
  #for_company .contents_area .contents_title h2 {
    font-size: 30px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
  #for_company .contents_area .contents_box .contents_about_1daytry {
    margin: 30px 0 0;
  }
  #for_company .contents_area .contents_box .contents_about_1daytry h3 {
    font-size: 18px;
  }
  #for_company .contents_area .contents_box .contents_about_1daytry p {
    font-size: 15px;
  }
  #for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet {
    max-width: 100%;
  }
  #for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet p {
    font-size: 12px;
  }
  #for_company .contents_area .contents_box .contents_about_1daytry .btn_pamphlet a {
    font-size: 15px;
    gap: 40px;
    border-radius: 15px;
  }
}
#for_company .schedule_area {
  background-color: #6E5340;
}
#for_company .schedule_area .contents_title P {
  color: #fff;
}
#for_company .schedule_area .contents_title h2 {
  color: #fff;
}
#for_company .schedule_area .schedule_box {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 30px;
}
#for_company .schedule_area .schedule_box > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  padding: 20px 50px;
  border-top: 1px solid #FFBF18;
  background-color: #FFF9DA;
}
#for_company .schedule_area .schedule_box > div:first-child {
  border-top: 0;
}
#for_company .schedule_area .schedule_box > div.schedule_close {
  color: #6E5340;
  border-color: #6E5340;
}
#for_company .schedule_area .schedule_box > div .schedule_day {
  width: 152px;
  font-size: 16px;
  font-weight: 700;
}
#for_company .schedule_area .schedule_box > div .schedulet_itle {
  width: 270px;
  font-size: 18px;
  font-weight: 700;
}
#for_company .schedule_area .schedule_box > div .schedulet_text {
  width: 235px;
  font-size: 16px;
  line-height: 1.5;
}
#for_company .schedule_area .schedule_box > div .schedulet_moreinfo {
  width: 200px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px;
  border-radius: 6px;
  background-color: #FEE68D;
  transition: 0.2s;
}
#for_company .schedule_area .schedule_box > div .schedulet_moreinfo:hover {
  opacity: 0.7;
}
#for_company .schedule_area .schedule_box > div .schedulet_closetext {
  width: 200px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px;
  border-radius: 6px;
  background: #FEE68D;
  color: #6E5340;
}
#for_company .schedule_area .schedule_box .schedule_close {
  width: 100%;
  background-color: #E6E0DA;
}
#for_company .schedule_area .btn_more {
  padding: 20px 60px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-radius: 30px;
  background-image: url(/assets/img/pages/for_company/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right 25px;
  background-color: #FFBF18;
  box-shadow: 5px 5px 5px rgba(64, 16, 10, 0.6588235294);
  transition: 0.2s;
}
#for_company .schedule_area .btn_more:hover {
  opacity: 0.7;
}
#for_company .schedule_area .schedule_guide_note {
  margin: 60px 0 0;
}
#for_company .schedule_area .schedule_guide_note h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
#for_company .schedule_area .schedule_guide_note p {
  margin: 25px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
#for_company .schedule_area .schedule_guide_note a {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #for_company .schedule_area .schedule_box > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 30px 15px;
  }
  #for_company .schedule_area .schedule_box > div .schedulet_moreinfo {
    margin: 8px auto 0;
  }
  #for_company .schedule_area .schedule_box > div .schedule_day {
    width: 100%;
  }
  #for_company .schedule_area .schedule_box > div .schedulet_itle {
    width: 100%;
  }
  #for_company .schedule_area .schedule_box > div .schedulet_text {
    width: 100%;
  }
  #for_company .schedule_area .schedule_box > div .schedulet_closetext {
    margin: 5px auto 0;
  }
  #for_company .schedule_area .btn_more {
    display: block;
    line-height: 1.5;
    border-radius: 50px;
  }
}
@media screen and (max-width: 430px) {
  #for_company .schedule_area .btn_more {
    font-size: 17px;
    padding: 18px 50px;
    background-position: center right 20px;
  }
  #for_company .schedule_area .schedule_guide_note h3 {
    font-size: 18px;
  }
  #for_company .schedule_area .schedule_guide_note p {
    font-size: 15px;
  }
}
#for_company .contact_area .contact_pattern ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}
#for_company .contact_area .contact_pattern ul li {
  max-width: 500px;
  width: 100%;
  padding: 0 0 40px;
  border-radius: 20px;
  background-color: #FFF9DA;
}
#for_company .contact_area .contact_pattern ul li h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #F29500;
}
#for_company .contact_area .contact_pattern ul li h3::before {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#for_company .contact_area .contact_pattern ul li:first-child h3::before {
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/pages/for_company/icon_tel.svg);
}
#for_company .contact_area .contact_pattern ul li:last-child h3::before {
  width: 29px;
  height: 22px;
  background-image: url(/assets/img/pages/for_company/icon_mail.svg);
}
#for_company .contact_area .contact_pattern ul li p {
  width: 90%;
  min-height: 110px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
#for_company .contact_area .contact_pattern ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 365px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  margin: 10px auto 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition: 0.2s;
}
#for_company .contact_area .contact_pattern ul li a:hover {
  opacity: 0.7;
}
#for_company .contact_area .contact_pattern ul li a span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
#for_company .contact_area .contact_pattern ul li a span:last-child {
  font-size: 26px;
}
#for_company .contact_area .contact_pattern ul li:first-child a {
  gap: 10px;
  border: 1px solid #40100A;
}
#for_company .contact_area .contact_pattern ul li:last-child a {
  background-image: url(/assets/img/pages/for_company/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right 25px;
  background-color: #FEE68D;
  box-shadow: 0px 3px 5px rgba(190, 190, 190, 0.5411764706);
}
@media screen and (max-width: 768px) {
  #for_company .contact_area .contact_pattern ul {
    flex-direction: column;
    gap: 20px;
  }
  #for_company .contact_area .contact_pattern ul li {
    max-width: 100%;
  }
  #for_company .contact_area .contact_pattern ul li p {
    min-height: auto;
  }
  #for_company .contact_area .contact_pattern ul li a {
    max-width: 85%;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 430px) {
  #for_company .contact_area .contact_pattern ul li h3 {
    font-size: 20px;
  }
  #for_company .contact_area .contact_pattern ul li:first-child h3::before {
    width: 20px;
    height: 20px;
  }
  #for_company .contact_area .contact_pattern ul li:last-child h3::before {
    width: 24px;
    height: 18px;
  }
  #for_company .contact_area .contact_pattern ul li p {
    font-size: 15px;
  }
  #for_company .contact_area .contact_pattern ul li a {
    max-width: 85%;
    height: 45px;
    margin: 15px auto 0;
    font-size: 15px;
  }
  #for_company .contact_area .contact_pattern ul li a span:first-child {
    font-size: 15px;
  }
  #for_company .contact_area .contact_pattern ul li a span:last-child {
    font-size: 16px;
  }
}

#news .news_content {
  background-color: #FFFCEB;
  padding-bottom: 100px;
}
#news .news_content .kv_area {
  padding: 65px 0 85px;
  color: #40100A;
  background-image: url(/assets/img/pages/for_company/kv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#news .news_content .kv_area .kv_text_box {
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
}
#news .news_content .kv_area .kv_text_box > p {
  width: 135px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#news .news_content .kv_area .kv_text_box > p::after, #news .news_content .kv_area .kv_text_box > p::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
}
#news .news_content .kv_area .kv_text_box > p::after {
  left: 0;
}
#news .news_content .kv_area .kv_text_box > p::before {
  right: 0;
}
#news .news_content .kv_area .kv_text_box > p span {
  color: #40100A;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #news .news_content .kv_area .kv_text_box > p span {
    font-size: 18px;
  }
}
#news .news_content .kv_area .kv_text_box h1 {
  text-align: center;
  line-height: 1.6;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  #news .news_content .kv_area .kv_text_box h1 {
    margin-top: 15px;
  }
}
#news .news_content .kv_area .kv_text_box h1 p {
  font-weight: 700;
}
#news .news_content .kv_area .kv_text_box h1 p:first-child {
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  #news .news_content .kv_area .kv_text_box h1 p:first-child {
    font-size: 30px;
  }
}
#news .news_content .kv_area .kv_text_box .kv_checkpoint {
  margin: 25px 0 0;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFCEB;
  border-radius: 6px;
}
#news .news_content .kv_area .kv_text_box .kv_checkpoint > div {
  padding: 10px 20px 10px 24px;
  border-right: 1px solid #F29500;
}
#news .news_content .kv_area .kv_text_box .kv_checkpoint > div:last-child {
  border-right: 0;
}
#news .news_content .kv_area .kv_text_box .kv_checkpoint > div p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#news .news_content .kv_area .kv_text_box .kv_checkpoint > div p::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/assets/img/pages/for_company/icon_check_square.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #news .news_content .kv_area {
    padding: 40px 15px;
  }
  #news .news_content .kv_area .kv_text_box > p {
    text-align: left;
    margin: 0 auto 0 0;
    padding-left: 30px;
  }
  #news .news_content .kv_area .kv_text_box > p::before {
    display: none;
  }
  #news .news_content .kv_area .kv_text_box h1 {
    text-align: left;
  }
  #news .news_content .kv_area .kv_text_box .kv_checkpoint {
    flex-wrap: wrap;
    background-color: inherit;
    justify-content: flex-start;
    padding: 0;
  }
  #news .news_content .kv_area .kv_text_box .kv_checkpoint > div {
    width: 40%;
    padding: 10px 15px 10px 15px;
    background-color: #FFFCEB;
    border-right: 0;
  }
  #news .news_content .kv_area .kv_text_box .kv_checkpoint > div:first-child {
    position: relative;
    border-radius: 6px 0 0 6px;
  }
  #news .news_content .kv_area .kv_text_box .kv_checkpoint > div:first-child::after {
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background-color: #F29500;
    position: absolute;
    top: 4px;
    right: 0;
  }
  #news .news_content .kv_area .kv_text_box .kv_checkpoint > div:nth-child(2) {
    border-radius: 0 6px 6px 0;
  }
  #news .news_content .kv_area .kv_text_box .kv_checkpoint > div:last-child {
    border-radius: 6px;
    margin-top: 10px;
  }
  #news .news_content .kv_area .kv_text_box .kv_checkpoint > div p {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 430px) {
  #news .news_content .kv_area .kv_text_box > p {
    padding-left: 15px;
  }
  #news .news_content .kv_area .kv_text_box > p::after {
    width: 10px;
    height: 2px;
  }
  #news .news_content .kv_area .kv_text_box > p span {
    font-size: 18px;
  }
  #news .news_content .kv_area .kv_text_box h1 {
    margin: 10px 0 0;
  }
  #news .news_content .kv_area .kv_text_box h1 p:first-child {
    font-size: 20px;
  }
  #news .news_content .kv_area .kv_text_box h1 p:last-child {
    font-size: 30px;
  }
  #news .news_content .kv_area .kv_text_box .kv_checkpoint > div {
    padding: 10px 8px 10px 10px;
  }
  #news .news_content .kv_area .kv_text_box .kv_checkpoint > div p {
    gap: 5px;
  }
  #news .news_content .kv_area .kv_text_box .kv_checkpoint > div:first-child {
    width: 36%;
  }
  #news .news_content .kv_area .kv_text_box .kv_checkpoint > div:nth-child(2) {
    width: 56%;
  }
  #news .news_content .kv_area .kv_text_box .kv_checkpoint > div:last-child {
    width: 50%;
  }
}
#news .news_content h1 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #news .news_content h1 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
#news .news_content .entry_btn {
  width: 465px;
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  #news .news_content .entry_btn {
    width: 100%;
  }
}
#news .news_content .entry_btn:hover {
  opacity: 0.7;
}
#news .news_content .entry_btn img {
  width: 100%;
}
#news .news_content .news_list {
  max-width: 1124px;
  width: 100%;
  margin: 100px auto 0;
  color: #40100A;
}
@media screen and (max-width: 768px) {
  #news .news_content .news_list {
    margin: 50px auto 0;
    padding: 12px 15px 55px;
  }
}
#news .news_content .news_list .news_item {
  display: flex;
  border-bottom: 1px solid #FFBF18;
  padding: 25px 20px 25px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news .news_content .news_list .news_item {
    flex-direction: column;
    padding: 11px 25px 5px 0;
  }
}
#news .news_content .news_list .news_item p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #news .news_content .news_list .news_item p {
    font-size: 14px;
    line-height: 25.6px;
    margin-bottom: 6px;
  }
}
#news .news_content .news_list .news_item p:last-of-type {
  padding-left: 47px;
}
@media screen and (max-width: 768px) {
  #news .news_content .news_list .news_item p:last-of-type {
    padding-left: 0;
  }
}
#news .news_content .news_list .news_item p a {
  color: #40100A;
}
#news .news_content .news_list .news_item p a:hover {
  opacity: 0.7;
}
#news .news_content .news_list .news_item:first-of-type {
  border-top: 1px solid #FFBF18;
}

#privacypolicy {
  background-color: #FFFCEB;
}
#privacypolicy .kv_area {
  padding: 65px 0 85px;
  color: #40100A;
  background-image: url(/assets/img/pages/for_company/kv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#privacypolicy .kv_area .kv_text_box {
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
}
#privacypolicy .kv_area .kv_text_box > p {
  width: 215px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#privacypolicy .kv_area .kv_text_box > p::after, #privacypolicy .kv_area .kv_text_box > p::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
}
#privacypolicy .kv_area .kv_text_box > p::after {
  left: 0;
}
#privacypolicy .kv_area .kv_text_box > p::before {
  right: 0;
}
#privacypolicy .kv_area .kv_text_box > p span {
  color: #40100A;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #privacypolicy .kv_area .kv_text_box > p span {
    font-size: 18px;
  }
}
#privacypolicy .kv_area .kv_text_box h1 {
  text-align: center;
  line-height: 1.6;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  #privacypolicy .kv_area .kv_text_box h1 {
    margin-top: 15px;
  }
}
#privacypolicy .kv_area .kv_text_box h1 p {
  font-weight: 700;
}
#privacypolicy .kv_area .kv_text_box h1 p:first-child {
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .kv_area .kv_text_box h1 p:first-child {
    font-size: 30px;
  }
}
#privacypolicy .kv_area .kv_text_box .kv_checkpoint {
  margin: 25px 0 0;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFCEB;
  border-radius: 6px;
}
#privacypolicy .kv_area .kv_text_box .kv_checkpoint > div {
  padding: 10px 20px 10px 24px;
  border-right: 1px solid #F29500;
}
#privacypolicy .kv_area .kv_text_box .kv_checkpoint > div:last-child {
  border-right: 0;
}
#privacypolicy .kv_area .kv_text_box .kv_checkpoint > div p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#privacypolicy .kv_area .kv_text_box .kv_checkpoint > div p::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/assets/img/pages/for_company/icon_check_square.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #privacypolicy .kv_area {
    padding: 40px 15px;
  }
  #privacypolicy .kv_area .kv_text_box > p {
    text-align: left;
    margin: 0 auto 0 0;
    padding-left: 30px;
  }
  #privacypolicy .kv_area .kv_text_box > p::before {
    display: none;
  }
  #privacypolicy .kv_area .kv_text_box h1 {
    text-align: left;
  }
  #privacypolicy .kv_area .kv_text_box .kv_checkpoint {
    flex-wrap: wrap;
    background-color: inherit;
    justify-content: flex-start;
    padding: 0;
  }
  #privacypolicy .kv_area .kv_text_box .kv_checkpoint > div {
    width: 40%;
    padding: 10px 15px 10px 15px;
    background-color: #FFFCEB;
    border-right: 0;
  }
  #privacypolicy .kv_area .kv_text_box .kv_checkpoint > div:first-child {
    position: relative;
    border-radius: 6px 0 0 6px;
  }
  #privacypolicy .kv_area .kv_text_box .kv_checkpoint > div:first-child::after {
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background-color: #F29500;
    position: absolute;
    top: 4px;
    right: 0;
  }
  #privacypolicy .kv_area .kv_text_box .kv_checkpoint > div:nth-child(2) {
    border-radius: 0 6px 6px 0;
  }
  #privacypolicy .kv_area .kv_text_box .kv_checkpoint > div:last-child {
    border-radius: 6px;
    margin-top: 10px;
  }
  #privacypolicy .kv_area .kv_text_box .kv_checkpoint > div p {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 430px) {
  #privacypolicy .kv_area .kv_text_box > p {
    padding-left: 15px;
  }
  #privacypolicy .kv_area .kv_text_box > p::after {
    width: 10px;
    height: 2px;
  }
  #privacypolicy .kv_area .kv_text_box > p span {
    font-size: 18px;
  }
  #privacypolicy .kv_area .kv_text_box h1 {
    margin: 10px 0 0;
  }
  #privacypolicy .kv_area .kv_text_box h1 p:first-child {
    font-size: 20px;
  }
  #privacypolicy .kv_area .kv_text_box h1 p:last-child {
    font-size: 30px;
  }
  #privacypolicy .kv_area .kv_text_box .kv_checkpoint > div {
    padding: 10px 8px 10px 10px;
  }
  #privacypolicy .kv_area .kv_text_box .kv_checkpoint > div p {
    gap: 5px;
  }
  #privacypolicy .kv_area .kv_text_box .kv_checkpoint > div:first-child {
    width: 36%;
  }
  #privacypolicy .kv_area .kv_text_box .kv_checkpoint > div:nth-child(2) {
    width: 56%;
  }
  #privacypolicy .kv_area .kv_text_box .kv_checkpoint > div:last-child {
    width: 50%;
  }
}
#privacypolicy .privacypolicy_wrapper {
  width: 100%;
  padding-bottom: 80px;
}
#privacypolicy .privacypolicy_wrapper p.sub_title {
  font-size: 24px !important;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
  display: inline;
  background: linear-gradient(transparent 85%, #FFEB77 0%);
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper p.sub_title {
    font-size: 18px !important;
    line-height: 1.8;
  }
}
#privacypolicy .privacypolicy_wrapper .from_text {
  font-size: 14px;
  margin-bottom: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .from_text {
    font-size: 13px;
    margin-bottom: 40px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content {
  max-width: 934px;
  margin: 65px auto 0;
  color: #40100A;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content {
    margin-top: 17px;
    padding: 26px 15px 55px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content p {
  font-size: 16px;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content p {
    font-size: 14px;
    line-height: 25.2px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content p a {
  color: #40100A;
  text-decoration: underline;
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content p a:hover {
  opacity: 0.7;
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list {
    margin-top: 16px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item {
  padding-top: 26px;
  padding-bottom: 27px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item {
    padding-top: 15px;
    padding-bottom: 16px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list li {
  counter-increment: cnt;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list li {
    font-size: 14px;
    line-height: 25.2px;
    padding-left: 22px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list li::before {
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: 0;
}
#snspolicy {
  background-color: #FFFCEB;
}
#snspolicy .kv_area {
  padding: 65px 0 85px;
  color: #40100A;
  background-image: url(/assets/img/pages/for_company/kv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#snspolicy .kv_area .kv_text_box {
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
}
#snspolicy .kv_area .kv_text_box > p {
  width: 305px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#snspolicy .kv_area .kv_text_box > p::after, #snspolicy .kv_area .kv_text_box > p::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
}
#snspolicy .kv_area .kv_text_box > p::after {
  left: 0;
}
#snspolicy .kv_area .kv_text_box > p::before {
  right: 0;
}
#snspolicy .kv_area .kv_text_box > p span {
  color: #40100A;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #snspolicy .kv_area .kv_text_box > p span {
    font-size: 18px;
  }
}
#snspolicy .kv_area .kv_text_box h1 {
  text-align: center;
  line-height: 1.6;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  #snspolicy .kv_area .kv_text_box h1 {
    margin-top: 15px;
  }
}
#snspolicy .kv_area .kv_text_box h1 p {
  font-weight: 700;
}
#snspolicy .kv_area .kv_text_box h1 p:first-child {
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  #snspolicy .kv_area .kv_text_box h1 p:first-child {
    font-size: 30px;
  }
}
#snspolicy .kv_area .kv_text_box .kv_checkpoint {
  margin: 25px 0 0;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFCEB;
  border-radius: 6px;
}
#snspolicy .kv_area .kv_text_box .kv_checkpoint > div {
  padding: 10px 20px 10px 24px;
  border-right: 1px solid #F29500;
}
#snspolicy .kv_area .kv_text_box .kv_checkpoint > div:last-child {
  border-right: 0;
}
#snspolicy .kv_area .kv_text_box .kv_checkpoint > div p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#snspolicy .kv_area .kv_text_box .kv_checkpoint > div p::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/assets/img/pages/for_company/icon_check_square.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #snspolicy .kv_area {
    padding: 40px 15px;
  }
  #snspolicy .kv_area .kv_text_box > p {
    text-align: left;
    margin: 0 auto 0 0;
    padding-left: 30px;
  }
  #snspolicy .kv_area .kv_text_box > p::before {
    display: none;
  }
  #snspolicy .kv_area .kv_text_box h1 {
    text-align: left;
  }
  #snspolicy .kv_area .kv_text_box .kv_checkpoint {
    flex-wrap: wrap;
    background-color: inherit;
    justify-content: flex-start;
    padding: 0;
  }
  #snspolicy .kv_area .kv_text_box .kv_checkpoint > div {
    width: 40%;
    padding: 10px 15px 10px 15px;
    background-color: #FFFCEB;
    border-right: 0;
  }
  #snspolicy .kv_area .kv_text_box .kv_checkpoint > div:first-child {
    position: relative;
    border-radius: 6px 0 0 6px;
  }
  #snspolicy .kv_area .kv_text_box .kv_checkpoint > div:first-child::after {
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background-color: #F29500;
    position: absolute;
    top: 4px;
    right: 0;
  }
  #snspolicy .kv_area .kv_text_box .kv_checkpoint > div:nth-child(2) {
    border-radius: 0 6px 6px 0;
  }
  #snspolicy .kv_area .kv_text_box .kv_checkpoint > div:last-child {
    border-radius: 6px;
    margin-top: 10px;
  }
  #snspolicy .kv_area .kv_text_box .kv_checkpoint > div p {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 430px) {
  #snspolicy .kv_area .kv_text_box > p {
    padding-left: 15px;
  }
  #snspolicy .kv_area .kv_text_box > p::after {
    width: 10px;
    height: 2px;
  }
  #snspolicy .kv_area .kv_text_box > p span {
    font-size: 18px;
  }
  #snspolicy .kv_area .kv_text_box h1 {
    margin: 10px 0 0;
  }
  #snspolicy .kv_area .kv_text_box h1 p:first-child {
    font-size: 20px;
  }
  #snspolicy .kv_area .kv_text_box h1 p:last-child {
    font-size: 30px;
  }
  #snspolicy .kv_area .kv_text_box .kv_checkpoint > div {
    padding: 10px 8px 10px 10px;
  }
  #snspolicy .kv_area .kv_text_box .kv_checkpoint > div p {
    gap: 5px;
  }
  #snspolicy .kv_area .kv_text_box .kv_checkpoint > div:first-child {
    width: 36%;
  }
  #snspolicy .kv_area .kv_text_box .kv_checkpoint > div:nth-child(2) {
    width: 56%;
  }
  #snspolicy .kv_area .kv_text_box .kv_checkpoint > div:last-child {
    width: 50%;
  }
}
#snspolicy .privacypolicy_wrapper {
  width: 100%;
  padding-bottom: 80px;
}
#snspolicy .privacypolicy_wrapper p.sub_title {
  font-size: 24px !important;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
  display: inline;
  background: linear-gradient(transparent 85%, #FFEB77 0%);
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper p.sub_title {
    font-size: 18px !important;
    line-height: 1.8;
  }
}
#snspolicy .privacypolicy_wrapper .from_text {
  font-size: 14px;
  margin-bottom: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .from_text {
    font-size: 13px;
    margin-bottom: 40px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content {
  max-width: 934px;
  margin: 65px auto 0;
  color: #40100A;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content {
    margin-top: 17px;
    padding: 26px 15px 55px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content p {
  font-size: 16px;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content p {
    font-size: 14px;
    line-height: 25.2px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content p a {
  color: #40100A;
  text-decoration: underline;
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content p a:hover {
  opacity: 0.7;
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list {
    margin-top: 16px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item {
  padding-top: 26px;
  padding-bottom: 27px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item {
    padding-top: 15px;
    padding-bottom: 16px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list li {
  counter-increment: cnt;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list li {
    font-size: 14px;
    line-height: 25.2px;
    padding-left: 22px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list li::before {
  content: "・";
  position: absolute;
  left: 0;
}/*# sourceMappingURL=pages.css.map */