@charset 'utf-8';


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

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

img{
	image-rendering: -webkit-optimize-contrast;
}

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;
	height: auto;
}
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;
}
*/

@font-face {
  font-family: GenShinGothic;
  font-weight: 400;
  src: url('./../font/genshingothic/GenShinGothic-Regular.ttf') format('ttf');
}
@font-face {
  font-family: GenShinGothic;
  font-weight: 500;
  src: url('./../font/genshingothic/GenShinGothic-Medium.ttf') format('ttf');
}
@font-face {
  font-family: GenShinGothic;
  font-weight: 600;
  src: url('./../font/genshingothic/GenShinGothic-Bold.ttf') format('ttf');
}
@font-face {
  font-family: GenShinGothic;
  font-weight: 700;
  src: url('./../font/genshingothic/GenShinGothic-Heavy.ttf') format('ttf');
}

.only-pc{
  display: block;
}
@media all and (max-width: 640px){
  .only-pc{
    display: none;
  }
}

.only-sp{
  display: none;
}
@media all and (max-width: 640px){
  .only-sp{
    display: block;
  }
}

/* Layout */
div#container {
}
@media all and (max-width: 640px){
  div#container {
    overflow: hidden;
    padding-top: 36.5vw;
  }
  body.pageRecruit 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: 1210px;/*1110px;*/
  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-family: GenShinGothic, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.0rem;
  font-weight: 500;
  /*-webkit-animation: dispBody 5s ease normal;
  animation: dispBody 5s ease normal;*/
}
@media all and (-ms-high-contrast:none){
  body {
    letter-spacing: -0.03em;
  }
}
@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;
  margin-bottom: -110px;
}
@media all and (max-width: 640px){
  header{
    margin-bottom: 0;
  }
}
header.pc-header{
  display: block !important;
}
@media all and (max-width: 640px){
  header.pc-header{
    display: none !important;
  }
}
header.sp-header{
  display: none !important;
}
@media all and (max-width: 640px){
  header.sp-header{
    display: block !important;
  }
}
header.pc-header .boxHeader{
  width: 1040px;
  margin: 0 auto;
}
header.pc-header .boxHeader01{
  display: table;
  width: 1040px;/* All 980px */
  height: 109px;
  margin: 0 auto;
}
header.pc-header .boxHeader01 .linkGnaviLogo,
header.pc-header .boxHeader01 .linkGnaviRecruit,
header.pc-header .boxHeader01 .linkGnaviEntry,
header.pc-header .boxHeader01 .boxGnaviElse{
  display: table-cell;
  background-repeat: no-repeat;
  background-position: left top;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.1em;
}
/* .boxHeader01 .linkGnaviLogo:hover,
.boxHeader01 .linkGnaviRecruit:hover,
.boxHeader01 .linkGnaviEntry:hover,
.boxHeader01 .boxGnaviElse:hover{
  opacity: 1 !important;
} */
header.pc-header .boxHeader01 .txtGnaviLogo{
  width: 10em;
  display: block;
  text-align: center;
  margin: 0 auto;
}
header.pc-header .boxHeader01 .linkGnaviLogo{
  width: 157px;
  padding-bottom: 7px;
  background-image: url('./../../images/common/gnavi-bg01.png');
  vertical-align: bottom;
  line-height: 1.15em;
  font-size: 0.7rem;
}
header.pc-header .boxHeader01 .linkGnaviRecruit{
  width: 139px;
  background-image: url('./../../images/common/gnavi-bg02.png');
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  /* font-weight: 600; */
}
header.pc-header .boxHeader01 .linkGnaviRecruit .large{
  display: inline-block;
  width: 139px;
  padding-left: 0.2em;
  letter-spacing: 0.2em;
  font-size: 1.15rem;
  color: #fff;
}
header.pc-header .boxHeader01 .linkGnaviRecruit .txt01{
  display: inline-block;
  padding-left: 0.5em;
  letter-spacing: 0.5em;
  color: #fff;
}
header.pc-header .boxHeader01 .linkGnaviEntry{
  width: 188px;
  background-image: url('./../../images/common/gnavi-bg03.png');
  color: #fff;
}
header.pc-header .boxHeader01 .linkGnaviEntry .oneLine{
  margin-bottom: 5px;
  padding-left: 0.2em;
  letter-spacing: 0.2em;
}
header.pc-header .boxHeader01 .linkGnaviEntry .large{
  font-size: 1.21rem;
}
header.pc-header .boxHeader01 .linkGnaviEntry .txt01{
  display: inline-block;
  line-height: 1.5;
  font-size: 0.83rem;
}
header.pc-header .boxHeader01 .boxGnaviElse{
  width: 556px;
  height: 109px;
  padding: 0 0 0 25px;/*0 0 0 32px*/
  background-image: url('./../../images/common/gnavi-bg04.png');
}
header.pc-header .boxHeader01 .boxGnaviElseLR{
  display: table;
  width: 471px;/*100%*/
  margin-bottom: 10px;/*22px;*/
}
header.pc-header .boxHeader01 .boxGnaviElseL,
header.pc-header .boxHeader01 .boxGnaviElseR{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
header.pc-header .boxHeader01 .boxGnaviElseL{
  width: 32%;
  padding-left: 17px;
  background-image: url('./../../images/common/gnavi-access-icn.png');
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.0;
  letter-spacing: normal;
}
header.pc-header .boxHeader01 .boxGnaviElseR{
  width: 68%;
  padding-left: 27px;
  background-image: url('./../../images/common/gnavi-tel-icn.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  line-height: 1.0;
}
header.pc-header .boxHeader01 .txtGnaviTelno01{
  padding-right: 14px;
  background-image: url('./../../images/common/gnavi-separation01.png');
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: middle;
  color: #0066a9;
}
header.pc-header .boxHeader01 .txtGnaviTelno02{
  padding-left: 14px;
  vertical-align: middle;
  letter-spacing: 0.06em;
  font-size: 1.93rem;
  color: #00aaff;
}
header.pc-header .boxHeader01 .txtGnaviTelno02 .fontSub{
  font-size: 0.86rem;
  letter-spacing: 0;
}
header.pc-header .boxHeader01 .boxGnaviElse01 ul {
  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;
}
header.pc-header .boxHeader01 .boxGnaviElse01 li{
  /*display: table-cell;*/
  margin: 0.3em 0;
  padding-right: 33px;
  background-image: url('./../../images/common/gnavi-separation02.png');
  background-repeat: no-repeat;
  background-position: right 14px center;
  line-height: 1.0;
  font-size: 1.1rem;
}
header.pc-header .boxHeader01 .boxGnaviElse01 li:nth-child(4){
  background: none;
}
header.pc-header .boxHeader01 .boxGnaviElse01 li:last-child{
  padding-right: 0;
  background: none;
}
header.pc-header .btnHmbMenu{
  display: none;
}
header.pc-header .boxHmbMenu{
  display: none;
}
/* /Header */


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


header {
  position: relative;
  z-index: 10;
}

header.sp-header .boxHeader {
  background-color: rgba(255,255,255,0.7);
}

header.sp-header .boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 118px;
  padding: 15px 0 0 0;
}
@media all and (max-width: 640px){
  header.sp-header .boxHeader01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 36.5vw;
    padding: 0;
    /*background-color: #fff;*/
  }
  .pageRecruit header.sp-header .boxHeader01 {
    height: 29.0vw;
  }
}

