@font-face {
	font-family: "ＭＳ　Ｐゴシック";
	src: local("メイリオ"), local("ＭＳ　Ｐゴシック");
	unicode-range: U+0080-FFFF;
}
@media screen and (-webkit-max-device-pixel-ratio:1.4) {
	@font-face {
		font-family: "Open Sans Condensed";
		font-weight: 700;
		src: local("sans-serif");
		unicode-range: U+0000-FFFF;
	}
}
/*
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}*/

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline
}



body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

hr {
  display: block
}

ol, ul {
  list-style: none
}

.item-list ul {
   display: flex;
   flex-wrap:wrap;
   width:100%;

}

.item-list ul li {

  display: block;
  height: auto;
  list-style-type: none;
  text-align: center;
  width: 50%;
  margin-bottom: 2vw;

}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .item-list ul li {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 6vw;
    text-align: center;
  }
  .item-list ul li:nth-child(odd) {
  text-align: right;
  padding-right: 3px;
  }
  .item-list ul li:nth-child(even) {
  text-align: left;
  padding-left: 3px;
  }
  .sub-menu-btn img {
    width:97%;
    height:auto;
  }

}


.site-header{
    background: #fff;
    display: flex;
    padding: 60px 20px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    z-index: 99;
}
.site-logo img{
    height: 20px;
    width: auto;
}
.gnav__menu{
    display: flex;
}
.gnav__menu__item{
    margin-left: 20px;
}
.gnav__menu__item a{
    color: #333;
    text-decoration: none;
}
.hero{
    max-height: 500px;
    overflow: hidden;
}
.hero img{
    height: auto;
    width: 100%;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.content p{
    margin-bottom: 0;
}


.site-footer{
    display: block;
    background: #211E56;
    padding: 30px 0 60px 0;
    width: 100%;
    min-width: 1200px;
}


.copyright{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
nav ul {
    list-style:none;
}
#slideshow {
   position: relative;
   max-width:  1200px; /* 画像の横幅に合わせて記述 */
   /*min-height: 350px;* /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

.stylekokka {
	background-color: #001049;
	color: #ffffff;
	font-size:14px;
	padding: 2px 8px;
}

.stylemgmtinfo {
	background-color: #001049;
	color: #ffffff;
	font-size:14px;
	padding: 2px 8px;
	width:90%;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .footer_sitemap {
    text-align: center
  }
  .footer_sitemap li {
    display: block
  }
  .footer_sitemap li:after {
    content: ""
  }
  .footer_sitemap a {
    display: block;
    width: 100%;
    padding: 1rem;
    border-bottom: dotted 1px rgba(255, 255, 255, .1)
  }
  .site-footer{
    display: block;
    background: #211E56;
    padding: 30px 0 60px 0;
    width: 100%;
    min-width: auto;
  }
}

.footer_copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  background: #3e3e3e;
  color: #fff;
  padding: 10px;
  padding: 1rem
}

.l-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-bottom: 1px solid #ccc;
  min-width: 1200px;
}


.l-header .header_text {
  font-size: 12px;
  font-size: 1.2rem
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .l-header {
  min-width: auto;
  }
  .l-header .header_text {
    display: none;
  }
}

.l-header.is-fixed {
  position: fixed;
  z-index: 101;
  background: #fff;
  color: #fff
}
.bp span.bp::after {
 content: "ビジネスパートナー募集";
}
.bp_fixed span.bp::after {
 content: "BP募集";
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .bp_fixed span.bp::after {
  content: "ビジネスパートナー募集";
  }
}

.l-header h1 {
  color: #fff;
  transition: .3s;
}
.is-animation {
  height: 100px;
}
.is-animation h1 {
  color: #000;
}

.l-header .inner, .l-header .l-container {
  overflow: visible
}

@media only screen and (min-width:641px) and (max-width:960px) {
  .l-header .inner, .l-header .l-container {
    padding: 0
  }
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .l-header .inner, .l-header .l-container {
    padding: 0
  }
}

.l-header nav {
  width: 100%;
  display: flex;
  align-items: stretch
}

.l-header.is-fixed nav {
  width: auto;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .l-header.is-fixed nav {
    width: 100%;
    min-width: auto;
  }
}

.l-header.is-fixed li:hover {
  background-color: rgba(255, 255, 255, .1)
}

.l-header.is-fixed .is-current {
  background: #d71318
}

.l-header.is-fixed .is-current a {
  background: none
}

.l-header.is-fixed .is-current:after {
  display: none
}

.l-header br {
  display: none
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .l-header nav {
    width: 100%
  }
}

.header_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .header_inner {
    margin-top: 0
  }
}

.header_logo {
  width: 250px;
  height: auto;
  margin: 5px 0 0 0;
  margin: 0.5rem 0 0 0.5rem;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .info_title {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem
  }
}


.inner, .l-container {
  position: relative;
  padding: 0 25px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden
}

.internal_link {
  padding-top: 150px;
  margin-top: -150px
}

.number_list_primary {
  counter-reset: list_num
}

.number_list_primary li {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  padding: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  background: #dbedff;
  font-weight: 700;
  border: solid 1px #eee;
  min-width: 10px;
  min-width: 1rem
}

.number_list_primary li:before {
  counter-increment: list_num;
  content: counter(list_num);
  color: #fff;
  background: #d71318;
  width: 20px;
  width: 2rem;
  text-align: center;
  margin-right: 10px;
  margin-right: 1rem;
  min-width: 20px;
  min-width: 2rem
}

.number_list_primary li:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .l-download .download_inner {
    padding: 2rem;
    margin: 2rem;
    width: 100%
  }
}

.l-download .header_logo {
  margin: 0
}

.l-footer {
  padding: 3vw 0;
  background: #555;
  color: #fff
}

.l-footer hr {
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  margin: 3vw 0
}

.l-footer a {
  color: #fff
}


.footer_bannar_list {
  display: flex;
  justify-content: center;
  margin-right: -20px;
  margin-right: -2rem;
  margin-bottom: -20px;
  margin-bottom: -2rem
}

.footer_bannar_list>* {
  padding-right: 20px;
  padding-right: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem
}

.footer_bannar_list li {
  font-size: 150%;
}

.footer_bannar_list li a{
  color: #fff;
}

.footer_bannar_list div{
  padding: 20px;
}

.footer_bannar_list li i{
  margin-right: 10px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .footer_bannar_list {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 0
  }
  .footer_bannar_list li {
    font-size: 120%;
  }
  .footer_bannar_list div{
    padding: 0 20px 20px 20px;
  }
  .footer_bannar_list>* {
    padding-right: 0;
    padding-bottom: 0;
    text-align: center
  }
  .footer_bannar_list img {
    margin-bottom: 1rem
  }
}



@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .header_logo {
    width: 170px;
    height: 3.5rem
  }
}

.is-fixed .header_logo {
  width: 170px;
  height: 25px;
  height: 3.5rem
}

.header_nav {
  margin: 10px 10px 0 auto;
  margin: 1rem 1rem 0 auto;
  font-size: 90%
}

.header_nav li {
  display: inline
}

.header_nav li a {
  display: inline-block;
  padding: 5px;
  padding: .5rem;
  text-decoration: none
}

.header_btn_spn_triger {
  display: none
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .header_btn_spn_triger {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 4.6rem;
    display: inline-block;
    width: 5.1rem;
    text-align: center;
    background: #211E56;
    color: #fff!important;
  }
  .header_btn_spn_triger i {
    font-size:150%;
  }
}

.g_nav {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: stretch;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .g_nav {
    display: none
  }
}
.g_nav a {
    justify-content: center;
    -ms-grid-row-align: center;
    align-self: center;
    flex-grow: 1;
    width: 100%;
    padding: 10px;
    padding: 1rem;
    text-align: center;
    color: #3a3a3a;
    text-decoration: none;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}
.g_nav li{
    width: 25%;
}

.g_nav li {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  /*border-bottom: 1px solid #ccc;*/
}

.g_nav li:nth-child(1) {
  border-left: 1px solid #ccc;
}

.g_nav li.current:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: #211E56
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .g_nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left
  }
  .g_nav li {
    border: none !important;
    width: 100%
  }
  .g_nav li br {
    display: none
  }
  .g_nav li.is-current {
    background: #d71318
  }
  .g_nav li.is-current a {
    color: #fff
  }
  .g_nav li.is-current:after {
    display: none
  }
  .g_nav a {
    color: #fff !important;
    background: #211E56;
    background-image: none;
    text-align: left !important;
    /*border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #ccc*/
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  white-space: nowrap;
  /*border-radius: 0.5rem;*/
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .btn {
    padding: 1rem 2rem !important;
  }
}


