@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
/* ソリューションの青*/
body {
  background-image: none;
}

/* 共通部品 */
.jump_point {
  height: 1px;
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 960px) {
  .jump_point {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.bg_blue {
  background-color: #dfecf6;
}

.contents {
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contents {
    padding: 0 15px 40px;
  }
}
.contents p {
  display: inline-block;
  width: 1000px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .contents p {
    width: 100%;
  }
}

.title {
  text-align: center;
}
.title h2 {
  position: relative;
  display: inline-block;
  color: #3D8DCC;
  border-bottom: solid 3px #3D8DCC;
  font-size: 32px;
  font-weight: bold;
  line-height: 130%;
  margin: 60px 0 25px;
}
@media screen and (max-width: 960px) {
  .title h2 {
    font-size: 26px;
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 560px) {
  .title h2 {
    border-bottom: solid 2px #3D8DCC;
    font-size: 22px;
    margin: 40px 0 20px;
  }
}
.title span {
  margin-top: -16px;
  display: block;
  color: #3D8DCC;
  letter-spacing: 0.1em;
  line-height: 120%;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Poppins', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .title span {
    font-size: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .title span {
    font-size: 8px;
  }
}

/* ソリューション用メニュー */
#solution_menu {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-top: 100px;
  box-shadow: 0 0 15px 1px rgba(20, 20, 20, 0.1);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #solution_menu {
    margin-top: 70px;
  }
}
#solution_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  #solution_menu ul {
    flex-wrap: wrap;
  }
}
#solution_menu ul li {
  position: relative;
  width: calc(100% / 6);
  text-align: center;
}
@media screen and (max-width: 960px) {
  #solution_menu ul li {
    width: 33%;
  }
}
#solution_menu ul li a {
  color: #000;
  font-size: 85%;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 65px;
  padding-top: 12px;
  transition: 0.4s;
}
#solution_menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.4s;
}
#solution_menu ul li a:hover::before {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #solution_menu ul li a {
    font-size: 80%;
    height: 45px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}
#solution_menu ul li a span {
  color: #000;
  display: block;
  letter-spacing: 0.2em;
  font-size: 100%;
  font-weight: bold;
  font-family: 'Poppins', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
}
@media screen and (max-width: 960px) {
  #solution_menu ul li a span {
    display: none;
  }
}

/* メインビジュアル */
#solution_main {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/solution/main_visual.jpg);
  /* モバイル用のh1（改行位置調整のため） */
}
@media screen and (max-width: 960px) {
  #solution_main {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  #solution_main {
    height: 250px;
  }
}
#solution_main h1 {
  padding-top: 340px;
  font-size: 46px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 3px 4px rgba(20, 20, 20, 0.4);
}
@media screen and (max-width: 960px) {
  #solution_main h1 {
    padding-top: 210px;
    font-size: 34px;
  }
}
@media screen and (max-width: 560px) {
  #solution_main h1 {
    display: none;
  }
}
#solution_main #mobile_h1 {
  display: none;
}
@media screen and (max-width: 560px) {
  #solution_main #mobile_h1 {
    display: block;
    padding-top: 130px;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 2px 3px rgba(20, 20, 20, 0.6);
  }
}

