@charset "UTF-8";
html {
  /*rem*/
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3a3a3c;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  /* 最下部の余白を消す */
  margin: 0 auto;
  overflow-x: hidden;
  /*スクロールバーを隠す*/
  background-image: linear-gradient(90deg, rgb(153, 204, 51) 0%, rgb(102, 204, 255) 100%);
}

section {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
  max-width: 860px;
}
@media only screen and (max-width: 767px) {
  section {
    width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .NEWS__ttl-main h2 {
    text-align: left;
  }
}

/* =======NEWS一覧に戻る 設定======= */
.top_link {
  width: 90%;
  margin: 24px auto 0;
  padding-bottom: 0;
  max-width: 1080px;
}
.top_link a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.top_link .fa-angle-double-right:before {
  color: white;
}

/* =======リード文 / 見出しの設定======= */
.lead_type01 {
  /*太字のリード文*/
  width: 100%;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 600;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .lead_type01 {
    font-size: 1.7rem;
  }
}

.h5_type01 {
  /*sectionの見出し*/
  width: -moz-fit-content;
  width: fit-content;
  border-left: #367edd 8px solid;
  border-right: #367edd 8px solid;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0 auto 35px;
  padding: 0 1em;
}

/* =======2カラム-DLリスト======= */
.DL_type01--no-border, .DL_type01 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 20% 1fr;
  row-gap: 20px;
  flex-direction: row wrap;
  font-size: 1.7rem;
  line-height: 1.4;
}

