@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#mainvisual {
  position: relative;
  padding-top: 110px;
  height: 640px;
  background: url(../images/top/mainvisual.jpg) no-repeat center, #0848b0;
  background-size: cover;
}
#mainvisual:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background: #052a67;
  opacity: .6;
}
#mainvisual .mv__title {
  width: 85%;
  margin: 0 auto;
  padding: 0;
  border-bottom: none;
  color: #fff;
  font-size: 48rem;
  line-height: 1.8;
}

#top__link .link__block {
  gap: 40px 40px;
}
#top__link .link__block .block__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 20px);
  height: 150px;
  padding-left: 120px;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 28rem;
  line-height: 1.5;
  text-decoration: none;
}
#top__link .link__block .block__item .num {
  position: absolute;
  left: 0;
  top: 4px;
  color: #0848b0;
  font-size: 58rem;
  font-weight: 300;
  line-height: 1;
}
#top__link .link__block .block__item .num::after {
  content: "";
  display: block;
  position: absolute;
  right: -35px;
  bottom: -3px;
  width: 70px;
  height: 0;
  border-top: 1px solid #0848b0;
  transform: rotate(-45deg);
}
#top__link .link__button {
  margin-top: 70px;
  text-align: center;
}

#reason .reason__block {
  position: relative;
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.025);
}
#reason .reason__block + .reason__block {
  margin-top: 40px;
}
#reason .reason__block p {
  margin-bottom: 0;
}
#reason .reason__block .block__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 25rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #mainvisual {
    padding-top: 30vw;
    height: 100vw;
  }
  #mainvisual .mv__title {
    width: 90%;
    font-size: 7vw;
    line-height: 1.8;
  }

  #top__link .link__block {
    gap: 20px 30px;
  }
  #top__link .link__block .block__item {
    width: 100%;
    height: auto;
    padding: 40px 0 30px 80px;
    font-size: 24rem;
  }
  #top__link .link__block .block__item .num {
    top: 0px;
    font-size: 48rem;
  }
  #top__link .link__block .block__item .num::after {
    content: "";
    display: block;
    position: absolute;
    right: -35px;
    bottom: -3px;
    width: 70px;
    height: 0;
    border-top: 1px solid #0848b0;
    transform: rotate(-45deg);
  }
  #top__link .link__button {
    margin-top: 50px;
  }

  #reason .reason__block {
    padding: 20px;
  }
  #reason .reason__block + .reason__block {
    margin-top: 20px;
  }
  #reason .reason__block p {
    margin-bottom: 0;
  }
  #reason .reason__block .block__title {
    margin-bottom: 10px;
    font-size: 20rem;
  }
}
