@charset 'utf-8';


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;
  }
}

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,dl,dt,dd,address{
  padding: 0px;
  margin: 0px;
}
h1,h2,h3,h4,h5{
  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: 42%;
  }
  body.single-recruit div#container{
    padding-top: 29.1vw;/*41.2vw;*/
  }
}

.boxContents{
}

.boxMain{
}


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

body{
  min-width: 1110px;/*1040px*/
  background-color: #fff;
  color: #000;
  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: 100;
  margin-bottom: -1px;
  line-height: 1.0;
	background: #0C2050;
}
@media all and (max-width: 640px){
  header{
    margin-bottom: 0;
  }
}

.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 1040px;
  height: 109px;
  margin: 0 auto;
}
@media all and (max-width: 640px){
  .boxHeader01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 39vw;
    background-color: #fff;
  }
  .single-recruit .boxHeader01 {
    height: 29.1vw;
  }
  .pageLp .boxHeader01 {
    height: 41vw;
  }
}

.boxHeader0101 {
  width: 157px;
  padding-top: 8px;
	background-color: #fff;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxHeader0101 {
    width: 100%;
    padding-top: 0;
    text-align: left;
  }
}

.boxHeader0101 .ttl {
  margin-bottom: 4px;
	margin-top: 3px;
}
@media all and (max-width: 640px){
  .boxHeader0101 .ttl {
    height: 19.0vw;
    /*margin-bottom: 3.5vw;*/
    margin-bottom: 0;
    padding: 5.0vw 0 3.5vw 5%;
		background: #0d2252;
		position: relative;
  }
  .boxHeader0101 .ttl img {
    width: 46.5%;
  }
	.boxHeader0101 .ttl .ttl-sub {
		color: #fff834;
		position: absolute;
		right: 18vw;
		font-size: 2.5vw;
		line-height: 4vw;
		top: 5.3vw;
	}
}

.boxHeader0101 .boxTxt01 {
  width: 100%;
  line-height: 1.4;
  letter-spacing: normal;
  font-size: 0.73rem;
  font-weight: 700;
	margin-top: 8px;
}
@media all and (max-width: 640px){
  .boxHeader0101 .boxTxt01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 10.0vw;
    background-color: #fff;
    line-height: 1.0;
    letter-spacing: 0.08em;
    font-size: 1.1rem;
    color: #0d2252;
		margin: 0;
  }
  .boxHeader0101 .boxTxt01 br {
    display: none;
  }
}

.boxHeader0101 .boxTxt02 {
  display: none;
}
@media all and (max-width: 640px){
  .boxHeader0101 .boxTxt02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
		text-align: center;
    padding-top: 0;
    background-color: #d90000;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
		line-height: 4.2vw;
		padding: 1.5vw 0;
  }
  .boxHeader0101 .boxTxt02 .txt01 {
    position: relative;
    font-size: 0.85rem;
    color: #fff;
  }
  .boxHeader0101 .boxTxt02 .txt01 .icnHeaderDeco01 {
    position: absolute;
    top: -1vw;
    left: 1.5vw;
    width: 8vw;
  }
  .boxHeader0101 .boxTxt02 .txt02 {
    font-size: 0.85rem;
    color: #fcff01;
  }
}

.boxHeader0102 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 559px;
  padding-left: 23px;
  /* background-color: #283446; */
  color: #fff;
}
@media all and (max-width: 640px){
  .boxHeader0102 {
    display: none;
  }
}

.boxHeader0102 a {
  color: #fff;
}
.boxHeader0102 .boxHeaderCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin: 7px 0;
}
.boxHeader0102 .boxHeaderCont01 .linkAccess {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 128px;
  height: 28px;
  margin-right: 32px;
  padding-top: 2px;
  border: 1px #fff solid;
  font-size: 1.1rem;
}
.boxHeader0102 .boxHeaderCont01 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.boxHeader0102 .boxHeaderCont01 .dl01 > dt {
  font-size: 0.98rem;
}
.boxHeader0102 .boxHeaderCont01 .dl01 > dt:after {
  content: '|';
  margin: 0 11px 0 9px;
}
.boxHeader0102 .boxHeaderCont01 .dl01 > dd {
  letter-spacing: 0.09em;
  font-size: 2.0rem;
}
.boxHeader0102 .ulHeader01 {

  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 470px;
}
.boxHeader0102 .ulHeader01 > li {
  margin: 5px 0;
  letter-spacing: 0.1em;
  font-size: 0.96rem;
}
.boxHeader0102 .ulHeader01 > li:after {
  content: '/';
  margin: 0 18px;
  color: #fff;
}
/* .boxHeader0102 .ulHeader01 > li:nth-child(4):after,
.boxHeader0102 .ulHeader01 > li:last-child:after {
  content: none;
} */

