@charset "utf-8";

:root {
  --base-font-gothic: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-gothic02: "游ゴシック体",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: "Poppins", sans-serif;
  --base-font-weight: 400;
  --base-txt-color: #000206;
}

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

/*
body.home {
  background-image: url('./../../images/design/design-index02.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;
}
@media all and (max-width: 750px){
  body.home {
    background-image: url('./../../images/design/design-index-sp-open.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
  }
}*/

/*
body.home .boxLayoutBaseIn {
  min-height: 6690px;
}*/

/*
body.pageVoice {
  background-image: url('./../../images/design/design-voice.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.pageVoice .boxLayoutBaseIn {
  min-height: 19869px;
}*/


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



#container {
  position: relative;
  overflow: hidden;
}
body.home #container {
  padding-top: 137px;
}
@media all and (max-width: 750px){
  #container,
  body.home #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;*/
}
body.pageInterview.archive .boxLayoutBaseIn {
  position: relative;
  background-image: url('./../../images/interview/interview01-bg01.webp'), url('./../../images/interview/interview-top-bg01.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center top;
  background-size: 100% auto, auto auto;
}
@media all and (max-width: 1600px){
  body.pageInterview.archive .boxLayoutBaseIn {
    background-size: 104% auto, auto auto;
  }
}
@media all and (max-width: 1500px){
  body.pageInterview.archive .boxLayoutBaseIn {
    background-size: 105% auto, auto auto;
  }
}
@media all and (max-width: 1400px){
  body.pageInterview.archive .boxLayoutBaseIn {
    background-size: 110% auto, auto auto;
  }
}
@media all and (max-width: 1300px){
  body.pageInterview.archive .boxLayoutBaseIn {
    background-size: 112% auto, auto auto;
  }
}
@media all and (max-width: 750px){
  body.pageInterview.archive .boxLayoutBaseIn {
    background-image: url('./../../images/interview/interview-bg-sp.webp'), url('./../../images/interview/interview01-bg01.webp'), url('./../../images/interview/interview-top-bg01.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center 80%, center top, center top;
    background-size: 100% auto, 110% auto, 130% auto;
  }
}

/*
@media all and (max-width: 1600px){
  body.pageInterview.archive .boxLayoutBaseIn {
    background-size: 104% auto, auto auto;
  }
}
@media all and (max-width: 1500px){
  body.pageInterview.archive .boxLayoutBaseIn {
    background-size: 108% auto, auto auto;
  }
}
@media all and (max-width: 1400px){
  body.pageInterview.archive .boxLayoutBaseIn {
    background-size: 110% auto, auto auto;
  }
}
@media all and (max-width: 1300px){
  body.pageInterview.archive .boxLayoutBaseIn {
    background-size: 112% auto, auto auto;
  }
}
@media all and (max-width: 1200px){
  body.pageInterview.archive .boxLayoutBaseIn {
    background-size: 114% auto, auto auto;
  }
}
*/
@media all and (max-width: 750px){
  .boxLayoutBaseIn {
    /*padding-bottom: 2.5em;*/
  }
}


/***** Header *****/
.boxHeader {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
  min-width: 1120px;
  background-color: #fff;
}

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

.boxHeader01L {
  width: 350px;
}
@media all and (max-width: 1340px){
  .boxHeader01L {
    width: 280px;
  }
}
@media all and (max-width: 1200px){
  .boxHeader01L {
    width: 210px;
  }
}

.boxHeader01L .boxHeaderLogo01 {
  position: relative;
}

.boxHeader01L .ttlHeader {
  position: fixed;
  z-index: 1000;
  top: 2.65em;/*2.9em;*/
  left: 2.1em;/*1.4em;*/
}
@media all and (max-width: 1200px){
  .boxHeader01L .ttlHeader {
    left: 1.4em;
  }
}
@media all and (max-width: 750px){
  .boxHeader01L .ttlHeader {
    top: 4.0vw;
    left: 4.5vw;
  }
}

.boxHeader01L .ttlHeader a {
  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;
}

.boxHeader01L .ttlHeader a .logo01Header {
  width: 293px;
  max-width: none;
  margin-bottom: 0.6em;/*0.7em;*/
}
@media all and (max-width: 1340px){
  .boxHeader01L .ttlHeader a .logo01Header {
    width: 230px;
  }
}
@media all and (max-width: 1200px){
  .boxHeader01L .ttlHeader a .logo01Header {
    width: 180px;
  }
}
@media all and (max-width: 750px){
  .boxHeader01L .ttlHeader a .logo01Header {
    position: relative;
    top: auto;
    left: auto;
    width: 38.3vw;
    margin-bottom: 0.34em;
  }
}

.boxHeader01L .ttlHeader a .ttlEn {
  position: relative;
  left: 0.1em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 97%;
  height: 1.6em;
  background-color: #0081cc;
  letter-spacing: 0.145em;
  font-family: var(--base-font-en);
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  transform: skew(-10deg);
}
@media all and (max-width: 1200px){
  .boxHeader01L .ttlHeader a .ttlEn {
    letter-spacing: 0.12em;
    font-size: 1.15rem;
  }
}
@media all and (max-width: 750px){
  .boxHeader01L .ttlHeader a .ttlEn {
    width: 96%;
    height: 1.5em;
    letter-spacing: 0.08em;
    font-size: 0.65rem;
  }
}

.boxHeader01R {
  position: relative;/*fixed;*/
  z-index: 2;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  /*width: 80.3%;*/
  width: calc(100% - 350px);
  height: 137px;
  /*padding-top: 0.2em;
  padding-right: 233px;*/
  padding-left: 3.9em;
  border-bottom-left-radius: 2.0em;
  background-color: #fff;
}
@media all and (max-width: 1870px){
  .boxHeader01R {
    padding-left: 2.5em;
  }
}
@media all and (max-width: 1420px){
  .boxHeader01R {
    padding-left: 1.0em;
  }
}
@media all and (max-width: 1340px){
  .boxHeader01R {
    width: calc(100% - 280px);
  }
}
@media all and (max-width: 1200px){
  .boxHeader01R {
    width: calc(100% - 210px);
  }
}
@media all and (max-width: 750px){
  .boxHeader01R {
    position: relative;
    left: auto;
    width: auto;
    height: auto;
    padding: 0;
  }
}

.ulHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0.65em;
}
@media all and (max-width: 1540px){
  .ulHeaderMenu01 {
    padding-right: 0;
  }
}
@media all and (max-width: 1400px){
  .ulHeaderMenu01 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*width: 720px;*/
  }
}
@media all and (max-width: 1270px){
  .ulHeaderMenu01 {
    /*width: 570px;*/
  }
}
@media all and (max-width: 750px){
  .ulHeaderMenu01 {
    display: none;
  }
}

.ulHeaderMenu01 > li {
  position: relative;
  margin-right: 3.1em;
}
@media all and (max-width: 1870px){
  .ulHeaderMenu01 > li {
    margin-right: 1.5em;
  }
}
@media all and (max-width: 1400px){
  .ulHeaderMenu01 > li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 1.0em;
  }
}

.ulHeaderMenu01 > li.isSubMenu:after {
  content: '';
  position: absolute;
  bottom: -5.3em;
  left: 0;
  right: 0;
  display: none;
  width: 1.2em;
  height: 1.2em;
  margin: auto;
  border: 1.2em rgba(255,255,255,0) solid;
  border-top: 1.7em #fff solid;
  opacity: 1;
}
.ulHeaderMenu01 > li.isSubMenu.active:after {
  display: inline-block;
}

.ulHeaderMenu01 > li a {
  position: relative;
  z-index: 2;
  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;
}
.ulHeaderMenu01 > li.isSubMenu > a {
  pointer-events: none;
}

.ulHeaderMenu01 > li a .txtSub {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;/*flex-start;*/
  align-items: center;/*flex-start;*/
  margin-bottom: 0.3em;
}
@media all and (max-width: 1720px){
  .ulHeaderMenu01 > li a .txtSub {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 1540px){
  .ulHeaderMenu01 > li a .txtSub {
    font-size: 0.8rem;
  }
}
@media all and (max-width: 1400px){
  .ulHeaderMenu01 > li a .txtSub {
    margin-bottom: 0;
  }
}

.ulHeaderMenu01 > li a .txtSub .txtNum {
  position: relative;
  top: 0.1em;
  margin-right: 0.17em;
  margin-left: 0.05em;
  font-family: var(--base-font-en);
  font-size: 1.2rem;
  font-weight: 600;
  color: #60cef4;
  transform: skew(-10deg);
}
@media all and (max-width: 1400px){
  .ulHeaderMenu01 > li a .txtSub .txtNum {
    /*line-height: 1.1;*/
  }
}

.ulHeaderMenu01 > li.current a .txtSub .txtNum:before,
.ulHeaderMenu01 > li.current a .txtSub .txtNum:after,
.ulHeaderMenu01 > li:hover a .txtSub .txtNum:before,
.ulHeaderMenu01 > li:hover a .txtSub .txtNum:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0.1em;
  margin: auto;
  transform: skew(10deg);
}
.ulHeaderMenu01 > li.current a .txtSub .txtNum:before,
.ulHeaderMenu01 > li:hover a .txtSub .txtNum:before {
  left: -0.14em;
  width: 1.6em;
  height: 1.6em;
  border-radius: 1.6em;
  background-color: #fcff00;
}
.ulHeaderMenu01 > li.current a .txtSub .txtNum:after,
.ulHeaderMenu01 > li:hover a .txtSub .txtNum:after {
  left: -0.9em;
  width: 3.0em;
  height: 3.0em;
  border-radius: 3.0em;
  background-color: rgba(252, 255, 0, 0.2);
}

