@charset "utf-8";

:root {
  --base-font-gothic02: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-num: "Oswald", sans-serif;
}


/***** Base Design *****/
body {
  min-width: calc(1120px + 145px);
  min-height: 100%;
  background-color: #fff;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  font-weight: 500;
  color: #373737;
}
body.pageLp,
body.pageLpEn {
  min-width: 1120px;
}
body.pageLpEn {
  letter-spacing: normal;
}
@media all and (max-width: 750px){
  body,
  body.pageLp,
  body.pageLpEn {
    min-width: auto;
  }
}

/*
body.pageLp.modeTest {
  background-image: url('./../../images/design/design-lp.jpg');
  background-repeat: no-repeat;
  background-position: center -845px;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}*/
/*
@media all and (max-width: 750px){
  body.pageLp {
    background-image: url('./../../images/design/design-lp-sp.jpg');
    background-repeat: no-repeat;
    background-position: center 104px;
    background-size: 100% auto;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
  }
}*/

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


/***** Layout *****/
#container {
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 750px){
  #container {
    /*overflow: hidden;*/
    padding-top: 16vw;
  }
  body.pageLp #container,
  body.pageLpEn #container {
    padding-top: 0;
  }
}

.boxContent {
  width: calc(100% - 145px);
  margin-left: auto;
  min-height: 100%;
}
body.pageLp .boxContent,
body.pageLpEn .boxContent {
  width: 100%;
  margin-left: 0;
}
@media all and (max-width: 750px){
  .boxContent {
    width: 100%;
    margin-left: 0;
  }
}

/*
.boxContentOne {
  overflow: auto;
  float: left;
  width: 900px;
  height: 100%;
  padding: 0;
}
@media all and (max-width: 750px){
  .boxContentOne {
    overflow: visible;
    float: none;
    width: 100%;
    height: auto;
  }
}
*/

/***** Header *****/
.boxHeader {
  display: none;
}
@media all and (max-width: 750px){
  .boxHeader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 16vw;
    padding: 0 0 0 3.8vw;
    background-color: #fff;
  }
}

@media all and (max-width: 750px){
  .boxHeader .ttl01 {
    margin-right: 12vw;
  }
}

@media all and (max-width: 750px){
  .boxHeader .ttl01 .logo01Header {
    width: 56.2vw;
  }
}

@media all and (max-width: 750px){
  .boxHeader .icnHeaderMap01 {
    position: relative;
    top: 0.02em;
    width: 3.8vw;
  }
}

.boxHeaderMenu {
  display: none;
}
@media all and (max-width: 750px){
  .boxHeaderMenu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    z-index: 1000;
    top: 16vw;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1vw #22b3c7 solid;
    background-color: rgba(0,0,0,0.5);
  }
}

@media all and (max-width: 750px){
  .boxHeaderMenu .ulHeaderMenu {
    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;
    background-color: rgba(255,255,255,0.9);
  }
}

@media all and (max-width: 750px){
  .boxHeaderMenu .ulHeaderMenu > li {
    width: 50%;
    border-bottom: 2px #d2d2d2 solid;
    font-weight: 700;
  }
}

@media all and (max-width: 750px){
  .boxHeaderMenu .ulHeaderMenu > li:nth-child(2n-1) {
    border-right: 2px #d2d2d2 solid;
  }
  .boxHeaderMenu .ulHeaderMenu > li:nth-child(n+5) {
    border-bottom: 0;
  }
}

@media all and (max-width: 750px){
  .boxHeaderMenu .ulHeaderMenu > li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 14.9vw;
  }
}