.boxHeader01 .linkRecruit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 138px;
  background-color: #fed34e;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.18em;
  font-size: 1.2rem;
  color: #0d2252;
	font-weight: bold;
}
@media all and (max-width: 640px){
  .boxHeader01 .linkRecruit {
    display: none;
  }
}

.boxHeader01 .linkRecruit .small {
  position: relative;
  left: 0.1em;
  display: inline-block;
  letter-spacing: 0.45em;
  font-size: 1.1rem;
}

.boxHeader01 .linkEntry {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 185px;
  background-color: #b50506;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxHeader01 .linkEntry {
    display: none;
  }
}

.boxHeader01 .linkEntry .txt01 {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.boxHeader01 .linkEntry .txt01 .small {
  font-size: 1.0rem;
}
.boxHeader01 .linkEntry .txt02 {
  letter-spacing: 0.13em;
  font-size: 0.89rem;
}
@media all and (max-width: 640px){
  header .p02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 11.5vw;
    padding-bottom: 1vw;
    background-color: #d90000;
    font-size: 0.72rem;
    color: #fff;
  }
	.boxTxt02 .txt02 {
    position: relative;
    top: -0.2vw;
		display: inline-block;
    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;
    color: #fcff01;
  }
}

/***** Hmb Menu *****/
.btnHmbMenu,
.boxHmbMenu {
  display: none;
}
@media all and (max-width: 640px){
  .btnHmbMenu {
    position: fixed;
    z-index: 1002;
    top: 4.3vw;
    right: 4.7%;
    display: inline-block;
    width: 9%;
  }
  .boxHmbMenu {
    display: none;
    position: fixed;
    z-index: 1001;
    top: 41.0vw;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    background-color: #efefed;
  }
  .single-recruit .boxHmbMenu {
    top: 40.9vw;
  }
  .boxHmbMenu .ulHbmMenu > li {
    padding: 3% 0 3% 5%;
    /*border-bottom: 1px #666 dashed;*/
    font-size: 4.0vw;
  }
  .boxHmbMenu .ulHbmMenu > li:first-child {
    padding-top: 5%;
  }
  .boxHmbMenu .ulHbmMenu > li:last-child {
    border: 0;
  }
}





/***** Footer *****/
footer{
}

/*##### Footer00 #####*/
.boxFooter00Wrap {
  margin-bottom: 70px;
  padding-top: 88px;
}
@media all and (max-width: 640px){
  .boxFooter00Wrap {
    margin-bottom: 10%;
    padding: 5%;
    background-color: #0d2252;
  }
}

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

.boxFooter00 .dl01 {
  line-height: 1.0;
}
@media all and (max-width: 640px){
  .boxFooter00 .dl01 {
    font-size: 5.3vw;
  }
}

.boxFooter00 .dl01 .small01 {
  letter-spacing: normal;
  font-size: 1.2rem;
}
@media all and (max-width: 640px){
  .boxFooter00 .dl01 .small01 {
    font-size: 3.5vw;
  }
}

.boxFooter00 .dl01 .small01.no02 {
  margin-right: 6px;
}

.boxFooter00 .dl01 .small {
  font-size: 1.7rem;
}
@media all and (max-width: 640px){
  .boxFooter00 .dl01 .small {
    font-size: 4.3vw;
  }
}

.boxFooter00 .dl01 .txtNum {
  position: relative;
  top: 2px;
  letter-spacing: normal;
  font-size: 2.6rem;
}
@media all and (max-width: 640px){
  .boxFooter00 .dl01 .txtNum {
    top: 2px;
    font-size: 1.6rem;
  }
}

.boxFooter00 .dl01 > dt {
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
}
@media all and (max-width: 640px){
  .boxFooter00 .dl01 > dt {
    margin-bottom: 2%;
    letter-spacing: 0.03em;
    font-size: 1.3rem;
    color: #002b52;
  }
}

.boxFooter00L {
  width: 48.6%;
  padding: 17px 0 11px 115px;
  border: 1px #666 solid;
  background-image: url('./../../images/common/footer-icn-tel01.png');
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxFooter00L {
    width: 100%;
    margin-bottom: 5%;
    padding: 4% 0 2% 23.8%;
    background-image: url('./../../images_sp/common/sp-footer-icn-tel01.png');
    background-position: 4% center;
    background-size: 16.8% auto;
  }
}

