@charset "UTF-8";

/*////////////全体///////////*/
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
input,
button,
select {
  line-height: 1.8;
  font-size: 1.6rem;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Segoe UI", "verdana", sans-serif;
}

ul,
ol {
  list-style: none;
}

a {
  color: #209244;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  vertical-align: baseline;
}

a:hover {
  color: #209244;
  font-weight: bold;
}

.contents {
  margin: 0 auto;
  padding: 108px 2rem 2rem
    /*2rem*/
  ;
}

#contract .contents,
#environment .contents,
#company .contents,
#guide .contents {
  padding-top: 90px;
}

.area {
  margin-top: 2rem;
  padding-bottom: 3rem
    /*6rem*/
  ;
}

img {
  width: 100%;
}


/*////////////配置///////////*/
.center {
  text-align: center;
}


/*////////////文字色///////////*/

/*　緑　*/
.fc-green {
  color: #209244;
}

/*　ゴールド　*/
.fc-gold {
  color: #B8AB6E;
}

/*　グレー　*/
.fc-gray {
  color: #ECF0F1;
}

/*　白字　*/
.fc-white {
  color: #ffffff;
}


/*////////////背景色///////////*/
/*　緑　*/
.bg-green {
  background-color:
    /*#209244*/
    rgba(32, 146, 68, 0.15);
}

/*　ゴールド　*/
.bg-gold {
  background-color: #B8AB6E;
}

/*　グレー　*/
.bg-gray {
  background-color: #ECF0F1;
}

/*　白字　*/
.bg-white {
  background-color: #ffffff;
}

/*　黒（ボタン色）　*/
.bg-white {
  background-color: #2D3436;
}


/*////////////見出し///////////*/

h1.h-left {
  margin: 6rem 0 1.2rem 0;
  font-size: 3.2rem;
}

h1.h-left-02 {
  font-size: 3.2rem;
  margin:
    /*6rem*/
    2rem 0 1.2rem 0;
  padding: 0 2rem 1rem 0;
  text-align: left;
  position: relative;
  left: 0;
  right: 0;
  border-bottom: 3px solid #209244;
  /*width: 1200px;*/
}

h1.h-left-02::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 8rem;
  height: 2px;
  background-color: #B8AB6E;
}

#contract h1,
#environment h1,
#company h1,
#guide h1 {
  line-height: 1.4;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

h2.h-left {
  font-size: 2.8rem;
  margin:
    /*6rem*/
    3rem 0 1.2rem 0;
  padding: 0 2rem 1rem 0;
  text-align: left;
  position: relative;
  left: 0;
  right: 0;
  border-bottom: 1px solid #209244;
  /*width: 1200px;*/
}

h3.h-left {
  margin:
    /*4.8rem*/
    3rem 0 1.2rem 0;
  padding: 0 1rem 0.5rem;
  border-left: 4px solid #209244;
  /*border-bottom: 1px solid #333333;*/
  font-size: 2.4rem;
}

h3.icon-title,
h3.title {
  color: #209244;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}

h3.icon-title {
  display: inline-flex;
  align-items: center;
  justify-items: center;
}

/*中央揃え*/
h1.h-center {
  font-size: 3.2rem;
  margin:
    /*6rem*/
    2rem 0 1.2rem 0;
}

/*h1.h-center::before {
content: '';
position: absolute;
left: 50%;
bottom: -1rem;
display: inline-block;
width: 100%;
height: 1px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #001195;
}*/


h2.h-center {
  font-size: 2.8rem;
  margin: 2rem 0 3.5rem;
  /*5rem 0 1.2rem 0;*/
  /* 上の余白を調整 */
  padding-bottom: 1rem;
  /* 下線との間隔を確保 */
  padding-top: 3rem;
  /* 文字の上に余白を作る */
  text-align: center;
  position: relative;
}

h2.h-center::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  /* 変更：常に <h2> の下に配置 */
  display: inline-block;
  width: 10rem;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #209244;
}

h3.h-center {
  margin: 4.8rem 0 1.2rem 0;
}

h3.h-center {
  font-size: 2.4rem;
}

