/* ========================
更新者用CSS：サイト全体（SP幅）
======================== */
@charset "UTF-8";

/*
2022/02/ コントラスト基準値未満の為文字の色を修正
color: #888888; → color: #767676;
*/
.m__page-cnt .news-list > li > a > div > time {
  color: #767676;
}
.p__news-box > div > ul > li > a > div > time {
  color: #767676;
}


/*
2022/02 archiveをテキストのリスト表示から画像のリスト表示にする為に追加
.card-listを流用
*/

.imgPanel-list > li {
  transition: all 0.5s;
  transform: translate(0, -2px);
  box-shadow: 0 2px 8px -2px rgba(51, 51, 51, 0.35);
  position: relative;
  width: 100%;
  background: #fff;
}
.imgPanel-list > li:hover {
  transform: translate(0, 0);
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.35);
}
.imgPanel-list > li + li {
  margin-top: 1em;
}
.imgPanel-list > li > a {
  display: block;
}
.imgPanel-list > li > a > figure {
  text-align: center;
}
.imgPanel-list > li > a > figure > img {
  width: 100%;
}
.imgPanel-list > li > a > div {
  flex: 1;
  box-sizing: border-box;
  padding: 15px 15px 20px;
}
.imgPanel-list > li > a > div > time {
  display: block;
  margin-bottom: 0.75em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #767676;
}
.imgPanel-list > li > a > div > .title {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
.imgPanel-list > li > a > div > span {
  display: flex;
  margin-top: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
}


/*
2022/02 イベント登録フォームの内容表示用に追加
.p__event-boxを流用
*/

.eventForm-box {
  margin: 0;
}
.eventForm-box > table {
  width: 100%;
  line-height: 1.714;
}
.eventForm-box > table tr + tr {
  border-top: #fff 10px solid;
}
.eventForm-box > table th {
  width: 3em;
  padding: 0.15em 0.75em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  background: #9fd1f1;
}
.eventForm-box > table td {
  padding: 0 1em;
  font-size: 1.6rem;
  color: #333;
}
.eventForm-box p {
  padding: 1em 0;
}


/*
2022/02　イベント登録フォーム(klisel)のヘッダー用に追加
.f__headerを流用
*/
.form__header {
  z-index: 1;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: #fff;
}
.form__header > div > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
}
.form__header > div > div > .logo {
  flex: 1;
  padding-left: 10px;
  margin-right: auto;
}
.form__header > div > div > .logo > a {
  transition: opacity 0.5s;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
}
.form__header > div > div > .logo > a:hover {
  opacity: 0.5;
}
.form__header > div > div > .logo > a > img {
  width: 35px;
}
.form__header > div > div > .logo > a > div {
  flex: 1;
  margin-left: 10px;
}
.form__header > div > div > .logo > a > div > div > .title {
  font-family: "Lato", Meiryo, sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
}
.form__header > div > div > .logo > a > div > div > .title > b {
  font-weight: 900;
}
.form__header > div > div > .logo > a > div > div > .sub {
  margin-top: 0.5em;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}


.form__header > div > div > .logo > a > .header-rightLogo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form__header > div > div > .logo > a > .header-rightLogo > .header-rightLogo__rightImg {
  width: 35px;
  margin-left: 10px;
}

/*
2022/02 フォームの登録ボタン用
.btnを流用
*/
.submit {
  width: 100%;
  margin:2em auto;
  text-align: center;
}
.submitBtn {
  width: 100%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.m__form-cnt input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  background: #496db4;
  line-height: 1.714;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.6875em 3em 0.6875em 2em;
  text-align: center;
  line-height: 1.714;
  cursor: pointer;
}
.submitBtn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  transform: rotate(45deg);
}
.submitBtn:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.submitBtn:hover:hover {
  opacity: 0.5;
}

/*
2022/05 開催済みセミナーシリーズへのリンク用
.btnを流用
*/
.p__event-box > div > ul > li > div > div > .btn--line > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0.6875em 2.5em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.4rem;
  font-weight: 700;
  color: #496db4;
  background: #fff;
  border: #496db4 1px solid;
}

