@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     就労移行支援について
 Notes:          
--------------------------------------------------------------- */
h1.title {
  background: linear-gradient( to right, #FF8F3700, #FF8F37, #FF8F37, #FF8F3700) !important;
}
h2.headline {
  margin: 0 auto 10%;
  text-align: center;
  font-size: 1.8em;
  color: #EE8099;
}
h2.subtitle {
  margin: 0 auto;
  font-size: 1.4em;
  color: #EE8099;
}
.sec01 {
  margin: 0 auto 5%;
  border-bottom: 5px solid #FF9A39;
}
.sec01 .content {
  margin: 5% auto 0 !important;
}
.sec01 .step {
  margin: 0 auto 15%;
}
h1.subtitle {
  margin: 0 auto 7%;
  padding: 1.5em 0;
  color: #9CC714;
  font-size: 1.8em;
  text-align: center;
  font-weight: 500;
  background-image: url(../img/common/title-heart.png);
  background-repeat: no-repeat;
  background-size: 2em;
  background-position: 50% 75%;
}
.sec03 .illust {
  max-width: 500px;
  margin: 0 auto;
}
.sec03 .illust_link a {
  display: block;
  width: 55%;
  margin: 10% auto 0;
  background: #eb758e;
  color: #fff;
  font-size: 2.2em;
  line-height: 1.0;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  text-align: center;
}
.sec03 .illust_link a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.5em;
  border-color: transparent transparent transparent currentColor;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
.sec04 .wrap {
  margin: 0 -4% 5%;
  padding: 4%;
  display: flex;
  justify-content: space-between;
  background: #FFFCDC;
}
.sec04 .wrap .box01 {
  width: 31%;
}
.sec04 .wrap .box02 {
  width: 55%;
}
.sec04 h3.headline {
  font-weight: normal;
  color: #79BD55;
  font-size: 1.3em;
  font-weight: bold;
}
.sec04 .txt01 {
  text-align: justify;
}
.sec05 .wrap {
  margin: 0 auto 5%;
  display: flex;
  justify-content: space-between;
}
.sec05 .box01 {
  width: 57%;
}
.sec05 .box02 {
  width: 40%;
}
.sec05 h3.headline {
  padding: 3.6em 0 0.5em;
}
.sec05 .txt01 {
  margin: 0 auto 5%;
}
.sec05 .button {
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
}
.sec05 .button a {
  padding: 0.3em 2em 0.4em;
  color: #FFF;
  background-color: #EE8099;
  border: 1px solid #EE8099;
  border-radius: 100px;
}
.sec05 .button a:hover {
  color: #EE8099;
  background-color: #FFF;
}
.table {
  margin: 0 auto 5%;
  border: 2px solid #FF993F;
  border-radius: 1em;
  overflow: hidden;
}
.table .tr {
  width: 100%;
  display: table;
}
.table .th01 {
  width: 25%;
  padding: 1em;
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  border-right: 2px solid #FF993F;
  border-bottom: 2px solid #FF993F;
  background-color: #FFDEA1;
}
.sec06 .table .th01:lastt-of-type {
  border-radius: 1em 0 0 0;
}
.table .th02 {
  width: 25%;
  padding: 1em;
  display: table-cell;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  border-right: 2px solid #FFF;
  background-color: #FF993F;
}
.tr .th02:nth-of-type(2) {
  width: 50%;
}
.tr .th02:nth-of-type(3) {
  width: 25%;
  border-right: unset;
}
.table .td {
  padding: 1em;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 2px solid #FF993F;
  border-bottom: 2px solid #FF993F;
}
.sec07 .tr .td:first-of-type {
  width: 50%
}
.sec07 .tr .td:last-of-type {
  width: 25%;
  text-align: center;
}
.table .no-r {
  border-right: unset;
}
.table .no-b {
  border-bottom: unset;
}
.note {
  font-size: 0.8em;
}
h1.headline {
  width: 60%;
  margin: 0 auto;
  padding: 5% 0;
  text-align: center;
  color: #EE8099;
  font-size: 1.8em;
  /*
  background-image: url(../img/shift/point.png);
  background-size: 5em;
  background-repeat: no-repeat;
  background-position: 5% 10%;
  */
}
/* ----- ステップ下部 共通ボタン ----- */
.sec01 .button-wrap {
  display: flex;
  justify-content: space-between;
}
.button-wrap .button {
  width: 32.5%;
  position: relative;
  text-align: center;
  color: #FFF;
  line-height: 1.5;
  border-radius: 1em 1em 0 0;
  overflow: hidden;
}
.button-wrap .button:nth-child(1) {
  background: #9CC714;
}
.button-wrap .button:nth-child(2) {
  background: #FF9A3F;
}
.button-wrap .button:nth-child(3) {
  background: #55C0CC;
}
.button-wrap .button:nth-child(1)::before {
  content: '>';
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  left: 1em;
  display: inline-block;
  color: #9CC714;
  line-height: 1.3;
  background: #FFF;
  border: 1px solid #9CC714;
  border-radius: 2em;
}
.button-wrap .button:nth-child(2)::before {
  content: '>';
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  left: 1em;
  display: inline-block;
  color: #FF9A3F;
  line-height: 1.3;
  background: #FFF;
  border: 1px solid #FF9A3F;
  border-radius: 2em;
}
.button-wrap .button:nth-child(3)::before {
  content: '>';
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  left: 1em;
  line-height: 1.3;
  display: inline-block;
  color: #55C0CC;
  background: #FFF;
  border: 1px solid #55C0CC;
  border-radius: 2em;
}
.button-wrap .button:nth-child(1):hover::before {
  display: inline-block;
  transform: rotate(90deg);
}
.button-wrap .button:nth-child(2):hover::before {
  display: inline-block;
  transform: rotate(90deg);
}
.button-wrap .button:nth-child(3):hover::before {
  display: inline-block;
  transform: rotate(90deg);
}
.button-wrap .button:nth-child(1) a {
  height: 100%;
  color: #9CC714;
  background: #FFF;
  border-top: 1px solid #9CC714;
  border-right: 1px solid #9CC714;
  border-left: 1px solid #9CC714;
  border-radius: 1em 1em 0 0;
}
.button-wrap .button:nth-child(2) a {
  height: 100%;
  color: #FF9A3F;
  background: #FFF;
  border-top: 1px solid #FF9A3F;
  border-right: 1px solid #FF9A3F;
  border-left: 1px solid #FF9A3F;
  border-radius: 1em 1em 0 0;
}
.button-wrap .button:nth-child(3) a {
  height: 100%;
  color: #55C0CC;
  background: #FFF;
  border-top: 1px solid #55C0CC;
  border-right: 1px solid #55C0CC;
  border-left: 1px solid #55C0CC;
  border-radius: 1em 1em 0 0;
}
.button-wrap .button a:hover {
  opacity: 1;
}
.button-wrap .button:nth-child(1) a:hover {
  color: #FFF;
  background: #9CC714;
}
.button-wrap .button:nth-child(2) a:hover {
  color: #FFF;
  background: #FF9A3F;
}
.button-wrap .button:nth-child(3) a:hover {
  color: #FFF;
  background: #55C0CC;
}
.button-wrap .button a {
  display: block;
}
.button .in-txt {
  padding: 1em 0;
  border-radius: 1em 1em 0 0;
}
.in-txt .page {
  font-size: 1.3em;
}
/* ----- /ステップ下部 共通ボタン ----- */
/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
h2.headline {
  font-size: 17px;
}
.sec05 h3.headline {
  padding: 0 0 0.5em;
}
.button-wrap .button {
  position: relative;
  font-size: 0.8em;
}
.button .in-txt {
  padding: 1em 0 3em;
}
.in-txt .page {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.button-wrap .button:nth-child(1)::before {
  display: none;
}
.button-wrap .button:nth-child(2)::before {
  display: none;
}
.button-wrap .button:nth-child(3)::before {
  display: none;
}
.button-wrap .button:nth-child(1):hover::before {
  display: none;
}
.button-wrap .button:nth-child(2):hover::before {
  display: none;
}
.button-wrap .button:nth-child(3):hover::before {
  display: none;
}
.sec04 .wrap {
  margin: 0 auto 10%;
  padding: 7%;
  display: block;
}
.sec04 .wrap .box01 {
  width: 100%;
}
.sec04 .wrap .box02 {
  width: 100%;
}
h1.headline {
  width: 100%;
  padding: 14% 0 5%;
  background-size: 4em;
}
.sec05 .button {
  display: block;
  text-align: center;
}
.sec05 .wrap {
  margin: 0 auto 15%;
  display: block;
}
.sec05 .box01 {
  width: 100%;
}
.sec05 .box02 {
  width: 100%;
}
}