@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

html {
  overflow: hidden scroll;
}

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #3c3c43;
  background-color: #fbfbfb;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  overflow: hidden;
}

hr {
  color: #333;
}

/*---------- リンク設定 ----------*/

a:link {
  color: #37859a;
  text-decoration: none;
}

a:visited {
  color: #37859a;
  text-decoration: none;
}

a:hover {
  color: #139eb1;
  text-decoration: none;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

a img {
  border-style: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bk_g {
  background: #20ac8e;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

/*---------- ベーステキストの指定 ----------*/

p {
  font-size: 100%;
  line-height: 180%;
}

/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  p {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

/* ▲PCメディアクエリ終了▲ */

/*---------- PC・スマホの非表示指定 ----------*/

@media screen and (max-width: 768px) {
  .spnone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}

/*---------- 改行 ----------*/

/*PCでは無効（改行しない）*/
.s-br {
  display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width: 768px) {
  .s-br {
    display: block;
  }
}

.bx-shadouw {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*------------------------------ ヘッド部分 ------------------------------*/

.top_txt {
  margin: 0;
  padding: 10px 0;
  font-size: 75%;
  line-height: 150%;
  text-align: center;
  background-color: #f5f5f5;
}

/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  .top_head {
    padding: 15px 0;
    font-size: 12px;
  }

  .top_title {
    font-size: 28px;
  }

  .top_txt {
    padding: 15px 0;
    font-size: 12px;
  }
}

/* ▲PCメディアクエリ終了▲ */

/*ヘッダースライダー調整*/

.slider.slick-initialized.slick-slider {
  padding: 20px 0;
}

/*------------------------------ メインビジュアル部分 ------------------------------*/

.top-img-pc {
  margin: 20px auto -20px !important;
}

.pc-copy-layout {
  display: flex;
  padding: 0px 50px;
  max-width: 1000px;
}

.pc-copy-layout div {
  width: 50%;
  display: flex;
  align-items: center;
}

.top-img-pc img {
  max-width: 700px;
  width: 100%;
}

.top_head {
  background-color: #f36903;
  box-shadow: -1px -5px 7px 8px rgb(27 117 81);
  width: 100%;
  z-index: 74;
}

.top_head img {
  max-width: 800px;
}

.main_visual {
  margin: 0px auto 0px auto;
  padding: 0;

  background-image: url(./img/bg-pc.png);
  background-size: cover;
}

.main_pict {
  margin: 0;
  padding: 0;
}

.main_pict_sp {
  margin: 0;
  padding: 0px 0 20px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.main_pict img {
  width: 100%;
}

.main_pict_sp img {
  width: 100%;
}

.main_txt {
  margin: 0;
  padding: 30px 20px 0 20px;
  text-align: center;
}

.main_txt_inner {
  margin: 0;
  padding: 0 0 10px;
}

.main_tab {
  margin: 0;
  padding: 3px 0 20px 0;
  font-size: 75%;
  line-height: 100%;
  color: #7f0019;
}

.main_tab span {
  padding: 10px 10px 10px 10px;
  color: #ffffff;
  background: #ed3d52;
  font-weight: bold;
  font-size: 1.4em;
  border-radius: 5px;
}

.main_subcopy {
  margin: 0;
  padding: 0;
  font-size: 120%;
  font-weight: 900;
  line-height: 120%;
  font-family: "Noto Sans Japanese";
  color: #fff;
}

.main_copy {
  margin: 12px 0 15px 0;
  padding: 0;
  font-size: 2.2em;
  font-weight: 900;
  line-height: 111%;
  font-family: "Noto Sans Japanese";
  color: #fff;

  border-bottom: none !important;
}

.main_subcopy span {
  background: linear-gradient(transparent 80%, #f5ff00 20%);
}

/*
.main-wrap {
  background-image: url(img/top-bg.png);
  background-size: cover;
}
*/

.p-first-view__application-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}

.underline-decoration {
  position: relative;
}

.underline-decoration::after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 8px;
  background-color: #e9e8fd;
  width: 100%;
  left: 0;
  z-index: -1;
}

.-text-emphasis {
  color: #fdf102;
}

/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  .underline-decoration {
    position: relative;
  }

  .p-first-view__application-title {
    font-size: 30px;
  }

  .underline-decoration::after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 8px;
    background-color: #e9e8fd;
    width: 100%;
    left: 0;
    z-index: -1;
  }

  .main_visual {
    padding: 0px 0 20px 0;
    margin: 0px auto 0px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .main_pict {
    width: 48%;
  }

  .main_txt {
    padding: 0;
    display: flex;
    /* 縦中央揃え用 */
    justify-content: flex-end;
    align-items: center;
    /* 縦中央揃え用 */
    text-align: left;
    margin: 0 !important;
  }

  .main_tab {
    font-size: 12px;
  }

  .main_subcopy {
    font-size: 20px;
  }

  .main_copy {
    margin: 0 0 0px 0;
    padding: 20px 0 20px 0;
    font-size: 48px;
    line-height: 110%;
    border-bottom: 1px solid #dedede;
    text-align: center;
  }
}

/* ▲PCメディアクエリ終了▲ */

/*------------------------------ 共通部分 ------------------------------*/

.subhead {
  margin: 0;
  padding: 0;
  font-size: 150%;
  line-height: 150%;
  text-align: center;
  padding: 20px 0;
  font-weight: 900;
  font-feature-settings: "palt";
}

.subhead span {
  display: block;
  font-size: 0.7em;
  font-weight: bold;
  color: #2ea26f;
  margin-top: 0.5em;
  line-height: 1.4;
}

.subhead2 {
  margin: 0;
  padding: 0;
  font-size: 160%;
  line-height: 150%;
  text-align: center;
  padding: 20px 0;
  font-weight: 900;
}

.subhead2 span {
  display: block;
  font-size: 0.7em;
  font-weight: bold;
  color: #3e8088;
  margin-top: 0.5em;
  line-height: 1.4;
}

.subhead::after {
  content: "";
  display: block;
  margin: 20px auto 10px;
  height: 4px;
  width: 5%;
  background: #2ea26f;
}

.subhead3 {
  margin: 0;
  padding: 0;
  font-size: 150%;
  line-height: 150%;
  text-align: center;
  padding: 40px 0 0;
  font-weight: 900;
  font-feature-settings: "palt";
  color: #fff;
}

.subhead3::after {
  content: "";
  display: block;
  margin: 20px auto 10px;
  height: 4px;
  width: 5%;
  background: #fff;
}

/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  .subhead {
    font-size: 36px;
    padding: 20px 0 0;
  }

  .subhead2 {
    font-size: 36px;
    padding: 40px 0 0;
  }

  .subhead3 {
    font-size: 36px;
    padding: 50px 0 0;
  }
}

/* ▲PCメディアクエリ終了▲ */

/*------------------------------ about us ------------------------------*/

.about_txt {
  margin: 60px 20px 60px 20px;
  padding: 1px 25px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  .about_txt {
    width: 768px;
    margin: 40px auto 0px auto;
    padding: 5px 45px;
  }
}

/* ▲PCメディアクエリ終了▲ */



/*------------------------------ セミナー詳細表 ------------------------------*/

.company_box {
  margin: 20px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: #fff;
}

.info-box {
  background: #fff;
  padding: 20px;
  margin: 20px 0;
}

table.info {
  width: 100%;
  border-collapse: separate;
  margin: 0;
  font-feature-settings: "palt";
}

table.info th {
  padding: 0 0 5px 0;
  font-size: 100%;
  line-height: 150%;
  text-align: left;
  border-bottom: solid 1px #2ea26f;
  display: block;
  color: #2ea26f;
}

table.info td {
  padding: 10px 0 15px 0;
  font-size: 100%;
  line-height: 150%;
  display: block;
}

/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  table.info {
    width: 80%;
    border-collapse: separate;
    margin: 0 auto;
  }

  .company_box {
    width: 768px;
    margin: 0px auto 30px auto;
    padding: 30px 50px 60px 50px;
  }

  table.info th {
    width: 180px;
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 1px;
    display: table-cell;
  }

  table.info td {
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: dotted 1px #ccc;
    display: table-cell;
  }
}

/* ▲PCメディアクエリ終了▲ */

/*------------------------------ ボタン ------------------------------*/

/****** ボタン10 ******/
.topbtn-area {
  padding: 50px 0 50px;
  background-color: #11999e;
}

.btn-area {
  padding: 15px 0 0px 0;
}

.btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  appearance: button;
  font-family: inherit;
  text-align: center;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  color: #fff;
  background: #f36c11;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 10px 20px;
  border: none;
  max-width: 100%;
  position: relative;
  transition: 0.4s;
  animation: animation03 2s infinite;
  display: flex;
  justify-content: space-around;
}

