<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}
@media all and (max-width: 640px){
  body{
    height: auto;
  }
}

* html div#container{
  height: 100%;
}
div#container{
  position: relative;
  min-height: 100%;
}
body &gt; #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: 500;
}
address{
  font-style: normal;
}
ul,ol{
  list-style-type: none;
  font-size: 0px;
}

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

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{
  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');
}
*/

/* Layout */
div#container{
  margin: 0 auto;
  /*padding-bottom: 2000px;*/
  padding-bottom: 0;
}
@media all and (max-width: 640px){
  div#container{
    padding-top: 23vw;
  }
}

.boxContents{
}
.boxMain{
}
/* /Layout */



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

body{
  min-width: 1110px;/*1040px*/
  background-color: #fff;
  color: #2b2723;
  letter-spacing: 0.03em;
  /*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,'Meiryo UI',"繝｡繧､繝ｪ繧ｪ",'MS PGothic','�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', sans-serif;*/
  /*font-family: "繝｡繧､繝ｪ繧ｪ",Meiryo,"Meiryo UI","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","MS PGothic","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;*/
  /*font-family: "rounded-mgenplus-1cp","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","繝｡繧､繝ｪ繧ｪ",Meiryo,"Meiryo UI","MS PGothic","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;*/
  /*font-family: "貂ｸ繧ｴ繧ｷ繝�け Medium","Yu Gothic Medium","貂ｸ繧ｴ繧ｷ繝�け菴�",YuGothic,"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","繝｡繧､繝ｪ繧ｪ",Meiryo,"Meiryo UI","MS PGothic","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;*/
  font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�",YuGothic,"貂ｸ繧ｴ繧ｷ繝�け","Yu Gothic","繝｡繧､繝ｪ繧ｪ",sans-serif;
  /*font-size: 1rem;*/
  /*font-size: 0.875rem;*/
  font-size: 1.05em;
  font-weight: 500;
  /*-webkit-animation: dispBody 5s ease normal;
  animation: dispBody 5s ease normal;*/
}
@media all and (max-width: 640px){
  body{
    min-width: 100%;
    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: #000;/*#2b2723;*/
}


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

/* /Base Design */





/* Header */
header {
  position: relative;
  z-index: 900;
  /*background-color: rgba(255,255,255,0.9);*/
}

.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 113px;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxHeader01 {
    position: fixed;
    z-index: 999;
    top: 0;
    display: block;
    width: 100%;
    height: 23vw;
    background-color: rgba(255,255,255,0.9);
  }
}

.boxHeader01 .linkGnaviLogo,
.boxHeader01 .linkGnaviRecruit,
.boxHeader01 .linkGnaviEntry,
.boxHeader01 .boxGnaviElse {
  text-align: center;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px){
  .boxHeader01 .boxGnaviElse {
    display: none;
  }
}

.boxHeader01 .linkGnaviLogo,
.boxHeader01 .linkGnaviRecruit,
.boxHeader01 .linkGnaviEntry {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media all and (max-width: 640px){
  .boxHeader01 .linkGnaviRecruit,
  .boxHeader01 .linkGnaviEntry {
    display: none;
  }
}

.boxHeader01 .linkGnaviLogo {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 220px;
  margin-right: 32px;
  padding-bottom: 7px;
}
@media all and (max-width: 640px){
  .boxHeader01 .linkGnaviLogo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }
}

.boxHeader01 .linkGnaviLogo &gt; .ttl {
  width: 100%;
}

.boxHeader01 .linkGnaviLogo .logoHeader01 {
  margin-top: 7px;
  margin-bottom: 2px;
}
@media all and (max-width: 640px){
  .boxHeader01 .linkGnaviLogo .logoHeader01 {
    position: absolute;
    top: -11.5vw;
    left: 4%;
    width: 74%;
    margin: 0;
  }
}

.boxHeader01 .linkGnaviLogo .txtGnaviLogo {
  display: block;
  width: 100%;
  padding: 6px 0 6px 0;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.06em;
  font-size: 0.97rem;
}
@media all and (max-width: 640px){
  .boxHeader01 .linkGnaviLogo .txtGnaviLogo {
    height: 8vw;
    padding: 2vw 0 0 0;
    background-color: #5da9c5;
    letter-spacing: 0.1em;
    font-size: 4.5vw;
    color: #fff838;
  }
}


