@charset "UTF-8";
/*----------------------------------------------------
	setting
----------------------------------------------------*/
/* ---カラー指定
-------------------------------------------*/
/* -----------------------
about
----------------------- */
#about .left_inner {
  width: 58%;
}
@media screen and (max-width: 900px) {
  #about .left_inner {
    width: 100%;
  }
}
#about .btm_txt {
  line-height: 1.8;
}
#about .right_inner {
  width: 35%;
}
@media screen and (max-width: 900px) {
  #about .right_inner {
    width: 50%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #about .right_inner {
    width: 70%;
  }
}
#about .btnWrap a {
  display: block;
  width: min(270px, 65.16vw);
  background-color: #002878;
  border: 1px solid #002878;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 70px auto 0;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 30px;
  transition: ease 0.2s;
  box-sizing: border-box;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
}
#about .btnWrap a:hover {
  background-color: #fff;
  border: 1px solid #002878;
  color: #002878;
}

/* -----------------------
news
----------------------- */
#news.section {
  background-color: #f5f5f5;
  padding-bottom: 0;
  padding-bottom: 90px;
}
@media screen and (max-width: 900px) {
  #news.section {
    padding-bottom: 50px;
  }
}
#news.section .section_inner {
  padding: 70px 0 0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
  #news.section .section_inner {
    padding-top: 50px;
  }
}
#news .left_inner {
  width: 230px;
}
@media screen and (max-width: 900px) {
  #news .left_inner {
    width: 100%;
  }
}
#news .right_inner {
  width: calc(100% - 300px);
}
@media screen and (max-width: 900px) {
  #news .right_inner {
    width: 100%;
  }
}
#news .newsWrap_ttl {
  margin: 0;
  border-right: 1px solid #000;
}
@media screen and (max-width: 900px) {
  #news .newsWrap_ttl {
    line-height: 1;
    margin-bottom: 30px;
    border-right: none;
    font-size: 45px;
  }
}
#news .newsWrap_ttl img {
  width: 156px;
  margin-left: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #news .newsWrap_ttl img {
    width: 25.24vw;
  }
}
@media screen and (max-width: 768px) {
  #news .newsWrap_ttl img {
    width: 31.24vw;
  }
}
#news .newsWrap_ttl span {
  color: #000;
  display: block;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #news .newsWrap_ttl span {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 900px) {
  #news .newsWrap_list .newsList_item {
    margin-bottom: 15px;
  }
}
#news .newsWrap_list .newsList_item a {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
  display: table;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #news .newsWrap_list .newsList_item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #news .newsWrap_list .newsList_item a {
    font-size: 11px;
  }
}
#news .newsWrap_list .newsList_item a:hover {
  text-decoration: none;
}
#news .newsWrap_list .newsList_item a:hover .data {
  text-decoration: none;
}
#news .newsWrap_list .newsList_item .data {
  display: table-cell;
  width: 12%;
}
@media screen and (max-width: 900px) {
  #news .newsWrap_list .newsList_item .data {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  #news .newsWrap_list .newsList_item .data {
    width: 18%;
  }
}
#news .newsWrap_list .newsList_item .ttl {
  display: table-cell;
}
#news .btnWrap a {
  display: block;
  width: min(180px, 36vw);
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 35px auto 0;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  border-radius: 30px;
  box-sizing: border-box;
  transition: ease 0.5s;
}
#news .btnWrap a:hover {
  background-color: #000;
  color: #fff;
}

/* -----------------------
fsbj
----------------------- */
#fsbj.section {
  background-image: url("../img/top/bg_fsbj.png");
  background-repeat: repeat-y;
  background-size: cover;
}
#fsbj .fsbj_head {
  background-color: rgba(150, 150, 150, 0.7);
}
#fsbj .fsbj_head .fsbj_head_inner {
  width: 580px;
  margin: 0 auto;
  padding: 75px 0 80px;
}
@media screen and (max-width: 900px) {
  #fsbj .fsbj_head .fsbj_head_inner {
    width: 94%;
    padding: 50px 0 55px;
  }
}
#fsbj .fsbj_head .left_inner {
  color: #fff;
  width: 158px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  #fsbj .fsbj_head .left_inner {
    margin: 0 auto 30px;
    width: 20.75vw;
  }
}
@media screen and (max-width: 768px) {
  #fsbj .fsbj_head .left_inner {
    margin: 0 auto 30px;
    width: 31.75vw;
  }
}
#fsbj .fsbj_head .right_inner {
  color: #fff;
  width: calc(100% - 200px);
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 900px) {
  #fsbj .fsbj_head .right_inner {
    width: 100%;
  }
}
#fsbj .fsbj_bookListWrap::after {
  content: "";
  background: url("../img/top/bg_fsbj_bookstand.png") no-repeat;
  background-size: contain;
  width: min(1022px, 90vw);
  height: 146px;
  display: block;
}
@media screen and (max-width: 768px) {
  #fsbj .fsbj_bookListWrap::after {
    width: 100%;
    height: inherit;
    padding-top: 14.28%;
  }
}
#fsbj .fsbj_bookListWrap + .btnWrap {
  margin-top: -50px;
}
@media screen and (max-width: 900px) {
  #fsbj .fsbj_bookListWrap + .btnWrap {
    margin-top: 0;
  }
}
#fsbj .fsbj_bookList {
  width: 700px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #fsbj .fsbj_bookList {
    width: 80%;
    /* width: 65%; */
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  #fsbj .fsbj_bookList {
    width: 94%;
  }
}
#fsbj .fsbj_bookList .fsbj_bookItem {
  width: 157px;
  height: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  #fsbj .fsbj_bookList .fsbj_bookItem {
    width: min(157px, 15.6vw);
  }
}
@media screen and (max-width: 768px) {
  #fsbj .fsbj_bookList .fsbj_bookItem {
    width: calc(25% - 10px);
  }
}
#fsbj .btnWrap a {
  display: block;
  width: min(330px, 65.16vw);
  background-color: #ff5a1e;
  border: 1px solid #ff5a1e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto 0;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 30px;
  box-sizing: border-box;
  transition: ease 0.5s;
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.1);
}
#fsbj .btnWrap a:hover {
  background-color: #fff;
  border: 1px solid #ff5a1e;
  color: #ff5a1e;
}

