@charset "UTF-8";
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

.img_box img {
  width: 100% !important;
  height: auto !important;
  border-radius: 20px;
}

.open-btn {
  cursor: pointer;
}

/*--------------------------------------
	TOP
---------------------------------------*/
.p-fv-conts-news-slider a {
  width: 100%;
}

.p-recruit-form {
  margin-bottom: 0.3rem;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

/*--------------------------------------
	textarea
---------------------------------------*/
.p-recruit-form__input.w100 p,
.p-recruit-form__input.w100 p *,
.p-contact-form__input.w100 p,
.p-contact-form__input.w100 p * {
  width: 100%;
}

/*--------------------------------------
	other
---------------------------------------*/
.p-contact-form__wish-inputs.horizontal p br,
.p-contact-form__input.horizontal p br {
  display: none;
}

.caution_text {
  width: 100%;
}

.p-contact-check__wrap,
.p-contact-check__wrap .p-contact-privacy__check {
  height: 100%;
}

.c-sub__modal-img {
  text-align: center;
  width: calc(100% - 1rem) !important;
  min-width: auto !important;
  max-width: 12rem !important;
}

.c-sub__modal-img figure {
  background: none;
  padding-top: 40px !important;
}

.c-sub__modal-cap {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.c-sub__modal-close {
  right: 20px !important;
  z-index: 100;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #fff;
  font-size: 24px !important;
}

/*--------------------------------------
	checkbox　CF7
---------------------------------------*/
.form_checkbox label input[type=checkbox] {
  display: none;
  margin: 0;
}

.form_checkbox label span {
  position: relative;
  margin-right: 30px;
  padding-left: 30px;
  cursor: pointer;
}

.form_checkbox label span::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #707070;
}

.form_checkbox input[type=checkbox]:checked + span::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

/* checked */
.form_checkbox input[type=checkbox]:checked + span {
  /*color: red;*/
}

.form_checkbox input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  display: block;
  left: 10px;
  top: 0px;
  height: 20px;
  width: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.form_checkbox input + span {
  display: inline-block;
  padding-left: 0.5rem;
}

/*--------------------------------------
	submit CF7
---------------------------------------*/
#but_send {
  text-align: center;
}

#but_send * {
  text-align: center;
}

#but_send p br {
  display: none !important;
}

#but_send p {
  position: relative;
}

#but_send p input[type=submit] {
  position: relative;
  border: none;
  width: 420px;
  margin: 0 0 0 70px;
  padding: 30px;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
}

#but_send p::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -4px auto;
  padding: 4px;
  width: 420px;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
  background: linear-gradient(45deg, #e6de50, #cde7ab, #8acbcd);
  transition: all 0.2s;
}

#but_send p::after {
  position: absolute;
  content: "";
  top: 30px;
  right: 100px;
  width: 20px;
  height: 20px;
  background: url(../assets/img/common/ico_arw.png) no-repeat center;
  background-size: 50%;
  transition: all 0.2s;
}

#but_send p:hover::before {
  background: linear-gradient(to bottom, #e6de50, #cde7ab, #8acbcd);
}

#but_send p:hover::after {
  right: 95px;
}

#but_previous p input[type=button] {
  background: none;
  border: none;
  cursor: pointer;
}

/*--------------------------------------
	404
---------------------------------------*/
#notfoundBlock {
  text-align: center;
  margin: 120px auto 0;
}
#notfoundBlock h2,
#notfoundBlock p {
  text-align: center;
  font-weight: 800;
  color: #666;
}
#notfoundBlock h2 {
  font-size: 1.5rem;
}
#notfoundBlock p {
  margin-bottom: 60px;
}

/*--------------------------------------
	search
---------------------------------------*/
.search_result__ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.1rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.search_result__ttl h2 {
  color: #1a21a7;
}