/* コンセプト */
#concept .concept_item {
  /* 3つのポリシー */
  /* なぜ学修成果・教育成果の可視化が必要なのか？ */
  /* 教育の質保証の仕組みづくりが必要 */
  /* 授業レベル・学位プログラムレベル～ */
}
#concept .concept_item sup {
  color: #3D8DCC;
  font-size: 13px;
  vertical-align: top;
}
#concept .concept_item #concept_text {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #concept .concept_item #concept_text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#concept .concept_item #policy {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  width: 700px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 960px) {
  #concept .concept_item #policy {
    width: 650px;
    padding: 15px;
  }
}
@media screen and (max-width: 560px) {
  #concept .concept_item #policy {
    width: 100%;
    display: block;
    padding: 12px 10px;
  }
}
#concept .concept_item #policy dt {
  color: #3D8DCC;
  font-weight: bold;
  text-align: right;
  font-size: 18px;
  line-height: 130%;
  width: 200px;
  margin-right: 40px;
}
@media screen and (max-width: 960px) {
  #concept .concept_item #policy dt {
    font-size: 17px;
  }
}
@media screen and (max-width: 560px) {
  #concept .concept_item #policy dt {
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
#concept .concept_item #policy dd ul li {
  position: relative;
  text-align: left;
  padding-left: 18px;
  line-height: 130%;
  margin-bottom: 10px;
}
@media screen and (max-width: 560px) {
  #concept .concept_item #policy dd ul li {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
#concept .concept_item #policy dd ul li:last-child {
  margin-bottom: 0;
}
#concept .concept_item #policy dd ul li:before {
  content: "●";
  font-size: 13px;
  color: #3D8DCC;
  position: absolute;
  top: 0;
  left: 0;
}
#concept .concept_item #explanation {
  width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 960px) {
  #concept .concept_item #explanation {
    width: 100%;
  }
}
#concept .concept_item #explanation #explanation_title {
  position: relative;
  background-color: #3D8DCC;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 24px 20px;
  color: #fff;
  line-height: 130%;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #concept .concept_item #explanation #explanation_title {
    font-size: 20px;
    padding: 18px 10px 19px 10px;
  }
}
@media screen and (max-width: 560px) {
  #concept .concept_item #explanation #explanation_title {
    font-size: 16px;
    padding: 10px 10px 10px 100px;
    text-align: left;
  }
}
#concept .concept_item #explanation #explanation_title:before {
  content: "";
  background-image: url("../img/solution/concept_01.png");
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 120px;
  height: 102px;
  position: absolute;
  top: -22px;
  left: 26px;
}
@media screen and (max-width: 960px) {
  #concept .concept_item #explanation #explanation_title:before {
    width: 100px;
    height: 85px;
    top: -19px;
    left: 20px;
  }
}
@media screen and (max-width: 560px) {
  #concept .concept_item #explanation #explanation_title:before {
    width: 80px;
    height: 68px;
    top: -9px;
    left: 7px;
  }
}
#concept .concept_item #explanation #explanation_text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  border: solid 3px #3D8DCC;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 20px;
}
@media screen and (max-width: 560px) {
  #concept .concept_item #explanation #explanation_text {
    display: block;
    position: relative;
    padding: 15px;
  }
}
#concept .concept_item #explanation #explanation_text dl {
  background-color: #dfecf6;
  border-radius: 10px;
  padding: 15px 20px;
  width: 390px;
}
@media screen and (max-width: 960px) {
  #concept .concept_item #explanation #explanation_text dl {
    width: 40%;
    padding: 10px;
  }
}
@media screen and (max-width: 560px) {
  #concept .concept_item #explanation #explanation_text dl {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  #concept .concept_item #explanation #explanation_text dl:first-child {
    margin: 150px 0 10px 0;
  }
}
#concept .concept_item #explanation #explanation_text dl dt {
  color: #3D8DCC;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 560px) {
  #concept .concept_item #explanation #explanation_text dl dt {
    font-size: 17px;
  }
}
#concept .concept_item #explanation #explanation_text dl dd {
  text-align: left;
}
#concept .concept_item #explanation #explanation_text dl dd ul li.caption {
  position: relative;
  font-size: 17px;
  padding-left: 20px;
  margin-top: 10px;
}
#concept .concept_item #explanation #explanation_text dl dd ul li.caption:first-child {
  margin-top: 0;
}
#concept .concept_item #explanation #explanation_text dl dd ul li.caption:before {
  content: "●";
  font-size: 13px;
  color: #3D8DCC;
  position: absolute;
  top: 0;
  left: 2px;
}
@media screen and (max-width: 560px) {
  #concept .concept_item #explanation #explanation_text dl dd ul li.caption {
    font-size: 16px;
  }
}
#concept .concept_item #explanation #explanation_text dl dd ul li {
  position: relative;
  padding-left: 34px;
}
#concept .concept_item #explanation #explanation_text dl dd ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 19px;
}
@media screen and (max-width: 560px) {
  #concept .concept_item #explanation #explanation_text dl dd ul li {
    font-size: 15px;
  }
}
#concept .concept_item #explanation #explanation_text img {
  width: 150px;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  #concept .concept_item #explanation #explanation_text img {
    width: 120px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 560px) {
  #concept .concept_item #explanation #explanation_text img {
    position: absolute;
    margin-top: 0;
    top: 10px;
    left: 32%;
  }
}
#concept .concept_item #devising {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
#concept .concept_item #devising:before {
  content: "▼";
  font-size: 55px;
  transform: scaleY(0.6);
  color: #3D8DCC;
  position: absolute;
  top: -30px;
  left: 148px;
}
@media screen and (max-width: 560px) {
  #concept .concept_item #devising:before {
    top: -36px;
    left: 110px;
  }
}
#concept .concept_item #devising dt {
  color: #3D8DCC;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 560px) {
  #concept .concept_item #devising dt {
    font-size: 17px;
  }
}
#concept .concept_item #devising dd {
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  #concept .concept_item #devising dd {
    font-size: 16px;
  }
}
#concept .concept_item #summary {
  position: relative;
  background-color: #fffda9;
  padding: 15px 200px 15px 30px;
  border-radius: 10px;
  width: 820px;
  margin: 0 auto 0;
  text-align: left;
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #concept .concept_item #summary {
    width: 100%;
    padding-right: 180px;
  }
}
@media screen and (max-width: 560px) {
  #concept .concept_item #summary {
    padding: 12px 12px 140px 12px;
    font-size: 16px;
  }
}
#concept .concept_item #summary em {
  color: #3D8DCC;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  #concept .concept_item #summary em {
    font-size: 16px;
  }
}
#concept .concept_item #summary:before {
  content: "";
  background-image: url("../img/solution/concept_03.png");
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 140px;
  height: 170px;
  position: absolute;
  top: -42px;
  right: 26px;
}
@media screen and (max-width: 960px) {
  #concept .concept_item #summary:before {
    width: 130px;
    height: 160px;
    top: -22px;
    right: 26px;
  }
}
@media screen and (max-width: 560px) {
  #concept .concept_item #summary:before {
    width: 100px;
    height: 125px;
    top: auto;
    bottom: 6px;
    right: 122px;
  }
}

