@charset 'utf-8';

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600&display=swap');

header,nav,footer,article,section{
  display: block;
}

*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  vertical-align: baseline;
}

html{
  height: 100%;
}
@media all and (max-width: 640px){
  html{
    height: auto;
	/*display:none;*/
  }
}

body{
  height: 100%;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  line-height: 1.0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
* html div#container{
  height: 100%;
}
div#container{
  position: relative;
  min-height: 100%;
}
body > #container{
  height: auto;
}
footer{
  position: absolute;
  position: static;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

ul,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,address{
  padding: 0px;
  margin: 0px;
  line-height: 1.5;
}
h1,h2,h3,h4,h5,h6{
  font-size: 14px;
  font-weight: inherit;
}
address{
  font-style: normal;
}
ul,ol{
  list-style-type: none;
  font-size: 0px;
}
li{
  font-size: 1rem;
}
img{
  width: auto;
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: middle;
  border: 0;
}
table{
  border-collapse: collapse;
}
table,th,td{
  border: 0;
  padding: 0;
}
a{
  color: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
}
/*
a img{
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}*/
map area{
  border: 0;
  outline: 0;
}
input, select, textarea, button {
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*
@font-face{
  font-family: 'rounded-mgenplus-1cp';
  font-style: normal;
  font-weight: normal;
  src: url('./../font/rounded-mgenplus/rounded-mgenplus-1cp-regular.woff') format('woff');
}
*/

/*
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
*/

/* Layout */
div#container{
}
@media all and (max-width: 640px){
  div#container{
    padding-top: 32vw;
  }
  body.home div#container{
    padding-top: 75px;
  }
  body.single-recruit div#container{
    padding-top: 29.0vw;
  }
}

.boxContents{
}

.boxMain{
}


/* Base Design */
html{
  font-size: 14px;
}

@media all and (max-width: 640px){
  html{
    font-size: 4.0vw;
  }
}

body{
  min-width: 1120px;/*1110px;*/
  background-color: #fff;
  color: #4d4d4d;
  letter-spacing: 0.03em;
  font-family: 'Renner*',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","游ゴシック","Yu Gothic","メイリオ",sans-serif;
  /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  font-size: 1.0rem;
  font-weight: 400;
  /*-webkit-animation: dispBody 5s ease normal;
  animation: dispBody 5s ease normal;*/
}
@media all and (max-width: 640px){
  body{
    min-width: 100%;
    height: auto;
    font-size: 4.0vw;
  }
}

body.home{
  min-width: 1210px;
}
@media all and (max-width: 640px){
  body.home{
    min-width: 100%;
  }
}

body.pageInterview.single{
  min-width: 1260px;
}
@media all and (max-width: 640px){
  body.pageInterview.single{
    min-width: 100%;
  }
}

body.pageEntry{
  min-width: 1010px;
}
@media all and (max-width: 640px){
  body.pageEntry{
    min-width: 100%;
  }
}

@-webkit-keyframes dispBody{
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes dispBody{
  from{ opacity: 0; }
  to{ opacity: 1; }
}

a {
  color: inherit;
}

li{
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  li{
    font-size: 4.0vw;
  }
}

/*
strong {
background: linear-gradient(transparent 40%, #ffff66 40%);
}
*/


.inner{
  margin: 0 auto;
  max-width: 1600px;
  width: 90%;
}



/*##### Header #####*/
header {
  /*
  background: #fff;
  min-height: 75px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  */
  z-index: 1001;
}

  
header .btn_menu{
  cursor: pointer;
  height: 75px;
  right: 0;
  margin: 0 0 0 auto;
  position: fixed;
  top: 0;
  max-width: 110px;
  width: 100%;
  z-index: 1002;
}


header .btn_menu span{
  border-top: 2px solid #2d5699;
  display: block;
  margin: 0 auto;
  height:30px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-40%,-50%);
  text-indent: 100%;
  width: 45px;
  white-space: nowrap;
}

header .btn_menu span::before,header .btn_menu span::after{
  background: #2d5699;
  content: '';
  display: block;
  right: 0;
  height: 2px;
  position: absolute;
  transition: .15s ease-in;
}

