@charset "UTF-8";
/* case-summary
-----------------------*/
.case-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .case-summary {
    margin-bottom: 16vw;
  }
}
.case-summary .section-list {
  width: 646px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .case-summary .section-list {
    width: 100%;
  }
}
.case-summary .section-list li {
  margin: 10px 0;
  text-align: center;
}

/* base
-----------------------*/
.section-inner {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .section-inner {
    padding: 0 2.6666666667vw;
  }
}
.section-inner .button {
  margin-top: 20px;
}

.section-inner .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: url(../images/common/icn_arrow.svg) no-repeat 94% center #ff9933;
}

@media screen and (max-width: 767px) {
  .section-inner .button a {
    width: 45.3333333333vw;
    height: 12vw;
    font-size: 4.2666666667vw;
    background-size: 1.7333333333vw auto;
  }
}
.section-inner .button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: #ff9933;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
  margin-bottom: 40px;
  color: #ff9933;
  font-size: 2.6rem;
  border-top: 2px solid #ff9933;
  border-bottom: 2px solid #ff9933;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .section-title {
    padding: 4vw 0;
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
.section-title small {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .section-title small {
    font-size: 3.7333333333vw;
  }
}
.section-title:before {
  display: none !important;
  margin-bottom: 10px;
  content: attr(data-title_en);
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .section-title:before {
    margin-bottom: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.section-title rt {
  display: none;
}

.section-title.-type2 {
  background-color: #ff9933;
  border-top: 0;
  border-bottom: 0;
  color: #fff;
}

.worker2 {
  display: none;
}

.worker2 .section-title {
  color: #4db56a;
  border-top: 2px solid #4db56a;
  border-bottom: 2px solid #4db56a;
}

.worker2 .section-title.-type2 {
  background-color: #4db56a;
  border-top: 0;
  border-bottom: 0;
  color: #fff;
}

.section-text {
  line-height: 1.8;
}

.section-button {
  margin-top: 40px;
}

.section-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: 0 auto;
  padding: 15px 10px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.section-button a:hover {
  opacity: 1;
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}

.section-button a:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .section-button a {
    width: 100%;
    height: 12vw;
    font-size: 4.2666666667vw;
  }
}
.section-button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: 0 auto 30px auto;
  padding: 20px 0;
  color: #ff9933;
  font-size: 1.6rem;
  text-align: center;
  background: #FFF;
  border: 1px solid #ff9933;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .section-button span {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.section-button.active span {
  color: #fff;
  background: #ff9933;
}

.section-button.-worker1 a {
  background-image: linear-gradient(to right, #f5ce62, #e43603, #e85a19);
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.section-button.-worker1 span {
  color: #ff9933;
  border: 1px solid #ff9933;
}

.section-button.-worker1.active span {
  color: #fff;
  background: #ff9933;
}

.section-button.-worker2 a {
  background-image: linear-gradient(to right, #81f9b7, #298643, #55c085);
  box-shadow: 0 4px 15px 0 rgba(185, 255, 145, 0.75);
}

.section-button.-worker2 span {
  color: #4db56a;
  border: 1px solid #4db56a;
}

.section-button.-worker2.active span {
  color: #fff;
  background: #4db56a;
}

.section-button.-worker2.-disabled {
  pointer-events: none;
}

.section-button.-disabled span {
  color: #FFF;
  background-color: #8a8a8a;
  border: 1px solid #8a8a8a;
}

/* mv
-----------------------*/
#mv {
  background-color: #ff9933;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  #mv {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #mv .inner {
    padding: 0;
  }
}
#mv .inner img {
  width: 1020px;
}

@media screen and (max-width: 767px) {
  #mv .inner img {
    width: 100%;
  }
}
/* residence-summary
-----------------------*/
#residence-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #residence-summary {
    margin-bottom: 16vw;
  }
}
/* business-summary
-----------------------*/
#business-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #business-summary {
    margin-bottom: 16vw;
  }
}
/* recruitment-summary
-----------------------*/
#recruitment-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #recruitment-summary {
    margin-bottom: 16vw;
  }
}
#recruitment-summary .schedule {
  width: 100%;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  #recruitment-summary .schedule {
    width: 100%;
  }
}
#recruitment-summary .schedule tr th,
#recruitment-summary .schedule tr td {
  padding: 10px 15px;
  font-size: 1.6rem;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #recruitment-summary .schedule tr th,
  #recruitment-summary .schedule tr td {
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#recruitment-summary .schedule tr th {
  background-color: #ff9933;
  color: #fff;
}

