@charset 'utf-8';

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

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

html {
  height: 100%;
}
.sp_only {
  display: none;
}
@media all and (max-width: 640px) {
  html {
    height: auto;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}

body {
  height: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  line-height: 1;
  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;
}
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 */
@media all and (max-width: 640px) {
  div#container {
    padding-top: 31.5vw;
  }
  body.single-recruit div#container {
    padding-top: 29vw;
  }

  .home div#container {
    padding-top: 27vw;
  }
}

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

body {
  min-width: 1210px;
  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: 1rem;
  font-weight: 400;
}
@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: 4vw;
  }
}

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: 1rem;
}
@media all and (max-width: 640px) {
  li {
    font-size: 3.2vw;
  }
}

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

/*##### Header #####*/
header {
  position: relative;
  z-index: 10;
}

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

.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) {
  .boxHeader01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 36.5vw;
    padding: 0;
  }
  .single-recruit .boxHeader01 {
    height: 29vw;
  }
}

.boxHeader01L {
  width: 24.5%;
  margin-right: 20px;
}
@media all and (max-width: 640px) {
  .boxHeader01L {
    width: 100%;
    margin-right: 0;
  }
}

.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;
  padding: 0;
  margin-top: -10px;
  margin-left: -15px;
}
@media all and (max-width: 640px) {
  .boxHeader01L .boxTtl {
    height: 19vw;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #fff;
    align-items: center;
  }
  .boxHeader01L .boxTtl .ttl {
    padding: 0px 0 0 10px;
  }
}

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

.boxHeader01L .p01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 220px;
  height: 30px;
  background: #e3e3e3;
  font-weight: 700;
  color: #000;
  /* margin-top: 5px; */
}
@media all and (max-width: 640px) {
  .boxHeader01L .p01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 10vw;
    border: 0;
    background: -moz-linear-gradient(top, #007fb9, #00589d);
    background: -webkit-linear-gradient(top, #007fb9, #00589d);
    background: linear-gradient(to bottom, #007fb9, #00589d);
    letter-spacing: 0.18em;
    font-size: 1.13rem;
    color: #fff;
  }
}

.boxHeader01L .p02 {
  display: none;
  letter-spacing: 0.12em;
  font-size: 1.13rem;
}
@media all and (max-width: 640px) {
  .boxHeader01L .p02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 7.5vw;
    background-color: #00acca;/* #9e0e1e; */
    font-size: 0.72rem;
    font-weight: 700;
    color: #fff;
  }
  .single-recruit .boxHeader01L .p02 {
    display: none;
  }
}

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

.boxHeader01C {
  /* width: 49.5%; */
  width: 46.5%;
  color: #000000;
}
@media all and (max-width: 640px) {
  .boxHeader01C {
    display: none;
  }
}

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

.boxHeader01C .dlTelno01 > dt {
  padding-right: 0.9em;
  line-height: 1.4;
  font-size: 0.9rem;
  font-weight: 500;
}

.boxHeader01C .dlTelno01 > dd {
  position: relative;
  top: 1px;
  padding-left: 0em;
  font-size: 1.8rem;
  font-weight: 600;
  color: #041c46;
}

.boxHeader01C .dlTelno01 > dd .tel {
  font-family:"futura-pt";
  letter-spacing: .07em;
}

.boxHeader01C .dlTelno01 > dd .txtRecruitStaff {
  margin-left: 8px;
  font-size: 0.9rem;
  color: #000;
}

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

.boxHeader01C .ulHeaderMenu01 > li {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1rem;
}
.boxHeader01C .ulHeaderMenu01 > li:after {
  content: "／";
  margin: 0 0.75em;
}
.boxHeader01C .ulHeaderMenu01 > li:nth-child(4):after,
.boxHeader01C .ulHeaderMenu01 > li:last-child:after {
  content: none;
}

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

.boxHeader01R .boxHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.boxHeader01R .boxHeaderMenu01 > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 90px;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
.boxHeader01R .boxHeaderMenu01 > a.linkInsta {
  width: 60px;
  margin-right: 26px;
  align-items: flex-end;
}
.boxHeader01R .boxHeaderMenu01 > a.linkRecruit {
  width: 160px;
  background-color: #09afcc;
  color: #fff;
  margin-left: -10px;
}
.boxHeader01R .boxHeaderMenu01 > a.linkRecruit .txt01 {
  display: block;
  margin-bottom: 9px;
  margin-top: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 1.43rem;
}
.boxHeader01R .boxHeaderMenu01 > a.linkRecruit .txt02 {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 0.9rem;
  font-weight: 700;
}

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

.boxHeader01R .boxHeaderMenu01 > a.linkEntry {
  width: 160px;
  background-color: #9e0e1e;
  color: #fff;
  margin-right: -35px;
  margin-left: 20px;
}

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

.boxHeader01R .boxHeaderMenu01 > a.linkEntry .txt01 {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 1.43rem;
}
.boxHeader01R .boxHeaderMenu01 > a.linkEntry .txt02 {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 700;
}

/***** Insta btn *****/
.btnInsta {
  display: none;
}
@media all and (max-width: 640px) {
  .btnInsta {
    position: fixed;
    z-index: 1002;
    top: 4.3vw;
    right: 16.7vw;
    display: inline-block;
    width: 8.9vw;
  }
}
/***** Hmb Menu *****/
.btnHmbMenu,
.boxHmbMenu {
  display: none;
}
.boxHmbMenu .ulHbmMenu > li a.on {
  color: #032d56;
  font-weight: bold;
  text-decoration: underline;
}

@media all and (max-width: 640px) {
  .btnHmbMenu {
    position: fixed;
    z-index: 1002;
    top: 4.3vw;
    right: 4.7vw;
    display: inline-block;
    width: 8.9vw;
  }
  .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;
  }
  .pageBeginner .boxHmbMenu {
    top: 60vw;
  }
  .single-recruit .boxHmbMenu {
    top: 29vw;
  }
  .boxHmbMenu .ulHbmMenu > li {
    padding: 3% 0 3% 5%;
    font-size: 4vw;
  }
  .boxHmbMenu .ulHbmMenu > li a {
    display: block;
  }
  .boxHmbMenu .ulHbmMenu > li:first-child {
    padding-top: 5%;
  }
  .boxHmbMenu .ulHbmMenu > li:last-child {
    border: 0;
  }
}


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

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

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

