@charset 'utf-8';

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&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;
}
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.7;
  filter: alpha(opacity=70);
  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: 33vw;
  }
  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: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  font-size: 1.0rem;
  font-weight: 500;
  /*-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%);
}


/*##### Header #####*/
header {
  position: relative;
  z-index: 10;
}
@media all and (max-width: 640px){
  header {
    z-index: 1001;
  }
}

.boxHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.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;
}
@media all and (max-width: 640px){
  .boxHeader01L {
    width: 100%;
		display: block;
  }
}

.boxHeader01L .boxTtl {
  padding: 0 30px;
}
@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;
    background-color: #fff;
  }
}

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

@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;
}
@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: #dc0417;
    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: 14vw;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    background-color: #efefed;
		padding-top: 3em;
  }
}


.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: #dc0417;
	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;
}
@media all and (max-width: 640px){
	.boxHmbMenu .Menubox02 .ulHeaderSns li {
		width: 20%;
	}
}

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


/*##### 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: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 0 0;
    background-color: #000;
  }
  .boxFooterFixedMenuF {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .boxFooterFixedMenuF a {
    width: 49.7%;
  }
  .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;
  }
}