#recruitment-summary .schedule tr th:first-child {
  width: 18%;
}

@media screen and (max-width: 767px) {
  #recruitment-summary .schedule tr th:first-child {
    width: 34%;
  }
}
#recruitment-summary .schedule tr th:last-child {
  width: 72%;
}

@media screen and (max-width: 767px) {
  #recruitment-summary .schedule tr th:last-child {
    width: 66%;
  }
}
#recruitment-summary .schedule tr:nth-child(1) th {
  border-top-left-radius: 10px;
}

#recruitment-summary .schedule tr:nth-child(1) td {
  border-top-right-radius: 10px;
}

#recruitment-summary .schedule tr:last-child th {
  border-bottom-left-radius: 10px;
}

#recruitment-summary .schedule tr:last-child td {
  border-bottom-right-radius: 10px;
}

#recruitment-summary .schedule tr:nth-child(odd) {
  background-color: #fbf2e9;
}

#recruitment-summary .schedule ol {
  padding-left: 1em;
  text-indent: -1em;
}

#recruitment-summary.worker2 .schedule tr th {
  background-color: #4db56a;
}

#recruitment-summary.worker2 .schedule tr:nth-child(odd) {
  background-color: #eaf7ee;
}

/* business-flow-summary
-----------------------*/
#business-flow-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #business-flow-summary {
    margin-bottom: 16vw;
  }
}
#business-flow-summary .note {
  margin-top: 15px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #business-flow-summary .note {
    font-size: 3.2vw;
  }
}
#business-flow-summary .flow {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
}

@media screen and (max-width: 767px) {
  #business-flow-summary .flow {
    gap: 10px 0;
  }
}
#business-flow-summary .flow li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 163px;
  height: 90px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  background-color: #ff9933;
  position: relative;
  clip-path: polygon(94% 0%, 100% 50%, 94% 100%, 0% 100%, 6% 50%, 0% 0%);
}

@media screen and (max-width: 767px) {
  #business-flow-summary .flow li {
    width: 33.3333%;
    height: 16vw;
    font-size: 3.2vw;
    white-space: nowrap;
  }
}
#business-flow-summary .flow li:first-child {
  clip-path: polygon(94% 0%, 100% 50%, 94% 100%, 0% 100%, 0% 50%, 0% 0%);
}

#business-flow-summary .flow li:last-child {
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 6% 50%, 0% 0%);
}

#business-flow-summary .flow li.highlight {
  color: #ff9933;
  padding: 1px;
}

#business-flow-summary .flow li.highlight p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(94% 0%, 100% 50%, 94% 100%, 0% 100%, 6% 50%, 0% 0%);
}

#business-flow-summary .flow li span::before {
  counter-increment: number 1;
  content: counter(number) ".";
}

#business-flow-summary .flow li sup {
  font-size: 1.2rem;
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  #business-flow-summary .flow li sup {
    font-size: 2.6666666667vw;
  }
}
#business-flow-summary .subsection {
  margin-top: 35px;
  counter-reset: number 0;
}

@media screen and (max-width: 767px) {
  #business-flow-summary .subsection {
    margin-top: 20px;
  }
}
#business-flow-summary .subsection .flow-list li {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #ff9933;
  border-radius: 10px;
}

#business-flow-summary .subsection .flow-list li:not(:last-child) {
  margin-bottom: 40px;
}

#business-flow-summary .subsection .flow-list li:not(:last-child) .flow-title:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #ff9933;
}

@media screen and (max-width: 767px) {
  #business-flow-summary .subsection .flow-list li {
    flex-direction: column;
  }
  #business-flow-summary .subsection .flow-list li:not(:last-child) {
    position: relative;
  }
  #business-flow-summary .subsection .flow-list li:not(:last-child) .flow-title:after {
    display: none;
  }
  #business-flow-summary .subsection .flow-list li:not(:last-child):after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background-color: #ff9933;
  }
}
#business-flow-summary .subsection .flow-list li .flow-title {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 18%;
  font-size: 1.6rem;
  background-color: #ff9933;
  border: 2px solid #ff9933;
  border-radius: 10px 0 0 10px;
  font-weight: 700;
  padding: 15px 10px;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #business-flow-summary .subsection .flow-list li .flow-title {
    width: 100%;
    padding: 2.6666666667vw 4vw;
    margin-bottom: 0;
    font-size: 4.2666666667vw;
    border-radius: 10px 10px 0 0;
  }
}
#business-flow-summary .subsection .flow-list li .flow-title span {
  margin: 0 auto;
}