header.sp-header .boxHeader01L {
  width: 25%;
  padding-top: 0.4em;
}
@media all and (max-width: 640px){
  header.sp-header .boxHeader01L {
    width: 100%;
    padding-top: 0;
  }
}

header.sp-header .boxHeader01L .boxTtl {
  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: 1.0em;
  padding: 0;
}
@media all and (max-width: 640px){
  header.sp-header .boxHeader01L .boxTtl {
    height: 19.0vw;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 16vw 0 5vw;
    background-color: #fff;
    align-items: center;
  }
}

@media all and (max-width: 640px){
  header.sp-header .boxHeader01L .boxTtl .ttl {
    width: 60vw;
  }
}

/*
@media all and (max-width: 640px){
  .boxHeader01L .boxTtl .boxCom {
    width: 30vw;
    padding-top: 1.5vw;
    line-height: 1.4;
    letter-spacing: 0.07em;
    font-size: 2.5vw;
    color: #fed34e;
  }
}
*/

/*
.boxHeader01L .boxTtl .boxImg {
  padding-top: 7px;
}
@media all and (max-width: 640px){
  .boxHeader01L .boxTtl .boxImg {
    padding-top: 1.6vw;
  }
}
*/

header.sp-header .boxHeader01L .p01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 232px;
  height: 30px;
  border: 1px #9b9b9b solid;
  font-weight: 500;
}
@media all and (max-width: 640px){
  header.sp-header .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: #0f95f3;
    letter-spacing: 0.18em;
    font-size: 1.13rem;
    color: #fff;
  }
}