/****** ボタンアイコン ******/
.btn img {
  max-width: 60%;
  text-align: center;
}

.btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  background: url(img/arw.svg) no-repeat left center;
  background-size: contain;
}

/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  .topbtn-area {
    padding: 100px 0 100px !important;
  }

  .btn {
    font-size: 24px;
    padding: 6px 20px;
    max-width: 80%;
    line-height: 60px;
    border-radius: 100px;
    font-size: 20px;
  }

  .btn::after {
    content: "";
    display: block;
    width: 8px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: url(img/arw.svg) no-repeat left center;
    background-size: contain;
  }


}

/* ▲PCメディアクエリ終了▲ */



/****** アニメーション ******/
@keyframes animation03 {
  0% {
    transform: translate(0px, 2px);
  }

  5% {
    transform: translate(0px, -2px);
  }

  10% {
    transform: translate(0px, 2px);
  }

  15% {
    transform: translate(0px, -2px);
  }

  20% {
    transform: translate(0px, 2px);
  }

  25% {
    transform: translate(0px, -2px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

.btn:hover {
  background: #e28a0f;
  opacity: 0.7;
}

/*------------------------------ スケジュール ------------------------------*/

.schedule_box {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.schedule_section {
  margin: 0 auto;
  padding: 10px 5px;
  /* パディングを減らして縦幅を調整 */
  max-width: 1140px;
  box-sizing: border-box;
}

.schedule_header {
  background-color: #2ea26f;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  /* パディングを減らして高さを調整 */
  font-weight: bold;
  font-size: 1em;
  /* フォントサイズを少し小さく */
}

.schedule_exe {
  color: #2ea26f;
  text-align: center;
  padding: 5px;
  /* パディングを減らして高さを調整 */
  font-weight: bold;
  font-size: 1em;
  /* フォントサイズを少し小さく */
  border-bottom: thick double #2ea26f;

}

.schedule_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  /* マージンを減らして縦幅を調整 */
  border-bottom: 1px solid #2ea26f;
  padding: 5px 0;
  /* パディングを減らして高さを調整 */
}

.schedule_list {
  width: 100%;
  margin: 0;
  padding: 0;
}

.schedule_date {
  flex: 1;
  width: 27%;
  margin: 0;
  padding: 2px 5px;
  /* パディングを減らして高さを調整 */
  color: #000;
  text-align: right;
  font-weight: bold;
  font-size: 1em;
  /* フォントサイズを少し小さく */
}

.schedule_date_list {
  width: 65%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.schedule_date_list>li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.schedule_label {
  width: 30%;
  text-align: left;
  font-weight: bold;
}

.schedule_time {
  flex: 1;
  width: 70%;
  padding: 2px 5px;
  /* パディングを減らして高さを調整 */
  text-align: left;
  font-size: 0.9em;
  /* フォントサイズを少し小さく */
}

.highlight_red {
  display: inline-block;
  /* インライン要素をブロック化 */
  margin: 0 5px 0 0;
  /* 左側のマージンを減らして調整 */
  padding: 2px 5px;
  /* 内側の余白を設定 */
  font-size: 60%;
  /* フォントサイズを90%に設定 */
  line-height: 160%;
  color: #aa0707;
  /* 文字色 */
  /* 中央揃え */
  /* border: 1px solid #049683; */
  border-radius: 3px;
  /* background-color: #f0f9f9; */
}

.highlight_bk {
  display: inline-block;
  /* インライン要素をブロック化 */
  margin: 0 5px 0 0;
  /* 左側のマージンを減らして調整 */
  padding: 2px 5px;
  /* 内側の余白を設定 */
  font-size: 60%;
  /* フォントサイズを90%に設定 */
  line-height: 160%;
  color: #313131;
  /* 文字色 */
  vertical-align: middle;
  /* 中央揃え */
  /* border: 1px solid #049683; */
  border-radius: 3px;
  /* background-color: #f0f9f9; */
}

.highlight {
  display: inline-block;
  /* インライン要素をブロック化 */
  margin: 0 0 0 5px;
  /* 左側のマージンを減らして調整 */
  padding: 2px 5px;
  /* 内側の余白を設定 */
  font-size: 60%;
  /* フォントサイズを90%に設定 */
  line-height: 160%;
  color: #049683;
  /* 文字色 */
  vertical-align: middle;
  /* 中央揃え */
  border: 1px solid #049683;
  border-radius: 3px;
  background-color: #f0f9f9;
}

@media screen and (max-width: 768px) {
  .schedule_date {
    width: 30%;
    font-size: 80%;
    padding: 2px 3px;
  }

  .schedule_date_list {
    width: 70%;
  }

  .schedule_label {
    width: 45%;
  }

  .schedule_time {
    width: 55%;
    font-size: 80%;
    padding: 2px 3px;
  }

  .schedule_item {
    padding: 4px 0;
  }

  .schedule_exe {
    font-size: 80%;
  }
}

@media screen and (max-width: 480px) {
  .schedule_date {
    width: 35%;
  }

  .schedule_date_list {
    width: 65%;
  }
}

/*------------------------------ フッター ------------------------------*/

#footer {
  padding: 30px 0 30px;
  font-size: 75%;
  line-height: 150%;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #2aa170, #59c46b);
  font-family: "Roboto Condensed", sans-serif;
}

#footer a:visited {
  color: #fff;
  text-decoration: none;
}

#footer a:link {
  color: #fff;
  text-decoration: none;
}

/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  #footer {
    padding: 20px 0 20px;
    font-size: 12px;
  }
}