#business-flow-summary .subsection .flow-list li .flow-title span::before {
  counter-increment: number 1;
  content: counter(number) ".";
}

#business-flow-summary .subsection .flow-list li .flow-title span sup {
  font-size: 1rem;
  vertical-align: top;
}

#business-flow-summary .subsection .flow-list li .flow-desc {
  display: flex;
  align-items: center;
  padding: 10px;
}

#business-flow-summary.worker2 .subsection .flow-list li {
  border: 1px solid #4db56a;
}

#business-flow-summary.worker2 .subsection .flow-list li:not(:last-child) {
  margin-bottom: 40px;
}

#business-flow-summary.worker2 .subsection .flow-list li:not(:last-child) .flow-title:after {
  background-color: #4db56a;
}

@media screen and (max-width: 767px) {
  #business-flow-summary.worker2 .subsection .flow-list li:not(:last-child):after {
    background-color: #4db56a;
  }
}
#business-flow-summary.worker2 .subsection .flow-list li .flow-title {
  background-color: #4db56a;
  border: 2px solid #4db56a;
}

/* support-summary
-----------------------*/
#support-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #support-summary {
    margin-bottom: 16vw;
  }
}
#support-summary .box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fbf2e9;
}

@media screen and (max-width: 767px) {
  #support-summary .box {
    flex-direction: column;
  }
}
#support-summary .box img {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #support-summary .box img {
    width: 100%;
  }
}
#support-summary .box dl {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  #support-summary .box dl {
    padding: 20px;
  }
}
#support-summary .box dl dt {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #support-summary .box dl dt {
    font-size: 1.8rem;
  }
}
#support-summary .box:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  content: "";
  display: block;
  width: 200px;
  height: 40px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #ff9933;
}

#support-summary p {
  margin: 80px auto 0 auto;
  padding: 15px;
  background-color: #fbf2e9;
  border-radius: 10px;
  color: #ff9933;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #support-summary p {
    font-size: 1.8rem;
  }
}
#support-summary.worker2 .box {
  background-color: #eaf7ee;
}

#support-summary.worker2 .box:after {
  background-color: #4db56a;
}

#support-summary.worker2 p {
  background-color: #eaf7ee;
  color: #4db56a;
}

/* support-summary
-----------------------*/
#support-summary2 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #support-summary2 {
    margin-bottom: 16vw;
  }
}
#support-summary2 .box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fbf2e9;
}

@media screen and (max-width: 767px) {
  #support-summary2 .box {
    flex-direction: column;
  }
}
#support-summary2 .box img {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #support-summary2 .box img {
    width: 100%;
  }
}
#support-summary2 .box dl {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  #support-summary2 .box dl {
    padding: 20px;
  }
}
#support-summary2 .box dl dt {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #support-summary2 .box dl dt {
    font-size: 1.8rem;
  }
}
#support-summary2 .box:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  content: "";
  display: block;
  width: 200px;
  height: 40px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #ff9933;
}

#support-summary2 p {
  margin: 80px auto 0 auto;
  padding: 15px;
  background-color: #fbf2e9;
  border-radius: 10px;
  color: #ff9933;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #support-summary2 p {
    font-size: 1.8rem;
  }
}
#support-summary2.worker2 .box {
  background-color: #eaf7ee;
}

#support-summary2.worker2 .box:after {
  background-color: #4db56a;
}

#support-summary2.worker2 p {
  background-color: #eaf7ee;
  color: #4db56a;
}

/* workshop-summary2
-----------------------*/
#workshop-summary2 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #workshop-summary2 {
    margin-bottom: 16vw;
  }
}
#workshop-summary2 .box {
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #eaf7ee;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #workshop-summary2 .box {
    flex-direction: column;
  }
}
#workshop-summary2 .box img {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #workshop-summary2 .box img {
    width: 100%;
  }
}
#workshop-summary2 .box dl {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  #workshop-summary2 .box dl {
    padding: 20px;
  }
}
#workshop-summary2 .box dl dt {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #workshop-summary2 .box dl dt {
    font-size: 1.8rem;
  }
}
#workshop-summary2 .box2 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  border: 1px solid #4db56a;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #workshop-summary2 .box2 {
    flex-direction: column;
  }
}
#workshop-summary2 .box2 ul {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  #workshop-summary2 .box2 ul {
    padding: 20px;
  }
}
#workshop-summary2 .box2 ul li a {
  text-decoration: underline;
}