h3.h-center::before {
  padding-right: 3.6rem;
  display: flex;
  align-items: center;
  content: '';
  flex-grow: 1;
  height: 0.1rem;
  background-color: #209244;

}

h3.h-center::after {
  padding-left: 3.6rem;
  display: flex;
  align-items: center;
  content: '';
  flex-grow: 1;
  height: 0.1rem;
  background-color: #209244;

}

h4.h-left,
h4.h-center {
  margin: 4.2rem 0 1.2rem 0;
}

h5.h-left,
h5.h-center {
  margin: 3.6rem 0 1.2rem 0;
}


/* 左寄せ見出しの設定 */
.h-left.h-left-01 {
  position: relative;
}

/*.h-left.h-left-03 {
border-bottom: 1px solid #e8e8e8;
padding-bottom: 0.8rem;
}*/

h4.h-left.h-left-01 {
  padding: 0 1rem;
}

h5.h-left.h-left-01 {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

h5.h-left.h-left-01::before {
  border-top: 2px solid;
  content: "";
  width: 6rem;
  margin-right: 1rem;
}


.h-left.h-left-01 {
  color: #333333;
}

h4.h-left.h-left-01 {
  border-left: 4px double #001195;
}

h5.h-left.h-left-01::before {
  color: #001195;
}

/* 見出しの調整 */
h4.h-left,
h4.h-center {
  font-size: 2.0rem;
}

h5.h-left,
h5.h-center {
  font-size: 1.8rem;
}

/* 中央寄せ見出しの設定 */
/*.h-center {
text-align: center;
}*/

h4.h-center.h-center-01::before,
h4.h-center.h-center-02::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1rem;
  display: inline-block;
  width: 30rem;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

h4.h-center.h-center-01::after,
h4.h-center.h-center-02::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1.2rem;
  display: inline-block;
  width: 30rem;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

h5.h-center.h-center-01,
h5.h-center.h-center-02 {
  padding: 1rem;
}

/* 中央寄せデザイン①の色設定 */
.h-center.h-center-01 {
  color: #333;
}

h5.h-center.h-center-01 {
  border: 1px solid #001195;
}

/*////////////フォントサイズ///////////*/

/*　文字サイズ小（12px）　*/
.font-ss {
  font-size: 1.2rem;
}

/*　文字サイズ小（14px）　*/
.font-s {
  font-size: 1.4rem;
}

/*　文字サイズ中（16px）　*/
.font-m {
  font-size: 1.6rem;
}

/*　文字サイズ大（18px）　*/
.font-l {
  font-size: 1.8rem;
}

/*　文字サイズ特大（20px）　*/
.font-ll {
  font-size: 2rem;
}

/*////////////外部リンク///////////*/
.dli-external-link {
  display: inline-block;
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
  box-sizing: content-box;
  position: relative;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  margin-left: 2px;
  color: #333;
  background: #fff;
  line-height: 1;
}

.dli-external-link>span {
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  width: 45%;
  height: 45%;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  background: #fff;
  box-shadow: -0.1em 0.1em 0 0.1em #fff;
  box-sizing: border-box;
}

.dli-external-link>span::before {
  content: '';
  position: absolute;
  top: -0.05em;
  right: -0.1em;
  width: 0.1em;
  height: 0.9em;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top center;
}

/*////////////リスト装飾///////////*/
.liststyle01 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 2.4rem;
  margin-bottom: 1rem;
  position: relative;
}

.liststyle01::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #209244;
  left: 0.6rem;
  top: 1rem;
}

/*////////////ボタン///////////*/
/*共通ボタンの時は下記のボタン設定を使用する。*/

