@charset "UTF-8";
@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.detail-btn, .link-box__list {
  display: -webkit-box;
  display: -ms-flexbox
}

.link-box__item--media, .link-box__item--service {
  -webkit-transition: all .3s ease-in;
  position: relative
}

.section {
  width: 100%;
  min-width: 1170px;
  padding: 90px 0;
  margin: 0 auto
}

.top-title {
  margin-bottom: 60px;
  text-align: center
}

.top-title__heading-2 {
  font-size: 40px;
  font-weight: 400;
  font-family: Times, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  line-height: 1
}

.top-title__lead {
  margin-top: 20px;
  color: #7d7d7f;
  font-size: 14px;
  line-height: 1
}

.link-box__list {
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 60px;
  width: 1110px
}

.link-box__item--media {
  margin: 0 15px;
  width: 255px;
  transition: all .3s ease-in
}

.link-box__item--service {
  width: calc((100% - 56px)/ 3);
  transition: all .3s ease-in
}

.link-box__item--seminar {
  position: relative;
  width: calc((100% - 54px)/ 4);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.link-box__link {
  display: block;
  cursor: pointer
}

.link-box__img--media {
  position: relative;
  margin: 0;
  padding-bottom: 66.66%;
  height: 0;
  overflow: hidden
}

.link-box__img--circle {
  margin: 20px auto;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  overflow: hidden
}

.link-box__img--seminar {
  position: relative;
  margin: 0;
  padding-bottom: 61.91%;
  height: 0;
  overflow: hidden
}

.link-box__text--seminar {
  position: relative;
  padding: 10px
}

.link-box__text--media {
  padding: 20px
}

.link-box__text--service {
  padding: 0 20px
}

.link-box__date {
  display: block;
  margin-bottom: 10px;
  color: #777;
  font-size: 10px;
  line-height: 1
}

.link-box__schedule {
  position: absolute;
  top: -16px;
  left: 10px;
  width: 75px;
  padding: 8px 0 10px;
  line-height: 1;
  text-align: center;
  border: 1px solid #e6e6e6;
  background-color: #fff
}

.link-box__schedule--Y {
  display: block;
  margin-bottom: 8px;
  font-size: 10px
}

.link-box__schedule--mmdd {
  font-size: 14px;
  font-weight: 700
}

.link-box__schedule--day {
  color: #7d7d7f;
  font-size: 10px;
  vertical-align: 14%
}

.link-box__schedule--time {
  display: block;
  margin-top: 10px;
  margin-bottom: -10px;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 700;
  background-color: #e6e6e6
}

.link-box__outline::after, .link-box__title::after {
  display: inline-block;
  margin-left: 5px;
  font-family: "Material Icons";
  vertical-align: sub;
  content: '\E5CC'
}

.link-box__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: .4s ease-in;
  transition: .4s ease-in
}

.link-box__title::after {
  color: #7d7d7f;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.link-box__title--service {
  height: 48px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.link-box__title--seminor {
  padding-left: 86px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: .4s ease-in;
  transition: .4s ease-in
}

.link-box__outline {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.link-box__outline::after {
  color: #777;
  font-weight: 400;
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.link-box__item--media:hover, .link-box__item--service:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all .2s ease-in;
  text-decoration: none
}

.link-box__target {
  margin-top: 20px;
  color: #7d7d7f;
  font-size: 10px;
  line-height: 1.5
}

.link-box__status {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  border-radius: 50%
}

.link-box__status--entry {
  background-color: #15b2c5
}

.link-box__status--close {
  background-color: #34d68d
}

.link-box__status--end {
  background-color: #777
}

.link-box__item--media:hover {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  transition: all .2s ease-in
}

.link-box__item--media:hover .link-box__title {
  color: #7d7d7f;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in
}

.link-box__item--media:hover .link-box__title::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.link-box__item--service:hover {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  transition: all .2s ease-in
}

.link-box__item--service:hover .link-box__outline, .link-box__item--service:hover .link-box__title--service {
  color: #7d7d7f;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.link-box__item--service:hover .link-box__outline::after, .link-box__item--service:hover .link-box__title--service::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.link-box__item--seminar:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  text-decoration: none;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.link-box__item--seminar:hover .link-box__title--seminor {
  color: #7d7d7f;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in
}

.detail-btn {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.detail-btn .detail-btn--line+.detail-btn--line {
  margin-left: 30px
}

.detail-btn--line {
  width: 255px;
  height: 50px
}

.detail-btn--line .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  -webkit-transition: background .4s ease-in;
  transition: background .4s ease-in
}

.detail-btn--line .link .title {
  font-size: 14px;
  font-weight: 700
}

.news__item::after, .swiper-button-next::before, .swiper-button-prev::before {
  font-family: "Material Icons";
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: sub
}

.detail-btn--line .link:hover {
  background-color: #000;
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in
}

.main-visual, .swiper-slide {
  background-color: #fff
}

.detail-btn--line .link:hover .title {
  color: #fff
}

.main-visual {
  position: relative;
  width: 100%;
  min-width: 1170px;
  margin-top: -2px;
  padding: 0 30px;
  border-bottom: 1px solid #e6e6e6
}

.swiper-container {
  max-width: 100%;
  width: 100%;
  height: auto
}

.swiper-slide__link {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in
}

.swiper-slide__link:hover {
  opacity: .75;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in
}

.swiper-slide img {
  width: 100%
}

.swiper-button-next, .swiper-button-prev {
  top: calc(50% + 17px - 50px);
  width: 33px;
  height: 33px;
  margin-top: 0;
  text-align: center;
  line-height: 28px;
  background-image: none;
  background-color: #fff;
  -webkit-transition: background .3s ease-in;
  transition: background .3s ease-in
}

.swiper-button-next::before, .swiper-button-prev::before {
  display: inline-block;
  color: #12b3c7;
  -webkit-transition: color .2s ease-in;
  transition: color .2s ease-in
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #12B3C7
}

.swiper-button-next:hover::before, .swiper-button-prev:hover::before {
  color: #fff
}

.swiper-button-next {
  right: 30px
}

.swiper-button-next::before {
  content: '\E5CC'
}

.swiper-button-prev {
  left: 30px
}

.swiper-button-prev::before {
  content: '\E5CB'
}

.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0 9px!important;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #7d7d7f;
  -webkit-transition: background .1s ease-in;
  transition: background .1s ease-in
}

.swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #bbbbbf
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #12b3c7
}