body.home header .btn_menu span{
  border-top-color: #0e1445;
}

body.home header .btn_menu span::before,
body.home header .btn_menu span::after{
  background: #0e1445;
}

header .btn_menu span::before{
  top: 14px;
  width: 35px;
}
header .btn_menu span::after{
  bottom: 0;
  width: 25px;
}

header .btn_menu.close span{
  border-top: 0;  
}
header .btn_menu.close span::before,header .btn_menu.close span::after{
  width: 100%;
}

header .btn_menu.close span::before{
  top: 50%;
  transform: rotate(-45deg);
}

header .btn_menu.close span::after{
  bottom: inherit;
  top: 50%;
  transform: rotate(45deg);
}

body.archive header .boxHeader,
body.single header .boxHeader,
body.page header .boxHeader{
  background: rgba(0,0,0,.5);
}

.box_Menuset{
  background: #0025a1;
  display: none;
  padding: 20px;
}

  .box_Menuset a{
    color: #fff;
  }

  .sns_link{
    display: flex;
    justify-content: center;
  }

  .sns_link li{ 
    margin: 0 10px;
    width: 35px;
  }


.boxHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.boxHeader.transform {
  background-color: rgba(255,255,255,0.8);
}


.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
	position: relative;
}
@media all and (max-width: 640px){
  .boxHeader01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
/*    height: 29.0vw; */
    padding: 0;
    background-color: #fff;
  }
  .single-recruit .boxHeader01 {
    height: 29.0vw;
  }
}

.boxHeader01L {
  width: 60%;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 75px;
}
@media all and (max-width: 640px){
  .boxHeader01L {
    width: 100%;
		display: block;
  }
  header .btn_menu{
    background: url("../../images/common/bg_menu.png");
  }

  header .btn_menu span{
    border-top-color: #0e1445;
  }

  header .btn_menu span::before,header .btn_menu span::after{
    background: #0e1445;
  }
}

.boxHeader01L .boxTtl {
  padding: 0 30px;
}

.boxHeader01L .boxTtl .ttl a{
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.boxHeader01L .boxTtl .ttl a img{
  margin-right: 10px;
  max-width: 40px;
}
.boxHeader01L .boxTtl .ttl a svg{
  width: calc(100% - 50px);
}

.boxHeader01L .boxTtl .ttl a svg{
  max-width: 255px;
  width: 100%;
}
@media all and (min-width: 641px){
  body.archive .boxHeader01L .boxTtl .ttl a svg .cls-1,
  body.single .boxHeader01L .boxTtl .ttl a svg .cls-1,
  body.page .boxHeader01L .boxTtl .ttl a svg .cls-1{
    fill: #ffffff;
  }
}
@media all and (max-width: 640px){
  .boxHeader01L .boxTtl {
    display: block;
/*    height: 19.0vw; */
    margin-bottom: 0;
    margin-top: 0;
/*    padding: 5.5vw 16vw 0 5vw; */
    padding: 0 0 0 20px;
/*    background-color: #fff; */
  }
  body.page .boxHeader01L .boxTtl{
    background: url("../../images_sp/common/bg_header.jpg") no-repeat center top / cover;
  }
  .boxHeader01L .boxTtl .ttl a{
    height: 100%;
  }
  .boxHeader01L .boxTtl .ttl a img{
    max-width: 30px;
  }
  .boxHeader01L .boxTtl .ttl a svg{
    width: calc(100% - 40px);
  }
}

@media all and (max-width: 640px){
  .boxHeader01L .boxTtl .ttl {
    width: 60.0vw;
/*    margin: 1.0vw 0; */
    margin: 0;
    height: 75px;
  }
}

@media all and (max-width: 640px){
  .boxHeader01L .boxTtl .boxCom {
    letter-spacing: 0.07em;
    font-size: 0.78rem;
    font-weight: 700;
    color: #e12e2f;
  }
}

.boxHeader01L .p01 {
  font-weight: 700;
  letter-spacing: 0.5em;
  display: none;
}

body.home .boxHeader01L .p01,
body.home .boxHeader01L .p02{
  display: none !important;
}
@media all and (max-width: 640px){
  .boxHeader01L .p01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 10.0vw;
    border: 0;
    background-color: #153f8a;
    letter-spacing: 0.18em;
    font-size: 1.13rem;
    color: #fff;
  }
}