.button {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

/*.apply {
  background: linear-gradient(90deg, rgba(20, 67, 28, 1) 0%, rgba(51, 169, 71, 1) 100%);
}

.apply:hover {
  color: #fff;
  background: linear-gradient(90deg, rgba(51,169,71,1) 0%, rgba(20,67,28,1) 100%);
  opacity: 0.9;
}
*/

/*問い合わせ*/
.inquiry {
  color: #ffffff;
  background: #333333;
}

/*スキルズゲートウェイ会員登録*/
.member-signup {
  color: #333333;
  background: #B8AB6E;
}


/*もっと見る ボタン*/
.more-button-wrapper {
  margin: 3rem auto;
  text-align: center;
}

.more-button {
  color: #B8AB6E;
  background: #ffffff;
  border: 2px solid #B8AB6E;
}

/*各種ホバー*/
.button.inquiry:hover {
  color: #ffffff;
  opacity: 0.6;
}

.button.member-signup:hover {
  color: #333333;
  opacity: 0.6;
}

.button.more-button:hover {
  color: #B8AB6E;
  opacity: 0.6;
}


/*////////////テーブル///////////*/
table {
  border: inherit;
  border-collapse: collapse;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/*コースラインナップ用テーブル 202603現在使用しないので一旦コメントアウト*/
/*.course-lineup-wrap {
  padding-top: 5rem;
}

.table01 {
  max-width: 1240px;
  margin: 0 auto;
}

.table01 th,
.table01 td {
  padding: 1rem;
  border-right: 1px solid #fff;
  vertical-align: middle;
}

.table01 th:last-child,
.table01 td:last-child {
  border-right: 0;
}

.table01 thead tr {
  background-color: #209244;
  color: #ffffff;
}

.table01 thead th {
  text-align: center;
}

.table01 tbody tr {
  border-bottom: 1px solid #fff;
  background-color: #ECF0F1;
}

.table01 tbody tr:last-child {
  border: none;
}

.table01 tbody .course-code {
  text-align: center;
  width: 10%;
}

.table01 tbody .title {
  text-align: left;
  width: 60%;
}

.table01 tbody .title a{
  color: #209244;
}

.table01 tbody .title a:hover{
  font-weight:800;
  opacity: 0.8;
}

.table01 tbody .price {
  text-align: center;
  width: 15%;
}

.table01 tbody .learning-style {
  text-align: center;
  width: 15%;
}*/

/*通常使用のテーブル*/
.table01 {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  line-height: 2;
  background-color: #ffffff;
}

.table01 th {
  background-color: #B8AB6E;
}

.table01 td,
.table01 th {
  margin: 0 auto;
  text-align: center;
  align-content: center;
  padding: 5px 10px;
}

/*300pxのheight用。テーブルをスクロールさせたい時に使用。tableをこのclass名のdivで囲むこと*/
.table-scroll {
  max-height: 300px;
  /* 好きな高さに調整 */
  /*overflow-x: hidden;*/
  overflow-y: auto;
  /* 縦スクロール表示 */
  border: 1px solid #B8AB6E;
  margin-bottom: 2rem;
  /*202604追加*/
}

/*PC表示時にはスクロールバーを出さず、SP時にテーブルをスクロールさせたい時に使用。tableをこのclass名のdivで囲むこと*/
.invoice-table-wrapper .table-scroll {
  max-height: unset;
  overflow-y: unset;
  border: 1px solid #B8AB6E;
}

/*////////////価格///////////*/
.yen {
  font-size: 14px;
}

/*////////////カード///////////*/
.col-04 .col-02 .col-box {
  width: calc(100% / 2 - 2.4rem);
  margin-left: 2.4rem;
}

/*////////////ボックス///////////*/

.box {
  border-radius: 4px;
  padding: 1.5rem 3rem;
}

.box01 {
  border: 1px solid #B8AB6E;
}

.box02 {
  background-color: #ffffff;
}

.box-icon-title {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.box-icon-title img {
  display: inline-block;
  width: auto;
  height: 18px;
  margin-right: 0.5rem;
}


/*////////////ヘッダー///////////*/

.header {
  width: 100%;
  position: fixed;
  top: 0;
  height: unset;
  background-color: rgb(255 255 255 / 80%);
  z-index: 9999;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
}

/*LMS*/
.header-lms-login {
  width: 100%;
  height: 30px;
  background-color: rgb(236 240 241 / 80%);
  align-content: center;
}

.header-lms-login-list {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 100;
  padding:
    /*0.3*/
    0.1rem 2rem;
  margin: 0 auto;
  font-size: 1.2rem;
  max-width: 1200px;
}

.header-lms-login-list ul {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.header-lms-login-list li {
  padding: 0 0.6rem;
  position: relative;
  border-left: 2px solid #dadada;
}

.header-lms-login-list li:nth-child(2)

/*.header-lms-login-list li:nth-child(3)*/
  {
  border-left: none;
}

.header-lms-login-list img {
  width: auto;
  max-height: 18px;
  display: block;
  top: 2px;
}

.header-lms-login-list li a {
  color: #333333;
  text-decoration: none;
}

.header-lms-login-list li a:hover {
  text-decoration: underline;
}


/*ヘッダーのお知らせ*/
.header-news {
  display: inline-flex;
  align-items: center;
  padding-right: 10px;
  margin-right: 20px;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #ffffff;
}

.header-news-category {
  display: inline-flex;
  gap: 2px;
  padding: 1px 10px;
  margin-right: 6px;
  background-color: #209244;
  color: #ffffff;
  font-weight: bold;
}


.header-lms-login-list .header-news>a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #209244;
  animation-name: news-blink;
  animation-duration: 0.6s;
  animation-iteration-count: 2;
}

.header-news a:hover {
  text-decoration: underline;
}

/*2段目ヘッダー*/
.header-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease-out;
}

.header-inner.fixed {
  padding: 0.3rem 2rem;

}

/*会社ロゴ*/
.header-logo {
  /*display: block;*/
  width:
    /*230px*/
    20%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.header-inner.fixed .header-logo {
  width: 20%;
}

/*メニュー*/
.site-menu ul {
  display: flex;
  align-items: center;
}

.site-menu ul .menu {
  margin-left: 10px;
  margin-right: 10px;
}

.site-menu ul li a {
  /*  font-family: "Montserrat", serif; */
  font-weight: bold;
}

/*ナビゲーションのリンク・装飾設定*/
.site-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  color: #333333;
  padding: 10px /*35px*/ ;
  transition: all .3s;
}

/*100px以上スクロールした場合のpadding*/
.header-inner.fixed .site-menu ul li a {
  padding: 5px 10px;
  font-size: 1.4rem;
}

.site-menu ul li a:hover {
  opacity: 0.8;
}

/*//////////2階層目の共通設定////////// */

/*.has-childのulの指定（ナビ）*/
.site-menu li.has-child ul.has-child-menu {
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  box-shadow: 0 20px 24px rgba(0, 0, 0, 0.12);  
}

/*hoverしたら表示する*/
/*.site-menu li.has-child:hover>ul,
.site-menu li.has-child ul li:hover>ul,
.site-menu li.has-child:active>ul,
.site-menu li.has-child ul li:active>ul,
.site-menu li.has-child:hover>ul.mypage,
.site-menu li.has-child:active>ul.mypage {
  visibility: visible;
  opacity: 1;
}*/

/*mypage以外、2階層目をクリックしたら表示させる（hoverは廃止。以前の動作を復活させる場合は上記コードを使用）*/
.site-menu li.has-child.is-open > ul.has-child-menu,
.site-menu li.has-child:hover > ul.mypage {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.site-menu li.js-has-child.is-open > a {
  color: #209244;
}

/*リンク装飾*/
.site-menu li.has-child ul li a {
  font-size: 1.6rem;
  color: #333333;
  text-align: left;
}

/*aタグの大きさ（パディング）*/
.site-menu ul li li a{
  padding: 10px;
}

.site-menu li.has-child ul.mypage li a {
  padding: 10px 25px;
}

.header-inner.fixed .site-menu ul li li a {
  padding: /*15px*/ 8px;
  font-size: 1.4rem;
}

.site-menu li.has-child ul li:last-child>a {
  border-bottom: none;
}

.site-menu li.has-child ul li a span {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

/*背景と色（SP表示にも継承）*/
.site-menu li.has-child ul li a:hover,
.site-menu li.has-child ul li a:active {
  background-color: #B8AB6E;
  color: #ffffff;
}


/*liの矢印*/
.site-menu li.has-child>a {
  position: relative;
  padding-right: 18px;
}

.site-menu li.has-child>a::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 55%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: translateY(-60%) rotate(135deg);
}

.site-menu li.has-child.is-open > a::after {
  border-top-color: #209244;
  border-right-color: #209244;
}

/* スクロール時の2階層目の状態 */
.header-inner.fixed .site-menu li.has-child>a::after {
  right: /*2px*/ 0px;
/*  width: 5px;
  height: 5px;*/
}

.header-inner.fixed .site-menu ul li.has-child::before {
  right: -3px;
  top: 16px;
}


/*//////////2階層目（メニューナビ部分）//////////*/
.site-menu ul li.has-child ul.has-child-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.site-menu ul li.has-child ul.has-child-menu .has-child-menu-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 2.4rem 0;
  border-bottom: 1px solid #B8AB6E;
}

.site-menu ul li.has-child ul.has-child-menu .has-child-menu-inner:last-child {
  border-bottom: unset;
}


.has-child-menu-inner .sub-menu-title {
  width: 20%;
  justify-items: center;
  margin-left: 2rem;
  padding: 10px 10px 10px 25px;
  font-weight: 600;
}

.sub-menu-title.liststyle01::before {
  top: 1.8rem;
  width: 1rem;
  height: 1rem;
  margin-bottom: unset;
  background-image: linear-gradient(to right, #14431C, #33A947);
}


.has-child-menu-inner .sub-menu-wapper {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.header-inner.fixed .has-child-menu-inner .sub-menu-wapper {
  grid-gap: 0.5rem;
}

.header-inner.fixed .site-menu ul li.has-child ul.has-child-menu .has-child-menu-inner {
  padding: 1rem 0;
}


.pc-search-wrap {
  grid-column: 1 / -1;
}

.pc-search-wrap input {
  width: 100%;
}


/*//////////2階層目（マイページ部分）//////////*/
.site-menu li.has-child ul.mypage {
  position: absolute;
  /*絶対配置で位置を指定*/
  left: -75px;
  top: 50px;
  z-index: 4;
  width: 180px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  background: #ffffff;
  border: 2px solid #ECF0F1;
}

/*マイページだけ横並びにしない表示*/
.site-menu ul ul.mypage {
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.site-menu ul li.nav-account {
  position: relative;
  text-align: center;
}

.header-inner.fixed .site-menu li.has-child ul.mypage {
  left: -24px;
  top: 50px;
}

.site-menu li.has-child ul.mypage li {
  border-bottom: 1px dotted #d2d2d2;
}

.site-menu li.has-child ul.mypage li:first-child,
.site-menu li.has-child ul.mypage li:nth-child(5) {
  border-bottom: unset;
}

.site-menu li.has-child ul.mypage:has(> li:only-child) {
  top: 50px;
  padding-top: unset;
}

.welcome {
  padding: 10px 25px;
}


/*ヘッダーアイコン（マイページ、カート）*/
.site-menu .header-icon img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 100%;
}

.site-menu .header-icon a {
  padding: 0.5rem;
}

.site-menu ul li.has-child.header-icon::before {
  display: none;
}



/*========= 虫眼鏡 ===========*/

/*検索窓を開くためのボタン設定*/

.open-btn {
  position: relative;
  /*top:10px;
  right:10px;*/
  background: url("../images/common/icon_search.png") no-repeat center;
  /*虫眼鏡アイコンを背景に表示*/
  background-size: 35px 35px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  /*カーソルを指マークに*/
}

.header-inner.fixed .open-btn {
  background-size: 30px 30px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  /*カーソルを指マークに*/
}

/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.open-btn.btnactive {
  background: url("../images/common/close_menu.png") no-repeat center;
  /*閉じるアイコンを背景に表示*/
  background-size: 18px 18px;
}

/*検索窓の設定*/
/*検索窓背景のエリア*/
/*#pc-search-wrap,*/
#sp-search-wrap {
  position: absolute;
  top: 150px;
  right: 20px;
  z-index: -1;
  /*最背面に設定*/
  opacity: 0;
  /*透過を0に*/
  width: 0;
  /*横幅は0に*/
  transition: all 0.4s;
  /*transitionを使ってスムースに現れる*/
  border-radius: 5px;
}

.open-btn:hover {
  opacity: 0.8;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
/*#pc-search-wrap.panelactive,*/
#sp-search-wrap.panelactive {
  opacity: 1;
  /*不透明に変更*/
  z-index: 3;
  /*全面に出現*/
  width: 280px;
  padding: 20px;
  top: 60px;
  background: #ecf0f1;
}

/*#pc-search-wrap.fixed,*/
#sp-search-wrap.fixed {
  top: 45px;
}

/*検索窓*/
/*#pc-search-wrap #pc-searchform*/
#sp-search-wrap #sp-searchform {
  display: none;
  /*検索窓は、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
/*#pc-search-wrap.panelactive #pc-searchform,*/
#sp-search-wrap.panelactive #sp-searchform {
  display: block;
  /*検索窓を表示*/
}


/*検索フォーム*/
/*テキスト入力とボタンinput共通設定*/
/*#pc-search-wrap input,*/
#sp-search-wrap input {
  -webkit-appearance: none;
  /*SafariやChromeのデフォルトの設定を無効*/
  outline: none;
  color: #666;
}