#workshop-summary2 .box3 {
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #eaf7ee;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #workshop-summary2 .box3 {
    flex-direction: column;
  }
}
#workshop-summary2 .box3 img {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #workshop-summary2 .box3 img {
    width: 100%;
  }
}
#workshop-summary2 .box3 dl {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  #workshop-summary2 .box3 dl {
    padding: 20px;
  }
}
#workshop-summary2 .box3 dl dt {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #workshop-summary2 .box3 dl dt {
    font-size: 1.8rem;
  }
}
#workshop-summary2 p {
  padding: 0 15px;
}

/* intensive-summary2
-----------------------*/
#intensive-summary2 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #intensive-summary2 {
    margin-bottom: 16vw;
  }
}
#intensive-summary2 .box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fbf2e9;
}

@media screen and (max-width: 767px) {
  #intensive-summary2 .box {
    flex-direction: column;
  }
}
#intensive-summary2 .box img {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #intensive-summary2 .box img {
    width: 100%;
  }
}
#intensive-summary2 .box dl {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  #intensive-summary2 .box dl {
    padding: 20px;
  }
}
#intensive-summary2 .box dl dt {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #intensive-summary2 .box dl dt {
    font-size: 1.8rem;
  }
}
#intensive-summary2.worker2 .box {
  background-color: #eaf7ee;
}

/* couse-summary
-----------------------*/
#couse-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #couse-summary {
    margin-bottom: 16vw;
  }
}
#couse-summary .schedule {
  width: 100%;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  #couse-summary .schedule {
    width: 100%;
  }
}
#couse-summary .schedule tr th,
#couse-summary .schedule tr td {
  padding: 10px 15px;
  font-size: 1.6rem;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #couse-summary .schedule tr th,
  #couse-summary .schedule tr td {
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#couse-summary .schedule tr th ul,
#couse-summary .schedule tr td ul {
  display: flex;
  gap: 0 10px;
}

@media screen and (max-width: 767px) {
  #couse-summary .schedule tr th ul,
  #couse-summary .schedule tr td ul {
    gap: 10px;
    flex-wrap: wrap;
  }
}
#couse-summary .schedule tr th ul li,
#couse-summary .schedule tr td ul li {
  text-align: center;
}

#couse-summary .schedule tr th ul li figure,
#couse-summary .schedule tr td ul li figure {
  width: 130px;
  background-color: #fff;
  border: 1px solid #4db56a;
  border-radius: 10px;
}

#couse-summary .schedule tr th ul li figure figcaption,
#couse-summary .schedule tr td ul li figure figcaption {
  padding: 5px 0;
  color: #4db56a;
  font-size: 1.3rem;
  font-weight: bold;
}

#couse-summary .schedule tr th ol li,
#couse-summary .schedule tr td ol li {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #couse-summary .schedule tr th ol li,
  #couse-summary .schedule tr td ol li {
    flex-direction: column;
  }
}
#couse-summary .schedule tr th ol li span,
#couse-summary .schedule tr td ol li span {
  display: block;
  width: 180px;
  margin-right: 15px;
  padding: 2px 0;
  background-color: #fff;
  border: 1px solid #4db56a;
  border-radius: 5px;
  color: #4db56a;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #couse-summary .schedule tr th ol li span,
  #couse-summary .schedule tr td ol li span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
#couse-summary .schedule tr th ol li:not(:last-child),
#couse-summary .schedule tr td ol li:not(:last-child) {
  margin-bottom: 10px;
}

#couse-summary .schedule tr th .list,
#couse-summary .schedule tr td .list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 10px;
}

#couse-summary .schedule tr th .list .item,
#couse-summary .schedule tr td .list .item {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

@media screen and (max-width: 767px) {
  #couse-summary .schedule tr th .list .item,
  #couse-summary .schedule tr td .list .item {
    flex-direction: column;
  }
}
#couse-summary .schedule tr th .list .item h4,
#couse-summary .schedule tr td .list .item h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #4db56a;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #couse-summary .schedule tr th .list .item h4,
  #couse-summary .schedule tr td .list .item h4 {
    padding: 5px 0;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
  }
}
#couse-summary .schedule tr th {
  background-color: #ff9933;
  color: #fff;
}

#couse-summary .schedule tr th:first-child {
  width: 18%;
}

@media screen and (max-width: 767px) {
  #couse-summary .schedule tr th:first-child {
    width: 34%;
  }
}
#couse-summary .schedule tr th:last-child {
  width: 72%;
}

@media screen and (max-width: 767px) {
  #couse-summary .schedule tr th:last-child {
    width: 66%;
  }
}
#couse-summary .schedule tr:nth-child(1) th {
  border-top-left-radius: 10px;
}