/* -----------------------
kinousei
----------------------- */
#kinousei .section_top .left_inner {
  flex-shrink: 0;
  margin-right: 60px;
}
@media screen and (max-width: 900px) {
  #kinousei .section_top .left_inner {
    margin: 0 auto 30px;
  }
}
#kinousei .bg_gray {
  background-color: #f5f5f5;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #kinousei .kinousei_listWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: inherit;
  }
}
#kinousei .kinousei_listWrap .kinousei_listItem {
  width: min(220px, 21.3vw);
  height: 260px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 25px;
  padding: 12px 8px;
  border-radius: 9px;
}
@media screen and (max-width: 900px) {
  #kinousei .kinousei_listWrap .kinousei_listItem {
    width: 48%;
    height: inherit;
  }
}
#kinousei .kinousei_listWrap .kinousei_listItem .icon_img {
  width: 85px;
  height: 85px;
  margin: 10px auto;
}
#kinousei .kinousei_listWrap .kinousei_listItem .item_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #002878;
  text-align: center;
  margin-bottom: 10px;
}
#kinousei .kinousei_listWrap .kinousei_listItem .item_ttl .small_txt {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
#kinousei .kinousei_listWrap .kinousei_listItem .item_infoTxt {
  font-size: 12px;
  line-height: 1.5;
}
#kinousei .kinousei_listWrap:last-child .kinousei_listItem {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  #kinousei .kinousei_listWrap:last-child .kinousei_listItem {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 900px) {
  #kinousei .kinousei_listWrap:last-child .kinousei_listItem:nth-child(n+3) {
    margin-bottom: 0;
  }
}
#kinousei .section_btm_arrow {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
#kinousei .section_btm_arrow::after {
  content: "";
  background: url("../img/top/bd_arrow.svg") no-repeat;
  width: 280px;
  height: 14px;
  display: block;
  background-size: 100% 100%;
  margin: 5px auto 0;
}
#kinousei .section_btm_arrow + .btnWrap a {
  margin-top: 30px;
}
#kinousei .btnWrap a {
  display: block;
  width: 270px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 70px auto 0;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 30px;
  transition: ease 0.2s;
  box-sizing: border-box;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 900px) {
  #kinousei .btnWrap a {
    width: 64vw;
  }
}
#kinousei .btnWrap a:hover {
  background-color: #fff;
  border: 1px solid #002878;
  color: #000;
}

/* -----------------------
service
----------------------- */
#service .section_top {
  width: min(1010px, 94vw);
}
@media screen and (max-width: 900px) {
  #service .section_top {
    width: 100%;
  }
}
#service .service_itemWrap {
  align-items: flex-start;
}
#service .service_itemWrap .service_itemList {
  width: min(305px, 30.19vw);
}
@media screen and (max-width: 900px) {
  #service .service_itemWrap .service_itemList {
    width: 94%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 900px) {
  #service .service_itemWrap .service_itemList .service_itemImg {
    width: 60vw;
    margin: 0 auto;
  }
}
#service .service_itemWrap .service_itemList .service_itemTtl {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #969696;
  margin: 30px 0 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #service .service_itemWrap .service_itemList .service_itemTtl {
    font-size: 18px;
  }
}
#service .service_itemWrap .service_itemList .service_itemText {
  line-height: 1.8;
}
#service .section_btm {
  width: 100%;
  background-image: url(../img/top/bg_fsbj.png);
  background-repeat: repeat-y;
  background-size: cover;
}
#service .section_btm .service_fsbjWrap {
  /* width: 700px; */
  width: 440px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-around;
}
@media screen and (max-width: 900px) {
  #service .section_btm .service_fsbjWrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
#service .section_btm .service_fsbjItem {
  text-align: center;
  width: min(180px, 26vw);
  flex-shrink: 0;
}
#service .section_btm .service_fsbjItem .fsbjItem_img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  height: auto;
  width: min(157px, 20vw);
  margin: 0 auto 15px;
}
#service .section_btm .fsbjItem_name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #service .section_btm .fsbjItem_name {
    font-size: 11px;
  }
}
#service .section_btm .fsbjItem_name .small_txt {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  #service .section_btm .fsbjItem_name .small_txt {
    font-size: 10px;
  }
}

/* -----------------------
contact
----------------------- */
#contact .btnWrap a {
  display: block;
  width: min(270px, 65.16vw);
  background-color: #002878;
  border: 1px solid #002878;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 70px auto 0;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 30px;
  transition: ease 0.2s;
  box-sizing: border-box;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
}
#contact .btnWrap a:hover {
  background-color: #fff;
  border: 1px solid #002878;
  color: #002878;
}
#contact .privacy_link {
  text-align: center;
  margin-top: 60px;
}
#contact .privacy_link a {
  font-size: 14px;
  text-decoration: underline;
}/*# sourceMappingURL=top.css.map */