/* 全体構成 */
#overview .overview_item {
  text-align: center;
  margin: 0 auto 100px;
}
#overview .overview_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #overview .overview_item {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  #overview .overview_item {
    margin-bottom: 40px;
  }
}
#overview .overview_item h3 {
  display: inline-block;
  text-align: center;
  padding: 6px 10px;
  border-radius: 8px;
  background-color: #3D8DCC;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 130%;
  width: 600px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #overview .overview_item h3 {
    font-size: 20px;
    width: 500px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  #overview .overview_item h3 {
    padding: 4px 8px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 12px;
  }
}
#overview .overview_item img {
  width: 1000px;
  height: auto;
  display: block;
  margin: 0 auto 0;
}
@media screen and (max-width: 960px) {
  #overview .overview_item img {
    width: 100%;
  }
}

/* 学修成果・教育成果の可視化による質保証 */
#quality .title {
  /* このタイトルだけ長いのでモバイル文字をサイズを小さく */
}
@media screen and (max-width: 560px) {
  #quality .title h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  #quality .title span {
    font-size: 7px;
  }
}
#quality .quality_item {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #quality .quality_item {
    width: 100%;
  }
}
#quality .quality_item img {
  width: 1000px;
  height: auto;
}
@media screen and (max-width: 960px) {
  #quality .quality_item img {
    width: 100%;
  }
}

/* ラインナップ */
/* 製品トップページと共通の図（#products_link）はproducts.cssを参照 */
#lineup {
  padding-bottom: 40px;
}
@media screen and (max-width: 560px) {
  #lineup {
    padding-bottom: 20px;
  }
}
#lineup .lineup_item {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #lineup .lineup_item {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 560px) {
  #lineup .lineup_item {
    padding: 0 5px;
  }
}

/* 弊社ソリューションの強み */
#strengths .strengths_item {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #fff;
  margin: 0 auto 30px;
  width: 900px;
}
@media screen and (max-width: 960px) {
  #strengths .strengths_item {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  #strengths .strengths_item {
    padding: 15px;
    margin-bottom: 15px;
  }
}
#strengths .strengths_item dl {
  width: 440px;
}
@media screen and (max-width: 960px) {
  #strengths .strengths_item dl {
    width: 100%;
  }
}
#strengths .strengths_item dl dt {
  color: #3D8DCC;
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #strengths .strengths_item dl dt {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  #strengths .strengths_item dl dt {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 960px) {
  #strengths .strengths_item dl dt br {
    display: none;
  }
}
#strengths .strengths_item dl dd {
  text-align: left;
}
@media screen and (max-width: 960px) {
  #strengths .strengths_item dl dd {
    text-align: left;
  }
}
#strengths .strengths_item dl ul {
  display: flex;
  margin-top: 10px;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  #strengths .strengths_item dl ul {
    width: 340px;
    margin: 10px auto 10px;
  }
}
@media screen and (max-width: 560px) {
  #strengths .strengths_item dl ul {
    width: 300px;
  }
}
#strengths .strengths_item dl ul li {
  position: relative;
  width: 100px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 120%;
  margin-right: 15px;
  z-index: 1;
}
#strengths .strengths_item dl ul li:before {
  content: "";
  display: inline-block;
  background-color: #3D8DCC;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  z-index: -1;
  position: absolute;
  top: -17px;
  left: 0;
}
@media screen and (max-width: 560px) {
  #strengths .strengths_item dl ul li:before {
    border-radius: 45px;
    width: 90px;
    height: 90px;
    top: -15px;
  }
}
#strengths .strengths_item dl ul li:last-child {
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  #strengths .strengths_item dl ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  #strengths .strengths_item dl ul li {
    font-size: 15px;
  }
}
#strengths .strengths_item img {
  width: 360px;
}
@media screen and (max-width: 960px) {
  #strengths .strengths_item img {
    margin-top: 20px;
    width: 300px;
  }
}
@media screen and (max-width: 560px) {
  #strengths .strengths_item img {
    width: 280px;
  }
}