.boxHeader01L .p02 {
  display: none;
  letter-spacing: 0.12em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxHeader01L .p02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 8.0vw;
    padding-bottom: 1vw;
    background-color: #efefef;
    font-size: 0.72rem;
    font-weight: 700;
    color: #4d4d4d;
  }
  .single-recruit .boxHeader01L .p02 {
    display: none;
  }
}

.boxHeader01L .p02 .txt01 {
  display: none;
}
@media all and (max-width: 640px){
  .boxHeader01L .p02 .txt01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 5.6vw;
  }
  .boxHeader01L .p02 .txt02 {
    position: relative;
    top: -0.2vw;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    width: 5vw;
    height: 5vw;
    margin: 0 1vw 0 0.4vw;
    padding: 0.4vw 0 0 0.4vw;
    background-image: url('./../../images_sp/common/sp-header-icn-deco01.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-size: 0.8rem;
    font-weight: 700;
  }
}

.boxHeader01R {
	width: 30%;
	text-align: right;
}
@media all and (max-width: 640px){
  .boxHeader01R {
    display: none;
  }
}



/***** Hmb Menu *****/

.btnHmbMenu {
	cursor: pointer;
	z-index: 1002;
}
@media all and (max-width: 640px){
  .btnHmbMenu {
    position: fixed;
    z-index: 1002;
    top: 1vw;
    right: 1vw;
    display: inline-block;
    width: 13vw;
  }
}

.boxHmbMenu {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #efefed;
}
@media all and (max-width: 640px){
  .boxHmbMenu {
    display: none;
    position: fixed;
    z-index: 1001;
    top: 75px;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    background-color: #efefed;
	padding-top: 3em;
	padding-bottom: 7em;
  }
}


.boxHmbMenu .HmbMenuInnner {
	max-width: 1440px;
	min-width: auto;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 640px){
  .boxHmbMenu .HmbMenuInnner {
    width: 90%;
		max-width: auto;
  }
}

.boxHmbMenu .Menu_logo {
	width: 100%;
	text-align: center;
	padding-bottom: 43px;
	margin: 125px 0 95px;
	border-bottom: 1px solid #c2c2c2;
}
@media all and (max-width: 640px){
	.boxHmbMenu .Menu_logo  {
    display: none;
  }
}

.boxHmbMenu .Menubox01 {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: flex-start;
  align-items: flex-start;
	padding: 0 20px;
}
@media all and (max-width: 640px){
	.boxHmbMenu .Menubox01  {
		-webkit-flex-direction: column;
		flex-direction: column;
		padding: 0;
		width: 93%;
		margin:0 auto;
  }
}

.boxHmbMenu .Menubox01 .Menubox01One {
	padding-right: 2%;
}
@media all and (max-width: 640px){
	.boxHmbMenu .Menubox01 .Menubox01One  {
		width: 100%;
		padding-right: 0;
		margin-bottom: 1.5em;
  }
}

.boxHmbMenu .Menubox01 .Menubox01One:last-child {
	padding-right: 0;
}

.boxHmbMenu .Menubox01 .Menubox01One h2 {
	font-size: 1.35rem;
	letter-spacing: 0.2em;
	color: #484848;
	display: inline-block;
	padding-left: 5px;
	font-weight: 700;
	margin-bottom: 40px;
}
@media all and (max-width: 640px){
	.boxHmbMenu .Menubox01 .Menubox01One h2  {
    font-size: 1.2rem;
		margin-bottom: 1.2em;
  }
}

