@charset "UTF-8";

html {
  height: 100%;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding: 163px 0 200px;
  position: relative;
  min-width: 1200px;
  line-height: 1.6;
}

/*** overlay ************/
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.6);
}

/*** overlay ************/

/*** header ************/
.header {
  width: 100%;
  border-top: 8px solid #004097;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
}

.header_wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}

.header_wrapRank {
  float: left;
}

.header_wrapRankTitle {
  padding: 0 0 0 18px;
}

.header_wrapRankTitleText {
  padding: 0 0 0 18px;
  line-height: 1.42;
  font-weight: 600;
}

.header_wrapRankTitleTextLink {
  display: block;
}

.header_wrapRankList {
  display: inline-block;
  vertical-align: middle;
}

.header_wrapRankList a img {
  width: 200px;
}

.header_wrapSns {
  float: right;
}

.header_wrapSnsBox {
  width: 100%;
  padding: 0 10px 0 0;
}

.header_wrapSnsBoxList {
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.header_wrapSnsBoxListImg {
  padding: 8px 0;
}

.header_wrapSnsBoxList-mail a{
  font-size: 17px;
  padding: 0 30px 0 0;
  font-weight: bold;
  color: #004197;
}


.header_nav {
  width: 100%;
  background: #004097;
}

.header_navCont {
  width: 1200px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

.header_navContList {
  padding: 6px 0 6px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #004097;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  position: relative;
  cursor: pointer;
}

.header_navContList-arrow {
  position: relative;
  cursor: pointer;
}

.header_navContList-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 5px;
}

.header_navContListItem {
  box-sizing: border-box;
  display: block;
  line-height: 1.73;
  border-left: 2px solid #fff;
}

.header_navContList:last-child .header_navContListItem {
  border-right: 2px solid #fff;
}

.header_navContListItemImg {
  margin: 0 auto;
}

.header_navContListItemLink {
  padding: 13px 0;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.73;
}

.header_navContInnerList {
  display: none;
  position: absolute;
  top: 69px;
  left: 0;
  margin: 0;
  text-align: center;
  z-index: 1;
  width: 100%;
}

.header_navContInnerItem {
  background: #e5e5e5;
  padding: 0 5px 0;
}

.header_navContInnerItem a {
  color: #004097;
  font-weight: bold;
  background: #e5e5e5;
  border-bottom: 2px solid #004097;
  padding: 3.5% 0;
  display: block;
  font-size: 17px;
}

.header_navContInnerItem:last-child {
  padding: 0;
  border-bottom: 8px solid #004097;
}

.header_navContInnerItem:last-child a {
  margin: 0 5px 0;
  border-bottom: none;
}

.header_navContListItem-kifu{
  background: url(/img/common/btn_target_blank.svg) no-repeat 85% 50%;
  background-size: 12%;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.hideMenu {
  margin-top: -25px;
}

/*** header ************/

/*** breadcrumb ************/

.breadcrumb {
  width: 1020px;
  margin: 20px auto 0;
  font-size: 14px;
}

/*** breadcrumb ************/

/*** wrap ************/
.wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sectionBox {
  width: 1200px;
  margin: 60px auto;
}

.sectionBox-gray {
  width: 100%;
  background: #f1f1f1 url(/img/common/bg_gray.jpg);
}

/*** wrap ************/

/*** footer ************/
.footer {
  width: 100%;
  padding: 40px 0 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  z-index: 0;
  background: #004097;
}

.footer_rank img {
  width: 244px;
}

.footer_rankImg {
  margin: 0 auto;
}

.footer_link {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  margin: 30px auto 15px;
  width: 270px;
}

.footer_link a {
  color: #fff;
}

.copyright {
  text-align: center;
  display: block;
  color: #fff;
}

.copyright span {
  font-family: Verdana;
  color: #fff;
}

/*** footer ************/

/*** arrow ************/
.arrow {
  position: relative;
}

.arrow::before {
  content: "";
  display: block;
  width: 15px;
  height: 0;
  border-top: 1px solid #fff;
  position: absolute;
  top: -9px;
  bottom: 0;
  right: 4%;
  margin: auto;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.arrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 0;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: -9px;
  right: 4%;
  margin: auto;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/*** arrow ************/

/*** pc sp 切り替え ************/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*** pc sp 切り替え ************/

/*** 詳しくはボタン ************/
.clickHere {
  width: 155px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.clickHereLink {
  padding: 4px 0;
  line-height: 1.41;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #004097;
  border-radius: 50px;
  border: 2px solid #004097;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
}

.clickHereLink-youtube {
  width: 365px;
  padding: 6px 0;
  display: inline-block;
  vertical-align: middle;
}

.clickHereLink_ico {
  width: 25px;
  height: 25px;
  margin: -5px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url('/img/top/icon_youtube.png') no-repeat center top;
}

.clickHereYoutube {
  width: 370px;
  margin: 35px auto 0;
}

.clickHereYoutube img {
  display: inline-block;
  margin: 0 5px 0 0;
}

.clickHere-news {
  margin: 312px auto 0;
}

.clickHere-top {
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 21px;
}

.clickHereHP,
.clickHereTel {
  width: 170px;
  margin: 10px 0;
  display: block;
  text-align: left;
}

.clickHereLink-HP,
.clickHereLink-tel {
  padding: 4px 0;
  line-height: 1.41;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #004097;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  width: 170px;
  padding: 5px 0 5px 39px;
  display: inline-block;
  vertical-align: middle;
  background: #004097;
  box-sizing: border-box;
}

.clickHereLink-tel {
  background: #004097 url('/members/img/icon_tel_off.png') no-repeat 5% 49%;
  background-size: 14%;
  width: 160px;
}

.clickHereLink_ico {
  width: 25px;
  height: 25px;
  margin: -5px 6px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.clickHereLink.arrow::before {
  width: 9px;
  top: -4px;
}

.clickHereLink.arrow::after {
  width: 9px;
  bottom: -4px;
}

.candidate_detailBoxEx .clickHere {
  margin: 13px 0 0 0;
  font-size: 13px;
  text-align: left;
}

.candidate_detailBoxEx .clickHere .clickHereLink {
  font-size: 13px;
  width: 160px;
}

.candidate_detailBoxEx .clickHere .clickHereLink.arrow::before {
  width: 7px;
  top: -4px;
}

.candidate_detailBoxEx .clickHere .clickHereLink.arrow::after {
  width: 7px;
  bottom: -4px;
}

.candidate_detailBoxNameKana {
  font-size: 13px;
  margin: 0 0 -5%;
  opacity: 0.7;
}

.candidate_detailBoxImg {
  .candidate_detailBoxImg
}

/*** 詳しくはボタン ************/

/*** other ************/
.pageTitle {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin: 60px auto;
}

.pageTitle_line {
  padding: 0 18px 5px;
  border-bottom: 3px solid #004097;
}

.toTop {
  position: fixed;
  bottom: 270px;
  right: 0;
  z-index: 1;
}

/*** other ************/
@media (max-width:640px) {

  /*** pc sp 切り替え ************/
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*** pc sp 切り替え ************/
  body {
    min-width: 100%;
    padding: 16% 0 20%;
  }

  img {
    width: 100%;
  }

  .bodyFixed {
    position: fixed;
  }

  /*** header ************/
  .header {
    width: 100%;
    border-top: 1.2vw solid #004097;
    z-index: 9999;
  }

  .header_wrap {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 4px 10px -3px #999;
    -moz-box-shadow: 0px 4px 10px -3px #999;
    -ms-box-shadow: 0px 4px 10px -3px #999;
    box-shadow: 0px 4px 10px -3px #999;
    background: #fff;
    box-sizing: border-box;
    z-index: 100;
  }

  .header_wrapRank {
    width: 35%;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .header_wrapRankTitle {
    padding: 5% 0 0;
  }

  .header_wrapRankTitleText {
    display: none;
  }

  .header_wrapRankTitleLink {
    display: block;
  }

  .header_wrapSns {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    margin: 0 0 20%;
  }

  .header_wrapSnsBox {
    width: 90%;
    padding: 0 20%;
    box-sizing: border-box;
    display: table;
    margin: auto;
  }

  .header_wrapSnsBoxList {
    width: 20%;
    padding: 0 0 0 5%;
    display: table-cell;
  }

  .header_wrapSnsBoxListImg {
    width: 100%;
  }

  .header_wrapSnsBoxList-mail a{
    font-size: 4vw;
    text-align: center;
    display: block;
    padding: 3% 0 1%;
  }

  .header_nav {
    width: 100%;
    height: 90vh;
    top: 0;
    z-index: 9999;
    display: none;
    overflow-y: scroll;
  }

  .header_navCont {
    width: 100%;
    display: block;
    table-layout: auto;
  }

  .header_navContList {
    width: 100%;
    padding: 0;
    display: block;
    border-bottom: none;
  }

  .header_navContList:last-child .header_navContListItem {
    border-bottom: none;
  }

  .header_navContList-arrow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 2vw solid transparent;
    border-top-color: #fff;
    border-bottom: none;
    position: absolute;
    right: 7.2vw;
    top: 8.3vw;
    left: inherit;
    transition: transform 0.5s;
  }

  .header_navContList-arrow.is-open::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .header_navContListItem {
    border-left: none;
    border-bottom: 2px solid #fff;
  }

  .header_navContList:first-child .header_navContListItem {
    border-left: none;
  }

  .header_navContListItemLink {
    padding: 5% 0;
    pointer-events: none;
    font-size: 5vw;
  }

  .header_navContListItemImg {
    width: auto;
  }
    
  .header_navContListItem-kifu{
    background: url(/img/common/btn_target_blank.svg) no-repeat 70% 50%;
    background-size: 6%;
  }

  .hamburger {
    width: 8%;
    height: 20px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    z-index: 2;
    cursor: pointer;
  }

  .hamburger_list {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    border-top: 2px solid #004097;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
  }

  .hamburger_list-middle {
    margin: 9px 0 0;
  }

  .hamburger_list-bottom {
    margin: 18px 0 0;
  }

  .js-hamburger .hamburger_list-top {
    top: 40%;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .js-hamburger .hamburger_list-middle {
    display: none;
  }

  .js-hamburger .hamburger_list-bottom {
    margin: 0;
    top: 40%;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }

  .header_navContInnerList {
    position: static;
    margin: 0 0 -2px;
  }

  .header_navContInnerItem:last-child {
    border-bottom: none;
  }

  .header_navContInnerItem a.header_navContInnerItem-brNone {
    border-bottom: none;
  }

  .header_navContInnerItem a {
    font-size: 4vw;
  }

  .header_wrapSnsUp {
    width: 26%;
    float: right;
    margin: 0 16% 0 0;
  }

  .header_wrapSnsUp .header_wrapSnsBoxList {
    padding: 0 0 0 11%;
  }

  .hideMenu {
    margin-top: 0;
  }

  /*** header ************/

  /*** wrap ************/
  .wrap {
    width: 100%;
  }

  .sectionBox {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
  }

  /*** wrap ************/

  /*** footer ************/
  .footer {
    width: 100%;
    margin: 0 0 -8%;
    padding: 3% 0 1.5%;
    bottom: 0;
  }

  .footer_rank {
    width: 30%;
    margin: 0 auto;
  }

  .footer_link {
    font-size: 3.2vw;
    width: 60%;
    margin: 5% auto 2%;
    text-align: center;
  }

  .copyright {
    font-size: 2.4vw;
  }

  /*** footer ************/

  /*** arrow ************/
  .arrow::before {
    width: 10px;
    top: -5px;
  }

  .arrow::after {
    width: 10px;
    bottom: -5px;
  }

  /*** arrow ************/

  /*** 詳しくはボタン *****/
  .clickHere {
    width: 40%;
  }

  .clickHereLink {
    width: 100%;
    font-size: 3.5vw;
  }

  .clickHereYoutube {
    width: 100%;
    margin: 3% auto 0;
    padding: 0 7%;
    box-sizing: border-box;
    font-size: 2.5vw;
  }

  .clickHereYoutube img {
    width: 5.5%;
  }

  .clickHereLink_ico {
    margin: 0 10px 0 0;
  }

  .clickHere-news {
    margin: 0 auto 0;
  }

  .clickHere-top {
    position: static;
  }

  .clickHereHP,
  .clickHereTel {
    max-width: 90%;
    margin: 6% 0;
  }

  .clickHereLink-HP,
  .clickHereLink-tel {
    font-size: 3vw;
    padding: 5% 0 5% 20%;
    width: 100%;
    display: block;
  }

  .candidate_detailBoxEx .clickHere {
    width: 90%;
    margin: 8% 0 0 0;
  }

  .candidate_detailBoxEx .clickHere .clickHereLink {
    font-size: 4vw;
    width: 100%;
  }

  .candidate_detailBoxNameKana {
    font-size: 2.5vw;
  }

  .telNote {
    color: rgba(0, 64, 151, 0.77);
    font-size: 3vw;
    text-align: center;
    margin: 3% 0 -8%;
    width: 89%;
  }

  /*** 詳しくはボタン *****/

  /*** other ************/
  .pageTitle {
    margin: 8% auto 10%;
    line-height: 1.3;
    font-size: 6.8vw;
  }

  .toTop {
    bottom: 0;
    margin: 0 0 33%;
    width: 16%;
  }

  .breadcrumb {
    width: 94%;
    margin: 3% auto 0;
    font-size: 3vw;
  }

  /*** other ************/
}

@media (min-width:641px) {
  .header_navContListItem:hover {
    opacity: 1;
  }

  .header_navContList:hover {
    border-bottom: none;
  }

  .header_wrapRankTitleTextLink:hover {
    opacity: 1;
  }

  .clickHereLink:hover {
    background: #fff;
    color: #004097;
  }

  .arrow:hover::before {
    border-top: 1px solid #004097;
  }

  .arrow:hover::after {
    border-top: 1px solid #004097;
  }

  .footer_link a:hover {
    opacity: 0.7;
  }

  .header_navContInnerItem:hover a {
    background: rgba(0, 64, 151, 0.3);
  }

  .header_navContListItem:hover {
    opacity: 1;
  }

  .header_navContList:hover {
    background: #427dcd;
  }

  .clickHereLink:hover .clickHereLink_ico {
    background: url('/img/top/icon_youtube_blue.png') no-repeat center top;
  }

  .clickHereLink-HP:hover {
    color: #004097;
  }

  .header_wrapRankTitleLink:hover {
    opacity: 1;
  }

  .clickHereLink-tel:hover {
    background: #fff url('/members/img/icon_tel_on.png') no-repeat 5% 49%;
    color: #004097;
    background-size: 14%;
  }

}
