/* style.css記述 */

/** 汎用スタイル **/
nav{
	height: 70px;/*高さ指定*/
	width:100%;/*横幅指定*/
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#333;
	color:#fff;
	text-align: center;
	padding: 20px;
  font-size: larger;
  font-weight: bold;
}

/*JSを使いfixedクラスが付与された際の設定*/
nav.fixed{
	position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
}
.dropdown-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* ジャンプ(固定ヘッダあり) */
.section-multiple {
  scroll-margin-top: 100px;
}

/** jumbotronの背景に指定画像 **/
.jumbotron {
  background: url('../img/top/top-image.jpeg') center no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 500px;
  border-radius: 0;
  padding: 3rem 2rem;
  color:white;
}
.jumbotron span {
            font-style: italic;
}

/* バナー */
.banner-box {
  display: inline-block; /* サイズが決まる */
  position: relative;
  padding: 20px; /* 中身の余白 */
}
.banner-box::before {
  content: "";
  position: absolute;
  /* top: 0;
  left: 0; */
  width: 40px;   /* 横線の長さ */
  height: 40px;  /* 縦線の長さ */
  border-top: 2px dashed white;
  border-left: 2px dashed white;
}
.banner-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-bottom: 2px dashed white;
  border-right: 2px dashed white;
  margin-right: 80px; 
}
.initial{
  color: #7fffff;
  font-size: 45px;
  font-weight: 700;
}

/** トップへ戻るボタン **/
.wf-gotta-top {
  width: 100px;
  height: 74px;
  right: 0;
  bottom: 0;
  background: #4f4f4f;
  opacity: 0.6;
}

.slide-content {
  padding: 15px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
}

.btn-square {
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: #fff;
  position: relative;
}

.toggle-trigger {
  cursor: pointer;
}

.recruit-title {
  font-size: 1.4rem;
  border-left: 5px solid #133A59;
  padding-left: 10px;
  margin-bottom: 15px;
  color: #133A59;
}

.recruit-subtitle {
  display: block;
  font-size: 0.8rem;
  color: #666;
  margin-top: 4px;
}

.interview-border {         
  border: 1px solid #ccc;         
  border-radius: 1rem;               
  padding: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);  /* 濃いめの影で立体感 */
  color: #333;                            /* 視認性の良い文字色 */
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

.contact-label {
  display:flex;
  align-items:center;
  margin-top: 4px;
  margin-bottom: 4px;
}

.error-indication {
  border: 2px solid #ff4d4d !important;
  background-color: #ffdddd;
}

