@charset "UTF-8";
/*
$c-theme: #0574a7;
$c-gn: #05a759;
$c-lgn: #f0fff8;
$c-lb: #caeaef;
$c-pdf: #de4e55;
$c-doc: #3992d1;
$c-docx: #3992d1;
$c-xls: #0ea790;
$c-xlsx: #0ea790;
$c-ppt: #e65e41;
$c-pptx: #e65e41;
$c-blank_paper: #98989f;
$c-thin: #e9f6fc;

$w-main: 1180px;
$sp-offset: 8px;




// 以下、6/9 江澤追記
$transition-05s: all 0.5s ease;

$c-main: #333;
$c-blue: #177195;
$c-green: #05a759;

$f-icon: 'font_name';

$icon-arrow_thin_down: "\e900";
$icon-arrow_thin_left: "\e901";
$icon-arrow_thin_right: "\e902";
$icon-arrow_thin_up: "\e903";
$icon-arrow_bold_down: "\e904";
$icon-arrow_bold_left: "\e905";
$icon-arrow_bold_right: "\e906";
$icon-arrow_bold_up: "\e907";
$icon-arrow_circle_down: "\e908";
$icon-arrow_circle_left: "\e909";
$icon-arrow_circle_right: "\e90a";
$icon-arrow_circle_up: "\e90b";
$icon-arrow_tail_down: "\e90c";
$icon-arrow_tail_left: "\e90d";
$icon-arrow_tail_right: "\e90e";
$icon-arrow_tail_up: "\e90f";
$icon-plus: "\e910";
$icon-minus: "\e911";
$icon-window_blank: "\e912";
$icon-pdf: "\e913";
$icon-xlsx: "\e914";
$icon-word: "\e915";
$icon-doc: "\e915";
$icon-print: "\e916";
$icon-map: "\e917";
$icon-sp: "\e918";
$icon-bookmark: "\e919";
$icon-books: "\e91a";
$icon-book_open: "\e91b";
$icon-blank_paper: "\e91c";
$icon-xls: "\e91d";
$icon-docx: "\e91e";
$icon-ppt: "\e91f";
$icon-pptx: "\e920";

*/
body #path {
  display: none;
}
body #page #content {
  /*共通*/
  /*生涯学習に携わる方・これから携わりたい方へ
  2つの生涯学習支援実践講座（通信教育）*/
  /*生涯学習の資格認証制度*/
  /*関連団体等*/
}
body #page #content .kv {
  background-image: url(../img/top/kv.png?v=260109);
  align-items: center;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 100%;
  color: #1e4b73;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  height: 650px;
  position: relative;
}
body #page #content .kv .kv__inner {
  margin: auto;
  width: 1200px;
}
body #page #content .kv h1 {
  color: #1e4b73;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: bold;
}
body #page #content .kv h1 .last_txt {
  margin-top: 25px;
}
body #page #content .kv h1 span {
  display: block;
  font-size: 0.75em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body #page #content .kv h1 span {
    margin-bottom: 5px;
  }
  body #page #content .kv h1 .last_txt {
    margin-top: 5px;
  }
}
body #page #content .kv h1 + p {
  font-size: 30px;
  margin-top: 15px;
}
body #page #content .kv .kv__cta {
  display: flex;
  margin-top: 60px;
}
body #page #content .kv .kv__cta li {
  height: 60px;
  width: 280px;
}
body #page #content .kv .kv__cta li a {
  align-items: center;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  width: 100%;
}
body #page #content .kv .kv__cta li a:before {
  content: "";
  margin-right: auto;
}
body #page #content .kv .kv__cta li a:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: none;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  margin-left: auto;
  transform: rotate(135deg);
}
body #page #content .kv .kv__cta li + li {
  margin-left: 20px;
}
body #page #content .kv .kv__cta li.request a {
  background-color: #1e4b73;
}
body #page #content .kv .kv__cta li.jukou a {
  background-color: #1e4b73;
}
@media screen and (max-width: 750px) {
  body #page #content .kv .kv__cta li.jukou a {
    border-left: 2px solid #fff;
  }
}
@media screen and (max-width: 750px) {
  body #page #content .kv {
    background-size: 100% auto;
    display: block;
    height: calc(114vw + 50px) !important;
    background-image: url(../img/top/kv_sp.png?v=260110);
  }
  body #page #content .kv .kv__cta {
    bottom: 0;
    margin-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
  }
  body #page #content .kv .kv__cta li {
    height: 50px;
    width: 50% !important;
  }
  body #page #content .kv .kv__cta li a {
    border-radius: 0;
    font-size: 15px;
    padding: 0 15px;
  }
  body #page #content .kv .kv__cta li + li {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  body #page #content .kv {
    max-width: 100%;
    height: 550px;
    padding-top: 60px;
  }
  body #page #content .kv .kv__inner {
    width: 90%;
  }
  body #page #content .kv h1 {
    font-size: 34px;
  }
  body #page #content .kv h1 + p {
    font-size: 20px;
  }
  body #page #content .kv .kv__cta li {
    width: 250px;
  }
}
@media screen and (max-width: 750px) {
  body #page #content .kv h1 {
    font-size: 5.8vw;
    padding-top: 4vw;
  }
}
body #page #content .top .kv .kv__inner {
  display: flex;
  justify-content: flex-end;
}
body #page #content section {
  padding: 0 0 5rem;
}
body #page #content section h2 {
  font-size: 36px;
  border-bottom: none;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 0;
}
body #page #content section h2 small {
  font-weight: 500;
  display: block;
  font-size: 28px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  body #page #content section {
    padding: 0 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  body #page #content section {
    padding: 0 0 7rem;
  }
}
@media screen and (max-width: 750px) {
  body #page #content section h2 {
    font-size: 24px;
  }
  body #page #content section h2 small {
    font-size: 16px;
  }
}
body #page #content section.jissen ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
body #page #content section.jissen ul:last-child {
  margin-top: 40px;
}
body #page #content section.jissen ul li img {
  max-width: 660px;
  margin-right: 30px;
}
body #page #content section.jissen ul li p {
  display: block;
}
body #page #content section.jissen ul li a {
  color: #1e4b73;
  float: right;
  text-decoration: underline;
}
body #page #content section.jissen ul li .arrow_r {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  body #page #content section.jissen img {
    max-width: 440px;
  }
}
@media screen and (max-width: 768px) {
  body #page #content section.jissen ul {
    display: block;
    margin-top: 20px;
  }
  body #page #content section.jissen ul:last-child {
    margin-top: 70px;
  }
  body #page #content section.jissen ul li img {
    max-width: 100%;
    margin: 0 auto 20px;
    margin-right: 0;
  }
  body #page #content section.jissen ul li a.arrow_r {
    margin-top: 10px;
  }
}
body #page #content section.shikaku ul.study {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}
body #page #content section.shikaku ul.study li {
  width: calc(33.3333333333% - 0rem);
  border-right: 2px solid #eee;
  padding: 0 30px;
}
body #page #content section.shikaku ul.study li .btn {
  max-width: 230px;
}
body #page #content section.shikaku ul.study li:first-child {
  padding-left: 0;
}
body #page #content section.shikaku ul.study li:last-child {
  border-right: none;
  padding-right: 0;
}
body #page #content section.shikaku ul.study li h3 {
  color: #1e4b73;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  body #page #content section.shikaku ul.study {
    display: block;
  }
  body #page #content section.shikaku ul.study li {
    width: 100%;
    border-bottom: 2px solid #eee;
    padding: 0 0 30px;
    border-right: none;
    margin-top: 30px;
  }
  body #page #content section.shikaku ul.study li h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body #page #content section.shikaku ul.study li h3 br {
    display: none;
  }
  body #page #content section.shikaku ul.study li:last-child {
    border-bottom: none;
  }
  body #page #content section.shikaku ul.study li .btn {
    margin-top: 30px;
  }
}
body #page #content section.link_box div {
  background: url(../img/top/section3_bg.png) no-repeat;
  background-position: left bottom;
  background-size: cover;
  padding: 40px 0;
}
body #page #content section.link_box div:nth-child(2) {
  background: url(../img/top/section3_bg2.png) no-repeat !important;
  background-position: right bottom;
  background-size: cover !important;
}
body #page #content section.link_box div:nth-child(3) {
  background: url(../img/top/section3_bg3.png) no-repeat !important;
  background-position: left bottom;
  background-size: cover !important;
}
body #page #content section.link_box div:nth-child(4) {
  background: url(../img/top/section3_bg4.png) no-repeat !important;
  background-position: right bottom;
  background-size: cover !important;
}
body #page #content section.link_box ul {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  body #page #content section.link_box ul {
    width: 90%;
  }
}
body #page #content section.link_box ul li h3 {
  color: #1e4b73;
  font-size: 28px;
  width: 400px;
}
body #page #content section.link_box ul li:last-child {
  width: 800px;
}
body #page #content section.link_box ul li a {
  color: #1e4b73;
  float: right;
  text-decoration: underline;
  padding-right: 28px;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  body #page #content section.link_box div {
    padding: 40px 0 80px;
  }
  body #page #content section.link_box ul {
    display: block;
  }
  body #page #content section.link_box ul h3 {
    margin-bottom: 20px;
    font-size: 22px !important;
  }
  body #page #content section.link_box ul h3 br {
    display: none;
  }
  body #page #content section.link_box ul h3,
  body #page #content section.link_box ul li:last-child {
    width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  body #page #content section.link_box {
    margin-top: -7rem;
  }
}
body #page #content section.dantai {
  margin-top: -48px;
  padding-bottom: 0;
}
body #page #content section.dantai .logo_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body #page #content section.dantai .logo_box a {
  width: calc(25% - 1rem);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body #page #content section.dantai {
    margin-top: -7rem;
  }
  body #page #content section.dantai .logo_box a {
    width: calc(50% - 0.8rem);
    margin-top: 15px;
  }
}
body #page #content a.arrow_r[target=_blank] {
  padding: 0;
}
body #page #content a.arrow_r[target=_blank]::before {
  display: none;
}
body #page #content a.arrow_r[target=_blank]::after {
  content: "";
  mask: url(../img/top/t_blank.png?v=251224) no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask: url(../img/top/t_blank.png?v=251224) no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #1e4b73;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0.32em 2px;
  border: none;
}/*# sourceMappingURL=top.css.map */