@charset "UTF-8";
.p-seminarMain {
  background: #E2F2FB;
}

.l-container {
  max-width: 1075px;
  padding: 0;
}

.p-footer .l-container {
  max-width: 100%;
}

.p-header .l-container {
  max-width: 100%;
}

.p-seminarMain__inner {
  padding: 5vw 20px;
}

.p-seminarMain__ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #007BC7;
}

.p-seminarMain_post {
  padding: 60px 20px 100px;
  background-image: url(../images/ashirai01.png), url(../images/ashirai02.png);
  background-repeat: no-repeat;
  background-size: 471px;
  background-position: -200px 8%, 120% 80%;
  background-color: #FBFDFF;
}
.p-seminarMain_post.single {
  background: none;
  padding-bottom: 60px;
}
.p-seminarMain_post .l-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-seminarMain__postImg {
  width: 46%;
}

.p-seminarMain__postContents {
  width: 50%;
}

.breadcrumb {
  overflow-x: scroll;
  scrollbar-width: none;
  padding: 1.2em 10px;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb__list {
  display: flex;
}

@media screen and (min-width: 750px) {
  .breadcrumb__list {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 749px) {
  .breadcrumb__list {
    font-size: 1rem;
  }
}
.breadcrumb__item {
  color: #888;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1;
}

.breadcrumb__item + .breadcrumb__item:before {
  content: "＞";
  display: inline-block;
  margin: 0 0.5rem;
  color: #888;
  transform: scaleX(0.5);
}

.breadcrumb__anc {
  color: #333;
  line-height: 1;
}

@media screen and (min-width: 750px) {
  .breadcrumb__anc:hover {
    text-decoration: underline;
  }
}
.p-seminarMaina_post {
  padding: 0 10px;
  margin-top: 50px;
}

.p-seminarMain__postImg {
  margin-bottom: 15px;
}
.p-seminarMain__postImg img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  height: auto;
}

.p-seminarMain__postTtl {
  font-size: 30px;
  font-weight: bold;
  color: #007BC7;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 3px dotted #01A6E2;

}

.p-seminarMain__postTxt {
  font-size: 18px;
  line-height: 1.6;
}

.p-seminarMain__postLink {
  margin-top: 45px;
  border-radius: 26px;
  text-align: center;
  color: #01A6E2;
  border: 2px solid #01A6E2;
  display: block;
  width: 168px;
  height: 52px;
  line-height: 48px;
  transition: all 0.3s ease;
}
.p-seminarMain__postLink:hover {
  color: #fff;
  background: #01A6E2;
}

.p-seminarMain__lists {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 30px;
  padding: 0 20px;
}

.p-seminarMain__listImg {
  margin-bottom: 10px;
}
.p-seminarMain__listImg img {
  width: 100%;
  border-radius: 8px;
}

.p-seminarMain__listTtl {
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-pagination {
  padding: 0 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.b-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.b-pagination__item a {
  font-size: 16px;
  color: #007BC7;
}
.b-pagination__item a img {
  width: 18px;
}

@media screen and (max-width: 768px) {
  .p-seminarMain {
    padding-top: 0;
  }
  .p-seminarMain__inner {
    padding: 65px 20px;
  }
  .p-seminarMain__ttl {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #007BC7;
  }
  .p-seminarMain_post {
    margin-top: 20px;
    padding: 20px 10px;
  }
  .p-seminarMain_post .l-container {
    display: block;
  }
  .p-seminarMain__postImg {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-seminarMain__postImg img {
    width: 100%;
    border-radius: 8px;
  }
  .p-seminarMain__postContents {
    width: 100%;
  }
  .p-seminarMain__postTtl {
    font-size: 30px;
    color: #007BC7;
    line-height: 1.5;
    margin-bottom: 30px;

  }
  .p-seminarMain__postTxt {
    font-size: 18px;
    line-height: 1.6;
  }
  .p-seminarMain__postLink {
    margin: 0 auto;
    margin-top: 45px;
    border-radius: 26px;
    text-align: center;
    color: #01A6E2;
    border: 2px solid #01A6E2;
    display: block;
    width: 168px;
    height: 52px;
    line-height: 48px;
  }
  .p-seminarMain__lists {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 14px;
    padding: 0 10px;
  }
  .p-seminarMain__listImg {
    margin-bottom: 10px;
  }
  .p-seminarMain__listImg img {
    width: 100%;
    border-radius: 8px;
  }
  .p-seminarMain__listTtl {
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .p-pagination {
    padding: 0 10px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .b-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
  .b-pagination__item a {
    font-size: 16px;
    color: #007BC7;
  }
  .b-pagination__item a img {
    width: 18px;
  }
}
.p-seminar__detail {
  padding: 45px 40px;
  background: #FAFDFF;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 55px;
}
.p-seminar__detail p {
  font-size: 16px;
  line-height: 1.6;
}

.p-seminar__detailTtl {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
  color: #007BC7;
}

.p-seminar__profile {
  margin-bottom: 55px;
}

.p-seminar__profileBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-seminar__profileImg {
  width: 30%;
}
.p-seminar__profileImg img {
  width: 100%;
}

.p-seminar__profileContents {
  width: 67%;
}

.p-seminar__profileTtl {
  padding: 10px 0;
  padding-left: 20px;
  margin-bottom: 16px;
  border-left: 6px solid #00B8EE;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.p-seminar__profileImg {
  margin-bottom: 24px;
}

.p-seminar__profileName {
  font-size: 18px;
  margin-bottom: 20px;
}

.p-seminar__profileCompany {
  font-size: 14px;
  margin-bottom: 16px;
}

.p-seminar__profileTxt {
  font-size: 16px;
  line-height: 1.6;
}

.p-seminar__schedule {
  padding: 55px 10px;
  background: #FAFDFF;
  border-radius: 8px;
}
.p-seminar__scheduleTtl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.p-seminar__scheduleTtl::after {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  background: #00B8EE;
  margin: 20px auto 40px;
}

.p-seminar__scheduleItem {
  padding: 25px 0;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.p-seminar__scheduleItem h4 {
  margin-bottom: 15px;
  color: #007BC7;
  width: 50%;
}
.p-seminar__scheduleItem p {
  line-height: 1.7;
  width: 50%;
}
.p-seminar__scheduleItem + .p-seminar__scheduleItem {
  border-top: 1px solid #EAEAEA;
}

.p-seminar__form {
  padding: 100px 20px;
  background: #F6FCFF;
  margin-top: 100px;
}

.p-seminar__formItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  align-items: center;
}

.p-seminar__formItemCont {
  width: 63%;
}

.p-seminar__formItemTtl {
  width: 35%;
  margin-bottom: 0 !important;
}

.p-seminar__formTtl {
  text-align: center;
  font-size: 40px;
  color: #007BC7;
  margin-bottom: 65px;
}

.p-seminar__formItemTtl {
  line-height: 1.6;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-seminar__formItemTtl .required {
  background: #DE0001;
  color: #fff;
  border-radius: 2px;
  padding: 2px 16px;
  margin-left: 16px;
  font-size: 13px;
}
.p-seminar__formItemTtl .norequired {
  background: #D8D8D8;
  color: #fff;
  border-radius: 2px;
  padding: 2px 16px;
  font-size: 13px;
  margin-left: 16px;
}

.p-seminar__formItemCheck {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-seminar__formItemCheck.flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.p-seminar__formItemCheck label {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}

.p-seminar__formItemInput.flex {
  display: flex;
  justify-content: space-between;
}
.p-seminar__formItemInput input,
.p-seminar__formItemInput textarea {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.p-seminar__formItemInput input.w50 {
  width: 48%;
}
.p-seminar__formItemInput textarea {
  height: 250px;
}

.p-seminar__formItemPrivacy {
  line-height: 1.7;
}
.p-seminar__formItemPrivacy a {
  color: #2D9CEA;
}

.p-seminar__formItemBox {
  padding-top: 40px;
  border-top: 1px solid #D8D8D8;
  margin-top: 35px;
}
.p-seminar__formItemBox label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.p-seminar__formSubmit {
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}
.p-seminar__formSubmit input {
  color: #fff;
  background: #F6601B;
  text-align: center;
  color: #fff;
  width: 317px;
  height: 51px;
  border-radius: 11px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-container {
    padding: 0 10px;
  }
  .p-seminar__detail {
    padding: 45px 40px;
    background: #FAFDFF;
    border-radius: 8px;
    margin-top: 0px;
    margin-bottom: 55px;
  }
  .p-seminar__detail p {
    font-size: 16px;
    line-height: 1.6;
  }
  .p-seminar__detailTtl {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
    color: #007BC7;
  }
  .p-seminar__profile {
    margin-bottom: 55px;
  }
  .p-seminar__profileTtl {
    padding: 10px 0;
    padding-left: 20px;
    margin-bottom: 16px;
    border-left: 6px solid #00B8EE;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
  }
  .p-seminar__profileBox {
    display: block;
  }
  .p-seminar__profileContents {
    width: 100%;
  }
  .p-seminar__profileImg {
    width: 100%;
  }
  .p-seminar__profileImg {
    margin-bottom: 24px;
  }
  .p-seminar__profileName {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-seminar__profileCompany {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .p-seminar__profileTxt {
    font-size: 16px;
    line-height: 1.6;
  }
  .p-seminar__schedule {
    padding: 55px 10px;
    background: #FAFDFF;
    border-radius: 8px;
  }
  .p-seminar__scheduleTtl {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
  }
  .p-seminar__scheduleTtl::after {
    content: "";
    display: block;
    width: 50px;
    height: 6px;
    background: #00B8EE;
    margin: 20px auto 40px;
  }
  .p-seminar__scheduleItem {
    padding: 25px 0;
    display: block;
  }
  .p-seminar__scheduleItem h4 {
    margin-bottom: 15px;
    color: #007BC7;
    width: 100%;
  }
  .p-seminar__scheduleItem p {
    line-height: 1.7;
    width: 100%;
  }
  .p-seminar__scheduleItem + .p-seminar__scheduleItem {
    border-top: 1px solid #EAEAEA;
  }
  .p-seminar__form {
    padding: 45px 10px;
    background: #F6FCFF;
    margin-top: 50px;
  }
  .p-seminar__formItem {
    display: block;
    margin-bottom: 24px;
  }
  .p-seminar__formItemCont {
    width: 100%;
  }
  .p-seminar__formTtl {
    text-align: center;
    font-size: 40px;
    color: #007BC7;
    margin-bottom: 35px;
  }
  .p-seminar__formItemTtl {
    line-height: 1.6;
    margin-bottom: 18px !important;
    width: 100%;
    display: block;
  }
  .p-seminar__formItemTtl .required {
    background: #DE0001;
    color: #fff;
    border-radius: 2px;
    padding: 2px 16px;
    margin-left: 16px;
    display: inline-block;
  }
  .p-seminar__formItemTtl .norequired {
    background: #D8D8D8;
    color: #fff;
    border-radius: 2px;
    padding: 2px 16px;
    margin-left: 16px;
    display: inline-block;
  }
  .p-seminar__formItemCheck {
    display: flex;
    flex-direction: column;
  }
  .p-seminar__formItemCheck.flex {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }
  .p-seminar__formItemCheck label {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
  }
  .p-seminar__formItemInput input,
  .p-seminar__formItemInput textarea {
    padding: 16px;
    box-sizing: border-box;
    font-family: "Noto Sans JP";
  }
  .p-seminar__formItemInput input::-moz-placeholder, .p-seminar__formItemInput textarea::-moz-placeholder {
    color: #D8D8D8;
  }
  .p-seminar__formItemInput input::placeholder,
  .p-seminar__formItemInput textarea::placeholder {
    color: #D8D8D8;
  }
  .p-seminar__formItemPrivacy {
    line-height: 1.7;
  }
  .p-seminar__formItemPrivacy a {
    color: #2D9CEA;
  }
  .p-seminar__formItemBox {
    padding-top: 40px;
    border-top: 1px solid #D8D8D8;
    margin-top: 35px;
  }
  .p-seminar__formItemBox label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .p-seminar__formSubmit {
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
  }
  .p-seminar__formSubmit input {
    color: #fff;
    background: #F6601B;
    text-align: center;
    color: #fff;
    width: 317px;
    height: 51px;
    border-radius: 11px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
  }
}
.p-seminar__modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 550px;
  width: 92%;
  max-height: 80%;
  z-index: 1000;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

.p-seminar__modalClose {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.p-seminar__modalTtl {
  background: #00B8EE;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
}

.p-seminar__modalBody {
  background: #fff;
  padding: 25px 30px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.p-seminar__modalBody p {
  font-size: 14px;
  line-height: 1.7;
}/*# sourceMappingURL=seminar.css.map */

.mw_wp_form .error {
  margin-top: 10px;
}

.p_formBtn {
  color: #fff;
  background: #F6601B;
  text-align: center;
  color: #fff;
  width: 317px;
  height: 51px;
  line-height: 51px;
  border-radius: 11px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 0;
  display: block;
}

.p-seminar__formItemCont select {
  background: #fff;
  padding: 16px;
  padding-right: 30px;
  box-sizing: border-box;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
}
.p-seminar__formItemSelect {
  position: relative;
  width: max-content;
}
.p-seminar__formItemSelect::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 5px;
  height: 5px;
  margin-top: -7px;
  border: 0;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  z-index: 2;
}

.p-seminar_thanks {
  max-width: 800px;
  margin: 80px auto;
}
.p-seminar_thanks h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.p-seminar_thanks p {
  line-height: 1.7;
  font-size: 16px;
}
.p-seminarMain_postEnd {
	text-align:center;
	font-size:32px;
	font-weight:bold;
	color: #007BC7;
	margin-bottom:60px;
}
@media screen and (max-width: 768px) {
  .p-seminar_thanks {
    max-width: 800px;
    padding: 0 10px;
    margin: 40px auto;
  }
  .p-seminar_thanks h3 {
    font-size: 18px; 
    margin-bottom: 20px;
  }
  .p-seminar_thanks p {
    font-size: 14px;
  }
}