@media all and (max-width: 750px){
  .boxHeaderMenu .linkRecruit {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 18.4vw;
    border-bottom: 1px #fff solid;
    background-color: #1470b2;
    letter-spacing: 0.07em;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ebde0b;
  }
  .boxHeaderMenu .linkRecruit > span {
    display: inline-block;
    padding: 1vw 0 1vw 7.7vw;
    background-image: url('./../../images/common/sp-header-icn-recruit01.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5vw auto;
  }
}


@media all and (max-width: 750px){
  .boxHeaderMenu .linkWork {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 22vw;/*18.4vw;*/
    border-bottom: 1px #fff solid;
    background-color: #ebde0b;
    letter-spacing: 0.07em;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1470b2;
  }
  .boxHeaderMenu .linkWork > span {
    display: inline-block;
    padding: 1vw 0 1vw 7.7vw;
    background-image: url('./../../images/common/side-recruit-icn-deco01.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5vw auto;
    text-align: center;
    line-height: 1.5;
  }
  .boxHeaderMenu .linkWork > span .txt01 {
    /*margin-top: 8vw;*/
  }
}


@media all and (max-width: 750px){
  .boxHeaderMenu .boxTelMail {
    padding: 5.4vw 0 5.5vw 0;
    background-color: #22b3c7;
  }
}

@media all and (max-width: 750px){
  .boxHeaderMenu .boxTel {
    margin-bottom: 3.5vw;
    text-align: center;
  }
  .boxHeaderMenu .boxTel a {
    display: inline-block;
    padding: 1.3vw 0 0.5vw 8.2vw;
    background-image: url('./../../images/common/sp-header-icn-tel01.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6.3vw auto;
    font-size: 2.05rem;
    font-weight: 700;
    color: #fff;
  }
}

@media all and (max-width: 750px){
  .boxHeaderMenu .boxMail a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 77vw;
    height: 9.5vw;
    margin: 0 auto;
    background-color: #fff;
    letter-spacing: 0.07em;
    font-size: 0.95rem;
    font-weight: 700;
    color: #22b3c7;
  }
  .boxHeaderMenu .boxMail a > span {
    display: inline-block;
    padding: 0.6vw 0 0.5vw 7vw;
    background-image: url('./../../images/common/sp-header-icn-mail01.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 4.8vw auto;
  }
}


/***** Hmb Menu *****/
.boxHeader .btnHmbMenu {
  display: none;
}
@media all and (max-width: 750px){
  .boxHeader .btnHmbMenu {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 5.6vw;
    right: 5vw;
    width: 5.45vw;
  }
}


/*##### Side #####*/
.boxSideWrap {
  overflow-y: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 145px;
  height: 100%;
  padding-right: 0.4em;
  padding-bottom: 1.8em;
  background-color: #f0f0f0;
}
@media all and (max-width: 750px){
  .boxSideWrap {
    display: none;
  }
}

.boxSide {
  padding-top: 2.6em;
  text-align: center;
}

.boxSide .ttl01 {
  margin-bottom: 2.0em;
}

.boxSide .border01Side {
  margin-bottom: 2.25em;
}

.boxSide .ulSideMenu {
  margin-bottom: 24px;
}

.boxSide .ulSideMenu > li {
  margin-bottom: 1.47em;
  letter-spacing: normal;
  font-size: 1.1rem;
  font-weight: 700;
}
.boxSide .ulSideMenu > li:last-child {
  margin-bottom: 0;
}

.boxSide .dlTel {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.4em;
  text-align: left;
}

.boxSide .dlTel > dt {
  position: relative;
  margin-bottom: 0.5em;
  color: #8c8c8c;
}

.boxSide .dlTel > dt:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 98%;
  height: 1px;
  margin: auto;
  background-color: #ccc;
}

.boxSide .dlTel > dt > span {
  position: relative;
  z-index: 2;
  padding: 0 0.5em 0 0.1em;
  background-color: #f0f0f0;
  font-size: 0.85rem;
  font-weight: 700;
}

.boxSide .dlTel > dd {
  font-family: var(--base-font-num);
  font-size: 1.2rem;
  font-weight: 500;
  color: #22b3c7;
  text-align: center;
}

.boxSide .linkRecruit {
  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;
  width: 110px;
  height: 158px;
  margin: 0 auto;
  margin-bottom: 1.0em;
  padding: 1em 0 2em 0;
  border: 1px #1470b2 solid;
  background-color: #1470b2;
  font-size: 1.13rem;
  color: #fff;
}

.boxSide .linkRecruit .ttl02 {
  position: relative;
  margin-bottom: 0.79em;
  padding-bottom: 0.8em;
  padding-left: 0.15em;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff000;
}

.boxSide .linkRecruit .ttl02:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 1px;
  background-color: #91c8e0;
}

.boxSide .linkRecruit .p01 {
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-size: 0.9rem;
  color: #fff;
}

.boxSide .linkRecruit .txtMore {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 1.83em;
  padding-right: 1.35em;
  background-color: #fff000;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1470b2;
}

.boxSide .linkRecruit .txtMore:before {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  width: 0.42em;
  height: 0.42em;
  margin: auto;
  border-top: 1px #1470b2 solid;
  border-right: 1px #1470b2 solid;
  transform: rotate(45deg);
}

.boxSide .linkRecruit:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -8px;
  left: -21px;
  width: 76px;
  background-image: url('./../../images/common/side-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 76 / 43;
}

/*
.boxSide .linkLikeThis {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 110px;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 28px;
  background-color: #22b3c7;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
  color: #fff;
}

.boxSide .linkLikeThis .txt01,
.boxSide .linkLikeThis .txt02 {
  color: #ffff00;
}
.boxSide .linkLikeThis .txt01 {
  margin: 0 3px;
  font-size: 1.13rem;
}
.boxSide .linkLikeThis .txt02 {
  letter-spacing: 0.05em;
}
*/


/*##### Footer #####*/
.boxFooter {
  width: calc(100% - 145px);
  min-height: 672px;
  margin-left: auto;
  padding-top: 6.2em;
  padding-bottom: 10.0em;
  background-image: url('./../../images/common/footer-bg01.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media all and (max-width: 750px){
  .boxFooter {
    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: 100%;
    min-height: 157vw;
    margin-left: 0;
    padding-top: 2.35em;
    padding-bottom: 0;
    background-image: url('./../../images/common/footer-bg01-sp.jpg');
    background-size: 100% auto;
  }
  body.pageLp .boxFooter,
  body.pageLpEn .boxFooter {
    min-height: 10vw;
    padding-top: 0;
    background-image: none;
  }
}

.boxFooterMenu01 {
  margin-bottom: 3.64em;
}
@media all and (max-width: 750px){
  .boxFooterMenu01 {
    -webkit-order: 3;
    order: 3;
    margin-bottom: 3.27em;
    padding-left: 1.3em;
  }
}

.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;
}
@media all and (max-width: 750px){
  .ulFooterMenu01 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.ulFooterMenu01 > li {
  position: relative;
  margin-right: 2.6em;
  padding-left: 1.4em;
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li {
    margin-right: 0;
    margin-bottom: 0.71em;
    padding-left: 0.77em;
  }
  .ulFooterMenu01 > li.liContact {
    display: none;
  }
}

.ulFooterMenu01 > li:before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.55em;
  height: 0.55em;
  background-color: #95adc0;
}
.ulFooterMenu01 > li.liInstagram:before {
  content: none;
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li:before {
    top: 0.4em;
    width: 0.3em;
    height: 0.3em;
    background-color: #fff;
  }
}

.ulFooterMenu01 > li a {
  position: relative;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
}
.ulFooterMenu01 > li a.linkInstagram {
  position: absolute;
  top: -0.65em;
  left: -0.4em;
  width: 2.55em;
  border-radius: 2.55em;
  background-image: url('./../../images/common/mt_insta.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li a {
    letter-spacing: 0.08em;
    font-size: 0.75rem;
  }
  .ulFooterMenu01 > li a.linkInstagram {
    top: 0.65em;
    left: 0.05em;
    width: 2.4em;
  }
}

.ulFooterMenu01 > li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111;
}
.ulFooterMenu01 > li a.linkInstagram:before {
  content: none;
}
@media all and (max-width: 750px){
  .ulFooterMenu01 > li a:before {
    content: none;
  }
}

