@charset "utf-8";

/* ---------------------------------------------
CSS Info

 File name:  pages.css
 Style Info: 個別ページ用CSS

～414px　スマホ基本
415px～959px　スマホ横
835px〜　iPhone XR 横
-----メジャーブレークポイント-----
960px～　PC
1366px～　大画面PC
------------------------------------------------ */

/* 共通 （PAGE TITLE、パンくず）
------------------------------------------------ */

.txt-bl {
  color: #00a5e3;
}

.contents-header {
  padding-top: 16px;
  background: #edf9f9 url("../img/common/bg-cloud_r.png") no-repeat bottom right;
  background-size: 123px 72px;
}
.breadcrumb {
  padding: 0 8vw;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.breadcrumb a {
  margin-right: 0.5em;
  color: #00a5e3;
  font-weight: 700;
}
.breadcrumb a:after {
  /*  content: "\03e";*/
  margin-left: 0.5em;
}
.breadcrumb a:hover {
  color: #f2542d;
}
.contents-header-inr {
  padding: 24px 72px 24px 0;
  background: url("../img/common/bg-ch.png") no-repeat right center;
  background-size: 70px 55px;
}
.contents-header .page-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #00a5e3;
}
.contents-header.mini .page-title {
  font-size: 16px;
  font-size: 1.6rem;
}

.page-navi {
  padding-top: 24px;
}
.page-navi ul li a {
  display: block;
  width: 100%;
  background: #00a5e3;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  line-height: 1.2;
}
.page-navi ul li a:hover {
  background: #f2542d;
}