.boxFooter-contact {
  width: 47.6%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 93px;
  background-color: #00acca;
}
@media all and (max-width: 640px) {
  .boxFooter-contact {
    width: 100%;
    height: 18vw;
    margin-bottom: 5%;
  }
}

.boxFooter-contact .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%;
}

.boxFooter-contact .dl01 > dt {
  width: 180px;
  background-image: url("./../../images/common/footer-icon-right-triangle-yellow.png");
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  line-height: 1.55;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.boxFooter-contact .dl01 > dt span {
  display: block;
  margin-top: 5px;
  font-weight: 600;
}

@media all and (max-width: 640px) {
  .boxFooter-contact .dl01 > dt {
    width: 27.7%;
    font-size: 0.8rem;
  }
}

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

.boxFooter-contact .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.7%;
  height: 100%;
  background-color: #e3e3e3;
  color: #041c46;
  font-family:"futura-pt";
}
.boxFooter-contact .dl01 > dd span {
  color: #191919;
}
@media all and (max-width: 640px) {
  .boxFooter-contact .dl01 > dd {
    width: 72.3%;
    background-color: #fff;
  }
}

.boxFooter-contact .dl01 > dd .linkBaseTelno {
  margin-bottom: 0.14em;
  letter-spacing: 0.01em;
  font-size: 2.6rem;
}
@media all and (max-width: 640px) {
  .boxFooter-contact .dl01 > dd .linkBaseTelno {
    font-size: 1.3rem;
  }
}

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

