@charset "utf-8";

/* =======================================
Top visual
========================================== */
.contact .main__visual div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 185px;
  position: relative;
  border-bottom: 2px solid #DDE3E6;
  background: #ffffff;
}

.main__visual {
  position: relative;
  overflow: hidden;
  padding-bottom: 88px;
}

.main__visual::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 812px;
  height: 249px;
  background: url("/assets/images/category/2026other_mv.png") no-repeat bottom right;
}

@media screen and (max-width: 1400px) {
  .main__visual::after {
    right: 50%;
    margin-right: -800px;
  }
}

.contact .main__visual h1 {
  color: #3D4760;
  text-align: left;
  padding: 20px 0 0;
  width: 100%;
  font-size: 4.0rem;
  font-weight: 900;
}

.contact .main__visual h1 span {
  display: block;
  margin: 0;
  color: #00A9E9;
  font-weight: bold;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .gnavi {
    height: 66px;
  }

  .contact .main__visual div {
    padding: 0;
    min-height: 140px;
  }

  .main__visual {
    padding-bottom: 60px;
  }

  .contact .main__visual h1 {
    padding: 15px 0;
    font-size: 2.8rem;
    line-height: 1.3;
  }

  .contact .main__visual h1 span {
    font-size: 1.6rem;
  }

  .main__visual::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 15px;
    right: -20px;
    width: 300px;
    height: 92px;
    background: url(/assets/images/category/2026other_mv.png) no-repeat bottom right;
    background-size: cover;
    margin-right: 0;
  }
}
.contact{
  color: #3D4760;
}
.contact .breadcrumbs {
  margin-top: 0 !important;
}

.complete__txt h2 {
  font-size: 100%;
  margin: 0 0 40px;
}

.contact__lead,
.contact .form__box>p {
  /*margin: 0 0 40px;*/
}

@media screen and (max-width: 940px) {
  .contact.inner--width {
    padding: 0;
  }
}

/* =======================================
Seminar
========================================== */
.seminar {
  /*background: url("../images/top/seminar_bg.jpg") no-repeat bottom right / cover;
	padding: 105px 0;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.seminar h2 small {
  color: #666;
}

.seminar>.content__tl {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.seminar .content--lead {
  margin: 40px 0 0;
}

.seminar__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin: 60px 0 0;
}

.seminar__list>li {
  background: #fff;
  /*border: 1px solid #0098E4;*/
  border-radius: 15px;
  padding: 30px 14px;
  font-weight: 500;
  position: relative;
}

.seminar__list dt {
  font-size: 125%;
  line-height: 1.7;
}

.seminar__list dt .seminar__title {
  height: 3.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 840px) {
  .seminar__list dt .seminar__title {
    overflow: inherit;
    text-overflow: inherit;
    display: inline;
  }
}

.seminar__list .seminar-detail {
  width: 100%;
  padding: 10px 5px;
  margin: 20px 0;
  border-top: 1px solid #00a7e9;
  border-bottom: 1px solid #00a7e9;
  display: flex;
  align-items: center;
  grid-gap: 15px;
}

.seminar__list .seminar-detail span {
  display: none;
}

.seminar__list .seminar-detail dt {
  background: #00a7e9;
  color: #fff;
  display: inline-block;
  font-size: 75%;
  text-align: center;
  padding: 5px 14px;
  flex-shrink: 0;
}

.seminar__list dd ul {
  padding: 0 15px;
  display: flex;
  grid-gap: 20px;
  align-items: flex-start;
}

.seminar__list dd ul li {
  width: 100%;
}

.seminar__list dd ul li.img {
  width: 145px;
  flex-shrink: 0;
}

.seminar__list dd ul li.img figure {
  width: 100%;
  padding-top: 96.552%;
  position: relative;
  overflow: hidden;
}

.seminar__list dd ul li.img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.seminar__list dd ul li .seminar__title {
  font-size: 110%;
}

.seminar__list dd ul li .seminar--name {
  /*font-size: 96.5%;*/
  font-size: 1.4rem;
  margin: 20px 0 0;
}

.seminar__list dd ul li .seminar--name strong {
  margin: 30px 0 0;
  font-size: 118.5%;
  display: block;
}

.seminar__list dd li span {
  display: flex;
  height: 150px;
  overflow: hidden;
  justify-content: center;
}

.seminar__list dd img {
  height: 150px;
}

.seminar__list .apply__btn a {
  width: 100%;
  max-width: 320px;
  padding: 12px 40px 13px 20px;
  margin: 16px auto 0;
  background-color: #1F96E4;
  color: #fff;
  display: block;
}

.seminar__list .apply__btn a::before {
  display: none;
}

.seminar__list .apply__btn a::after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  transform: rotate(0deg);
  right: calc(50% - 5.2em);
}

.seminar--link {
  margin: 30px 0 0;
  text-align: center;
}

.seminar--link a {
  border-bottom: 1px solid #000;
}

.reception_closed_info {
  display: block;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 24%;
  background: #303030b8;
  width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 940px) {
  .reception_closed_info {
    top: 20%;
  }
}

@media screen and (max-width: 840px) {}

.report {
  padding: 30px 0 0;
}