@media screen and (max-width: 1024px) {
  .page-navi ul li:not(:last-child) {
    border-bottom: 2px solid #fff;
  }
  .page-navi ul li:first-child a {
    border-radius: 8px 8px 0 0;
  }
  .page-navi ul li:last-child a {
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 1023px) {
  .page-navi ul li a {
    position: relative;
    padding: 0.75em 2em 0.75em 1em;
  }
  .page-navi ul li a:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    top: calc(50% - 3px);
    right: 1em;
    background: url("../img/common/arrow_down_wh.svg") no-repeat;
    background-size: 10px 6px;
  }
}
@media screen and (min-width: 1025px) {
  .contents-header {
    background-size: auto;
  }
  .breadcrumb {
    padding: 0 3vw;
  }
  .contents-header-inr {
    padding: 96px 216px 96px 0;
    background-size: auto;
  }
  .contents-header .page-title {
    font-size: 40px;
    font-size: 4rem;
  }
  .page-navi {
    padding-top: 72px;
  }
  .page-navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1023px) {
  .page-navi ul li {
    width: 50%;
  }
  .page-navi ul li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .page-navi ul li:not(:nth-of-type(-n + 2)) {
    border-top: 2px solid #fff;
  }
}
@media screen and (min-width: 1024px) {
  .page-navi ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-navi ul li {
    width: calc(20% - 32px / 5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-navi ul li:not(:last-child) {
    margin-right: 8px;
  }
  .page-navi ul li a {
    height: 64px;
    border-radius: 32px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-navi ul li a span {
    position: relative;
    padding-bottom: 20px;
  }
  .page-navi ul li a span::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 10px;
    bottom: 0;
    left: calc(50% - 8px);
    background: url("../img/common/arrow_down_wh.svg") no-repeat;
    background-size: 16px 10px;
  }
}
@media screen and (min-width: 1366px) {
  .page-navi ul li {
    width: calc(20% - 96px / 5);
  }
  .page-navi ul li:not(:last-child) {
    margin-right: 24px;
  }
  .page-navi ul li a {
    height: 80px;
    border-radius: 80px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* 就労移⾏⽀援
------------------------------------------------ */
/*--------------- 対象 ---------------*/
.serv-target-item .thumb,
.serv-target-item .thumb img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.serv-target-item .thumb {
  background: #000;
}
.serv-target-item .thumb img {
  opacity: 0.65;
}
.serv-target-item .ttl {
  margin-bottom: 0.25em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.serv-target-item .age {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-weight: 700;
  line-height: 1;
}
.serv-target-item:nth-of-type(1) .desc {
  color: #00a5e3;
}
.serv-target-item:nth-of-type(1) .desc .age {
  background: rgba(47, 51, 145, 0.1);
}
.serv-target-item:nth-of-type(2) .desc {
  color: #6bad27;
}
.serv-target-item:nth-of-type(2) .desc .age {
  background: rgba(107, 173, 39, 0.1);
}
.serv-target-item:nth-of-type(3) .desc {
  color: #0c4767;
}
.serv-target-item:nth-of-type(3) .desc .age {
  background: rgba(12, 71, 103, 0.1);
}
.serv-target-item:nth-of-type(4) .desc {
  color: #f2542d;
}
.serv-target-item:nth-of-type(4) .desc .age {
  background: rgba(242, 84, 45, 0.1);
}

.serv-target-catch {
  position: relative;
  background: #fafaef;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.serv-target-catch .txt1 {
  display: inline-block;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 20px;
  font-size: 2rem;
  color: #00a5e3;
  border-bottom: 2px solid #00a5e3;
}
.serv-target-catch .txt2 {
  font-size: 14px;
  font-size: 1.4rem;
}
.serv-target-catch .txt2 span {
  font-size: 20px;
  font-size: 2rem;
}

.serv-goto-ttl span {
  border-bottom: 2px solid #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.serv-goto-item {
  padding: 24px;
  border: 2px solid #e5e5e5;
  text-align: center;
}
.serv-goto-item .thumb,
.serv-goto-item .thumb img {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: 2;
}
.serv-goto-item .thumb {
  display: inline-block;
}
.serv-goto-item .thumb:before,
.serv-goto-item .thumb:after {
  position: absolute;
  content: "";
}
.serv-goto-item .thumb:before {
  left: -24px;
  bottom: 0;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background-size: 16px 16px;
  background-image: radial-gradient(#00a5e3 5%, transparent 20%),
    radial-gradient(#00a5e3 5%, transparent 20%);
  background-position: 0 0, 8px 8px;
  opacity: 0.5;
  z-index: 1;
}
.serv-goto-item .thumb:after {
  right: -24px;
  bottom: 16px;
  width: 53px;
  height: 24px;
  background-image: url("../img/service/change01.png");
  background-repeat: no-repeat;
  background-size: 53px auto;
  z-index: 3;
}
.serv-goto-item:nth-of-type(n + 3) .thumb:after {
  background-image: url("../img/service/change02.png");
}
.serv-goto-item .ttl {
  margin-bottom: 0.75em;
  line-height: 1.5;
}
.serv-goto-item .ttl span {
  display: inline-block;
  padding-bottom: 0.25em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.serv-goto-item:nth-of-type(1) .ttl span {
  color: #00a5e3;
  border-bottom: 2px solid #00a5e3;
}
.serv-goto-item:nth-of-type(2) .ttl span {
  color: #6bad27;
  border-bottom: 2px solid #6bad27;
}
.serv-goto-item:nth-of-type(3) .ttl span {
  color: #0c4767;
  border-bottom: 2px solid #0c4767;
}
.serv-goto-item:nth-of-type(4) .ttl span {
  color: #f2542d;
  border-bottom: 2px solid #f2542d;
}
.serv-goto-item .txt {
  margin-top: 0.75em;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .serv-target-item:not(:last-of-type) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e5e5e5;
  }
  .serv-target-item .inr {
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .serv-target-item .thumb {
    margin-right: 16px;
  }
  .serv-target-item .desc {
    flex: 1;
  }
  .serv-target-item .ttl br {
    display: none;
  }
  .serv-target-item .age {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .serv-target-item .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .serv-target-catch {
    padding: 196px 0 32px;
  }
  .serv-target-catch:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 180px;
    top: -16px;
    left: 0;
    background: url("../img/service/serv-target-pic_sp.png") no-repeat center
      center;
    background-size: auto 180px;
  }

  .serv-goto-box {
    margin-top: 24px;
  }
  .serv-goto-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .serv-goto-item .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .serv-target-box,
  .serv-goto-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .serv-target-item {
    position: relative;
    width: calc(50% - 40px / 2);
  }
  .serv-target-item .inr {
    margin-bottom: 16px;
    text-align: center;
  }
  .serv-target-item .thumb,
  .serv-target-item .thumb img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
  }
  .serv-target-item .thumb {
    display: inline-block;
  }
  .serv-target-item .ttl {
    margin-top: 0.25em 0 0.5em;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .serv-target-catch .txt1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .serv-target-catch .txt1 br {
    display: none;
  }
  .serv-target-catch .txt2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .serv-target-catch .txt2 span {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .serv-goto-ttl span {
    font-size: 40px;
    font-size: 4rem;
    border-bottom: 5px solid #000;
  }
  .serv-goto-item {
    width: calc(50% - 24px / 2);
  }
  .serv-goto-item:nth-of-type(n + 3) {
    margin-top: 24px;
  }
  .serv-goto-item .ttl span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .serv-goto-item .thumb,
  .serv-goto-item .thumb img {
    width: 200px;
    height: 200px;
  }
  .serv-goto-item .thumb:after {
    right: -48px;
    bottom: 24px;
    width: 106px;
    height: 48px;
    background-size: auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1023px) {
  .serv-target-item:nth-of-type(odd):after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #e5e5e5;
    top: 0;
    right: -20px;
  }
  .serv-target-item:not(:nth-of-type(-n + 2)) {
    margin-top: 40px;
  }

  .serv-goto-box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .serv-target-item {
    width: calc(25% - 120px / 4);
  }
  .serv-target-item:not(:last-of-type):after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #e5e5e5;
    top: 0;
    right: -20px;
  }

  .serv-goto {
    padding-left: 120px;
  }
  .serv-goto-ttl span {
    position: absolute;
    left: 0;
    border-bottom: 0;
    border-right: 5px solid #000;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1365px) {
  .serv-target-catch {
    padding: 400px 0 80px;
  }
  .serv-target-catch:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 360px;
    top: -16px;
    left: 0;
    background: url("../img/service/serv-target-pic_sp.png") no-repeat center
      center;
  }
}
@media screen and (min-width: 1366px) {
  .serv-target-catch .inr {
    position: relative;
    padding: 80px 0;
  }
  .serv-target-catch .inr:before,
  .serv-target-catch .inr:after {
    position: absolute;
    content: "";
  }
  .serv-target-catch .inr:before {
    width: 420px;
    height: 340px;
    top: -80px;
    left: -200px;
    background: url("../img/service/serv-target-pic01.png") no-repeat left top;
  }
  .serv-target-catch .inr:after {
    width: 420px;
    height: 300px;
    bottom: -40px;
    right: -200px;
    background: url("../img/service/serv-target-pic02.png") no-repeat left top;
  }

  .serv-goto-item {
    padding: 40px;
    width: calc(50% - 40px / 2);
  }
  .serv-goto-item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

/*---------------サポート ---------------*/
.serv-sprt {
  position: relative;
  padding-bottom: 56px;
  background-image: url("../img/common/bg-cloud_r.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 170px;
}
.serv-sprt:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
  top: 0;
  left: 0;
  background: #fff;
}
.serv-sprt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.serv-sprt-item {
  background: #fff;
}
.serv-sprt-item .num {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #8dc557;
  line-height: 1;
}
.serv-sprt-item .num span {
  font-size: 24px;
  font-size: 2.4rem;
}
.serv-sprt-item .thumb img {
  vertical-align: bottom;
}
.serv-sprt-item .desc {
  padding: 8px 12px 16px;
}
.serv-sprt-item .ttl {
  margin: 0.25em 0 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .serv-sprt-item {
    width: calc(50% - 12px / 2);
  }
  .serv-sprt-item:nth-of-type(n + 3) {
    margin-top: 16px;
  }
  .serv-sprt-item .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .serv-sprt {
    padding-bottom: 120px;
    background-size: auto;
  }
  .serv-sprt:before {
    height: 88px;
  }
  .serv-sprt-item {
    width: calc(50% - 24px / 2);
  }
  .serv-sprt-item .num {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .serv-sprt-item .num span {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .serv-sprt-item .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 959px) {
  .serv-sprt-item:nth-of-type(n + 3) {
    margin-top: 24px;
  }
}
/* @media screen and (min-width: 960px) { */
@media screen and (min-width: 1025px) {
  .serv-sprt-item {
    width: calc(25% - 120px / 4);
  }
}
@media screen and (max-width: 1365px) {
  .serv-sprt-item .num span {
    margin-left: 2px;
  }
}
@media screen and (min-width: 1366px) {
  .serv-sprt-item .desc {
    padding: 16px 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .serv-sprt-item .num {
    width: 64px;
  }
  .serv-sprt-item .num span {
    display: block;
  }
  .serv-sprt-item .inr {
    flex: 1;
  }
}

/*--------------- 資格 ---------------*/
.serv-lic-box {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 32px 12px;
  background: #f5f5f5;
  font-family: "Noto Sans JP", sans-serif;
}
.serv-lic-item .ttl {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #00a5e3;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00a5e3;
  line-height: 1.5;
}
.serv-lic-item ul + .ttl {
  margin-top: 2em;
}
.serv-lic-item li {
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.serv-lic-item li:not(:last-child) {
  margin-bottom: 1em;
}
.serv-lic-item ul li::before {
  content: none;
}

.serv-lic-item li:not(:last-child) {
  margin-bottom: 1em;
}
.serv-lic-item li.pk01:before,
.serv-lic-box li.pk02:before,
.serv-lic-item li.pk:before,
.serv-lic-box li.org:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  left: 0;
  top: calc(50% - 4px);
  background: transparent;
}
.serv-lic-item li.pk01:before,
.serv-lic-item li.pk:before {
  width: 10px;
  height: 10px;
  background: #00a5e3;
}
.serv-lic-box li.pk02:before,
.serv-lic-box li.org:before {
  width: 6px;
  height: 6px;
  background: #fff;
  border: 2px solid #00a5e3;
}
.serv-lic-item li span {
  color: #f2542d;
}
.serv-lic-note {
  font-weight: 700;
}
.serv-lic-note ul {
  margin: 0;
}
.serv-lic-note ul li {
  padding: 0;
}
.serv-lic-note ul li:before {
  content: none;
}
.serv-el {
  padding: 4%;
  font-weight: normal;
  font-size: 1.6rem;
}
.serv-el-box {
  position: relative;
  background: #fff;
  border: 1px solid #00a5e3;
  text-align: center;
}
.serv-el-box ul {
  margin: 0;
}
.serv-el-box .exp ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.serv-el-box .exp ul li:before {
  content: none;
}
.serv-el .label {
  position: absolute;
  top: -16px;
  left: calc(50% - 65px);
  width: 130px;
  height: 32px;
  line-height: 32px;
  background: #f17a22;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.serv-el .ttl-box {
  padding: 32px 8px 24px;
  background: #00a5e3;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
.serv-el .ttl-box .ttl {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
.serv-el .ttl-box .txt {
  font-size: 14px;
  font-size: 1.4rem;
}
.serv-el .ttl-box .note span {
  padding: 0.25em 0.5em;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  color: #00a5e3;
}
.serv-el .desc {
  padding: 1.6rem 1.6rem 2.4rem;
  text-align: left;
}
.serv-el .desc-kibi-text {
  text-align: left;
}
.serv-el .desc-kibi-logo {
  max-width: 300px;
  margin: 40px auto;
}
.serv-el .list {
  letter-spacing: -0.4em;
}
.serv-el .list li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 4px 4px 0;
  padding: 0.5em 1em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  background: #8dc557;
  color: #fff;
}
.serv-el .exp dt {
  font-weight: 700;
}
.serv-el .exp dt .catch {
  padding: 0.25em 0.75em;
  font-size: 12px;
  font-size: 1.6rem;
  font-family: inherit;
  background: #00a5e3;
  color: #fff;
}
.serv-el .exp dt .ttl {
  font-size: 15px;
  font-size: 1.5rem;
  color: #00a5e3;
}
.serv-el .exp dd {
  font-size: 1.6rem;
  font-weight: 700;
}
.serv-el .exp .txt-bold {
  margin-top: 1.6rem;
}

.serv-el .exp ul li {
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .serv-lic-item:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .serv-lic-note {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .serv-el .exp {
    margin: 2.4rem 0;
  }
  .serv-el .exp dt {
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e5e5;
  }
  .serv-el .exp dt .catch {
    margin-right: 4px;
  }

  .serv-el .label {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13rem;
    height: 3.2rem;
    line-height: calc(32 / 15);
    background: #f17a22;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .serv-lic-box {
    margin-top: 40px;
    padding: 80px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .serv-lic-item {
    width: calc(33.33333% - 48px / 3);
  }
  .serv-lic-item .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .serv-lic-note ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .serv-lic-note ul li:not(:last-child) {
    margin-right: 1em;
  }

  .serv-el {
    margin-top: 64px;
  }
  .serv-el .label {
    top: -24px;
    left: calc(50% - 96px);
    width: 192px;
width: 0px;
    height: 48px; 
/*     line-height: 1.5; */
/*     font-size: 24px; */
    font-size: 2.4rem;
  }
  .serv-el .ttl-box {
    padding: 48px 8px;
  }
  .serv-el .ttl-box .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .serv-el .ttl-box .txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .serv-el .ttl-box .note span {
    font-size: 20px;
    font-size: 2rem;
  }
  .serv-el .desc {
    padding: 40px;
  }
  .serv-el .desc-kibi {
    display: flex;
    align-items: center;
  }
  .serv-el .desc-kibi-text {
    width: 75%;
    line-height: 2;
  }
  .serv-el .desc-kibi-logo {
    width: 25%;
    margin: initial;
  }
  .serv-el .list li {
    margin: 0 8px 8px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .serv-el .exp {
    margin: 4rem 2.4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .serv-el .exp dt {
    width: 224px;
    border-right: 2px solid #e5e5e5;
  }
  .serv-el .exp dt .catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .serv-el .exp dt .ttl {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .serv-el .exp dd {
    padding: 1em;
    font-size: 18px;
    font-size: 1.8rem;
    flex: 1;
  }
  .serv-el .exp dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .serv-el .exp dd ul li:not(:last-child) {
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 1023px) {
  .serv-el .ttl-box .txt {
    margin: 0.25em 0 1em;
  }
}
@media screen and (min-width: 1024px) {
  .serv-el .ttl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*--------------- プログラム ---------------*/
.serv-prg {
  position: relative;
  padding-bottom: 56px;
}
.serv-prg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
  top: 0;
  left: 0;
  background: #fff;
}
.serv-prg-wrap {
  margin-top: 24px;
  padding: 16px;
  background: #fff;
  text-align: center;
}
.serv-prg-wrap-ttl {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00a5e3;
}
.serv-prg-box {
  padding: 16px;
  border: 2px solid #e5e5e5;
}
.serv-prg-box.popular {
  margin-bottom: 16px;
}
.serv-prg-box-ttl {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.serv-prg-box.popular .serv-prg-box-ttl {
  color: #777;
}
.serv-prg-box.exemption .serv-prg-box-ttl {
  color: #5ca938;
}
.serv-prg-item {
  position: relative;
  padding: 16px;
  border-style: solid;
  border-width: 2px;
}
.serv-prg-item:not(:last-of-type):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.serv-prg-box.popular .serv-prg-item {
  border-color: #777;
}
.serv-prg-box.exemption .serv-prg-item {
  border-color: #5ca938;
}
.serv-prg-item .label {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.serv-prg-box.popular .serv-prg-item .label {
  background: #777;
}
.serv-prg-box.exemption .serv-prg-item .label {
  background: #5ca938;
}
.serv-prg-item .label-inr {
  flex: 1;
}
.serv-prg-item .label span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.serv-prg-item .ttl {
  margin-bottom: 0.35em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.serv-prg-box + .serv-prg-box {
  margin-top: 16px;
}
.serv-prg-tbl {
  width: 100%;
  background: #f5f5f5;
  table-layout: fixed;
}
.serv-prg-tbl th,
.serv-prg-tbl td {
  border-bottom: 2px solid #fff;
  vertical-align: middle;
}
.serv-prg-tbl th {
  padding: 0.75em 0.25em;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.serv-prg-tbl th.item {
  width: 5em;
  background: #acacac;
}
.serv-prg-tbl tr:first-child th.item {
  background: #f5f5f5;
}
.serv-prg-tbl th:not(.exemption),
.serv-prg-tbl td:not(.exemption) {
  border-right: 2px solid #fff;
}
.serv-prg-tbl th.popular {
  background: #4e51a1;
}
.serv-prg-tbl th.exemption {
  background: #1c1e71;
}
.serv-prg-tbl td {
  padding: 0.75em 0.5em;
  text-align: left;
}
.serv-prg-tbl td.exemption {
  background: #e5e6ed;
  color: #1c1e71;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .serv-prg-box-ttl span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .serv-prg-tbl {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .serv-prg {
    padding-bottom: 120px;
  }
  .serv-prg:before {
    height: 88px;
  }
  .serv-prg-wrap {
    margin-top: 40px;
    padding: 40px 48px;
  }
  .serv-prg-wrap-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .serv-prg-box {
    padding: 40px;
  }
  .serv-prg-box-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .serv-prg-box + .serv-prg-box {
    margin-top: 24px;
  }
}
/* @media screen and (min-width: 960px) { */
@media screen and (min-width: 1025px) {
  .serv-prg-tbl th,
  .serv-prg-tbl td {
    padding: 1em;
  }
  .serv-prg-tbl th.item {
    width: 240px;
  }
}
@media screen and (max-width: 1365px) {
  br.lpc {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .serv-prg-tbl td {
    text-align: center;
  }
}

/* 利用イメージ
------------------------------------------------ */
/*--------------- 目標 ---------------*/
.rlf-goal:before {
  position: absolute;
  content: "";
  width: 62px;
  height: 48px;
  top: 64px;
  right: 0;
  background-image: url("../img/common/bird02.png");
  background-repeat: no-repeat;
  background-size: 62px auto;
}
.rlf-goal::after {
  position: absolute;
  content: "";
  width: 81px;
  height: 56px;
  left: -16px;
  bottom: 0;
  background: url("../img/common/bird03.png");
  background-size: 81px 56px;
}
.rlf-goal-box {
  margin-top: 24px;
}
.rlf-goal-item .thumb img {
  border-radius: 4px;
}
.rlf-goal-item .desc {
  position: relative;
  margin: -40px 16px 0;
  padding: 16px 16px 16px;
  background: #fff;
}
.rlf-goal-item .desc .ttl {
  margin: 0.75em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #00a5e3;
}

.cm-sec-ttl.exist {
  position: relative;
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .rlf-goal .cm-sec-ttl {
    text-align: left;
  }
  .rlf-goal-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .rlf-goal-box .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .rlf-goal:before {
    width: 204px;
    height: 158px;
    top: 120px;
    right: 24px;
    background-size: auto;
  }
  .rlf-goal::after {
    width: 215px;
    height: 148px;
    left: -144px;
    background-size: auto;
  }
  .rlf-goal-box {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .rlf-goal-item {
    position: relative;
    width: calc(33.3333% - 48px / 3);
  }
}
@media screen and (min-width: 1366px) {
  .rlf-goal-item {
    width: calc(33.3333% - 80px / 3);
  }
  .rlf-goal-item .desc {
    margin: -64px 24px 0;
    padding: 16px 24px 24px;
  }
  .rlf-goal-item .desc .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*--------------- プログラム例 ---------------*/
.rlf-prg {
  position: relative;
  padding-bottom: 56px;
  background-image: url("../img/common/bg-cloud_r.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 170px;
}
.rlf-prg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
  top: 0;
  left: 0;
  background: #fff;
}
.rlf-prg .cm-sec-ttl.exist {
  background-image: url("../img/service/ttl-serv-program.png");
  background-size: 64px auto;
}
.rlf-prg-box {
  overflow: hidden;
  margin-top: 24px;
}
.rlf-prg-item .ttl {
  padding: 0.75em 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.rlf-prg-item .ttl span {
  font-size: 14px;
  font-size: 1.4rem;
}
.rlf-prg-item.a-style .ttl {
  background: #6bad27;
}
.rlf-prg-item.b-style .ttl {
  background: #0c4767;
}
.rlf-prg-item.c-style .ttl {
  background: #f2542d;
}
.rlf-prg-tbl {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.rlf-prg-tbl .time {
  border-bottom: 2px solid #e5e5e5;
}
.rlf-prg-tbl .time th {
  width: 5em;
  padding: 16px;
  color: #666;
  text-align: center;
}
.rlf-prg-tbl .time td {
  padding: 0 16px;
}
.rlf-prg-item.a-style .rlf-prg-tbl td {
  background: rgba(107, 173, 39, 0.1);
}
.rlf-prg-item.b-style .rlf-prg-tbl td {
  background: rgba(12, 71, 103, 0.1);
}
.rlf-prg-item.c-style .rlf-prg-tbl td {
  background: rgba(242, 84, 45, 0.1);
}
.rlf-prg-tbl .time th,
.rlf-prg-tbl .time td {
  vertical-align: middle;
}
.rlf-prg-item .user-box {
  position: relative;
  margin-top: 24px;
  padding: 16px 24px;
  background: #fff;
}
.rlf-prg-item .user-box:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #fff transparent;
  top: -12px;
  left: 40px;
}
.rlf-prg-item .user-box .user {
  margin-bottom: 0.25em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.rlf-prg-item.a-style .user-box .user {
  color: #6bad27;
}
.rlf-prg-item.b-style .user-box .user {
  color: #0c4767;
}
.rlf-prg-item.c-style .user-box .user {
  color: #f2542d;
}

@media screen and (max-width: 1024px) {
  .rlf-prg-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .rlf-prg-item .user-box .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .rlf-prg {
    padding-bottom: 120px;
    background-size: auto;
  }
  .rlf-prg:before {
    height: 88px;
  }
  .rlf-prg-box {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .rlf-prg-item {
    width: calc(33.3333% - 48px / 3);
  }
}
@media screen and (min-width: 1366px) {
  .rlf-prg-item {
    width: calc(33.3333% - 80px / 3);
  }
}

/*--------------- 1日の流れ ---------------*/
.rlf-routine-box {
  counter-reset: number 0;
  margin-top: 24px;
}
.rlf-routine-item .thumb {
  position: relative;
  margin-right: 16px;
  z-index: 1;
}
.rlf-routine-item .thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -16px;
  bottom: -16px;
  background: url("../img/common/grn_stripe.png");
  opacity: 0.5;
  z-index: -1;
}
.rlf-routine-item .thumb:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 700;
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1;
  color: rgba(139, 196, 63, 0.4);
  z-index: 1;
}
.rlf-routine-item .thumb img {
  vertical-align: bottom;
}
.rlf-routine-item .desc {
  position: relative;
  margin: 0;
  z-index: 2;
}
.rlf-routine-item .desc p + p {
  margin-top: 1.5em;
}
.rlf-routine-item .desc .ttl span {
  position: relative;
  display: inline-block;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.rlf-routine-item .desc .ttl span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #00a5e3;
}
.rlf-routine-item .desc .txt {
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .rlf-routine-item:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .rlf-routine-item .thumb {
    margin-bottom: 32px;
  }
  .rlf-routine-item .desc .ttl {
    text-align: center;
  }
  .rlf-routine-item .desc .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .rlf-routine-box {
    margin-top: 40px;
  }
  .rlf-routine-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rlf-routine-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .rlf-routine-item:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .rlf-routine-item > div {
    width: calc(50% - 40px / 2);
  }
  .rlf-routine-item .thumb:before {
    font-size: 80px;
    font-size: 8rem;
  }
  .rlf-routine-item .desc .ttl span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1366px) {
  .rlf-routine-item > div {
    width: calc(50% - 80px / 2);
  }
  .rlf-routine-item .desc .ttl span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

/*--------------- 2年 ---------------*/
.rlf-result-ttl span {
  border-bottom: 2px solid #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.rlf-result-wrap {
  margin-top: 24px;
  padding: 24px;
  background: #fff;
}
.rlf-result-merit {
  margin-top: 24px;
}
.rlf-result-merit .item .ttl {
  margin-bottom: 0.75em;
  padding: 0.5em;
  background: #00a5e3;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.rlf-result-merit .item .thumb {
  text-align: center;
}
.rlf-result-merit .item .thumb img {
  vertical-align: bottom;
}
.rlf-result-merit .item .desc .pace {
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin-bottom: 0.5em;
  background: rgba(12, 71, 103, 0.1);
  color: #00a5e3;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.rlf-result-merit .item .desc .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.rlf-result-license {
  margin-top: 40px;
}
.rlf-result-ot-ttl {
  margin-bottom: 0.75em;
  padding: 0.25em 0.5em;
  background: #00a5e3;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.rlf-result-license .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.rlf-result-license .list li {
  width: calc(50% - 8px / 2);
  padding: 0.5em 0.25em;
  font-weight: 700;
  text-align: center;
}
.rlf-result-license .list li:first-child {
  background: rgba(242, 84, 45, 0.2);
  color: #f2542d;
}
.rlf-result-license .list li:last-child {
  background: rgba(107, 173, 39, 0.2);
  color: #6bad27;
}

.rlf-result-career {
  margin-top: 40px;
}
.rlf-result-career .item {
  position: relative;
  border: 2px solid #cfd1f0;
}
.rlf-result-career .item .ttl-box {
  padding: 0.75em 0;
  background: #cfd1f0;
  font-weight: 700;
  text-align: center;
  color: #00a5e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rlf-result-career .item .num {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  background: #00a5e3;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.rlf-result-career .item .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.rlf-result-career .item .list {
  margin: 16px;
}
.rlf-result-career .item .list li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.rlf-result-career .item .list li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 4px);
  background: #00a5e3;
}

@media screen and (max-width: 1024px) {
  .rlf-result-merit .item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .rlf-result-merit .item .inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rlf-result-merit .item .thumb {
    width: 64px;
    margin-right: 16px;
  }
  .rlf-result-merit .item .desc {
    flex: 1;
  }
  .rlf-result-career .item:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .rlf-result-career .item:not(:last-of-type):after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 12px 0 12px;
    border-color: #cfd1f0 transparent transparent transparent;
    left: calc(50% - 12px);
    bottom: -16px;
  }
}
@media screen and (min-width: 1025px) {
  .rlf-result-ttl span {
    font-size: 40px;
    font-size: 4rem;
  }
  .rlf-result-wrap {
    margin-top: 40px;
    padding: 24px;
  }
  .rlf-result-merit {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .rlf-result-merit .item {
    width: calc(14.2857% - 112px / 7);
  }
  .rlf-result-merit .item .thumb {
    margin-bottom: 12px;
  }
  .rlf-result-license,
  .rlf-result-career {
    margin-top: 64px;
  }
  .rlf-result-ot-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .rlf-result-career-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .rlf-result-career .item {
    width: calc(25% - 48px / 4);
  }
  .rlf-result-career .item:not(:last-of-type):after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #cfd1f0;
    right: -16px;
    top: calc(50% - 12px);
  }
}
@media screen and (min-width: 1024px) {
  .rlf-result-wrap {
    margin-top: 0;
  }
  .rlf-result-inr {
    padding-left: 120px;
  }
  .rlf-result-ttl span {
    position: absolute;
    left: 0;
    border-bottom: 0;
    border-right: 5px solid #000;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
  }
  .rlf-result-wrap {
    padding: 40px;
  }
}

/* 料金
------------------------------------------------ */
.price-box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 24px;
  border: 2px solid #00a5e3;
}
.price-box dt {
  padding: 0.5em;
  background: #00a5e3;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.price-box dd {
  padding: 1em;
}
.price-box dd .ttl {
  margin-bottom: 0.75em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (min-width: 1025px) {
  .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price-box dt {
    width: 8em;
    font-size: 28px;
    font-size: 2.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .price-box dd {
    padding: 1.5em;
    flex: 1;
  }
}

/* 見学
------------------------------------------------ */
.visit-coming .cm-sec-ttl.exist {
  background-image: url("../img/visit/ttl-visit-coming.png");
  background-size: 48px auto;
}
.visit-online {
  position: relative;
  padding-bottom: 56px;
  background-image: url("../img/common/bg-cloud_r.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 170px;
}
.visit-online:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
  top: 0;
  left: 0;
  background: #fff;
}
.visit-online .cm-sec-ttl.exist {
  background-image: url("../img/visit/ttl-visit-online.png");
  background-size: 43px auto;
}
.visit-item {
  margin-top: 32px;
}
.visit-item .thumb {
  margin-bottom: 8px;
}
.visit-item .head {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.visit-item .head .num {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: #8dc557;
  color: #fff;
  margin-right: 16px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 700;
  text-align: center;
}
.visit-item .head .ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  flex: 1;
}
.visit-item .txt {
  line-height: 2;
}
.visit-item .cm-btn {
  margin-top: 16px;
}
.visit-item + .cm-btn {
  margin-top: 32px;
}

@media screen and (max-width: 1024px) {
  .visit-item .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .visit-online {
    padding-bottom: 120px;
    background-size: auto;
  }
  .visit-online:before {
    height: 88px;
  }
  .visit-item {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .visit-box.online .visit-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .visit-item + .visit-item {
    margin-top: 64px;
  }
  .visit-item > div {
    width: calc(50% - 40px / 2);
  }
  .visit-item .head {
    margin-bottom: 24px;
  }
  .visit-item .head .num {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .visit-item .head .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .visit-item .cm-btn {
    margin-top: 24px;
  }
  .visit-item + .cm-btn {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1366px) {
  .visit-item > div {
    width: calc(50% - 80px / 2);
  }
}

/* 就労定着支援
------------------------------------------------ */
.fixd-about-box {
  width: 100%;
  margin: 0 auto;
}
.fixd-about-box .thumb {
  position: relative;
}
.fixd-about-box .thumb img {
  position: relative;
  z-index: 2;
}
.fixd-about-box .thumb:before,
.fixd-about-box .thumb:after {
  position: absolute;
  content: "";
}
.fixd-about-box .thumb:before {
  width: 175px;
  height: 175px;
  left: 0;
  bottom: -32px;
  background: url("../img/common/grn_stripe.png");
  opacity: 0.5;
  z-index: 1;
}
.fixd-about-box .thumb:after {
  width: 81px;
  height: 56px;
  left: -8px;
  bottom: -16px;
  background: url("../img/common/bird03.png");
  background-size: 81px 56px;
  z-index: 4;
}
.fixd-about-box .desc {
  position: relative;
  width: 84%;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  z-index: 3;
}

.fixd-factor {
  position: relative;
  background-image: url("../img/common/bg-cloud_r.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 170px;
}
.fixd-factor-box {
  padding: 16px;
  background: #fff;
}
.fixd-factor .catch,
.fixd-support .catch {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #00a5e3;
  text-align: center;
}
.fixd-factor .list {
  margin-top: 24px;
}
.fixd-factor .list li {
  position: relative;
  line-height: 1.5;
  padding-left: calc(14px + 0.5rem);
  padding-top: 0.75em;
  border-top: 1px dashed #e5e5e5;
}
.fixd-factor .list li:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/common/check_bl.svg") no-repeat;
  background-size: 14px;
  left: 0;
  top: 14px;
}

.fixd-support .cm-sec-ttl.exist {
  background-image: url("../img/service/ttl-serv-support.png");
  background-size: 58px auto;
}
.fixd-support-item {
  margin-top: 32px;
}
.fixd-support-item .thumb {
  position: relative;
  margin-bottom: 24px;
  margin-right: 16px;
  z-index: 1;
}
.fixd-support-item:nth-child(even) .thumb {
  margin-right: 0;
  margin-left: 16px;
}
.fixd-support-item .thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -16px;
  bottom: -16px;
  background: url("../img/common/grn_stripe.png");
  opacity: 0.5;
  z-index: -1;
}
.fixd-support-item:nth-child(even) .thumb:before {
  right: auto;
  left: -16px;
}
.fixd-support-item .thumb img {
  vertical-align: bottom;
}
.fixd-support-item .ttl {
  margin-bottom: 0.75em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .fixd-about-box .thumb {
    padding-left: 8vw;
    margin-bottom: 40px;
  }
  .fixd-about-box .desc,
  .fixd-factor .list li,
  .fixd-support-item .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fixd-factor .list li:not(:first-child) {
    margin-top: 0.75em;
  }
}
@media screen and (min-width: 1025px) {
  .fixd-about-box {
    width: 84%;
    max-width: 980px;
  }
  .fixd-about-box .thumb:before {
    width: 240px;
    height: 240px;
    left: -72px;
    bottom: -112px;
  }
  .fixd-about-box .thumb:after {
    width: 215px;
    height: 148px;
    left: -144px;
    bottom: -176px;
    background-size: auto;
  }
  .fixd-about-box .desc {
    padding: 40px;
    margin: -80px 0 0 auto;
  }

  .fixd-factor {
    background-size: auto;
  }
  .fixd-factor-inr:after {
    position: absolute;
    content: "";
    width: 162px;
    height: 108px;
    right: -162px;
    bottom: -80px;
    background: url("../img/common/bird04.png") no-repeat;
  }
  .fixd-factor-box {
    padding: 40px;
  }
  .fixd-factor .catch,
  .fixd-support .catch {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .fixd-factor .list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fixd-factor .list li {
    width: calc(50% - 40px / 2);
    padding-top: 1em;
    padding-left: calc(18px + 1rem);
  }
  .fixd-factor .list li:before {
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 20px;
  }
  .fixd-factor .list li:not(:nth-child(-n + 2)) {
    margin-top: 1em;
  }

  .fixd-support-item {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fixd-support-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .fixd-support-item .thumb {
    width: 40%;
    margin-right: 56px;
    margin-bottom: 0;
  }
  .fixd-support-item:nth-child(even) .thumb {
    margin-right: 0;
    margin-left: 56px;
  }
  .fixd-support-item .desc {
    flex: 1;
  }
  .fixd-support-item .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1366px) {
  .fixd-factor-box {
    padding: 40px 80px 64px;
  }
}

/* FAQ
------------------------------------------------ */
.faq-box {
  padding: 16px;
  background: #f5f5f5;
}
.faq-box:not(:last-of-type) {
  margin-bottom: 24px;
}
.faq-box dt {
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 2px solid #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #00a5e3;
}
.faq-box dt:before {
  content: "Q.";
  margin-right: 0.5em;
  font-weight: 700;
}
.faq-box dd p + p {
  margin-top: 1em;
}

@media screen and (max-width: 1024px) {
  .faq-box dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .faq-box {
    padding: 24px;
  }
  .faq-box:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .faq-box .ttl,
  .faq-box .txt {
    padding-left: 80px;
  }
  .faq-box .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .faq-box .ttl:before,
  .faq-box .txt:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .faq-box .ttl:before {
    margin-top: -20px;
  }
  .faq-box .txt:before {
    top: 4px;
  }
}

/* 採用情報
------------------------------------------------ */
.rct-none {
  margin-bottom: 40px;
  padding: 16px;
  background: #f5f5f5;
  font-weight: 700;
  text-align: center;
}
.rct-tbl {
  width: 100%;
  border: 1px solid #00a5e3;
  border-collapse: collapse;
}
.rct-tbl th,
.rct-tbl td {
  padding: 1em;
  vertical-align: middle;
}
.rct-tbl th {
  width: 6em;
  background: #00a5e3;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.rct-tbl tr:last-child th,
.rct-tbl td {
  border-bottom: 1px solid #00a5e3;
}
.rct-tbl td li {
  position: relative;
  padding-left: 1em;
}
.rct-tbl td li:not(:last-child) {
  margin-bottom: 0.5em;
}
.rct-tbl td li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #00a5e3;
  border-radius: 50%;
  left: 0;
  top: calc(6px + 0.35em);
}

@media screen and (max-width: 1024px) {
  .rct-tbl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .rct-none {
    margin-bottom: 120px;
    padding: 40px;
  }
  .rct-tbl th {
    width: 10em;
  }
}

/* お知らせ・ブログ
------------------------------------------------ */
/*--------------- 一覧 ---------------*/
.blog-list-wrap {
  padding: 24px 0 56px;
}

.blog-ofc-navi {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-ofc-navi li a {
  display: block;
  padding: 0.5em 0.25em;
  background: #e5e5e5;
  color: rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
}
.blog-ofc-navi li a:hover,
.blog-ofc-navi li a.current {
  background: #00a5e3;
  color: #fff;
}

.cm-news-cat-navi {
  padding: 16px;
  background: #f5f5f5;
}
.cm-news-cat-navi {
  letter-spacing: -0.4em;
}
.cm-news-cat-navi a {
  display: inline-block;
  letter-spacing: normal;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  background: #0c4767;
  margin: 4px 4px 4px 0;
  padding: 0 1em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.cm-news-cat-navi a:hover {
  background: #f2542d;
}

.blog-list.cm-news-box {
  margin-bottom: 40px;
}

.pagenation {
  margin-top: 56px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagenation a,
.pagenation span {
  display: inline-block;
  padding: 6px 12px;
  margin: 4px 2px;
  white-space: nowrap;
  border-radius: 2px;
  background-color: rgba(47, 51, 145, 0.15);
  text-align: center;
  text-decoration: none;
  color: rgba(47, 51, 145, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pagenation a:hover {
  color: #fff;
  background-color: rgba(47, 51, 145, 1);
}
.pagenation span.current {
  color: #fff;
  background-color: rgba(47, 51, 145, 1);
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .blog-ofc-navi li {
    width: calc(50% - 4px / 2);
  }
  .blog-ofc-navi li:nth-child(odd) {
    margin-right: 4px;
  }
  .blog-ofc-navi li:not(:nth-child(-n + 2)) {
    margin-top: 4px;
  }
  .blog-ofc-navi li a {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }

  .pagenation {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .blog-list-wrap {
    padding: 40px 0 120px;
  }

  .blog-ofc-navi li {
    margin-right: 8px;
  }
  .blog-ofc-navi li a {
    padding: 0.5em 1.5em;
    border-radius: 8px 8px 0 0;
  }

  .cm-news-cat-navi a {
    line-height: 31px;
    margin: 4px 8px 4px 0;
    padding: 0 1.25em;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .pagenation {
    margin-top: 80px;
  }
}

/*--------------- 詳細 ---------------*/
.blog-detail-wrap {
  padding: 24px 20px 48px;
}
.blog-single-header {
  margin-bottom: 24px;
}
.blog-single-header .date {
  margin-right: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
}
.blog-single-info {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-single-info a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
}
.blog-single-info .ofc {
  padding: 0.5em 1.6em;
  border: #00a5e3 2px solid;
  border-radius: 10rem;
  color: #00a5e3;
  margin-right: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.blog-single-info a.cat {
  color: #00a5e3;
}
.blog-single-info a:hover {
  opacity: 0.5;
}
.blog-single-ttl {
  margin: 0.25em 0 0.5em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.blog-single-hero {
  text-align: center;
}
.blog-single-hero img {
  border: 1px solid #e5e5e5;
}
.blog-single-hero img {
  vertical-align: bottom;
}

.blog-side-box + .blog-side-box {
  margin-top: 24px;
}
.blog-side-box .blog-side-ttl {
  margin-bottom: 0.5em;
  padding: 0.5em;
  background: #029dd7;
  background: repeating-linear-gradient(
    -45deg,
    #dcddf4,
    #dcddf4f 3px,
    #e9e9f8 3px,
    #e9e9f8 7px
  );
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.bs-post-list a {
  padding: 0.75em 0;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bs-post-list a:hover {
  opacity: 0.5;
}
.bs-post-list .thumb {
  width: 96px;
  margin-right: 8px;
  background-color: #fafafa;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e5e5e5;
}
.bs-post-list .thumb:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.bs-post-list .desc {
  flex: 1;
}
.bs-post-list .desc .ofc {
  line-height: 1;
  display: inline-block;
}
.bs-post-list .desc .ofc span {
  display: inline-block;
  padding: 0.25em 1em;
  border: #00a5e3 2px solid;
  font-size: 12px;
  font-size: 1.2rem;
  color: #00a5e3;
  border-radius: 10rem;
  margin-bottom: 1rem;
}
.bs-post-list .desc .cat {
  margin: 0.5em 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #00a5e3;
  line-height: 1;
}
.bs-post-list .desc .ttl {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .blog-list-item:nth-child(odd) {
    margin-right: 2%;
  }
  .blog-single-body table {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .blog-single-contact .inr .item:first-of-type {
    margin-bottom: 16px;
  }

  /* 20250705 add START （ito） */
  .blog-single-body .wp-block-columns {
    flex-direction: column;
  }

  /* 上手い設定方法がなかったため、暫定的に対応（ito） */
  .contents .block-area.blog-single-body .wp-block-table table th {
    width: 30%;
  }
  /* 20250705 add END （ito） */
}
@media screen and (min-width: 1025px) {
  .blog-single-header .date {
    margin-right: 1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-single-info {
    margin-bottom: 40px;
  }
  .blog-single-info a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-list-item {
    width: 31%;
    margin-bottom: 40px;
  }
  .blog-list-item:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }

  .blog-single-header {
    margin-bottom: 48px;
  }
  .blog-single-body {
    line-height: 2;
  }
  .blog-single-info .date,
  .blog-single-info .cat a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blog-single-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .blog-single-body h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .blog-single-body h3,
  .blog-single-body h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .blog-related-wrap {
    margin-top: 120px;
  }
}
@media screen and (max-width: 959px) {
  .blog-wrap .blog-side {
    margin-top: 40px;
  }
}
/* @media screen and (min-width: 960px) { */
@media screen and (min-width: 1025px) {
  .blog-detail-wrap {
    padding: 48px 0 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    font-weight: normal;
  }
  .blog-detail-wrap .blog-main {
    flex: 1;
  }
  .blog-detail-wrap .blog-side {
    width: 300px;
    margin-left: 40px;
  }
  .blog-side-box + .blog-side-box {
    margin-top: 40px;
  }
}

/* 問い合わせ
------------------------------------------------ */
.contactForm {
  margin: 32px 0;
}
.contactForm dt {
  position: relative;
  padding: 1em 2.5em 1em 1em;
  color: #fff;
  font-weight: 700;
}
.contactForm dd {
  padding: 1.5em 1em;
}
.contactForm.form01 dt,
.contactForm.form01 dd {
  border-bottom: 2px solid #fff;
}
.contactForm.form01 dt {
  background: #1c1e71;
}
.contactForm.form01 dd {
  background: rgba(28, 30, 113, 0.05);
}
.contactForm.form02 dt {
  background: #4e51a1;
}
.contactForm.form02 dd {
  background: rgba(78, 81, 161, 0.05);
}

.contactForm dd ul li:not(:last-child) {
  margin-bottom: 8px;
}
.contactForm dd p {
  margin-bottom: 2px;
  font-size: 15px;
  font-size: 1.5rem;
}
.contactForm dd div + div {
  margin-top: 16px;
}
.contactForm .must {
  position: absolute;
  top: 2.5em;
  right: 1em;
  padding: 4px 6px;
  background: #f2542d;
  border-radius: 4px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1;
}
.contactForm input[type="radio"],
.contactForm input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.contactForm input[type="radio"]:checked + span,
.contactForm input[type="checkbox"]:checked + span {
  font-weight: 700;
  color: #00a5e3;
}
.contactForm input,
.contactForm textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #c6c7db;
  border-radius: 4px;
  outline: none;
}
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm input[type="date"],
.contactForm textarea {
  width: 100%;
  padding: 0.75em 1em;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.contactForm textarea {
  height: 100px;
}
.contactForm input::-webkit-input-placeholder,
.contactForm input::-moz-placeholder,
.contactForm input::-ms-input-placeholder {
  color: #aaa;
}
.contactForm input:-ms-input-placeholder {
  color: #aaa;
}
.contactForm input::placeholder {
  color: #aaa;
}
.contactForm input:focus,
.contactForm textarea:focus {
  border: 1px solid #6b6da3;
}
.contactForm select {
  height: 40px;
  background-color: #fff;
  background-image: url("../img/common/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px auto;
  padding: 0 52px 0 12px;
  border: 1px solid #c6c7db;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contactForm select.form-select {
  width: 100%;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 24px 4px 0 !important;
  line-height: 2em;
}
.wpcf7-list-item label {
  cursor: pointer;
}
.contactFormBtn {
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.contactFormBtn input[type="submit"],
.contactFormBtn input[type="button"] {
  width: 100%;
  max-width: 400px;
  margin: 0 8px;
  padding: 1em 0.5em;
  border-radius: 4px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  color: #fff;
}
.contactFormBtn input[type="submit"]:hover,
.contactFormBtn input[type="button"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.contactFormBtn input.contact-submit {
  background: #4c9710;
}
.contactFormBtn input.contact-back {
  background: #444;
}
div.wpcf7-validation-errors {
  padding: 0.75em 1em !important;
  border: none !important;
  background: #ff0000;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.wpcf7c-conf-hidden + .wpcf7-list-item-label {
  font-weight: bold;
  color: #0a73bb;
}
.contact-confirm-txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.thanks-wrap p + p {
  margin-top: 2em;
}
.thanks-wrap .cm-btn {
  margin-top: 4em;
}

/* @media screen and (min-width: 960px) { */
@media screen and (min-width: 1025px) {
  .contactForm.form01 {
    margin: 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contactForm.form01 dt {
    width: 30%;
    padding: 1.5em 2.5em 1.5em 1em;
  }
  .contactForm.form01 dd {
    width: 70%;
    padding: 1.5em;
  }
  .contact-confirm-txt {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .contactFormBtn input[type="submit"],
  .contactFormBtn input[type="button"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* 事業所
------------------------------------------------ */
/*--------------- MV ---------------*/
.ofc-hero {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.ofc-hero-inr {
  position: relative;
  width: 92%;
  max-width: 1280px;
  height: 250px;
  margin: 0 auto;
  padding-top: 28px;
}
.ofc-hero-txt img {
  width: 60px;
  height: auto;
}
.ofc-hero-ttl {
  position: absolute;
  right: 0;
  bottom: 16px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #00a5e3;
  text-align: right;
  line-height: 1.5;
}
.ofc-hero-ttl span {
  display: inline-block;
  padding: 0.75em;
  background: #00a5e3;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .ofc-hero {
    background-size: auto;
  }
  .ofc-hero-inr {
    padding-top: 100px;
    height: 500px;
  }
  .ofc-hero-txt img {
    width: auto;
  }
  .ofc-hero-ttl {
    font-size: 56px;
    font-size: 5.6rem;
  }
  .ofc-hero-ttl span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/*--------------- ナビ ---------------*/
.ofc-navi {
  position: relative;
  background: #00a5e3;
}
.ofc-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ofc-navi li {
  display: flex;
  align-items: center;
  text-align: center;
}
.ofc-navi li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .ofc-navi ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ofc-navi ul li a {
    position: relative;
    display: block;
    padding: 16px 32px 16px 16px;
  }
  .ofc-navi ul li a:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    right: 16px;
    top: calc(50% - 3px);
    background: url("../img/common/arrow_down_wh.svg") no-repeat;
    background-size: 10px 6px;
  }
}
@media screen and (max-width: 1024px) {
  .ofc-navi ul li {
    width: 50%;
  }
  .ofc-navi ul li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .ofc-navi ul li:nth-last-child(n + 3) {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 1025px) and (max-width: 1023px) {
  .ofc-navi ul li {
    width: 25%;
  }
  .ofc-navi ul li:not(:nth-child(4n)) {
    border-right: 1px solid #fff;
  }
  .ofc-navi ul li:nth-child(-n + 4) {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1024px) {
  .ofc-navi ul {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ofc-navi li:not(:last-child) {
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 1280px) {
  .ofc-navi:before {
    position: absolute;
    content: "";
    left: 0;
    top: -80px;
    width: 100%;
    height: 80px;
    background: #00a5e3;
    z-index: 1;
  }
  .ofc-navi li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ofc-navi li a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1366px) {
  .ofc-navi li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }
}

/*--------------- お知らせ ---------------*/
.ofc-news {
  margin: 32px 0;
}
.ofc-news .cm-sec-ttl {
  text-align: left;
}

.course-wrap {
  display: flex;
  flex-wrap: wrap;
}

.course-box {
  width: 100%;
  margin-right: 0;
}
.course-box:nth-child(2) {
  margin-right: 0;
}
.course-box a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: inherit;
}
.course-box a > * {
  transition: 0.2s;
}
.course-box a:hover > * {
  opacity: 0.6;
}
.course-box__img {
  width: 100%;
}

.course-box__txt {
  width: 100%;
  padding: 0 0 48px;
}

.course-box__txt .linktxt {
  text-align: right;
  margin: 1em 0 0;
  color: #f2542d;
}

@media screen and (min-width: 1025px) {
  .ofc-news {
    margin: 120px 0;
  }

  .course-wrap {
    display: flex;
  }

  .course-box {
    width: 48%;
    margin-right: 4%;
  }
  .course-box:nth-child(2) {
    margin-right: 0;
  }
  .course-box a {
    display: flex;
    text-decoration: none;
    color: inherit;
  }
  .course-box a > * {
    transition: 0.2s;
  }
  .course-box a:hover > * {
    opacity: 0.6;
  }
  .course-box__img {
    width: 50%;
  }

  .course-box__txt {
    width: 50%;
    padding: 0 4%;
  }
}

/*--------------- 特徴 ---------------*/
.ofc-feature {
  padding: 56px 0;
  background-image: url("../img/common/bg-cloud_r.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 170px;
}
.ofc-feature-ttl span {
  border-bottom: 2px solid #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.ofc-feature-box {
  padding: 24px;
  background: #fff;
}
.ofc-feature-box:not(:last-of-type) {
  margin-bottom: 24px;
}
.ofc-feature-box .pic {
  position: relative;
  z-index: 1;
}
.ofc-feature-box .pic img {
  vertical-align: bottom;
}
.ofc-feature-box .pic:after {
  position: absolute;
  content: "";
  z-index: 2;
  background-repeat: no-repeat;
}
.ofc-feature-box:nth-of-type(1) .pic:after {
  width: 53px;
  height: 40px;
  top: 24px;
  left: -16px;
  background-image: url("../img/common/bird01.png");
  background-size: 53px 40px;
}
.ofc-feature-box:nth-of-type(2) .pic:after {
  width: 48px;
  height: 32px;
  bottom: 24px;
  right: -12px;
  background-image: url("../img/common/bird04.png");
  background-size: 48px 32px;
}
.ofc-feature-box:nth-of-type(3) .pic:after {
  width: 60px;
  height: 40px;
  bottom: 8px;
  left: -16px;
  background-image: url("../img/common/bird05.png");
  background-size: 60px 40px;
}
.ofc-feature-box .desc .ttl {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .ofc-feature-box .pic {
    margin-bottom: 24px;
  }
  .ofc-feature-box .desc .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .ofc-feature {
    padding: 120px 0;
    background-size: auto;
  }
  .ofc-feature-ttl span {
    font-size: 40px;
    font-size: 4rem;
    border-bottom: 5px solid #000;
  }
  .ofc-feature-box {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ofc-feature-box:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .ofc-feature-box:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ofc-feature-box .pic {
    width: 40%;
  }
  .ofc-feature-box:nth-of-type(1) .pic::after {
    width: 104px;
    height: 78px;
    top: 40px;
    left: -56px;
    background-size: 104px 78px;
  }
  .ofc-feature-box:nth-of-type(2) .pic:after {
    width: 92px;
    height: 61px;
    bottom: 32px;
    right: -32px;
    background-size: 92px 61px;
  }
  .ofc-feature-box:nth-of-type(3) .pic:after {
    width: 110px;
    height: 73px;
    bottom: 16px;
    left: -40px;
    background-size: 110px 73px;
  }
  .ofc-feature-box .desc {
    flex: 1;
  }
  .ofc-feature-box:nth-of-type(odd) .desc {
    padding-right: 56px;
  }
  .ofc-feature-box:nth-of-type(even) .desc {
    padding-left: 56px;
  }
  .ofc-feature-box .desc {
    padding: 40px 0;
  }
  .ofc-feature-box .desc .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .ofc-feature-inr {
    padding-left: 120px;
  }
  .ofc-feature-ttl span {
    position: absolute;
    left: 0;
    border-bottom: 0;
    border-right: 5px solid #000;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/*--------------- プログラム ---------------*/
.ofc-program {
  padding-top: 56px;
}
.ofc-program .cm-sec-ttl.exist {
  background-image: url("../img/office/ofc-ttl-program.png");
  background-size: 57px auto;
}
.ofc-program-box:nth-child(n + 2) {
  margin-top: 40px;
}
.ofc-program-item {
  padding: 24px;
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 2px;
}
.ofc-program-item .thumb {
  margin-bottom: 16px;
}
.ofc-program-item .thumb img {
  vertical-align: bottom;
}
.ofc-program-item .desc .ttl {
  text-align: center;
  margin-bottom: 0.75em;
}
.ofc-program-item .desc .ttl span {
  display: inline-block;
  padding-bottom: 0.75em;
  border-bottom: 2px solid #00a5e3;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .ofc-program-box:nth-child(n + 2) {
    margin-top: 24px;
  }
  .ofc-program-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .ofc-program-item .desc .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .ofc-program {
    padding-top: 120px;
  }
  .ofc-program-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ofc-program-item {
    width: calc(33.3333% - 48px / 3);
  }
  .ofc-program-item .desc .ttl span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1366px) {
  .ofc-program-item {
    width: calc(33.3333% - 80px / 3);
  }
  .ofc-program-item {
    padding: 40px;
  }
  .ofc-program-item .desc .ttl span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/*--------------- 実習先・就職先 ---------------*/
.ofc-employment {
  margin-top: 24px;
  padding: 24px 16px;
  background: #fafaef;
}
.ofc-employment-ttl {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.ofc-employment-box {
  margin-top: 16px;
  padding: 16px;
  background: #fff;
}
.ofc-employment-box .ttl {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.ofc-employment-box .list {
  letter-spacing: -0.4em;
  padding: 16px;
  background: #f5f5f5;
}
.ofc-employment-box .list li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 4px 4px 0;
  padding: 0.5em 0.75em;
  border: 1px solid #6bad27;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #6bad27;
}

@media screen and (min-width: 1025px) {
  .ofc-employment {
    margin-top: 40px;
    padding: 40px;
  }
  .ofc-employment-ttl {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
  .ofc-employment-box {
    margin-top: 40px;
    padding: 40px;
  }
  .ofc-employment-box .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .ofc-employment-box .list {
    padding: 40px;
  }
  .ofc-employment-box .list li {
    display: inline-block;
    margin: 0 12px 12px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*--------------- 就職者の声 ---------------*/
.ofc-voice {
  padding: 56px 0;
}
.ofc-voice .cm-sec-ttl.exist {
  background-image: url("../img/office/ofc-ttl-voice.png");
  background-size: 41px auto;
}
.ofc-voice-item .thumb {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  z-index: 1;
}
.ofc-voice-item .thumb img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: 2;
}
.ofc-voice-item .thumb:before {
  position: absolute;
  content: "";
  left: -16px;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: 16px 16px;
  background-image: radial-gradient(#00a5e3 5%, transparent 20%),
    radial-gradient(#00a5e3 5%, transparent 20%);
  background-position: 0 0, 8px 8px;
  opacity: 0.5;
  z-index: -1;
}
.ofc-voice-item .ttl {
  margin: 0.75em 0 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0c4767;
  line-height: 1.5;
  text-align: center;
}
.ofc-voice-item .type {
  text-align: center;
  line-height: 1;
}
.ofc-voice-item .type span {
  padding: 0.25em 0.75em;
  background: #e6ecf0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0c4767;
}
.ofc-voice-item .txt {
  margin-top: 1.25em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .ofc-voice-item:not(:last-of-type) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid #e5e5e5;
  }
}
@media screen and (min-width: 1025px) {
  .ofc-voice {
    padding: 120px 0;
  }
  .ofc-voice-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) and (max-width: 959px) {
  .ofc-voice-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ofc-voice-item {
    width: 46%;
  }
  .ofc-voice-item:nth-of-type(even) {
    margin-left: 6%;
  }
  .ofc-voice-item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
/* @media screen and (min-width: 960px) { */
@media screen and (min-width: 1025px) {
  .ofc-voice-box {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .ofc-voice-item {
    width: calc(33.3333% - 80px / 3);
  }
  .ofc-voice-item:nth-of-type(2) {
    position: relative;
  }
  .ofc-voice-item:nth-of-type(2):before,
  .ofc-voice-item:nth-of-type(2):after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    background: #e5e5e5;
  }
  .ofc-voice-item:nth-of-type(2):before {
    left: -20px;
  }
  .ofc-voice-item:nth-of-type(2):after {
    right: -20px;
  }
}
@media screen and (min-width: 1366px) {
  .ofc-voice-item {
    width: calc(33.3333% - 160px / 3);
  }
  .ofc-voice-item:nth-of-type(2):before {
    left: -40px;
  }
  .ofc-voice-item:nth-of-type(2):after {
    right: -40px;
  }
  .ofc-voice-item .thumb {
    position: relative;
    width: 144px;
    height: 144px;
  }
  .ofc-voice-item .thumb img {
    width: 144px;
    height: 144px;
  }
  .ofc-voice-item .thumb:before {
    left: -24px;
    bottom: 0;
    width: 130px;
    height: 130px;
  }
  .ofc-voice-item .ttl {
    margin-bottom: 0.75em;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .ofc-voice-item .type span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ofc-voice-item .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*--------------- スタッフ ---------------*/
.ofc-msg {
  position: relative;
  padding: 56px 0;
  background-image: url("../img/common/bg-cloud_l.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 170px;
}
.ofc-msg-ttl span {
  border-bottom: 2px solid #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.ofc-msg-box {
  padding: 24px;
  background: #fff;
  border: 2px solid #e5e5e5;
}
.ofc-msg-box .thumb img {
  vertical-align: bottom;
}
.ofc-msg-box .ttl {
  font-weight: 700;
  line-height: 1.2;
}
.ofc-msg-box .ttl .name {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00a5e3;
}
.ofc-msg-box .ttl .pos {
  padding: 0.25em 0.75em;
  background: #00a5e3;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .ofc-msg-box {
    margin-top: 24px;
  }
  .ofc-msg-box-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .ofc-msg-box .thumb,
  .ofc-msg-box .ttl {
    width: calc(50% - 16px / 2);
  }
  .ofc-msg-box .ttl .name {
    display: block;
    margin-top: 12px;
  }
  .ofc-msg-box .txt {
    width: 100%;
    margin-top: 1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .ofc-msg {
    padding: 120px 0;
    background-size: auto;
  }
  .ofc-msg-ttl span {
    font-size: 40px;
    font-size: 4rem;
    border-bottom: 5px solid #000;
  }
  .ofc-msg-box {
    margin-top: 40px;
    padding: 40px;
  }
  .ofc-msg-box-inr {
    position: relative;
    padding-left: 240px;
    min-height: 200px;
  }
  .ofc-msg-box .thumb {
    position: absolute;
    width: 200px;
    left: 0;
    top: 0;
  }
  .ofc-msg-box .ttl .name {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .ofc-msg-box .ttl .pos {
    margin-right: 1em;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ofc-msg-box .txt {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .ofc-msg-inr {
    padding-left: 120px;
  }
  .ofc-msg-ttl span {
    position: absolute;
    left: 0;
    border-bottom: 0;
    border-right: 5px solid #000;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1366px) {
  .ofc-msg-inr:after {
    position: absolute;
    content: "";
    width: 170px;
    height: 117px;
    left: -170px;
    bottom: 172px;
    background: url("../img/common/bird03.png") no-repeat;
    background-size: 170px auto;
  }
  .ofc-msg-box:first-of-type {
    margin-top: 0;
  }
}

/*--------------- 施設案内 ---------------*/
.ofc-facility {
  padding: 56px 0;
}
.ofc-facility .cm-sec-ttl.exist {
  background-image: url("../img/office/ofc-ttl-facility.png");
  background-size: 49px auto;
}
.ofc-facility-item .thumb {
  position: relative;
  margin-bottom: 24px;
  margin-right: 16px;
  z-index: 1;
}
.ofc-facility-item .thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -16px;
  bottom: -16px;
  background: url("../img/common/grn_stripe.png");
  opacity: 0.5;
  z-index: -1;
}
.ofc-facility-item .thumb img {
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .ofc-facility-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .ofc-facility-item .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .ofc-facility {
    padding: 120px 0;
  }
  .ofc-facility-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ofc-facility-item {
    width: calc(33.3333% - 48px / 3);
  }
  .ofc-facility-item:not(:nth-child(3n)) {
    margin-right: 24px;
  }
  .ofc-facility-item:not(:nth-child(-n + 3)) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1366px) {
  .ofc-facility-item {
    width: calc(33.3333% - 80px / 3);
  }
  .ofc-facility-item:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .ofc-facility-item:not(:nth-child(-n + 3)) {
    margin-top: 40px;
  }
}

/*--------------- アクセス ---------------*/
.ofc-access-map {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.ofc-access-map embed,
.ofc-access-map iframe,
.ofc-access-map object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ofc-access-outline .cm-sec-ttl.exist {
  background-image: url("../img/office/ofc-ttl-access.png");
  background-position: left top;
  background-size: 43px auto;
  text-align: left;
}
.ofc-access-outline .list dt {
  font-weight: 700;
}

.ofc-access-route {
  position: relative;
  margin-top: 56px;
  padding: 24px;
  background: #fafaef;
  text-align: center;
}
.ofc-access-route .ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.ofc-access-route .nearest {
  display: inline-block;
  margin-top: 0.25em;
  padding: 0.5em 0.75em;
  border: 1px solid #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.ofc-access-route-box {
  margin-top: 24px;
  counter-reset: route 0;
}
.ofc-access-route-item .thumb {
  position: relative;
  margin-bottom: 12px;
}
.ofc-access-route-item .thumb:before {
  position: absolute;
  counter-increment: route;
  content: counter(route, decimal-leading-zero);
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  right: 8px;
  bottom: 4px;
}
.ofc-access-route-item .thumb img {
  vertical-align: bottom;
}
.ofc-access-route-item .txt {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .ofc-access-outline {
    margin-top: 40px;
  }
  .ofc-access-outline .desc {
    margin-top: 16px;
  }
  .ofc-access-outline .desc a.call {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background: #fff;
    border: 2px solid #00a5e3;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #00a5e3;
    text-align: center;
    text-decoration: none;
  }
  .ofc-access-outline .list {
    margin-top: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ofc-access-outline .list dt {
    border-bottom: 1px solid #000;
    font-weight: 700;
  }
  .ofc-access-movie {
    margin-top: 40px;
  }
  .ofc-access-movie video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .ofc-access-route-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .ofc-access-route-item .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .ofc-access-map {
    height: 500px;
  }
  .ofc-access-outline {
    margin-top: 80px;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .ofc-access-outline .ttl {
    width: 240px;
  }
  .ofc-access-outline .desc {
    flex: 1;
    padding-left: 40px;
  }
  .ofc-access-outline .desc .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ofc-access-outline .desc .list:first-of-type {
    margin-top: 40px;
  }
  .ofc-access-outline .desc .list:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .ofc-access-outline .desc .list dt {
    width: 96px;
    border-right: 1px solid #000;
  }
  .ofc-access-outline .desc .list dd {
    flex: 1;
    padding-left: 24px;
  }

  .ofc-access-movie {
    padding: 0 40px;
    margin-top: 80px;
  }
  .ofc-access-movie video {
    width: 80%;
    height: auto;
    object-fit: cover;
    margin: auto;
    display: block;
  }
  .ofc-access-route {
    margin-top: 80px;
    padding: 72px 40px 48px;
  }
  .ofc-access-route .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .ofc-access-route .nearest {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ofc-access-route-box {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ofc-access-route-item {
    width: calc(25% - 48px / 4);
  }
  .ofc-access-route-item:not(:nth-of-type(4n)) {
    margin-right: 16px;
  }
  .ofc-access-route-item:not(:nth-child(-n + 4)) {
    margin-top: 24px;
  }
}
/* @media screen and (min-width: 960px) { */
@media screen and (min-width: 1025px) {
  .ofc-access-outline {
    padding: 0 80px;
  }
  .ofc-access-movie {
    padding: 0 80px;
  }
  .ofc-access-outline .ttl {
    width: 240px;
  }
  .ofc-access-outline .desc {
    padding-left: 80px;
  }
  .ofc-access-outline .desc .list {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ofc-access-outline .desc .list:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .ofc-access-outline .desc .list dt {
    width: 120px;
  }
  .ofc-access-outline .desc .list dd {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .ofc-access-outline {
    padding: 0 160px;
  }
  .ofc-access-movie {
    padding: 0 160px;
    margin-top: 80px;
  }
  .ofc-access-outline .ttl {
    width: 320px;
  }
  .ofc-access-outline .desc {
    padding-left: 136px;
  }
  .ofc-access-route-item {
    width: calc(25% - 120px / 4);
  }
  .ofc-access-route-item:not(:nth-of-type(4n)) {
    margin-right: 40px;
  }
}

/* 404
------------------------------------------------ */
.page404 {
  text-align: center;
}

.page404 h2 {
  margin-bottom: 32px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 700;
  line-height: 1.2;
  color: #00a5e3;
}
.page404 h2 em {
  display: block;
  font-size: 120px;
  font-size: 12rem;
}
.page404 h2 span {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1024px) {
  .page404 {
    padding: 64px 0;
  }
}
@media screen and (min-width: 1025px) {
  .page404 {
    padding: 120px 0;
  }
}

/* 6ヶ月就職コース
------------------------------------------------ */

.six-month__tit {
  background: none;
  font-size: 42px;
  letter-spacing: 5px;
  padding: 0;
  margin: 60px auto;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}

.six-month__tit span {
  font-size: 56px;
  color: #8dc557;
}

.six-month-accident {
  max-width: 1000px;
  margin: auto;
}

.accident-wrap {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.accident-box {
  width: calc(((100% - 12px) / 3) - 1px);
  height: 240px;
  text-align: center;
  background: #f7f5f2;
  background-position: center bottom;
  margin-bottom: 6px;
  position: relative;
}
.accident-box:nth-child(1) {
  background-image: url(/wp-content/uploads/2020/11/baloon01.png);
}
.accident-box:nth-child(2) {
  background-image: url(/wp-content/uploads/2020/11/baloon02.png);
}
.accident-box:nth-child(3) {
  background-image: url(/wp-content/uploads/2020/11/baloon03.png);
}
.accident-box:nth-child(4) {
  background-image: url(/wp-content/uploads/2020/11/baloon04.png);
}
.accident-box:nth-child(5) {
  background-image: url(/wp-content/uploads/2020/11/baloon05.png);
}

.accident-box:nth-child(1) .accident-tit {
  left: 0;
  right: 0;
  margin: auto;
  top: 25px;
}
.accident-box:nth-child(2) .accident-tit {
  left: 19px;
  right: 0;
  margin: auto;
  top: 16px;
  line-height: 1.2;
}
.accident-box:nth-child(3) .accident-tit {
  left: 0;
  right: 0;
  margin: auto;
  top: 25px;
}
.accident-box:nth-child(4) .accident-tit {
  left: 30px;
  margin: auto;
  top: 50px;
}
.accident-box:nth-child(5) .accident-tit {
  right: 20px;
  margin: auto;
  top: 25px;
}

.accident-box:nth-child(4),
.accident-box:nth-child(5) {
  width: calc((100% - 6px) / 2);
}

.accident-tit {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
}

.accident-tit span {
  color: #8dc557;
  font-size: 26px;
}

.six-month-courses {
  background: #fafaef;
  position: relative;
  z-index: 0;
}

.courses__wrap {
  max-width: 1000px;
  margin: auto;
  padding: 60px 130px;
  position: relative;
  z-index: auto;
}
.courses__wrap:before {
  content: "";
  position: absolute;
  width: 83px;
  height: 70px;
  top: 90px;
  left: 70px;
  background-image: url(../img/common/bird01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.courses__wrap:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 60px;
  top: 140px;
  right: 40%;
  background-image: url(../img/common/bird02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.courses__box {
  position: relative;
}

.courses__box__txt {
  padding: 120px 0 20px;
  background: url(/wp-content/uploads/2020/11/img_smile.png) no-repeat right
    bottom;
}
.courses__box__txt p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin: auto;
}
.courses__box__txt p span {
  color: #8dc557;
  font-size: 34px;
}

.courses__menu__tit {
  background: #00a5e3;
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin: 0;
  padding: 20px;
}

.courses__menu__list {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px;
}

.courses__menu__name {
  font-size: 18px;
  padding: 5px 25px;
  border: 3px solid #ccc;
  border-radius: 100px;
  width: 290px;
  margin: 0 8px 16px;
  text-align: center;
}
.courses__menu__name.blue {
  border-color: #07afaf;
}

.courses__menu__name.l-blue {
  border-color: #48e7e7;
}

.courses__menu__name.red {
  border-color: #ff9850;
}
.courses__menu__name.green {
  border-color: #77bf06;
}

.courses__menu__name.l-green {
  border-color: #b4e941;
}

.courses__menu__name.orange {
  border-color: #ffa700;
}

.six-month-course-imagin {
  max-width: 1000px;
  margin: auto;
}
.six-month-course-imagin .cm-sec-ttl.exist {
  background-image: url(../img/service/ttl-serv-program.png);
  background-size: 64px auto;
  margin-top: 100px;
}
.course-imagin__wrap {
  margin: 50px 0;
  padding: 30px;
  background: #fafaef;
}

.course-imagin__tit {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
table.six-month-course-table th,
table.six-month-course-table td {
  background: #fff;
  border: 2px solid #fafcf2;
}
table.six-month-course-table th {
  color: #34adc1;
  padding: 15px 10px;
  text-align: center;
}
table.six-month-course-table {
  border: 2px solid #fafcf2;
  table-layout: auto;
  width: 100%;
}

table.six-month-course-table td {
  border: 2px solid #fafcf2;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}
table.six-month-course-table td span {
  font-size: 14px;
}
table.six-month-course-table td.l-green {
  background: #abce36;
}

table.six-month-course-table td.green {
  background: #77bf06;
}

table.six-month-course-table td.l-blue {
  background: #45d4e2;
}

table.six-month-course-table td.blue {
  background: #07afaf;
}
table.six-month-course-table td.red {
  background: #ff5200;
}
table.six-month-course-table td.orange {
  background: #ffa700;
}
table.six-month-course-table td.gray {
  background: #b9bdb0;
}

.six-month-target {
  background: #edf9f9;
  background-image: url(../img/common/bg-cloud_r.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 30%;
  padding: 100px 0;
  position: relative;
}

.six-month-target__wrap {
  max-width: 1000px;
  margin: auto;
  padding: 0 40px;
}

.six-month-target .cm-sec-ttl.exist {
  background-image: url(../img/service/ttl-serv-target.png);
  background-size: 49px auto;
}

.six-month-target__list li::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 16px;
  background: #00a5e3;
  width: 8px;
  height: 8px;
}

.six-month-target__list li {
  padding: 0.4rem 2.5rem 0.6rem;
  position: relative;
  font-size: 1.8rem;
}
.six-month-voice {
  position: relative;
  max-width: 1000px;
  margin: auto;
  z-index: 0;
}

.cm-sec-ttl.exist.six-month-voice-tit {
  margin-top: 150px;
  background-image: url(../img/common/ttl-ft-contact.png);
  background-size: 54px auto;
}

.six-month-voice__img-box {
  position: absolute;
  right: 20px;
  top: -208px;
  width: 180px;
  z-index: 0;
}

.six-month-voice__img-box::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 160px;
  background: url(/wp-content/uploads/2020/11/hukidashi.svg) no-repeat center;
  background-size: 100% auto;
  left: -170px;
  top: -30px;
  z-index: -1;
}
.six-month-voice__img-box::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 120px;
  background: url(/wp-content/uploads/2020/11/hukidashi_text.svg) no-repeat
    center;
  background-size: 100%;
  left: -115px;
  top: -20px;
}

.six-month-voice__wrap {
  max-width: 1000px;
  margin: auto;
  padding: 40px;
  background: #fafaef;
}

.six-month-voice__box {
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.six-month-voice__img {
  width: 195px;
}

.six-month-voice__txt {
  width: calc(100% - 195px);
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

.six-month-voice__tit {
  margin: auto;
  padding: 0 0 5px;
  margin: 0 0 20px;
  background: none;
  border-bottom: 2px dotted #333;
  font-size: 24px;
  font-weight: bold;
  color: #00a5e3;
}

.six-month-voice__txt::before {
  content: "";
  border: transparent solid;
  border-right-color: #fff;
  border-width: 16px;
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -16px;
}

.cm-btn.six-month {
  text-align: center;
}

.cm-btn.six-month a {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1.4;
  margin: 30px auto 0;
  padding: 10px 50px;
  border-radius: 100px;
  position: relative;
}

.cm-btn.six-month a:after {
  position: absolute;
  display: block;
  content: "";
  right: 20px;
  top: calc(50% - 6px);
  width: 7px;
  height: 12px;
  background: url(../img/common/arrow_wh.svg) no-repeat right center;
  background-size: auto 12px;
}

.cm-sec-ttl.exist.six-month-access-tit {
  background-image: url(../img/common/ttl-ft-office.png);
  background-size: 82px auto;
}
.six-month-access {
  margin: 100px auto;
}
.six-month-access__inner {
  max-width: 1000px;
  margin: auto;
}

.six-month-access__box-area {
  display: flex;
  justify-content: space-between;
}

.six-month-access__box__text_box {
  width: 50%;
}

.six-month-access__box__text_box img {
  margin: 0 auto;
  display: block;
  width: 56px;
}

.six-month-access__box__tit {
  margin-bottom: 10px;
  color: #00a5e3;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 1.5rem 0;
}

.six-month-access__box__table th {
  vertical-align: top;
  padding: 15px 10px 15px 0;
  text-align: left;
  color: #00a5e3;
  min-width: 90px;
  line-height: 1.7;
  font-weight: bold;
}

.six-month-access__box__table tr {
  border-top: 1px solid #00a5e3;
}

.six-month-access__box__table tr:last-child {
  border-bottom: 1px solid #00a5e3;
}

.six-month-access__box__table td {
  padding: 15px 0;
  line-height: 1.7;
}

.six-month-access__box__table {
  width: 100%;
}

.six-month-access__tel-box {
  border-radius: 10px;
  padding: 16px 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin: 20px 0 0;
}

.six-month-access__tel-box span {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #f39800;
}

.six-month-box__img_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: calc(50% - 40px);
  margin-left: 40px;
}

.six-month-box__img_box iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .six-month__tit {
    font-size: 20px;
    margin: 40px 0 30px;
    padding: 0 4%;
  }

  .six-month__tit span {
    font-size: 28px;
  }

  .six-month {
  }

  .accident-wrap {
    padding: 0 4%;
  }

  .accident-box {
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #f7f5f2;
  }

  .accident-box:nth-child(4) {
    height: 160px;
    background-size: cover;
    background-position: center;
    width: calc((100% - 6px) / 2);
  }
  .accident-box:nth-child(5) {
    height: 160px;
    background-size: cover;
    background-position: left -60px top;
    width: calc((100% - 6px) / 2);
  }

  .accident-tit {
    font-size: 14px;
  }

  .accident-tit span {
    font-size: 16px;
  }

  .accident-box:nth-child(1) .accident-tit {
    left: 0;
    right: 0;
    margin: auto;
    top: 25px;
  }

  .accident-box:nth-child(2) .accident-tit {
    left: 0;
    right: 0;
    top: 30px;
  }

  .accident-box:nth-child(3) .accident-tit {
    text-align: 30px;
  }

  .accident-box:nth-child(4) .accident-tit {
    left: 10px;
    top: 18px;
    text-align: left;
  }

  .accident-box:nth-child(5) .accident-tit {
    right: 5px;
    text-align: right;
    line-height: 1.4;
    top: 14px;
  }
  .courses__wrap {
    padding: 4%;
  }
  .courses__wrap:before {
    width: 50px;
    height: 70px;
    top: 10px;
    left: 10px;
  }
  .courses__wrap:after {
    width: 50px;
    height: 50px;
    top: 30px;
    right: 96px;
  }
  .courses__box__txt {
    padding: 40px 100px 10px 0;
    background-size: 140px auto;
  }

  .courses__box__txt p {
    font-size: 16px;
    line-height: 1.6;
  }
  .courses__box__txt p span {
    color: #8dc557;
    font-size: 28px;
  }
  .courses__menu__tit {
    font-size: 20px;
    padding: 15px;
    margin: 0;
  }

  .courses__menu__list {
    padding: 4%;
  }

  .courses__menu__name {
    width: 45%;
    font-size: 14px;
    margin: 0 2% 10px;
    padding: 5px 10px;
    line-height: 1.2;
  }

  .six-month-course-imagin {
    padding: 4%;
  }

  table.six-month-course-table {
    display: table;
    width: 900px;
    table-layout: auto;
  }

  table.six-month-course-table thead th {
    display: table-cell;
  }

  table.six-month-course-table td {
    display: table-cell;
  }

  .course-imagin__wrap {
    padding: 8% 4%;
  }
  p.scroll-txt {
    margin: 0 0 5px;
    font-weight: bold;
    color: #00a5e3;
  }
  .six-month-course-table-scroll {
    overflow: auto;
  }

  .six-month-target {
    padding: 30px 4%;
    z-index: 0;
    background: #edf9f9;
    background-image: url(../img/common/bg-cloud_r.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 150px;
  }

  .six-month-target__wrap {
    padding: 0 4%;
  }

  .cm-sec-ttl.exist.six-month-voice-tit {
    text-align: left;
    background: none;
    padding: 20px 4% 0 4%;
    margin-top: 150px;
    font-size: 20px;
    background-image: url(../img/common/ttl-ft-contact.png);
    background-size: 54px auto;
    background-repeat: no-repeat;
    background-position: left 6% top;
  }
  .six-month-voice__img-box {
    width: auto;
    height: 120px;
    top: -120px;
  }

  .six-month-voice__img-box img {
    height: 100%;
    width: auto;
  }

  .six-month-voice__img-box::before {
    top: -96px;
    right: 26px;
    left: auto;
    width: 200px;
  }

  .six-month-voice__img-box::after {
    top: -85px;
    left: -84px;
    width: 130px;
  }
  .six-month-voice__wrap {
    padding: 8% 4%;
  }

  .six-month-voice__box {
    display: block;
  }

  .six-month-voice__img {
    margin: auto;
    text-align: center;
  }

  .six-month-voice__txt {
    width: auto;
    margin: 20px auto;
    padding: 20px;
  }

  .six-month-voice__txt::before {
    content: "";
    border: transparent solid;
    border-bottom-color: #fff;
    border-width: 16px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: -16px;
    margin-top: -16px;
  }
  .six-month-voice__tit {
    font-size: 20px;
  }

  .six-month-access__box__text_box {
    width: 100%;
    margin: 20px auto;
  }

  .six-month-box__img_box {
    width: 100%;
    order: -1;
    margin: auto;
  }

  .six-month-access__box-area {
    flex-wrap: wrap;
  }

  .six-month-access {
    margin: 40px;
  }
}

@media screen and (max-width: 350px) {
  .accident-box:nth-child(4) {
    background-position: left -70px center;
  }
  .accident-box:nth-child(5) {
    background-position: center;
  }
  .six-month-voice__img-box {
    right: 0;
  }
}

.serv-lic-item li.pk01:before,
.serv-lic-box li.pk02:before,
.serv-lic-item li.pk:before,
.serv-lic-box li.org:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  left: 0;
  top: calc(50% - 4px);
}
.serv-lic-box li.pk02:before {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #00a5e3;
}
.serv-lic-box li.org:before {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #00a5e3;
}
.serv-lic-item li.pk01:before {
  width: 10px;
  height: 10px;
  background: #00a5e3;
}
.serv-lic-item li.pk:before {
  width: 10px;
  height: 10px;
  background: #00a5e3;
}