.boxHmbMenu .Menubox01 .Menubox01One:before {
  content: '';
	display: inline-block;
	background-image: url(./../../images/common/arrow01.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
  height: 15px;
}

.boxHmbMenu .ulHbmMenu > li:before {
	content: '';
	display: inline-block;
	background-image: url(./../../images/common/list_icon01.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 14px;
  height: 14px;
}
@media all and (max-width: 640px){
	.boxHmbMenu .ulHbmMenu > li:before {
		width: 11px;
		height: 11px;
		margin-right: 0.4em;
	}
}

.boxHmbMenu .ulHbmMenu > li {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
	font-weight: 600;
	color: #17246e;
	letter-spacing: 0.2em;
}
@media all and (max-width: 640px){
	.boxHmbMenu .ulHbmMenu > li {
		font-size: 4.0vw;
		margin-bottom: 1em;
	}
}

.boxHmbMenu .ulHbmMenu li a {
	font-size: 1.3rem;
	padding-left: 23px;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 1200px){
	.boxHmbMenu .ulHbmMenu > li a {
    -webkit-flex-direction: column;
		flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	}
}
@media all and (max-width: 640px){
	.boxHmbMenu .ulHbmMenu li a {
	  font-size: 1rem;
		padding-left: 0;
    -webkit-flex-direction: row;
		flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
	}
}

.boxHmbMenu .ulHbmMenu li a:hover {

}

.boxHmbMenu .ulHbmMenu > li a span {
	display: inline-block;
}

.boxHmbMenu .ulHbmMenu > li a span.Entit {
	white-space: nowrap;
}
@media all and (max-width: 640px){
	.boxHmbMenu .ulHbmMenu > li a span.Entit {
		font-size: 1.1rem;
	}
}

.boxHmbMenu .ulHbmMenu > li a span.mtxt {
	color: #4d4d4d;
	font-weight: normal;
	font-size: 0.9rem;
	padding: 0 0 0 15px;
}
@media all and (max-width: 1200px){
	.boxHmbMenu .ulHbmMenu > li a span.mtxt {
    padding: 5px 0 0 0;
	}
}
@media all and (max-width: 640px){
	.boxHmbMenu .ulHbmMenu > li a span.mtxt {
		font-size: 0.7rem;
    padding: 0 0 0 15px;
	}
}

.boxHmbMenu .Menubox02 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	margin: 50px 4% 100px;
}
@media all and (max-width: 640px){
	.boxHmbMenu .Menubox02 {
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}
}

.boxHmbMenu .Menubox02 .ulHeader01 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 0 15px 0 0;
}
@media all and (max-width: 640px){
	.boxHmbMenu .Menubox02 .ulHeader01 {
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 0 0 1em;
	}
}

.boxHmbMenu .Menubox02 .ulHeader01 li {
	padding: 0 15px 0 0;
	font-weight: 600;
	color: #484848;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 640px){
	.boxHmbMenu .Menubox02 .ulHeader01 li {
		margin: 0 0 1em;
		font-size: 1rem;
	}
}

.boxHmbMenu .Menubox02 .ulHeader01 li:after {
	content: '/';
	padding: 0 0 0 15px;
}
@media all and (max-width: 640px){
	.boxHmbMenu .Menubox02 .ulHeader01 li:after {

	}
}

.boxHmbMenu .Menubox02 .ulHeader01 li:last-child:after {
	content: none;
	padding: 0;
}

.boxHmbMenu .Menubox02 .ulHeaderSns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
@media all and (max-width: 640px){
	.boxHmbMenu .Menubox02 .ulHeaderSns {
		-webkit-justify-content: center;
		justify-content: center;
		margin-top: 15px;
	}
}


.boxHmbMenu .Menubox02 .ulHeaderSns li {
	margin: 0 10px;
  max-width: 50px;
  width: 100%;
}
@media all and (max-width: 640px){
	.boxHmbMenu .Menubox02 .ulHeaderSns li {
		width: 20%;
	}
}

/*##### Footer #####*/

footer{
  background: #dfe3e9;
  padding: 90px 0 135px;
}
footer .inner{
  max-width: 1430px;
}