/* ▲PCメディアクエリ終了▲ */

/*---------- 文字装飾 ----------*/

.bold {
  font-weight: bold;
}

.ul {
  text-decoration: underline;
}

.big {
  font-size: 1.2em !important;
}

.big2 {
  font-size: 1.6em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.bg_w {
  background-color: #fff !important;
}

.p20 {
  padding: 20px !important;
}

.red {
  font-weight: bold;
  color: #f36c11;
  font-size: 1.2em;
}

.green {
  font-weight: bold;
  color: #fff !important;
  font-size: 36px !important;
  display: inline !important;
  padding: 0px 5px !important;
  background: #3e8088;
}

/* ▼PCメディアクエリ */
@media screen and (max-width: 769px) {
  .green {
    font-size: 100% !important;
  }

  .p20 {
    padding: 40px;
  }
}

/* ▲PCメディアクエリ終了▲ */
.through {
  text-decoration: line-through;
}

.ym {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffe24d 60%);
}

.caption {
  font-size: 75%;
  color: #666666;
  font-weight: normal;
  line-height: 180%;
}

.text-y {
  color: #f5ff00 !important;
}

.text-w {
  color: #fff !important;
}

.text-grade {
  background: -webkit-linear-gradient(356deg, #216398, #2e856d) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.text_box2 {
  background-color: #feffeb;
  padding: 20px;
}

.micro {
  margin-bottom: -0.8em !important;
  color: #f36c11;
  font-size: 1.2em;
  font-weight: bold;
}

b {
  color: #f36c10;
  font-weight: bold;
}

/*---------- 文字位置 ----------*/

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/*---------- コンテンツ領域のレイアウト ----------*/
.content_box {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  font-size: 18px;
}

.content_box2 {
  max-width: 750px;
  margin: 0 auto;
  padding: 40px 20px;
}

/*------------------------------
  お悩み
------------------------------*/
.under {
  border-bottom: solid 2px #f36904;
  color: #f36904;
  font-weight: bold;
}

.nayami-maker {
  color: #ed3d52;
}

.nayami-box {
  background-color: #ffffff;
  padding: 20px;
  color: #222;
  background-position: 0 0, 10px 10px;
  background-image: radial-gradient(#ffffff03 30%, transparent 30%);
  background-size: 8px 8px;
}

.section_nayami {
  background: #f5f5f5;
}

table.check {
  margin: 0 auto 2em;
}

.check td {
  padding: 10px 0;
}

table.check td {
  font-size: 100%;
  font-weight: bold;
  line-height: 160%;
  padding: 15px 0 10px 10px;
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}

.nayami-list-box {
  display: flex;
  align-items: flex-end;
}

.nayami-list-left {
  width: 70%;
}

.nayami-list-right {
  width: 30%;
}

.nayami-list-right img {
  width: 300px;
}

.kaiketsu-box {
  padding: 20px;
  margin: 20px 0 0;
  text-align: center;
  color: #fff;
  background: #2aa170;
  background: -webkit-linear-gradient(to right, #2aa170, #59c46b);
  background: linear-gradient(to right, #2aa170, #59c46b);
}

.tryangle {
  margin: 0 auto -3em;
  text-align: center;
}

.maker {
  color: rgb(220, 62, 30);
  font-weight: bold;
  font-size: 1.6em;
  background: linear-gradient(transparent 60%, #f5ff00 60%);
}

.maker2 {
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
  padding: 2px;
  background-color: #2ea26f;
}

.maker3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 3px;
  background-color: #3e8088;
}

.maker4 {
  background: linear-gradient(transparent 80%, #f5ff00 20%);
  font-weight: bold;
}

.s-day-box {
  max-width: 400px;
  text-align: left;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.2em;
  color: #222;
}

.s-day {
  background-color: #258480;
  padding: 3px;
  color: #fff;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px;
}

.c_text {
  color: #2ea26f;
  font-size: 1.6em;
}

.c_text_s {
  font-size: 0.8em;
  color: #2ea26f;
  letter-spacing: 0.01em;
}

.s-day2 {
  background-color: #ffffff;
  padding: 3px;
  color: #3e8088;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px;
}

.text_small {
  font-size: 1em;
}

@media screen and (max-width: 769px) {
  .text_small {
    font-size: 0.8em;
  }

  .nayami-list-left {
    width: 100%;
  }

  .nayami-list-right {
    width: 50%;
    text-align: center;
  }

  .nayami-list-box {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }

  .nayami-list-right img {
    width: 190px;
  }
}

/*------------------------------
  セミナーに参加すると実現できること
------------------------------*/
.service .support-scene_block .solution-box.is-issue {
  background: #f5f5f5;
}

.realization-box {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
}

.realization {
  padding: 1rem 1rem 1rem;
  position: relative;
  font-weight: 700;
  border-radius: 15px;
  background: #fff;
}

.w-r {
  width: 35%;
}

.w-l {
  width: 65%;
}

.sesaku-img {
  text-align: center;
  font-size: 2em;
}

.arw-c {
  color: #4ccdaf;
  font-size: 2em;
}

table.check2 {
  margin: 0 auto 2em;
  background-color: #fff;
  padding: 20px;
}

.check2 td {
  padding: 10px 0;
}

.check2 th {
  color: #2ea26f;
}

table.check2 td {
  font-size: 100%;
  font-weight: bold;
  line-height: 160%;
  padding: 15px 0 10px 10px;
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}

.jitugen-maker {
  color: #f36904;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .realization-box {
    align-items: center;
    padding-bottom: 1em;
    flex-direction: column;
  }

  .arw-c {
    margin-top: -0.6em;
    z-index: 2;
  }

  .w-r {
    width: 98%;
  }

  .w-l {
    width: 98%;
    margin-top: -0.8em;
    margin-bottom: 1em;
  }
}

/*------------------------------
  ３つのポイント
------------------------------*/
.section_point3 {
  background: #fff;
  padding: 40px 0;
  background-position: 0 0, 20px 20px;
  background-image: radial-gradient(#f7ffff 30%, white 30%);
  background-size: 10px 10px;
}

.feature_box {
  margin: 0 auto;
  padding: 0px 0;
  max-width: 800px;
  width: 95%;
}

.feature {
  margin: 20px 0;
  padding: 20px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.feature_number {
  margin: 0;
  padding: 10px 0 5px 0;
  font-size: 100%;
  line-height: 100%;
  text-align: center;
}

.feature_number span {
  padding: 2px 5px;
  background: #000000;
  border: solid 1px #020202;
  color: #fff;
}

.feature_title {
  margin: 0;
  padding: 5px 0 10px 0;
  font-size: 130%;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  font-family: "Noto Sans Japanese";
  display: flex;
  justify-content: center;
  height: 3em;
  align-items: center;
  color: #2ea26f;
}

.feature_icon {
  margin: 5px auto;
  padding: 0;
  text-align: center;
  width: 100px;
  background-color: #f3fffd;
  border-radius: 50%;
  padding: 30px;
}

.feature_icon img {
  width: 100%;
}

.feature_sub {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 160%;
}

@media screen and (min-width: 1080px) {
  .feature_box {
    width: 95%;
    margin: 50px auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: none;
  }

  .feature {
    width: 30%;
    margin: 0px;
    padding: 15px;
  }

  .feature p {
    font-size: 15px;
  }

  .feature_number {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .feature_title {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.1;
  }

  .feature_sub {
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 769px) {
  .jirei-tit {
    font-size: 1.2em;
    line-height: 1.2;
  }

  .jirei-subtit {
    border-radius: 5px;
    min-width: 98%;
  }

  .title_3 {
    height: auto !important;
    line-height: 1.1;
  }

  .feature_title {
    height: auto;
  }

  .tit_linehight {
    line-height: 170% !important;
  }
}

/*------------------------------
セミナー参加者だけがもらえる！4大豪華特典
------------------------------*/

.tokuten-text {
  font-weight: bold;
}

.tokuten-sub {
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8em;
  background: #2aa170;
  background: -webkit-linear-gradient(to right, #2aa170, #59c46b);
  background: linear-gradient(to right, #2aa170, #59c46b);
}

.section_tokuten {
  background-color: #f36904;
  padding: 0px;
  max-width: 800px;
  margin: 0 auto 20px;
  background-image: radial-gradient(#ff7918 20%, transparent 20%),
    radial-gradient(#ff7612 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 20px 20px;
}

.tokuten-box {
  background: #fff;
  max-width: 800px;
  margin: 0px auto 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 1.2em;
}

.tokuten-nm {
  background: #f36904;
  padding: 20px;
  margin: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .tokuten-nm {
    margin: 0 10px 0 0;
  }

  .section_tokuten {
    margin: 0 auto 0px;
  }
}

/*------------------------------
　こんな人におすすめ 
------------------------------*/

.section_osusume {
  background: #fbfbfb;
}

.section_osusume p {
  max-width: 635px;
  margin: auto;
}

table.check3 {
  margin: 0 auto 2em;
  background-color: #fff;
}

.check3 td {
  padding: 10px 0;
}

.check3 th {
  color: #2ea26f;
  font-weight: bold;
}

table.check3 td {
  font-size: 100%;
  font-weight: bold;
  line-height: 160%;
  padding: 15px 0 10px 10px;
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}

/*------------------------------
　本セミナーではご期待に添えない方 
------------------------------*/

.section_no_osusume {
  background: #fbfbfb;
}

table.check4 {
  margin: 0 auto 2em;
  background-color: #fff;
  max-width: 500px;
}

.check4 td {
  padding: 10px 0;
}

.check4 th {
  color: #ed3d52;
}

table.check4 td {
  font-size: 100%;
  font-weight: bold;
  line-height: 160%;
  padding: 15px 0 10px 10px;
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}

/*------------------------------
  表
------------------------------*/
.section_table {
  background-image: radial-gradient(#f6f9fa 30%, transparent 30%);
  background-size: 10px 10px;
}

/*------------------------------
  Cta
------------------------------*/
.section_cta_top {
  background: #fff;
  background-position: 0 0, 20px 20px;
  background-image: radial-gradient(#ffffff05 30%, transparent 30%);
  background-size: 10px 10px;
  padding: 20px;
  font-size: 18px;
}

.top_cta_box {
  padding: 20px auto;
  background: #fff;
}

.section_cta {
  background: #2aa170;
  background: -webkit-linear-gradient(to right, #2aa170, #59c46b);
  background: linear-gradient(to right, #2aa170, #59c46b);
}

.section_cta .s-day-box {
  color: #fff;
}

/*------------------------------
  ステップ
------------------------------*/

.step_box {
  margin: 60px 20px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.step_pict {
  width: 32%;
  margin: 0;
  padding: 0;
}

.step_pict img {
  width: 100%;
}

.step_txt {
  width: 62%;
  margin: 0;
  padding: 0;
}

.step_txt p {
  font-size: 90%;
}

.step_title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  border-bottom: solid 1px #2e846e;
}

.step_title span {
  font-size: 75%;
  font-weight: normal;
}

.step_caption {
  margin: 0;
  padding: 0;
  font-size: 70%;
  line-height: 160%;
  color: #666;
}

@media screen and (min-width: 769px) {
  .step_box {
    width: 650px;
    margin: 60px auto 90px auto;
  }

  .step_pict {
    width: 215px;
  }

  .step_txt {
    width: 400px;
  }

  .step_txt p {
    font-size: 18px;
  }

  .step_title {
    margin: 0 0 30px 0;
    font-size: 24px;
    letter-spacing: 1px;
  }

  .step_title span {
    font-size: 16px;
  }

  .step_caption {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 1px;
  }
}

.kasoku {
  margin: 0 auto;
  text-align: center;
}

.kasoku img {
  max-width: 600px;
}

/*------------------------------
  フロートボタン
------------------------------*/
.floating {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  margin: 0;
  padding: 24px 0 10px;
  background: rgb(16 153 156 / 40%);
  overflow-x: hidden;
}

/*------------------------------
  Slider 
------------------------------*/
.slider-tit {
  color: #fff;
  padding-top: 1em;
  text-align: center;
  background-color: #2ea26f;
}

.slider-tit span {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  color: #2ea26f;
  font-weight: bold;
}

.slider-tit-2 {
  display: flex;
  padding: 0 0.5em;
  justify-content: center;
  align-items: center;
}

.slider-tit-2 div {
  padding: 0 0.5em;
}

.side {
  font-size: 2em;
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide img {
  width: 95% !important;
}

@media screen and (max-width: 769px) {
  .slider-tit-2 div {
    padding: 0;
    line-height: 1.8;
  }
}

.what_lstep {
  background-color: #fff3b8;
  position: relative;
  border-radius: 10px;
  padding: 63px 20px 20px;
  margin-bottom: 40px;
  margin-top: 2em;
}

.what_lstep_text {
  padding-top: 10px;
  font-weight: bold;
  font-size: 1.2em;
}

.lstep_hukidashi {
  position: absolute;
  top: -10px;
  left: 0;
}

.lstep_hukidashi img {
  max-width: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 2em;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

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

.service_item div {
  width: 100%;
  background: #fff3b9;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}

.what_lestep_deta,
.what_lestep_deta2 {
  display: flex;
  flex-wrap: wrap;
}

.what_lestep_deta div,
.what_lestep_deta2 div {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
  font-weight: bold;
  background: #fffcf8;
  border: 4px solid #ff9500;
}

.fa-service {
  color: rgb(3 199 9);
}

.what_lestep_deta span,
.what_lestep_deta2 span {
  padding-top: 1em;
  display: block;
  font-size: 1.2em;
}

@media (min-width: 573px) {
  .what_lstep {
    border-radius: 10px;
    padding: 40px;
    margin-top: 50px;
  }

  .lstep_hukidashi {
    top: -30px;
    left: -30px;
    width: 454px;
  }

  .what_lstep_text {
    padding-top: 40px;
  }

  .service_item div {
    width: 40%;
    background: #fff3b9;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
  }

  .what_lestep_deta div,
  .what_lestep_deta2 div {
    width: 40%;
    background: #fffcf8;
    padding: 20px;
    border-radius: 10px;
    border: 4px solid #ff9500;
    margin: 10px;
    box-sizing: content-box;
  }
}

/*------------------------------
  お申し込み方法
------------------------------*/

.step_box {
  margin: 60px 20px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.step_pict {
  width: 32%;
  margin: 0;
  padding: 0;
}

.step_pict img {
  width: 100%;
}

.step_txt {
  width: 62%;
  margin: 0;
  padding: 0;
}

.step_txt p {
  font-size: 90%;
}

.step_title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  border-bottom: solid 1px #2e846e;
}

.step_title span {
  font-size: 75%;
  font-weight: normal;
}

.step_caption {
  margin: 0;
  padding: 0;
  font-size: 70%;
  line-height: 160%;
  color: #666;
}

@media screen and (min-width: 769px) {
  .step_box {
    width: 650px;
    margin: 60px auto 90px auto;
  }

  .step_pict {
    width: 215px;
  }

  .step_txt {
    width: 400px;
  }

  .step_txt p {
    font-size: 18px;
  }

  .step_title {
    margin: 0 0 30px 0;
    font-size: 24px;
    letter-spacing: 1px;
  }

  .step_title span {
    font-size: 16px;
  }

  .step_caption {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 1px;
  }
}