.ulHeaderMenu01 > li a .txtSub .txtNum > span {
  position: relative;
  z-index: 2;
}

.ulHeaderMenu01 > li a .txtSub .txtStr {
  letter-spacing: normal;
  transform: skew(-10deg);
}

.ulHeaderMenu01 > li a .txtMain {
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 700;
}
.ulHeaderMenu01 > li.current a .txtMain,
.ulHeaderMenu01 > li:hover a .txtMain {
  color: #0081cc;
}
@media all and (max-width: 1720px){
  .ulHeaderMenu01 > li a .txtMain {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 1545px){
  .ulHeaderMenu01 > li a .txtMain {
    font-size: 1.1rem;
  }
}

.ulHeaderMenu01In {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 339px;
  padding-top: 214px;
  padding-bottom: 4.0em;
  /*background-color: rgba(255,0,0,0.2);*/
}

.ulHeaderMenu01In > li {
  position: relative;
  margin-right: 5.4em;
}
.ulHeaderMenu01In > li:last-child {
  margin-right: 0;
}

.ulHeaderMenu01In > li:after {
  content: '';
  position: absolute;
  top: 0.3em;
  right: -2.5em;
  width: 1px;
  height: 3.3em;
  background-color: #fff;
  transform: skew(-11deg);
}
.ulHeaderMenu01In > li:last-child:after {
  content: none;
}

.ulHeaderMenu01In > li a {
  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;
  font-weight: 700;
  color: #fff;
}

.ulHeaderMenu01In > li a .txtJa {
  margin-bottom: 0.25em;
  letter-spacing: 0.09em;
  font-size: 1.7rem;
}
.ulHeaderMenu01In > li a:hover .txtJa {
  color: #fcff00;
}
@media all and (max-width: 1350px){
  .ulHeaderMenu01In > li a .txtJa {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1260px){
  .ulHeaderMenu01In > li a .txtJa {
    font-size: 1.3rem;
  }
}

.ulHeaderMenu01In > li a .txtEn {
  padding-left: 0.15em;
  letter-spacing: normal;
  font-family: var(--base-font-en);
  font-size: 0.87rem;
  font-weight: 600;
}
.ulHeaderMenu01In > li a:hover .txtEn {
  position: relative;
  width: 100%;
}

.ulHeaderMenu01In > li a:hover .txtEn:before,
.ulHeaderMenu01In > li a:hover .txtEn:after {
  content: '';
  position: absolute;
  top: 0.05em;
  bottom: 0;
  margin: auto;
}
.ulHeaderMenu01In > li a:hover .txtEn:before {
  right: 1.45em;
  height: 1px;
  background-color: #fff;
}
.ulHeaderMenu01In.no01 > li.no01 a:hover .txtEn:before {
  width: 58.0%;
}
.ulHeaderMenu01In.no01 > li.no02 a:hover .txtEn:before {
  width: 15.0%;
}
.ulHeaderMenu01In.no01 > li.no03 a:hover .txtEn:before {
  width: 54.0%;
}
.ulHeaderMenu01In.no01 > li.no04 a:hover .txtEn:before {
  width: 19.5%;
}
.ulHeaderMenu01In.no01 > li.no05 a:hover .txtEn:before {
  width: 62.5%;
}

.ulHeaderMenu01In.no05 > li.no01 a:hover .txtEn:before {
  width: 51.5%;
}
.ulHeaderMenu01In.no05 > li.no02 a:hover .txtEn:before {
  width: 32.5%;
}
.ulHeaderMenu01In.no05 > li.no03 a:hover .txtEn:before {
  width: 53.0%;
}
.ulHeaderMenu01In.no05 > li.no04 a:hover .txtEn:before {
  width: 47.0%;
}
.ulHeaderMenu01In.no05 > li.no05 a:hover .txtEn:before {
  width: 43.0%;
}

.ulHeaderMenu01In > li a:hover .txtEn:after {
  right: 0.2em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 0.6em;
  background-color: #fff;
}

.boxHeader01Sub {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 339px;
  padding-top: 214px;
  border-bottom-left-radius: 1.5em;
  background-image: url('./../../images/common/header-menu-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}


.linkHeaderR01 {
  position: relative;
  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: 233px;
  height: 137px;
  padding-top: 0.2em;
  background-color: #fcff00;
}
@media all and (max-width: 1720px){
  .linkHeaderR01 {
    width: 190px;
  }
}
@media all and (max-width: 1540px){
  .linkHeaderR01 {
    width: 170px;
    padding-right: 0.3em;
  }
}
@media all and (max-width: 1340px){
  .linkHeaderR01 {
    width: 100px;
  }
}
@media all and (max-width: 750px){
  .linkHeaderR01 {
    position: fixed;
    top: 0;
    right: 0;
    width: 20.4vw;
    height: 16.7vw;
    padding-top: 0.45em;
    padding-right: 0;
  }
}

.linkHeaderR01 .txtEn {
  margin-bottom: 0.18em;
  padding-left: 0.1em;
  line-height: 1.0;
  letter-spacing: 0.035em;
  font-family: var(--base-font-en);
  font-size: 2.8rem;
  font-weight: 600;
  transform: skew(-10deg);
  color: #0081cc;
}
@media all and (max-width: 1720px){
  .linkHeaderR01 .txtEn {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 1540px){
  .linkHeaderR01 .txtEn {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 1340px){
  .linkHeaderR01 .txtEn {
    padding-left: 0.2em;
    font-size: 1.7rem;
  }
}
@media all and (max-width: 750px){
  .linkHeaderR01 .txtEn {
    margin-bottom: 0.28em;
    padding-left: 0.1em;
    letter-spacing: -0.025em;
    font-size: 1.2rem;
  }
}

.linkHeaderR01 .txtJa {
  margin-left: 0.5em;
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 1720px){
  .linkHeaderR01 .txtJa {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1540px){
  .linkHeaderR01 .txtJa {
    letter-spacing: 0.03em;
    font-size: 1.0rem;
  }
}
@media all and (max-width: 750px){
  .linkHeaderR01 .txtJa {
    margin-left: 0;
    padding-left: 0.4em;
    line-height: 1.25;
    letter-spacing: 0.06em;
    font-size: 0.53rem;
  }
}



/***** 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: fixed;
  z-index: 1002;
  top: 0;
  right: 237px;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 171px;
  height: 165px;
  padding-bottom: 2.1em;
  border-bottom-left-radius: 1.2em;
  background-color: #0081cc;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 {
    top: 0;
    right: 20.4vw;
    display: -webkit-flex;
    display: flex;
    width: 17.1vw;
    height: 16.7vw;
    padding-bottom: 0;
    border-bottom-left-radius: 0.7em;
  }
}

.btnHmbMenu.typeCss01 .txt01 {
  position: absolute;
  top: 3.38em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  letter-spacing: 0.03em;
  font-family: var(--base-font-en);
  font-size: 2.0rem;
  font-weight: 500;
  color: #fff;
  transform: skew(-10deg);
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .txt01 {
    top: 9.2vw;
    font-size: 0.7rem;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn {
  position: relative;
  width: 82px;
  height: 33px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn {
    position: absolute;
    top: 0;
    bottom: 4.6vw;
    left: 0;
    right: 0;
    width: 50%;
    height: 22%;
    margin: auto;
  }
}

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

.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(-18.7px) rotate(45deg);
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
    transform: translateY(0.5vw) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-1.7vw) rotate(45deg);
    bottom: 1.0vw;
  }
}

.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: #16ade1;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    /*padding: calc(16.7vw + 0.2vw) 4% 0 4%;*/
    padding: 0;
    text-align: left;
  }
}

@media all and (max-width: 750px){
  .boxUlHmbMenu01 {
    padding: calc(16.7vw + 0.2vw) 4% 0 4%;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu01 {
    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;
    padding-bottom: 2.06em;
  }
}

.ulHmbMenu01 > li {
  padding: 1.0em 0;
  font-size: 1.5rem;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li {
    width: 100%;
    padding: 0;
    border-bottom: 2px #a2def3 solid;
    font-size: 1.05rem;
    font-weight: 700;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu01 > li.typeCol2 {
    position: relative;
    width: 47.4%;
    padding-left: 1.2em;
    font-size: 0.95rem;
    font-weight: 400;
  }
  .ulHmbMenu01 > li.typeCol2:nth-child(2n - 1 of li.typeCol2) {
    margin-right: calc(100% - 47.4% * 2);
  }
  .ulHmbMenu01 > li.typeCol2.typeExternal {
    padding-left: 1.65em;
    background-image: url('./../../images/base/base-icn-external-link05.png');
    background-repeat: no-repeat;
    background-position: 0.23em calc(50% + 0.05em);
    background-size: 0.9em auto;
  }
  .ulHmbMenu01 > li.typeCol2:not(.typeExternal):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.07em;
    width: 0.55em;
    height: 0.21em;
    margin: auto;
    background-color: #fff;
    transform: skew(-11deg);
  }
  .ulHmbMenu01 > li.typeCol2:after {
    content: none;
  }
  .ulHmbMenu01 > li.typeCol2:not(.boxAccordionWrap) > a:after {
    content: none;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu01 > li.typeCol2 > a {
    padding: 1.31em 1.0em 1.31em 0;
  }
}

.ulHmbMenu01 > li:not(:last-child):after {
  content: '-';
  margin: 0 0.8em;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li:not(:last-child):after {
    content: none;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu01 > li > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 1.31em 2.5em 1.31em 0;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu01 > li:not(.boxAccordionWrap) > a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .ulHmbMenu01 > li:not(.boxAccordionWrap) > a:after {
    right: 0.47em;
    top: 0.15em;
    width: 0.26em;
    height: 0.26em;
    border: 0.26em rgba(255,255,255,0) solid;
    border-left: 0.45em #fff solid;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu01 > li > a .txtNum {
    position: relative;
    top: 0.1em;
    left: 0.01em;
    margin-right: 0.6em;
    font-family: var(--base-font-en);
    font-size: 1.02rem;
    font-weight: 600;
    color: #fcff00;
    transform: skew(-11deg);
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu01 > li > a .txtStr {
    letter-spacing: 0.065em;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu01 > li > a .txtEn {
    margin-right: 0.5em;
    color: #fcff00;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu01 > li > a .icnAccordion {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0.2em;
    width: 7vw;
    transform: translateY(-50%);
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu0101 {
    margin-bottom: 0.2em;
    padding: 0.1em 0.8em 0.1em 0.85em;
    border-top: 0.15em #a2def3 solid;
    background-color: #049bcf;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu0101 > li > a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.69em 2.5em 0.69em 1.17em;
    border-bottom: 2px #16ade1 solid;
    letter-spacing: 0.11em;
    font-weight: 400;
  }
  .ulHmbMenu0101 > li:last-child > a {
    border-bottom: 0;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu0101 > li > a:before,
  .ulHmbMenu0101 > li > a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .ulHmbMenu0101 > li > a:before {
    left: 0.03em;
    width: 0.6em;
    height: 0.21em;
    background-color: #fff;
    transform: skew(-11deg);
  }
  .ulHmbMenu0101 > li > a:after {
    right: -0.22em;
    top: 0.15em;
    width: 0.3em;
    height: 0.3em;
    border: 0.3em rgba(255,255,255,0) solid;
    border-left: 0.55em #4fc9f3 solid;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo01 {
    position: relative;
    /*height: 9.83em;*/
    background-color: #fff;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo01In {
    position: relative;
    z-index: 2;
    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;
    padding-top: 1.6em;
    padding-bottom: 1.4em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo01In:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 91.5%;
    height: 2px;
    margin: auto;
    background-color: #a3a3a3;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo01In .ttl01 {
    margin-bottom: 0.2em;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--base-txt-color);
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo01In .dl01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1.0em;
    font-size: 0.93rem;
    color: #555;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo01In .dl01 > dt {
    position: relative;
    margin-right: 0.84em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo01In .dl01 > dt:before {
    content: '/';
    position: absolute;
    top: 0;
    right: -0.65em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo01In .dl01 > dt .str2 {
    letter-spacing: 1.0em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo01In .boxLink .linkBaseTelno {
    line-height: 1.0;
    letter-spacing: 0.023em;
    font-family: var(--base-font-en);
    font-size: 2.5rem;
    font-weight: 600;
    color: #0081cc;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo02 {
    position: relative;
    /*height: 9.95em;*/
    padding: 0 4% 6.5vw 4%;
    background-color: #fff;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo02In {
    position: relative;
    z-index: 2;
    padding-top: 1.5em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo02In .dl01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0.65em;
    font-size: 0.93rem;
  }
  .boxHmbMenuInfo02In .dl01:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo02In .dl01 > dt {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 23%;
    background-color: #e6e6e6;
    font-weight: 500;
    color: #0081cc;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo02In .dl01 > dt .str2 {
    letter-spacing: 1.1em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo02In .dl01 > dd {
    width: calc(100% - 23%);
    padding: 0.05em 3% 0.12em 3.4%;
    line-height: 1.58;
    letter-spacing: 0.036em;
    color: #555;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo02In .dl01 > dd .txtZipcode {
    margin-right: 0.25em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo02In .dl01 > dd .txtAddress {
    margin-right: 0.25em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuInfo02In .dl01 > dd .txtMap > a {
    color: #0081cc;
  }
}

.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: 547px;
  /*background-color: #000;*/
  background-image: url('./../../images/base/base-mv.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body.pageInterview.single .boxMvWrap,
body.pageStory.single .boxMvWrap {
  padding-top: 858px;
}
body.pageBusiness .boxMvWrap {
  background-image: url('./../../images/business/business-mv.jpg');
}
body.pageAboutus .boxMvWrap {
  background-image: url('./../../images/aboutus/aboutus-mv.jpg');
}
body.pageCompany .boxMvWrap {
  background-image: url('./../../images/company/company-mv.jpg');
}
body.pageData .boxMvWrap {
  background-image: url('./../../images/data/data-mv.jpg');
}
body.pageInterview.archive .boxMvWrap {
  padding-top: 782px;
  background-image: url('./../../images/interview/interview-mv.jpg');
}
body.pageMessage .boxMvWrap {
  background-image: url('./../../images/message/message-mv.jpg');
}
body.pageStory.archive .boxMvWrap {
  background-image: url('./../../images/story/story-mv.jpg');
}
@media all and (max-width: 750px){
  .boxMvWrap {
    padding-top: 23.8%;/*28.5%;*/
    /*
    background-image: url('./../../images/base/sp-base-mv-bg01.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;*/
    background-position: center bottom;
    background-size: 100% auto;/*auto 100% ;*/
  }
  body.pageInterview.archive .boxMvWrap {
    padding-top: 40.5%;
    background-position: center bottom;
    background-size: 100% auto;
  }
  body.pageInterview.single .boxMvWrap {
    padding-top: 44.7%;
    padding-top: 100%;
  }
  body.pageStory.single .boxMvWrap {
    padding-top: 45.0%;
    padding-top: 100%;
  }
}

.boxMv {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
body.pageStory.single .boxMv {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 12.9em;
}
@media all and (max-width: 750px){
  .boxMv {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 4.0em;
  }
  body.pageInterview.archive .boxMv {
    z-index: 2;
  }
  body.pageInterview.single .boxMv {
    padding-top: 0.5em;
    padding-top: 57.5%;
  }
  body.pageStory.single .boxMv {
    padding-top: 1.0em;
    padding-top: 57.5%;
  }
}

.ttlMv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-left: auto;
  padding-right: 0.3%;
  /*font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  /*padding-top: 2.2em;*/
  /*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  /*font-weight: 400;*/
  /*color: #fff;*/
}
@media all and (max-width: 750px){
  .ttlMv {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
  body.pageInterview.archive .ttlMv {
    margin-bottom: 2.0em;
  }
}

.ttlMv .ttlParent {
  margin-top: -1.9em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlMv .ttlParent {
    font-size: 1.1rem;
  }
}

.ttlMv .ttlJa {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 6.0%;
  letter-spacing: 0.1em;
  font-size: 5.0rem;
  font-weight: 900;
  transform: skew(-10deg);
  white-space: nowrap;
}
body.pageAboutus .ttlMv .ttlJa,
body.pageData .ttlMv .ttlJa,
body.pageEducation .ttlMv .ttlJa,
body.pageChibaCharm .ttlMv .ttlJa,
body.pageMessage .ttlMv .ttlJa {
  margin-bottom: 0.4em;
}
body.pageInterview.archive .ttlMv .ttlJa {
  margin-right: 5.0%;
  margin-bottom: 0.4em;
  color: #fcff00;
}
body.pageInterview.single .ttlMv .ttlJa {
  position: relative;
  margin-bottom: 1.17em;
  padding-right: 0.1em;
  letter-spacing: 0.105em;
  font-size: 2.55rem;
  transform: none;
}
@media all and (max-width: 1250px){
  .ttlMv .ttlJa {
    font-size: 4.0rem;
  }
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    -webkit-order: 2;
    order: 2;
    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;
    margin-top: -1.52em;
    margin-right: 0;
    letter-spacing: 0.08em;
    font-size: 1.6rem;
  }
  body.pageAboutus .ttlMv .ttlJa,
  body.pageData .ttlMv .ttlJa,
  body.pageEducation .ttlMv .ttlJa,
  body.pageChibaCharm .ttlMv .ttlJa,
  body.pageMessage .ttlMv .ttlJa {
    margin-bottom: 0;
  }
  body.pageInterview.single .ttlMv .ttlJa {
    font-size: 1.3rem;
  }
}

body.pageInterview.single .ttlMv .ttlJa:before {
  content: '';
  position: absolute;
  top: 0.73em;
  left: -1.4em;
  width: 0.9em;
  height: 1px;
  background-color: #000206;
}

.ttlMv .ttlJa .ttlSub {
  position: relative;
  top: 0.2em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.5em;
  margin-right: 1.9em;
  padding: 0.2em 1.2em 0.25em 1.4em;
  background-color: rgb(0, 129, 204, 0.7);
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  color: #fff;
  transform: skew(-2deg);
  background-blend-mode: multiply;
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa .ttlSub {
    top: -0.7em;
    height: 2.1em;
    margin-left: -1.2em;
    margin-right: 0.7em;
    margin-bottom: 1.6em;
    padding: 0.2em 0.9em 0.25em 1.7em;
    letter-spacing: 0.03em;
    font-size: 0.68rem;
    font-weight: 600;
  }
}

.ttlMv .ttlJa .ttlSub > span {
  display: inline-block;
  transform: skew(10deg);
}

@media all and (max-width: 750px){
  .ttlMv .ttlJa .ttlMain {
    position: relative;
    top: 0.2em;
    width: 100vw;
    text-align: center;
  }
  body.pageRecruit.single .ttlMv .ttlJa .ttlMain {
    display: none;
  }
}

.ttlMv .ttlEn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 0.02em;
  line-height: 1.0;
  letter-spacing: -0.03em;
  font-family: var(--base-font-en);
  font-size: 11.4rem;
  font-weight: 600;
  transform: skew(-19deg);
  color: #fff;
}
body.pageAboutus .ttlMv .ttlEn,
body.pageChibaCharm .ttlMv .ttlEn,
body.pageData .ttlMv .ttlEn,
body.pageEducation .ttlMv .ttlEn,
body.pageInterview.single .ttlMv .ttlEn,
body.pageMessage .ttlMv .ttlEn {
  margin-bottom: -0.16em;
}
body.pageInterview.archive .ttlMv .ttlEn {
  margin-bottom: 1.325em;
}
@media all and (max-width: 1250px){
  .ttlMv .ttlEn {
    font-size: 9.8rem;
  }
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {
    position: relative;
    top: -0.35em;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 0;/*1.0em;*/
    padding-right: 0.2em;
    font-size: 2.7rem;
  }
  body.pageAboutus .ttlMv .ttlEn,
  body.pageChibaCharm .ttlMv .ttlEn,
  body.pageCompany .ttlMv .ttlEn,
  body.pageData .ttlMv .ttlEn,
  body.pageEducation .ttlMv .ttlEn,
  body.pageInterview.single .ttlMv .ttlEn,
  body.pageMessage .ttlMv .ttlEn,
  body.pagePurpose .ttlMv .ttlEn {
    margin-bottom: 0;
  }
  body.pageInterview.archive .ttlMv .ttlEn {
    margin-bottom: 1.0em;
    font-size: 1.6rem;
  }
  body.pageInterview.single .ttlMv .ttlEn {
    margin-bottom: 1.5em;
    padding-right: 0.5em;
    font-size: 1.2rem;
  }
  body.page404 .ttlMv .ttlEn,
  body.pageEntry .ttlMv .ttlEn,
  body.pageBusiness .ttlMv .ttlEn,
  body.pagePrivacyPolicy .ttlMv .ttlEn,
  body.pageRecruit .ttlMv .ttlEn,
  body.pageStory.archive .ttlMv .ttlEn,
  body.pageWorkstyle .ttlMv .ttlEn {
    margin-bottom: 0.91em;
  }
}

.ttlMv .ttlEn .small {
  position: relative;
  top: 0.15em;
  display: inline-block;
  margin-left: 0.3em;
  line-height: 0.9;
  letter-spacing: 0.03em;
  font-size: 5.5rem;
}
body.pageData .ttlMv .ttlEn .small {
  top: -0.5em;
}
body.pageInterview.archive .ttlMv .ttlEn .small {
  top: auto;
  margin-left: 0.24em;
  line-height: 1.0;
  font-size: inherit;
  letter-spacing: -0.025em;
}
body.pageInterview.single .ttlMv .ttlEn .small {
  top: -0.23em;
  margin-left: 0.25em;
}
body.pageVoice .ttlMv .ttlEn .small {
  top: -0.11em;
}
@media all and (max-width: 1250px){
  .ttlMv .ttlEn .small {
    font-size: 3.9rem;
  }
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn .small {
    font-size: 1.0rem;
  }
}

body.pageInterview.single .ttlMv .ttlEn .txtNum {
  margin-left: -0.03em;
  letter-spacing: -0.1em;
  font-size: 10.2rem;
}
@media all and (max-width: 750px){
  body.pageInterview.single .ttlMv .ttlEn .txtNum {
    font-size: 1.6rem;
  }
}

.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 #####*/
.boxFooter01Wrap {
  position: relative;
  min-height: 500px;
  padding-top: 5.65em;
  background-color: rgba(255,0,0,0.2);
  background-image: url('./../../images/common/footer01-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media all and (max-width: 750px){
  .boxFooter01Wrap {
    min-height: auto;
    padding-top: 2.7em;
    padding-bottom: 0.5em;
  }
}

.boxFooter01Wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 5.0em;
  height: 5.0em;
  margin: auto;
  border: 5.0em rgba(255,255,255,0) solid;
  border-top: 4.0em #fff solid;
}
@media all and (max-width: 750px){
  .boxFooter01Wrap:before {
    width: 2.0em;
    height: 2.0em;
    border: 2.0em rgba(255,255,255,0) solid;
    border-top: 2.0em #fff solid;
  }
}

.boxFooter01Wrap:after {
  content: 'ENTRY';
  position: absolute;
  left: 48.8%;
  bottom: -0.27em;
  line-height: 1.0;
  letter-spacing: -0.016em;
  font-family: var(--base-font-en);
  font-size: 20.0rem;
  font-weight: 600;
  color: rgba(255,255,255,0.1);
  transform: skew(-10deg) translateX(-50%);
}
@media all and (max-width: 750px){
  .boxFooter01Wrap:after {
    bottom: -0.2em;
    font-size: 7.5rem;
  }
}

.boxFooter01 {
  position: relative;
}

.boxFooter01:before {
  content: '';
  position: absolute;
  bottom: -1.2em;
  left: 3.6em;
  width: 613px;
  background-image: url('./../../images/common/footer01-img01.webp');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 613 / 543;
}
@media all and (max-width: 1500px){
  .boxFooter01:before {
    left: 1%;
  }
}
@media all and (max-width: 1430px){
  .boxFooter01:before {
    left: -2%;
  }
}
@media all and (max-width: 1340px){
  .boxFooter01:before {
    left: -6%;
  }
}
@media all and (max-width: 1250px){
  .boxFooter01:before {
    left: -12%;
  }
}
@media all and (max-width: 750px){
  .boxFooter01:before {
    left: -16%;
    bottom: 2.0em;
    width: 90vw;
  }
}

.boxFooter01 .ttl01 {
  position: relative;
  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;
  margin-bottom: 3.05em;
}

.boxFooter01 .ttl01 .ttlEn {
  padding-left: 0.3em;
  line-height: 1.0;
  text-align: right;
  font-family: var(--base-font-en);
  font-size: 2.7rem;
  font-weight: 700;
  transform: skew(-10deg);
  color: #1e3d49;
  mix-blend-mode: overlay;
}
@media all and (max-width: 750px){
  .boxFooter01 .ttl01 .ttlEn {
    margin-bottom: 2.3em;
    padding-left: 0;
    font-size: 2.5rem;
  }
}

.boxFooter01 .ttl01 .ttlEn .txt01 {
  margin-right: 0.65em;
}
@media all and (max-width: 750px){
  .boxFooter01 .ttl01 .ttlEn .txt01 {
    margin-right: 0;
  }
}

.boxFooter01 .ttl01 .ttlJa {
  line-height: 1.0;
  letter-spacing: -0.05em;
  font-size: 4.6rem;
  font-weight: 800;
  transform: skew(-10deg);
  text-shadow: 1px 5px 0 #fff;
}
@media all and (max-width: 750px){
  .boxFooter01 .ttl01 .ttlJa {
    letter-spacing: 0.1em;
    font-size: 2.6rem;
  }
}

.boxFooter01 .ttl01 .ttlJa .txtLarge {
  position: relative;
  top: 0.1em;
  margin-right: 0.07em;
  line-height: 0.54;
  font-size: 6.8rem;
}
@media all and (max-width: 750px){
  .boxFooter01 .ttl01 .ttlJa .txtLarge {
    top: 0;
    font-size: 3.8rem;
  }
}

.boxFooter01 .boxLink {
  position: relative;
  z-index: 2;
  margin-bottom: 2.57em;
}

.boxFooter01 .boxLink a {
  position: relative;
  left: -0.12em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 646px;
  height: 2.92em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.05em;
  border-radius: 0.45em;
  background-color: #ffff00;
  font-size: 2.66rem;
  font-weight: 700;
  color: #0081cc;
  transform: skew(-10deg);
  box-shadow: 0.24em 0.24em 1px 0 #006199;
}
@media all and (max-width: 750px){
  .boxFooter01 .boxLink a {
    left: auto;
    max-width: none;
    height: 2.5em;
    font-size: 1.7rem;
  }
}

.boxFooter01 .boxLink a:before,
.boxFooter01 .boxLink a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: skew(10deg);
}
.boxFooter01 .boxLink a:before {
  right: 0.88em;
  width: 0.88em;
  height: 0.88em;
  border: 0.11em #0081cc solid;
  border-radius: 0.88em;
  background-color: #fff;
}
.boxFooter01 .boxLink a:after {
  right: 1.04em;
  width: 0.15em;
  height: 0.15em;
  border: 0.15em rgba(255,255,255,0) solid;
  border-left: 0.22em #0081cc solid
}

.boxFooter01 .boxLink a > span {
  transform: skew(10deg);
}

.boxFooter01 .boxLink a > span .txtSmall {
  margin: 0 0.1em;
  font-size: 2.3rem;
}
@media all and (max-width: 750px){
  .boxFooter01 .boxLink a > span .txtSmall {
    font-size: 1.4rem;
  }
}

.boxFooter01 .p01 {
  position: relative;
  z-index: 2;
  margin-bottom: 1.3em;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxFooter01 .p01 {
    font-size: 1.2rem;
  }
}

.boxFooterInfoLinkWrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 290px;
  padding: 2.0em 0;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxFooterInfoLinkWrap {
    min-height: auto;
    padding: 3.0em 0 12.0em 0;
  }
}

.boxFooterInfoLinkWrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 872px;
  background-image: url('./../../images/common/footer-info-link-bg01.webp');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 872 / 447;
}
@media all and (max-width: 750px){
  .boxFooterInfoLinkWrap:before {
    width: 200%;
  }
}

.boxFooterInfoLink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
@media all and (max-width: 750px){
  .boxFooterInfoLink {
    display: block;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.boxFooterInfo {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 61.5%;
  padding-left: 1.65%;
}
@media all and (max-width: 1480px){
  .boxFooterInfo {
    width: 68.5%;
  }
}
@media all and (max-width: 750px){
  .boxFooterInfo {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

.boxFooterInfoL {
  width: 293px;
  padding-top: 0.3em;
}
@media all and (max-width: 750px){
  .boxFooterInfoL {
    width: 100%;
    margin-bottom: 2.0em;
    padding-top: 0;
  }
}

.boxFooterInfo .ttl01 {
  margin-bottom: 4.6em;
}
@media all and (max-width: 750px){
  .boxFooterInfo .ttl01 {
    margin-bottom: 1.3em;
  }
}

.boxFooterInfo .ttl01 a {
  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;
}
@media all and (max-width: 750px){
  .boxFooterInfo .ttl01 a {
    -webkit-align-items: center;
    align-items: center;
  }
}

.boxFooterInfo .ttl01 a .logo01Footer {
  position: relative;
  left: 0.1em;
  width: 293px;
  max-width: none;
  margin-bottom: 0.7em;
}
@media all and (max-width: 750px){
  .boxFooterInfo .ttl01 a .logo01Footer {
    width: 80vw;
  }
}

.boxFooterInfo .ttl01 a .ttlEn {
  position: relative;
  left: 0.1em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 99.5%;
  height: 1.6em;
  background-color: #0081cc;
  letter-spacing: 0.145em;
  font-family: var(--base-font-en);
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}

.boxFooterInfo .ttl01 a .ttlEn > span {
  transform: skew(-10deg);
}

.boxFooterInfo .boxLink {
  text-align: center;
}

.boxFooterInfo .boxLink a > span {
  position: relative;
  padding-right: 1.6em;
  letter-spacing: 0.1em;
  font-size: 1.23rem;
  color: #0081cc;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxLink a > span {
    font-size: 1.0rem;
  }
}

.boxFooterInfo .boxLink a > span:before,
.boxFooterInfo .boxLink a > span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.boxFooterInfo .boxLink a > span:before {
  right: -0.15em;
  width: 1.1em;
  height: 1.1em;
  border-radius: 1.1em;
  background-color: #0081cc;
}
.boxFooterInfo .boxLink a > span:after {
  right: 0;
  width: 0.23em;
  height: 0.23em;
  border: 0.23em rgba(255,255,255,0) solid;
  border-left: 0.35em #ffff00 solid;
}

.boxFooterInfoR {
  width: calc(100% - 293px);
  padding-top: 0.25em;
  padding-left: 3.9%;
}
@media all and (max-width: 750px){
  .boxFooterInfoR {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.boxFooterInfoR .boxDl01 {
  position: relative;
  margin-bottom: 1.3em;
  padding-bottom: 1.0em;
}

.boxFooterInfoR .boxDl01:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 41.8em;/*73%;*/
  height: 1px;
  background-color: #d4d4d4;
}

.boxFooterInfoR .boxDl01 .dl01 {
  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: 0.77em;
}
@media all and (max-width: 1630px){
  .boxFooterInfoR .boxDl01 .dl01 {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.0em;
  }
  .boxFooterInfoR .boxDl01 .dl01:last-child {
    margin-bottom: 0.7em;
  }
}

.boxFooterInfoR .boxDl01 .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 125px;
  height: 2.0em;
  padding-top: 0.1em;
  background-color: #e6e6e6;
  color: #0081cc;
}
@media all and (max-width: 1630px){
  .boxFooterInfoR .boxDl01 .dl01 > dt {
    margin-bottom: 0.5em;
  }
}
@media all and (max-width: 750px){
  .boxFooterInfoR .boxDl01 .dl01 > dt {
    width: 30vw;
    margin-bottom: 0.6em;
    font-size: 0.9rem;
  }
}

.boxFooterInfoR .boxDl01 .dl01 > dt > span {
  letter-spacing: 0.07em;
  font-size: 1.25rem;
}
@media all and (max-width: 1410px){
  .boxFooterInfoR .boxDl01 .dl01 > dt > span {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 750px){
  .boxFooterInfoR .boxDl01 .dl01 > dt > span {
    font-size: 0.9rem;
  }
}

.boxFooterInfoR .boxDl01 .dl01 > dt > span .str2 {
  letter-spacing: 1.15em;
}

.boxFooterInfoR .boxDl01 .dl01 > dd {
  width: calc(100% - 125px);
  padding-left: 1.5%;
  padding-top: 0.1em;
  letter-spacing: 0.065em;
  font-size: 1.25rem;
}
@media all and (max-width: 1630px){
  .boxFooterInfoR .boxDl01 .dl01 > dd {
    width: 100%;
    padding-left: 0;
  }
}
@media all and (max-width: 1410px){
  .boxFooterInfoR .boxDl01 .dl01 > dd {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1160px){
  .boxFooterInfoR .boxDl01 .dl01 > dd {
    font-size: 1.06rem;
  }
}
@media all and (max-width: 750px){
  .boxFooterInfoR .boxDl01 .dl01 > dd {
    font-size: 0.9rem;
  }
}

.boxFooterInfoR .boxDl01 .dl01 > dd .txtAddress,
.boxFooterInfoR .boxDl01 .dl01 > dd .txtMap {
  background-color: rgba(255,255,255,0.8);
}

.boxFooterInfoR .boxDl01 .dl01 > dd .txtMap a {
  color: #0081cc;
  text-decoration: underline;
}

.boxFooterContact .dl01 {
  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: 1580px){
  .boxFooterContact .dl01 {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.boxFooterContact .dl01 > dt {
  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: 190px;
}
@media all and (max-width: 1580px){
  .boxFooterContact .dl01 > dt {
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}
@media all and (max-width: 750px){
  .boxFooterContact .dl01 > dt {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0.5em;
  }
}

.boxFooterContact .dl01 > dt .txt01 {
  margin-bottom: 0.2em;
  letter-spacing: 0.07em;
  font-size: 1.25rem;
  font-weight: 700;
}
@media all and (max-width: 1580px){
  .boxFooterContact .dl01 > dt .txt01 {
    margin-right: 1.0em;
  }
}
@media all and (max-width: 750px){
  .boxFooterContact .dl01 > dt .txt01 {
    margin-bottom: 0;
    padding-top: 0.1em;
    font-size: 1.0rem;
    text-shadow: 1px 1px 0 #fff, 1px 1px 2px #fff, 0 0 2px #fff;
  }
}

.boxFooterContact .dl01 > dt .txt02 {
  padding-left: 0.1em;
  letter-spacing: 0.03em;
  font-size: 1.13rem;
}
@media all and (max-width: 1580px){
  .boxFooterContact .dl01 > dt .txt02 {
    padding: 0.1em 0.5em;
    margin-top: 0.05em;
    text-shadow: 1px 1px 0 #fff;
    background-color: rgba(255,255,255,0.8);
  }
}
@media all and (max-width: 750px){
  .boxFooterContact .dl01 > dt .txt02 {
    font-size: 0.95rem;
  }
}

.boxFooterContact .dl01 > dt .txt02 .str2 {
  letter-spacing: 0.7em;
}

.boxFooterContact .dl01 > dd {
  width: calc(100% - 190px);
  padding-left: 0.1em;
}
@media all and (max-width: 1580px){
  .boxFooterContact .dl01 > dd {
    width: 100%;
  }
}
@media all and (max-width: 750px){
  .boxFooterContact .dl01 > dd {
    text-align: center;
  }
}

.boxFooterContact .dl01 > dd .linkBaseTelno {
  display: inline-block;
  padding-top: 0.05em;
  line-height: 1.0;
  letter-spacing: 0.023em;
  font-family: var(--base-font-en);
  font-size: 3.3rem;
  font-weight: 600;
  color: #0081cc;
  text-shadow: 2px 2px 0 #fff;
}
@media all and (max-width: 750px){
  .boxFooterContact .dl01 > dd .linkBaseTelno {
    font-size: 2.6rem;
  }
}

.boxFooterLink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 61.5%);
  padding-top: 0.2em;
  padding-left: 1.9%;
}
@media all and (max-width: 1480px){
  .boxFooterLink {
    width: calc(100% - 68.5%);
  }
}
@media all and (max-width: 750px){
  .boxFooterLink {
    width: 100%;
  }
}

.boxFooterLink a {
  position: absolute;/*relative;*/
  bottom: 5.65em;
  right: 0;
  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: 36.65%;/*100%;*/
  height: 9.1em;
  padding-top: 1.0em;/*1.24em;*/
  padding-left: 1.3%;
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  background-color: #fe2b22;
  transform: skew(-10deg);
  box-shadow: 0.7em 0.6em 0 0 #b01210;
}
@media all and (max-width: 1480px){
  .boxFooterLink a {
    width: 31.0%;
  }
}
@media all and (max-width: 750px){
  .boxFooterLink a {
    bottom: 3.0em;
    right: -5%;
    width: 100.0%;
    height: 7.5em;
  }
}

.boxFooterLink a:after {
  content: '';
  position: absolute;
  bottom: -5.75em;
  right: 0;
  width: 324px;
  background-image: url('./../../images/common/footer-info-link-img01.webp');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 324 / 299;
  transform: skew(10deg);
}
@media all and (max-width: 1880px){
  .boxFooterLink a:after {
    right: -5.0em;
  }
}
@media all and (max-width: 750px){
  .boxFooterLink a:after {
    right: 0;/*-4%;*/
    bottom: -3.0em;
    width: 50vw;/*45vw;*/
  }
}

.boxFooterLink a .txtMain {
  position: relative;
  margin-bottom: 0.2em;/*0.38em;*/
  padding-left: 1.6em;
  letter-spacing: 0.06em;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  transform: skew(10deg);
  text-shadow: 2px 2px 0 #b01210;
}
@media all and (max-width: 1690px){
  .boxFooterLink a .txtMain {
    padding-left: 0.5em;
  }
}
@media all and (max-width: 1560px){
  .boxFooterLink a .txtMain {
    margin-bottom: 0.4em;
    font-size: 2.2rem;
  }
}
@media all and (max-width: 1480px){
  .boxFooterLink a .txtMain {
    margin-bottom: 0.3em;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1320px){
  .boxFooterLink a .txtMain {
    padding-left: 0.3em;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1230px){
  .boxFooterLink a .txtMain {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 750px){
  .boxFooterLink a .txtMain {
    padding-left: 0.5em;
  }
}

.boxFooterLink a .txtMain:before,
.boxFooterLink a .txtMain:after {
  content: '';
  position: absolute;
  top: 0.15em;
  bottom: 0;
  margin: auto;
}
.boxFooterLink a .txtMain:before {
  right: -1.44em;
  width: 1.1em;
  height: 1.1em;
  border: 0.18em #ff8d8d solid;
  border-radius: 1.1em;
  background-color: #fff;
}
.boxFooterLink a .txtMain:after {
  right: -1.15em;
  width: 0.16em;
  height: 0.16em;
  border: 0.16em rgba(255,255,255,0) solid;
  border-left: 0.25em #fd5050 solid;
}
@media all and (max-width: 750px){
  .boxFooterLink a .txtMain:before {
    right: -1.2em;
  }
  .boxFooterLink a .txtMain:after {
    right: -0.9em;
  }
}

.boxFooterLink a .txtSub {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 2.05em;
  padding: 0.2em 0 0.2em 2.2em;
  border-radius: 2.05em;
  background-color: #ff8d8d;
  font-size: 1.15rem;
  font-weight: 700;
  transform: skew(10deg);
}
@media all and (max-width: 1690px){
  .boxFooterLink a .txtSub {
    padding-left: 1.0em;
  }
}
@media all and (max-width: 1640px){
  .boxFooterLink a .txtSub {
    font-size: 1.0rem;
  }
}
@media all and (max-width: 1470px){
  .boxFooterLink a .txtSub {
    padding: 0.2em 3.0em 0.2em 1.5em;
    text-align: center;
    font-size: 0.9rem;
  }
}
@media all and (max-width: 1260px){
  .boxFooterLink a .txtSub {
    padding: 0.2em 6.0em 0.2em 1.5em;
  }
}

@media all and (max-width: 1480px){
  .boxFooterLink a .txtSub .dOneLine {
    width: 100%;
  }
}

.boxFooterMenu01Wrap {
  min-height: 697px;
  padding: 5.4em 1.8% 1.2em 1.8%;
  background-color: #16ade1;
}
@media all and (max-width: 750px){
  .boxFooterMenu01Wrap {
    min-height: auto;
    padding: 2.5em 4% 0.3em 4%;
  }
}

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

.ulFooterMenu01 > li {
  width: 14%;
  margin-right: 2.3%;/*calc((100% - 14% * 7) / 6);*/
  margin-bottom: 3.5em;
}
.ulFooterMenu01 > li:nth-child(1) {
  width: 11.2%;
}
.ulFooterMenu01 > li:nth-child(2) {
  width: 12.35%;
}
.ulFooterMenu01 > li:nth-child(3) {
  width: 12.25%;
}
.ulFooterMenu01 > li:nth-child(4) {
  width: 12.25%;
}
.ulFooterMenu01 > li:nth-child(5) {
  width: 12.35%;
}
.ulFooterMenu01 > li:nth-child(6) {
  width: 12.25%;
}
.ulFooterMenu01 > li:nth-child(7) {
  width: 13.55%;
}
.ulFooterMenu01 > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 1730px){
  .ulFooterMenu01 > li {
    margin-right: 1.5%;
  }
  .ulFooterMenu01 > li:nth-child(2) {
    width: 13.35%;
  }
  .ulFooterMenu01 > li:nth-child(5) {
    width: 13.35%;
  }
  .ulFooterMenu01 > li:nth-child(7) {
    width: 15.25%;
  }
}
@media all and (max-width: 1390px){
  .ulFooterMenu01 > li:nth-child(1) {
    min-width: 148px;
  }
  .ulFooterMenu01 > li:nth-child(2) {
    min-width: 176px;
  }
  .ulFooterMenu01 > li:nth-child(3) {
    min-width: 162px;
  }
  .ulFooterMenu01 > li:nth-child(4) {
    min-width: 162px;
  }
  .ulFooterMenu01 > li:nth-child(5) {
    min-width: 176px;
  }
  .ulFooterMenu01 > li:nth-child(6) {
    min-width: 162px;
  }
  .ulFooterMenu01 > li:nth-child(7) {
    min-width: 202px;
  }
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li {
    width: 48%;
    margin-right: calc(100% - 48% * 2);
    margin-bottom: 2.0em;
  }
  .ulFooterMenu01 > li:nth-child(1) {
    width: 48%;
    min-width: auto;
  }
  .ulFooterMenu01 > li:nth-child(2) {
    width: 48%;
    min-width: auto;
  }
  .ulFooterMenu01 > li:nth-child(3) {
    width: 48%;
    min-width: auto;
  }
  .ulFooterMenu01 > li:nth-child(4) {
    width: 48%;
    min-width: auto;
  }
  .ulFooterMenu01 > li:nth-child(5) {
    width: 48%;
    min-width: auto;
  }
  .ulFooterMenu01 > li:nth-child(6) {
    width: 48%;
    min-width: auto;
  }
  .ulFooterMenu01 > li:nth-child(7) {
    width: 48%;
    min-width: auto;
  }
  .ulFooterMenu01 > li:nth-child(2n){
    margin-right: 0;
  }
}

.ulFooterMenu01 > li > a {
  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;
}

.ulFooterMenu01 > li > a .txtSub {
  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: 0.3em;
  color: #fff;
}

.ulFooterMenu01 > li > a .txtSub .txtNum,
.ulFooterMenu01 > li > a .txtSub .txtEn {
  position: relative;
  top: -0.1em;
  margin-right: 0.17em;
  margin-left: 0.05em;
  font-family: var(--base-font-en);
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffff00;
  transform: skew(-10deg);
}
@media all and (max-width: 1730px){
  .ulFooterMenu01 > li > a .txtSub .txtNum,
  .ulFooterMenu01 > li > a .txtSub .txtEn {
    top: 0;
    font-size: 1.05rem;
  }
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li > a .txtSub .txtNum,
  .ulFooterMenu01 > li > a .txtSub .txtEn {
    top: 0.1em;
    margin-right: 0.2em;
    font-size: 0.9rem;
  }
}

.ulFooterMenu01 > li > a .txtSub .txtNum > span {
  position: relative;
  z-index: 2;
}

.ulFooterMenu01 > li > a .txtSub .txtStr {
  letter-spacing: 0.03em;
  transform: skew(-10deg);
}
@media all and (max-width: 1730px){
  .ulFooterMenu01 > li > a .txtSub .txtStr {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li > a .txtSub .txtStr {
    font-size: 0.85rem;
  }
}

.ulFooterMenu01 > li > a .txtMain {
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 1730px){
  .ulFooterMenu01 > li > a .txtMain {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1440px){
  .ulFooterMenu01 > li > a .txtMain {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li > a .txtMain {
    letter-spacing: 0.03em;
    font-size: 1.05rem;
  }
}

.ulFooterMenu0101 {
  margin-top: 2.1em;
  padding-top: 2.1em;
  border-top: 1px rgba(255,255,255,0.6) solid;
}
@media all and (max-width: 750px){
  .ulFooterMenu0101 {
    margin-top: 1.0em;
    padding-top: 1.0em;
  }
}

.ulFooterMenu0101 > li {
  position: relative;
  margin-bottom: 1.23em;
  padding-left: 1.3em;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  color: #fff;
}
.ulFooterMenu0101 > li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1880px){
  .ulFooterMenu0101 > li {
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 1800px){
  .ulFooterMenu0101 > li {
    font-size: 1.15rem;
  }
}
@media all and (max-width: 1650px){
  .ulFooterMenu0101 > li {
    font-size: 1.0rem;
  }
}
@media all and (max-width: 750px){
  .ulFooterMenu0101 > li {
    margin-bottom: 0.6em;
    font-size: 0.9rem;
  }
}

.ulFooterMenu0101 > li:before {
  content: '';
  position: absolute;
  top: 0.62em;
  left: 0.1em;
  width: 0.6em;
  height: 3px;
  background-color: #fff;
}

.boxFooterBottomWrap {
  position: relative;
  padding: 1.5em 0 1.0em 0;
  background-color: #0081cc;
}

.boxFooterBottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 5.25em;
}
@media all and (max-width: 1430px){
  .boxFooterBottom {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: auto;
  }
}
@media all and (max-width: 750px){
  .boxFooterBottom {
    height: auto;
  }
}

.boxFooterBottomMenu {
  -webkit-order: 2;
  order: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 0.2em;
}
@media all and (max-width: 1430px){
  .boxFooterBottomMenu {
    -webkit-order: 1;
    order: 1;
    margin-bottom: 1.5em;
    padding-top: 0;
  }
}
@media all and (max-width: 750px){
  .boxFooterBottomMenu {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 1.0em;
  }
}

.ulFooterBottomMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 2.6em;
}
@media all and (max-width: 750px){
  .ulFooterBottomMenu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-right: 0;
    margin-bottom: 1.2em;
  }
}

.ulFooterBottomMenu > li {
  position: relative;
  margin-right: 2.7em;
}
.ulFooterBottomMenu > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .ulFooterBottomMenu > li {
    margin-right: 1.5em;
  }
}

.ulFooterBottomMenu > li:not(:last-child):after {
  content: '';
  position: relative;
  top: 0.1em;
  right: -1.2em;
  display: inline-block;
  width: 1px;
  height: 1.2em;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .ulFooterBottomMenu > li:not(:last-child):after {
    right: -0.7em;
  }
}

.ulFooterBottomMenu > li a {
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .ulFooterBottomMenu > li a {
    letter-spacing: 0.08em;
    font-size: 0.9rem;
  }
}

.boxFooterBottomMenu .linkLogo01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 190px;
  height: 44px;
}
@media all and (max-width: 750px){
  .boxFooterBottomMenu .linkLogo01 {
    width: 40vw;
    height: auto;
  }
}

.boxCopyright {
  -webkit-order: 1;
  order: 1;
  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: 1430px){
  .boxCopyright {
    -webkit-order: 2;
    order: 2;
  }
}

.boxCopyright > p {
  padding-left: 0.37em;
  text-align: center;
  letter-spacing: 0.072em;
  font-size: 1.0rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxCopyright > p {
    padding-left: 0;
    line-height: 1.6;
    letter-spacing: normal;
    font-size: 0.7rem;
  }
}

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


/*##### Base Page #####*/
.boxPageWrap {
  padding: 5.0em 0 8.0em 0;
}
body.pageInterview.archive .boxPageWrap {
  padding: 0 0 8.0em 0;
}
@media all and (max-width: 750px){
  .boxPageWrap {
    padding: 2.0em 0 2.5em 0;
  }
  body.pageInterview.archive .boxPageWrap {
    padding: 0 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 #####*/
.boxBottomMenu01Wrap {
  min-height: 20em;
  margin-bottom: -5.0em;
  padding-top: 8.45em;
  padding-bottom: 4.0em;
  background-color: #fff;
}
body.pageInterview.single .boxBottomMenu01Wrap {
  padding-top: 9.1em;
  padding-bottom: 10.3em;
}
@media all and (max-width: 750px){
  .boxBottomMenu01Wrap,
  body.pageInterview.single .boxBottomMenu01Wrap {
    min-height: auto;
    margin-bottom: 0;
    padding-top: 3.5em;
    padding-bottom: 0;
  }
}

.boxBottomMenu01 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
body.pageInterview.single .boxBottomMenu01 .dl01 {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 1630px){
  body.pageInterview.single .boxBottomMenu01 .dl01 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 750px){
  .boxBottomMenu01 .dl01 {
    display: block;
  }
}

.boxBottomMenu01 .dl01 > dt {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 420px;
  height: 6.85em;
  padding-top: 0.3em;
  background-color: #0081cc;
  font-weight: 700;
  transform: skew(-10deg);
}
body.pageInterview.single .boxBottomMenu01 .dl01 > dt {
  left: 0.45em;
  width: 435px;
}
@media all and (max-width: 1630px){
  body.pageInterview.single .boxBottomMenu01 .dl01 > dt {
    width: 100%;
  }
}
@media all and (max-width: 750px){
  .boxBottomMenu01 .dl01 > dt,
  body.pageInterview.single .boxBottomMenu01 .dl01 > dt {
    width: 100%;
    height: 5.0em;
    margin-bottom: 0.5em;
    padding-top: 0.3em;
  }
  body.pageInterview.single .boxBottomMenu01 .dl01 > dt,
  body.pageStory.single .boxBottomMenu01 .dl01 > dt {
    margin-bottom: 2.5em;
  }
}

.boxBottomMenu01 .dl01 > dt > .txtEn {
  position: absolute;
  top: -0.81em;
  left: -0.7em;
  letter-spacing: normal;
  font-family: var(--base-font-en);
  font-size: 4.6rem;
  font-weight: 600;
}
body.pageInterview.single .boxBottomMenu01 .dl01 > dt > .txtEn {
  left: -1.07em;
}
@media all and (max-width: 750px){
  .boxBottomMenu01 .dl01 > dt > .txtEn {
    font-size: 3.0rem;
  }
}

.boxBottomMenu01 .dl01 > dt > .txtJa {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 2.5em;
}
@media all and (max-width: 750px){
  .boxBottomMenu01 .dl01 > dt > .txtJa {
    padding-left: 1.3em;
  }
}

.boxBottomMenu01 .dl01 > dt > .txtJa .txtSub {
  position: relative;
  top: 0.05em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-right: 1.2em;
  font-size: 1.1rem;
  color: #60cef4;
}
@media all and (max-width: 750px){
  .boxBottomMenu01 .dl01 > dt > .txtJa .txtSub {
    top: 0.1em;
    margin-right: 1.0em;
    font-size: 1.0rem;
  }
}

.boxBottomMenu01 .dl01 > dt > .txtJa .txtSub .txtNum {
  margin-right: 0.47em;
  font-family: var(--base-font-en);
  font-size: 1.25rem;
  font-weight: 600;
}

@media all and (max-width: 750px){
  .boxBottomMenu01 .dl01 > dt > .txtJa .txtSub .txtStr {
    position: relative;
    top: 0.1em;
  }
}

.boxBottomMenu01 .dl01 > dt > .txtJa .txtMain {
  letter-spacing: 0.04em;
  font-size: 2.3rem;
  transform: skew(10deg);
  color: #fff;
}
.boxBottomMenu01.typeShort .dl01 > dt > .txtJa .txtMain {
  font-size: 2.1rem;
}
@media all and (max-width: 750px){
  .boxBottomMenu01 .dl01 > dt > .txtJa .txtMain,
  .boxBottomMenu01.typeShort .dl01 > dt > .txtJa .txtMain {
    font-size: 1.4rem;
  }
}

body.pageInterview.single .boxBottomMenu01 .dl01 > dt a,
body.pageStory.single .boxBottomMenu01 .dl01 > dt a {
  position: absolute;
  bottom: -2.9em;
  right: 0.3em;
  transform: skew(9deg);
}
@media all and (max-width: 750px){
  body.pageInterview.single .boxBottomMenu01 .dl01 > dt a,
  body.pageStory.single .boxBottomMenu01 .dl01 > dt a {
    bottom: -1.9em;
  }
}

.boxBottomMenu01 .dl01 > dd {
  width: calc(100% - 420px);
  padding-left: 2.15%;
  padding-top: 0.5em;
}
body.pageInterview.single .boxBottomMenu01 .dl01 > dd {
  width: calc(100% - 435px);
  padding-left: 4.7%;
  padding-right: 4.2%;
  padding-top: 0;
}
@media all and (max-width: 1800px){
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd {
    padding-left: 2.7%;
    padding-right: 2.2%;
  }
}
@media all and (max-width: 1700px){
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd {
    padding-left: 1.5%;
    padding-right: 0;
  }
}
@media all and (max-width: 1650px){
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd {
    padding-left: 0.8%;
  }
}
@media all and (max-width: 1630px){
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.0em;
  }
}
@media all and (max-width: 750px){
  .boxBottomMenu01 .dl01 > dd,
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd {
    width: 100%;
    margin-top: 1.0em;
    padding-left: 0;
  }
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd {
    margin-top: 6.0em;
  }
}

.boxBottomMenu01 .dl01 > dd .ul01 {
  position: relative;
  top: 1.46em;
  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;
}
body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 {
  margin-top: -2.0em;
}
body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 {
  top: -0.06em;
}
@media all and (max-width: 750px){
  .boxBottomMenu01 .dl01 > dd .ul01 {
    top: 0;
  }
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 {
    display: block;
  }
}

.boxBottomMenu01 .dl01 > dd .ul01 > li {
  position: relative;
  margin: 0.5em 4.5% 0.5em 0;
}
body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li {
  width: 33.333%;
  margin-right: 0;
}
body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li {
  width: calc((100% - 4.5% * 2) / 3);
}
.boxBottomMenu01 .dl01 > dd .ul01 > li:last-child {
  margin-right: 0;
}
body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li:nth-child(3n),
body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxBottomMenu01 .dl01 > dd .ul01 > li {
    /*margin: 0.5em 5.5% 0.5em 0;*/
  }
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li {
    width: 100%;
  }
  body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li {
    width: calc((100% - 4.5%) / 2);
  }
  body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li:nth-child(3n) {
    margin-right: 4.5%;
  }
  body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li:nth-child(2n) {
    margin-right: 0;
  }
}

.boxBottomMenu01 .dl01 > dd .ul01 > li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0.35em;
  right: -1.56vw;
  width: 1px;
  height: 3.3em;
  background-color: #c4c4c4;
  transform: skew(-11deg);
}
body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li:not(:last-child):after {
  content: none;
}
body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li:not(:last-child):after {
  right: -1.0vw;
  height: 4.85em;
}
@media all and (max-width: 750px){
  body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li:not(:last-child):not(:nth-child(2n)):after {
    right: -0.8w;
    height: 3.0em;
  }
  body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li:nth-child(2n):after {
    content: none;
  }
}

.boxBottomMenu01 .dl01 > dd .ul01 > li a {
  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;
}
body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li a {
  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;
  height: 9.6em;
  padding: 1.0em 3% 1.0em 43%;
  background-image: url('./../../images/interview/interview-bottom-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;/*cover;*/
}
@media all and (max-width: 750px){
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li a {
    padding: 1.0em 2% 1.0em 33%;
  }
}

body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .txt01 {
  position: relative;
  left: 0.2em;
  margin-bottom: 0.17em;
  letter-spacing: 0.04em;
  font-size: 1.45rem;
  color: #fff;
  transform: skew(-9deg);
}
@media all and (max-width: 750px){
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .txt01 {
    font-size: 1.0rem;
  }
}

body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .txt02 {
  position: relative;
  left: 0.14em;
  margin-bottom: 0.2em;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-size: 1.34rem;
  font-weight: 700;
  color: #fcff00;
  text-indent: -0.25em;
  transform: skew(-9deg);
}
@media all and (max-width: 750px){
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .txt02 {
    letter-spacing: 0.05em;
    font-size: 1.15rem;
  }
}

body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a {
  color: #0081cc;
  transform: skew(-11deg);
}

body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  font-family: var(--base-font-en);
}

body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtStr {
  position: relative;
  margin-right: 0.5em;
  letter-spacing: 0.01em;
  font-size: 1.4rem;
  font-weight: 600;
}
body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtStr:before,
body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtStr:after {
  content: '';
  position: absolute;
  width: 104%;
  height: 1px;
  background-color: #0081cc;
}
body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtStr:before {
  top: -0.1em;
  left: -0.25em;
}
body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtStr:after {
  bottom: -0.07em;
  left: 0;
}

body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtStr > span {
  position: relative;
}
body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtStr > span:before,
body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtStr > span:after {
  content: '';
  position: absolute;
  width: 104%;
  height: 1px;
  background-color: #0081cc;
}
body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtStr > span:before {
  top: 0.1em;
  left: -0.25em;
}
body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtStr > span:after {
  bottom: 0.07em;
  left: 0;
}
@media all and (max-width: 750px){
  body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtStr {
    margin-right: 0.3em;
    letter-spacing: normal;
    font-size: 0.8rem;
  }
}

body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtNum {
  position: relative;
  top: -0.01em;
  font-size: 2.15rem;
  font-weight: 600;
}
@media all and (max-width: 750px){
  body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pSub .txtNum {
    font-size: 1.3rem;
  }
}

body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pMain {
  overflow: hidden;
  visibility: visible;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  letter-spacing: 0.065em;
  font-size: 2.0rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  body.pageStory.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .pMain {
    font-size: 0.9rem;
  }
}

.boxBottomMenu01 .dl01 > dd .ul01 > li a .txtJa {
  margin-bottom: 0.25em;
  letter-spacing: 0.11em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0081cc;
}
@media all and (max-width: 750px){
  .boxBottomMenu01 .dl01 > dd .ul01 > li a .txtJa {
    margin-bottom: 0.15em;
    letter-spacing: 0.08em;
    font-size: 1.2rem;
  }
}

.boxBottomMenu01 .dl01 > dd .ul01 > li a .txtEn {
  margin-left: 0.2em;
  letter-spacing: 0.05em;
  font-family: var(--base-font-en);
  font-size: 0.8rem;
  font-weight: 600;
  color: #a3a3a3;
}
@media all and (max-width: 750px){
  .boxBottomMenu01 .dl01 > dd .ul01 > li a .txtEn {
    letter-spacing: 0.03em;
  }
}

body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .img01BottomMenu01 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 1200px){
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .img01BottomMenu01 {
    left: -0.7em;
  }
}
@media all and (max-width: 750px){
  body.pageInterview.single .boxBottomMenu01 .dl01 > dd .ul01 > li a .img01BottomMenu01 {
    left: -0.8em;
    /*width: 30vw;*/
    height: 35vw;
  }
}