/*テキスト入力input設定*/
/*#pc-search-wrap input[type="text"],*/
#sp-search-wrap input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  height: 46px;
  padding: 10px;
}

/*テキスト入力inputにフォーカスされたら*/
/*#pc-search-wrap input[type="text"]:focus,*/
#sp-search-wrap input[type="text"]:focus {
  background: #eee;
  /*背景色を付ける*/
}

/*ボタンinput設定*/
/*#pc-search-wrap input[type="submit"],*/
#sp-search-wrap input[type="submit"] {
  position: absolute;
  top: 20px;
  right: 22px;
  background: url("../images/common/icon_search.png") no-repeat center;
  /*虫眼鏡アイコンを背景に表示*/
  background-size: 20px 20px;
  width: 26px;
  height: 45px;
  border: none;
}

/*会員ログイン（テキスト）*/
.header-login-title {
  font-size: 10px;
}

.header-inner.fixed .header-login-title {
  display: none;
}

/*SP用アイコン（PC時非表示）*/
.sp-header-nav {
  display: none;
}

.sp-menu {
  display: none;
}

/*PC用アイコン（PC時非表示）*/
.keyword-search-item {
  /*grid-column: 1 / -1;*/
  width: 100%;
  text-align: left;
  align-content: center;
}

.submenu-search {
  width: 100%;
}