.boxFooter-contact .dl01 > dd .txt01 {
  margin-bottom: 0.3em;
  font-size: 1.4rem;
  font-weight: 700;
}
@media all and (max-width: 640px) {
  .boxFooter-contact .dl01 > dd .txt01 {
    margin-bottom: 0.3em;
    font-size: 0.98rem;
  }
}

.boxFooter-contact .dl01 > dd .txt01 .txtNum {
  position: relative;
  top: 2px;
  padding: 0 0.1em;
  letter-spacing: 0.01em;
  font-size: 2rem;
  color: #007995;
}
@media all and (max-width: 640px) {
  .boxFooter-contact .dl01 > dd .txt01 .txtNum {
    top: 0.3vw;
    font-size: 1.4rem;
  }
}

.boxFooter-contact .dl01 > dd .linkToEntry {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 75%;
  height: 32px;
  background-color: #003963;
  background-image: url(./../../images/common/footer-icon-right-arrow-white.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto auto;
  text-align: center;
  letter-spacing: 0.17em;
  font-size: 1.13rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 640px) {
  .boxFooter-contact .dl01 > dd .linkToEntry {
    height: 5.4vw;
    font-size: 3vw;
  }
}

/*##### Footer01 #####*/
.boxFooter01Wrap {
  padding-bottom: 50px;
}
@media all and (max-width: 640px) {
  .boxFooter01Wrap {
    padding-bottom: 7vw;
  }
}

.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: 47.6%;
  min-height: 256px;
}
@media all and (max-width: 640px) {
  .boxFooter01L {
    width: 100%;
    height: 62vw;
    min-height: auto;
    margin-bottom: 12%;
    padding-top: 9vw;
  }
}

.boxFooter01L .img01Footer01 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -33px;
}
@media all and (max-width: 640px) {
  .boxFooter01L .img01Footer01 {
    bottom: -0.1vw;
    left: -0.5vw;
    width: 37.5vw;
  }
}

.boxFooter01L .ttl01 {
  margin-bottom: 0em;
  padding-left: 230px;
  letter-spacing: 0.12em;
  font-size: 1.7rem;
  font-weight: 700;
  color: #003963;
  line-height: 1.5;
}
.boxFooter01L .ttl01 span {
  font-size: 1.4rem;
  font-weight: 600;
}
@media all and (max-width: 640px) {
  .boxFooter01L .ttl01 {
    margin-bottom: 0.55em;
    padding-left: 39vw;
    font-size: 1.1rem;
  }
  .boxFooter01L .ttl01 span {
    font-size: 0.9rem;
  }
}
.boxFooter01L .ttl01 .txtFirst {
  font-size: 2.4rem;
  color: #0793ff;
}
@media all and (max-width: 640px) {
  .boxFooter01L .ttl01 .txtFirst {
    font-size: 1.7rem;
  }
}

.boxFooter01L .boxBaseCom p {
  padding-left: 230px;
  padding-top: 10px;
  line-height: 1.65;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  font-weight: 600;
  color: #828383;
}
@media all and (max-width: 640px) {
  .boxFooter01L .boxBaseCom p {
    padding-left: 39vw;
    padding-top: 0;
    line-height: 1.65;
    font-size: 0.8rem;
  }
}

.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: 2rem;
}
@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-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 75%;
  height: 72px;
  padding-left: 108px;
  background-color: #003963;
  background-image: url("./../../images/common/footer-icon-right-arrow-white.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto auto;
}
@media all and (max-width: 640px) {
  .boxFooter01L .boxLink a {
    height: 14vw;
    padding-left: 29vw;
    background-image: none;
    width: 88%;
  }
}

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

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

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

.boxFooter01R .ttl01 {
  display: none;
}
@media all and (max-width: 640px) {
  .boxFooter01R .ttl01 {
    display: block;
    margin-bottom: 1.1em;
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 1rem;
    font-weight: 700;
    color: #003963;
  }
}

