@charset "UTF-8";
/*----------------------------------------
  Variables
----------------------------------------*/
/*----------------------------------------
  Fonts
----------------------------------------*/
/* normal */
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("/corp/set/data/sustainability/special/college-alignment/fonts/Zen_Maru_Gothic/ZenMaruGothic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* medium */
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("/corp/set/data/sustainability/special/college-alignment/fonts/Zen_Maru_Gothic/ZenMaruGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("/corp/set/data/sustainability/special/college-alignment/fonts/Zen_Maru_Gothic/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*----------------------------------------
  Mixin
----------------------------------------*/
/*----------------------------------------
  Common
----------------------------------------*/
#contents-area,
#contents-body {
  width: 100% !important;
}

#college-alignment {
  font-family: "Zen Maru Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", system-ui, sans-serif;
  font-weight: 400;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#college-alignment * {
  font-family: "Zen Maru Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", system-ui, sans-serif;
  box-sizing: border-box;
}

.sp-only {
  display: none !important;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/* デフォルトアイコン非表示 */
.newwindowicon {
  display: none !important;
}

.pdficon {
  display: none !important;
}

/*----------------------------------------
  MV
----------------------------------------*/
.mv {
  max-width: 100%;
}
.mv .img {
  width: 100%;
  max-width: 100%;
}

/*----------------------------------------
  Float
----------------------------------------*/
#nav-top-area {
  z-index: 10;
}

.float-button {
  width: 130px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 100;
  display: none;
  cursor: pointer;
  transition: 0.3s all;
}
.float-button:hover {
  opacity: 0.7;
}
.float-button .img {
  width: 100%;
  max-width: 100%;
}

/*----------------------------------------
  Nav
----------------------------------------*/
.nav-menu {
  display: none;
}

.nav {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 5;
}
.nav .nav-inner {
  width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}
.nav .nav-inner ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.nav .nav-inner ul li {
  padding: 0 18px;
}
.nav .nav-inner ul li a {
  line-height: 100px;
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  transition: 0.3s all;
}
.nav .nav-inner ul li a:hover {
  opacity: 0.7;
}
.nav .nav-inner ul li a.contact {
  color: #0090ff;
}

/*----------------------------------------
  お知らせ
----------------------------------------*/
#information {
  background: #e9eef4;
}
#information:has(+ #topics) .inner {
  padding-top: 100px;
  padding-bottom: 0;
}
#information .inner {
  width: 990px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 70px;
  padding-bottom: 70px;
}
#information .inner .information-wrap {
  display: flex;
  border-radius: 6px;
  background: #fff;
}
#information .inner .information-wrap h2 {
  width: 150px;
  font-size: 24px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  display: block;
}
#information .inner .information-wrap .information-list {
  width: calc(100% - 150px);
}
#information .inner .information-wrap .information-list .information-item a {
  width: 100%;
  min-height: 100px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  transition: 0.3s all;
}
#information .inner .information-wrap .information-list .information-item a:hover {
  opacity: 0.7;
}
#information .inner .information-wrap .information-list .information-item a .date {
  width: 140px;
  margin: 0;
  padding: 0 0 0 10px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
#information .inner .information-wrap .information-list .information-item a .text {
  margin: 0;
  padding: 10px 20px;
  color: #0090ff;
  font-weight: 700;
  line-height: 28px;
  font-size: 16px;
  text-align: justify;
}

