@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');
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.0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
* html div#container{
  height: 100%;
}
div#container{
  position: relative;
  min-height: 100%;
}
body > #container{
  height: auto;
}
footer{
  position: absolute;
  position: static;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

ul,p,h1,h2,h3,h4,h5,dl,dt,dd,address{
  padding: 0px;
  margin: 0px;
}
h1,h2,h3,h4,h5{
  font-size: 14px;
  font-weight: inherit;
}
address{
  font-style: normal;
}
ul,ol{
  list-style-type: none;
  font-size: 0px;
}
li{
  font-size: 1rem;
}
img{
  width: auto;
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: middle;
  border: 0;
}
table{
  border-collapse: collapse;
}
table,th,td{
  border: 0;
  padding: 0;
}
a{
  color: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none;
}
/*
a img{
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}*/
map area{
  border: 0;
  outline: 0;
}
input, select, textarea, button {
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

figure {
  margin: 0;
}
/*
@font-face{
  font-family: 'rounded-mgenplus-1cp';
  font-style: normal;
  font-weight: normal;
  src: url('./../font/rounded-mgenplus/rounded-mgenplus-1cp-regular.woff') format('woff');
}
*/

/*
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
*/

/* Layout */
div#container{
}
@media all and (max-width: 640px){
  div#container{
    /* padding-top: 36.5vw; */
  }
  body.single-recruit div#container{
    padding-top: 24.55vw; /* 29vw */
  }
}

.boxContents{
}

.boxMain{
}


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

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-size: 1.0rem;
  font-weight: 400;
  /*-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;
    /* height: 100vh; */
    /* position: fixed; */
  }
  body.panelactive {
    /* position: fixed;
    overflow: hidden; 
    inset: 0px; */
    /* pointer-events: none;   */
    /* overflow-y: hidden;
    height: 100vh; */
    /* background: red; */
  }
}

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: 3.2vw;
  }
}

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


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

.boxHeader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  align-items: center;
  height: 88px;
  /* 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;
    /*background-color: #fff;*/
  }
  .single-recruit .boxHeader01 {
    height: 29.0vw;
  }
}

.boxHeader01L {
  /* width: 25%; */
}
@media all and (max-width: 640px){
  .boxHeader01L {
    width: 100%;
  }
}
.headerCompanyName {
  margin-left: 0.4em;
  font-size: 1.75rem;
  font-weight: 600;
  color: #00a0e9;
  letter-spacing: 0.05em;
}
.headerSubTtl {
  font-size: 1.285rem;
  font-weight: 400;
  color: #00126c;
  margin-left: 1.6vw; /* 1.3em 1.18vw */
  letter-spacing: 0.12em;
  font-family: 'Josefin Sans', sans-serif;
}
.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: 1em; */
  padding-left: 2.1vw; /* 3em */
}
.boxHeader01L .boxTtl .ttl{
    padding: 8px 0 0 3px;
}
@media all and (max-width: 640px){
  .boxHeader01L .boxTtl {
    height: 19.0vw;
    margin-bottom: 0;
    margin-top: 0;
    padding: 7vw 16vw 0 5vw;
    background-color: #0089cf;
  }
  .boxHeader01L .boxTtl .ttl{
    padding: 0px 0 0 10px;
  }
}

@media all and (max-width: 640px){
  .boxHeader01L .boxTtl .ttl {
    width: 52vw;
  }
}
.boxHeader01L .boxTtl a {
  display: flex;
  align-items: center;
}
.boxHeader01L .boxTtl a img {
  width: 242px;
}
.boxHeader01L .p01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 240px;
  height: 30px;
  /*background:#e3e3e3; */
  font-weight: 700;
  /* color: #0089cf; */
  background: #fff;
  color: #0089cf;
}
@media all and (max-width: 640px){
  .boxHeader01L .p01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 10.0vw;
    border: 0;
    background-color: #2e4469;
    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;
    /*padding-bottom: 1vw;*/
    background-color: rgba(227,255,95,1);
    font-size: 0.72rem;
    font-weight: 700;
    color: #0089cf;
  }
  .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 .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 {
  /*margin-right: 9px;*/
  padding-right: 1.15em;
  /*
  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: 500;
  color: #fff;
	
}

.boxHeader01C .dlTelno01 > dd {
  position: relative;
  top: 1px;
  padding-left: 0em;
  font-size: 2.1rem;
  font-weight: 500;
  /*font-family: "Times New Roman", Times, "serif"; */
  font-family: 'Shippori Mincho', serif;
 /* color:#3651ab; */
  color: #fff;
  letter-spacing: 0.09em;
}

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

.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.125em;
  font-weight: 700;
  font-size: 0.95rem;
}
.boxHeader01C .ulHeaderMenu01 > li a{
  color: #fff;
}
.boxHeader01C .ulHeaderMenu01 > li:after {
  content: '／';
  color: #fff;
  margin: 0 0.2em;/*0 14px;*/
}
.boxHeader01C .ulHeaderMenu01 > li:nth-child(4):after,
.boxHeader01C .ulHeaderMenu01 > li:last-child:after {
  content: none;
}