.boxHeader01 .linkGnaviRecruit,
.boxHeader01 .linkGnaviEntry {
  height: 84px;
}

.boxHeader01 .linkGnaviRecruit {
  -webkit-align-items: center;
  align-items: center;
  width: 132px;
  margin-right: 16px;
  /*background-image: url('./../../images/common/gnavi-bg02.png');
  background-size: 100% auto;*/
}

.boxHeader01 .linkGnaviRecruit .large {
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}

.boxHeader01 .linkGnaviRecruit .txt01 {
  display: inline-block;
  padding-left: 0.5em;
  letter-spacing: 0.5em;
}

.boxHeader01 .linkGnaviEntry {
  -webkit-align-items: center;
  align-items: center;
  width: 184px;
  margin-right: 15px;
  /*background-image: url('./../../images/common/gnavi-bg03.png');
  background-size: 100% auto;*/
  line-height: 1.5;
}

.boxHeader01 .linkGnaviEntryIn {
  display: inline-block;
}

.boxHeader01 .linkGnaviEntry .large {
  display: inline-block;
  padding: 5px 0 2px 0;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}

.boxHeader01 .linkGnaviEntry .txt01 {
  display: inline-block;
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 0.83rem;
}

.boxHeader01 .boxGnaviElse {
  width: 440px;/*455px;*/
  height: 109px;
  padding: 15px 0 0 0;

}

.boxHeader01 .boxGnaviElse.typeCol6 {
  padding: 13px 0 0 0;
}