/*----------------------------------------
  トピックス
----------------------------------------*/
#topics {
  background: #e9eef4;
}
#topics .inner {
  width: 990px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 50px;
  padding-bottom: 80px;
}
#topics .inner h2 {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.03em;
}
#topics .inner .topics-slider {
  width: 100%;
  position: relative;
  /* Dotsの指定 */
  /* prev / next の指定 */
}
#topics .inner .topics-slider .slick-list {
  margin: 0 -10px;
}
#topics .inner .topics-slider .slick-track {
  display: flex;
  padding: 10px 0;
}
#topics .inner .topics-slider .slick-slide {
  height: auto !important;
}
#topics .inner .topics-slider .slider-item {
  width: 303px;
  max-width: 303px;
  margin: 0 10px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.01);
  overflow: hidden;
}
#topics .inner .topics-slider .slider-item:nth-child(odd) {
  margin: 0 11px 0 10px;
}
#topics .inner .topics-slider .slider-item a {
  color: #333;
}
#topics .inner .topics-slider .slider-item a:hover .item-img img {
  transform: scale(1.1);
}
#topics .inner .topics-slider .slider-item a:hover .item-detail {
  opacity: 0.7;
}
#topics .inner .topics-slider .slider-item a .item-detail-link::after {
  width: 10px;
  height: 12px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-arrow-right-blue.png) no-repeat center;
  background-size: cover;
  vertical-align: baseline;
}
#topics .inner .topics-slider .slider-item a[target=_blank] .item-detail-link::after {
  width: 15px;
  height: 12px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-blank-blue.png) no-repeat center center;
  background-size: cover;
  vertical-align: baseline;
}
#topics .inner .topics-slider .slider-item a[href*=".pdf"] .item-detail-link::after {
  width: 12px;
  height: 15px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-pdf.png) no-repeat center;
  background-size: cover;
  vertical-align: baseline;
}
#topics .inner .topics-slider .slider-item .item-img {
  width: 100%;
  overflow: hidden;
}
#topics .inner .topics-slider .slider-item .item-img img {
  width: 100%;
  max-width: 100%;
  transition: 0.3s all;
}
#topics .inner .topics-slider .slider-item .item-detail {
  padding: 26px 20px 16px;
  border-top: 2px solid #e9eef4;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: 0.3s all;
}
#topics .inner .topics-slider .slider-item .item-detail .item-detail-attribute {
  display: flex;
  justify-content: space-between;
}
#topics .inner .topics-slider .slider-item .item-detail .item-detail-date {
  text-align: left;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#topics .inner .topics-slider .slider-item .item-detail .item-detail-category {
  background: #0090ff;
  font-size: 14px;
  color: #fff;
  display: block;
  width: auto;
  height: 20px;
  line-height: 19px;
  text-align: center;
  padding: 0 16px;
  border-radius: 10px;
}
#topics .inner .topics-slider .slider-item .item-detail .item-detail-text {
  max-height: 90px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
}
#topics .inner .topics-slider .slider-item .item-detail .item-detail-link {
  margin-left: auto;
  margin-top: auto;
  font-size: 16px;
  color: #0090ff;
  font-weight: 700;
}
#topics .inner .topics-slider .topics-slider-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
#topics .inner .topics-slider .topics-slider-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #d0e1f5;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s all;
}
#topics .inner .topics-slider .topics-slider-dots li:hover, #topics .inner .topics-slider .topics-slider-dots li.slick-active {
  background: #2bdcf1;
}
#topics .inner .topics-slider .topics-slider-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
#topics .inner .topics-slider .topics-slider-prev,
#topics .inner .topics-slider .topics-slider-next {
  width: 34px;
  height: 34px;
  background: #0090ff;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: 0.3s all;
  cursor: pointer;
  transition: 0.3s all;
}
#topics .inner .topics-slider .topics-slider-prev:hover,
#topics .inner .topics-slider .topics-slider-next:hover {
  opacity: 0.7;
}
#topics .inner .topics-slider .topics-slider-prev::before, #topics .inner .topics-slider .topics-slider-prev::before,
#topics .inner .topics-slider .topics-slider-next::before,
#topics .inner .topics-slider .topics-slider-next::before {
  background: #00a0b0;
  height: 12px;
  width: 12px;
  content: "";
  display: block;
  position: absolute;
}
#topics .inner .topics-slider .topics-slider-prev {
  left: calc(50% - 120px);
}
#topics .inner .topics-slider .topics-slider-prev::before {
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-arrow-left-white.png) no-repeat center center;
  background-size: contain;
  top: 30%;
  left: 31%;
}
#topics .inner .topics-slider .topics-slider-next {
  right: calc(50% - 120px);
}
#topics .inner .topics-slider .topics-slider-next::before {
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-arrow-right-white.png) no-repeat center center;
  background-size: contain;
  top: 30%;
  left: 31%;
}