.boxHeader01R {
  display: flex;
  justify-content: space-between;

  /* width: 35.5%; */
	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;
  color: #fff;
}
.boxHeader01R .boxHeaderMenu01 > a.linkRecruit {
  box-shadow: inset 0 0 0 1px #fff;
  width: 46%;
/*  background-color: #00479a; */
  color: #fff;
}
.boxHeader01R .boxHeaderMenu01 > a.linkRecruit .txt01 {
    display: block;
    margin-bottom: 9px;
    margin-top: 5px;
    text-align: center;
    font-weight: 400;
	/*font-family: "Times New Roman", Times, "serif"; */
    font-family: 'Shippori Mincho', serif;
    font-size: 1.3rem;
}
.boxHeader01R .boxHeaderMenu01 > a.linkRecruit .txt01:first-letter{
  font-size: 1.7rem;
  font-weight: 500;
}
.boxHeader01R .boxHeaderMenu01 > a.linkRecruit .txt02 {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 700;
}

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

.boxHeader01R .boxHeaderMenu01 > a.linkEntry {
  box-shadow: inset 0 0 0 1px #fff;
  width: 50%;
  color: #fff;
/*  background-color: #ffdf49; 
  color: #00479a;*/
}

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

.boxHeader01R .boxHeaderMenu01 > a.linkEntry .txt01 {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
/*  font-family: "Times New Roman", Times, "serif"; */
  font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    font-size: 1.3rem;
}
.boxHeader01R .boxHeaderMenu01 > a.linkEntry .txt01:first-letter{
  font-size: 1.7rem;
  font-weight: 500;
}
.boxHeader01R .boxHeaderMenu01 > a.linkEntry .txt02 {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 700;
}

.boxHeader01Tel {
  display: flex;
  align-items: center;
}
.boxHeader01Tel .dlTelno01 {
  display: flex;
}
.boxHeader01Tel .dlTelno01 dt {
  margin-right: 1.1vw; /* 1.5em */
  font-size: 1.071rem;
  font-weight: 600;
  color: #00385f;
  line-height: 1.3;
}
.boxHeader01Tel .dlTelno01 dd {
  font-size: 2.285rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #333333;
}
.boxHeader01EntryBtn {
  display: flex;
  /* margin-right: 2.15vw; */ /* 2.8em */
  margin-left: 1.42vw; /* 2em */
  /* padding-left: 2.83vw; */ /* 4em 2.83vw */
  position: relative;
  align-items: center;
}
@media all and (max-width: 1210px){
  .boxHeader01EntryBtn {
    margin-right: 1vw;
    margin-left: 0;
    padding-left: 3vw; 
  }
}
.headerEntryBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 100%;
  background: #00cdec;
  color: #fff;
  font-size: 1.285rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: .4s ease-in-out;
  letter-spacing: 0.1em;
  z-index:0;
}
.headerEntryBtn:focus,
.headerEntryBtn:hover {
  color: #fff;
}
.headerEntryBtn:focus:before,
.headerEntryBtn:hover:before{
  opacity:0;
}
@media all and (max-width: 640px){
  .boxSpHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
.boxSpHeaderTop {
  display: flex;
  align-items: center;
  height: 88px;
  background: #fff;
}
@media all and (max-width: 640px){
  .boxSpHeaderTop {
    justify-content: space-between;
    height: 13.75vw;;
  }
}
.boxSpHeaderTop_L {
  padding-left: 5vw;
}
.spHeaderLogo img {
  width: 40vw;
}
.boxSpHeaderTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.8vw; /* 68px */
  border-top: 1px solid #bbb;
  background: rgb(39,173,219);
  background: linear-gradient(-128deg, rgba(213,207,53,1) 0%, rgba(39,173,219,1) 61%);
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
}
.boxSpHeaderTtl span {
  letter-spacing: 0.22em;
}
.spHeaderLogo {

}
.spHeaderLogo a {
  display: flex;
  align-items: center;
}
.spHeaderComName {
  padding-left: 0.6em;
  font-size: 1.14rem;
  font-weight: 600;
  color: #00a0e9;
}
.boxSpHeaderTop_R {
  display: flex;
}

/***** Hmb Menu *****/
.btnHmbMenu,
.boxHmbMenu {
  display: none;
}
.boxHmbMenu .ulHbmMenu > li a.on{
  color: #24578c;
  font-weight:bold;
}

@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: 60.0vw;
  }
  .single-recruit .boxHmbMenu {
    top: 29.0vw;
  }
  .boxHmbMenu .ulHbmMenu > li {
    padding: 3% 0 3% 5%;
    /*border-bottom: 1px #666 dashed;*/
    font-size: 4.0vw;
  }
  .boxHmbMenu .ulHbmMenu > li a{
    display:block;
  }
  .boxHmbMenu .ulHbmMenu > li:first-child {
    padding-top: 5%;
  }
  .boxHmbMenu .ulHbmMenu > li:last-child {
    border: 0;
  }
}

@media all and (max-width: 640px){
  .boxHmbMenuSns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1.5em 0;
  }
}

@media all and (max-width: 640px){
  .boxHmbMenuSns .icnHmbMenuInstagram01 {
    width: 12vw;
  }
}

