@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_01.png") no-repeat center;
  background-size: cover;
}
.mainvisual .mv {
  color: #222;
  padding: 55px 0;
  text-align: center;
  width: calc(100% - 2.5px);
}

.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: 30px;
}

.mainvisual .txt01 {
  padding: 0 10px;
}

.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: #006CE6;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  font-size: clamp(16px, 2.34vw, 18px);
  font-weight: bold;
	 color: #FFF;
  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 #006CE6;
  border-top: solid 2px #006CE6;
  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: #006CE6;
}

/* --- ブロック
-------------------------------------------*/
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: #0659b7;
}

span.ttl2__catch {
  padding-bottom: min(10px, 2.5vw);
  color: #0659b7;
  font-size: clamp(14px, 2.86vw, 22px);
  font-weight: 700;
}

.ttl2 {
  margin-bottom: min(40px, 5vw);
}

.txt-main {
  font-size: clamp(12px, 2.08vw, 16px);
  line-height: 2;
  display: block;
}

.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;
}

/* --- 実績
-------------------------------------------*/
.works .block h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .works .block h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.works .block div {
  display: flex;
  gap: 23px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .works .block div {
    flex-direction: column;
  }
}
.works .block div dl {
  width: 253px;
}
@media (max-width: 767px) {
  .works .block div dl {
    width: 100%;
  }
}
.works .block div dl dt {
  font-size: 20px;
  font-weight: 500;
  height: 76px;
  border: 1px solid #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 36px;
  text-align: center;
}
@media (max-width: 767px) {
  .works .block div dl dt {
    font-size: 16px;
    margin-bottom: 18px;
    height: 60px;
  }
}
.works .block div dl dd ul li {
  position: relative;
  padding-left: 1.25em;
}
@media (max-width: 767px) {
  .works .block div dl dd ul li {
    font-size: 14px;
  }
}
.works .block div dl dd ul li:before {
  position: absolute;
  content: "・";
  left: 0;
}
.works .block div.btm {
  margin-top: -95px;
}
@media (max-width: 767px) {
  .works .block div.btm {
    margin-top: 23px;
  }
}

/* --- 強み
-------------------------------------------*/
.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: #0659b7;
}
.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;
  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;
  text-align: left;
}
.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: #0659b7;
}
.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;
    position: static;
    margin: 10px auto;
  }
}
.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);
  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: #0659b7;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.flow-box .txt-read {
  font-size: clamp(12px, 2.86vw, 22px);
}
.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__wrap {
  display: flex;
  margin-top: min(20px, 4vw);
}
@media (max-width: 767px) {
  .flow-box__flow__wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .flow-box__flow__wrap span {
    display: block;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .flow-box__flow__wrap img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .flow-box__flow__wrap__list {
    width: 49%;
    max-width: 424px;
  }
}
@media (max-width: 767px) {
  .flow-box__flow__wrap__list + ul {
    margin-top: 6px;
  }
}
.flow-box__flow__wrap__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__wrap__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__wrap {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .flow-box__flow__col-1 .flow-box__flow__wrap__list {
    width: 100%;
    max-width: inherit;
  }
}

.flow-box__link li a:hover,
.flow-box__link li.current a {
  background: #a8c1e2;
  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;
}

@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;
  }
}


/*追加250117START*/
.mainvisual.mv2501{
  background-image: url(../img/mv_2501-min.png);
}
.mainvisual.mv2501 .ttl3 {
  font-size: 42px;
  line-height: 1.75;
}
.mainvisual.mv2501 .ttl3 span{
  font-size: 30px;
  font-weight: 500;
}
.mainvisual.mv2501 .box_2501{
  display: flex;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.mainvisual.mv2501 .box_2501::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 71px;
  height: 71px;
  background: url(../img/ic1_2501.svg) no-repeat 0 0/contain;
}
.mainvisual.mv2501 .box_2501 li{
  width: 536px;
  display: flex;
  text-align: center;
  flex-direction: column;
  background-color: rgba(255,255,255,0.9);
  padding: 2em;
  border-radius: 0.3em;
  align-items: center;
  justify-content: space-around;
}
.mainvisual.mv2501 .box_2501 li p{
  font-size: 22px;
  font-weight: 500;
  color: #222;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #707070;
  width: 100%;
  max-width: 330px;
}
.page-link__list.type2501{
  flex-wrap: wrap;
  gap: 2.5em 0;
}
.page-link__list.type2501 li a{
  line-height: 2;
  padding: 30px 0;
}
.page-link__list.type2501 li.w100{
  width: 100%;
  max-width: 100%;
}