.boxFooterMenu02 {
  margin-bottom: 3.1em;
}
@media all and (max-width: 750px){
  .boxFooterMenu02 {
    -webkit-order: 2;
    order: 2;
    margin-bottom: 1.3em;
  }
}

.boxFooterMenu02 .boxCont01LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxFooterMenu02 .boxCont01LR {
    display: block;
  }
}

@media all and (max-width: 750px){
  .boxFooterMenu02 .boxCont01L {
    margin-bottom: 0.8em;
  }
}

.boxFooterMenu02 .boxCont01L .linkFooterBn01 {
  position: relative;
  display: inline-block;
}
@media all and (max-width: 750px){
  .boxFooterMenu02 .boxCont01L .linkFooterBn01 {
    display: block;
  }
}

@media all and (max-width: 750px){
  .boxFooterMenu02 .boxCont01L .linkFooterBn01 img {
    width: 100%;
  }
}

.boxFooterMenu02 .boxCont01L .linkFooterBn01 .txt01 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 59.9%;
  height: 35%;
  padding-top: 0.15em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff000;
}
@media all and (max-width: 750px){
  .boxFooterMenu02 .boxCont01L .linkFooterBn01 .txt01 {
    padding-top: 0;
    font-size: 1.03rem;
  }
}

.boxFooterMenu02 .boxCont01R {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-left: 1.5em;
}
@media all and (max-width: 750px){
  .boxFooterMenu02 .boxCont01R {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
  }
}

.boxFooterMenu02 .boxCont01R .linkBase02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 16.5em;
  height: 4.4em;
  padding-top: 0.2em;
  background-color: rgba(255,0,0,0.2);
}
.boxFooterMenu02 .boxCont01R .linkBase02.typeCompany {
  background-color: #1470b2;
}
.boxFooterMenu02 .boxCont01R .linkBase02.typeContact {
  background-color: #22b3c7;
}
@media all and (max-width: 750px){
  .boxFooterMenu02 .boxCont01R .linkBase02 {
    width: 48.3%;
    height: 2.85em;
  }
  .boxFooterMenu02 .boxCont01R .linkBase02.typeCompany {
    margin-right: calc(100% - 48.3% * 2);
  }
}