footer nav{
  margin: 140px 0 0;
}
footer nav ul{
  align-items: center;
  display: flex;
  justify-content: center;
}
footer nav li{
  font-size: 15px;
  margin-right: 25px;
  letter-spacing: 1px;
}
@media all and (min-width: 641px) and (max-width: 1340px){
  footer nav li{
    font-size: 13px;
    margin-right: 20px;
  }
}
footer nav li a{	
  color: #17246e;
  font-weight: 600;
}
footer nav li.icon{
  width: 39px !important;
}
footer nav li:last-child{
  margin-right: 0;
}
footer .address{
  font-size: 14px;
  margin: 130px 0 90px;
  text-align: center;
}

footer .address h2{
  color: #17246e;
  font-size: 18px;
  font-weight: 600;
}
footer .tel{
  color: #17246e;
  font-size: 30px;
  font-weight: 500;
  margin-top: 30px;
}

footer .tel span{
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
}

footer small{
  color: #17246e;
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}


@media all and (max-width: 640px){
  
footer{
  background: #dfe3e9;
  padding: 40px 0 140px;
}
footer nav{
  margin: 50px 0 0;
}
footer nav ul{
  margin: 0 auto 10px;
  flex-wrap: wrap;
  width: 100%;
}
  
  footer nav li{
	font-size: 3vw;
	margin: 0 3vw 10px;
    text-align: center;
  }
	footer nav li.icon{
		margin: 0 10px;
		width: 30px;
	}
}

/*##### Footer00 #####*/
.boxFooter00Wrap {
  margin: 70px 0 30px;
}
@media all and (max-width: 640px){
  .boxFooter00Wrap {
    margin-bottom: 2.7%;
  }
}

.boxFooter00 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 1460px){
  .boxFooter00 {
    display: block;
  }
}

.boxFooter00L {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
	padding-top: 45px;
}
@media all and (max-width: 640px){
  .boxFooter00L {
		display: block;
    width: 100%;
		padding-top: 0;
  }
}

.boxFooter00L .boxFooter00L01 {
  width: 868px;
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L01 {
    width: 100%;
  }
}

.boxFooter00L .boxFooter00L01 .entry_bn {
  margin-bottom: 45px;
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L01 .entry_bn {
		margin-bottom: 1em;
  }
}

.boxFooter00L .boxFooter00L01 .boxF01txt {
  font-weight: 700;
	line-height: 1.6;
	font-size: 1.1rem;
	margin-bottom: 30px;
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L01 .boxF01txt {
		font-size: 0.9rem;
		margin-bottom: 15px;
  }
}

.boxFooter00L .boxFooter00L01 .telbox {
	margin-bottom: 70px;
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L01 .telbox {
		margin-bottom: 20px;
  }
}

.boxFooter00L .boxFooter00L01 .telbox .telNum {
  font-weight: 600;
	font-size: 3rem;
	letter-spacing: 4px;
	margin-bottom: 17px;
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L01 .telbox .telNum {
		font-size: 2.7rem;
		text-align: center;
		margin-bottom: 12px;
		letter-spacing: 0;
  }
}

.boxFooter00L .boxFooter00L01 .telbox .chargeName {
  font-weight: 600;
	padding-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L01 .telbox .chargeName {
		text-align: center;
  }
}

.boxFooter00L .boxFooter00L01 .telbox .txtAtt {
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L01 .telbox .txtAtt {
		text-align: center;
		font-size: 0.9rem;
  }
}

.boxFooter00L .boxFooter00L01 .Addbox {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L01 .Addbox {

  }
}

.boxFooter00L .boxFooter00L01 .Lbox {
	margin-right: 15px;
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L01 .Lbox {

  }
}

.boxFooter00L .boxFooter00L01 .Rbox h2 {
	font-weight: 600;
	padding-bottom: 12px;
	font-size: 1.2rem;
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L01 .Rbox h2 {
		font-size: 0.9rem;
		padding-bottom: 8px;
		font-weight: 800;
  }
}

.boxFooter00L .boxFooter00L01 .Rbox p {
	padding-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L01 .Rbox p {
		font-size: 0.85rem;
		padding-bottom: 4px;
  }
}