.submenu-search form {
  display: flex;
  /*position: relative;*/
  width: 50%;
  align-items: center;
}

/*.submenu-search input[type="text"] {
  width: 100%;
  height: 46px;
  padding: 10px 48px 10px 12px;
  border: 1px solid #ccc;
  background: #fff;
}*/

.submenu-search input[type="text"] {
  flex: 1;
  height: 50px;
  padding: 10px 16px;
  border: 1px solid #ccc;
  background: #fff;
}

/*.submenu-search input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: url("../images/common/icon_search.png") no-repeat center;
  background-size: 20px 20px;
  cursor: pointer;
}*/

.submenu-search-button {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin-left: 2rem;
  border-radius: 4px;
  /*border: 1px solid #ccc;*/
  background: url("../images/common/icon_search_w.png") no-repeat center;
  background-size: 20px 20px;
  background-color: #209244;
  cursor: pointer;
}

.submenu-search-button:hover {
  background-color: #209244!important;
  opacity: 0.8;
}

/*========= 虫眼鏡横のおすすめキーワード（PCのみ） ===========*/
.submenu-recommend {
  margin-left: 2rem;
  grid-column: 2 / -1;
}

.submenu-recommend-wapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.submenu-recommend strong {
  display: inline-block;
  font-size: 1.6rem;
  color: #209244;
  margin-bottom:0.5rem;
}