.report .content__tl {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.report .content__tl h2 {
  width: 100%;
  /*margin-bottom: 45px;*/
}

.report .content__tl .content--lead {
  margin: 0;
}

.report .content__tl .detail__btn {
  /*width: 315px; 白背景・青矢印ボタン用の調整*/
  flex-shrink: 0;
  align-self: flex-end;
}

/* 白背景・青矢印ボタン
.report .content__tl .detail__btn a {
  width: 100%;
  padding: 15px 25px 15px 15px;
  background-color: #fff;
  border: 2px solid #1F96E4;
  border-radius: 50px;
  color: #1F96E4;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
}
.report .content__tl .detail__btn a::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #1F96E4;
  display: block;
}*/
.report .content__tl .detail__btn a {
  padding: 15px;
}

.report__list-wrap {
  width: 100%;
}

.report__list {
  display: flex;
}

.report__list .slick-arrow {
  background: rgba(53, 53, 53, 0.9) url(../images/top/seminar_arrow.svg) center/22px no-repeat;
  color: transparent;
  opacity: 1;
}

.report__list .slick-arrow.next {
  transform: translateY(-50%) scale(-1, 1);
}

.report__list .slick-arrow:hover {
  opacity: 1;
}

.report__list li {
  margin: 0 12px;
  /*border: 1px solid #0098E4;*/
  border-radius: 14px;
  overflow: hidden;
}

.report__list li a {}

.report__list .report_item {
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 20px;
}

.report__list .report_name {
  padding: 0 22px;
  font-size: 93.75%;
  font-weight: 700;
  display: block;
  margin: 20px 0;
}

.report__list .report_name br {
  display: none;
}

.report__list figure.ttl__img {
  max-height: 185px;
  overflow: hidden;
  order: 0;
}

.report__list p.date__name {
  border-bottom: 1px dotted #ccc;
  display: block;
  order: 3;
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-align: center;
  width: 100%;
  display: none;
}

.report__list p.date__txt {
  padding: 0 22px;
  font-size: 75%;
  align-items: center;
  display: flex;
  order: 5;
  margin: 0 auto 10px 0;
  position: absolute;
  bottom: .5em;
}

.report__list h3.report__h3 {
  display: none;
}

.report__list p.date__txt::before {
  content: "セミナー開催日：";
}

.report__list h3.report__h3::before {
  background: #000;
  content: "セミナー名";
  color: #fff;
  display: inline-block;
  font-size: 80%;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  text-align: center;
  width: 120px;
}

.report__list p.lead__txt {
  display: none;
}

.report__list .seminar--link {
  width: 100%;
  padding: 0 22px;
  margin: 0;
  order: 10;
  display: none;
}

.report__list .seminar--link span {
  width: 100%;
  padding: 12px 20px 13px;
  background-color: #1F96E4;
  border-radius: 50px;
  color: #fff;
  font-size: 87.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
}

.report__list .seminar--link span::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  display: block;
}

.report__list dd {
  width: 100%;
  margin-top: auto;
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 940px) {
  .seminar .inner--width {
    padding: 0 20px;
  }
}

@media screen and (max-width: 840px) {
  .seminar {
    margin: 0;
    /*padding: 20% 0 10%;*/
  }

  .seminar__list {
    display: block;
  }

  .seminar__list li {
    width: 100%;
  }

  .seminar__list li:first-child {
    margin: 0;
  }

  .seminar__list>li:last-child {
    margin: 40px 0 0;
  }

  .seminar__list dt ul li:first-child {
    width: 140px;
  }

  .seminar__list dt ul li:last-child {
    width: 100%;
  }

  .seminar__list .seminar__title br {
    display: none;
  }

  .seminar__list dt li span {
    align-items: flex-start;
  }

  .seminar__list dt img {
    height: auto;
    width: 100px;
  }

  .seminar__list dd ul {
    flex-direction: column;
    align-items: center;
  }

  .seminar__list dd ul li .seminar--name {
    margin: 0;
  }

  .seminar__list dd ul li .seminar--name strong {
    margin-top: 10px;
  }

  .report {
    display: block;
    padding: 10% 0;
  }

  .report span {
    max-height: 200px;
    overflow: hidden;
  }

  .report .content__tl {
    padding: 0;
  }

  .report .detail__btn {
    margin: 20px 0 0;
  }

  .report__list {
    display: block;
  }

  .report__list-wrap {
    margin: 40px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .seminar .content__tl {
    display: block;
  }

  .detail__btn a {
    font-size: 80%;
    padding: 10px 20px;
  }

  .report .content__tl {
    display: block;
    width: 100%;
  }
}


.contact_wrap {
  text-align: center;
}

.btn_contact {
  width: 300px;
  height: 60px;
  background: linear-gradient(270deg, #ED504D 0%, #F0894D 100%) !important;
  border-radius: 50px;
  color: #fff !important;
  font-size: large;
  display: block;
  margin: 0 auto;
  line-height: 60px;
  text-align: center !important;
  position: relative;
}

.btn_contact::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 25px;
  width: 16px;
  height: 13px;
  transform: translateY(-50%);
  background: url(../images/common/arrow_btm_white.svg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .contact_wrap {
    text-align: left;
  }

  .onlyPC {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .onlyPC {
    display: block;
  }
}

.contact_box {
  width: 700px;
  padding: 40px;
  background-color: #F3F8FC;
  border-radius: 6px;
  margin: 0 auto;
}

.contact_box_ttl {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width:767px) {
  .contact_box {
    width: 100%;
    padding: 20px;
  }
}