#couse-summary .schedule tr:nth-child(1) td {
  border-top-right-radius: 10px;
}

#couse-summary .schedule tr:last-child th {
  border-bottom-left-radius: 10px;
}

#couse-summary .schedule tr:last-child td {
  border-bottom-right-radius: 10px;
}

#couse-summary .schedule tr:nth-child(odd) {
  background-color: #fbf2e9;
}

#couse-summary.worker2 .schedule tr th {
  background-color: #4db56a;
  vertical-align: middle;
}

#couse-summary.worker2 .schedule tr:nth-child(odd) {
  background-color: #eaf7ee;
}

/* speaker-summary
-----------------------*/
#speaker-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #speaker-summary {
    margin-bottom: 16vw;
  }
}
#speaker-summary .section-inner {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

#speaker-summary .section-inner .item {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

@media screen and (max-width: 767px) {
  #speaker-summary .section-inner .item {
    gap: 20px 0;
    flex-direction: column;
  }
}
#speaker-summary .section-inner .item p {
  flex: 1;
}

#speaker-summary .section-inner .item p strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.86rem;
}

#speaker-summary .section-inner .item figure {
  width: 130px;
}

@media screen and (max-width: 767px) {
  #speaker-summary .section-inner .item figure {
    width: 50%;
  }
}
#speaker-summary .section-inner .item figure img {
  width: 100%;
}

#speaker-summary .section-inner .item:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

/* menu-summary
-----------------------*/
#menu-summary {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #menu-summary {
    margin-bottom: 5.3333333333vw;
  }
}
#menu-summary .section-inner {
  padding: 0;
}

#menu-summary .section-inner ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #menu-summary .section-inner ul {
    flex-direction: column;
    gap: 10px;
  }
}
#menu-summary .section-inner ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding: 10px;
  color: #4db56a;
  border: 1px solid #4db56a;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #menu-summary .section-inner ul li {
    width: 100%;
  }
}
/* faq-summary
-----------------------*/
#faq-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #faq-summary {
    margin-bottom: 16vw;
  }
}
#faq-summary .subsection {
  margin-top: 35px;
  counter-reset: number 0;
}

@media screen and (max-width: 767px) {
  #faq-summary .subsection {
    margin-top: 20px;
  }
}
#faq-summary .subsection .faq-list {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

#faq-summary .subsection .faq-list li {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px 16px;
  margin-bottom: 20px;
}

#faq-summary .subsection .faq-list li .faq-title {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

#faq-summary .subsection .faq-list li .faq-title::after {
  display: none;
  content: "＋";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
}

#faq-summary .subsection .faq-list li .faq-title.active::after {
  content: "－";
}

#faq-summary .subsection .faq-list li .faq-title div {
  display: flex;
}

#faq-summary .subsection .faq-list li .faq-title div:before {
  content: "Q";
  margin-right: 10px;
  color: #ff9933;
  font-size: 2.2rem;
}

#faq-summary .subsection .faq-list li .faq-title div p {
  margin-top: 5px;
}

#faq-summary .subsection .faq-list li .faq-desc {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  font-size: 1.6rem;
  font-weight: bold;
}

#faq-summary .subsection .faq-list li .faq-desc div {
  display: flex;
}

#faq-summary .subsection .faq-list li .faq-desc div:before {
  content: "A";
  margin-left: 3px;
  margin-right: 10px;
  color: #ff9933;
  font-size: 2.2rem;
}

#faq-summary .subsection .faq-list li .faq-desc div p {
  margin-top: 4px;
}

.section-tab {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .section-tab {
    margin-top: 8vw;
    gap: 0 4%;
  }
}
.section-tab li {
  width: 45%;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .section-tab li {
    width: 48%;
    margin-top: 0;
  }
}
.section-tab li span {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section-tab li span {
    margin-bottom: 0;
  }
}
#case-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #case-summary {
    margin-bottom: 16vw;
  }
}
#case-summary ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#case-summary ul li {
  width: 48%;
}

#case-summary ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#case-summary ul li a img {
  width: 100%;
  height: auto;
}

#case-summary ul li a .more {
  display: flex;
  align-items: center;
  text-align: right;
}

#case-summary ul li a .more:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../images/common/icn_link.png);
  background-size: 100%;
}

#case-summary ul li:last-child {
  margin-top: 50px;
  width: 100%;
  text-align: right;
  margin-left: auto;
}

#case-summary ul li:last-child a {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}
/*# sourceMappingURL=company.css.map */