header.sp-header .boxHeader01L .p02 {
  display: none;
  letter-spacing: 0.12em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  header.sp-header .boxHeader01L .p02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 7.5vw;
    /*padding-bottom: 1vw;*/
    background-color: rgba(27,27,27,0.8);
    font-size: 0.72rem;
    font-weight: 700;
    color: #fff;
  }
  .pageRecruit header.sp-header .boxHeader01L .p02 {
    display: none;
  }
}

header.sp-header .boxHeader01L .p02 .txt01 {
  display: none;
}
@media all and (max-width: 640px){
  header.sp-header .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;
  }
  header.sp-header .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;
  }
}

header.sp-header .boxHeader01C {
  width: 43.0%;
}
@media all and (max-width: 640px){
  header.sp-header .boxHeader01C {
    display: none;
  }
}

header.sp-header .boxHeader01C .dlTelno01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 13px;
}

header.sp-header .boxHeader01C .dlTelno01 > dt {
  padding-right: 1.1em;
  /*
  background-image: url('./../../images/common/header-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto auto;*/
  line-height: 1.4;
  font-size: 0.9rem;
  font-weight: 700;
}

header.sp-header .boxHeader01C .dlTelno01 > dd {
  position: relative;
  top: 1px;
  padding-left: 0.8em;
  background-image: url('./../../images/common/header-icn-tel01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  font-size: 2.15rem;
  font-weight: 400;
}

header.sp-header .boxHeader01C .dlTelno01 > dd .txtRecruitStaff {
  position: relative;
  bottom: 0.14em;
  margin-left: 5px;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}

header.sp-header .boxHeader01C .ulHeaderMenu01 {
  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;
}

header.sp-header .boxHeader01C .ulHeaderMenu01 > li {
  margin-bottom: 10px;
  letter-spacing: 0.15em;
  font-weight: 500;
}

header.sp-header .boxHeader01C .ulHeaderMenu01 > li:nth-child(2) {
  margin-right: 7em;
}

header.sp-header .boxHeader01C .ulHeaderMenu01 > li:after {
  content: '／';
  margin: 0 7px;
}

header.sp-header .boxHeader01C .ulHeaderMenu01 > li:nth-child(2):after,
header.sp-header .boxHeader01C .ulHeaderMenu01 > li:last-child:after {
  content: none;
}

header.sp-header .boxHeader01R {
  width: 32%;
	font-weight: 500;
}
@media all and (max-width: 640px){
  header.sp-header .boxHeader01R {
    display: none;
  }
}

header.sp-header .boxHeader01R .boxHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header.sp-header .boxHeader01R .boxHeaderMenu01 > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 84px;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
header.sp-header .boxHeader01R .boxHeaderMenu01 > a.linkRecruit {
  width: 43%;
  background-color: #0f95f3;
  background-image: url('./../../images/common/header-link-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  font-size: 1.33rem;
  font-weight: 700;
  color: #ffff00;
}

header.sp-header .boxHeader01R .boxHeaderMenu01 > a.linkRecruit .firstStr {
  font-size: 1.6rem;
}

header.sp-header .boxHeader01R .boxHeaderMenu01 > a.linkEntry {
  width: 53%;
  background-color: #12bd00;
  background-image: url('./../../images/common/header-link-bg02.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  color: #fff;
}

header.sp-header .boxHeader01R .boxHeaderMenu01 > a.linkEntry .firstStr {
  font-size: 1.6rem;
}

header.sp-header .boxHeader01R .boxHeaderMenu01 > a.linkEntry .txt01 {
  display: block;
  margin-bottom: 6px;
  text-align: center;
  font-size: 1.9rem;
}

header.sp-header .boxHeader01R .boxHeaderMenu01 > a.linkEntry .txt02 {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 0.83rem;
}


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




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

/*##### Footer00 #####*/
.boxFooter00Wrap {
  margin-bottom: 25px;
  padding-top: 72px;
}
@media all and (max-width: 640px){
  .boxFooter00Wrap {
    margin-bottom: 2.7%;
    padding: 0 5% 7.8% 5%;
    /*
    background-image: url('./../../images_sp/common/sp-footer00-bg01.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;*/
  }
}

.pageRecruit.archive .boxFooter00Wrap {
  padding-top: 0;
}
@media all and (max-width: 640px){
  .pageRecruit.archive .boxFooter00Wrap {
    padding: 5%;
  }
}

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

.boxFooter00L {
  width: 48.6%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 92px;
  padding: 0 0 0 38px;
  background-color: #00aaff;
  /*background-image: url('./../../images/common/footer-icn-tel01.png');*/
  /* background-image: url('./../../images/common/footer00-l-bg01.png'); */
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media all and (max-width: 640px){
  .boxFooter00L {
    width: 100%;
    height: 16vw;
    margin-bottom: 5%;
    padding: 0 0 0 6.5vw;
    /*background-image: url('./../../images_sp/common/sp-footer-icn-tel01.png');*/
    /* background-image: url('./../../images_sp/common/sp-footer00-l-bg01.png'); */
    /*background-position: 3vw center;
    background-size: 3.5vw auto;*/
  }
}

.boxFooter00L .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.boxFooter00L .dl01 > dt {
  position: relative;
  width: 29%;
  padding-top: 0.1em;
  background-image: url('./../../images/common/footer00-l-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto auto;
  line-height: 1.55;
  letter-spacing: 0.08em;
  font-size: 1.32rem;
  color: #fff;
  font-weight: 600;
}
@media all and (max-width: 640px){
  .boxFooter00L .dl01 > dt {
    width: 29%;
    background-image: url('./../../images_sp/common/sp-footer00-l-icn-arrow01.png');
    background-size: 2vw auto;
    font-size: 0.8rem;
  }
}

/*
.boxFooter00L .dl01 > dt:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
*/

.boxFooter00L .dl01 > dt .small {
  font-size: 1.3rem;
}

.boxFooter00L .dl01 > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 71.0%;
  height: 100%;
  /*
  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-weight: 400;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter00L .dl01 > dd {
    width: 71.0%;
    /*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;
    */
  }
}

.boxFooter00L .dl01 > dd .linkBaseTelno {
  margin-bottom: 0.14em;
  letter-spacing: 0.01em;
  font-size: 3.0rem;
  color: #ffff00;
}
@media all and (max-width: 640px){
  .boxFooter00L .dl01 > dd .linkBaseTelno {
    font-size: 1.8rem;
  }
}

.boxFooter00L .dl01 > dd .txtReceptionTime {
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxFooter00L .dl01 > dd .txtReceptionTime {
    font-size: 0.77rem;
  }
}


.boxFooter00R {
  width: 48.5%;
  padding: 0 0 0 34px;
  /*border: 2px #3b0805 solid;*/
  background-color: #00aaff;
  /*background-image: url('./../../images/common/footer-icn-mail01.png');*/
  /* background-image: url('./../../images/common/footer00-r-bg01.png'); */
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media all and (max-width: 640px){
  .boxFooter00R {
    width: 100%;
    height: 16vw;
    padding: 0 0 0 6.5vw;
    border: 0;
    /*background-image: url('./../../images_sp/common/sp-footer-icn-mail01.png');*/
    /* background-image: url('./../../images_sp/common/sp-footer00-r-bg01.png'); */
    /*background-position: 2.3vw center;
    background-size: 5.5vw auto;*/
  }
}

.boxFooter00R .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.boxFooter00R .dl01 > dt {
  position: relative;
  width: 29%;
  background-image: url(./../../images/common/footer00-r-icn-arrow01.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto auto;
  line-height: 1.55;
  letter-spacing: 0.08em;
  font-size: 1.32rem;
  color: #fff;
  font-weight: 600;
}
@media all and (max-width: 640px){
  .boxFooter00R .dl01 > dt {
    width: 29%;
    background-image: url(./../../images_sp/common/sp-footer00-r-icn-arrow01.png);
    background-size: 2vw auto;
    font-size: 0.8rem;
  }
}

/*
.boxFooter00R .dl01 > dt:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
*/

.boxFooter00R .dl01 > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 71%;
  height: 100%;/*93px;*/
  padding: 0 20px 0 26px;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter00R .dl01 > dd {
    width: 71%;
    padding: 0 3.5vw 0 4.0vw;
  }
}

.boxFooter00R .dl01 > dd .txt01 {
  margin-bottom: 0.45em;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxFooter00R .dl01 > dd .txt01 {
    margin-bottom: 0.3em;
    font-size: 0.9rem;
  }
}

.boxFooter00R .dl01 > dd .txt01 .txtNum {
  position: relative;
  top: 3px;
  padding: 0 0.1em;
  letter-spacing: 0.03em;
  font-size: 2.4rem;
  font-weight: 500;
}
@media all and (max-width: 640px){
  .boxFooter00R .dl01 > dd .txt01 .txtNum {
    top: 0.3vw;
    font-size: 1.4rem;
  }
}

.boxFooter00R .dl01 > dd .linkToEntry {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0.1em 0 0 1.6em;
  background-color: #ffff00;
  background-image: url(./../../images/common/footer00-r-icn-arrow02.png);
  background-repeat: no-repeat;
  background-position: 23% center;
  background-size: auto auto;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.13rem;
  font-weight: 700;
  color: #0066a9;
}
@media all and (max-width: 640px){
  .boxFooter00R .dl01 > dd .linkToEntry {
    height: 6vw;
    padding: 0.5vw 0 0 5vw;
    background-image: url('./../../images_sp/common/sp-footer00-r-icn-arrow02.png');
    background-position: 9.8vw center;
    background-size: 2.5vw auto;
    font-size: 3.0vw;
  }
}



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

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

.boxFooter01L {
  position: relative;
  width: 48.6%;
  min-height: 256px;
  /* padding-top: 0.6em; */
  /*
  background-image: url('./../../images/common/footer01-bg02.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto auto;*/
}
@media all and (max-width: 640px){
  .boxFooter01L{
    width: 100%;
    min-height: 45vw;
    margin-bottom: 13.5vw;
    padding-top: 0;
    /*background-size: 100% auto;*/
  }
}


.boxFooter01L .img01Footer01 {
  position: absolute;
  z-index: 2;
  bottom: -60px;
  left: -68px;
}
@media all and (max-width: 640px){
  .boxFooter01L .img01Footer01 {
    bottom: -2.14em;
    left: -2vw;
    width: 44vw;
  }
}

.boxFooter01L .ttl01 {
  /* display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start; */
  padding-left: 230px;
  margin-bottom: 0.4em;
  line-height: 1.45;
  /* letter-spacing: 0.17em; */
  font-size: 1.85rem;
  font-weight: 700;
  color: #eb5e01;
}
@media all and (max-width: 640px){
  .boxFooter01L .ttl01 {
    padding-left: 160px;
    margin-bottom: 0.3em;
    letter-spacing: 0;
    font-size: 1.1rem;
  }
}

.boxFooter01L .ttl01 .txtFirst {
  font-size: 2.4rem;
}
@media all and (max-width: 640px){
  .boxFooter01L .ttl01 .txtFirst {
    font-size: 1.5rem;
  }
}

.boxFooter01L .ttl01 .small {
  font-size: 1.55rem;
}
@media all and (max-width: 640px){
  .boxFooter01L .ttl01 .small {
    font-size: 0.95rem;
  }
}

.boxFooter01L .boxBaseComWrap {
  /* display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start; */
  /* padding-right: 1.0em; */
  padding-left: 230px;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxBaseComWrap {
    padding-left: 160px;
  }
}

.boxFooter01L .boxBaseCom {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  font-weight: 500;
  color: #000;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxBaseCom {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-size: 0.7rem;
  }
}

.boxFooter01L .boxBaseCom .small {
  font-size: 1.45rem;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxBaseCom .small {
    font-size: 1.05rem;
  }
}

.boxFooter01L .boxBaseCom .large {
  font-size: 2.0rem;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxBaseCom .large {
    font-size: 1.5rem;
  }
}

.boxFooter01L .boxLink a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: 95%;
  height: 56px;
  padding-right: 96px;
  background-color: #eb5e01;
  background-image: url('./../../images/common/footer01-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxLink a {
    width: 88%;
    height: 9.6vw;
    padding-right: 19vw;
    background-image: url('./../../images_sp/common/sp-footer01-icn-arrow01.png'), url('./../../images_sp/common/sp-footer01-bg01.png');
    background-size: 1.4vw auto, cover;
  }
}

.boxFooter01L .boxLink a .txt01 {
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxLink a .txt01 {
    position: relative;
    z-index: 2;
    letter-spacing: 0.15em;
    font-size: 0.85rem;
  }
}

/* .boxFooter01L .boxLink a .txt01:before{

} */

.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%;
    border-top: 2px solid #e5e5e5;
    padding-top: 2.14em;
    margin-top: -20px;
    background-color: #fff;
  }
}

