@charset "UTF-8";
/* ---カラー指定
-------------------------------------------*/
/* --- PC/SP　メディアクエリ
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-on {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .sp-on {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-on {
    display: inline;
  }
}

/* --- メインビジュアル
-------------------------------------------*/
.mainvisual {
  margin-bottom: min(80px, 10vw);
  background: url("../img/mainvisual.png") no-repeat center;
  background-size: cover;
}
.mainvisual .mv {
  color: #fff;
  padding: 60px 0;
  text-align: center;
  width: calc(100% - 2.5px);
}
.mainvisual.test {
  background: url("../../img/mainvisual_02_02.png") no-repeat center;
}

.mainvisual .ttl3 {
  display: flex;
  flex-direction: column;
  font-size: 42px;
  font-size: clamp(20px, 5vw, 42px);
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 41px;
}

.mainvisual .txt01 {
  padding: 0 10px;
}

.mainvisual .txt02 {
	padding: 0 10px;
	font-size: 20px;
}

.mainvisual .btn_list {
  margin: 0 auto;
  margin-top: min(40px, 5vw);
}
@media (min-width: 768px) {
  .mainvisual .btn_list {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .mainvisual .btn_list {
    width: 70%;
  }
}

.mainvisual .btn_list li {
  margin: 0 10px;
}

.mainvisual .btn_list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #9fce04;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  font-size: clamp(16px, 2.34vw, 18px);
  font-weight: bold;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .mainvisual .btn_list li a {
    margin-top: 4vw;
    padding: 12px 0;
  }
}
@media (min-width: 768px) {
  .mainvisual .btn_list li a {
    width: 346px;
    height: 80px;
  }
}
.mainvisual .btn_list li a:before {
  border-radius: 50%;
  content: "";
  height: 18px;
  margin-top: -9px;
  position: absolute;
  right: 15px;
  top: 50%;
  transition: 0.5s;
  width: 18px;
  background: #fff;
}
.mainvisual .btn_list li a:after {
  border: 0;
  border-right: solid 2px #9fce04;
  border-top: solid 2px #9fce04;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: rotate(45deg);
  transition: 0.5s;
  width: 6px;
}

.mainvisual .btn_list li a:hover {
  background: #fff;
  color: #9fce04;
}

/* --- ブロック
-------------------------------------------*/
section.block {
  margin-top: min(120px, 14vw);
}