.media {
  background-color: #F5F5F5
}

.media .link-box__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1140px
}

.news {
  background-color: #fff
}

.company, .news__item:hover {
  background-color: #f5f5f5
}

.news__list {
  margin: 0 auto 60px;
  width: 1110px;
  border-top: 1px solid #e5e5e5
}

.news__date, .news__icon {
  margin-right: 20px;
  font-size: 10px
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 18px 50px 18px 20px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in
}

.news__item::after {
  position: absolute;
  right: 20px;
  display: block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 5px;
  content: '\E5CC';
  color: #7d7d7f;
  speak: none;
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.cate__list, .news__link {
  display: -webkit-box;
  display: -ms-flexbox
}

.news__link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.news__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #777
}

.news__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  width: 85px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-width: 1px;
  border-style: solid
}

.cate, .cate__item--1col {
  width: 100%
}

.news__icon--serv {
  color: #8386e4;
  border-color: #8386e4
}

.news__icon--info {
  color: #52b5ed;
  border-color: #52b5ed
}

.news__icon--corp {
  color: #12b3c7;
  border-color: #12b3c7
}

.news__icon--event {
  color: #87c665;
  border-color: #87c665
}

.news__icon--rpt {
  color: #cabb4d;
  border-color: #cabb4d
}

.news__icon--other {
  color: #9a9a9a;
  border-color: #9a9a9a
}

.news__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.news__item:hover {
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in
}

.news__item:hover .news__title {
  color: #7d7d7f;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.news__item:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.cate__list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px
}

.cate__item {
  position: relative;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden
}

.cate__item--2col {
  width: 50%
}

.cate__filter, .cate__link {
  position: absolute;
  top: 0;
  width: 100%
}

.cate__link {
  left: 0;
  display: block;
  height: 250px;
  z-index: 1;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in
}

.cate__link.philosophy {
  background: center center/cover no-repeat no-repeat
}

.cate__link.corporate-date {
  background: center center/cover no-repeat no-repeat
}

.cate__link.corporate-access {
  background: center center/cover no-repeat no-repeat
}

.cate__filter {
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  z-index: 2;
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in
}

.cate__title {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 250px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
  z-index: 3
}

.cate__link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform .3 ease-in;
  transition: -webkit-transform .3 ease-in;
  transition: transform .3 ease-in;
  transition: transform .3 ease-in, -webkit-transform .3 ease-in
}

.cate__link:hover .cate__filter {
  background-color: rgba(18, 179, 199, .4);
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in
}

.service {
  background-color: #dbeef4
}

.service .bnr-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1140px;
  margin: 0 auto 30px
}

.service .bnr-area__item {
  width: 255px;
  height: auto;
  margin: 0 15px 30px
}

.service .bnr-area__link {
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in
}

.service .bnr-area__link:hover {
  opacity: .6;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in
}

.seminar {
  background-color: #fff
}
.cate__link.philosophy{
background-image:url("/common/css/dkmm1f000002c1el-img/dkmm1f000002c1fb.jpg");
}
.cate__link.corporate-date{
background-image:url("/common/css/dkmm1f000002c1el-img/company_img_02.jpg");
}
.cate__link.corporate-access{
background-image:url("/common/css/dkmm1f000002c1el-img/company_img_03.jpg");
}
