@charset "utf-8";

:root {
  --base-font-gothic: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-gothic02: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-min: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-min02: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-en: "Times New Roman", Times;
  --base-font-weight: 500;
  --base-txt-black: #000;
}

body {
  min-width: 1120px;
  min-height: 100%;
  background-color: #fff;
  font-family: var(--base-font-gothic);
  font-weight: var(--base-font-weight);
  color: var(--base-txt-black);
}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}

/*
body.home {
  background-image: url('./../../images/design/design-index.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
*/
/*
body.home .boxLayoutBaseIn {
  min-height: 16000px;
}*/

/*
body.pageRecruit {
  background-image: url('./../../images/design/design-recruit.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
*/
/*
body.pageRecruit .boxLayoutBaseIn {
  min-height: 10000px;
}*/


#container {
  position: relative;
  overflow: hidden;
  padding-top: 124px;
}
@media all and (max-width: 750px){
  #container {
    padding-top: 16.7vw;
  }
}

#main {
  min-height: 78vh;
}
@media all and (max-width: 750px){
  #main {
    min-height: auto;/*73vh;*/
  }
}

.boxContent {
}
@media all and (max-width: 750px){
  .boxContent {
  }
}

.boxLayoutBaseIn {
  /*padding-bottom: 7em;*/
}
@media all and (max-width: 750px){
  .boxLayoutBaseIn {
    /*padding-bottom: 2.5em;*/
  }
}


/***** Header *****/
.boxHeader {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1120px;
  height: auto;
  margin-bottom: 0;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxHeader {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}

.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 124px;
}
@media all and (max-width: 750px){
  .boxHeader01 {
    height: 16.7vw;
  }
}

.boxHeader01L {
  width: 360px;
  padding-left: 1.8em;
}
@media all and (max-width: 1370px){
  .boxHeader01L {
    width: 300px;
    padding-left: 1.5em;
  }
}
@media all and (max-width: 1300px){
  .boxHeader01L {
    width: 260px;
    padding-left: 1.2em;
  }
}
@media all and (max-width: 750px){
  .boxHeader01L {
    width: auto;
    padding-left: 4vw;
  }
}

.boxHeader01L .ttlHeader a {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

@media all and (max-width: 750px){
  .boxHeader01L .logo01Header {
    position: absolute;
    top: 4.0vw;
    left: 4vw;
    width: 50vw;
  }
}

.boxHeader01L .ttlHeader .txtHeader01 {
  margin-top: 1.0em;
  margin-bottom: -0.4em;
  padding-left: 0.2em;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #005bac;
}
@media all and (max-width: 750px){
  .boxHeader01L .ttlHeader .txtHeader01 {
    position: absolute;
    top: 10.5vw;
    left: 10.7vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0.7rem;
  }
}

.boxHeader01R {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 360px);
}
@media all and (max-width: 1370px){
  .boxHeader01R {
    width: calc(100% - 300px);
  }
}
@media all and (max-width: 1300px){
  .boxHeader01R {
    width: calc(100% - 260px);
  }
}
@media all and (max-width: 750px){
  .boxHeader01R {
    display: none;
  }
}

.boxHeader01R .ulHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 2.6%;
}
@media all and (max-width: 1630px){
  .boxHeader01R .ulHeaderMenu01 {
    padding-right: 2.0%;
  }
}

.boxHeader01R .ulHeaderMenu01 > li {
  position: relative;
  z-index: 2;
  margin-left: 2.4vw;
}
@media all and (max-width: 1630px){
  .boxHeader01R .ulHeaderMenu01 > li {
    margin-left: 1.3vw;
  }
}
@media all and (max-width: 1300px){
  .boxHeader01R .ulHeaderMenu01 > li {
    margin-left: 1.2vw;
  }
}
@media all and (max-width: 1134px){
  .boxHeader01R .ulHeaderMenu01 > li {
    margin-left: 0.97em;
  }
}