/* --- ページ内リンク
-------------------------------------------*/
.page-link__list {
  margin-bottom: min(30px, 5vw);
  display: flex;
  justify-content: space-between;
}
.page-link__list li {
  width: 48%;
  max-width: 520px;
}
@media (max-width: 767px) {
  .page-link__list li {
    width: 49%;
  }
}
.page-link__list li a {
  display: block;
  position: relative;
  padding: 22px 0;
  line-height: 1;
  text-align: center;
  border: solid 1px #707070;
  font-size: clamp(12px, 2.86vw, 22px);
}
@media (max-width: 767px) {
  .page-link__list li a {
    padding: 16px 0;
  }
}
.page-link__list li a:hover {
  background: #eeeeee;
}
.page-link__list li a::before {
  border: 0;
  border-right: solid 2px #707070;
  border-top: solid 2px #707070;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(135deg);
  transition: 0.5s;
  width: 6px;
}
@media (max-width: 767px) {
  .page-link__list li a::before {
    right: 10px;
  }
}
.page-link__box {
  padding: 20px;
  border: solid 1px #707070;
}
@media (max-width: 767px) {
  .page-link__box {
    padding: 10px;
  }
}
.page-link__box__tl {
  text-align: center;
  font-size: clamp(14px, 2.86vw, 22px);
}
.page-link__box__list {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.page-link__box__list li {
  width: calc(33.3% - 10px);
  margin-top: 10px;
}
@media (max-width: 767px) {
  .page-link__box__list li {
    width: calc(50% - 5px);
  }
}
.page-link__box__list li a {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  background: #f2f2f2;
  border-radius: 6px;
  font-size: clamp(12px, 2.08vw, 16px);
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page-link__box__list li a {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .page-link__box__list li a {
    padding: 0 10px;
    min-height: 44px;
    padding-right: 25px;
  }
}
.page-link__box__list li a .num {
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .page-link__box__list li a .num {
    padding-right: 0.5rem;
  }
}
.page-link__box__list li a::before {
  border: 0;
  border-right: solid 2px #707070;
  border-top: solid 2px #707070;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(135deg);
  transition: 0.5s;
  width: 6px;
}
@media (max-width: 767px) {
  .page-link__box__list li a::before {
    right: 10px;
  }
}

/* --- タイトル周り　テキスト　ボタン
-------------------------------------------*/
.ttl_txt .txt01::before {
  background: #006CE6;
}

span.ttl2__catch {
  padding-bottom: min(10px, 2.5vw);
  color: #006CE6;
  font-size: clamp(14px, 2.86vw, 22px);
  font-weight: 700;
}

.ttl2 {
  margin-bottom: min(40px, 5vw);
  font-weight: 700;
}

.txt-main {
  font-size: clamp(12px, 2.08vw, 16px);
  line-height: 2;
  display: block;
}

.txt-bold {
	font-weight: bold;
}

.btn-green {
  align-items: center;
  background-color: #9fce04;
  border: 2px solid #9fce04;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: clamp(16px, 3.13vw, 20px);
  font-weight: 700;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .btn-green {
    padding: 14px 0;
  }
}

.btn-green:hover,
a.cv-area__cont:hover .btn-green {
  background-color: #fff;
  color: #9fce04;
}

/* --- 強み
-------------------------------------------*/
.strength__point__item {
  margin-top: min(60px, 8vw);
  display: flex;
}
.strength__point__item:first-of-type {
  margin-top: min(80px, 10vw);
}
@media (min-width: 768px) {
  .strength__point__ill {
    display: block;
    width: 120px;
    margin-right: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .strength__point__ill {
    width: 22%;
  }
}
@media (min-width: 768px) {
  .strength__point__ill img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .strength__point__ill img {
    width: 70%;
    height: auto;
  }
}
.strength__point__icon {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 6px 10px;
  background: #2b2a2a;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(10px, 1.82vw, 14px);
  border-radius: 25px;
}
@media (max-width: 767px) {
  .strength__point__icon {
    margin-bottom: 1vw;
  }
}
.strength__point__main-tl {
  /*margin-bottom: min(20px, 3vw);*/
  font-weight: 700;
  font-size: clamp(14px, 3.13vw, 24px);
}
.strength__point__main {
  flex: 1;
}

/* --- 成功事例
-------------------------------------------*/
.case {
  padding: min(100px, 12vw) 0;
  background: #f2f2f2;
}
.case__cv {
  width: 80%;
  max-width: 830px;
  display: flex;
  justify-content: space-between;
  margin: min(80px, 10vw) auto 0;
}
@media (max-width: 767px) {
  .case__cv {
    display: block;
  }
}
.case__cv .btn-green {
  max-width: 410px;
  width: 48%;
}
@media (max-width: 767px) {
  .case__cv .btn-green {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.case-result {
  margin-top: min(60px, 8vw);
}
.case-result__tl {
  position: relative;
  margin-bottom: min(20px, 3vw);
  padding-left: 20px;
  font-size: clamp(14px, 3.13vw, 24px);
  line-height: 1;
}
.case-result__tl:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "■";
  padding-right: 1rem;
  font-size: 12px;
  color: #006CE6;
}
.case-result__box {
  background: #fff;
  margin-bottom: 10px;
  padding: 30px 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .case-result__box {
    padding: 20px;
  }
}
.case-result__box-tl {
  margin-bottom: min(30px, 4vw);
  text-align: center;
  font-weight: 700;
  font-size: clamp(14px, 3.13vw, 20px);
}
.case-result__box__list {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .case-result__box__list {
    justify-content: space-between;
  }
}
.case-result__box__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .case-result__box__list__item {
    width: 48%;
  }
}
.case-result__txt {
  font-size: clamp(12px, 3.39vw, 26px);
  line-height: 1;
}
.case-result__txt strong {
  font-size: clamp(18px, 5.47vw, 42px);
  font-weight: 700;
  vertical-align: text-bottom;
}
.case-result__icon {
  padding-right: 1.5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .case-result__icon {
    padding-right: 5px;
  }
}
.case-result__box__cont {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .case-result__box__cont {
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
}
.case-result__box__cont__block {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #adadad;
}
@media (min-width: 768px) {
  .case-result__box__cont__block {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .case-result__box__cont__block {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .case-result__box__cont__block:nth-of-type(odd) {
    margin-bottom: 20px;
  }
}
.case-result__box__cont__block:nth-of-type(even) {
  border-color: #006CE6;
}
.case-result__box__cont-tl {
  margin-bottom: min(10px, 1.5vw);
  text-align: center;
  font-size: clamp(14px, 3.13vw, 20px);
}
.case-result__box__cont__block .txt-inbox {
  display: flex;
  line-height: 1.8;
}
.case-result__box__cont__block .txt-inbox__icon {
  padding: 0.25rem 1rem 0 0;
  font-size: 10px;
  color: #d3d3d3;
}

.case-result__box__cont__block:nth-of-type(odd)::after {
  position: absolute;
  border: 0;
  border-right: solid 3px #2b2a2a;
  border-top: solid 3px #2b2a2a;
  content: "";
  margin-top: -4px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(45deg);
  transition: 0.5s;
  width: 13px;
  height: 13px;
}
@media (max-width: 767px) {
  .case-result__box__cont__block:nth-of-type(odd)::after {
    top: inherit;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
  }
}

.case-result__box + .case-result__box {
  margin-bottom: min(40px, 6vw);
}

/* --- 制作手法
-------------------------------------------*/
.flow-box {
  margin-bottom: min(30px, 5vw);
  padding: 60px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .flow-box {
    padding: 14px;
  }
}
.flow-box__link {
  margin-bottom: min(50px, 6vw);
}
@media (min-width: 768px) {
  .flow-box__link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.flow-box__link li {
  margin-bottom: min(10px, 1.5vw);
}
@media (min-width: 768px) {
  .flow-box__link li {
    width: calc(33.3% - 5px);
  }
}
.flow-box__link li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 6px;
  font-size: clamp(12px, 1.82vw, 14px);
}
.flow-box__link li a::after {
  border: 0;
  border-right: solid 2px #707070;
  border-top: solid 2px #707070;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(135deg);
  transition: 0.5s;
  width: 6px;
  border-right: solid 1px #707070;
  border-top: solid 1px #707070;
  right: 10px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .flow-box__link li a::after {
    right: 10px;
  }
}
.flow-box__main {
  position: relative;
}
.flow-box__main__ill {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 120px;
}
@media (max-width: 767px) {
  .flow-box__main__ill {
    max-width: 90px;
  }
}
.flow-box__main__ill img {
  width: 90%;
}
.flow-box__main-tl {
  margin-bottom: min(20px, 1vw);
  line-height: 1.6;
  font-size: clamp(16px, 3.65vw, 28px);
  font-weight: 700;
}
.flow-box__sub-tl {
  position: relative;
  margin-top: min(40px, 6vw);
  margin-bottom: 22px;
  padding-left: 22px;
  font-size: clamp(14px, 2.34vw, 18px);
  font-weight: 700;
}
.flow-box__sub-tl:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 3px;
  background: #006CE6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.flow-box .txt-read {
  font-size: clamp(12px, 2.86vw, 22px);
  margin-bottom: 30px;
}
.flow-box__flow {
  margin-top: min(40px, 8vw);
  padding: 40px;
  background: #fff;
}
@media (max-width: 767px) {
  .flow-box__flow {
    padding: 20px;
  }
}
.flow-box__flow .flow-box__sub-tl {
  margin-top: 0;
}
.flow-box__flow__wrapp {
  display: flex;
  margin-top: min(20px, 4vw);
}
@media (max-width: 767px) {
  .flow-box__flow__wrapp {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .flow-box__flow__wrapp span {
    display: block;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .flow-box__flow__wrapp img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .flow-box__flow__wrapp__list {
    width: 49%;
    max-width: 424px;
  }
}
@media (max-width: 767px) {
  .flow-box__flow__wrapp__list + ul {
    margin-top: 6px;
  }
}
.flow-box__flow__wrapp__list li {
  margin-bottom: 6px;
  padding: 10px 20px;
  background: #f2f2f2;
  border-radius: 6px;
  line-height: 1.4;
  font-size: clamp(12px, 2.08vw, 16px);
}
.flow-box__flow__wrapp__list li:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .flow-box__flow__col-1 {
    width: 630px;
    margin: 0 auto;
  }
}

div.flow-box__flow__wrapp {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .flow-box__flow__col-1 .flow-box__flow__wrapp__list {
    width: 100%;
    max-width: inherit;
  }
}

.flow-box__link li a:hover,
.flow-box__link li.current a {
  background: #81B9F8;
  color: #fff;
}

.flow-box__link li a:hover::after,
.flow-box__link li.current a::after {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
}

/* --- CVエリア
-------------------------------------------*/
@media (min-width: 768px) {
  .cv-area {
    display: flex;
    margin-top: 140px;
  }
}
.cv-area__cont {
  padding: 80px 50px;
  background: #4b4e4e;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .cv-area__cont {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cv-area__cont {
    margin-bottom: 10px;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .cv-area__cont:first-of-type {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
}
.cv-area__tl .josefin {
  display: block;
  font-size: clamp(12px, 3.39vw, 18px);
}
.cv-area__tl__txt {
  font-size: clamp(16px, 3.39vw, 26px);
}
.cv-area__cont .btn-green {
  margin: min(30px, 4vw) auto 0;
}
@media (min-width: 768px) {
  .cv-area__cont .btn-green {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .cv-area__cont .btn-green {
    width: 70%;
  }
}
.cv-area__cont .btn-green:hover {
  opacity: 1;
}

/* --- コラム
-------------------------------------------*/
.column-area {
  padding: 100px 0;
  background: #fafafa;
}
@media (max-width: 767px) {
  .column-area {
    padding: 40px 0;
  }
}
.column-area__catch {
  display: inline-block;
  margin-bottom: min(20px, 2vw);
  padding: 5px 10px;
  line-height: 1;
  font-weight: 700;
  font-size: clamp(12px, 1.82vw, 14px);
  border: 1px solid #2b2a2a;
}
.column-area__tl {
  display: block;
}
@media (max-width: 767px) {
  .column-area__tl {
    font-size: 16px;
  }
}
.column-area .wrap {
  padding: 60px 0;
  background: #fff;
}
@media (max-width: 767px) {
  .column-area .wrap {
    padding: 30px 0;
  }
}
.column-area .btn-green {
  margin-top: 79px;
  padding: 30px 0;
  width: 406px;
}
@media (max-width: 767px) {
  .column-area .btn-green {
    margin-top: 40px;
    width: 70%;
    padding: 15px 0;
  }
}

.news-column {
  padding: 149px 0;
}
.news-column .box {
  width: 100%;
}
.news-column .box .list01 {
  display: flex;
  flex-direction: column;
}
.news-column .box .list01 li:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
}
.news-column .box .list01 li a {
  display: flex;
  font-size: 16px;
  line-height: 1.8;
  padding: 21px 0;
}
.news-column .box .list01 li a .date {
  margin-right: 51px;
}
.news-column .btn {
  align-items: center;
  background-color: #9fce04;
  border: 2px solid #9fce04;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  margin: 0 auto;
  margin-top: 79px;
  padding: 30px 0;
  width: 406px;
}
.news-column .btn:hover {
  background-color: #fff;
  color: #9fce04;
}
.news-column .btn:hover:before {
  background: url(../img/mail_h.svg);
  background-size: contain;
}

@media (max-width: 767px) {
  .news-column {
    padding: 70px 0;
  }
  .news-column .column {
    padding-top: 20px;
  }
  .news-column .box {
    padding-top: 0;
  }
  .news-column .box .list01 li a {
    flex-direction: column;
    font-size: 14px;
    padding: 10px 0;
  }
  .news-column .box .list01 li a .date {
    margin-right: 0;
  }
  .news-column .btn {
    border: 0;
    font-size: 14px;
    margin-top: 40px;
    padding: 15px 0;
    width: 100%;
  }
}
.news-column .btn-green {
  margin-top: 79px;
  padding: 30px 0;
  width: 406px;
}
@media (max-width: 767px) {
  .news-column .btn-green {
    margin-top: 40px;
    width: 70%;
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .column-area p,
  .column-area h2,
  .column-area li a {
    font-size: 12px;
  }
}

#news.page .cont_l .post-detail__content img {
  height: 400px;
  object-fit: cover;
}

@media (max-width: 767px) {
  #news.page .cont_l .post-detail__content h2 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 14px;
  }
  #news.page .cont_l .post-detail__content h3 {
    font-size: 14px;
    margin-top: 20px;
  }
  #news.page .cont_l .post-detail__content h4 {
    font-size: 14px;
    margin: 20px 0 10px;
    line-height: 1.5;
  }
  #news.page .cont_l .post-detail__content p + p {
    margin-top: 20px;
  }
  #news.page .cont_l .post-detail__content img {
    height: auto;
  }
}
/* --- 新着情報
-------------------------------------------*/
.news-column {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .news-column {
    padding: 50px 0;
  }
}
.news-column .box {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .news-column .box {
    margin: 10px 0;
  }
}
.news-column .news {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .news-column .news {
    padding: 25px 0;
  }
}