.btn--orange,
a.btn--orange {
  color: #111111;
  background-color: #D9E5FF;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #4689FF;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);

}

.top_image {
    max-width: 1200px;
    height: 350px;
    margin:0px auto;
    min-width: 1200px;
}


.top_image .content{
    padding:10px 25px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
    .top_image {
        height: 130px;
        min-width: auto;
    }
    .top_image .content{
        width:100%;
        margin:0px auto;
        padding:0 0 20px 0;
    }
}

.title_image {
    max-width:1200px;
    height: 250px;
    margin:0px auto;
    margin-bottom: 25px;
}

.title_image .content{
    padding:10px 25px;
}
.title_image img{
    max-width:100%;
    height: auto;
    min-width: 1200px;
}
    
@media only screen and (max-width:640px) and (max-device-width:1280px) {
    .title_image {
        width: 100%;
        height: auto;
        margin:0px auto;
    }
    .title_image img{
        width:100% !important;
        height: auto;
        min-width: auto;
    }
    .title_image .content{
        width:100% !important;
        margin:0px auto;
        padding:0 0 20px 0;
    }
}

img.slide_img {
  width:100%;
  height:auto;
}

.main_contents .content{
    max-width:1200px;
    margin:0px auto;
    padding: 20px 25px 50px 25px;
    text-align: center;
    min-width: 1200px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
	.main_contents .content{
	    width:100%;
	    margin:0px auto;
	    padding:0 0 20px 0;
	    min-width: auto;
	}
}
.main_contents .route{
    max-width:1200px;
    margin:0px auto;
    padding: 0px 5px 20px 5px;
    text-align: left;
}
.main_contents .route div{
    margin:20px 0px 0px 40px;
    font-size:110%;
}
.main_contents .route span{
    padding-left: 5px;
    padding-right: 5px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
	.main_contents .route{
	    width:100%;
	    margin:0px auto;
	    padding:0 0 10px 0;
	}
	.main_contents .route div{
		margin:10px 0px 0px 5px;
		font-size:110%;
	}
}