.boxFooter01R .ttl01 {
  text-align: center;
  margin-bottom: 2em;
}
@media all and (max-width: 640px){
  .boxFooter01R .ttl01 {
    margin-bottom: 1.43em;
    /*
    display: block;
    margin-bottom: 1.1em;
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 1.0rem;
    font-weight: 700;*/
  }
}

.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: 4.5vw;*/
  }
}

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



/*##### Footer02 #####*/
.boxFooter02Wrap {
  /* height: 192px; */
  padding: 34px 0 0 0;
  border-top: 1px #00aaff solid;
  background-color: #fff;
  /*
  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 8.5vw 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; */
    width: 100%;
  }
}

.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: 20px;
  margin-top: -6px;
}

.boxFooter02L .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 29%;
  height: 64px;
  padding-top: 2px;
  padding-left: 0.6em;
  /*border: 1px #3b0805 solid;*/
  background-color: #0066a9;
  background-image: url('./../../images/common/footer02-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto auto;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.23rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter02L .dl01 > dt{
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 0.5em 1.5em 0.5em 1em;
    display: block;
    flex: none;
  }
}

.boxFooter02L .dl01 > dd {
  width: 68.5%;
  padding-top: 2px;
  letter-spacing: 0.03em;
  font-size: 3.5rem;
  font-weight: 600;
  color: #0066a9;
}
@media all and (max-width: 640px){
  .boxFooter02L .dl01 > dd {
    width: auto;
    padding-top: 0;
    letter-spacing: 0.03em;
    font-size: 1.57rem;
    font-weight: 600;
    color: #0066a9;
    flex: auto;
    margin-left: 0.71em;
  }
}