/*----------------------------------------
  産学連携プロジェクトとは
----------------------------------------*/
#about {
  background: url(/corp/set/data/sustainability/special/college-alignment/img/p/bg-about.png) no-repeat top #fff;
  background-size: 2000px;
}
#about .inner {
  width: 990px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 140px;
  padding-bottom: 150px;
}
#about .inner h2 {
  margin-bottom: 32px;
  font-size: 40px;
  text-align: center;
  color: #0090ff;
  letter-spacing: -0.05em;
}
#about .inner .img-icon-line {
  margin: 0 auto 55px;
  display: block;
}
#about .inner h3 {
  margin-bottom: 45px;
  font-size: 26px;
  text-align: center;
  color: #333;
}
#about .inner .text {
  margin-bottom: 50px;
}
#about .inner .text p {
  margin-bottom: 15px;
  text-align: center;
  line-height: 38px;
  font-weight: 500;
  font-size: 16px;
}
#about .inner .text p:last-child {
  margin-bottom: 0;
}
#about .inner .img-chart {
  margin: 0 auto;
  display: block;
}

/*----------------------------------------
  地域課題の解決に向けた取り組み
----------------------------------------*/
#effort {
  background: url(/corp/set/data/sustainability/special/college-alignment/img/p/bg-effort.png) no-repeat top center #297dcc;
  background-size: 2000px;
}
#effort .inner {
  width: 990px;
  margin: 0 auto;
  padding: 0 20px;
  width: 1200px;
  padding-top: 140px;
  padding-bottom: 150px;
  /* 参加団体 */
}
#effort .inner h2 {
  margin-bottom: 32px;
  font-size: 40px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.03em;
}
#effort .inner .img-icon-line {
  margin: 0 auto 60px;
  display: block;
}
#effort .inner .effort-list-wrap {
  width: 100%;
  margin: 0 auto 93px;
}
#effort .inner .effort-list-wrap .effort-list {
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
#effort .inner .effort-list-wrap .effort-list.display-2 {
  width: 766px;
}
#effort .inner .effort-list-wrap .effort-list.display-3 {
  width: 100%;
}
#effort .inner .effort-list-wrap .effort-list .effort-item {
  width: 373px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
#effort .inner .effort-list-wrap .effort-list .effort-item:hover .item-img img {
  transform: scale(1.1);
}
#effort .inner .effort-list-wrap .effort-list .effort-item:hover .item-detail {
  opacity: 0.7;
}
#effort .inner .effort-list-wrap .effort-list .effort-item .item-img {
  width: 100%;
  overflow: hidden;
}
#effort .inner .effort-list-wrap .effort-list .effort-item .item-img img {
  width: 100%;
  max-width: 100%;
  transition: 0.5s all ease-in-out;
}
#effort .inner .effort-list-wrap .effort-list .effort-item .item-detail {
  padding: 20px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: 0.3s all;
}
#effort .inner .effort-list-wrap .effort-list .effort-item .item-detail .school-name {
  margin-bottom: 20px;
  text-align: left;
  font-size: 20px;
  color: #333;
}
#effort .inner .effort-list-wrap .effort-list .effort-item .item-detail .effort-title {
  max-height: 100px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#effort .inner .effort-list-wrap .effort-list .effort-item .item-detail .item-detail-category-list {
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#effort .inner .effort-list-wrap .effort-list .effort-item .item-detail .item-detail-category-list span {
  background: #d0e1f5;
  font-size: 16px;
  color: #0090ff;
  display: inline-block;
  width: auto;
  height: 22px;
  line-height: 21px;
  text-align: center;
  padding: 0 20px;
  border-radius: 11px;
}
#effort .inner .effort-list-wrap .more {
  width: 100%;
}
#effort .inner .effort-list-wrap .more button {
  width: auto;
  min-width: 260px;
  height: 60px;
  margin: 0 auto;
  padding: 0 60px 0 50px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #dee3e8;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
}
#effort .inner .effort-list-wrap .more button:hover {
  background: #e9eef4;
}
#effort .inner .effort-list-wrap .more button p {
  margin-bottom: 0;
}
#effort .inner .effort-list-wrap .more button .icon {
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 50%;
  background: #0090ff;
  position: absolute;
  top: calc(50% - 17px);
  right: 21px;
}
#effort .inner .effort-list-wrap .more button .icon::before, #effort .inner .effort-list-wrap .more button .icon::after {
  width: 14px;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  transition: 0.3s all;
}
#effort .inner .effort-list-wrap .more button .icon::after {
  transform: rotate(90deg);
}
#effort .inner .effort-list-wrap .more button.close .icon::before {
  transform: rotate(90deg);
  opacity: 0;
}
#effort .inner .effort-list-wrap .more button.close .icon::after {
  transform: rotate(0);
}
#effort .inner .participating-organization {
  width: 950px;
  margin: 0 auto;
}
#effort .inner .participating-organization h3 {
  margin-bottom: 25px;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