.DL_type01 {
  letter-spacing: 0.02em;
}
.DL_type01 dt {
  border-bottom: #ccc dashed 1px;
  padding-bottom: 20px;
}
.DL_type01 dd {
  border-bottom: #ccc dashed 1px;
  padding-bottom: 20px;
}
.DL_type01 dd strong {
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: underline;
  padding-bottom: 10px;
}
.DL_type01 dd p {
  font-size: 1em;
  line-height: 1.5;
}
.DL_type01 dd p br {
  content: none;
  padding-bottom: 0;
}
.DL_type01 dd.point b {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 15px 0 10px;
  font-weight: bold;
  position: relative;
  font-size: 1.8rem;
}
.DL_type01 dd.point b:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #f0a9a1;
}
.DL_type01 dd.point li {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.DL_type01 dd.point .fa-check:before {
  color: #d36d66;
  padding-right: 8px;
}

@media only screen and (max-width: 767px) {
  .DL_type01 {
    grid-template-columns: 100%;
    row-gap: 0;
  }
  .DL_type01 dt {
    border-bottom: none;
    padding: 20px 0 10px 0;
    margin-left: -8px;
    font-size: 1.8rem;
  }
  .DL_type01 dd {
    font-size: 1.8rem;
  }
  .DL_type01 dd p {
    font-size: 1.8rem;
  }
}
.DL_type01--no-border {
  /*下線なし*/
}
@media only screen and (max-width: 767px) {
  .DL_type01--no-border {
    grid-template-columns: 25% 1fr;
    row-gap: 20px;
  }
}

/* ======= 文字の強調 の設定 ======= */
.em_red {
  /*赤字で協調*/
  color: #e73a2e;
  font-weight: bold;
  text-decoration: underline;
}

.em_blue {
  /*青字で協調*/
  color: #4158d0;
  font-weight: bold;
}

/* ======= ボタン の設定 ======= */
.BTN__entry {
  /*
  申し込みボタン*/
  margin: 0 auto 150px;
  width: 90%;
  max-width: 860px;
}
.BTN__entry p {
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 25px;
}
.BTN__entry .flex_2col {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.BTN__entry .single_BTN a {
  margin: 0 auto;
  font-size: 3rem;
}
.BTN__entry a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.8rem;
  font-weight: bold;
  border-radius: 5px;
  padding: 15px 1em;
  letter-spacing: 0.1em;
  background-image: linear-gradient(125deg, rgb(158, 221, 31) 0%, rgb(70, 183, 240) 60%);
  filter: drop-shadow(2px 2px 3px rgb(201, 200, 200));
  border: 3px solid white;
  color: white;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .BTN__entry .flex_2col {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .BTN__entry a {
    width: 85%;
    padding: 20px 0;
    margin: 0 auto;
  }
}

.BTN__go-back {
  /*TOPに戻るボタン*/
  display: flex;
  justify-content: center;
  font-size: 1.7rem;
}

/* =======NEWS-セミナー記事の設定======= */
.NEWS {
  background-color: #fff;
  width: 94%;
  margin: 20px auto 0;
  padding-bottom: 50px;
  border-radius: 15px;
  max-width: 1080px;
  position: relative;
}
.NEWS__category {
  /*カテゴリラベル*/
  position: absolute;
  right: 20px;
  top: 15px;
  color: white;
  font-weight: bold;
  font-size: clamp(1.3rem, 1.2429rem + 0.381vw, 1.5rem);
  padding: 5px 0.5em;
  line-height: 1;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .NEWS__category {
    position: absolute;
    right: 20px;
    top: 80px;
  }
}
.NEWS .label_01 {
  background: #69c2ed;
}
.NEWS .label_02 {
  background: #d36d66;
}
.NEWS h1 {
  width: 250px !important;
  padding: 10px 10px 10px 20px;
}
.NEWS .gradient {
  width: 100%;
  height: 65px;
  background-image: linear-gradient(0deg, rgba(192, 192, 192, 0) 0%, rgb(192, 192, 192) 100%);
  opacity: 0.4;
}

/* =======タイトルとメイン画像 の設定======= */
.NEWS__ttl {
  /*タイトル*/
  width: 100%;
  display: flex;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 20px;
  flex-direction: row wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.NEWS__ttl-img {
  width: 80px;
  display: block;
}
.NEWS__ttl-main {
  width: calc(100% - 80px);
  font-size: clamp(1.8rem, 1.38rem + 2.4vw, 3rem);
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.NEWS__ttl-main strong {
  font-size: 2rem;
  display: block;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .NEWS__ttl-img {
    width: 40px;
  }
  .NEWS__ttl-main {
    width: calc(100% - 40px);
    text-align: justify;
  }
  .NEWS__ttl-main br {
    display: none;
  }
  .NEWS__ttl-main strong {
    text-align: center;
    padding-right: 60px;
  }
}
.NEWS__sub-ttl {
  /*タイトル*/
  width: 90%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.5;
}
.NEWS__sub-ttl br {
  display: none;
}
@media only screen and (max-width: 520px) {
  .NEWS__sub-ttl br {
    display: block;
  }
}
.NEWS__img-area {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .NEWS__img-area {
    width: 100%;
  }
}

/* =======NEWS-top / トップのリード文の設定======= */
.NEWS-top .lead_type01 {
  /*太字のリード文*/
  max-width: 860px;
}
@media only screen and (max-width: 767px) {
  .NEWS-top .lead_type01 {
    width: 90%;
  }
}

/* =======NEWS-info / セミナー概要 の設定======= */
.NEWS-info {
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 720px;
}
.NEWS-info__ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 45px;
  width: 85%;
  margin: 0 auto;
  line-height: 1.6;
}
.NEWS-info .DL_type01 {
  max-width: 720px;
}

/* =======NEWS-schedule / スケジュールの設定======= */
.NEWS-schedule {
  margin: 0 auto 50px;
}

/* =======NEWS-lecturer / 講師の設定======= */
.NEWS-lecturer {
  padding-bottom: 25px;
}
.NEWS-lecturer__item {
  display: flex;
  margin-bottom: 75px;
}
.NEWS-lecturer__item-img {
  width: 30%;
  padding-right: 5%;
  max-width: 360px;
  margin: 0 auto;
}
.NEWS-lecturer__item-img img {
  width: 100%;
  border-radius: 10px;
}
.NEWS-lecturer__item-txt {
  width: 65%;
}
.NEWS-lecturer__item-txt p {
  font-size: 1.7rem;
}
.NEWS-lecturer__item-txt strong {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px dashed #3a3a3c;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.NEWS-lecturer__item-txt span {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .NEWS-lecturer__item {
    flex-direction: column;
  }
  .NEWS-lecturer__item-img {
    width: 90%;
    padding-right: 0;
    margin: 0 auto 20px;
  }
  .NEWS-lecturer__item-txt {
    width: 100%;
    margin: 0 auto;
  }
  .NEWS-lecturer__item-txt strong {
    font-size: 2.4rem;
  }
  .NEWS-lecturer__item-txt span {
    font-size: 2rem;
  }
  .NEWS-lecturer__item-txt p {
    text-align: justify;
  }
}

.NEWS-about-us .lead_type01 {
  margin-bottom: 45px;
}

/* ======= footer-info の設定 ======= */
.footer_info {
  margin: 75px auto 0;
  width: 90%;
}
.footer_info h3 {
  color: white;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}
.footer_info .img_line {
  width: 80%;
  max-width: 500px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin: 15px auto;
}
.footer_info .img_line img {
  height: 100%;
  width: auto;
}
.footer_info p {
  color: #fff;
  text-align: center;
  font-size: clamp(1.6rem, 1.4737rem + 0.6316vw, 1.9rem);
  padding-bottom: 45px;
}
.footer_info p a {
  color: white;
}
.footer_info small {
  display: block;
  color: white;
  font-size: 1.2rem;
  padding: 0 0 20px;
  text-align: center;
}

/* =======NEWS一覧ページの設定======= */
.NEWS__archive {
  max-width: 980px;
  width: 90%;
}
.NEWS__archive--ttl {
  width: 80%;
  margin: 0 auto 45px;
}
.NEWS__archive--ttl h3 {
  font-size: 4.8rem;
  text-align: center;
  max-width: 800px;
  font-weight: bold;
  padding-bottom: 15px;
}
.NEWS__archive--ttl img {
  height: 20px;
  width: auto;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.NEWS__archive .flex__3col {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  justify-content: space-between;
}
.NEWS__archive .flex__3col:after {
  width: 32%;
  content: "";
  display: block;
}
.NEWS__archive .flex__3col li {
  width: 32%;
  border-radius: 10px;
  background: white;
  filter: drop-shadow(2px 2px 3px #adacac);
  margin-bottom: 50px;
}
@media only screen and (max-width: 980px) {
  .NEWS__archive .flex__3col li {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .NEWS__archive .flex__3col li {
    width: 100%;
  }
}
.NEWS__archive .flex__3col li a {
  display: block;
}
.NEWS__archive .flex__3col li img {
  width: 100%;
  padding-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.NEWS__archive--item {
  padding: 10px 20px;
}
.NEWS__archive--item .NEWS__category {
  position: initial;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 0.5em;
}
.NEWS__archive--item dt {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}
.NEWS__archive--item dd {
  font-size: 1.9rem;
  letter-spacing: -0.02em;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.NEWS__archive--item p {
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.NEWS__archive--item span {
  font-size: 1.5rem;
  display: block;
  padding: 10px 0;
  text-align: right;
}

/*============= 報告ページ==============*/
.slider {
  width: 90%;
  max-width: 980px;
  margin: 50px auto 75px;
  max-height: 648px;
  overflow-y: hidden;
}
.slider img {
  width: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 15px !important;
}

.slick-dots li button:before {
  opacity: 0.5 !important;
  color: #ffffff !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #ffffff !important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.report-top {
  padding: 10px 0 50px;
}

.report-article__content {
  margin: 0 auto 30px;
  color: #161616;
}
.report-article__content-img picture {
  width: auto;
}
.report-article__content-img .img-left {
  float: left;
  padding-right: 25px;
  padding-bottom: 15px;
  width: 50%;
  max-width: 420px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .report-article__content-img .img-left {
    float: none;
    padding-right: 0;
    padding-bottom: 25px;
    max-width: initial;
    width: 100%;
  }
}
.report-article__content-img .img-right {
  float: right;
  padding-left: 25px;
  padding-bottom: 15px;
  width: 50%;
  max-width: 420px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .report-article__content-img .img-right {
    float: none;
    padding-left: 0;
    padding-bottom: 25px;
    max-width: initial;
    width: 100%;
  }
}
.report-article__content-img-2col {
  /*2枚並び*/
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 30px;
}
.report-article__content-img-2col img,
.report-article__content-img-2col picture {
  width: 48%;
}
.report-article__content-img-2col picture img {
  width: 100%;
}
@media only screen and (max-width: 520px) {
  .report-article__content-img-2col {
    flex-direction: column;
    row-gap: 25px;
  }
  .report-article__content-img-2col img,
  .report-article__content-img-2col picture {
    width: 100%;
  }
}
.report-article__content-txt p {
  font-size: 17px;
  line-height: 1.8;
  color: #161616;
  padding-bottom: 15px;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  word-break: break-all;
}
.report-article__content-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}
.report-article__content-ttl small {
  font-size: 0.9em;
  display: block;
  line-height: 1.4;
  padding-bottom: 5px;
}
.report-article__content-ttl small.blue_bk {
  font-size: 1em;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 5px;
  background: #14dcff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  margin-top: 5px;
  color: white;
}
.report-article__content-ttl span {
  font-size: 0.9em;
  display: block;
}

.next_info h3 {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0 auto 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.next_info h3 span {
  display: block;
  background: #367edd;
  padding: 5px 1em 5px 1.2em;
  color: white;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 520px) {
  .next_info h3 {
    flex-direction: column-reverse;
  }
  .next_info h3 span {
    margin-top: 15px;
  }
}
.next_info dl.seminar {
  margin-bottom: 25px;
}
.next_info dl.seminar a {
  border: #3a3a3c 1px solid;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: flex-start;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .next_info dl.seminar a {
    flex-direction: column;
    padding: 15px;
  }
}
.next_info dl.seminar a dt {
  height: 100%;
  width: auto;
  max-width: 250px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .next_info dl.seminar a dt {
    max-width: initial;
    padding-bottom: 15px;
  }
}
.next_info dl.seminar a dd {
  padding: 0;
  font-size: 17px;
  line-height: 1.8;
  box-sizing: border-box;
}
.next_info dl.seminar a dd small {
  font-size: 15px;
  font-weight: bold;
}
.next_info dl.seminar a dd strong {
  font-weight: bold;
  font-size: 20px;
  display: block;
  text-indent: -0.5em;
  padding: 0 0 10px;
}
.next_info dl.seminar a dd strong span {
  background: #5580b9;
  color: white;
  font-size: 0.8em;
  display: inline-block;
  padding: 0 0.5em 0 0.5em;
  text-indent: 0;
}
.next_info dl.seminar a dd b {
  color: #5580b9;
  text-decoration: underline;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .next_info dl.seminar a dd {
    padding: 0 10px;
  }
}

/*=====10/24レポート用追加css＝====*/
ul.company_list {
  width: 90%;
  margin: 35px auto 75px !important;
  background-color: white;
  padding: 50px 25px 25px;
  box-sizing: border-box;
  text-align: center;
  max-width: 760px;
}

ul.company_list li {
  margin: 0 auto 50px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #3a3a3c;
  max-width: 500px;
}
ul.company_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

ul.company_list li strong {
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto 25px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}

ul.company_list li dl dt {
  font-size: 16px;
  color: white;
  background: rgb(102, 204, 255);
  margin: 0 auto 15px;
  padding: 5px 15px 7px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 15px;
}

ul.company_list li dl dd {
  font-size: 17px;
  margin-bottom: 25px;
  line-height: 1.5;
  display: block;
  font-weight: 600;
}

ul.company_list li dl dd br {
  display: block;
}

/* グラデーションを設定したい要素に対するCSS */
.gradient-border {
  background-color: white;
  border-width: 5px;
  /* ボーダーの幅を指定 */
  border-style: solid;
  /* ボーダーのスタイルを指定 */
  -o-border-image: linear-gradient(90deg, rgb(153, 204, 51) 0%, rgb(102, 204, 255) 100%);
     border-image: linear-gradient(90deg, rgb(153, 204, 51) 0%, rgb(102, 204, 255) 100%);
  border-image-slice: 1;
  /* ボーダーのスライスを設定（通常は1を指定） */
  border-radius: 10px;
  /* 角丸を設定 */
}/*# sourceMappingURL=news_2024.css.map */