.boxFooter02L .txtPerson {
  margin-bottom: 4px;
  letter-spacing: 0.08em;
}
@media all and (max-width: 640px){
  .boxFooter02L .txtPerson {
    font-size: 0.86em;
  }
}

.boxFooter02L .txtCaution {
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxFooter02L .txtCaution {
    letter-spacing: 0;
    font-size: 0.86em;
    margin-bottom: 1.43em;
  }
}

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

.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: 22px;
  padding-top: 0.24em;
  /*border: 1px #000 solid;*/
  background-color: #00aaff;
  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%;
}
@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.13rem;
  color: #000;
}
@media all and (max-width: 640px){
  .boxFooter02R .dl01 > dd {
    width: 66.3%;
    padding-top: 0.5vw;
    line-height: 1.4;
    font-size: 0.96rem;
  }
}


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

.boxFooter02 .bnrList{
  display: flex;
  justify-content: space-between;
  margin: 20px auto 30px;
}
@media all and (max-width: 640px){
  .boxFooter02 .bnrList{
    display: block;
    margin: 20px auto 30px;
  }
  .boxFooter02 .bnrList li:first-child{
    margin-bottom: 10px;
  }
}


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

.boxFooter03 {
  padding-top: 0.5em;
  text-align: center;
  color: #000;
}
@media all and (-ms-high-contrast:none){
  .boxFooter03 {
    margin: 0;
  }
}
@media all and (max-width: 640px){
  .boxFooter03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* padding-top: 16vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

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

.boxFooter03 .ttl .ttlImg {
  display: block;
  /* margin-bottom: 13px; */
}
.boxFooter03 .ttl .ttlImg img {
  filter: drop-shadow(0px 2px 57px rgba(0, 0, 0, 1));
}
@media all and (max-width: 640px){
  .boxFooter03 .ttl .ttlImg {
    margin-bottom: -0.5vw;
    text-align: center;
  }
  .boxFooter03 .ttl .ttlImg img {
    /* width: 29.5vw; */
    width: 100%;
    max-width: 100px;
    margin-bottom: 1em;
  }
}

.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: 1.77;
  letter-spacing: 0.15em;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter03 .boxBaseCom {
    line-height: 1.8;
    letter-spacing: 0.18em;
    font-size: 0.82rem;
  }
}