/* ご提供サービス */
#service .service_item .service_area {
  width: 1000px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  #service .service_item .service_area {
    width: 100%;
    margin-bottom: 30px;
  }
}
#service .service_item .service_area h3 {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 6px 10px;
  border-radius: 8px;
  background-color: #3D8DCC;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #service .service_item .service_area h3 {
    font-size: 20px;
  }
}
#service .service_item .service_area .service_detail {
  display: inline-block;
  width: 490px;
  padding: 25px 20px 15px;
  border-radius: 8px;
  background-color: #dfecf6;
}
#service .service_item .service_area .service_detail:last-child {
  margin-left: 15px;
}
@media screen and (max-width: 560px) {
  #service .service_item .service_area .service_detail:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  #service .service_item .service_area .service_detail {
    width: 48%;
  }
}
@media screen and (max-width: 560px) {
  #service .service_item .service_area .service_detail {
    width: 100%;
    padding: 20px 15px 10px;
    margin-bottom: 15px;
  }
}
#service .service_item .service_area .service_detail dl {
  text-align: left;
}
#service .service_item .service_area .service_detail dl dt {
  position: relative;
  font-size: 24px;
  line-height: 130%;
  font-weight: bold;
  padding-left: 90px;
  margin-bottom: 20px;
  min-height: 62px;
}
#service .service_item .service_area .service_detail dl dt span {
  position: absolute;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  line-height: 120%;
  color: #fff;
  width: 40px;
  top: 6px;
  left: 20px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #service .service_item .service_area .service_detail dl dt span {
    font-size: 16px;
    top: 7px;
    left: 15px;
  }
}
#service .service_item .service_area .service_detail dl dt span:before {
  content: "";
  display: inline-block;
  border-radius: 37px;
  width: 75px;
  height: 75px;
  z-index: -1;
  position: absolute;
  top: -14px;
  left: -19px;
}
@media screen and (max-width: 960px) {
  #service .service_item .service_area .service_detail dl dt span:before {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    top: -11px;
    left: -15px;
  }
}
#service .service_item .service_area .service_detail dl dt span:nth-child(2) {
  left: 102px;
}
@media screen and (max-width: 960px) {
  #service .service_item .service_area .service_detail dl dt span:nth-child(2) {
    left: 80px;
  }
}
#service .service_item .service_area .service_detail dl dt .icon_student:before {
  background-color: #00b391;
}
#service .service_item .service_area .service_detail dl dt .icon_outside:before {
  background-color: #f4a04d;
}
#service .service_item .service_area .service_detail dl dt .icon_university:before {
  background-color: #6b4ab6;
}
@media screen and (max-width: 960px) {
  #service .service_item .service_area .service_detail dl dt br {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #service .service_item .service_area .service_detail dl dt {
    font-size: 20px;
    padding-left: 70px;
    min-height: 52px;
    margin-bottom: 15px;
  }
}
#service .service_item .service_area .service_detail dl .icon_two {
  padding-left: 172px;
}
@media screen and (max-width: 960px) {
  #service .service_item .service_area .service_detail dl .icon_two {
    padding-left: 136px;
  }
}
#service .service_item .service_area .service_detail dl .line_one {
  padding-top: 12px;
}
@media screen and (max-width: 960px) {
  #service .service_item .service_area .service_detail dl .line_one {
    padding-top: 0;
  }
}
@media screen and (max-width: 560px) {
  #service .service_item .service_area .service_detail dl .line_one {
    padding-top: 12px;
  }
}
#service .service_item .service_area .service_detail dl .line_three {
  /* タブレットの時の高さ合わせ */
}
@media screen and (max-width: 960px) {
  #service .service_item .service_area .service_detail dl .line_three {
    min-height: 76px;
  }
}
@media screen and (max-width: 560px) {
  #service .service_item .service_area .service_detail dl .line_three {
    min-height: 0;
  }
}
#service .service_item .service_area .service_detail img {
  height: 200px;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  #service .service_item .service_area .service_detail img {
    height: 160px;
  }
}
@media screen and (max-width: 560px) {
  #service .service_item .service_area .service_detail img {
    height: 140px;
  }
}