.boxFooter00L .boxFooter00L02 {
	display: -webkit-flex;
  display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 330px;
	text-align: right;
	padding-right: 20px;
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L02 {
		padding: 20px 0 0 0;
		width: 100%;
  }
}

.boxFooter00L .boxFooter00L02 a {
	margin: 0 0 10px;
}
@media all and (max-width: 640px){
  .boxFooter00L .boxFooter00L02 a {
		margin: 0 0 10px;
  }
}

.boxFooter00R {
  text-align: right;
  padding: 60px 0 60px 65px;
  border-left: 1px solid #d6d6d6;
}
@media all and (max-width: 1460px){
  .boxFooter00R {
    display: block;
		border-left: none;
		text-align: left;
		padding: 50px 0 0 0;
  }
}
@media all and (max-width: 640px){
  .boxFooter00R {
		padding: 30px 0 0 0;
  }
}

.boxFooter00R .ul01 {
  text-align: left;
	display:inline-block;
	font-weight: 700;
	line-height: 1.4;
	font-size: 1.1rem;
	letter-spacing: 2px;
}
@media all and (max-width: 1460px){
  .boxFooter00R .ul01 {
		display: -webkit-flex;
	  display: flex;
	  -webkit-justify-content: flex-start;
	  justify-content: flex-start;
	  -webkit-align-items: flex-start;
	  align-items: flex-start;
		flex-wrap: wrap;
  }
}
@media all and (max-width: 640px){
  .boxFooter00R .ul01 {
		display: none;
  }
}

.boxFooter00R .ul01 li {
	margin-bottom: 18px;
	white-space: nowrap;
	position: relative;
}
@media all and (max-width: 1460px){
  .boxFooter00R .ul01 li {
		margin-right: 15px;
  }
}
@media all and (max-width: 640px){
  .boxFooter00R .ul01 li {
		white-space: inherit;
  }
}

.boxFooter00R .ul01 li a {
  font-size: 1rem;
	padding-left: 15px;
}
@media all and (max-width: 640px){
  .boxFooter00R .ul01 li a {

  }
}

.boxFooter00R .ul01 li a:hover {
  color: #dc0417;
}
@media all and (max-width: 640px){
  .boxFooter00R .ul01 li a:hover {

  }
}

.boxFooter00R .ul01 li a:hover:before {
  content: '＋';
  color: #000000;
	position: absolute;
	top: 0;
	left: 0;
}
@media all and (max-width: 640px){
  .boxFooter00R .ul01 li a:hover:before {

  }
}

.boxFooter00R .ulFooterSns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-left: 15px;
}
@media all and (max-width: 1460px){
  .boxFooter00R .ulFooterSns {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		padding-right: 20px;
  }
}
@media all and (max-width: 640px){
  .boxFooter00R .ulFooterSns {
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0 0 1rem;
  }
}

.boxFooter00R .ulFooterSns li {
	display: inline-block;
	margin: 0 17px 0 0;
}
@media all and (max-width: 1460px){
  .boxFooter00R .ulFooterSns li {
		margin: 0 0 0 17px;
  }
}
@media all and (max-width: 640px){
  .boxFooter00R .ulFooterSns li {
		margin: 0 5px;
		width: 15%;
		text-align: center;
  }
}


/*##### Footer01 
.boxFooter01Wrap {
  padding-bottom: 100px;
/*  background-image: url(./../../images/common/foot_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;*/
/*#####
}

@media all and (max-width: 640px){
  .boxFooter01Wrap{
    padding-top: 0;
    padding-bottom: 20vw;
  }
}

.boxCopyright {
  letter-spacing: 0.07em;
  text-align: left;
  font-size: 0.7rem;
}
@media all and (max-width: 640px){
  .boxCopyright {
    line-height: 1.5;
    font-size: 0.75rem;
  }
  .boxCopyright .markCopy {
    font-family: Verdana Roboto "Droid Sans";
  }
}


#####*/