/*##### Footer04 #####*/
.boxFooter04Wrap {
  padding: 28px 0 30px 0;
}
@media all and (max-width: 640px){
  .boxFooter04Wrap {
    padding: 10vw 0 3vw 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;
  /* padding: 0 240px; */
}
.boxFooter04.baseW03 {
	max-width: 1110px;
}
@media all and (max-width: 640px){
  .boxFooter04 .ul01 {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    /*-webkit-align-items: flex-start;
    align-items: flex-start;*/
    /*padding: 0 0 0 7%;*/
    padding: 0;
  }
}

.boxFooter04 .ul01 > li {
  padding: 11px 0;
  /*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.08em;
  font-size: 1.06rem;
}
@media all and (max-width: 640px){
  .boxFooter04 .ul01 > li {
    position: relative;
    width: 50%;
    margin-bottom: 5.3vw;
    padding: 0;
    /*border-right: 1px #151515 solid;*/
    /*padding: 1vw 10% 1vw 0;
    background-position: 90% center;
    background-size: 3vw auto;*/
    text-align: center;
    line-height: 1.5;
    font-size: 1.1rem;
  }

  /* .boxFooter04 .ul01 > li:nth-child(odd)::after{
    content: "";
    width: 1px;
    height: 1em;
    background: #000000;
    display: block;
    position: absolute;
    top: calc((100% - 1em) / 2);
    right: 0;
    padding: 0;
    margin: 0;
  } */

  .boxFooter04 .ul01 > li.liHome {
    order: 1;
  }
  .boxFooter04 .ul01 > li.liRecruit {
    order: 2;
  }
  .boxFooter04 .ul01 > li.liCompany {
    order: 4;
  }
/*
  .boxFooter04 .ul01 > li.liReform {
    order: 3;
  }
*/

  .boxFooter04 .ul01 > li.liBeginner {
    order: 5;
  }
  .boxFooter04 .ul01 > li.liExperienced,
  .boxFooter04 .ul01 > li.liExpert {
    order: 6;
  }

/*
  .boxFooter04 .ul01 > li.liWelfare {
    order: 4;
    border: 0;
  }
*/

  .boxFooter04 .ul01 > li.liInterview {
    order: 3;
  }
/*
  .boxFooter04 .ul01 > li.liMessage {
    display: none;
    border: 0;
  }
*/
/*
  .boxFooter04 .ul01 > li.liBlog {
    order: 4;
  }
*/
/*
  .boxFooter04 .ul01 > li.liSales {
    order: 5;
    font-size: 1.0rem;
  }

  .boxFooter04 .ul01 > li.liMechanic {
    order: 6;
    font-size: 1.0rem;
  }
*/
  .boxFooter04 .ul01 > li.liEntry {
    order: 7;
    line-height: 1.0;
  }
/*
  .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:after {
  content: '|';
  margin: 0 16px;
  color: #3b0805;
}
.boxFooter04 .ul01 > li.liData:after,
.boxFooter04 .ul01 > li:last-child:after {
  content: none;
}
@media all and (max-width: 640px){
  .boxFooter04 .ul01 > li:after {
    content: none;
  }
  .boxFooter04 .ul01 > li.spLeft:after {
    content: '|';
    position: absolute;
    right: -1vw;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
}


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

.boxFooter04 .ul01 > li a {
  text-decoration: underline;
}


/*##### Footer06 #####*/
.boxFooter06Wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 73px;
  background-color: #00aaff;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter06Wrap {
    height: 30.5vw;
    padding-bottom: 14.5vw;
  }
}

.boxCopyright {
  letter-spacing: 0.07em;
  text-align: center;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxCopyright {
    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%;
		border-top: 3px solid #000;
  }
  .boxFooterFixedMenuF {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .boxFooterFixedMenuF a {
    width: 33.3333333%;
  }
  .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;
  }
}