#effort .inner .participating-organization .img-icon-line-minus {
  margin: 0 auto 35px;
  display: block;
}
#effort .inner .participating-organization .read-text {
  margin-bottom: 35px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#effort .inner .participating-organization .area-tab {
  width: 100%;
  border-bottom: 2px solid #fff;
  display: flex;
  justify-content: space-around;
  gap: 0 10px;
}
#effort .inner .participating-organization .area-tab .tab {
  width: 150px;
  height: 58px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 58px;
  background: #d0e1f5;
  color: #333;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  transition: 0.3s all;
}
#effort .inner .participating-organization .area-tab .tab:hover {
  background: #0090ff;
  color: #fff;
}
#effort .inner .participating-organization .area-tab .tab.active {
  background: #fff;
  color: #0090ff;
}
#effort .inner .participating-organization .pref-wrap {
  padding-top: 36px;
}
#effort .inner .participating-organization .pref-wrap h4 {
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
#effort .inner .participating-organization .pref-wrap .organization-list li {
  width: 100%;
  display: flex;
}
#effort .inner .participating-organization .pref-wrap .organization-list li .title-name,
#effort .inner .participating-organization .pref-wrap .organization-list li .title-summary {
  height: 80px;
  padding: 28px 20px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #0090ff;
}
#effort .inner .participating-organization .pref-wrap .organization-list li .title-name {
  width: 304px;
  border-right: 2px solid #fff;
}
#effort .inner .participating-organization .pref-wrap .organization-list li .title-summary {
  width: 646px;
}
#effort .inner .participating-organization .pref-wrap .organization-list li .name,
#effort .inner .participating-organization .pref-wrap .organization-list li .summary {
  min-height: 72px;
  padding: 22px 20px 28px;
  line-height: 1.5;
  font-size: 16px;
}
#effort .inner .participating-organization .pref-wrap .organization-list li .name {
  width: 304px;
  border-right: 2px solid #e9eef4;
  border-bottom: 2px solid #fff;
  background: #e9eef4;
  font-weight: 700;
}
#effort .inner .participating-organization .pref-wrap .organization-list li .summary {
  width: 646px;
  border-bottom: 2px solid #e9eef4;
  background: #fff;
}
#effort .inner .participating-organization .pref-wrap .organization-list li .summary a {
  height: 100%;
  display: block;
  color: #0090ff;
  transition: 0.3s all;
}
#effort .inner .participating-organization .pref-wrap .organization-list li .summary a:hover {
  opacity: 0.7;
}
#effort .inner .participating-organization .pref-wrap .organization-list li .summary a[target=_blank] span {
  position: relative;
}
#effort .inner .participating-organization .pref-wrap .organization-list li .summary a[target=_blank] span::after {
  width: 15px;
  height: 12px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-blank-blue.png) no-repeat center center;
  background-size: cover;
  vertical-align: baseline;
}
#effort .inner .participating-organization .pref-wrap .organization-list li .summary a[href*=".pdf"] span {
  position: relative;
}
#effort .inner .participating-organization .pref-wrap .organization-list li .summary a[href*=".pdf"] span:after {
  width: 12px;
  height: 15px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-pdf.png) no-repeat center;
  background-size: cover;
}
#effort .inner .participating-organization .pref-wrap .organization-list li:last-child .name,
#effort .inner .participating-organization .pref-wrap .organization-list li:last-child .summary {
  border-bottom: 0;
}

