@charset "utf-8";
/* CSS Document */
/*----------------------------------------------ページタイトル*/
.cloud_fnctitle {
  width: 100%;
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 40px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cloud_fnctitle {
    margin-top: 70px;
    font-size: 36px;
    height: 145px;
  }
}
/*-----------------------------ページID項目*/
#hg_func {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #hg_func {
    font-size: 18px;
  }
}
/*-----------------------------共通項目*/
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
.w_lg_none {
  display: block;
}
@media print, screen and (min-width:1200px) {
  .w_lg_none {
    display: none;
  }
}
strong {
  font-weight: bold;
}
small {
  font-size: 0.8em;
}
.pankuzu {
  width: 100%;
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] .container, [id^="sec_"] .container-fluid {
  margin-top: 30px;
}
[id^="sec_"] p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 18px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3:not(.sub_fnctitle) {
  color: #3366ff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3:not(.sub_fnctitle) {
    font-size: 36px;
  }
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] h3 {
    font-size: 42px;
  }
}
[id^="sec_"] h4 {
  color: #0660c5;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
.link_btn_area {
  display: block;
  margin: 30px auto auto;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] .link_btn_area a {
    width: 60%;
  }
}
ul.row {
  justify-content: center;
}
ul.row > li {
  margin-bottom: 30px;
}
ul.row > li .panel_wrap {
  border-radius: 10px;
  padding: 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
  width: 100%;
}
ul.row > li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row > li .panel_wrap h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
ul.row > li .panel_wrap p {
  font-size: initial;
  line-height: 1.8em;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
figcaption {
  margin-top: 20px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
p.catch_tx {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px auto;
  color: #038d92;
}
p.catch_tx a {
  color: #3366ff;
  text-decoration: underline;
}
/*-----------------------------メインコンテンツ*/
#sec_hg_func_list {
  padding-top: 30px;
  padding-bottom: 0;
}
[id^="sec_"] ul.row > li .panel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
[id^="cls_"] {
  /*padding-bottom: 50px;*/
}
[id^="cls_"] a p {
  color: #666;
  transition: all 0.5s;
}
[id^="cls_"] a:hover {
  opacity: 1;
}
[id^="cls_"] a .btn {
  display: block;
  background: #0660c5;
  border: 1px solid #0660c5;
  color: #fff;
  padding: 10px;
  width: 100%;
  font-weight: bold;
  transition: all 0.5s;
}
[id^="cls_"] a:hover .btn {
  background: #fff;
  color: #0660c5;
}
[id^="cls_"] a img {
  transition: all 0.5s;
}
[id^="cls_"] a:hover img {
  opacity: 1;
  transform: scale(1.3, 1.3);
}
/*-----------------------------------アンカーメニュー*/
#anc_slct ul.row {
  justify-content: space-between;
  align-content: stretch;
}
#anc_slct ul.row li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#anc_slct ul.row li a {
  display: block;
  background: #0660c5;
  border: 1px solid #0660c5;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  width: 100%;
  transition: all 0.5s;
}
#anc_slct ul.row li a:hover {
  background: #fff;
  color: #0660c5;
}
#anc_slct ul.row li.btn_ga a {
  background: #00bfa5;
  border: 1px solid #00bfa5;
}
#anc_slct ul.row li.btn_ga a:hover {
  background: #fff;
  color: #00bfa5;
}
.ph_wrap {
  overflow: hidden;
}
/*-----------------------------------「人事関連機能」*/
#cls_hr {
  padding-bottom: 50px;
  background: url("../../../img/hg_func_img/bg_cts.png") -70% -1% no-repeat, url("../../../img/hg_func_img/bg_cts.png") 200% 103% no-repeat;
  background-size: 70%, 80%;
}
@media print, screen and (min-width:768px) {
  #cls_hr {
    background: url("../../../img/hg_func_img/bg_cts.png") -30% -19% no-repeat, url("../../../img/hg_func_img/bg_cts.png") 110% 100% no-repeat;
    background-size: 50%, 45%;
  }
}
#cls_hr h4 {
  background: #0660c5;
  color: #fff;
  padding: 10px;
  margin: 50px auto 30px;
}
#sec_hg_func_list #cls_hr ul.row > li .panel_wrap {
  border: 1px solid #0660c5;
}
/*アイコン*/
[id^="cls_"] ul.row > li .panel_wrap h5 {
  position: relative;
  margin-right: -35px;
  line-height: 1.1em;
}
[id^="cls_"] ul.row > li .panel_wrap h5:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: -35px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#cls_hr ul.row > li:nth-child(1) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon01.png") center no-repeat;
  background-size: contain;
}
#cls_hr ul.row > li:nth-child(2) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon02.png") center no-repeat;
  background-size: contain;
}
#cls_hr ul.row > li:nth-child(3) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon03.png") center no-repeat;
  background-size: contain;
}
#cls_hr ul.row > li:nth-child(4) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon04.png") center no-repeat;
  background-size: contain;
}
#cls_hr ul.row > li:nth-child(5) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon05.png") center no-repeat;
  background-size: contain;
}
#cls_hr ul.row > li:nth-child(6) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon06.png") center no-repeat;
  background-size: contain;
}
#cls_hr ul.row > li:nth-child(7) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon07.png") center no-repeat;
  background-size: contain;
}
#cls_hr ul.row > li:nth-child(8) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon08.png") center no-repeat;
  background-size: contain;
}
#cls_hr ul.row > li:nth-child(9) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon09.png") center no-repeat;
  background-size: contain;
}
#cls_hr ul.row > li:nth-child(10) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon10.png") center no-repeat;
  background-size: contain;
}
/*-----------------------------------「総務関連機能」*/
#cls_ga {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 100px;
  background: url("../../../img/hg_func_img/bg_cts.png") -70% 1% no-repeat, url("../../../img/hg_func_img/bg_cts.png") 200% 104% no-repeat, #f5f5f5;
  background-size: 70%, 80%;
}
@media print, screen and (min-width:768px) {
  #cls_ga {
    background: url("../../../img/hg_func_img/bg_cts.png") -30% 15% no-repeat, url("../../../img/hg_func_img/bg_cts.png") 120% 160% no-repeat, #f5f5f5;
    background-size: 50%, 45%;
  }
}
#cls_ga h4 {
  background: #00bfa5;
  color: #fff;
  padding: 10px;
  margin: 50px auto 30px;
}
#sec_hg_func_list #cls_ga ul.row > li .panel_wrap {
  border: 1px solid #00bfa5;
}
#cls_ga a .btn {
  display: block;
  background: #00bfa5;
  border: 1px solid #00bfa5;
  color: #fff;
  padding: 10px;
  width: 100%;
}
#cls_ga a:hover .btn {
  background: #fff;
  color: #00bfa5;
}
/*アイコン*/
#cls_ga ul.row > li:nth-child(1) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon11.png") center no-repeat;
  background-size: contain;
}
#cls_ga ul.row > li:nth-child(2) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon12.png") center no-repeat;
  background-size: contain;
}
#cls_ga ul.row > li:nth-child(3) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon13.png") center no-repeat;
  background-size: contain;
}
#cls_ga ul.row > li:nth-child(4) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon14.png") center no-repeat;
  background-size: contain;
}
#cls_ga ul.row > li:nth-child(5) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon15.png") center no-repeat;
  background-size: contain;
}
#cls_ga ul.row > li:nth-child(6) .panel_wrap h5:before {
  background: url("../../../img/hg_func_img/icon16.png") center no-repeat;
  background-size: contain;
}