.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: 30px;
}
@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: 28px 0 0 0;
  border-top: 1px #c4c4c4 solid;
  background-color: #fff;
}
@media all and (max-width: 640px) {
  .boxFooter02Wrap {
    height: auto;
    padding: 8vw 0 8.5vw 0;
  }
}

.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: 15px;
  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: 65px;
  padding-top: 2px;
  padding-left: 0.6em;
  background-color: #00b1cf;
  background-image: url("./../../images/common/footer-icon-line-right-triangle.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: 600;
  color: #fff;
}

.boxFooter02L .dl01 > dd {
  width: 68.5%;
  padding-top: 2px;
  letter-spacing: 0.03em;
  font-size: 3.2rem;
  color: #141717;
  font-family:"futura-pt";
}
.boxFooter02L .txtPerson {
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.boxFooter02L .txtCaution {
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 600;
}

.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;
  background-color: #007a9a;
  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: 6px 0;
}
@media all and (max-width: 640px) {
  .boxFooter02R .dl01.no01 > dt .txt01 {
    padding: 0;
  }
}

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

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

.boxFooter02R .dl01 > dd {
  width: 86%;
  letter-spacing: 0.08em;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}
@media all and (max-width: 640px) {
  .boxFooter02R .dl01 > dd {
    width: 66.3%;
    padding-top: 0.5vw;
    line-height: 1.4;
    font-size: 0.98rem;
  }
}

.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: 1rem;
  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: 368px;
  background-image: url("./../../images/common/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 640px) {
  .boxFooter03Wrap {
    position: relative;
    display: block;
    background-image: url("./../../images_sp/common/sp-footer-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 280px;
  }
}

.boxFooter03 {
  text-align: center;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@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%;
  }
}

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

.boxFooter03 .ttl .ttlImg {
  display: block;
}
@media all and (max-width: 640px) {
  .boxFooter03 .ttl .ttlImg {
    text-align: center;
  }
  .boxFooter03 .ttl .ttlImg img {
    width: 50px;
  }
}

.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: 1rem;
  }
}

.boxFooter03 .boxBaseCom {
  text-align: center;
  line-height: 1.77;
  letter-spacing: 0.2em;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
}
@media all and (max-width: 640px) {
  .boxFooter03 .boxBaseCom {
    line-height: 1.7;
    letter-spacing: 0.18em;
    font-size: 0.85rem;
  }
}