.webrelease_box2501 {
  padding: 40px 20px;
  border: solid 1px #707070;
  margin-bottom: min(120px, 14vw);
  margin-top: 2.5em;
}
.webrelease_box2501 .box_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.webrelease_box2501 .box_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5em 0;
  width: 963px;
  margin: 0 auto;
  max-width: 100%;
}
.webrelease_box2501 .box_list .box{
  background-color: #F2F2F2;
  padding: 2em;
  border-radius: 0.3em;
  text-align: center;
}
.webrelease_box2501 .box_list .box1{
  width: 100%;
}
.webrelease_box2501 .box_list .box1 ul{
  display: flex;
  justify-content: center;
  gap: 1.5em;
  margin-top: 2em;
  flex-wrap: wrap;
}
.webrelease_box2501 .box_list .box1 ul li{
  background-color: #fff;
  border-radius: 0.3em;
  padding: 2em 1em;
  font-size: 16px;
  font-weight: 500;
  width: 242px;
}
.webrelease_box2501 .box_list .box1 ul li span{
  font-weight: bold;
}
.webrelease_box2501 .box_list .box2{
  width: 408px;
}
.webrelease_box2501 .box_list .box2 ul{
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.webrelease_box2501 .box_list .box2 ul li{
  text-align: left;
  font-size: 16px;
  padding-left: 2.25em;
  position: relative;
  line-height: 1.5;
}
.webrelease_box2501 .box_list .box2 ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 1.1em;
  height: 1.1em;
  mask: url(../img/icon_check.svg) no-repeat 0 0/contain;
  background-color: #9FCE04;

}

.webrelease_box2501 .box_list .box .ttl3_2501{
  text-align: center;
  font-size: clamp(14px, 2.86vw, 20px);
  font-weight: 500;
  line-height: 1.75;
}

.flow.block.ad2501 .txt-main + .txt-main{
  padding-top: 1.5em;
}

.flow.block.ad2501 .txt-read + .txt-main{
  padding-top: min(30px, 5vw);
}

.flow.block.ad2501 .ttl_txt{
  padding-bottom: 4em;
}
.flow.block.ad2501 .flow-box__main__ill{
  display: none;
}
.ttl_txt .ttl2.ad2501 {
  padding-top: 2em;
  margin-bottom: -1em;
}
.features li{
  padding-left: 1.25em;
  position: relative;
  margin: 0.5em 0;
}
.features li::before{
  content: '\25a0';
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  display: block;
}
@media (max-width: 767px) {
  .mainvisual.mv2501 .mv{
    padding: 40px 0;
  }
  .mainvisual.mv2501 .ttl3{
    font-size: 20px;
    padding-bottom: 20px;
  }
  .mainvisual.mv2501 .ttl3 span{
    font-size: 14px;
  }
  .mainvisual.mv2501 .box_2501 {
    flex-direction: column;
    align-items: center;
  }
  .mainvisual.mv2501 .box_2501 li {
    width: 100%;
    max-width: 280px;
    padding: 1em 1.5em;
    border-radius: 0.3em;
  }
  .mainvisual.mv2501 .box_2501 li p {
    font-size: 15px;
    line-height: 1.75;
    max-width: 80%;
  }
  .mainvisual.mv2501 .box_2501 li .lgoo_2501{
    width: 80%;
  }
  .mainvisual.mv2501 .box_2501 li .lgoo_2501 img{
    width: 100%;
    height: auto;
  }
  .mainvisual.mv2501 .box_2501::before {
    top: 10px;
    width: 31px;
    height: 31px;
  }

  .page-link__list.type2501 {
    flex-wrap: wrap;
    width: 100%;
    gap: 1em;
  }
  .page-link__list.type2501 li{
    width: 100%;
    max-width: 100%;
  }
  .page-link__list.type2501 li a{
    line-height: 1.75;
    padding: 6px 0;
  }
  .webrelease_box2501 {
    padding: 20px 10px 20px;
    border: solid 1px #707070;
    margin-bottom: min(120px, 14vw);
    margin-top: 2em;
  }
  .webrelease_box2501 .box_list {
    display: flex;
    flex-direction: column;
    gap: 1.5em 0;
    width: 100%;
  }
  .webrelease_box2501 .box_list .box{
    box-sizing: border-box;
    padding: 1.5em 1em;
  }
  .webrelease_box2501 .box_list .box1 ul {
    gap: 0.75em;
    margin-top: 1em;
    flex-direction: column;
    align-items: center;
  }
  .webrelease_box2501 .box_list .box1 ul li {
    background-color: #fff;
    border-radius: 0.3em;
    padding: 1em 1em;
    font-size: 13px;
    font-weight: 500;
    width: 242px;
    line-height: 1.75em;
  }
  .webrelease_box2501 .box_list .box2 {
    width: 100%;
  }
  .webrelease_box2501 .box_list .box2 ul li {
    font-size: 13px;
  }

  .flow.block.ad2501 .ttl_txt {
    padding-bottom: 2em;
  }
  .page-link__list.type2501 li.w100 a{
    padding: 16px 0;
  }
  .flow.block.ad2501{
    padding-bottom: 2.5em;
  }
  .features li{
    font-size: 12px;
  }
}
/*追加250117END*/