.breadcrumb {
    max-width:1200px;
    margin:0px auto;
    text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
	.breadcrumb .content{
	    width:100%;
	    margin:0px auto;
	    padding:0 0 20px 0;
	    min-width: auto;
	}
}
.breadcrumb .route{
    max-width:1200px;
    margin:0px auto;
    text-align: left;
}
.breadcrumb .route div{
    margin:20px 0px 0px 20px;
    font-size:110%;
    min-width: 1200px;
}
.breadcrumb .route span{
    padding-left: 5px;
    padding-right: 5px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
	.breadcrumb .route{
	    width:100%;
	    margin:0px auto;
	    padding:0 0 10px 0;
	}
	.breadcrumb .route div{
		margin:10px 0px 0px 5px;
		font-size:110%;
		min-width: auto;
	}
}

h2 {
   position: relative;
   padding-bottom: 0;
   margin-bottom: 40px;
   margin-bottom: 4rem;
   font-size: 200%;
   font-weight: 400;
}
.topics_title:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: "";
    width: 140px;
    height: 3px;
    background: #211E56;
}
.topics_title_m:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: "";
    width: 180px;
    height: 3px;
    background: #211E56;
}
.topics_title_l:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: "";
    width: 300px;
    height: 3px;
    background: #211E56;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
    h2 {
       position: relative;
       padding-bottom: 0;
       margin-bottom: 30px;
       margin-bottom: 3rem;
       font-size: 150%;
       font-weight: 400;
    }
    .topics_title:after {
        width: 120px;
    }
    .topics_title_m:after {
        width: 140px;
    }
    .topics_title_l:after {
        width: 240px;
    }
}
.topics_list li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 3vw;
  /*margin-right: -3vw;*/
  font-size: 120%;
}

.topics_list li>* {
  margin-right: 20px;
  margin-right: 2rem
}

.topics_list li a {
  color: #3a3a3a;
  text-decoration: underline;
}

.topics_list li a:hover {
  text-decoration: none
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .topics_list li>* {
    margin-right: 10px;
    margin-right: 1rem
  }
  .topics_list li {
    text-align: left;
    flex-wrap: wrap;
    padding-left: 8px;
    padding-right: 0;
    margin-bottom: 5vw;
    min-width: auto;
  }
}