/*##### Footer Fixed Menu #####*/
@media all and (max-width: 640px){
  .boxFooterFixedMenu {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: #000;
  }
  .boxFooterFixedMenuF {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .boxFooterFixedMenuF a {
    width: 33.33333%;
  }
  .boxFooterFixedMenuF a img {
    width: 100%;
  }
}


/*##### Popup Download #####*/
.boxPopupDownload {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  height: 300px;
}
@media all and (max-width: 640px){
  .boxPopupDownload {
    width: 94%;
    height: 70vw;
  }
}

.boxPopupDownload01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 400px;
  height: 300px;
  border: 1px #3b0805 solid;
  background-color: #fff;
  cursor: auto;
}
@media all and (max-width: 640px){
  .boxPopupDownload01 {
    width: 100%;
    height: 70vw;
  }
}

.boxPopupDownload01 .ttl01 {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxPopupDownload01 .ttl01 {
    margin-bottom: 5vw;
    font-size: 1.2rem;
  }
}

.boxPopupDownload01 .txtError {
  padding: 0 0 2px 5px;
  color: #d60000;
}
@media all and (max-width: 640px){
  .boxPopupDownload01 .txtError {
    padding: 0 0 2px 5px;
  }
}

.boxPopupDownload01 .dlForm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxPopupDownload01 .dlForm {
    width: 70vw;
    margin: 0 auto;
    margin-bottom: 3vw;
  }
}

.boxPopupDownload01 .dlForm > dt {
  width: 30%;
  padding: 0 10px 0 0;
}
@media all and (max-width: 640px){
  .boxPopupDownload01 .dlForm > dt {
    padding: 0;
  }
}

.boxPopupDownload01 .dlForm > dd {
  width: 70%;
}

.boxPopupDownload01 .dlForm > dd input {
  width: 100%;
  padding: 0.1em 0.3em;
}
@media all and (max-width: 640px){
  .boxPopupDownload01 .dlForm > dd input {
    border-radius: 0;
    font-size: 1.08rem;
  }
}

.boxPopupDownload01 .boxSubmit {
  padding: 10px 0 0 0;
}
@media all and (max-width: 640px){
  .boxPopupDownload01 .boxSubmit {
    padding: 2vw 0 0 0;
  }
}

.boxPopupDownload01 .boxSubmit input[name="submit"] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 250px;
  height: 40px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background-color: #ffcd09;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
  font-weight: 700;
  color: #3b0805;
  cursor: pointer;
}
@media all and (max-width: 640px){
  .boxPopupDownload01 .boxSubmit input[name="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 70vw;
    height: 10vw;
    font-size: 1.13rem;
  }
}




/*##### Bottom01 Navi ####*/
.boxBottom01NaviWrap01 {
display:none;
}

.boxBottom01NaviWrap {
  margin-bottom: -8px;
  /*border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;*/
  background-image: url('./../../images/common/bottom01-navi-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
.boxBottom01NaviWrap01 {
display:block;
  margin:0 auto 2vw auto;
  width:90%;
}
  .boxBottom01NaviWrap {
    margin-bottom: 9vw;
    background-color: #2c566f;
    background-image: url('./../../images_sp/common/sp-bottom01-navi-bg01.jpg');
    background-size: 100% auto;
  }
}

.pageStory .boxBottom01NaviWrap {
  margin-top: -84px;
}
@media all and (max-width: 640px){
  .pageStory .boxBottom01NaviWrap {
    margin-top: 0;
  }
}

.boxBottom01Navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 216px;
  padding-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxBottom01Navi {
    display: block;
    height: auto;
    padding-bottom: 0;
  }
}

.boxBottom01NaviL {
  width: 29%;
  padding: 20px 0 0 12px;
}
@media all and (max-width: 640px){
  .boxBottom01NaviL {
    width: 100%;
    padding: 10vw 5vw 8.5vw 5vw;
    text-align: left;
  }
}

.boxBottom01NaviL img {
  max-width: none;
  margin-left: -110px;
}
@media all and (max-width: 640px){
  .boxBottom01NaviL img {
    width: 60.5%;
    margin-left: 0;
  }
}