/*----------------------------------------
  イベント
----------------------------------------*/
#event {
  background: url(/corp/set/data/sustainability/special/college-alignment/img/p/bg-event.png) no-repeat top center #fff;
  background-size: 2000px;
}
#event .inner {
  width: 990px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 138px;
  padding-bottom: 150px;
}
#event .inner h2 {
  margin-bottom: 33px;
  font-size: 40px;
  text-align: center;
  color: #0090ff;
  letter-spacing: -0.06em;
}
#event .inner .img-icon-line {
  margin: 0 auto 50px;
  display: block;
}
#event .inner .img-icon-line-minus {
  margin: 0 auto 32px;
  display: block;
}
#event .inner h3 {
  margin-bottom: 25px;
  font-size: 30px;
  text-align: center;
  color: #333;
  letter-spacing: -0.06em;
}
#event .inner .text {
  margin-bottom: 47px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  letter-spacing: -0.03em;
}
#event .inner .text strong {
  font-weight: 700;
}
#event .inner .meeting .summary {
  margin-bottom: 55px;
}
#event .inner .meeting .summary h4 {
  margin-bottom: 33px;
  font-size: 24px;
  text-align: center;
  color: #333;
}
#event .inner .meeting .summary table {
  width: 100%;
}
#event .inner .meeting .summary table tr {
  width: 100%;
  min-height: 76px;
  display: flex;
}
#event .inner .meeting .summary table tr .title {
  width: 152px;
  padding: 23px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #0090ff;
  border-top: 2px solid #fff;
}
#event .inner .meeting .summary table tr .detail {
  width: calc(100% - 152px);
  padding: 23px 20px;
  font-size: 16px;
  border-top: 2px solid #e9eef4;
  border-right: 2px solid #e9eef4;
  background: #fff;
}
#event .inner .meeting .summary table tr .detail strong {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
  font-weight: 700;
}
#event .inner .meeting .summary table tr .detail ul li {
  padding-left: 15px;
  text-indent: -15px;
  font-size: 16px;
  line-height: 30px;
}
#event .inner .meeting .summary table tr .detail ul.annotation li {
  font-size: 14px;
  padding-left: 20px;
  text-indent: -20px;
}
#event .inner .meeting .summary table tr .detail ul + * {
  margin-top: 13px;
}
#event .inner .meeting .summary table tr:first-child .title {
  border-top: 2px solid #0090ff;
}
#event .inner .meeting .summary table tr:last-child .detail {
  border-bottom: 2px solid #e9eef4;
}
#event .inner .meeting .report {
  margin-bottom: 92px;
}
#event .inner .meeting .report h4 {
  margin-bottom: 35px;
  font-size: 24px;
  text-align: center;
  color: #333;
}
#event .inner .meeting .report .report-list {
  width: 100%;
}
#event .inner .meeting .report .report-list .report-item {
  border-bottom: 2px solid #e9eef4;
}
#event .inner .meeting .report .report-list .report-item a {
  width: 100%;
  min-height: 48px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  transition: 0.3s all;
}
#event .inner .meeting .report .report-list .report-item a:hover {
  opacity: 0.7;
}
#event .inner .meeting .report .report-list .report-item a[href*=".pdf"] .text::after {
  width: 12px;
  height: 15px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-pdf.png) no-repeat center;
  background-size: cover;
  vertical-align: baseline;
}
#event .inner .meeting .report .report-list .report-item a .date {
  width: 150px;
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  flex-shrink: 0;
}
#event .inner .meeting .report .report-list .report-item a .text {
  width: auto;
  margin: 0;
  padding: 0 23px;
  color: #0090ff;
  font-weight: 700;
  line-height: 28px;
  text-align: justify;
}
#event .inner .award .text {
  margin-bottom: 0;
}