/*##### DrawerNav #####*/
#js_gNav{
  position:fixed;
  z-index: 999;
  top:-200%; /* -120% */
  left:0;
  width:100%;
  height: 100vh;
  background: rgb(0,7,60);
  opacity: 0.95;
  transition: all 0.6s;
  overflow: hidden;
}
@media all and (max-width: 640px){
  #js_gNav{
    top: -200vw;
    height: 100vh !important; 
  }
}
#js_gNav.panelactive{
  top: 0;
}

#js_gNav.panelactive #gNavList {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  /* display: flex;
  align-items: center; */
  width: 100%;
  height: 100vh;
  padding-top: 160px;
  /*overflow: scroll;*/
  overflow-y: auto;
  z-index: 2999;
}
@media all and (max-width: 640px){
  #js_gNav.panelactive #gNavList {
    display: block;
    padding-top: 0;
    height: 100vh !important;
    /* top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    z-index: 999;
    -webkit-overflow-scrolling: touch;
  }
}
.drawerNavWrap {
  
}
@media all and (max-width: 640px){
  .drawerNavWrap {
    padding-top: 34vw;
    padding-bottom: 10vw;
  }
}
.drawerNavLogo {
  margin-bottom: 86px;
  text-align: center;
}
.drawerNavLogo img {
  max-width: 220px;
}
/***** openMenuBtn *****/
.openMenuBtn{
  /* position:fixed; */
  /* z-index: 9999; */
  /* top:10px; */
  /* right: 10px; */
  width: 88px;
  height:88px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 640px){
  .openMenuBtn{
    width: 13.75vw;
    height: 13.75vw;

    position: relative;
  }
  .openMenuBtn::after {
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 5vw; /* 40px */
    height: 3.75vw; /* 30px */
    background: url('./../../images/common/hmb-menu-icn-open.svg') no-repeat center center / contain;
  }
  .openMenuBtn.active::after {
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 4vw;  /* 30px */
    height: 3.75vw;  /* 30px */
    background: url('./../../images/common/hmb-menu-icn-close.svg') no-repeat center center / contain;
  }
}

.openMenuBtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 28px;
  height: 2px;
  border-radius: 2px;
  background-color: #33396d;
}
@media all and (max-width: 640px){
  .openMenuBtn span{
    left: 4.4vw;
  }
}
.openMenuBtn span:nth-of-type(1) {
  top: 33px;
  width: 38%;
}
@media all and (max-width: 640px){
  .openMenuBtn span:nth-of-type(1) {
    top: 5.2vw;
  }
}
.openMenuBtn span:nth-of-type(2) {
  top: 44px;
  width: 38%;
}
@media all and (max-width: 640px){
  .openMenuBtn span:nth-of-type(2) {
    top: 6.9vw;
  }
}
.openMenuBtn span:nth-of-type(3) {
  top: 55px;
  width: 38%;
}
@media all and (max-width: 640px){
  .openMenuBtn span:nth-of-type(3) {
    top: 8.6vw;
    left: 5.9vw;
  }
}
.openMenuBtn.active span:nth-of-type(1) {
  top: 38px;
  left: 24px;
  transform: translateY(6px) rotate(-45deg);
  width: 46%;
}
@media all and (max-width: 640px){
  .openMenuBtn.active span:nth-of-type(1){
    left: 27.3%;
    top: 43.2%;
  }
}
.openMenuBtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openMenuBtn.active span:nth-of-type(3){
  top: 50px;
  left: 25px;
  transform: translateY(-6px) rotate(45deg);
  width: 46%;
}
@media all and (max-width: 640px){
  .openMenuBtn.active span:nth-of-type(3){
    top: 58%;
    left: 28.4%;
  }
}
@media all and (max-width: 640px){
  .boxHeader01TelBtn{
    width: 13.75vw;
    height:13.75vw;
    background-color: #00cdec;
    cursor: pointer;
    position: relative;
  }
  .boxHeader01TelBtn::after{
    content:"";
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 5vw;
    height: 6.49vw;
    background: url('./../../images/common/gnavi-tel-icn.png') no-repeat center center / contain;
  }
}


/*##### DrawerNav #####*/