.boxBottom01NaviR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-top: 40px;
  margin-right: -60px;
}
@media all and (max-width: 640px){
  .boxBottom01NaviR {
    display: block;
    width: 100%;
    /*margin-top: -13%;*/
    padding-top: 0;
    padding-bottom: 0.5vw;
  }
}

.boxBottom01NaviR .boxCont01One {
  width: 31%;
}
@media all and (max-width: 640px){
  .boxBottom01NaviR .boxCont01One {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
}

.boxBottom01NaviR .boxCont01One a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  margin-bottom: 15px;
  padding: 0 16px;
  background-color: #f9d528;
  background-image: url('./../../images/common/bottom01-navi-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  line-height: 1.38;
  /*letter-spacing: 0.12em;*/
  font-size: 1.25rem;
  /*font-style: italic;*/
  font-weight: 700;
  color: #323232;
}
@media all and (max-width: 640px){
  .boxBottom01NaviR .boxCont01One a {
    height: 17vw;
    margin-bottom: 2.8vw;
    padding: 0 5vw;
    background-image: url('./../../images_sp/common/sp-bottom01-navi-icn-arrow01.png');
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 2.3vw auto;
    font-size: 1.13rem;
  }
}

.boxBottom01NaviR .boxCont01One .boxBaseCom {
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxBottom01NaviR .boxCont01One .boxBaseCom {
    font-size: 0.9rem;
    font-weight: 500;
  }
}


/*===============
banenr
================*/
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}


@media all and (max-width: 640px){
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
.btn_banner{
  background: #dfe3e9;
  padding: 70px 0 0;
}
.btn_banner a:hover{
  filter: brightness(140%);
  opacity: 1;
}
.btn_banner img{
  height: auto;
  margin: 0 auto;
  max-width: 1439px;
  width: 100%;
}

.btn_sub-link,
.btn_sub-link ul{
  display: flex;
}
.btn_sub-link{
  justify-content: center;
  align-items: center;
}
.btn_sub-link p{
  color: #17246e;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2;
  width: 45%;
}
@media all and (min-width: 641px) and (max-width: 1340px){

.btn_sub-link p{
  font-size: 13px;
}
}
.btn_sub-link ul{
  justify-content: flex-start;
  margin-left: 2.5%;
  width: 40%;
}
.btn_sub-link li{
  font-size: 18px;
  margin-right: 20px;
  max-width: 260px;
  width: 48%;
}
.btn_sub-link li:last-child{
  margin-right: 0;
}
.btn_sub-link a{
  background: url("../../images/common/icon_link.png") no-repeat 90% center / 15px auto;
  display: block;
  border: #17246e 1px solid;
  color: #17246e;
  font-weight: 600;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.btn_sub-link li.mynav a{
  background: #fff;
  border: 0;
  overflow: hidden;
}
.btn_sub-link li.mynav a img{
  height: 70px;
}

@media all and (max-width: 640px){
  
  .btn_banner{
    background: #fff;
    padding: 40px 0;
  }
  .btn_sub-link,
  .btn_sub-link ul{
    flex-wrap: wrap;
  }
  .btn_sub-link p{
	font-size: 3vw;
    margin-bottom: 20px;
    width: 100%;
  }
  .btn_sub-link ul,
  .btn_sub-link li{
	margin-left: 0 !important;
	margin-right: 0 !important;
    max-width: 100%;
    width: 100%;
  }
  .btn_sub-link li{
    margin-bottom: 10px;
  }
  .btn_sub-link li.mynav a img,
  .btn_sub-link a{
    height: 50px;
    line-height: 50px;
  }
  .btn_sub-link li.mynav a img{
    margin: 0 auto;
  }
  
}

@media all and (min-width: 641px)  and (max-width: 1240px){
  
  .btn_sub-link p{
    font-size: 13px;
    width: 50%;
  }
  .btn_sub-link ul{
    width: 50%;
  }
  .btn_sub-link li{
    font-size: 14px;
  }
    .btn_sub-link li.mynav a img,
  .btn_sub-link a{
    height: 55px;
    line-height: 55px;
  }
}