.boxFooter00L .dl01 > dd {
  padding-left: 50px;
  background-image: url('./../../images/common/footer-icn-freedial01.png');
  background-repeat: no-repeat;
  background-position: left 0.3em;
  background-size: auto auto;
  font-size: 3.45rem;
  color: #b50003;
}
@media all and (max-width: 640px){
  .boxFooter00L .dl01 > dd {
    padding-left: 12.8%;
    background-image: url('./../../images_sp/common/sp-footer-icn-freedial01.png');
    background-position: left 0.25em;
    background-size: 9.5% auto;
    font-size: 1.9rem;
  }
}

.boxFooter00L .dl01 > dt {
  letter-spacing: 0.05em;
}

.boxFooter00R {
  width: 48.5%;
  padding: 17px 13px 16px 115px;
  border: 1px #666 solid;
  background-image: url('./../../images/common/footer-icn-mail01.png');
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxFooter00R {
    width: 100%;
    padding: 3% 3% 3% 23.8%;
    background-image: url('./../../images_sp/common/sp-footer-icn-mail01.png');
    background-position: 4% center;
    background-size: 16.8% auto;
  }
}

.boxFooter00R .dl01 > dt {
  margin-bottom: 0;
  padding-bottom: 8px;
}
@media all and (max-width: 640px){
  .boxFooter00R .dl01 > dt {
    padding-bottom: 2%;
  }
}

.boxFooter00R .dl01 > dd .linkToEntry {
  display: block;
  padding: 10px 0 8px 18px;
  background-image: url('./../../images/common/footer00-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 15.5% center;
  background-size: auto auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media all and (max-width: 640px){
  .boxFooter00R .dl01 > dd .linkToEntry {
    padding: 2.8% 0 2.8% 6%;
    background-image: url('./../../images_sp/common/sp-footer00-icn-arrow01.png');
    background-position: 10vw center;
    background-size: 2% auto;
    font-size: 3.8vw;
  }
}



/*##### Footer01 #####*/
.boxFooter01Wrap {
  padding-bottom: 72px;
  /*border-bottom: 1px #000 solid;*/
}
@media all and (max-width: 640px){
  .boxFooter01Wrap{
    padding-bottom: 13vw;
  }
}

.boxFooter01LR {
  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: 640px){
  .boxFooter01LR {
    display: block;
  }
}

.boxFooter01L {
  width: 48.6%;
}
@media all and (max-width: 640px){
  .boxFooter01L{
    width: 100%;
    margin-bottom: 11.5%;
  }
}

/*
.boxFooter01L .boxCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  padding-left: 147px;
  background-image: url('./../../images/common/footer01-icn-check01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxCont01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 4.6vw 0 3.6vw 24vw;
    background-image: url('./../../images_sp/common/sp-footer01-icn-check01.png');
    background-position: left 0.7em;
    background-size: 25.5% auto;
  }
}

.boxFooter01L .boxCont01 .p01 {
  letter-spacing: 0.07em;
  font-size: 2.15rem;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxCont01 .p01 {
    margin-bottom: 2.2vw;
    font-size: 1.3rem;
  }
}

.boxFooter01L .boxCont01 .p01 .small {
  font-size: 1.7rem;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxCont01 .p01 .small {
    font-size: 1.1rem;
  }
}

@media all and (max-width: 640px){
  .boxFooter01L .boxCont01 .p02 {
    font-size: 0.73rem;
  }
}
*/

.boxFooter01L .boxLink a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  padding-left: 38px;
  background-image: url('./../../images/common/footer-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 95.5% center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxLink a {
    height: 15.5vw;
    padding-left: 13vw;
    background-image: url('./../../images_sp/common/sp-footer-icn-arrow01.png');
    background-position: 92.5% center;
    background-size: 1.7vw auto;
  }
}

.boxFooter01L .boxLink a .txt01 {
  margin-right: 30px;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  color: #fed34e;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxLink a .txt01 {
    margin-right: 0;
    letter-spacing: 0.2em;
    font-size: 1.3rem;
  }
}

.boxFooter01L .boxLink a .txt02 {
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-size: 0.9rem;
}

.boxFooter01R {
  width: 45.9%;
}
@media all and (max-width: 640px){
  .boxFooter01R {
    width: 100%;
  }
}