.boxFooterMenu02 .boxCont01R .linkBase02 > span {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.boxFooterMenu02 .boxCont01R .linkBase02.typeContact > span {
  padding-left: 1.6em;
}
@media all and (max-width: 750px){
  .boxFooterMenu02 .boxCont01R .linkBase02 > span {
    padding-left: 1.4em;
    font-size: 0.95rem;
  }
  .boxFooterMenu02 .boxCont01R .linkBase02.typeContact > span {
    padding-left: 1.8em;
  }
}

.boxFooterMenu02 .boxCont01R .linkBase02 > span:before {
  content: '';
  position: absolute;
}
.boxFooterMenu02 .boxCont01R .linkBase02.typeCompany > span:before {
  top: -0.05em;
  left: -0.55em;
  width: 21px;
  background-image: url('./../../images/base/base-icn-deco01-type02.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 21 / 18;
}
.boxFooterMenu02 .boxCont01R .linkBase02.typeContact > span:before {
  top: 0.03em;
  left: -0.1em;
  width: 22px;
  background-image: url('./../../images/base/base-icn-mail01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 22 / 15;
}
@media all and (max-width: 750px){
  .boxFooterMenu02 .boxCont01R .linkBase02.typeCompany > span:before {
    left: -0.65em;
    width: 1.1em;
  }
  .boxFooterMenu02 .boxCont01R .linkBase02.typeContact > span:before {
    left: 0.05em;
    width: 1.2em;
  }
}

@media all and (max-width: 750px){
  .boxFooterInfo {
    -webkit-order: 1;
    order: 1;
    margin-bottom: 2.0em;
    text-align: center;
  }
}

.boxFooterInfo .ttl01 {
  margin-bottom: 1.65em;
}
@media all and (max-width: 750px){
  .boxFooterInfo .ttl01 {
    margin-bottom: 1.06em;
    padding-right: 0.15em;
  }
}

@media all and (max-width: 750px){
  .boxFooterInfo .ttl01 img {
    width: 75vw;
  }
}

.boxFooterInfo .boxName {
  margin-bottom: 0.75em;
  font-size: 1.27rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxName {
    margin-bottom: 0.65em;
    padding-right: 0.4em;
    letter-spacing: -0.01em;
    font-size: 0.8rem;
  }
}

.boxFooterInfo .boxAddress {
  margin-bottom: 0.8em;
  font-size: 1.27rem;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxAddress {
    margin-bottom: 0.6em;
    letter-spacing: normal;
    font-size: 0.75rem;
  }
}

.boxFooterInfo .boxAddress .txtZipcode {
  margin-right: 0.6em;
}

.boxFooterInfo .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -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 .boxTelFax {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0.3em;
  }
}

.boxFooterInfo .boxTelFax .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-right: 1.0em;
  font-size: 1.25rem;
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxTelFax .dl01 {
    margin-right: 0;
    letter-spacing: 0.03em;
    font-size: 0.75rem;
  }
}

@media all and (max-width: 750px){
  .boxFooterInfo .boxTelFax .dl01.typeTel {
    margin-right: 1.0em;
  }
}

.boxFooterInfo .boxTelFax .dl01 > dt {
  position: relative;
  margin-right: 0.9em;
}

.boxFooterInfo .boxTelFax .dl01 > dt:after {
  content: '：';
  position: absolute;
  top: 0.1em;
  right: -0.7em;
}

.boxCopyright {
  display: none;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 0.73rem;
}
body.pageLp .boxCopyright,
body.pageLpEn .boxCopyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 6.4em;
  letter-spacing: 0.068em;
  font-size: 1.25rem;
}
@media all and (max-width: 750px){
  .boxCopyright {
    display: -webkit-flex;
    display: flex;
    -webkit-order: 4;
    order: 4;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 13.6vw;
    letter-spacing: 0.01em;
    font-size: 0.52rem;
  }
  body.pageLp .boxCopyright,
  body.pageLpEn .boxCopyright {
    height: 13.6vw;
    letter-spacing: 0.01em;
    font-size: 0.52rem;
  }
}

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

.boxHeaderSns {
	margin: -14px 0 14px 0;
}
@media all and (max-width: 750px){
	.boxHeaderSns {
		margin: 0 0 0 2vw;
	}
}

.boxHeaderSns a {
	display: block;
	width: 36px;
	height: 36px;
	margin: auto;
	background: url("../../images/common/mt_insta.svg") no-repeat left center;
	background-size: contain;
}
@media all and (max-width: 750px){
	.boxHeaderSns a {
    width: 9.5vw;
    height: 9.5vw;
  }
}
/*##### Common Contents #####*/