.error-message {
  color: red;
  font-size: 0.9em;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.error-message.is-active {
  visibility: visible;
  opacity: 1;
}

@media (max-width:767.98px) {
  .contact-table th {
      display: block;
  }
}

.training-table{
 width: 70%;
 margin:0 auto;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.training-table th{
 padding: 10px;
 border-bottom: solid 4px #778ca3;
 font-size: large;
 color: #536272;
}
.training-table td{
 padding: 10px;
 border-bottom: solid 1px #778ca3;
}

/* style.css2記述 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
main {
  display: block;
  padding-bottom: 80px;
}
.inner-block {
  position: relative;
  max-width: 1260px;
  padding: 0 30px;
}

.c-table02 {
  border-collapse: separate;
  border-spacing: 0;
}
.c-table02 tr:nth-child(n+2) td {
  border-top: none;
}
.c-table02 tr:nth-child(n+2) th {
  border-top: none;
}
.c-table02 th {
  padding: 14px 20px;
  background: #133A59;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
  text-align: left;
  border: solid 1px #D6D8E5;
  border-right: none;
}
.c-table02 td {
  word-break: normal;
  background: #FCFCFC;
  padding: 14px 20px;
  border: solid 1px #D6D8E5;
}

.c-webinar-detail-body * {
  max-width: 100%;
}
.c-webinar-detail-body > * + * {
  margin-top: 1.5rem;
}
.c-webinar-detail-body *:first-child {
  margin-top: 0 !important;
}
.c-webinar-detail-body h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 80px 0 30px;
  position: relative;
  padding-left: 14px;
}
.c-webinar-detail-body h2:after {
  position: absolute;
  content: "";
  display: block;
  background: #133A59;
  border-radius: 10px;
  left: 0;
  top: 6px;
  width: 4px;
  height: calc(100% - 12px);
}
.c-webinar-detail-body h3 {
  font-size: 18px;
  margin: 60px 0 20px !important;
  position: relative;
  color: #133A59;
  font-weight: bold;
}
.c-webinar-detail-body table {
  width: 100%;
  font-size: 15px;
}
.c-webinar-detail-body table tr {
  border-bottom: solid 1px #E1E1E1;
}
.c-webinar-detail-body table th {
  width: 130px;
  text-align: left;
  vertical-align: top;
  padding: 10px 10px 10px 0;
}
.c-webinar-detail-body table td {
  padding: 10px 0;
}
.c-webinar-detail-body ul li {
  padding-left: 15px;
  position: relative;
}
.c-webinar-detail-body ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  background: #BA895D;
  border-radius: 50%;
}

.mw_wp_form .horizontal-item {
  margin-left: 0 !important;
}
.mw_wp_form .error {
  margin-top: 8px !important;
}
.mw_wp_form_confirm-only {
  display: none;
}
.mw_wp_form_confirm .mw_wp_form_confirm-none {
  display: none;
}
.mw_wp_form_confirm .mw_wp_form_confirm-only {
  display: block;
}
.mw_wp_form_confirm .c-select-input {
  width: auto;
}
.mw_wp_form_confirm .c-select-input:before {
  display: none;
}
.mw_wp_form_confirm .c-time-input__year-input {
  width: auto;
}
.mw_wp_form_confirm .c-time-input__month-input {
  width: auto;
}
.mw_wp_form_confirm .c-time-input__date-input {
  width: auto;
}
.mw_wp_form_confirm .c-between-input__year01-input {
  width: auto;
}
.mw_wp_form_confirm .c-between-input__month01-input {
  width: auto;
}
.mw_wp_form_confirm .c-between-input__year02-input {
  width: auto;
}
.mw_wp_form_confirm .c-between-input__month02-input {
  width: auto;
}
.mw_wp_form_confirm .c-form-table .radio-box, .mw_wp_form_confirm .c-form-table-small .radio-box {
  margin-top: 0;
  margin-left: 0;
}

.home-leader-list {
  margin-top: 30px;
  color: #fff;
}
.home-leader-list__mainttl {
  font-size: 18px;
  font-weight: bold;
}

.home-common-ttl-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}
.home-common-ttl-block__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home-common-ttl-block__ttl-jp {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #133A59;
}
.home-common-ttl-block__ttl-en {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.p_service-item {
  padding: 60px 0;
}
.p_service-item__area01 {
  margin-top: 40px !important;
}

.p_contact-top {
  text-align: center;
  margin-bottom: 40px;
}

body {
  letter-spacing: 0.05em;
  color: #333;
}

.c-table02 tr:first-child th {
  border-top-left-radius: 10px;
}
.c-table02 tr:first-child td {
  border-top-right-radius: 10px;
}
.c-table02 tr:last-child th {
  border-bottom-left-radius: 10px;
}
.c-table02 tr:last-child td {
  border-bottom-right-radius: 10px;
}

/* 追加 */
.dropdown-item {
  text-align: center;
}

@media (max-width: 767.98px) {
.navbar{
  position: relative;
  z-index: 2;
}
.navbar-collapse {
  position: absolute;
  background-color: #00aca0;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 12px;
}
.navbar-collapse .dropdown-menu{
  position: static !important;
  width: 100% !important;
  border: none !important;
  background-color: #00aca0;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  margin: 0;
  text-align: center;
}
.navbar-collapse .dropdown-item{
  color: #fff ;
}
}

@media (min-width: 768px) {
.navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
.navbar-collapse .dropdown-menu{
  background-color: #00aca0;
  border: none;
  border-radius: 0;
}
.navbar-collapse .dropdown-item{
  color: #fff ;
}
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #4fcfc5;
}