.boxHeader01 .boxGnaviElseLR {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

.boxHeader01 .boxGnaviElseL,
.boxHeader01 .boxGnaviElseR {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.boxHeader01 .boxGnaviElseL {
  width: 26%;
  padding: 8px 0 6px 0;
  border: 1px #1f404c solid;
  text-align: center;
  line-height: 1.0;
  letter-spacing: normal;
}

.boxHeader01 .boxGnaviElseR {
  width: 74%;
  padding-left: 36px;
  background-image: url(./../../images/common/gnavi-separation02.png);
  background-repeat: no-repeat;
  background-position: 13px center;
  background-size: 13px auto;
  vertical-align: middle;
  line-height: 1.0;
}
.boxHeader01 .txtGnaviTelno01 {
  vertical-align: middle;
  font-size: 1.0rem;
}

.boxHeader01 .txtGnaviTelno02 {
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 1.9rem;
}

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

.boxHeader01 .boxGnaviElse01 li {
  display: inline-block;
  padding-right: 42px;
  background-image: url(./../../images/common/gnavi-separation02.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px auto;
  font-size: 1.05rem;
}

.boxHeader01 .boxGnaviElse01 ul.col1 li,
.boxHeader01 .boxGnaviElse01 ul.col2 li,
.boxHeader01 .boxGnaviElse01 ul.col3 li,
.boxHeader01 .boxGnaviElse01 ul.col4 li,
.boxHeader01 .boxGnaviElse01 ul.col5 li,
.boxHeader01 .boxGnaviElse01 ul.col6 li {
  padding-right: 42px;
  background-image: url(./../../images/common/gnavi-separation02.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px auto;
  font-size: 1.05rem;
}

.boxHeader01 .boxGnaviElse01 ul.col2 li,
.boxHeader01 .boxGnaviElse01 ul.col3 li,
.boxHeader01 .boxGnaviElse01 ul.col4 li,
.boxHeader01 .boxGnaviElse01 ul.col5 li,
.boxHeader01 .boxGnaviElse01 ul.col6 li {
  /*background-position: 79% center;*/
  background-position: 90% center;
}

.boxHeader01 .boxGnaviElse01 ul.col4 li,
.boxHeader01 .boxGnaviElse01 ul.col5 li,
.boxHeader01 .boxGnaviElse01 ul.col6 li {
  margin-bottom: 10px;
  font-size: 1.0rem;
}

.boxHeader01 .boxGnaviElse01 ul.col2 li.liInterview,
.boxHeader01 .boxGnaviElse01 ul.col3 li.liInterview,
.boxHeader01 .boxGnaviElse01 ul.col4 li.liInterview,
.boxHeader01 .boxGnaviElse01 ul.col5 li.liInterview,
.boxHeader01 .boxGnaviElse01 ul.col6 li.liInterview {
  background-position: 86% center;
}
.boxHeader01 .boxGnaviElse01 ul.col1 li {
  background: none;
}

.boxHeader01 .boxGnaviElse01 li:last-child,
.boxHeader01 .boxGnaviElse01 ul.col1 li:last-child,
.boxHeader01 .boxGnaviElse01 ul.col2 li:last-child,
.boxHeader01 .boxGnaviElse01 ul.col3 li:last-child,
.boxHeader01 .boxGnaviElse01 ul.col4 li:last-child,
.boxHeader01 .boxGnaviElse01 ul.col5 li:last-child,
.boxHeader01 .boxGnaviElse01 ul.col6 li:last-child {
  padding-right: 0;
  background: none;
}

.btnHmbMenu,
.boxHmbMenu {
  display: none;
}
@media all and (max-width: 640px){
  .btnHmbMenu{
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    display: inline-block;
    /*width: 10%;*/
    height: 15.6vw;
  }
  .boxHmbMenu{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    z-index: 1001;
    top: 23vw;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #eee;
  }
  .boxHmbMenu li{
    padding: 3% 0 3% 5%;
    border-bottom: 1px #666 dashed;
    font-size: 4.0vw;
  }
  .boxHmbMenu li:last-child{
    border: 0;
  }
}
/* /Header */





/* Footer */
footer{
}

@media all and (max-width: 640px){
  .boxFooter00Wrap {
    margin-bottom: 12%;
  }
}

.boxFooter00 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px #eee solid;
}
@media all and (max-width: 640px){
  .boxFooter00 {
    display: block;
    padding-bottom: 12%;
  }
}

.boxFooter00One {
  width: 48.6%;
  border: 1px #ccc solid;
}
@media all and (max-width: 640px){
  .boxFooter00One {
    width: 100%;
  }
}

@media all and (max-width: 640px){
  .boxFooter00One.no02 {
    margin-bottom: 5%;
  }
}

.boxFooter00One .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 80px;
}
@media all and (max-width: 640px){
  .boxFooter00One .dl01 {
    height: 24vw;
  }
}

.boxFooter00One .dl01 &gt; dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 36.5%;
  background-repeat: no-repeat;
  background-size: auto auto;
  line-height: 1.2;
  font-size: 1.35rem;
}
@media all and (max-width: 640px){
  .boxFooter00One .dl01 &gt; dt {
    width: 30%;
    text-align: center;
    letter-spacing: normal;
    font-size: 4.0vw;
  }
}

.boxFooter00One.no01 .dl01 &gt; dt {
  padding-left: 38px;
  background-image: url('./../../images/common/footer-icn-tel01.png');
  background-position: 21px center;
}
@media all and (max-width: 640px){
  .boxFooter00One.no01 .dl01 &gt; dt {
    padding-left: 0;
    padding-top: 12%;
    background-image: url('./../../images_sp/common/sp-footer-icn-tel01.png');
    background-position: center 16%;
    background-size: 20% auto;
  }
}

.boxFooter00One.no02 .dl01 &gt; dt {
  padding-left: 46px;
  background-image: url('./../../images/common/footer-icn-mail01.png');
  background-position: 15px center;
}
@media all and (max-width: 640px){
  .boxFooter00One.no02 .dl01 &gt; dt {
    padding-left: 0;
    padding-top: 9%;
    background-image: url('./../../images_sp/common/sp-footer-icn-mail01.png');
    background-position: center 17%;
    background-size: 25% auto;
  }
}

.boxFooter00One .dl01 &gt; dd {
  -webkit-align-self: center;
  align-self: center;
  width: 63.5%;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxFooter00One .dl01 &gt; dd {
    width: 70%;
    padding: 4% 0;
  }
  .boxFooter00One.no02 .dl01 &gt; dd {
    padding: 5% 0;
  }
}

.boxFooter00One .dl01 &gt; dd .txtTelno {
  display: block;
  margin-bottom: 4px;
  font-size: 2.85rem;
}
@media all and (-ms-high-contrast:none){
  .boxFooter00One .dl01 &gt; dd .txtTelno {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 640px){
  .boxFooter00One .dl01 &gt; dd .txtTelno {
    margin-bottom: 0;
    font-size: 7.0vw;
  }
}

.boxFooter00One .dl01 &gt; dd .txtReceptiontime {
  display: block;
  font-size: 1.08rem;
}
@media all and (max-width: 640px){
  .boxFooter00One .dl01 &gt; dd .txtReceptiontime {
    font-size: 3.5vw;
  }
}

.boxFooter00One .dl01 &gt; dd .txt01 {
  display: block;
  margin-bottom: 4px;
  font-size: 2.0rem;
}
@media all and (max-width: 640px){
  .boxFooter00One .dl01 &gt; dd .txt01 {
    margin-bottom: 0.5%;
    font-size: 5.5vw;
  }
}

.boxFooter00One .dl01 &gt; dd .linkBtn {
  display: block;
  width: 92%;
  margin: 0 auto;
  padding: 3px 0;
  background-image: url('./../../images/common/footer-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: auto auto;
  letter-spacing: 0.05em;
  font-size: 1.13rem;
}
@media all and (-ms-high-contrast:none){
  .boxFooter00One .dl01 &gt; dd .linkBtn {
    padding: 8px 0 3px 0;
  }
}
@media all and (max-width: 640px){
  .boxFooter00One .dl01 &gt; dd .linkBtn {
    width: 92%;
    padding: 1% 7% 1% 0;
    background-image: url('./../../images_sp/common/sp-footer-icn-arrow01.png');
    background-position: 92% center;
    background-size: 2% auto;
    font-size: 3.5vw;
  }
}


.boxFooter01Wrap {
  min-height: 341px;
  /*background-image: url('./../../images/common/footer01-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 342px;*/
}
@media all and (max-width: 640px){
  .boxFooter01Wrap {
    min-height: auto;
    margin-bottom: 5%;
    background: none;
  }
}

.boxFooter01 {
  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: 60px;
}
@media all and (max-width: 640px){
  .boxFooter01 {
    display: block;
    padding-top: 0;
  }
}

.boxFooter01L {
  width: 50%;
  /*padding-left: 265px;
  padding-top: 13px;*/
	position: relative;
}
.boxFooter01L a{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
}
.boxFooter01L a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media all and (max-width: 640px){
  .boxFooter01L {
    position: relative;
    width: 100%;
    margin-bottom: 10%;
/*    padding-left: 0;
    padding-top: 58.9%;
    background-image: url('./../../images_sp/common/sp-footer01-bg01.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
*/
  }
  .boxFooter01L a{
	  position: static;
	  height: auto;
	}
}

@media all and (max-width: 640px){
  .boxFooter01LIn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 50%;
  }
}

.boxFooter01L .ttl {
  margin-bottom: 19px;
  line-height: 1.25;
  font-size: 2.1rem;
}
@media all and (max-width: 640px){
  .boxFooter01L .ttl {
    margin-bottom: 10%;
    font-size: 6.0vw;
  }
}

.boxFooter01L .boxBaseCom {
  margin-bottom: 24px;
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 1.13rem;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxBaseCom {
    margin-bottom: 16.5%;
    line-height: 1.5;
    font-size: 4.0vw;
  }
}

@media all and (max-width: 640px){
  .boxFooter01L .link01 {
    display: block;
    padding-left: 3%;
    background-image: url('./../../images_sp/common/sp-footer01-icn-arrow01.png');
    background-repeat: no-repeat;
    background-position: 85% center;
    background-size: 3% auto;
    letter-spacing: 0.1em;
  }
}

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

.boxFooter01RF {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
/*  -webkit-justify-content: flex-start;
  justify-content: flex-start;*/
	justify-content: space-between;
  width: 100%;
	gap: 30px 0;
}
@media all and (max-width: 640px){
	.boxFooter01RF {
		gap: 0;
	}
}

.boxFooter01RF a {
  width: 47.5%;
  /*margin-right: 5%;
  margin-bottom: 30px;*/
}
@media all and (max-width: 640px){
  .boxFooter01RF a {
    margin-bottom: 5%;
  }
}

.boxFooter01RF a:nth-child(2n) {
  margin-right: 0;
}
/*
.boxFooter01In{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.boxFooter01LR{
  display: table;
  width: 100%;
}
.boxFooter01L{
  display: table-cell;
  width: 52%;
  vertical-align: bottom;
}
.boxFooter01LIn{
  position: relative;
  width: 527px;
  height: 240px;
  padding: 0 0 0 50%;
  background-image: url('./../../images/common/footer01-bg02.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 500px auto;
}
.boxFooter01LIn .boxCom00{
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.05rem;
}
.boxFooter01LIn .ttl{
  display: inline-block;
  margin: 0 0 0 0;
  padding-bottom: 13px;
  text-align: left;
  line-height: 1.25;
  letter-spacing: 0.17em;
  font-size: 2.1rem;
}
.boxFooter01LIn .ttl .large{
  font-size: 2.1rem;
}
.boxFooter01LIn .boxCom01{
  display: inline-block;
  text-align: left;
}
.boxFooter01LIn .boxCom01 p{
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
}
.boxFooter01LIn .linkFooter01L{
  position: absolute;
  top: 190px;
  left: 51.5%;
  display: inline-block;
  padding-right: 25px;
  background-image: url('./../../images/common/footer01-icn-arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto auto;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
}
.boxFooter01R{
  display: table-cell;
  width: 48%;
  vertical-align: bottom;
  text-align: right;
}
.boxFooter01R ul{
  width: 477px;
  margin-left: auto;
  margin-bottom: 12px;
  padding-top: 0;
}
.boxFooter01R li{
  float: left;
  margin-right: 12px;
}
.boxFooter01R li:last-child{
  margin-right: 0;
}
.boxFooter01R li .imgFooter01Bn01,
.boxFooter01R li .imgFooter01Bn02,
.boxFooter01R li .imgFooter01Bn03{
  width: 151px;
}
.boxFooter01R .imgFooter01Bn04 {
  width: 477px;
}
*/

.boxFooter02Wrap {
  min-height: 169px;
  background-image: url('./../../images/common/footer02-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 169px;
}
@media all and (max-width: 640px){
  .boxFooter02Wrap {
    position: relative;
    min-height: auto;
    padding-top: 59%;
    background-image: url('./../../images_sp/common/sp-footer02-bg01.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
  }
}

.boxFooter02{
  padding: 33px 0;
}
@media all and (max-width: 640px){
  .boxFooter02{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10% 7% 0 5%;
  }
}

.boxFooter02LR{
  display: table;
  width: 100%;
}
@media all and (max-width: 640px){
  .boxFooter02LR{
    display: block;
  }
}

.boxFooter02L{
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
@media all and (max-width: 640px){
  .boxFooter02L{
    display: none;
    width: 53%;
    vertical-align: middle;
  }
}

.boxFooter02L dl{
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.boxFooter02L dt{
  display: table-cell;
  width: 32%;
  padding: 13px 0 11px 0;
  vertical-align: middle;
  text-align: center;
  letter-spacing: normal;
  font-size: 1.38rem;
}
.boxFooter02L dd{
  display: table-cell;
  width: 68%;
  padding-left: 12px;
  vertical-align: middle;
  line-height: 1.0;
  letter-spacing: 0.03em;
  font-size: 2.8rem;
}
.boxFooter02L .txtPerson {
  margin-bottom: 10px;
}
.boxFooter02L .txtCaution {
  letter-spacing: 0.1em;
  font-size: 1.0rem;
}
.boxFooter02R{
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.boxFooter02R dl{
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.boxFooter02R dl.last{
  margin-bottom: 0;
}
.boxFooter02R dt{
  display: table-cell;
  width: 11%;
  vertical-align: middle;
  text-align: center;
  font-size: 0.95em;
}
.boxFooter02R dl.first dt{
  /*vertical-align: top;*/
}
.boxFooter02R dt .txtTtl{
  display: inline-block;
  width: 100%;
  padding: 8px 0 6px 0;
}
.boxFooter02R dt .txtTtl .str2 {
  letter-spacing: 0.6em;
}
.boxFooter02R dt .txtTtl .str3 {
  letter-spacing: 0.4em;
}
.boxFooter02R dd{
  display: table-cell;
  width: 89%;
  padding-left: 15px;
  vertical-align: middle;
  letter-spacing: 0.08em;
  font-size: 1.0rem;
}
.boxFooter02R dd .txtZipcode{
  margin-right: 5px;
}
.boxFooter02R dd .txtZipcode,
.boxFooter02R dd .txtAddress,
.boxFooter02R dd .txtMap {
  display: inline-block;
  letter-spacing: 0.03em;
}
.boxFooter02R dd .txtMap {
  letter-spacing: 0.03em;
  font-size: 1.0rem;
}
.boxFooter02R dd .txtMap a {
  display: inline-block;
  border-bottom: 1px #1f404c solid;
}
.boxFooter02R dd .txtSeparation{
  display: inline-block;
  margin: 0 2px;
}
.boxFooter03{
  height: 250px;
  background-image: url('./../../images/common/footer03-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 250px;
}
.boxFooter03In{
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.boxFooter03In .txtCom01{
  display: inline-block;
  margin-top: 190px;
  letter-spacing: 0.13em;
  font-size: 1.5rem;
}
.boxFooter04Wrap{
  /*margin-bottom: 38px;*/
  background-image: url('./../../images/common/footer04-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.boxFooter04{
  padding: 60px 0;
}
.boxFooter04In ul{
  display: table;
  /*height: 78px;*/
  margin: 0 auto;
}
.boxFooter04In ul.ul01 {
  margin-bottom: 15px;
}
.boxFooter04In li{
  display: table-cell;
  padding-right: 20px;
  background-image: url('./../../images/common/footer04-separation.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 13px auto;
  vertical-align: middle;
  letter-spacing: 0.03em;
  font-size: 1.1rem;
}
.boxFooter04In li:last-child{
  padding-right: 0;
  background: none;
}
/*
.boxFooter05{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 75px;
}
.boxFooter05LR{
  display: table;
  width: 100%;
}
.boxFooter05L{
  display: table-cell;
  width: 50%;
  padding-right: 1.7%;
  vertical-align: top;
}
.boxFooter05L .ttl{
  margin-bottom: 22px;
  padding: 10px 16px;
  border: 1px #9f3b42 solid;
  letter-spacing: 0.1em;
}
.boxFooter05L .ttl .large{
  font-size: 1.25rem;
}
.boxFooter05L .ulJobCat li{
  margin-bottom: 10px;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.boxFooter05L .ulJobCat li:before{
  content: '笆�';
  margin-right: 5px;
  font-size: 1.0rem;
  color: #9f3b42;
}
.boxFooter05R{
  display: table-cell;
  width: 50%;
  padding-left: 1.7%;
  vertical-align: top;
}
.boxFooter05R .ttl{
  margin-bottom: 22px;
  padding: 10px 16px;
  border: 1px #0d0d0d solid;
  letter-spacing: 0.1em;
}
.boxFooter05R .ttl .large{
  font-size: 1.25rem;
}
.boxFooter05L .ulSubCat,
.boxFooter05R .ulWorkLocation{
  overflow: hidden;
  width: 100%;
}
.boxFooter05L.ver01 .ulSubCat,
.boxFooter05R.ver01 .ulWorkLocation{
  float: left;
  overflow: visible;
  width: 47.5%;
  margin-right: 5%;
}
.boxFooter05L.ver01 .ulSubCat:nth-child(2n),
.boxFooter05R.ver01 .ulWorkLocation:nth-child(2n){
  margin-right: 0;
}
.boxFooter05L .ulSubCat &gt; li,
.boxFooter05R .ulWorkLocation &gt; li{
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.boxFooter05L.ver01 .ulSubCat &gt; li,
.boxFooter05R.ver01 .ulWorkLocation &gt; li{
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
.boxFooter05L .ulSubCat &gt; li:nth-child(2n),
.boxFooter05R .ulWorkLocation &gt; li:nth-child(2n){
  margin-right: 0;
}
.boxFooter05L .ulSubCat &gt; li .liTtl,
.boxFooter05R .ulWorkLocation &gt; li .liTtl{
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding: 7px 5px 7px 18px;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
}
.boxFooter05L .ulSubCat02 &gt; li,
.boxFooter05R .ulWorkLocation02 &gt; li{
  margin-bottom: 13px;
  margin-left: 1.2em;
  padding-left: 0;
  text-indent: -1.2em;
  line-height: 1.3;
}
.boxFooter05L .ulSubCat02 &gt; li:before,
.boxFooter05R .ulWorkLocation02 &gt; li:before{
  content: '笆�';
  margin-right: 5px;
  font-size: 1.0rem;
  color: #d3d3d4;
}
.boxFooter05L .ulSubCat02 &gt; li:before{
  color: #9f3b42;
}
*/
.boxFooter06{
  padding: 54px 0 54px 0;
  background-image: url('./../../images/common/footer04-bg_2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.boxCopyright{
  letter-spacing: 0.03em;
  text-align: center;
  font-size: 0.97rem;
}
/* /Footer */
</pre></body></html>