/*----------------------------------------
  参加の流れ
----------------------------------------*/
#flow {
  background: url(/corp/set/data/sustainability/special/college-alignment/img/p/bg-flow.png) no-repeat top #e9eef4;
  background-size: 2000px;
}
#flow .inner {
  width: 990px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 140px;
  padding-bottom: 150px;
}
#flow .inner h2 {
  margin-bottom: 32px;
  font-size: 40px;
  text-align: center;
  color: #0090ff;
}
#flow .inner .img-icon-line {
  margin: 0 auto 50px;
  display: block;
}
#flow .inner .text {
  margin-bottom: 37px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  letter-spacing: -0.02em;
}
#flow .inner .flow-list .flow-list-item {
  display: flex;
  border-radius: 6px;
  background: #fff;
  position: relative;
}
#flow .inner .flow-list .flow-list-item + .flow-list-item::before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #9eb5cd;
  position: absolute;
  top: -32px;
  left: calc(50% - 20px);
  content: "";
}
#flow .inner .flow-list .flow-list-item .num {
  width: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0090ff;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  border-radius: 6px 0 0 6px;
}
#flow .inner .flow-list .flow-list-item .detail-wrap {
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .detail {
  width: auto;
  padding: 35px 38px;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .detail .flow-title {
  font-size: 20px;
  font-weight: 700;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .detail .flow-text {
  margin-bottom: 0;
  font-size: 16px;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .detail .flow-text + .flow-title {
  margin-top: 20px;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .link {
  width: auto;
  margin-left: auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .link a {
  width: auto;
  min-width: 280px;
  height: 60px;
  padding: 0 20px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  transition: 0.3s all;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .link a:hover {
  background: #e9eef4;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .link a.white {
  border: 2px solid #dee3e8;
  color: #333;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .link a.blue {
  border: 2px solid #0090ff;
  color: #fff;
  background: #0090ff;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .link a.blue:hover {
  border: 2px solid #0090ff;
  background: #fff;
  color: #0090ff;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .link a[target=_blank] span::after {
  width: 12px;
  height: 10px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-blank-white.png) no-repeat center;
  background-size: cover;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .link a[target=_blank]:hover span::after {
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-blank-blue.png) no-repeat center;
  background-size: cover;
}
#flow .inner .flow-list .flow-list-item .detail-wrap .link a[href*=".pdf"] span::after {
  width: 12px;
  height: 15px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-pdf.png) no-repeat center;
  background-size: cover;
  vertical-align: baseline;
}
#flow .inner .flow-list .flow-list-item + li {
  margin-top: 40px;
}

/*----------------------------------------
  資料請求・お問い合わせ
----------------------------------------*/
#contact {
  background: url(/corp/set/data/sustainability/special/college-alignment/img/p/bg-contact.png) no-repeat top center #297dcc;
  background-size: cover;
}
#contact .inner {
  width: 990px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 88px;
  padding-bottom: 100px;
}
#contact .inner h2 {
  margin-bottom: 33px;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
#contact .inner .img-icon-line {
  margin: 0 auto 50px;
  display: block;
}
#contact .inner .text {
  margin-bottom: 32px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
}
#contact .inner .link a {
  width: 406px;
  height: 60px;
  margin: 0 auto;
  display: block;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  border: 2px solid #0090ff;
  color: #333;
  background: #fff;
  transition: 0.3s all;
}
#contact .inner .link a:hover {
  border: 2px solid #0090ff;
  color: #fff;
  background: #0090ff;
}
#contact .inner .link a[target=_blank] span::after {
  width: 12px;
  height: 10px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-blank-blue.png) no-repeat center;
  background-size: cover;
}
#contact .inner .link a[target=_blank]:hover span::after {
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-blank-white.png) no-repeat center;
  background-size: cover;
}

/*----------------------------------------
  リンク
----------------------------------------*/
#other {
  background: #e9eef4;
}
#other .inner {
  width: 990px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}
#other .inner .link-list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
#other .inner .link-list a {
  transition: 0.3s all;
  border-radius: 6px;
  overflow: hidden;
}
#other .inner .link-list a:hover {
  opacity: 0.7;
}
#other .inner .link-list a img {
  width: 100%;
  display: block;
}