/*##### Footer04 #####*/
.boxFooter04Wrap {
  padding: 30px 0 35px 0;
  background-color: #1f2121;
}
@media all and (max-width: 640px) {
  .boxFooter04Wrap {
    padding: 7vw 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 150px;
  color: #fff;
}
.boxFooter04.baseW03 {
  max-width: 1110px;
}

@media all and (max-width: 640px) {
  .boxFooter04 .ul01 {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
}

.boxFooter04 .ul01 > li {
  padding: 10px 0;
  letter-spacing: 0.08em;
}
@media all and (max-width: 640px) {
  .boxFooter04 .ul01 > li {
    position: relative;
    width: 50%;
    margin-bottom: 5.3vw;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    font-size: 1rem;
  }

  .boxFooter04 .ul01 > li.liHome {
    order: 1;
  }

  .boxFooter04 .ul01 > li.liRecruit {
    order: 2;
  }

  .boxFooter04 .ul01 > li.liBlog {
    order: 3;
  }

  .boxFooter04 .ul01 > li.liCompany {
    order: 4;
  }

  .boxFooter04 .ul01 > li.liAbout {
    order: 5;
  }

  .boxFooter04 .ul01 > li.liBusiness {
    order: 6;
  }

  .boxFooter04 .ul01 > li.liCorporate {
    order: 7;
  }

  .boxFooter04 .ul01 > li.liInterview {
    order: 8;
  }

  .boxFooter04 .ul01 > li.liEntry {
    order: 9;
    line-height: 1;
  }
}

.boxFooter04 .ul01 > li:after {
  content: "|";
  margin: 0 20px;
  color: #fff;
}
.boxFooter04 .ul01 > li.liBusiness: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;
  font-weight: normal;
}

.boxFooter04 .ul01 > li a.on {
  color: #00acca;
  font-weight: bold;
}

/*##### 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: #00b0cf;
  color: #032d56;
}
@media all and (max-width: 640px) {
  .boxFooter06Wrap {
    height: 30.5vw;
    padding-bottom: 14.5vw;
  }
}

.boxCopyright {
  letter-spacing: 0.07em;
  text-align: center;
  font-size: 0.9rem;
}
@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%;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .boxFooterFixedMenuChild01 {
    background: -moz-linear-gradient(top, #007fb9, #00589d);
    background: -webkit-linear-gradient(top, #007fb9, #00589d);
    background: linear-gradient(to bottom, #007fb9, #00589d);
  }
  .boxFooterFixedMenuChild02 {
    background: #9e0e1e;
  }
  .boxFooterFixedMenuChild03 {
    background: #00acca;
  }
}

/*##### 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;
  }
}

/*point-cheak*/
.boxEnvironment0104 .btn_position {
  position: absolute;
  cursor: pointer;
}

.boxEnvironment0104 .btnno01 {
  right: 510px;
  top: 70px;
}
.boxEnvironment0104 .btnno02 {
  right: 340px;
  top: 45px;
}
.boxEnvironment0104 .btnno03 {
  right: 135px;
  top: 15px;
}

.boxPopupContIn h4.ttl {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 1em;
}
.boxPopupContIn p.te01 {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.boxPopupContIn p.te02 {
  text-align: left;
  font-size: 1.2rem;
  color: #ff0000;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.5;
}
.te03 {
  color: #ff0000;
}

/*point-cheak_dl*/
.boxPopupContA .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
@media all and (max-width: 640px) {
  .boxPopupContA .dl01 {
    letter-spacing: 0.15em;
    font-size: 0.85rem;
  }
}

.boxPopupContA .dl01 > dt {
  width: 27%;
  padding: 23px 0 23px 23px; /*23px 0 23px 20px*/
  /*border-bottom: 1px #e3ebe8 solid;*/
  background-color: #156bda;
  color: #ffffff; /*#e7ff89*/
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 640px) {
  .boxPopupContA .dl01 > dt {
    width: 31%;
    padding: 4vw 3vw;
  }
}

.boxPopupContA .dl01 > dd {
  width: 73%;
  padding: 23px 28px 23px 28px;
  /*border-bottom: 1px #29614d solid;*/
  background-color: #f2f4f6;
  color: #000000; /*#283446*/
}
@media all and (max-width: 640px) {
  .boxPopupContA .dl01 > dd {
    width: 69%;
    padding: 4vw 0 4vw 4vw;
  }
}

/*point-cheak*/
.boxEnvironment0104 .btn_position {
  position: absolute;
  cursor: pointer;
}

.boxEnvironment0104 .btnno01 {
  left: 150px;
  top: 150px;
}
.boxEnvironment0104 .btnno02 {
  left: 415px;
  top: 125px;
}
.boxEnvironment0104 .btnno03 {
  right: 290px;
  top: 95px;
}
.boxEnvironment0104 .btnno04 {
  right: 27px;
  top: 65px;
}

.boxPopupContIn h4.ttl {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 1em;
}
.boxPopupContIn p.te01 {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.boxPopupContIn p.te02 {
  text-align: left;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.5;
}
.te03 {
  color: #ff0000;
}

@media screen and (max-width: 640px) {
  .boxEnvironment0104 .btnno01 {
    left: 30px !important;
    top: 82px !important;
    width: 15%;
  }
  .boxEnvironment0104 .btnno02 {
    left: 115px !important;
    top: 70px !important;
    width: 15%;
  }
  .boxEnvironment0104 .btnno03 {
    right: 85px !important;
    top: 55px !important;
    width: 15%;
  }
  .boxEnvironment0104 .btnno04 {
    right: 0 !important;
    top: 45px !important;
    width: 15%;
  }
}