.boxFooter01R .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 17px;
}
@media all and (max-width: 640px){
  .boxFooter01R .ul01 {
    margin-bottom: 5.7vw;
  }
}

@media all and (max-width: 640px){
  .boxFooter01R .ul01 > li {
    width: 31%;
  }
}



/*##### Footer02 #####*/
.boxFooter02Wrap {
  height: 173px;
  padding: 23px 0 0 0;
  background-image: url('./../../images/common/footer02-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxFooter02Wrap {
    height: auto;
    padding: 8vw 0 9vw 0;
    background-image: url('./../../images_sp/common/sp-footer02-bg01.png');
    background-size: 100% auto;
  }
}

.boxFooter02LR {
  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: 640px){
  .boxFooter02LR {
    display: block;
  }
}

.boxFooter02L {
  width: 56%;
}
@media all and (max-width: 640px){
  .boxFooter02L {
    display: none;
  }
}

.boxFooter02L .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
  margin-top: -6px;
}
.boxFooter02L .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 32%;
  height: 40px;
  padding-top: 2px;
  background-color: #0d2252;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.23rem;
  color: #fff;
}
.boxFooter02L .dl01 > dd {
  width: 65.5%;
  padding-top: 2px;
  letter-spacing: normal;
  font-size: 3.5rem;
  color: #0d2252;
}
.boxFooter02L .txtPerson {
  margin-bottom: 4px;
  letter-spacing: 0.08em;
}
.boxFooter02L .txtCaution {
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1.0rem;
}

.boxFooter02R {
  width: 44%;
}
@media all and (max-width: 640px){
  .boxFooter02R {
    width: 100%;
  }
}

.boxFooter02R .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
@media all and (max-width: 640px){
  .boxFooter02R .dl01 {
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 4.2vw;
  }
}

.boxFooter02R .dl01.no01 {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 640px){
  .boxFooter02R .dl01.no01 {
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}

.boxFooter02R .dl01.no03 {
  margin-bottom: 0;
}

.boxFooter02R .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 11%;
  height: 20px;
  background-color: #0d2252;
  text-align: center;
  font-size: 0.85em;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter02R .dl01 > dt {
    width: 27.7%;
    height: auto;/*10vw;*/
    padding: 1.5vw 0 1.3vw 0;
    font-size: 0.9em;
  }
}

.boxFooter02R .dl01.no01 > dt .txt01 {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  background-color: #0d2252;
}
@media all and (max-width: 640px){
  .boxFooter02R .dl01.no01 > dt .txt01 {
    padding: 0;
  }
}

.boxFooter02R .dl01 > dt .str2 {
  letter-spacing: 1.0em;
}
@media all and (max-width: 640px){
  .boxFooter02R .dl01 > dt .str2 {
    letter-spacing: 1.0em;
  }
}

.boxFooter02R .dl01 > dt .str3 {
  letter-spacing: 0.5em;
}

.boxFooter02R .dl01 > dd {
  width: 86%;
  letter-spacing: 0.08em;
  font-size: 1.0rem;
  color: #0d2252;
}
@media all and (max-width: 640px){
  .boxFooter02R .dl01 > dd {
    width: 66.3%;
    line-height: 1.4;
    font-size: 1.0rem;
  }
}


.boxFooter02R .dl01.no01 > dd {
  line-height: 1.6;
}
@media all and (max-width: 640px){
  .boxFooter02R .dl01.no01 > dd {
    line-height: 1.4;
  }
}

.boxFooter02R dd a {
  display: inline-block;
}
@media all and (max-width: 640px){
  .boxFooter02R dd a {
    text-decoration: underline;
  }
}

.boxFooter02R dd .txtZipcode {
  margin-right: 5px;
}

.boxFooter02R dd .txtZipcode,
.boxFooter02R dd .txtAddress,
.boxFooter02R dd .txtMap {
  display: inline-block;
  letter-spacing: 0.03em;
}

@media all and (max-width: 640px){
  .boxFooter02R dd .txtAddress {
    /*padding-right: 20%;*/
  }
}

.boxFooter02R dd .txtMap {
  font-size: 1.0rem;
  letter-spacing: 0.03em;
}

.boxFooter02R dd .txtSeparation {
  display: inline-block;
  margin: 0 2px;
}