.boxHeader01R .ulHeaderMenu01 > li > a {
  display: inline-block;
  padding: 0.58em 0 0.4em 0;
  line-height: 1.45;
  letter-spacing: 0.2em;
  font-family: var(--base-font-min);
  font-size: 1.25rem;
}
@media all and (max-width: 1630px){
  .boxHeader01R .ulHeaderMenu01 > li > a {
    letter-spacing: 0.12em;
    font-size: 1.15rem;
  }
}
@media all and (max-width: 1300px){
  .boxHeader01R .ulHeaderMenu01 > li > a {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

.boxHeader01R .ulHeaderMenu01 > li:hover > a > span,
.boxHeader01R .ulHeaderMenu01 > li.current > a > span {
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boxHeader01R .ulHeaderMenu01 > li:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;/*98%;*/
  height: 3px;
  border-radius: 0;
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
}

.boxHeader01R .ulHeaderMenu01 > li.current:after,
.boxHeader01R .ulHeaderMenu01 > li:hover:after {
  animation: aniUnderlineGnavi 0.3s linear normal forwards;
}

/*
.boxHeader01R .ulHeaderMenu01In {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -0.5em;
  display: none;
  min-width: 130px;
  padding: 50px 0.5em 0.3em 0.8em;
  background-color: #fff;
  opacity: 0;
}

.boxHeader01R .ulHeaderMenu01 > li:hover .ulHeaderMenu01In {
  display: block;
  animation: baseAniFadein 0.3s linear normal forwards;
}

.boxHeader01R .ulHeaderMenu01In > li {
  margin-bottom: 0.5em;
}

.boxHeader01R .ulHeaderMenu01In > li > a {
  font-size: 1.13rem;
}
*/

.boxHeader01R .boxHeaderLink02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 292px;
  border-left: 1px #c3c3c3 solid;
}
@media all and (max-width: 1630px){
  .boxHeader01R .boxHeaderLink02 {
    width: 250px;
  }
}
@media all and (max-width: 1300px){
  .boxHeader01R .boxHeaderLink02 {
    width: 220px;
  }
}

.boxHeader01R .boxHeaderLink02 .ulHeaderMenu02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.7em;
  padding-left: 0.25em;
}

.boxHeader01R .boxHeaderLink02 .ulHeaderMenu02 > li {
  position: relative;
  padding-left: 0.8em;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 1630px){
  .boxHeader01R .boxHeaderLink02 .ulHeaderMenu02 > li {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 1300px){
  .boxHeader01R .boxHeaderLink02 .ulHeaderMenu02 > li {
    font-size: 1.0rem;
  }
}


.boxHeader01R .boxHeaderLink02 .ulHeaderMenu02 > li + li {
  margin-left: 2.0em;
}
@media all and (max-width: 1630px){
  .boxHeader01R .boxHeaderLink02 .ulHeaderMenu02 > li + li {
    margin-left: 1.5em;
  }
}
@media all and (max-width: 1300px){
  .boxHeader01R .boxHeaderLink02 .ulHeaderMenu02 > li + li {
    margin-left: 1.0em;
  }
}

.boxHeader01R .boxHeaderLink02 .ulHeaderMenu02 > li:before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.39em;
  aspect-ratio: 1 / 1;
  background-color: #005bac;
}

.boxHeader01R .boxHeaderLink02 .linkBaseTelno {
  position: relative;
  top: 0.1em;
  left: 0.15em;
  line-height: 1.0;
  letter-spacing: 0.08em;
  font-family: var(--base-font-en);
  font-size: 2.5rem;
  color: #005bac;
}
@media all and (max-width: 1630px){
  .boxHeader01R .boxHeaderLink02 .linkBaseTelno {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 1300px){
  .boxHeader01R .boxHeaderLink02 .linkBaseTelno {
    font-size: 2.0rem;
  }
}

.boxHeader01R .boxHeaderLink03 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 198px;
}
@media all and (max-width: 1630px){
  .boxHeader01R .boxHeaderLink03 {
    width: 150px;
  }
}
@media all and (max-width: 1300px){
  .boxHeader01R .boxHeaderLink03 {
    width: 140px;
  }
}

.boxHeader01R .boxHeaderLink03 a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 62px;
  padding: 0.35em 0 0 2.7em;
  background-repeat: no-repeat;
  background-size: 1.22em auto;
  letter-spacing: 0.12em;
  font-family: var(--base-font-min);
  font-size: 1.3rem;
  color: #fff;
}
.boxHeader01R .boxHeaderLink03 a.linkRecruit {
  background-color: #005bac;
  background-image: url('./../../images/base/base-icn-recruit01.webp');
  background-position: 1.46em calc(50% + 0.05em);
}
.boxHeader01R .boxHeaderLink03 a.linkContact {
  background-color: #092163;
  background-image: url('./../../images/base/base-icn-mail01.webp');
  background-position: 1.43em calc(50% + 0.05em);
}
@media all and (max-width: 1630px){
  .boxHeader01R .boxHeaderLink03 a {
    padding: 0.35em 0 0 1.7em;
    font-size: 1.1rem;
  }
  .boxHeader01R .boxHeaderLink03 a.linkRecruit {
    background-position: 0.75em calc(50% + 0.05em);
  }
  .boxHeader01R .boxHeaderLink03 a.linkContact {
    background-position: 0.75em calc(50% + 0.07em);
  }
}
@media all and (max-width: 1300px){
  .boxHeader01R .boxHeaderLink03 a {
    padding: 0.35em 0 0 1.7em;
    font-size: 1.0rem;
  }
}


