@charset "UTF-8";

.box-price{overflow:hidden; margin-top:20px; margin:20px;}
.box-price h2{
  padding:10px 0px;
  margin:10px;
  border-radius:8px;
  text-align:center;
  font-weight:bold;
  background-image:url(../img/page/bg_price.png);
  background-repeat:repeat;
  font-size:16px;
}
.box-price .txt{padding:15px; background:#FFF;}
.price-type01{border:5px solid #f5f5f5; border-radius:8px;}
.price-type01 h2{background-color:#fff68e; border-radius:18px;}
.price-type01 h3{color:#68b82d; margin-bottom:5px;}
.price-type02{border:5px solid #f5f5f5; border-radius:8px;}
.price-type02 h2{background-color:#e2efaf; border-radius:18px;}

@media (min-width: 768px) {
#page-users .page-content{padding-bottom:50px;}
}

@media (min-width: 940px) {
.box-price{display:table; margin:0;}
.price-type01{margin:40px 0 20px;}
.box-price h2 ,.box-price .txt{display:table-cell; vertical-align:middle; border:10px solid  #FFF; }
.box-price h2{width:300px; font-size:22px; }
.box-price .txt{padding:45px; font-size:16px; line-height:32px;}
.box-price h3{font-size:24px;}
.price-type02{margin-bottom:60px;}


}


/*------------------------------------------
就労移行支援がよくわかる
------------------------------------------*/

.c-inner {
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 60px 0;
}

.p-users-title {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .c-inner {
    margin: 20px auto 0;
    padding: 20px;
  }
}

.p-mokuji__box {
  border: 2px solid #68b82d;
  border-radius: 10px;
  padding: 30px;
}

.p-mokuji__box__tit {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #68b82d;
  margin-bottom: 30px;
}

.p-mokuji__box__lists {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}

.p-mokuji__box__list {
  width: 50%;
  line-height: 2;
  padding-left: 24px;
  position: relative;
}

.p-mokuji__box__list a {
  border-bottom: 1px solid;
}

.p-mokuji__box__list a::before {
  content: "▼";
  padding: 5px 3px 3px 4px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: #68b82d;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 600px) {
  .p-mokuji__box {
      padding: 10px 18px;
  }
  .p-mokuji__box__tit {
      font-size: 18px;
      margin-bottom: 8px;
  }
  .p-mokuji__box__lists {
      flex-direction: column;
      row-gap: initial;
  }
  .p-mokuji__box__list {
      width: 100%;
  }
  .p-mokuji__box__list a::before {
      padding: 4px 1px 1px 4px;
      width: 16px;
      height: 16px;
      font-size: 8px;
      top: 10px;
      transform: translateY(0);
  }
}

.p-what__wrap {
  background: #f6f5f1;
}

.p-what__boxes {
  display: flex;
  gap: 50px;
}

.p-what__box {
  background: #fff;
  border-radius: 10px;
  width: calc(50% - 25px);
}

.p-what__box__img-box img {
  border-radius: 10px 10px 0 0;
}

.p-what__box__txt-box {
  padding: 40px;
}

.p-what__box__tit {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}

.p-what__box__tit span {
  color: #68b82d;
}

.p-what__box__tit::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #ffe63c;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

.p-what__box__btn {
  text-align: center;
  margin-top: 20px;
}

.p-what__box__btn a {
  background: #68b82d;
  color: #fff;
  display: inline-block;
  padding: 20px;
  border-radius: 200px;
  font-weight: bold;
  margin: initial;
  min-width: 270px;
}


@media screen and (max-width: 600px) {
  .p-what__boxes {
      flex-direction: column;
  }
  .p-what__box {
      width: 100%;
  }
  .p-what__box__txt-box {
    padding: 20px;
  }
  .p-what__box__btn a {
      padding: 15px;
      min-width: 270px;
      font-size: 14px;
  }
}

.invisible {
  opacity: 0!important;
  background: #fff!important;
}

.p-difference__table {
  border: 0;
  background: none;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.p-difference__table th{
  color :#fff
}
.p-difference__table th,.p-difference__table td {
  border: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 25px 10px;
  vertical-align: middle;
}

table.p-difference__table th:last-child,
table.p-difference__table td:last-child{
  border-right: 1px solid #ccc;
}
table.p-difference__table tr:last-child th,
table.p-difference__table tr:last-child td{
  border-bottom: 1px solid #ccc;
}

.p-difference__table thead {
  background: none;
}

.p-difference__table th.bg_orange {
  background: #e4572e;
}

.p-difference__table th.bg_beige {
  background: #f4f0ed;
  color: #000;
}

.p-difference__table th.bg_green {
  background: #68b82d;
}

.p-difference__table th.bg_d-green {
  background: #2a9134;
}

.tl-radius {
  border-radius: 20px 0 0 0;
}
.tr-radius {
  border-radius: 0 20px 0 0;
}
.bl-radius {
  border-radius: 0 0 0 20px;
}
.br-radius {
  border-radius: 0 0 20px 0;
}


td.bg_gray,
th.bg_gray {
  background: #f7f7f7;
}

@media screen and (max-width: 600px) {
  .p-difference__table {
      display: flex;
      flex-direction: column;
  }
  .p-difference__table tbody {
      display: flex;
      flex-direction: column;
  }
  .p-difference__table th,.p-difference__table td {
      display: table-cell;
  }
  .p-difference__table tbody tr {
      display: grid;
      grid-template-columns: 40% 30% 30%;
  }
  .p-difference__table tbody tr th {
      grid-row: 1 / 1;
      grid-column: 1 / 4;
      border-radius: initial;
      border-right: 1px solid #ccc;
  }
  .p-difference__table tbody tr td.first01 {
      grid-row: 2 / 3;
      grid-column: 1 / 2;
  }
  .p-difference__table tbody tr td.first02 {
      grid-row: 2 / 3;
      grid-column: 2 / 4;
  }
  .p-difference__table tbody tr td.second01 {
      grid-row: 2 / 3;
      grid-column: 1 / 3;
  }
  .p-difference__table tbody tr td.second02 {
      grid-row: 2 / 3;
      grid-column: 3 / 4;
  }
  .p-difference__table tbody tr td.third01 {
      grid-row: 2 / 3;
      grid-column: 1 / 2;
  }
  .p-difference__table tbody tr td.third02 {
      grid-row: 2 / 3;
      grid-column: 2 / 3;
  }
  .p-difference__table tbody tr td.third03 {
      grid-row: 2 / 3;
      grid-column: 3 / 4;
  }
  .p-difference__table tbody tr td.fourth01 {
      grid-row: 2 / 3;
      grid-column: 1 / 2;
  }
  .p-difference__table tbody tr td.fourth02 {
      grid-row: 2 / 3;
      grid-column: 2 / 3;
  }
  .p-difference__table tbody tr td.fourth03 {
      grid-row: 2 / 3;
      grid-column: 3 / 4;
  }
  .invisible {
      display: none!important;
  }
  .length60 {
      width: 60%;
  }
  .length40 {
      width: 40%;
  }
  .length20 {
      width: 20%;
  }
  .p-difference__table tbody tr:last-child td:nth-child(2) {
      border-radius: 0 0 0 20px;
  }
  .p-difference__table tbody tr:last-child th {
      border-bottom: initial;
  }
  td.bg_gray {
      background: initial;
  }
}

.p-price__wrap {
  background-color : #fff;
  background-image: linear-gradient(#eee 1px, transparent 0),
                  linear-gradient(90deg, #eee 1px, transparent 0);
  background-size: 10px 10px;
  background-repeat: repeat;
}

.p-price__lead__feature {
  display: flex;
  max-width: 640px;
  margin: 40px auto;
  align-items: center;
}

.p-price__lead__feature__txt {
  font-size: 20px;
  font-weight: 700;
  color: #68b82d;
  width: 50%;
  text-align: center;
}

.p-price__lead__feature__txt span.line {
  font-size: 20px;
  font-weight: 700;
  color: #68b82d;
  text-align: center;
  border-bottom: 4px solid #fae616;
}

.p-price__lead__feature__txt span.lg {
  font-size: 30px;
}

.p-price__lead__feature__txt span.red {
  color: #e4572e;
}


.p-price__lead__feature__img {
  width: 50%;
}

.p-price__table__wrap {
  background: #fff;
  padding: 50px;
  margin-top: 20px;
}

.p-price__table {
  border: 0;
  background: none;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.p-price__table th{
  color :#000;
}
.p-price__table th,.p-price__table td {
  border: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 25px 10px;
}
.p-price__table td {
  text-align: left;
  padding-left: 2em;
}

table.p-price__table th:last-child,
table.p-price__table td:last-child{
  border-right: 1px solid #ccc;
}
table.p-price__table tr:last-child td{
  border-bottom: 1px solid #ccc;
}
table.p-price__table tbody tr:last-child th{
  border-bottom: 1px solid #ccc;
}

.p-price__table thead {
  background: none;
}

.p-price__table th.bg_orange {
  background: #68b82d;
}

.p-price__table th.bg_beige {
  background: #f4f0ed;
  color: #000;
}

.p-price__table th.bg_green {
  background: #78ba1c;
}

.p-price__table th.bg_d-green {
  background: #579f0f;
}

.p-price__table__notice {
  font-weight: 700;
  margin-top: 3rem;
}

@media screen and (max-width: 600px) {
  .p-price__lead__feature {
      flex-direction: column;
  }
  .p-price__lead__feature__txt {
      width: 100%;
  }
  .p-price__lead__feature__txt span.line {
      font-size: 16px;
  }
  .p-price__lead__feature__txt span.lg {
      font-size: 22px;
  }
  .p-price__lead__feature__img {
      width: 70%;
      margin-top: 20px;
  }
  .p-price__table th {
    background: #fef8ed;
  }
  .p-price__table th, .p-price__table td {
      display: table-cell;
      font-size: 13px;
      padding: 20px 5px;
  }
  .p-price__table__wrap {
      padding: 20px;
  }
  .p-price__table {
      font-size: 1.2rem;
  }
  .p-price__table thead th {
      min-width: 65px;
      font-weight: 700;
  }
  .p-price__table td {
      padding-left: 0.5em;
  }
}


.p-procudure__step-box {
  display: flex;
  padding: 30px;
}
.p-procudure__step-box:nth-child(odd){
  background: #f6f5f1;    
}
.p-procudure__step-boxes {
  border: 2px solid #f6f5f1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}

.p-procudure__step-box__img-box {
  width: 17%;
  height: 17%;
  margin-right: 30px;
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  position: relative;
}

.p-procudure__step-box__txt-box {
  width: 80%;
}

.p-procudure__step-box:nth-child(even) .p-procudure__step-box__img-box {
  background: #f7f5f2;
}

.p-procudure__step-box__img-box img {
  width: 75px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-procudure__step-box__txt-box__tit {
  font-size: 24px;
  font-weight: bold;
  color: #68b82d;
  display: flex;
  align-items: center;
}

.p-procudure__step-box__txt-box__tit span {
  display: inline-block;
  background: #68b82d;
  border-radius: 100px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  margin-right: 20px;
}

.p-procudure__notice {
  color: #68b82d;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 2;
}

.p-procudure__notice span {
  border-bottom: 4px solid #ffe63c;
}

@media screen and (max-width: 600px) {
  .p-procudure__step-box {
      flex-wrap: wrap;
  }
  .p-procudure__step-box__img-box {
      width: 30%;
      height: 30%;
      margin-right: 20px;
  }
  .p-procudure__step-box__img-box img {
      width: 46px;
  }
  .p-procudure__step-box__txt-box {
      display: contents;
  }
  .p-procudure__step-box__txt-box p {
      margin-bottom: initial;
  }
  .p-procudure__step-box__txt-box__tit {
      font-size: 16px;
      flex-direction: column;
      align-items: flex-start;
      width: calc(70% - 20px);
      justify-content: center;
  }
  .p-procudure__step-box__txt-box__tit p {
      margin-bottom: initial;
  }
  .p-procudure__notice {
      font-size: 16px;
  }
}

.p-questioners {
  background: #f6f5f1;
  position: relative;
  z-index: auto;
}

.p-questioners__tit {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
}

.p-questioners__tit::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: #f5e514;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

.p-questioners__boxes {
  display: flex;
  gap: 40px;
  position: relative;
  width: 85%;
  margin: auto;
}
.p-questioners__boxes::after {
  content: "";
  position: absolute;
  border: solid 24px transparent;
  border-top-color: #f6f5f1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -37px;
  z-index: 100;
}

.p-questioners__box {
  text-align: center;
}

.p-questioners__box__balloon {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  color: #68b82d;
  font-weight: bold;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-questioners__box__img {
  padding: 0 30px;
}


.p-questioners .c-inner.pb0 {
  padding-bottom: 0;
}

.p-questioners .c-inner.pt0 {
  padding-top: 0;
}

.p-questioners__link {
  background: #68b82d;
  padding: 50px 0 120px;
  text-align: center;
  margin-top: -10px;
}

.p-questioners__link__tit {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}

.p-questioners__link__btn a {
  display: inline-block;
  background: #fff;
  margin-top: 20px;
  padding: 20px 70px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100px;
  color: #68b82d;
  position: relative;
}

.p-questioners__link__btn a::after {
  content: "\025b6";
  padding: 6px 4px 4px 6px;
  width: 26px;
  height: 26px;
  display: inline-block;
  background: #68b82d;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  font-size: 12px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
  .p-questioners__tit {
      font-size: 18px;
  }
  .p-questioners__boxes {
      flex-direction: column;
      width: 100%;
      padding-bottom: 20px;
      gap: 10px;
  }
  .p-questioners__boxes::after {
      border: solid 16px transparent;
      bottom: -31px;
  }
  .p-questioners__box {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .p-questioners__box:nth-child(odd) {
      flex-direction: row-reverse;
  }
  .p-questioners__box__balloon {
      width: 79%;
      font-size: 14px;
      min-height: initial;
      padding: 10px;
      margin-bottom: initial;
  }
  .p-questioners__box__img {
      width: 18%;
      padding: initial;
  }
  .p-questioners__link {
      padding: 30px 20px 50px;
  }
  .p-questioners__link__tit {
      font-size: 12px;
  }
  .p-questioners__link__btn a {
      font-size: 12px;
      padding: 11px 40px 11px 20px;
      width: 100%;
      margin-top: 4px;
  }
  .p-questioners__link__btn a::after {
      font-size: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2px;
      padding-left: 4px;
      width: 18px;
      height: 18px;
  }
}