/*##### Footer03 #####*/
.boxFooter03Wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 388px;
  padding-top: 30px;
  background-image: url('./../../images/common/footer03-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  font-weight: 400;
}
@media all and (max-width: 640px){
  .boxFooter03Wrap {
    position: relative;
    display: block;
    height: auto;
    padding-top: 82.1%;
    background-image: url('./../../images_sp/common/sp-footer03-bg01.jpg');
    background-size: 100% auto;
  }
}

.boxFooter03 {
  text-align: center;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 9vw;
  }
}

.boxFooter03 .ttl {
  margin-bottom: 30px;
}
@media all and (max-width: 640px){
  .boxFooter03 .ttl {
    margin-bottom: 6.5vw;
  }
}

.boxFooter03 .ttl .ttlImg {
  display: block;
  margin-bottom: 13px;
}
@media all and (max-width: 640px){
  .boxFooter03 .ttl .ttlImg {
    margin-bottom: -0.5vw;
    text-align: center;
  }
  .boxFooter03 .ttl .ttlImg img {
    width: 24%;
  }
}

.boxFooter03 .ttl .ttlStr {
  display: block;
  letter-spacing: 0.12em;
  font-size: 1.55rem;
}
@media all and (max-width: 640px){
  .boxFooter03 .ttl .ttlStr {
    display: none;
    font-size: 1.0rem;
  }
}

.boxFooter03 .boxBaseCom {
  margin-bottom: 0;
  text-align: center;
  line-height: 2.0;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
}
@media all and (max-width: 640px){
  .boxFooter03 .boxBaseCom {
    line-height: 1.57;
    letter-spacing: 0.12em;
    font-size: 1.0rem;
  }
}



/*##### Footer04 #####*/
.boxFooter04Wrap {
  padding: 32px 0 37px 0;
}
@media all and (max-width: 640px){
  .boxFooter04Wrap {
    padding: 8vw 0 7vw 0;
  }
}

.boxFooter04 .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 640px){
  .boxFooter04 .ul01 {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 0 0 7%;
  }
}

.boxFooter04 .ul01 > li {
  padding: 6px 20px 6px 0;
  background-image: url('./../../images/common/footer04-separation01.png');
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto auto;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px){
  .boxFooter04 .ul01 > li {
    margin-bottom: 3.5vw;
    padding: 1vw 10% 1vw 0;
    background-position: 90% center;
    background-size: 3vw auto;
    font-size: 1.1rem;
  }
  .boxFooter04 .ul01 > li:nth-child(1) {
    order: 3;
  }
  .boxFooter04 .ul01 > li:nth-child(2) {
    order: 2;
  }
  .boxFooter04 .ul01 > li:nth-child(3) {
    order: 1;
  }
  .boxFooter04 .ul01 > li:nth-child(4) {
    order: 5;
  }
  .boxFooter04 .ul01 > li:nth-child(5) {
    order: 6;
  }
  .boxFooter04 .ul01 > li:nth-child(6) {
    order: 4;
  }
  .boxFooter04 .ul01 > li:nth-child(7) {
    order: 7;
  }
  .boxFooter04 .ul01 > li:nth-child(2),
  .boxFooter04 .ul01 > li:nth-child(5),
  .boxFooter04 .ul01 > li:nth-child(6),
  .boxFooter04 .ul01 > li:nth-child(7) {
    padding-right: 0;
    background: none;
  }
  .boxFooter04 .ul01 > li:nth-child(7) {
    width: 100%;
  }
  .boxFooter04 .ul01 > li:last-child {
    margin-top: -1vw;
    margin-bottom: 0;
    line-height: 1.3;
  }
}

.boxFooter04 .ul01 > li:last-child {
  padding-right: 0;
  background: none;
}

@media all and (max-width: 640px){
  .boxFooter04 .ul01 > li .smallSp {
    font-size: 1.0rem;
  }
}


/*##### Footer06 #####*/
.boxFooter06Wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 90px;
  background-color: #2f2d27;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter06Wrap {
    height: 34vw;
    padding-bottom: 17vw;
  }
}

.boxCopyright {
  letter-spacing: 0.07em;
  text-align: center;
  font-size: 0.9rem;
}
@media all and (max-width: 640px){
  .boxCopyright {
    font-size: 0.8rem;
    /*font-size: 3.5vw;*/
  }
  .boxCopyright .markCopy {
    font-family: Verdana Roboto "Droid Sans";
  }
}

.boxPrivacy {
  letter-spacing: 0.07em;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 0.5em;
  text-decoration: underline;
}

@media all and (max-width: 640px){
  .boxPrivacy {
    font-size: 0.8rem;
  }
}


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