/*----------------------------------------
  img拡大モーダル
----------------------------------------*/
.img-modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
}
.img-modal .img-modal-inner {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.img-modal .img-modal-inner > img {
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 30px);
}

/*----------------------------------------
  モーダル
----------------------------------------*/
.modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
.modal .modal-bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}
.modal .modal-wrap {
  width: 870px;
  height: calc(100vh - 160px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #000;
  border: 1px solid #000;
  position: absolute;
  top: -22px;
  right: -22px;
  cursor: pointer;
  transition: 0.3s all;
  z-index: 10;
}
.modal .modal-close::before, .modal .modal-close::after {
  width: 24px;
  height: 2px;
  content: "";
  background: #fff;
  position: absolute;
  left: 9px;
  top: 19px;
  transition: 0.3s all;
}
.modal .modal-close::before {
  transform: rotate(45deg);
}
.modal .modal-close::after {
  transform: rotate(-45deg);
}
.modal .modal-close:hover {
  background: #fff;
}
.modal .modal-close:hover::before, .modal .modal-close:hover::after {
  background: #000;
}
.modal .effort-modal-wrap {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.modal .effort-modal-wrap .effort-modal {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal .effort-modal-wrap .effort-modal::-webkit-scrollbar {
  width: 8px;
}
.modal .effort-modal-wrap .effort-modal::-webkit-scrollbar-track {
  background-color: #fff;
}
.modal .effort-modal-wrap .effort-modal::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}
.modal .effort-modal-wrap .effort-modal .modal-title {
  width: 100%;
  padding: 30px 40px 35px;
  background: #e9eef4;
}
.modal .effort-modal-wrap .effort-modal .modal-title .school-name {
  margin-bottom: 10px;
  font-size: 18px;
}
.modal .effort-modal-wrap .effort-modal .modal-title .effort-title {
  font-size: 26px;
  font-weight: 700;
}
.modal .effort-modal-wrap .effort-modal .modal-title .category-list {
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.modal .effort-modal-wrap .effort-modal .modal-title .category-list span {
  background: #d0e1f5;
  font-size: 16px;
  color: #0090ff;
  display: inline-block;
  width: auto;
  height: 22px;
  line-height: 21px;
  text-align: center;
  padding: 0 20px;
  border-radius: 11px;
}
.modal .effort-modal-wrap .effort-modal .modal-detail {
  width: 100%;
  margin-top: -1px;
  padding: 40px;
  background: #fff;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .img {
  margin: 0 auto 30px;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .inner-html {
  margin-bottom: 35px;
  font-size: 16px;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .inner-html p {
  margin-bottom: 15px;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .inner-html p:last-child {
  margin-bottom: 0;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .inner-html a {
  color: #0090ff;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .inner-html a[target=_blank]::after {
  width: 15px;
  height: 12px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-blank-blue.png) no-repeat center center;
  background-size: cover;
  vertical-align: baseline;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .inner-html a[href*=".pdf"]::after {
  width: 12px;
  height: 15px;
  margin-left: 5px;
  content: "";
  display: inline-block;
  background: url(/corp/set/data/sustainability/special/college-alignment/img/shared/icon-pdf.png) no-repeat center;
  background-size: cover;
  vertical-align: baseline;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .manager {
  width: 100%;
  padding: 20px 16px 16px;
  border-radius: 6px;
  border: 2px solid #e9eef4;
  position: relative;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .manager .manager-img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 16px;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .manager .manager-img img {
  width: 100%;
  display: block;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .manager .manager-title {
  width: auto;
  height: 22px;
  margin: 5px 0 7px 75px;
  padding: 0 10px;
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .manager .manager-name {
  width: 100%;
  margin-left: 75px;
  margin-bottom: 15px;
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .manager .manager-name span {
  font-size: 14px;
  color: #808080;
  line-height: 1;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .manager .manager-name p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.modal .effort-modal-wrap .effort-modal .modal-detail .manager .manager-text {
  font-size: 14px;
}