.p__event-box > div > ul > li > div > div > .btn--line > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid rgba(73, 109, 180, 0.75);
  border-right: 1px solid rgba(73, 109, 180, 0.75);
  transform: rotate(45deg);
}
.p__event-box > div > ul > li > div > div > .btn--line > a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.p__event-box > div > ul > li > div > div > .btn--line > a:hover:hover {
  opacity: 0.5;
}

/*
2022/05 開催済みセミナーシリーズへのリンク用（位置調整）
.btnを流用
*/

.p__event-box > div > ul > li > div > div > .btn--line {
  padding-top: 1em;
}

.m__page-cnt .event-list > li > div > div > .btn--line {
  padding-top: 1em;
}

.m__page-cnt .event-list > li > div > div > .btn {
  padding-top: 1em;
}



/*
2022/06 よくあるお問合せ用
*/
.recrutingQA {
  width: 100%;
  margin: 0;
	padding: 0;
  line-height: 1.5;
}

.recrutingQA__q {
  margin-bottom: 0.5em;
	padding: 1em 2em;
	background: #eaf6fc;
  font-weight: bold;
  font-size: 1.2em;
}

.recrutingQA__q-marker {
  margin: 1em 0.3em 1em -1em;
	font-size: 1.5em;
}

.recrutingQA__a {
  margin-bottom: 1em;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 3em;
  font-size: 1em;
}

.recrutingQA__a-marker {
	font-size: 1.5em;
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	background: #f15900;
  color: #fff;
}

.recrutingQA abbr[title] {
  text-decoration: none;
  border: none;
}


/*
2022/07 英字大文字表示用
*/

.text-uppercase {
  text-transform: uppercase;
}


/*
2022/08 応募フォームセレクトボックス用
*/
.m__form-cnt .input-set input[type=text],
.m__form-cnt .input-set input[type=email],
.m__form-cnt .input-set input[type=tel] {
  padding-left: 1rem;
}

.jewel-select {
  overflow: hidden;
  margin: 0.125em auto;
  text-align: center;
}

.jewel-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.jewel-select select::-ms-expand {
  display: none;
}

.jewel-select.item01 {
  position: relative;
  border: 1px solid #bcbcbc;
  background: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;

}

.jewel-select.item01::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #333;
  pointer-events: none;
}

.jewel-select.item01 select {
  padding: 8px 38px 8px 8px;
}

textarea {
	display: block;
	box-sizing: border-box;
	width:100%;
	border: #bcbcbc 1px solid;
	border-radius: 5px;
}



/*
2022/06 アクセス用
*/
/*
.accessListView {
  margin: 0 auto 2em;
}
.accessListView dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #1e3b79;
}
.accessListView dl,.accessListView dt,.accessListView dd {
  box-sizing: border-box;
}
.accessListView dt,.accessListView dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 1em;
  border-top: 1px solid #1e3b79;
}
.accessListView dt {
  width: 20%;
  border-left: 1px solid #1e3b79;
  border-right: 1px solid #1e3b79;
  background-color: #eaf6fc;
}
.accessListView dd {
  width: 80%;
  border-right: 1px solid #1e3b79;
  background-color: #fff;
} */

/* 
.accessListView2 {
  margin: 0 auto 2em;
  display: flex;
      flex-wrap: wrap;
  border-bottom: 1px solid #1e3b79;

          box-sizing: border-box;
}

.accessListView2, .accessListView2__means, .accessListView2__description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accessListView2__means, .accessListView2__description {
  display: flex;
          flex-direction: column;
          justify-content: center;
  margin: 0;
  padding: 1em;
  border-top: 1px solid #1e3b79;
}

.accessListView2__means {
  width: 20%;
  border-left: 1px solid #1e3b79;
  border-right: 1px solid #1e3b79;
  background-color: #eaf6fc;
}

.accessListView2__description {
  width: 80%;
  border-right: 1px solid #1e3b79;
  background-color: #fff;
} */