/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 260px;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu {
    top: 4vw;
    right: 4vw;
    width: 10vw;
    display: block;
  }
}

.btnHmbMenu.typeCss01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ddd;
}
@media all and (max-width: 1350px){
  .btnHmbMenu.typeCss01 {
    /*
    display: -webkit-flex;
    display: flex;*/
  }
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 {
    position: fixed;
    top: 5vw;
    right: 4vw;
    display: -webkit-flex;
    display: flex;
    width: 8.5vw;
    height: 6vw;
    background-color: transparent;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn {
    width: 100%;
    height: 100%;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  transition: all .4s;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    height: 0.8vw;
    border-radius: 0.8vw;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(1) {
  top: 0;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
  bottom: 0;
}

.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
  transform: translateY(11.1px) rotate(-45deg);
}
.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(2) {
  opacity: 0;
}
.btnHmbMenu.typeCss01.statusOpen  .btnHmbMenuIn > span:nth-of-type(3) {
  transform: translateY(-11.1px) rotate(45deg);
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
    transform: translateY(2.6vw) rotate(-45deg);
    transform: translateY(calc(3.0vw - 0.8vw / 2)) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-2.6vw) rotate(45deg);
    transform: translateY(calc(-3.0vw + 0.8vw / 2)) rotate(45deg);
  }
}

.boxHmbMenu {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5% 0 5%;
  background-color: rgba(255,255,255,0.9);
  text-align: center;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    padding: 16.7vw 0 5vw 0;
    text-align: left;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu01 {
    padding-top: 0.5em;
  }
}