.recommend-tag {
  font-size: 1.4rem !important;
  border: 1px solid #b8ab6e;
  padding: 0.2rem 0.8rem !important;
  border-radius: 4px;
  align-content: center;
}


/*////////////パンくずリスト///////////*/
.bread-crumbs {
  background-color: #fff;
  font-size: 1.2rem;
  margin-top: 10.7rem;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
}

.bread-crumbs ul {
  max-width: 1240px;
  margin: 0px auto;
}

.bread-crumbs li {
  float: left;
  line-height: 30px;
  margin-right: 1.2remx;
  margin-top: 0;
}

.bread-crumbs li a {
  text-decoration: none;
  font-weight: 600;
}

.bread-crumbs li:last-child {
  margin-right: 0;
}

.bread-crumbs li:not(:last-child)::after {
  content: "›";
  margin: 0 .6em;
  color: #777;
}

/*////////////メインビジュアル///////////*/

.mv-full {
  height: 35rem;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
}

#contract .mv-full,
#environment .mv-full,
#company .mv-full,
#guide .mv-full {
  background-image: none;
  height: 20rem;
  background-color: #ECF0F1;
}

.mv-txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  padding: 0 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}



/*////////////フッター枠///////////*/

.footer {
  color: #ffffff;
  background-color: #333333;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*フッターロゴ*/
.footer-logo {
  font-size: 35px;
  width: 600px;
  margin: 15px 0 30px 0;
  text-align: center;
}

.footer .site-menu ul li {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.footer .site-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 1px 20px;
  font-weight: normal;
}


/*コピーライト*/
.copyright {
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
}



/*////////////////////////////////////////////////////////////////
アニメーション
////////////////////////////////////////////////////////////////*/
@keyframes news-blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/*////////////////////////////////////////////////////////////////
SP
////////////////////////////////////////////////////////////////*/

@media print,
screen and (min-width: 929px) {

  /*////////////全体///////////*/
  .contents {
    max-width: 1240px;
  }
}

@media print,
screen and (min-width: 929px) {

  /*////////////カテゴリページMV///////////*/
  .mv-txt {
    max-width: 1240px;
  }
}



@media (max-width: 768px) {

  .contents {
    padding-top: 20px;
  }

  #contract .contents,
  #environment .contents,
  #company .contents,
  #guide .contents {
    padding-top: 35px;
  }

  /*////////////フォントサイズ///////////*/
  h1.h-left-02 {
    font-size: 2rem;
    margin-top: 3rem;
  }

  h2.h-left {
    font-size: 1.8rem;
  }

  h3.h-left {
    font-size: 1.6rem;
  }

  h3.icon-title,
  h3.title {
    margin-bottom: 1rem;
  }

  /*////////////ヘッダー///////////*/

  .header-lms-login {
    display: none;
  }

  .header-lms-login:has(.header-news:not([style*="display: none"])) {
    display: block;
  }

  .header-lms-login-list {
    z-index: unset;
  }

  /*LMSリンクアイコン行*/
  .header-lms-login ul {
    display: none;
  }

  /*ヘッダーお知らせ*/
  .header-news {
    max-width: calc(100vw - 20px);
    margin-right: 0;
  }

  /*メニュー内にLMSボタンを表示させた時のCSS*/
  .sp-menu .sp-lms-login a {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d9d9d9;

    /*line-height: 1.2;*/
  }

  .sp-menu .sp-lms-login img {
    width: auto;
    height: 24px;
    display: inline-block;
  }


  /*2段目ヘッダー*/

  .pc-menu {
    display: none;
  }

  .sp-menu {
    display: block;
  }


  .site-menu li.has-child>a::after {
    right: 30px;
    top: 55%;
  }

  /*ヘッダー枠*/
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }

  .header-inner {
    padding-left: 20px;
    padding-right: 20px;
    height: 55px;
    background-color: rgb(255 255 255 / 60%);
    position: relative;
  }

  .sp-header-nav {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }

  /*ヘッダーロゴ*/
  .header-logo {
    width: 200px;
  }

  /*ヘッダーアイコン*/
  .menu-icon-sp {
    display: block;
    width: 40px;
    height: 40px;
    align-content: center;
  }

  .menu-icon-sp img {
    max-width: 100%;
  }

  /*虫眼鏡*/
  .open-btn {
    width: 40px;
    height: 40px;
  }

  /*カート*/
  .sp-header-nav .nav-cart .material-icons-outlined {
    color: #333333;
  }

  .sp-header-nav .nav-cart .material-icons-outlined:hover {
    opacity: 0.8;
  }

  /*ハンバーガーメニュー*/
  .toggle-menu-button {
    display: block;
    width: 44px;
    height: 34px;
    background-image: url(../images/common/icon-menu.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
  }

  /*2・3階層目の共通設定 */
  .site-menu {
    padding: 0;
  }

  /*.has-childのulの指定*/
  .site-menu li.has-child ul,
  .site-menu li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }

  /*2階層目*/
  /*リンク*/
  .site-menu ul li a {
    border-bottom: 1px solid #ccc;
  }

  /*矢印の位置と向き*/
  .site-menu ul li.has-child::before {
    left: 20px;
  }

  /*PC表示時のカテゴリ文字の改行（SP時には非表示）*/
  .second-child-break {
    display: none;
  }

  .site-menu.sp-menu ul {
    background-color: #ffffff !important;
    margin-bottom: 5rem;
  }

  .site-menu li.has-child ul.sp-mypage li {
    border-bottom: 1px dotted #d2d2d2;
  }

  .sp-menu .button.member-signup {
    margin-bottom: 30px;
  }

  /*3階層目（現時点ではなしのためコメントアウト）*/
  /*li*/
  /*.site-menu ul li li {
  display: block;
  height: 58px;	
  }*/

  /*リンク*/
  /*	.site-menu ul li li a {
  padding: 20px 35px;
  }*/

  /*3階層目のliの矢印*/
  /*	.site-menu ul ul li.has-child::before{
  transform: rotate(135deg);
  left:20px;
  }
  
  .site-menu ul li.has-child.active::before{
  transform: rotate(-45deg);
  }*/
  /*3階層目（現時点ではなしのためコメントアウト）・END*/

  /*ハンバーガーメニュー動作。Javascriptと連動している箇所のため、リネームNG*/
  .header-site-menu.is-show {
    display: block;
    left: 0;
    /* 表示時にスライドイン */
    padding: 40px 0;
  }

  /*グロナビ(※一段目のみ。二段目以降・動きのCSSは5-1-1.cssに記述)*/
  .header-site-menu {
    position: fixed;
    top: 0;
    left: -100%;
    /* 画面外に隠す */
    width: 75%;
    /* メニューの幅を設定 */
    height: 100vh;
    background-color: #ffffff;
    transition: left 0.3s ease-in-out;
    /* スライドのアニメーション */
    overflow-y: auto;
  }

  /*グロナビ　ブロック表示（SP表示にも継承）*/
  .site-menu ul {
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  .header-site-menu li {
    color: #333333;
  }

  /*PC用アイコン（PC時非表示）*/
  .site-menu .header-icon {
    display: none;
  }

  .site-menu .header-icon.nav-account {
    display: block;
  }

  /*////////////main全体///////////*/
  .main {
    padding-top: 50px;
  }

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

  .footer-logo {
    margin-top: 60px;
  }

  .footer .site-menu li {
    margin-top: 20px;
  }

  .footer-tel {
    margin-top: 20px;
  }

  .copyright {
    margin-top: 50px;
  }

  /*表*/
  .table01 {
    min-width: 700px;
  }

  .table-scroll {
    /*max-height: 200px;*/
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .open-training-schedule-table-wrapper .table-scroll::before,
  .environment-wrapper .table-scroll::before,
  .invoice-table-wrapper .table-scroll::before,
  .course-format-table-wrapper .table-scroll::before {
    content: "← 横にスクロールできます →";
    display: block;
    padding: 4px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333333;
  }

  /*リスト装飾*/
  .liststyle01::before {
    top: 0.8rem;
  }

}

/*END @media (max-width: 768px)*/