/*##### 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: #eaf0fa;
    
    /*
    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: 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;
  padding: 0; /* 17px 0 11px 51px;*/
  /*border: 2px #3b0805 solid;*/
  background-color: #fff;
	/*
  background-image: url('./../../images/common/footer-icn-tel01.png');
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: auto auto;
	*/
  border: 2px solid #0c8ecf;
}
@media all and (max-width: 640px){
  .boxFooter00L {
    width: 100%;
    height: 18vw;
    margin-bottom: 5%;
/*    padding: 0 0 0 9.5vw; */
    border: 1px solid #0c8ecf;
	  /*
    background-image: url('./../../images_sp/common/sp-footer-icn-tel01.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 {
  width: 32%; /*28.3%;*/
  padding-top: 0.1em;
	
  background-image: url('./../../images/common/footer-icn-tel01.png');
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto auto;
  text-align: center;
  line-height: 1.55;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  color: #0c8ecf;
  font-weight: 600;
  padding-top: 40px;
  position: relative;
}
.boxFooter00L .dl01 > dt:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

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

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

.boxFooter00L .dl01 > dd {
  background-image: url('./../../images/common/footer-icn-arrow01a.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto auto;
  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: 67%; /* 71.7%; */
  padding: 0 2% 0 4%;
  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;
  background-color: #E3E3E3;
  */
  color: #0c8ecf;
}
@media all and (max-width: 640px){
  .boxFooter00L .dl01 > dd {
 /*   width: 72.3%; */
    background-color: #fff;
    /*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.3em;
  letter-spacing: 0.1em;
  font-size: 2.6rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
}
@media all and (max-width: 640px){
  .boxFooter00L .dl01 > dd .linkBaseTelno {
    font-size: 1.3rem;
  }
}

.boxFooter00L .dl01 > dd .txtReceptionTime {
  letter-spacing: 0.1em;
  font-size: 1rem; /* 1.13rem*/
}
@media all and (max-width: 640px){
  .boxFooter00L .dl01 > dd .txtReceptionTime {
	display: block;
    font-size: 0.75rem;
	line-height: 1.5;
  }
}


.boxFooter00R {
  width: 47.5%;
  padding: 0; /*0 0 0 57px; */
  border: 2px #0c8ecf solid;
  color: #0c8ecf;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter00R {
    width: 100%;
/*    padding: 0 0 0 9.5vw; */
    border: 1px solid #156BDA;;
    background-image: url('./../../images_sp/common/sp-footer-icn-mail01.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;
}

.boxFooter00R .dl01 > dt {
  width: 34%; /* 28.3%; */
  background-image: url('./../../images/common/footer-icn-mail01.png');
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto auto;
  line-height: 1.55;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  color: #0c8ecf;
  text-align: center;
  padding-top: 40px;
  font-weight: 600;
  position: relative;
}
.boxFooter00R .dl01 > dt:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
@media all and (max-width: 640px){
  .boxFooter00R .dl01 > dt {
  /*  width: 27.7%; */
    font-size: 0.8rem;
  }
}

.boxFooter00R .dl01 > dd {
  background-image: url('./../../images/common/footer-icn-arrow01a.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  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: 66%; /* 71.7%; */
  height: 93px;
/*  background-color: #E3E3E3; */
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  padding: 0 2% 0 4%;
}
@media all and (max-width: 640px){
  .boxFooter00R .dl01 > dd {
  /*  width: 72.3%; */
    height: 17.4vw;
    background-color: #fff;
  }
}

.boxFooter00R .dl01 > dd .txt01 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px){
  .boxFooter00R .dl01 > dd .txt01 {
    margin-bottom: 0.3em;
    font-size: 0.98rem;
  }
}

.boxFooter00R .dl01 > dd .txt01 .txtNum {
  position: relative;
  top: 2px;
  padding: 0 0.1em;
  letter-spacing: 0.01em;
  font-size: 2.1rem;
  /*color: #01489A; */
}
@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: 85%;
  height: 32px;
  padding: 0 1.5em; /*0.2em 1.8em 0 0*/
  background-color: #0c8ecf;
  background-image: url(./../../images/common/footer01-icn-arrow.png);
  background-repeat: no-repeat;
  background-position: 86% center;
  background-size: 7px auto;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooter00R .dl01 > dd .linkToEntry {
    height: 5.4vw;
    padding: 0.1vw 0 0 3vw;
    background-image: url('./../../images_sp/common/sp-footer00-icn-arrow01.png');
    background-position: 5.7vw center;
    background-size: 2.5vw auto;
    font-size: 3.0vw;
  }
}



/*##### Footer01 #####*/
.boxFooter01Wrap {
  padding-bottom: 72px;
  /*border-bottom: 1px #000 solid;*/
}
@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;
  /*
  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%;
    height: 62vw;
    min-height: auto;
    margin-bottom: 12%;
    padding-top: 9.0vw;
    /*background-size: 100% auto;*/
  }
}


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

.boxFooter01L .ttl01 {
  margin-bottom: 0em;
  padding-left: 220px;
  letter-spacing: 0.12em;
  font-size: 1.575rem;
  font-weight: 700;
  color: #2e4469;
  line-height: 1.5;
	/*
	background-image: url(./../../images/common/footer01-img02.png);
    background-repeat: no-repeat;
    background-position: 33% 0px;
    background-size: auto auto;
	*/
}
.boxFooter01L .ttl01 span{
  font-size: 1.4rem;
}
@media all and (max-width: 640px){
  .boxFooter01L .ttl01 {
    margin-bottom: 0.55em;
    padding-left: 38vw;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .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 {
  padding-left: 220px;
  padding-top: 10px;
  line-height: 1.65;
  letter-spacing: 0.1em;
  font-size: 1.15rem;
  font-weight: 500;
  color: #555656;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxBaseCom {
    padding-left: 39vw;
    padding-top: 0;
    letter-spacing: 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: 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-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 75%;
  height: 72px;
  padding-left: 96px;
  background-image: url('./../../images/common/footer01-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto auto;
  background-color: transparent;
}
.boxFooter01L .boxLink a::after{
  background-color: rgb(0,92,186); /*#00469B; */
  background: linear-gradient(90deg, rgba(0,92,186,1) 0%, rgba(76,181,203,1) 100%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxLink a {
    height: 14vw;
    padding-left: 29vw;
    background-image: url('./../../images_sp/common/sp-footer01-icn-arrow01.png');
    background-position: 95% center;
    background-size: 1.7vw auto;
		width: 88%;
  }
}

.boxFooter01L .boxLink a .txt01 {
letter-spacing: 0.12em;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
  position: relative;
	z-index: 1;
}
@media all and (max-width: 640px){
  .boxFooter01L .boxLink a .txt01 {
    position: relative;
    z-index: 2;
    letter-spacing: 0.13em;
    font-size: 1rem; /*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: 1.0rem;
    font-weight: 700;
    color: #2e4469;
  }
}

.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 #c4c4c4 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;
}
.boxFooter02L p{
  color: #32415b;
}
@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: 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: 65px;
  padding-top: 2px;
  padding-left: 0.6em;
  /*border: 1px #3b0805 solid;*/
  background-color: #0c8ecf;
  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;
  border:1px solid #0c8ecf;
}

.boxFooter02L .dl01 > dd {
  width: 68.5%;
  padding-top: 2px;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  font-weight: 500;
  /*font-family: "Times New Roman", Times, "serif"; */
  font-family: 'Shippori Mincho', serif;
  color: #2e4469;
}
.boxFooter02L .txtPerson {
  margin-bottom: 4px;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.boxFooter02L .txtCaution {
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1.0rem;
  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;
  /*border: 1px #000 solid;*/
  background-color: #2e4469;
  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: 1.0em;
}
@media all and (max-width: 640px){
  .boxFooter02R .dl01 > dt .str2 {
    letter-spacing: 1.0em;
  }
}

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

.boxFooter02R .dl01 > dd {
  width: 86%;
  letter-spacing: 0.08em;
  font-size: 1.0rem;
  color: #2e4469;
  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: 1.0rem;
  letter-spacing: 0.03em;
}

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



/*##### Footer03 #####*/
.boxFooter03Wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 368px;
  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: 1.3em;
  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: 22.5vw;
  }
}

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

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

.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.2em;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
@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: #eaf0fa; /*f2f1eb*/ 
}
@media all and (max-width: 640px){
  .boxFooter04Wrap {
    padding: 7vw 0 3vw 0;
    background-color: #fff;
  }
}

.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;/*0 170px;*/
}
.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: 10px 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;
}
@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.0rem;
  }

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

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

  .boxFooter04 .ul01 > li.liRecruit {
    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.0;
  }

  .boxFooter04 .ul01 > li.liMainCorporate {
    order: 10;
  }
/*
  .boxFooter04 .ul01 > li.liReform {
    order: 3;
  }
*/
/*
  .boxFooter04 .ul01 > li.liBeginner {
    order: 3;
  }
  .boxFooter04 .ul01 > li.liExperienced,
  .boxFooter04 .ul01 > li.liExpert {
    order: 4;
    border: 0;
  }
*/
/*
  .boxFooter04 .ul01 > li.liWelfare {
    order: 4;
    border: 0;
  }
*/
/*
  .boxFooter04 .ul01 > li.liMessage {
    display: none;
    border: 0;
  }

  .boxFooter04 .ul01 > li.liSales {
    order: 5;
    font-size: 1.0rem;
  }

  .boxFooter04 .ul01 > li.liMechanic {
    order: 6;
    font-size: 1.0rem;
  }
*/

/*
  .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 20px;
  color: #3b0805;
}
.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: #24578c;
  font-weight:bold;
}


/*##### footer sns #####*/

.boxFooterSnsWrap {
  padding-top: 40px;
  padding-bottom: 60px;
  background: url(./../../images/index/index-instagram-bg01.png) top 90px left no-repeat;
  background-size: cover;
  min-height: 350px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 640px){
  .boxFooterSnsWrap {
    padding-top: 0;
    background: url(./../../images/index/index-instagram-bg01.png) top left no-repeat;
    background-size: cover;
    min-height: auto;
  }
}
.boxFooterSns {
  
}

.boxFooterInstagram {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 640px){
  .boxFooterInstagram {
    display: block;
  }
}
.boxFooterInstagramL {
  margin-top: 80px;
  margin-left: 2em;
  padding: 3em 2.2em;
}
@media all and (max-width: 1400px){
  .boxFooterInstagramL {
    width: 22%;
    margin-left: 0;
  }
}
@media all and (max-width: 640px){
  .boxFooterInstagramL {
    width: 100%;
    margin-top: 0;
  }
}
.footerInstagram_Icn {
  width: 32px;
}
@media all and (max-width: 640px){
  .footerInstagram_Icn {
    width: 6vw;
  }
}
.footerInstagram_Logo {
  width: 120px;
}
@media all and (max-width: 640px){
  .footerInstagram_Logo {
    width: 24vw;
  }
}
.boxFooterInstaBtn {
  margin-top: 1.5em;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxFooterInstaBtn {
    margin-top: 0;
  }
  .boxFooterInstaBtn .el_roundedBtn06{
    font-size: 0.6rem;
  }
}
.boxFooterInstagramR {
  width: 80%;
  margin-right: -10px;
}
@media all and (max-width: 1400px){
  .boxFooterInstagramR {
    width: 78%;
  }
}
@media all and (max-width: 640px){
  .boxFooterInstagramR {
    width: 93%;
    margin: 0 auto;
  }
}
.footerInstagramTtl {
  margin-left: 22px;
}
@media all and (max-width: 1400px){
  .footerInstagramTtl {
    margin-left: 0;
    text-align: center;
  }
}
@media all and (max-width: 640px){
  .footerInstagramTtl {
    margin-left: 0;
    text-align: center;
  }
}

.footerInstagramTxt {
  margin-top: 1.5em;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

/* #sb_instagram.sbi_col_10 #sbi_images .sbi_item {
  width: 130px;
}
#sb_instagram .sbi_photo_wrap a {
  height: 120px;
} */


/*##### footer RctMenu #####*/

.boxRctMenuWrap {
  padding-top: 5.4em;
  padding-bottom: 4.6em;
}
@media all and (max-width: 640px){
  .boxRctMenuWrap {
    padding-bottom: 3.5em;
  }
}
.boxRctMenuWrap h2 {
  margin-bottom: 1.4em;
}
.boxRctMenu {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1010px;
  max-width: 100%;
}

.boxRctMenuItem {
  transition: 0.4s ease-in;
  cursor: pointer;
}
.boxRctMenuItem:hover a {
  opacity: 1;
}
.boxRctMenuItem:hover .el_btn {
  color: #fff;
}
.boxRctMenuItem:hover .el_btn:before,
.boxRctMenuItem:hover .el_btn:before{
  opacity:0;
}
.el_btn:focus:before,
.el_btn:hover:before{
  opacity:0;
}


.boxRctMenuItem_imgWrapper {
  margin: 0 auto;
  width: 245px;
}

.boxRctMenuItem_body {
  padding-top: 1em;
  text-align: center;
}
.boxRctMenuItem_ttl {
  margin-bottom: 0.5em;
  font-size: 1.571rem;
  color: #00073c;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.boxRctMenuItem_body .el_btn {
  padding-left:2em;
  text-align: left;
}
@media all and (max-width: 640px){
  .boxRctMenu {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .boxRctMenuItem {
    width: 48%;
    margin-bottom: 1.8em;
  }
  .boxRctMenuItem:last-child {
    margin-bottom: 0;
  }
  .boxRctMenuItem_imgWrapper {
    width: 32vw;
  }
  .boxRctMenuItem_body {
    padding-top: 0.6em;
  }
  .boxRctMenuItem_ttl {
    margin-bottom: 0.6em;
    font-size: 0.8rem;
  }
}


/*##### footer parallax #####*/
.boxFooterVisual {
  position: relative;
}
.parallaxBg 
{
  height: 344px;
  background-image: url('./../../images/common/footer-bg01.jpg') ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 1210px){
  .parallaxBg {
    background-attachment: scroll;
  }
}
.parallaxBg_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 703px;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 640px){
  .parallaxBg {
    height: 410px;
    background-attachment:scroll ;
    background-size: 264%;
    background-position: 51% center;
  }
  .parallaxBg_img {
    width: 87%;
    max-width: 18em;
  }
}
/*##### boxFooterMenu #####*/
.boxFooterMenuWrap {
  padding-top: 4.4em;
  padding-bottom: 4.4em;
  background: url('./../../images/common/footer-menu-bg.jpg') no-repeat center center / cover;
  /* background-image: -moz-linear-gradient( 131deg, rgb(12,40,117) 0%, rgb(37,50,108) 51%, rgb(62,60,98) 100%);
  background-image: -webkit-linear-gradient( 131deg, rgb(12,40,117) 0%, rgb(37,50,108) 51%, rgb(62,60,98) 100%);
  background-image: -ms-linear-gradient( 131deg, rgb(12,40,117) 0%, rgb(37,50,108) 51%, rgb(62,60,98) 100%); */
}
@media all and (max-width: 640px){
  .boxFooterMenuWrap {
    padding-top: 2.4em;
    padding-bottom: 2.5em;
    background: url('./../../images/common/footer-menu-bg.jpg') no-repeat center center / 250% 100%;
  }
}
@media all and (max-width: 1400px){
  .boxFooterMenuWrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 640px){
  .boxFooterMenuWrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.glMenu_wrapper {
  display: -webkit-flex;
  display: flex;
  /* -webkit-justify-content: space-between; */
  /* justify-content: space-between; */
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: #f7f7f7; 
}

.glMenu_L{
  display: flex;
  width: 76.5%; /* 79.5% */
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1400px){
  .glMenu_L {
    display: block;
    width: 81%;
    margin-bottom: 2em;
  }
}
/* .glMenu_L::after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  width: 1px;
  height: 380px;
  background-color: #9dabd0;
}
@media all and (max-width: 640px){
  .glMenu_L::after {
    display: none;
  }
} */
.glMenu_L .glMenu_ttlWrap {
  width: 13%;
}
@media all and (max-width: 1400px){
  .glMenu_L .glMenu_ttlWrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 640px){
  .glMenu_L .glMenu_ttlWrap {
    width: 100%;
  }
}
.glMenu_ttl {
  margin-right: 5.6%;
  color: #fff;
  font-size: 1.071rem;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.glMenuL_body {
  width: 81%;
  margin-right: 3em;
}
@media all and (max-width: 1500px){
  .glMenuL_body {
    width: 93%;
  }
}
@media all and (max-width: 640px){
  .glMenu_wrapper {
    display: block;
  }
  .glMenu_L{
    display: block;
    width: 100%;
  }
  .glMenuL_body{
    width: 100%;
  }
  .glMenu_ttlWrap {
    text-align: center;
  }
  .glMenu_ttl {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 1.5em;
    font-size: 0.78rem;
    font-weight: normal;
    letter-spacing: 0.07em;

    position: relative;
  }
  .glMenu_ttl::before {
    content:"";
    position: absolute;
    top: 50%;
    left: -6em;
    transform: translateY(-50%);
    width: 14vw;
    height: 17px;
    background: url('./../../images/common/footer-menu-deco01.png') no-repeat center center / contain;
  }
  .glMenu_ttl::after {
    content:"";
    position: absolute;
    top: 50%;
    right: -6em;
    transform: translateY(-50%);
    width: 14vw;
    height: 17px;
    background: url('./../../images/common/footer-menu-deco01.png') no-repeat center center / contain;
  }
}

.glMenuL_mainLists {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 640px){
  .glMenuL_mainLists {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.glMenuL_mainLists li {
  margin-right: 1em;
  padding-right: 1.8em;
  padding-left: 1.4em;
  color: #fff;
  font-size: 1.071rem;
  font-weight: 600;

  position: relative;
}
@media all and (max-width: 1400px){
  .glMenuL_mainLists li {
    line-height: 2;
  }
}
@media all and (max-width: 640px){
  .glMenuL_mainLists li {
    padding-left: 1.1em;
    padding-right: 1.1em;
    margin-right: 1.1em;
    font-size: 0.8rem;
    line-height: 2.5;
    letter-spacing: 0.16em;
  }
  .glMenuL_mainLists li:nth-child(3) {
    padding-right: 0;
    margin-right: 0;
  }
  .glMenuL_mainLists li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
}
.glMenuL_mainLists li::before {
  content:"";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #ffc320;
}
@media all and (max-width: 640px){
  .glMenuL_mainLists li::before {
    width: 0.44em;
    height: 0.44em;
  }
}
.glMenuL_mainLists li:not(:last-child)::after {
  content:"/";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #9dabd0;
}
@media all and (max-width: 640px){
  .glMenuL_mainLists li:nth-child(3)::after {
    display: none;
  }
}
.glMenuL_subListsWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 4.5em;
  margin-left: -10%;
}
@media all and (max-width: 1400px){
  .glMenuL_subListsWrap {
    margin-left: 0%;
  }
}
@media all and (max-width: 640px){
  .glMenuL_subListsWrap {
    flex-wrap: wrap;
    margin-top: 2em;
  }
}

.glMenuL_subListsTtl {
  font-size: 1.071rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media all and (max-width: 640px){
  .glMenuL_subListsTtl {
    font-size: 0.78rem;
  }
}
.boxglMenuOne {
  /* margin-right: 7em; */
}

.ulglMenu01 {
  margin-top: 1.7em;
  font-size: 1.071rem;
  font-weight: 600;
}
@media all and (max-width: 640px){
  .ulglMenu01 {
    margin-top: 1.4em;
    font-size: 0.78rem;
  }
}

.ulglMenu01 li:not(:first-child) {
  margin-top: 1.5em;
}
@media all and (max-width: 640px){
  .ulglMenu01 li:not(:first-child) {
    margin-top: 1em;
  }
}
.ulglMenu01 li {
  position: relative;
  padding-left: 1.5em;
}
.ulglMenu01 li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #fff;
}
@media all and (max-width: 640px){
  .boxglMenuOne {
    width: 46%;
    margin-bottom: 2.5em;
  }
  .boxglMenuOne:nth-child(5) {
    margin-bottom: 0;
  }
  .boxglMenuOne:nth-child(6) {
    margin-bottom: 0;
  }
  .ulglMenu01 li {
    padding-left: 1em;
  }
}
.glMenu_R {
  width: 23.5%; /* 20.5% */
  /* margin-left: 3.6%; */
  padding-left: 3.6%;
  position: relative;
}
.glMenu_R::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 1px;
  height: 380px;
  background-color: #9dabd0;
}
@media all and (max-width: 640px){
  .glMenu_R::after {
    display: none;
  }
}
.glMenu_otherSite .ul01 {
  margin-top: 30px;
}
@media all and (max-width: 640px){
  .glMenu_otherSite .ul01 {
    margin-top: 0px;
  }
}
@media all and (max-width: 1400px){
  .glMenu_R {
    width: 19%;
    /* padding-top: 1.6em; */
  }
  /* .glMenu_otherSite .ul01 {
    margin-top: 30px;
  } */
  .glMenu_otherSite .ul01 {
    justify-content: space-around;
  }
  .glMenu_otherSite .ul01 li:first-child {
    /* margin-right: 20vw; */
  }
  .glMenu_otherSite .ul02 {
    display: block;
  }
  .glMenu_otherSite .ul02 li {
    padding-right: 2em;  
  }

}
@media all and (max-width: 640px){
  .glMenu_R{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-left: 0;
    padding: 1.5em 1.3em;
    background-color: rgba(0,0,0,.1);
    border-radius: 24px;
  }

  .glMenu_otherSite {
    /* margin-top: 2em; */
  }
}
@media all and (max-width: 640px){
  .glMenu_otherSite ul {
    display: flex;
    margin-top: 0;
  }
}
.glMenu_otherSite li span {
  padding-left: 1.5em;
  font-size: 1.071rem;
  font-weight: 600;
  position: relative;
}

@media all and (max-width: 640px){
  .glMenu_otherSite li span {
    font-size: 0.78rem;
  }
}
.glMenu_otherSite li:not(:last-child) {
  margin-bottom: 1.3em;
}
.glMenu_otherSite li span::before {
  content:"";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.glMenu_otherSite li span::after {
  content:"";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url('./../../images/common/footer-icn-opensite01.svg') no-repeat center center / contain;
}
.glMenu_sns {
  margin-top: 5em;
}
@media all and (max-width: 640px){
  .glMenu_sns {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
}

.glMenu_snsBtnWrap {
  margin-top: 26px;
}
.glMenu_snsBtnWrap img {
  width: 48px;
}
@media all and (max-width: 640px){
  .glMenu_snsBtnWrap {
    margin-top: 0;
    text-align: center;
  }
  .glMenu_snsBtnWrap img {
    width: 9vw;
  }
}
.footerComInfo {
  margin-top: 0.4em;
  color: #fff;
}

.footerComInfo_name {
  display: flex;
  align-items:center;
  gap:1em;
  font-weight:700;
}
.footerComInfo_name img {
  width:218px;
}
.footerComInfo_cnt {
  margin-top: 1em;
  font-size: 1.071rem;
}
.footerComInfo_cnt a {
  text-decoration:underline;
}
.footerComInfo_zipcode {
}
.footerComInfo_map {
  margin-left: 0.1em;
}
@media all and (max-width: 640px){
  .footerComInfo {
    margin-top: 3.2em;
    text-align: center;
  }
  .footerComInfo_name {
    width: 90vw;
    margin: 0 auto;
    flex-direction: column;
    gap: .5em;
    margin-bottom: 1em;
  }
  .footerComInfo_cnt {
    font-size: 0.78rem;
    margin-top: 0.7em;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
}

.boxFooter05Wrap {
  padding-top: 4.4em;
  background-image: -moz-linear-gradient( 131deg, rgb(12,40,117) 0%, rgb(37,50,108) 51%, rgb(62,60,98) 100%);
  background-image: -webkit-linear-gradient( 131deg, rgb(12,40,117) 0%, rgb(37,50,108) 51%, rgb(62,60,98) 100%);
  background-image: -ms-linear-gradient( 131deg, rgb(12,40,117) 0%, rgb(37,50,108) 51%, rgb(62,60,98) 100%);
}
.boxFooter05 {
  color: #f7f7f7;

}
.boxFooter05LR {
  display: flex;
}
.boxFooter05Cont {
  display: flex;
}
.footer05ContTtl {
  font-size: 1.071rem;
  letter-spacing: 0.1em;
}
.boxFooter05ContMenu {
  font-size: 1.071rem;
}
.boxFooter05ContMenu ul {
  display: flex;
}



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

.boxCopyright {
  letter-spacing: -0.03em;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
}
@media all and (max-width: 640px){
  .boxCopyright {
    font-size: 0.6rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.035em;
  }
  .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;
  }
}

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

/* 横並びボックス */

.box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.box__flex.flex2 .box__item {
  width: 48%;
  margin: 0 0 20px 0;
}

.box__flex.flex3 .box__item {
  width: 30%;
  margin: 0 0 20px 0;
}

.box__flex.flex4 .box__item {
  width: 22%;
  margin: 0 0 20px 0;
}

.box__flex.flex5 .box__item {
  width: calc((100% - 100px) / 5);
  margin: 0 0 20px 0;
}

.box__flex.flex1 .box__item:last-child, .box__flex.flex2 .box__item:last-child, .box__flex.flex3 .box__item:last-child, .box__flex.flex4 .box__item:last-child, .box__flex.flex5 .box__item:last-child, .box__flex.flex6 .box__item:last-child {
  margin-right: 0;
}

.box__flex.flex6 .box__item {
  width: calc((100% - 100px) / 6);
  margin: 0 0 50px 0;
  position: relative;
}

.flex__column {
  display: flex;
  flex-direction: column;
}


@media only screen and (max-width: 767px) {
  .box__flex.flex1 .box__item, .box__flex.flex2 .box__item, .box__flex.flex3 .box__item, .box__flex.flex4 .box__item, .box__flex.flex5 .box__item, .box__flex.flex6 .box__item {
    width: 100%;
    margin: 0 0 2em 0;
  }
  .box__flex.flex3_sp .box__item {
    width: 33%;
  }
  .box__flex.flex2_sp .box__item {
    width: 49%;
  }
}