/*--------------------------------------
	seminar
---------------------------------------*/
#editorStyle .contents_block {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.6rem 0.8rem;
}
#editorStyle .overview_box {
  line-height: 2;
}
#editorStyle .overview_box h1 {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 0.3rem;
}
#editorStyle .overview_box h2 {
  font-size: 0.18rem;
  font-weight: 500;
  background: #e2eff8;
  padding: 20px;
}
#editorStyle .overview_box p {
  margin-top: 0.5rem;
}
#editorStyle .overview_box figure {
  margin-top: 0.1rem;
}
#editorStyle .overview_box .headline_list {
  position: relative;
  background: #e2eef8;
  margin-top: 0.8rem;
  padding-top: 0.2rem;
}
#editorStyle .overview_box .headline_list h3 {
  position: absolute;
  top: -20px;
  left: 30px;
  display: inline-block;
  font-size: 0.2rem;
  font-weight: 500;
  color: #fff;
  background: #3594d1;
  padding: 10px 20px;
}
#editorStyle .overview_box .headline_list ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 50px 30px 50px;
}
#editorStyle .overview_box .headline_list ul li {
  width: calc((100% - 60px) / 3);
  border: 1px solid #aaa;
  background: #fff;
  text-align: center;
  padding: 20px;
}
#editorStyle .program_box h2,
#editorStyle .outline_box h2 {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 0.1rem;
  border-left: 2px solid #000;
}
#editorStyle .program_box {
  margin-top: 0.5rem;
}
#editorStyle .program_box h3 {
  text-align: center;
  font-size: 0.22rem;
  font-weight: 600;
  color: #004ea2;
  background: #e2eff8;
  padding: 30px;
  margin-top: 0.3rem;
}
#editorStyle .program_box .contents_box {
  margin-top: 0.3rem;
}
#editorStyle .program_box .contents_box h4 {
  font-size: 0.18rem;
  font-weight: 500;
  color: #fff;
  background: #004ea2;
  padding: 10px 20px;
  margin-top: 0.3rem;
}
#editorStyle .program_box .contents_box h5 {
  font-weight: 500;
  color: #148ee3;
  margin-top: 0.3rem;
}
#editorStyle .program_box .contents_box p {
  margin-top: 0.3rem;
}
#editorStyle .program_box .column_2 {
  margin-top: 0.3rem;
  line-height: 1.8;
}
#editorStyle .program_box .column_2 .wp-block-column:nth-child(1) figure {
  width: 100%;
}
#editorStyle .program_box .column_2 .wp-block-column:nth-child(1) figure img {
  width: 100%;
}
#editorStyle .program_box .column_2 .wp-block-column:nth-child(2) h6 {
  font-weight: 500;
}
#editorStyle .program_box .column_2 .wp-block-column:nth-child(2) p {
  margin-top: 0.1rem;
}
#editorStyle .program_box hr {
  border: none;
  border-bottom: 1px solid #3f3f3f;
  margin: 50px 0;
}
#editorStyle .outline_box {
  margin-top: 0.5rem;
}
#editorStyle .outline_box table {
  margin-top: 0.3rem;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #696969;
  border-radius: 0.3rem;
  overflow: hidden;
}
#editorStyle .outline_box table td {
  padding: 20px;
  border: 1px solid #696969;
  border-top: none;
  border-left: none;
}
#editorStyle .outline_box table td:nth-child(1) {
  width: 200px;
  background: #ededed;
  font-weight: 600;
}
#editorStyle .outline_box table td:nth-child(2) {
  width: calc(100% - 200px);
  border-right: none;
}
#editorStyle .outline_box table tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  /*--------------------------------------
  	textarea
  ---------------------------------------*/
  /*--------------------------------------
  	other
  ---------------------------------------*/
  .c-sub__modal-img figure {
    padding-top: 30px;
  }
  .c-sub__modal-close {
    right: 20px !important;
  }
  .c-sub__modal-close span::before,
  .c-sub__modal-close span::after {
    background-color: #fff !important;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    color: #333;
    font-size: 24px !important;
  }
  /*--------------------------------------
  	checkbox　CF7
  ---------------------------------------*/
  .form_checkbox label span {
    line-height: 30px;
  }
  .form_checkbox label span::before {
    top: 0px;
  }
  /* checked */
  .form_checkbox input[type=checkbox]:checked + span::after {
    top: 2px;
  }
  .form_checkbox input + span {
    padding-left: 0.8rem;
  }
  /*--------------------------------------
  	submit CF7
  ---------------------------------------*/
  #but_send {
    width: 100%;
    height: 100%;
  }
  #but_send p {
    height: 78px;
  }
  #but_send p input[type=submit] {
    width: 100%;
    margin: 0 0 0 4px;
    padding: 30px;
  }
  #but_send p::before {
    width: 100%;
  }
  #but_send p::after {
    right: 5%;
  }
  #but_send p:hover::after {
    right: 4%;
  }
  /*--------------------------------------
  	404
  ---------------------------------------*/
  #notfoundBlock {
    margin: 60px auto 0;
  }
  #notfoundBlock p {
    margin-bottom: 30px;
  }
  /*--------------------------------------
  	search
  ---------------------------------------*/
  /*--------------------------------------
  	seminar
  ---------------------------------------*/
  #editorStyle .overview_box {
    line-height: 1.8;
  }
  #editorStyle .overview_box h1 {
    font-size: 0.36rem;
  }
  #editorStyle .overview_box h2 {
    font-size: 0.3rem;
    padding: 10px;
  }
  #editorStyle .overview_box .headline_list {
    margin-top: 1.2rem;
    padding-top: 0.5rem;
  }
  #editorStyle .overview_box .headline_list h3 {
    font-size: 0.28rem;
    line-height: 1.8;
    padding: 10px;
    top: -30px;
    left: 15px;
    max-width: calc(100% - 30px);
  }
  #editorStyle .overview_box .headline_list ul {
    gap: 15px;
    padding: 30px 15px 20px;
  }
  #editorStyle .overview_box .headline_list ul li {
    width: 100%;
    padding: 10px;
  }
  #editorStyle .program_box h2,
  #editorStyle .outline_box h2 {
    font-size: 0.32rem;
  }
  #editorStyle .program_box h3 {
    font-size: 0.3rem;
    line-height: 1.6;
    padding: 10px;
  }
  #editorStyle .program_box .contents_box {
    margin-top: 0.5rem;
  }
  #editorStyle .program_box .contents_box h4 {
    font-size: 0.26rem;
    padding: 10px;
  }
  #editorStyle .program_box .contents_box p {
    line-height: 1.8;
  }
  #editorStyle .program_box .column_2 {
    margin-top: 0.5rem;
  }
  #editorStyle .program_box .column_2 .wp-block-column:nth-child(2) {
    margin-top: -0.4rem;
  }
  #editorStyle .outline_box table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #696969;
    border-radius: 0.3rem;
    overflow: hidden;
  }
  #editorStyle .outline_box table td {
    display: block;
    padding: 10px;
  }
  #editorStyle .outline_box table td:nth-child(1) {
    width: 100%;
    border-right: none;
  }
  #editorStyle .outline_box table td:nth-child(2) {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */