@charset "utf-8";
body {
  color: #222;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", "MS Pゴシック", sans-serif;
}
.loto {
  font-family: 'Lato', sans-serif;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.pcOn {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .pcOn {
    display: none !important;
  }
}
.spOn {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .spOn {
    display: block !important;
  }
}
a {
  transition: 0.2s;
}
a:hover {
  opacity: 0.8;
}
h2 {
  color: #0769b5;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
    font-size: clamp(20px, 4.8vw, 26px);
  }
}
h2 span {
  color: #0769b5;
  font-size: 20px;
  font-weight: 500;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  h2 span {
    font-size: 14px;
    font-size: clamp(14px, 3.3vw, 18px);
  }
}
.inner {
  max-width: 1080px;
  margin: 0 auto;
}
.top {
  position: relative;
}
.top .header_wrap {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 96.3%;
  margin: 0 auto;
}
.top .header_wrap .flex {
  display: flex;
  justify-content: space-between;
}
.top .header_wrap .flex h1 {
  width: 20.6%;
}
@media only screen and (max-width: 768px) {
  .top .header_wrap .flex h1 {
    width: 30%;
  }
}
.top .header_wrap .flex ul {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .top .header_wrap .flex ul {
    display: flex;
    justify-content: flex-end;
    width: 65%;
  }
}
.top .header_wrap .flex ul li {
  position: relative;
}
.top .header_wrap .flex ul li a {
  color: #fff;
  font-size: clamp(12px, 1.08vw, 16px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .top .header_wrap .flex ul li a {
    font-size: clamp(10px, 2.4vw, 14px);
  }
}
.top .header_wrap .flex ul li:nth-child(2) {
  margin-top: 7%;
}
@media only screen and (max-width: 768px) {
  .top .header_wrap .flex ul li:nth-child(2) {
    margin-top: 0;
    margin-left: 4%;
  }
}
.top .btn {
  position: absolute;
  bottom: 7.9%;
  width: 20.3%;
  transition: 0.2s;
}
.top .btn:hover {
  opacity: 1;
  transform: scale(1.02);
}
@media only screen and (max-width: 768px) {
  .top .btn {
    bottom: 4%;
    width: 25%;
  }
}
.top .btn a:hover {
  opacity: 1;
}
.top .btn.univ {
  left: 7.45%;
}
@media only screen and (max-width: 768px) {
  .top .btn.univ {
    left: 6%;
  }
}
.top .btn.tech {
  right: 7.45%;
}
@media only screen and (max-width: 768px) {
  .top .btn.tech {
    right: 6%;
  }
}
#news {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  #news {
    padding: 15% 0;
  }
}
#news .inner {
  max-width: 685px;
  padding: 0 2%;
}
@media only screen and (max-width: 768px) {
  #news .inner {
    padding: 0 6%;
  }
}
#news .inner .news_list {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #news .inner .news_list {
    margin-top: 6%;
  }
}
#news .inner .news_list .news_item {
  background: linear-gradient(to right, #aaa 2px, transparent 2px) repeat-x;
  background-size: 8px 2px;
  background-position: left bottom;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  padding-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #news .inner .news_list .news_item {
    flex-direction: column;
    padding-bottom: 4%;
  }
}
#news .inner .news_list .news_item .news_time {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  #news .inner .news_list .news_item .news_time {
    margin-right: 4%;
  }
}
#news .inner .news_list .news_item .news_tit {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #news .inner .news_list .news_item .news_tit {
    margin-top: 4%;
  }
}
#news .inner .news_list .news_item:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #news .inner .news_list .news_item:not(:first-child) {
    margin-top: 6%;
  }
}
#corporation {
  background: url("/corporation/assets/img/info_bg01.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  #corporation {
    padding: 12% 0;
  }
}
#corporation .inner {
  max-width: 720px;
  padding: 0 2%;
}
@media only screen and (max-width: 768px) {
  #corporation .inner {
    padding: 0 5.5%;
  }
}
#corporation .inner h2 {
  color: #fff;
}
#corporation .inner h2 span {
  color: #fff;
}
#corporation .inner .corp_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  #corporation .inner .corp_btn {
    margin-top: 6%;
  }
}
#corporation .inner .corp_btn .item {
  background: #fff;
  text-align: center;
  border: 2px solid #0769b5;
  width: 44%;
}
@media only screen and (max-width: 768px) {
  #corporation .inner .corp_btn .item {
    width: 47%;
  }
}
#corporation .inner .corp_btn .item a {
  color: #0769b5;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 28px 0;
}
@media only screen and (max-width: 768px) {
  #corporation .inner .corp_btn .item a {
    font-size: clamp(14px, 3.3vw, 18px);
    padding: 10% 0;
  }
}
#university {
  background: url("/corporation/assets/img/info_bg02.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 230px 0 100px;
}
@media only screen and (max-width: 768px) {
  #university {
    padding: 15% 0;
  }
}
#university .inner {
  padding: 0 2%;
}
@media only screen and (max-width: 768px) {
  #university .inner {
    padding: 0 6%;
  }
}
#university .inner .info_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #university .inner .info_wrap {
    flex-direction: column;
    margin-top: 10%;
  }
}
#university .inner .info_wrap .info {
  position: relative;
  display: flex;
  width: 46.3%;
}
@media only screen and (max-width: 768px) {
  #university .inner .info_wrap .info {
    display: block;
    width: 100%;
  }
}
#university .inner .info_wrap .info h3 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #0769b5;
}
#university .inner .info_wrap .info h3::before {
  content: '';
  background: rgba(7,105,181,0.8);
  opacity: 0.8;
  border-radius: 50px;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.4s;
  width: 100%;
  height: 3px;
}
@media only screen and (max-width: 768px) {
  #university .inner .info_wrap .info h3::before {
    content: none;
  }
}
#university .inner .info_wrap .info h3:hover::before {
  transform: scale(1, 1);
}
@media only screen and (max-width: 768px) {
  #university .inner .info_wrap .info h3 {
    position: static;
    transform: translateX(0);
    font-size: clamp(20px, 4.8vw, 26px);
    color: #0769b5;
  }
}
#university .inner .info_wrap .info h3 a {
  color: #0769b5;
}
#university .inner .info_wrap .info .info_list {
  background: #fff;
  border: 2px solid #0769b5;
  padding: 8%;
  margin-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #university .inner .info_wrap .info .info_list {
    padding: 6%;
    margin-top: 4%;
    width: auto;
  }
}
#university .inner .info_wrap .info .info_list .item {
  background: linear-gradient(to right, #0769b5 2px, transparent 2px) repeat-x;
  background-size: 8px 2px;
  background-position: left bottom;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  #university .inner .info_wrap .info .info_list .item {
    padding-bottom: 4%;
  }
}
#university .inner .info_wrap .info .info_list .item .time {
  display: inline-block;
}
#university .inner .info_wrap .info .info_list .item .tit {
  display: inline-block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #university .inner .info_wrap .info .info_list .item .tit {
    margin-top: 4%;
  }
}
#university .inner .info_wrap .info .info_list .item:not(:first-child) {
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  #university .inner .info_wrap .info .info_list .item:not(:first-child) {
    margin-top: 6%;
  }
}
@media only screen and (max-width: 768px) {
  #university .inner .info_wrap .info.supply {
    margin-top: 10%;
  }
}
#technology {
  background: url("/corporation/assets/img/info_bg03.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 100px 0 120px;
}
@media only screen and (max-width: 768px) {
  #technology {
    padding: 15% 0;
  }
}
#technology .inner {
  padding: 0 2%;
}
@media only screen and (max-width: 768px) {
  #technology .inner {
    padding: 0 6%;
  }
}
#technology .inner .info_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #technology .inner .info_wrap {
    flex-direction: column;
    margin-top: 10%;
  }
}
#technology .inner .info_wrap .info {
  position: relative;
  display: flex;
  width: 46.3%;
}
@media only screen and (max-width: 768px) {
  #technology .inner .info_wrap .info {
    display: block;
    width: 100%;
  }
}
#technology .inner .info_wrap .info h3 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #0769b5;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#technology .inner .info_wrap .info h3::before {
  content: '';
  background: rgba(7,105,181,0.8);
  opacity: 0.8;
  border-radius: 50px;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.4s;
  width: 100%;
  height: 3px;
}
@media only screen and (max-width: 768px) {
  #technology .inner .info_wrap .info h3::before {
    content: none;
  }
}
#technology .inner .info_wrap .info h3:hover::before {
  transform: scale(1, 1);
}
@media only screen and (max-width: 768px) {
  #technology .inner .info_wrap .info h3 {
    position: static;
    transform: translateX(0);
    font-size: clamp(20px, 4.8vw, 26px);
  }
}
#technology .inner .info_wrap .info h3 a {
  color: #0769b5;
}
#technology .inner .info_wrap .info .info_list {
  background: #fff;
  border: 2px solid #0769b5;
  padding: 8%;
  margin-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #technology .inner .info_wrap .info .info_list {
    padding: 6%;
    margin-top: 4%;
    width: auto;
  }
}
#technology .inner .info_wrap .info .info_list .item {
  background: linear-gradient(to right, #0769b5 2px, transparent 2px) repeat-x;
  background-size: 8px 2px;
  background-position: left bottom;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  #technology .inner .info_wrap .info .info_list .item {
    padding-bottom: 4%;
  }
}
#technology .inner .info_wrap .info .info_list .item .time {
  display: inline-block;
}
#technology .inner .info_wrap .info .info_list .item .tit {
  display: inline-block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #technology .inner .info_wrap .info .info_list .item .tit {
    margin-top: 4%;
  }
}
#technology .inner .info_wrap .info .info_list .item:not(:first-child) {
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  #technology .inner .info_wrap .info .info_list .item:not(:first-child) {
    margin-top: 6%;
  }
}
@media only screen and (max-width: 768px) {
  #technology .inner .info_wrap .info.supply {
    margin-top: 10%;
  }
}
#bnr_area {
  background: #eaeaea;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  #bnr_area {
    padding: 12% 0;
  }
}
#bnr_area .inner {
  padding: 0 2%;
}
@media only screen and (max-width: 520px) {
  #bnr_area .inner {
    padding: 0 6%;
  }
}
#bnr_area .inner .bnr_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 520px) {
  #bnr_area .inner .bnr_list {
    flex-direction: column;
  }
}
#bnr_area .inner .bnr_list .item {
  width: 31.5%;
}
@media only screen and (max-width: 768px) {
  #bnr_area .inner .bnr_list .item {
    width: 32%;
  }
}
@media only screen and (max-width: 520px) {
  #bnr_area .inner .bnr_list .item {
    text-align: center;
    width: 100%;
  }
}
#bnr_area .inner .bnr_list .item:not(:first-child) {
  margin-left: calc(5.5% / 2);
}
@media only screen and (max-width: 768px) {
  #bnr_area .inner .bnr_list .item:not(:first-child) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 520px) {
  #bnr_area .inner .bnr_list .item:not(:first-child) {
    margin-top: 4%;
    margin-left: 0;
  }
}
.footer_wrap {
  color: #fff;
  background: #0769b5;
  padding: 50px 0 20px;
}
@media only screen and (max-width: 768px) {
  .footer_wrap {
    padding: 8% 0 6%;
  }
}
.footer_wrap .inner {
  padding: 0 2%;
}
@media only screen and (max-width: 768px) {
  .footer_wrap .inner {
    padding: 0 6%;
  }
}
.footer_wrap .inner .footer_top {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .footer_wrap .inner .footer_top {
    flex-direction: column;
  }
}
.footer_wrap .inner .footer_top p {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .footer_wrap .inner .footer_top p {
    font-size: clamp(16px, 3.8vw, 18);
  }
}
.footer_wrap .inner .footer_top p span {
  font-size: 11px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .footer_wrap .inner .footer_top p span {
    font-size: clamp(11px, 2.6vw, 12px);
    margin-top: 1%;
  }
}
.footer_wrap .inner .footer_top ul {
  font-size: 14px;
  margin-left: 38px;
}
@media only screen and (max-width: 768px) {
  .footer_wrap .inner .footer_top ul {
    font-size: clamp(13px, 3.1vw, 14px);
    margin-top: 4%;
    margin-left: 0;
  }
}
.footer_wrap .inner .footer_top ul li:nth-child(2) {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .footer_wrap .inner .footer_top ul li:nth-child(2) {
    margin-top: 2%;
  }
}
.footer_wrap .inner .footer_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 76px;
}
@media only screen and (max-width: 768px) {
  .footer_wrap .inner .footer_bottom {
    flex-direction: column;
    margin-top: 8%;
  }
}
.footer_wrap .inner .footer_bottom .privacy a {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .footer_wrap .inner .footer_bottom .privacy a {
    font-size: clamp(14px, 3.3vw, 16px);
  }
}
.footer_wrap .inner .footer_bottom .copyright {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .footer_wrap .inner .footer_bottom .copyright {
    margin-top: 6%;
  }
}