.ulHmbMenu01 > li {
  position: relative;
  padding: 1.0em 0 1.0em 0;
  border-bottom: 1px #ddd solid;
  font-size: 1.5rem;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li {
    width: 100%;
    padding: 3vw 0 3vw 2.0em;
    font-size: 1.1rem;
  }
  .ulHmbMenu01 > li:last-child {
    border-bottom: 0;
  }
  .ulHmbMenu01 > li.liRecruit {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.0em;
    padding-left: 0;
    border: 1px #092163 solid;
    background-color: rgba(0, 91, 172, 0.2);
    background: linear-gradient(to right, #005bac 0%, #092163 100%);
    text-align: center;
    letter-spacing: 0.12em;
    color: #fff;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu01 > li:before {
    content: '';
    position: absolute;
    top: 1.15em;
    left: 0.8em;
    width: 0.5em;
    height: 0.5em;
    background-color: #092163;
  }
  .ulHmbMenu01 > li.liRecruit:before {
    content: none;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu0101 {
    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;
    margin-top: 0.8em;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu0101 > li {
    position: relative;
    width: 50%;
    margin-bottom: 0.7em;
    padding-left: 0.8em;
  }
  .ulHmbMenu0101 > li:before {
    content: '-';
    position: relative;
    top: 0;
    left: -0.7em;
  }
}

.boxHmbMenuFixedBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.boxHmbMenuFixedBottom a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 17.5vw;
}


@media all and (max-width: 750px){
  .boxHmbMenuSns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 2em;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenuSns a {
    margin: 0 0.5em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuSns a img {
    width: 9.5vw;
  }
}



/*##### Mv #####*/
.boxMvWrap {
  position: relative;
  padding-top: 263px;
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
}
@media all and (max-width: 750px){
  .boxMvWrap {
    padding-top: 26.5%;
  }
}

.boxMv {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.ttlMv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 2.72em;
  color: #fff;
}
@media all and (max-width: 750px){
  .ttlMv {
    padding-top: 0.1em;
  }
}

.ttlMv .ttlParent {
  margin-top: -1.9em;
  margin-bottom: 0.5em;
  letter-spacing: 0.17em;
  font-family: var(--base-font-min);
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlMv .ttlParent {
    margin-top: 0;
    margin-bottom: 0.4em;
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

.ttlMv .ttlJa {
  position: relative;
  left: -0.07em;
  margin-bottom: 0.23em;
  letter-spacing: 0.15em;
  font-family: var(--base-font-min);
  font-size: 2.7rem;
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    margin-bottom: 0.1em;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
  }
}

.ttlMv .ttlEn {
  position: relative;
  left: 0.13em;
  letter-spacing: 0.09em;
  font-family: var(--base-font-en);
  font-size: 1.35rem;
  opacity: 0.3;
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {
    left: 0;
    font-size: 1.0rem;
  }
}

.boxMvImg {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 60.7%;
  height: 466px;
}

.boxMvImg .imgMv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  /*opacity: 0.7;*/
}



/*##### Footer #####*/
.boxFooter .boxCsnkSliderScroll01 .slideLine .slideOne {
  width: 455px;
  aspect-ratio: 455 / 335;
}
@media all and (max-width: 750px){
  .boxFooter .boxCsnkSliderScroll01 .slideLine .slideOne {
    width: 50vw;
  }
}

.boxFooter .boxCsnkSliderScroll01 .slideLine .slideOne img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxFooterContact01 {
  min-height: 230px;
  padding-top: 5.6em;
  padding-bottom: 2.0em;
  background-color: #f5f5f5;
}
@media all and (max-width: 750px){
  .boxFooterContact01 {
    min-height: auto;
    padding-top: 2.5em;
    padding-bottom: 3.0em;
  }
  .boxHmbMenu .boxFooterContact01 {
    width: 90%;
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border: 3px #005bac solid;
    background-color: transparent;
  }
}

.boxFooterContact01In {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .boxFooterContact01In {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media all and (max-width: 750px){
  .boxFooterContact01In .ttlBase02 {
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1.5em;
  }
}

.boxFooterContact01In .boxCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .boxFooterContact01In .boxCont01 {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}

.boxFooterContact01In .boxCont01 .boxTel {
  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;
  margin-right: 2.7em;
}
@media all and (max-width: 750px){
  .boxFooterContact01In .boxCont01 .boxTel {
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}

.boxFooterContact01In .boxCont01 .boxTel .linkBaseTelno {
  margin-bottom: 0.28em;
  line-height: 1.0;
  letter-spacing: 0.103em;
  font-family: var(--base-font-en);
  font-size: 2.65rem;
  color: #005bac;
}
@media all and (max-width: 750px){
  .boxFooterContact01In .boxCont01 .boxTel .linkBaseTelno {
    font-size: 2.2rem;
  }
}

.boxFooterContact01In .boxCont01 .boxTel .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0.35em;
}
@media all and (max-width: 750px){
  .boxFooterContact01In .boxCont01 .boxTel .dl01 {
    margin-right: 0;
  }
}

.boxFooterContact01In .boxCont01 .boxTel .dl01 > dt {
  margin-right: 1.2em;
  letter-spacing: 0.18em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxFooterContact01In .boxCont01 .boxTel .dl01 > dt {
    margin-right: 1.0em;
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

.boxFooterContact01In .boxCont01 .boxTel .dl01 > dd {
  letter-spacing: 0.22em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxFooterContact01In .boxCont01 .boxTel .dl01 > dd {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

/*
.boxFooterImg {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.boxFooterImgOne {
  width: 25%;
  aspect-ratio: 91 / 67;
}

.boxFooterImgOne img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
*/

.boxFooterRecruit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 15em;
  background-color: #f5f5f5;
  border-bottom: 1px #c3c3c3 solid;
}
@media all and (max-width: 750px){
  .boxFooterRecruit {
    min-height: 14em;
  }
}

.boxFooterRecruitIn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .boxFooterRecruitIn {
    position: relative;
    display: block;
    padding-bottom: 3.5em;
  }
}

.boxFooterRecruitIn .ttlBase04 {
  width: 250px;
}
@media all and (max-width: 750px){
  .boxFooterRecruitIn .ttlBase04 {
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1.6em;
  }
}

.boxFooterRecruitIn .p01 {
  position: relative;
  top: -0.37em;
  width: calc(100% - (250px + 360px));
  letter-spacing: 0.23em;
  font-family: var(--base-font-min);
  font-size: 1.43rem;
}
@media all and (max-width: 750px){
  .boxFooterRecruitIn .p01 {
    top: auto;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

.boxFooterRecruitIn .p01 .txt01 {
  color: #092163;
}
@media all and (max-width: 750px){
  .boxFooterRecruitIn .p01 .txt01 {
    font-size: 1.1rem;
  }
}

.boxFooterRecruitIn .boxLink {
  position: relative;
  top: -0.65em;
  width: 360px;
  text-align: right;
}
@media all and (max-width: 750px){
  .boxFooterRecruitIn .boxLink {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}

.boxFooter01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 8.24em;
  padding-bottom: 7.8em;
}
@media all and (max-width: 750px){
  .boxFooter01 {
    display: block;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.boxFooterMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% - 375px);
  padding-top: 0.3em;
}
@media all and (max-width: 750px){
  .boxFooterMenu01 {
    width: 100%;
    margin-bottom: 2.5em;
    padding-top: 0;
  }
}

.boxFooterMenu01 .ul01:nth-child(1) {
  width: 39%;
}
.boxFooterMenu01 .ul01:nth-child(2) {
  width: 28.6%;
}
.boxFooterMenu01 .ul01:nth-child(3) {
  width: calc(100% - (39% + 28.6%));
}
@media all and (max-width: 750px){
  .boxFooterMenu01 .ul01:nth-child(1) {
    width: 100%;
  }
  .boxFooterMenu01 .ul01:nth-child(2) {
    width: 100%;
  }
  .boxFooterMenu01 .ul01:nth-child(3) {
    width: 100%;
  }
}

.boxFooterMenu01 .ul01 > li {
  position: relative;
  margin-bottom: 0.95em;
  padding-left: 1.16em;
  padding-right: 1.0em;
  line-height: 1.8;
  letter-spacing: 0.14em;
  font-family: var(--base-font-min);
  font-size: 1.25rem;
  font-weight: 700;
}
@media all and (max-width: 1240px){
  .boxFooterMenu01 .ul01 > li {
    letter-spacing: 0.12em;
    font-size: 1.23rem;
  }
}
@media all and (max-width: 750px){
  .boxFooterMenu01 .ul01 > li {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

.boxFooterMenu01 .ul01 > li:before {
  content: '';
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #092163;
}

.boxFooterMenu01 .ul0101 {
  margin-top: 0.77em;
  padding-left: 0.1em;
}
@media all and (max-width: 750px){
  .boxFooterMenu01 .ul0101 {
    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;
    margin-top: 0.4em;
    padding-left: 0;
  }
}

.boxFooterMenu01 .ul0101 > li {
  position: relative;
  margin-bottom: 0.57em;
  font-family: var(--base-font-gothic);
  font-size: 1.2rem;
  font-weight: 500;
}
@media all and (max-width: 1240px){
  .boxFooterMenu01 .ul0101 > li {
    font-size: 1.18rem;
  }
}
@media all and (max-width: 750px){
  .boxFooterMenu01 .ul0101 > li {
    width: 49%;
    margin-right: calc(100% - 49% * 2);
    margin-bottom: 0.3em;
    font-size: 0.9rem;
  }
  .boxFooterMenu01 .ul0101 > li:nth-child(2n) {
    margin-right: 0;
  }
}

.boxFooterMenu01 .ul0101 > li:before {
  content: '';
  position: absolute;
  top: 0.9em;
  left: -1.0em;
  width: 0.3em;
  height: 1px;
  background-color: #1c1c1c;
}

.boxFooterMenu01 .ul0102 {
  position: relative;
  left: -0.85em;
  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;
  margin-top: 0.9em;
}
@media all and (max-width: 750px){
  .boxFooterMenu01 .ul0102 {
    left: 0;
    margin-top: 0.2em;
    margin-bottom: 1.3em;
  }
}

.boxFooterMenu01 .ul0102 > li {
  margin-right: 1.2em;
  font-size: 1.2rem;
}
@media all and (max-width: 1240px){
  .boxFooterMenu01 .ul0102 > li {
    margin-right: 0.8em;
    font-size: 1.18rem;
  }
}
@media all and (max-width: 750px){
  .boxFooterMenu01 .ul0102 > li {
    font-size: 0.9rem;
  }
}

.boxFooterInfo01 {
  width: 375px;
}
@media all and (max-width: 750px){
  .boxFooterInfo01 {
    width: 100%;
  }
}

.boxFooterInfo01 .ttl01 {
  margin-bottom: 2.3em;
  text-align: center;
}
@media all and (max-width: 750px){
  .boxFooterInfo01 .ttl01 {
    margin-bottom: 1.8em;
  }
}

@media all and (max-width: 750px){
  .boxFooterInfo01 .ttl01 .logo01Footer {
    width: 50vw;
  }
}

.boxFooterInfo01 .ttl01 .p01 {
  margin-top: 1.1em;
  padding: 0.35em 0.5em 0.25em 0.5em;
  background-color: #eaeaea;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 1.17rem;
}
@media all and (max-width: 750px){
  .boxFooterInfo01 .ttl01 .p01 {
    padding: 0.45em 0.5em 0.35em 0.5em;
    font-size: 0.9rem;
  }
}

.boxFooterInfo01 .boxCont01FOne {
  margin-bottom: 1.67em;
}
.boxFooterInfo01 .boxCont01FOne:last-child {
  margin-bottom: 0;
}

.boxFooterInfo01 .boxCont01FOne .ttl02 {
  margin-bottom: 0.67em;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #005bac;
}
@media all and (max-width: 750px){
  .boxFooterInfo01 .boxCont01FOne .ttl02 {
    font-size: 1.0rem;
  }
}

.boxFooterInfo01 .boxCont01FOne .pAddress {
  position: relative;
  margin-bottom: 0.55em;
  padding-right: 1.5em;
  letter-spacing: 0.01em;
  font-size: 1.12rem;
}
@media all and (max-width: 750px){
  .boxFooterInfo01 .boxCont01FOne .pAddress {
    margin-bottom: 0.5em;
    padding-right: 1.2em;
    font-size: 0.9rem;
  }
}

.boxFooterInfo01 .boxCont01FOne .pAddress .txtZipcode {
  letter-spacing: 0.03em;
  margin-right: 0.1em;
}

.boxFooterInfo01 .boxCont01FOne .pAddress .txtMap {
  position: absolute;
  top: -0.1em;
  right: 0.45em;
}
@media all and (max-width: 750px){
  .boxFooterInfo01 .boxCont01FOne .pAddress .txtMap {
    right: 0.25em;
    width: 0.9em;
  }
}

@media all and (max-width: 750px){
  .boxFooterInfo01 .boxCont01FOne .pAddress .txtMap img {
    width: 100%;
  }
}

.boxFooterInfo01 .boxCont01FOne .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxFooterInfo01 .boxCont01FOne .dlTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 1.13rem;
}
.boxFooterInfo01 .boxCont01FOne .dlTelFax:first-child:after {
  content: '/';
  margin: 0 0.35em;
}
@media all and (max-width: 750px){
  .boxFooterInfo01 .boxCont01FOne .dlTelFax {
    font-size: 0.9rem;
  }
}

.boxFooterInfo01 .boxCont01FOne .dlTelFax > dt {
  margin-right: 0.36em;
}

.boxFooterBn01 {
  background: linear-gradient(to right, #005bac 0%, #092163 100%);
}

.boxFooterBn01In {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 253px;
  padding: 0 1.5em;
}
@media all and (max-width: 750px){
  .boxFooterBn01In {
    -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;
    height: auto;
    padding: 2.5em 0 1.5em 0;
  }
}

.boxFooterBn01In a {
  margin-right: 1.4em;
}
.boxFooterBn01In a:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxFooterBn01In a {
    display: block;
    width: 48%;
    margin-right: calc(100% - 48% * 2);
    margin-bottom: 1.0em;
  }
  .boxFooterBn01In a:nth-child(2n) {
    margin-right: 0;
  }
}

.boxFooterMap01 {
  position: relative;
  height: 475px;
}
@media all and (max-width: 750px){
  .boxFooterMap01 {
    height: 100vw;
  }
}

.boxFooterMap01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.boxCopyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 4.0em;
  background-color: #092163;
}
@media all and (max-width: 750px){
  .boxCopyright {
    height: 3.0em;
  }
}

.boxCopyright > p {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: var(--base-font-en);
  font-size: 0.9rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxCopyright > p {
    letter-spacing: 0.02em;
    font-size: 0.8rem;
  }
}

@media all and (max-width: 750px){
  .boxCopyright > p .markCopy {
    font-family: Verdana, Roboto, "Droid Sans";
  }
}


/*##### Base Page #####*/
.boxPageWrap {
  padding: 4.3em 0 8.7em 0;
}
@media all and (max-width: 750px){
  .boxPageWrap {
    padding: 2.0em 0 2.5em 0;
  }
}

.boxPage01 {
  padding-bottom: 4.8em;
}
@media all and (max-width: 750px){
  .boxPage01 {
    padding-top: 2.0em;
    padding-bottom: 2.5em;
  }
}

.ttlBasePageH1 {
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
  font-size: 2.57rem;
}
@media all and (max-width: 750px){
  .ttlBasePageH1 {
    font-size: 2.133rem;
  }
}


/*##### Common Contents #####*/
