@charset "UTF-8";
/* ===================
・レイアウト共通設定
・パンくずリスト　・footer
・サイト全体で使える部品
====================*/

@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 400;
  src: url("../../font/nsjpr.woff") format("woff");
}

@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 700;
  src: url("../../font/nsjpbo.woff") format("woff");
}

@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 900;
  src: url("../../font/nsjpbl.woff") format("woff");
}

/* pcのみ・spのみ・タブレットtab以上 限定用 */
@media (max-width: 949px){   
  .tab1_only { display: block;}}
@media (min-width: 950px){
  .tab1_only { display: none;}}




body {
	background-color: #fff;
	color: #111;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,  "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	font-size: 1.5rem;
	line-height: 1.5;
  letter-spacing: 0.1rem;}

.text-riyo {
    color: #2F5AE0 !important;}
.text-biyo {
    color: #FF0000 !important;}

.width_m {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;}


.container {
  width: 1136px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
    padding-right: 20px;
    padding-left: 20px; } }

.row { align-items: flex-start;}
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

 a {
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;}
button > a,
button {
  -webkit-transition: 0s;
  transition: 0s;}
.btn {
  padding: 0;}

.conts_sub {
  margin-bottom: 50px;}

h1,h2,h3,h4 {
  font-family: "nsjpr", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 900;
  letter-spacing: .3;}
h2,h3 {
  font-weight: 700;}
#home h3{ font-family: 
  'Barlow', "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif; }
h4 {
  font-weight: 400;}
p {
  font-size: 1.6rem;}

img {align-self: start; }

/* -- ページトップ見出し -- */
.ttl_page {
  padding: 2rem 0;
  font-size: 20px;
  letter-spacing: .1em;
  text-align: center;
  color: #0076A2;
  font-family: "nsjpr", sans-serif;
  font-weight: 700;}
  @media (min-width: 768px) {
  .ttl_page {
    font-size: 26px;
    padding: 40px 0;
     } }
  @media (min-width: 1200px) {
  .ttl_page {
    font-size: 32px;
    padding: 60px 0;
     } }
.title_subpagename {
  text-align: center;
  font-size: 3rem;
  padding-top: 4rem;
  margin-bottom: 3rem;}
@media (min-width: 768px) {
  .title_subpagename {
    font-size: 3.6rem;
    padding-top: 6rem;}
}


/* -- パンくずリスト（カスタマイズ） -- */
.breadcrumb li a {
  color: #888;}
.breadcrumb .active {
  color: #57bdd8!important;}
/* -------　デザイン要素 ----------- */

/* -- ホバーで拡大表示 -- */
.image_mouseover {
overflow: hidden;
width: 100%;
height: 100%;}
.image_mouseover img {
display: block;
transform: scale(1);
transition-duration: 0.5s;}
.image_mouseover img:hover {
transform: scale(1.2);
transition-duration: 0.5s;}

/* -- ホバーで拡大表示と一緒に使う縦横比率たもつbox  -- */
.image_box {
	position: relative;
  width: 100%;
  background-color:#fff;
	}
.image_box:before{
  content:'';
  display:block;
  height:0;
  padding-top:67.64%; /* 写真の縦幅÷横幅の100倍 */
}
.image_box img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  width:100%;
}

/* -- 白い透過背景 -- */
.bg_white { background-color: rgba(251,251,251,0.5);}

/* -- 1文字目が色付きワンポイント --*/
p.txt_1point:first-letter { color: #2F5AE0;}

/* -- 強調文字 -- */
.txt_strong {
  font-weight: bold;
  color: #2F5AE0;}

/* ページTOPに戻る（ボタン） */
.page-top {
  position: fixed;
  bottom: 40px;
  right: 10px;}
.page-top a {
  display:block;
  background: #666;
  color:#325DDF;
  font-size: 16px;
  width: 36px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(221,229,255,0.7);
  /*border-radius: 50%;*/}
.page-top a:hover {
  color: #fff;
  background: #0056b3;}


/* コンテンツ見出しデザイン */
.title_conts {
  text-align: center;
  font-size: 3.6rem;
  line-height: 4rem;
  padding-top: 6rem;
  margin-bottom: 3rem;}
.title_conts span {
  font-size: 1.8rem;
  font-weight: normal;
  display: block;}
.ttl_read {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2e467b;
  padding-bottom: 2rem;}

.title_conts.title_bg:before {
  content: "";
  position: absolute;
  background: rgba(187,199,255,0.6);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;}



/* ボタンデザイン
.btn {
  max-width: 100%;
  line-height: 80px;
  border-radius: 5px;
  font-size: 1.6rem;}
@media (min-width: 768px) {
  .btn {
    font-size: 2rem;}  
}
.btn a:hover {
  color: rgba(251, 251, 251, .7)!important;
  opacity: .7;}
.btn_L {
  width: 100%;
  padding: 0 15px;}
.btn_L a {
  color: #294176;
  border-radius: 5px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);}
.btn_L a:hover {
  color: rgba(0, 0, 0, .5)!important;}
.btn_L span {
  font-size: 3.6rem;}
.btn_sns a {
  margin-bottom: 2rem;
  width: 540px;
  max-width: 100%;
  color: #fff;
  border-radius: 5px;
  background: #111;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  justify-content: space-between;}
.btn_sns span {
  width: 70px;
  border-right: solid 1px #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;}
.footer_btn div:first-child a {
  background: #500A0A;}
.footer_btn div:nth-child(2) a {
  background: #00478C;}
@media (min-width: 768px) {
  .btn_sns span {
    width: 100px;}
}*/

/* ボタンデザイン */
.btn {
  max-width: 100%;
  line-height: 80px;
  border-radius: 5px;
  font-size: 1.6rem;}
@media (min-width: 768px) {
  .btn {
    font-size: 2rem;}  
}
#contact　.main01 .btn { 
  width: 100%;
  line-height: 100px;}

.btn a:hover {
  color: rgba(251, 251, 251, .7)!important;
  opacity: .7;}
.btn_L {
  width: 100%;
  padding: 0 15px;}
.btn_L a {
  color: #294176;
  border-radius: 5px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);}
.btn_L a:hover {
  color: rgba(0, 0, 0, .5)!important;}
.btn_L span {
  font-size: 3.6rem;}
.btn_sns a {
  margin-bottom: 2rem;
  width: 540px;
  max-width: 100%;
  color: #fff;
  border-radius: 5px;
  background: #111;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  justify-content: space-between;}
.btn_sns span {
  width: 70px;
  border-right: solid 1px #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;}
.footer_btn div:first-child a {
  background: #500A0A;}
.footer_btn div:nth-child(2) a {
  background: #00478C;}
@media (min-width: 768px) {
  .btn_sns span {
    width: 100px;}
}
/* 目立たせボタン */
#contact　.main01 .btn,
.btn32{
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
border-radius: 4px;
color: #ffffff;
background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
border-bottom: solid 3px #5e7fca;
overflow: hidden;
position: relative;
}
#contact　.main01 .btn:hover,
.btn32:hover{
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
}
#contact　.main01 .btn::before {
 content: '';
 display: block;
 position: absolute;
 top: -180px;
 left: 0;
 width: 30px;
 height: 100%;
 transform: rotate(45deg);
 animation: shine 3s ease-in-out infinite;
 opacity: 0;
 background-color: rgb(255 255 255 / 50%);
 pointer-events: none;
}
@keyframes shine {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		transform: scale(0) rotate(45deg);
		opacity: .5;
	}
	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}






/* ドロップダウンボタン */
.accordion-menu {
  width: 100%;
  max-width: 350px;
  margin: 10px auto;
  background: #fff;
  border-radius: 4px;}
@media (min-width: 768px) {
  .accordion-menu {
    max-width: 500px;
    }
}
.accordion-menu li.open .dropdownlink {
  color: #2e467c;}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;}

.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 30px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;}
.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;}

.submenuItems {
  display: none;
  background: #d1dafb;}
.submenuItems li {
  border-bottom: 1px solid #B6B6B6;}

.submenuItems a {
  display: block;
  color: #2E467C;
  padding: 10px 12px 10px 45px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;}
.submenuItems a:hover {
  background-color: #2e467c;
  color: #fff;}

.btn_group_all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
.btn_group {
  flex: 0 1 50%;
  padding: 0 .5rem;}
.ie .btn_group {
  max-width: 50%}
@media (min-width: 768px) {
  .btn_group {
    flex: 0 1 24%;
    padding: .5rem;}
  .ie .btn_group {
    max-width: 24%;}
  .accordion-menu {
    margin: .5rem auto;}
}



/* SNS */
.inst_img {
  padding: 15px;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;}
.inst_img img {
  width: 100%;}
.inst_img li {
  flex: 0 1 33.33333%;
  border: solid 1px #fff;}
@media (min-width: 768px) {
.inst_img li {
  flex: 0 1 16.4%;}
}


/* ===================
footer
====================*/

footer {
  margin-top: -240px!important;
  position: relative;
  background: url("../images/img_footer_bg_sp.jpg")no-repeat bottom center;
  background-size:cover;
  background-attachment: fixed;}
.footer_bg {
  background-color: rgba(1, 1, 1, .2);
}
footer a { color: #fff;}
.footer_btn {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}
@media (min-width: 992px) {
  .footer_btn {
    flex-direction: row;}
  .footer_btn div:first-child {
    margin-right: 4rem;}
}
.footer_sns {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../images/img_sns.png") ;
  background-position: top -30px right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(50,93,223,.4);}
.footer_contact {
  padding-bottom: 4rem;
  background-image: url("../../images/img_contact.png") ;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;}
@media (min-width: 768px) {
  .footer_sns {
  background-position: top -100px right!important;
  background-size: 800px; }
  .footer_contact {
  background-size: 800px; }
}

.footer_sns .title_conts {
  color: #F7F7FF;}
.footer_copyright {
  padding: 10px 15px;
  background-color: #fff;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #091C55;}
.footer_copyright a {
  display: inline-block;
  color: #091C55;}

.footer_pagetop {
  background-color: rgba(9, 28, 85, 0.6);
  line-height: 8rem;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;}
footer .tell_bar a { display: block;}

footer h2 {
  display: inline-block;
  color: #fff;
  text-align: left;
  font-size: 1.8rem;
  padding-bottom: .5rem;}
.footer_logo {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #fff;
  height: 60px;
  margin-bottom: 1em;
  padding: 1em 1em 0;}
footer .txt_sns {
  margin: 0 0 0 auto;
  display: flex;}
footer .nav_inst, 
footer .nav_facb {
  padding: 0 .5em!important;}
.footer_logo h2 {
  vertical-align: bottom;
  line-height: 48px;
  display: flex;
  font-size: 1.4rem;
  font-weight: normal;}
.img_txt { vertical-align: 0px;}
.footer_nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: left;
  letter-spacing: 0;
  font-size: 1.4rem;
  padding: 0 1rem;}
.ie .footer_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_nav li {
    padding: 1rem 1.5rem 1.5rem 0;}
@media (min-width: 992px) { 
  .footer_nav ul {
    display: flex;
    grid-template-columns: none;}}
@media (min-width: 992px) { 
  .footer_logo,
  .footer_nav {
    margin: auto;
    width: 1136px;
    max-width: 100%;}
  .footer_nav li {
    display: block;}
  .btn_sns {
    padding: 0 15px;
    flex: 0 1 50%;}
  .btn_sns a {
    width: auto;}
  footer .txt_sns {
    align-items: flex-end;
    padding-bottom: .5rem;}
  .footer_nav ul {
    grid-template-columns: none;
    display: frex;
    flex-direction: row;
    padding-bottom: 1rem;
    margin-right: 1rem;}
}
.footer_link li {
  padding: 2rem 0 0;}

.footer_pagetop a:hover {
  opacity: .6;
  color: #fff;}
.txt_policy,
.txt_policy-en {
  color: #fff;
  letter-spacing: .8rem;
  line-height: 2.2;
  padding-top: 2rem;
  font-family: "nsjpr";
  font-size: 2rem;}
.txt_policy-en {
  font-family: 'Roboto', sans-serif;
  letter-spacing: .6rem;
  font-size: 3.6rem;
  line-height: 1.4;
  padding: 2rem 0 4rem;}

.footer_logo img {
  width: 66px; }
.footer_logo span {
  font-size: 1.3rem; }
.footer_logo .txt_sns {
    font-size: 1.3rem;}

.Copyright {
  font-size: 1.4rem;
  text-align: center;}
.footer_privacy {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 3;}


.footer_sub {
    padding-top: 5rem;}

@media (min-width: 768px) {
  footer {
    background: url("../images/img_footer_bg_pc.jpg")no-repeat bottom center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -612px;
  }
  .footer_sns {
    margin-bottom: 10rem;}
}
@media (min-width: 820px) {
  .txt_policy {
    font-size: 2.7rem;
    letter-spacing: 4rem;}
  .txt_policy-en {
    margin-bottom: 6rem;
    font-size: 4.6rem;
    letter-spacing: 1.2rem;}
}

/* -- 固定バナー　-- */
.bnr_box {
  position: -webkit-sticky;
  position: sticky; 
  bottom: 0;}
.bnr_box .bnr_sticky {
  left: 0;
  display: flex;
  justify-content: center;}
.bnr_box a {
  opacity: .5;
  font-size: 1.3rem; display: block;
  color: #fff;
  text-align: center;}
@media (min-width: 768px) {
  .bnr_box {
    bottom: 10vh;
    width: 11rem;
    -webkit-transform: translate(-1rem, 0);
    -moz-transform: translate(-1rem, 0);
    -ms-transform: translate(-1rem, 0);
    -o-transform: translate(-1rem, 0);
    transform: translate(-1rem, 0);}
  .bnr_box .bnr_sticky {
    flex-direction: column;
    }
  .bnr_box a {
    opacity: .7;
    display: flex;
    font-size: 2.5rem;
    align-items: center;
    writing-mode: vertical-rl;
    height: 100%;
    width: 100%;
    /* margin-top: -50px; */
    padding-bottom: 1em;
    }
}

  .bnr_fix {
  opacity: .5;
  font-size: 1.3rem; display: block;
  color: #fff;
  text-align: center;}
	
	@media (max-width: 767px) {
		.ie .bnr_box ul::before {
			content: inherit;}		
	}

@media (min-width: 768px){
  .bnr_fix {
    background: url("../../images/txt_recruit.svg") no-repeat;
    background-position: top 20px center;
    opacity: .7;
    display: flex;
    font-size: 0;
    align-items: center;
    writing-mode: vertical-rl;
    padding-bottom: 1em;
    width: 100%;
    height: 100%;}
  .bnr_fix.bnr02 {
    background: url("../../images/txt_forland.svg") no-repeat;
    background-position: top 20px center;}
}

.bnr_box li {
  padding: .2rem 0 1rem; 
  width: 25%;
  background-color: rgba(50,93,223,.4);
  transition: all .8s;}
.bnr_box li:first-child {
  background-color: rgba(50, 93, 223, 0.8);
  border-right: solid 5px rgba(255, 255, 255, 0.5);
  border-left: solid 5px rgba(255, 255, 255, 0.5);
  border-top: solid 5px rgba(255, 255, 255, 0.5);
}

.bnr_box li:hover {  
  background: rgba(50,93,223,.9);}
.bnr_box li:first-child:hover {
background: rgba(223, 50, 50, 0.4);}

.bnr_box ul::before {
   content: '';
   width: 50%;
   height: 50%;
   background-image: url("../../images/ico_new.svg");
   background-size: contain;
  background-repeat: no-repeat;
   position: absolute;
   top: -30px;
   left: 20%;
   z-index: 3;
   transition: all .8s; }


@media (min-width: 768px) {
  .bnr_box li {
    display: block;
    /* padding: 3rem 0 0rem 4rem; */
    width: 100%;
    height: 26rem;
    margin-bottom: 1rem;
    }
 .bnr_box li:first-child {
  height: 30rem;
  border-right: solid 10px rgba(255, 255, 255, 0.5);
  border-left: none;
  border-top: solid 10px rgba(255, 255, 255, 0.5);
  border-bottom: solid 10px rgba(255, 255, 255, 0.5);}
  .bnr_box li:hover {
    -webkit-transform: translate(1rem, 0);
    -moz-transform: translate(1rem, 0);
    -ms-transform: translate(1rem, 0);
    -o-transform: translate(1rem, 0);
    transform: translate(1rem, 0);}
  .bnr_box ul::before {
     content: '';
     width: 80px;
     height: 80px;
     top: -30px;
     left: 70px; }
}
.bnr_box span {
  display: block;
  width: 3.5em;
  height: 5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0.2em auto 0;
  /* padding-bottom: 0em; */
  transition: all .8s;
  }
@media (min-width: 768px) {
  .bnr_box span {
    display: inline-block;
    background-position: center top;
    font-size: 1.6rem;}
}
.ico_01 {
  background: url("../../common/images/ico_recruit.svg") ;}
.ico_02 {
  background: url("../../common/images/ico_shop.svg") ;}
.ico_03 {
  background: url("../../common/images/ico_mail.svg") ;}
.bnr_box li:hover span {
  width: 4em;
}

@media (min-width: 768px) {
  .ie .sticky {
    position: fixed!important;
    top: 20vh!important;}
  .ie .bnr_box a {
    display: block;
  }
  .ie footer {
    margin-top: 0!important;
  }
}


.btn_s {
  line-height: 2em;
  border-radius: 1em;
  padding: 0 1em;
  font-size: 1.3rem;
  margin: 0 0 0 auto;
  display: block;
  width: 9em;
}

@media (min-width: 768px){
.btn_s {
  font-size: 1.4rem;}
}

.ml_105 {margin-left: 10.5em;} 

@media (max-width: 575px) {
  footer .footer_bg p.txt_policy {
    font-size: 1.7rem;    
  } 
}

span.favo_badge {
    padding-top: 0;
    color: #fff;
}