.topics_icon {
  align-items: flex-start;
  display: inline-block;
  min-width: 80px;
  padding: 1px;
  padding: .1rem;
  background: #211E56;
  color: #fff;
  text-align: center
}

.topics_icon i {
    font-size: 120%;
    vertical-align: middle;
    padding-right: 3px;
}

.topics_icon:after {
  font-size: 80%
}


.topics_icon.category_info:after {
  content: "お知らせ"
}

.topics_icon.category_employment:after {
  content: "採用情報"
}

.topics_icon.category_seminar:after {
  content: "経営情報"
}

.topics_icon.category_other:after {
  content: "その他"
}

.topics_date {
  min-width: 100px;
  letter-spacing: 0
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .topics_content {
    padding-top: 3px;
    min-width: auto;
  }
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .info_title {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem
    min-width: auto;
  }
}

.tbl_primary {
  width: 90%;
  table-layout: auto;
  border-collapse: separate;
  margin-left: auto;
  margin-right: auto;
  font-size: 110%;
}

.tbl_primary td, .tbl_primary th {
  padding: 10px 20px;
  padding: 1rem 2rem;
  border: solid 1px #fff;
  text-align: left
}

.tbl_primary a {
  color: #3a3a3a;
  text-decoration: underline;
}

/*
.tbl_primary tr:nth-child(2n) td, .tbl_primary tr:nth-child(2n) th {
  background: #fff
}

.tbl_primary tr:nth-child(2n+1) td, .tbl_primary tr:nth-child(2n+1) th {
  background: #dbedff
}
*/

.tbl_primary th {
  font-weight: 700;
  width: 25%;
  background: #dbedff
}

@media only screen and (max-width:640px) {
  .tbl_primary {
    width: 100%;
    font-size: 100%;
  }
  .tbl_primary td, .tbl_primary th, .tbl_primary tr {
    display: block;
    width: 100%
  }
  .tbl_primary th {
    background: #dbedff!important
  }
  .tbl_primary td {
    background: #fff!important
  }
}

.tbl_secondary {
  width: 100%
}

.tbl_secondary thead th {
  background: #606060;
  color: #fff
}

.tbl_secondary tbody tr:nth-child(2n) td, .tbl_secondary tbody tr:nth-child(2n) th {
  background: #fff
}

.tbl_secondary tbody tr:nth-child(2n+1) td, .tbl_secondary tbody tr:nth-child(2n+1) th {
  background: #dbedff
}

.tbl_secondary td, .tbl_secondary th {
  padding: 20px;
  padding: 2rem;
  border: solid 1px #fff
}

.tbl_secondary th {
  width: 70%
}

@media only screen and (max-width:640px) {
  .tbl_secondary thead {
    display: none
  }
  .tbl_secondary td, .tbl_secondary th {
    display: block;
    border: none;
    background: none!important
  }
  .tbl_secondary th {
    padding-bottom: 0;
    width: 100%
  }
  .tbl_secondary td {
    padding-top: 0;
    font-weight: 700
  }
  .tbl_secondary tr:nth-child(2n) {
    background: #dbedff
  }
}

.tbl_thirdary {
  table-layout: fixed;
  width: 100%
}

.tbl_thirdary td, .tbl_thirdary th {
  padding: 20px;
  padding: 2rem;
  border: solid 1px #ddd;
  text-align: left
}

.tbl_thirdary thead th, .tbl_thirdary thead td {
  background: #3a3a3a;
  color: #fff
}

.tbl_thirdary tbody th {
  background: #dbedff;
  width: 33%
}

.tbl_thirdary tbody .thead_text {
  display: none
}

@media only screen and (max-width:640px) {
  .tbl_thirdary th, .tbl_thirdary td {
    border: none
  }
  .tbl_thirdary thead {
    display: none
  }
  .tbl_thirdary tbody td, .tbl_thirdary tbody th, .tbl_thirdary tbody tr {
    display: block;
    width: 100%;
    padding: 0
  }
  .tbl_thirdary tbody th {
    display: flex;
    align-items: center;
    background: #3a3a3a;
    color: #fff
  }
  .tbl_thirdary tbody .thead_text {
    display: block;
    padding: 1rem;
    background: #eee
  }
  .tbl_thirdary tbody p {
    display: block;
    padding: 1rem
  }
}

.tbl_thirdary.thead_none .thead_text {
  display: none!important
}

.left {
    text-align: left !important;
}
.center {
    text-align: center !important;
}
.right {
    text-align: right !important;
}