@charset 'utf-8';

body {
  font-weight: 500;
}

a {
  /*backface-visibility: hidden;
  -webkit-backface-visibility: hidden;*/
  /*text-decoration: none;*/
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /*color: inherit;*/
}
@media all and (max-width: 750px){
  a {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
@media all and (max-width: 750px){
  a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (max-width: 750px){
  a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}


/*##### Base #####*/
.baseW {
  width: 92.1875%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px){
  .baseW {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (max-width: 750px){
  .baseSpW {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.boxBaseCom > p {
  line-height: 1.65;
}
@media all and (max-width: 767px){
  .boxBaseCom > p {
    font-size: 0.9rem;
  }
}

.boxBaseCom > p + p {
  padding-top: 1.5em;
}

.linkBaseTelno {
  pointer-events: none;
  cursor: auto;
}
@media all and (max-width: 750px){
  .linkBaseTelno {
    pointer-events: auto;
  }
}

/*##### chk Img #####*/
.boxChkImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
}
@media all and (max-width: 640px){
  .boxChkImg {
    height: 50vw;
  }
}

.boxChkImg .chkImg {
  position: absolute;
  top: 50%;/*0;*/
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);*/
  max-width: none;
  height: auto;
}

.boxChkImg .chkImg.horizontalImg {
  width: 100%;
  height: auto;
}

.boxChkImg .chkImg.verticalImg {
  width: auto;
  height: 100%;
}

.dOneLine {
  display: inline-block;
}

.underline {
  text-decoration: underline;
}

.fontB {
  font-weight: 700;
}

.isPc {
  display: none;
  width: 1px;
}
@media all and (max-width: 750px){
  .isSp {
    display: none;
    width: 2px;
  }
}

.dPc {
  display: block !important;
}
@media all and (max-width: 750px){
  .dPc {
    display: none !important;
  }
}

.dPcInline {
  display: inline !important;
}
@media all and (max-width: 750px){
  .dPcInline {
    display: none !important;
  }
}

.dSp {
  display: none !important;
}
@media all and (max-width: 750px){
  .dSp {
    display: block !important;
  }
}

.dSpInline {
  display: none !important;
}
@media all and (max-width: 750px){
  .dSpInline {
    display: inline !important;
  }
}




/*##### Header #####*/
header {
  position: relative;
}

.boxHeader01 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 1.5em;
  background-color: rgba(255,255,255,0.8);
}
@media all and (max-width: 1400px){
  .boxHeader01 {
    padding: 0 7.5em 0 1.5em;
  }
}
@media all and (max-width: 767px){
  .boxHeader01 {
    position: fixed;
    z-index: 1002;
    height: 12vw;
    padding: 0 15vw 0 2vw;
  }
}
@media all and (max-width: 750px){
  .boxHeader01 {
    height: 18vw;
    padding: 0 15vw 0 2vw;
  }
}
@media all and (max-width: 415px){
  .boxHeader01 {
    /*padding: 0 20vw 0 5vw;*/
  }
}

@media all and (max-width: 767px){
  .boxHeader01L .logo01Header {
    width: 32vw;
  }
}
@media all and (max-width: 750px){
  .boxHeader01L .logo01Header {
    width: 42vw;
  }
}

.boxHeader01R {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.boxHeader01R .ulHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
@media all and (max-width: 1400px){
  .boxHeader01R .ulHeaderMenu01 {
    display: none;
  }
}

.boxHeader01R .ulHeaderMenu01 > li {
  position: relative;
  margin-right: 2.0em;
  font-size: ０．９５rem;
  font-weight: 700;
}

.boxHeader01R .ulHeaderMenu01 > li.current:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33px;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #329cd1;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.boxHeader01R .ulHeaderMenu01 > li.current:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 100%;
  height: 8px;
  background-color: #329cd1;
}

.boxHeader01R .linkBaseTelno {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #329cd1;
  width: 180px;
  height: 50px;
  background-image: url('./../../img/common/header-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
  /*font-weight: 700;*/
  color: #fff;
}
@media all and (max-width: 767px){
  .boxHeader01R .linkBaseTelno {
    width: 24vw;
    height: 6.5vw;
    background-size: 23.4vw auto;
    font-size: 3.1vw;
  }
}
@media all and (max-width: 750px){
  .boxHeader01R .linkBaseTelno {
    display: none;
  }
}

.boxHeader01R .linkContact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ea3535;
  width: 56px;
  height: 50px;
}
@media all and (max-width: 767px){
  .boxHeader01R .linkContact {
    width: 7vw;
    height: 6.5vw;
  }
}
@media all and (max-width: 750px){
  .boxHeader01R .linkContact {
    display: none;
  }
}

@media all and (max-width: 767px){
  .boxHeader01R .linkContact img {
    width: 3vw;
  }
}


/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
}
@media all and (max-width: 1400px){
  .btnHmbMenu {
    display: block;
  }
}
@media all and (max-width: 767px){
  .btnHmbMenu {
    height: 12vw;
  }
}
@media all and (max-width: 750px){
  .btnHmbMenu {
    top: 3.0vw;
    right: 3.0vw;
    /*width: 7vw;*/
    /*margin: 0;*/
    /*display: block;*/
  }
}
@media all and (max-width: 415px){
  .btnHmbMenu {
    /*top: 4.7vw;
    right: 4.7vw;
    width: 12vw;*/
    /*margin: 0;*/
    /*display: block;*/
  }
}

.boxHmbMenu {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 1001;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 90px 0;
  background-color: #fff;/*rgba(0,0,0,0.7);*/
  text-align: center;
  color: #fff;
}
@media all and (max-width: 767px){
  .boxHmbMenu {
    top: 12vw;
    padding: 0 0 12vw 0;
    text-align: left;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    top: 18vw;
    padding: 0 0 18vw 0;
  }
}


.boxHmbMenu01 {
  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: 53px 0 55px 0;
  text-align: left;
}
@media all and (max-width: 750px){
  .boxHmbMenu01 {
    padding: 7vw 0 7vw 0;
  }
}

.boxHmbMenu01 .ttl01 {
  margin-bottom: 1.35em;
  letter-spacing: 0.03em;
  font-size: 1.25rem;
  color: #aaa;
}

.boxHmbMenu01L {
  width: 746px;
}
@media all and (max-width: 1090px){
  .boxHmbMenu01L {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenu01L {
    margin-bottom: 2vw;
  }
}

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

.boxHmbMenu01LOne {
  width: 238px;
  margin-right: calc((100% - 238px * 3) / 2);
}
@media all and (max-width: 1090px){
  .boxHmbMenu01LOne {
    margin-right: 3%;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenu01LOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5em;
  }
}

.boxHmbMenu01LOne:nth-child(3n) {
  margin-right: 0;
}

.boxHmbMenu01LOne .boxImg {
  margin-bottom: 0.9em;
}
@media all and (max-width: 750px){
  .boxHmbMenu01LOne .boxImg {
    margin-bottom: 1.2em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu01LOne .boxImg img {
    width: 100%;
  }
}

.boxHmbMenu01LOne .ul01 {
  margin-bottom: 0;
}

.boxHmbMenu01LOne .ul01 > li {
  position: relative;
  /*margin-bottom: 1.4em;*/
  padding-left: 0.7em;
  line-height: 1.4;
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxHmbMenu01LOne .ul01 > li {
    /*margin-bottom: 1.4em;*/
  }
}

.boxHmbMenu01LOne .ul01 > li:before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.35em;
  height: 0.35em;
  background-color: #ea3535;
}

.boxHmbMenu01LOne .ul0101 {
  margin-bottom: 0;
}

.boxHmbMenu01LOne .ul0101 > li {
  position: relative;
  margin-bottom: 0.6em;
  font-size: 0.96rem;
  font-weight: 500;
}
@media all and (max-width: 750px){
  .boxHmbMenu01LOne .ul0101 > li {
    margin-bottom: 1.2em;
  }
}

.boxHmbMenu01LOne .ul0101 > li:first-child {
  margin-top: 0.5em;
}
@media all and (max-width: 750px){
  .boxHmbMenu01LOne .ul0101 > li:first-child {
    margin-top: 1.2em;
  }
}

.boxHmbMenu01LOne .ul0101 > li:last-child {
  /*margin-bottom: 2.0em;*/
  margin-bottom: 0;
}

.boxHmbMenu01LOne .ul0101 > li:before {
  content: '-';
  position: relative;
  top: -0.1em;
  margin-right: 0.3em;
  color: #000;
}

.boxHmbMenu01LOne .boxBn {
  margin-top: 20px;
}
@media all and (max-width: 750px){
  .boxHmbMenu01LOne .boxBn {
    margin-top: 1.5em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu01LOne .boxBn img {
    width: 100%;
  }
}

.boxHmbMenu01R {
  width: calc(100% - 746px);
  padding-left: 4.2%;
}
@media all and (max-width: 1090px){
  .boxHmbMenu01R {
    width: 100%;
    padding-left: 0;
  }
}

@media all and (max-width: 1090px){
  .boxHmbMenu01R .ul01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }
}

.boxHmbMenu01R .ul01 > li {
  position: relative;
  margin-bottom: 0.95em;
  padding-left: 0.85em;
  line-height: 1.4;
  font-size: 0.96rem;
  font-weight: 500;
}
@media all and (max-width: 1090px){
  .boxHmbMenu01R .ul01 > li {
    margin-right: 1.7em;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenu01R .ul01 > li {
    margin-bottom: 1.2em;
    margin-right: 2.0em;
    padding-left: 0.75em;
    font-size: 1.13rem;
  }
}

.boxHmbMenu01R .ul01 > li:first-child {
  margin-top: 2.2em;
}
@media all and (max-width: 1090px){
  .boxHmbMenu01R .ul01 > li:first-child {
    margin-top: 0;
  }
}

.boxHmbMenu01R .ul01 > li:before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.41em;
  height: 0.41em;
  background-color: #ea3535;
}
@media all and (max-width: 750px){
  .boxHmbMenu01R .ul01 > li:before {
    top: 0.5em;
    width: 0.35em;
    height: 0.35em;
  }
}

.boxHmbMenu01R .boxLink01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1.5em;
}

.boxHmbMenu01R .boxLink01 .linkTwitter {
  margin-right: 1.0em;
}

.boxHmbMenu01R .boxLink01 .linkTwitter img {
  width: 35px;
}
@media all and (max-width: 750px){
  .boxHmbMenu01R .boxLink01 .linkTwitter img {
    width: 7vw;
  }
}

.boxHmbMenu01R .boxLink01 .linkBaseTelno {
  font-size: 1.4rem;
}
@media all and (max-width: 750px){
  .boxHmbMenu01R .boxLink01 .linkBaseTelno {
    font-size: 5.0vw;
  }
}


.boxUlHmbMenu01 {
  padding: 5.0vw;
}

.ulHmbMenu01 > li {
  line-height: 1.4;
  /*color: #fff*/
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li {
    margin-bottom: 1.5em;
    font-size: 4.0vw;
  }
}

.ulHmbMenu01 > li a {
  /*color: #fff;*/
}

@media all and (max-width: 767px){
  main {
    padding-top: 12vw;
  }
}
@media all and (max-width: 750px){
  main {
    padding-top: 18vw;
  }
}



.p-page-header {
  margin-bottom: 2.7em;
}

.p-page-header .videoMv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
@media all and (max-width: 1080px){
  .p-page-header .videoMv {
    bottom: auto;
    right: 0;
    width: auto;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 991px){
  .p-page-header .videoMv {
    bottom: 0;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 832px){
  .p-page-header .videoMv {
    bottom: auto;
    right: 0;
    width: auto;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 767px){
  .p-page-header .videoMv {
    bottom: 0;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 585px){
  .p-page-header .videoMv {
    bottom: auto;
    right: 0;
    width: auto;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}


.p-page-header__title {
  z-index: 2;
}
@media all and (max-width: 1008px){
  .p-page-header__title {
    width: 100%;
  }
}
@media all and (max-width: 750px){
  .p-page-header__title {
    font-size: 4.5vw;
  }
}

.single .p-page-header {
  height: 345px;
}
@media all and (max-width: 767px){
  .single .p-page-header {
    height: 160px;
  }
}

.p-page-header__desc {
  padding-top: 40px;
  /*text-shadow: 1px 1px 1px #000;*/
}
@media all and (max-width: 767px){
  .p-page-header__desc {
    padding-top: 0;
    padding-bottom: 35px;
  }
}

.p-breadcrumb {
  margin-top: 2.7em;
}
@media all and (max-width: 767px){
  .p-breadcrumb {
    margin-top: 2.0vw;
  }
}



/*##### Company #####*/
.pageCompany .p-desc {
  font-size: 2.0rem;
  font-weight: 700;
}
@media all and (max-width: 767px){
  .pageCompany .p-desc {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 340px){
  .pageCompany .p-desc {
    font-size: 1.2rem;
  }
}

.boxCompanyGreetingWrap {
  margin-top: -5em;
  margin-bottom: 7em;
}
@media all and (max-width: 767px){
  .boxCompanyGreetingWrap {
    margin-top: -7em;
    margin-bottom: 4em;
  }
}

.boxCompanyGreeting {
  padding: 2em 3em;
}
@media all and (max-width: 767px){
  .boxCompanyGreeting {
    padding: 2em 0 0 0;
  }
}



/*##### Index #####*/
.home .p-header-video .parts01IndexMv {
  position: absolute;
  z-index: 2;
  top: 118px;
  left: 0;
}
@media all and (max-width: 1240px){
  .home .p-header-video .parts01IndexMv {
    top: 9.5vw;
    width: 18.4vw;
  }
}
@media all and (max-width: 860px){
  .home .p-header-video .parts01IndexMv {
    display: none;
  }
}

.home .p-header-video .link01IndexMvParts01 {
  position: absolute;
  z-index: 2;
  top: 152px;
  left: 25px;
}
@media all and (max-width: 1240px){
  .home .p-header-video .link01IndexMvParts01 {
    top: 12.25vw;
    left: 2vw;
  }
}
@media all and (max-width: 860px){
  .home .p-header-video .link01IndexMvParts01 {
    display: none;
  }
}

@media all and (max-width: 1240px){
  .home .p-header-video .btn01IndexMvParts01 {
    width: 13.8vw;
  }
}

.home .p-header-video .link02IndexMvParts01 {
  position: absolute;
  z-index: 2;
  top: 372px;
  left: 123px;
}
@media all and (max-width: 1240px){
  .home .p-header-video .link02IndexMvParts01 {
    top: 30vw;
    left: 9.9vw;
  }
}
@media all and (max-width: 860px){
  .home .p-header-video .link02IndexMvParts01 {
    display: none;
  }
}

@media all and (max-width: 1240px){
  .home .p-header-video .btn02IndexMvParts01 {
    width: 7.8vw;
  }
}

.home .p-header-video .link03IndexMvParts01 {
  position: absolute;
  z-index: 2;
  top: 432px;
  left: 19px;
}
@media all and (max-width: 1240px){
  .home .p-header-video .link03IndexMvParts01 {
    top: 34.8vw;
    left: 1.5vw;
  }
}
@media all and (max-width: 860px){
  .home .p-header-video .link03IndexMvParts01 {
    display: none;
  }
}

@media all and (max-width: 1240px){
  .home .p-header-video .btn03IndexMvParts01 {
    width: 6.2vw;
  }
}

.home .p-header-video .parts02IndexMv {
  position: absolute;
  z-index: 2;
  top: calc(50% - 237px);/*130px;*//*10.7vw;*//*260px;*//*100px;*/
  right: 0;
}
@media all and (max-width: 1240px){
  .home .p-header-video .parts02IndexMv {
    top: 8.65vw;/*10.3vw;*//*10.7vw;*//*260px;*//*100px;*/
    width: 21.35vw;/*21.4vw;*/
  }
}
@media all and (max-width: 860px){
  .home .p-header-video .parts02IndexMv {
    display: none;
  }
}

.home .p-header-video .link01IndexMvParts02 {
  position: absolute;
  z-index: 4;
  top: calc(50% + 90px);/*455px;*//*37vw;*//*586px;*/
  right: 0;
}
@media all and (max-width: 1240px){
  .home .p-header-video .link01IndexMvParts02 {
    top: 35.0vw;/*36.7vw;*/
  }
}
@media all and (max-width: 860px){
  .home .p-header-video .link01IndexMvParts02 {
    display: none;
  }
}

@media all and (max-width: 1240px){
  .home .p-header-video .btn01IndexMvParts02 {
    width: 21.5vw;
  }
}


.home .p-header-content__inner {
  padding-bottom: 7%;
}
@media all and (max-width: 1150px){
  .home .p-header-content__inner {
    padding-bottom: 10%;
  }
}

@media all and (max-width: 1150px){
.home .p-header-content__title--vertical span {
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.p-header-content__title {
  /*text-shadow: 1px 1px 1px #000;*/
}
@media all and (max-width: 750px){
  .home .p-header-content__title {
    font-size: 6.0vw;
  }
}

.boxIndex01Wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 312px;
  padding: 60px 0 60px 0;
  background-color: #1e73be;
  background-image: url('./../../img/index/index01-bg01.jpg');
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxIndex01Wrap {
    min-height: auto;
    padding: 12vw 0 12vw 0;
  }
}

.boxIndex01Wrap .waku01Index01 {
  position: absolute;
  z-index: 2;
  top: -53px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 900px){
  .boxIndex01Wrap .waku01Index01 {
    top: -5.9vw;
    height: 5.9vw;
  }
}

.boxIndex01Wrap .img01Index01 {
  position: absolute;
  z-index: 3;
  top: -188px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 900px){
  .boxIndex01Wrap .img01Index01 {
    top: -21vw;
    width: 27.8vw;
  }
}
@media all and (max-width: 750px){
  .boxIndex01Wrap .img01Index01 {
    top: -21vw;
    width: 30vw;
  }
}

.boxIndex01Wrap .img02Index01 {
  position: absolute;
  z-index: 3;
  top: -105px;
  left: 3%;/*calc(50% - 732px);*/
}
@media all and (max-width: 1100px){
  .boxIndex01Wrap .img02Index01 {
    left: -20px;
    width: 37vw;
  }
}
@media all and (max-width: 900px){
  .boxIndex01Wrap .img02Index01 {
    left: -10px;
    top: -12vw;
  }
}

.boxIndex01Wrap .img03Index01 {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 900px){
  .boxIndex01Wrap .img03Index01 {
    width: 30.9vw;
  }
}

.boxIndex01 {
  position: relative;
  z-index: 4;
}

.boxIndex01 .ttl01 {
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.4;
  font-size: 2.1rem;
  color: #fff;
  text-shadow: 1px 1px 3px #1666ad, 1px 1px 2px #1666ad, 1px 1px 1px #1666ad;
}
@media all and (max-width: 750px){
  .boxIndex01 .ttl01 {
    font-size: 5vw;
  }
}

.boxIndex01 .boxBaseCom > p {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px #1666ad, 1px 1px 2px #1666ad, 1px 1px 1px #1666ad;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxBaseCom > p {
    text-align: left;
    font-size: 3.8vw;
  }
}

.boxIndex01Wrap .boxLink a {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: -32px;
  width: 64px;
  height: 64px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #1e73be;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  color: #ffffff;
  pointer-events: none;
}
@media all and (max-width: 750px){
  .boxIndex01Wrap .boxLink a {
    bottom: -6vw;
    width: 12vw;
    height: 12vw;
  }
}

.boxIndex01Wrap .boxLink a:hover {
  background-color: #0eadc9;
  color: #fff;
}

.boxIndex01Wrap .boxLink a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  font-family: "design_plus";
  font-size: 18px;
  content: "\e90e";
}
@media all and (max-width: 750px){
  .boxIndex01Wrap .boxLink a:before {
    width: 5vw;
    height: 5vw;
    font-size: 5vw;
  }
}


.boxIndex02Wrap {
  padding: 8em 0 11.7em 0;
  background-image: url('./../../img/index/index02-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxIndex02Wrap {
    padding: 15vw 0 10vw 0;
    background-size: 10vw auto;
  }
}

.boxIndex02 .ttl01 {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e73be;
}
@media all and (max-width: 750px){
  .boxIndex02 .ttl01 {
    font-size: 7vw;
  }
}

.boxIndex02 .p01 {
  margin-bottom: 3.5em;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 1.35rem;
  font-weight: 700;
  color: #9f9f9f;
}
@media all and (max-width: 750px){
  .boxIndex02 .p01 {
    margin-bottom: 2.0em;
    font-size: 4.5vw;
  }
}

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

.boxIndex02FOne {
  width: 368px;
  margin-right: calc((100% - 368px * 3) / 2);
}
@media all and (max-width: 1260px){
  .boxIndex02FOne {
    width: 31%;
    margin-right: calc((100% - 31% * 3) / 2);
  }
}
@media all and (max-width: 750px){
  .boxIndex02FOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12vw;
  }
}

.boxIndex02FOne:nth-child(3n) {
  margin-right: 0;
}
@media all and (min-width: 751px){
.boxIndex02FOne:nth-child(1) .ttl02 .ttlStr, .boxIndex02FOne:nth-child(2) .ttl02 .ttlStr {
  padding: 0.7em 0
}
}

.boxIndex02FOne .boxImg {
  position: relative;
  text-align: center;
}

.boxIndex02FOne .boxImg img {
  max-width: 100%;
}
@media all and (max-width: 750px){
  .boxIndex02FOne .boxImg img {
    width: 100%;
  }
}

.boxIndex02FOne .boxImg .img0201Index02 {
  position: absolute;
  left: -15px;
  bottom: -30px;
}
@media all and (max-width: 1260px){
  .boxIndex02FOne .boxImg .img0201Index02 {
    width: 9vw;
  }
}
@media all and (max-width: 750px){
  .boxIndex02FOne .boxImg .img0201Index02 {
    width: 22vw;
  }
}

.boxIndex02FOne .boxImg .img0202Index02 {
  position: absolute;
  right: 20px;
  top: -20px;
}
@media all and (max-width: 1260px){
  .boxIndex02FOne .boxImg .img0202Index02 {
    width: 9.92vw;
  }
}
@media all and (max-width: 750px){
  .boxIndex02FOne .boxImg .img0202Index02 {
    width: 23vw;
  }
}

.boxIndex02FOne .boxImg .img0203Index02 {
  position: absolute;
  right: -13px;
  bottom: -37px;
}
@media all and (max-width: 1260px){
  .boxIndex02FOne .boxImg .img0203Index02 {
    width: 7vw;
  }
}
@media all and (max-width: 750px){
  .boxIndex02FOne .boxImg .img0203Index02 {
    width: 20vw;
  }
}

.boxIndex02FOne .ttl02 {
  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: 0;
  padding: 0 0.5em 0.8em 0.5em;
  background-color: #329cd1;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 1097px){
  .boxIndex02FOne .ttl02 {
    min-height: 110px;
  }
}
@media all and (max-width: 750px){
  .boxIndex02FOne .ttl02 {
    min-height: 21vw;
  }
}

.boxIndex02FOne .ttl02 .ttlNum {
  position: relative;
  margin-top: -0.56em;
  margin-bottom: 0.2em;
  font-size: 4.4rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxIndex02FOne .ttl02 .ttlNum {
    position: relative;
    margin-top: -0.56em;
    margin-bottom: 0.2em;
    font-size: 15vw;
  }
}

.boxIndex02FOne .ttl02 .ttlStr {
  line-height: 1.4;
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxIndex02FOne .ttl02 .ttlStr {
    font-size: 4.5vw;
  }
}

.boxIndex02FOne .ttl03 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 4.8em;
  margin-bottom: 0.75em;
  padding-bottom: 0.2em;
  background-image: url('./../../img/index/index02-border01.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto auto;
  text-align: center;
  font-size: 1.7rem;
}
@media all and (max-width: 750px){
  .boxIndex02FOne .ttl03 {
    height: 4.8em;
    margin-bottom: 0.75em;
    padding-bottom: 0.2em;
    background-size: 100% auto;
    font-size: 5.0vw;
  }
}

.boxIndex02FOne .ttl03 .small {
  display: block;
  margin-top: 0.55em;
  font-size: 1.13rem;
}
@media all and (max-width: 800px){
  .boxIndex02FOne .ttl03 .small {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 750px){
  .boxIndex02FOne .ttl03 .small {
    font-size: 4.0vw;
  }
}

.boxIndex02FOne .ttl03 .str2 {
  letter-spacing: 0.9em;
}

.boxIndex02FOne .boxBaseCom {
  margin-bottom: 1.35em;
}

@media all and (max-width: 750px){
  .boxIndex02FOne .boxBaseCom > p {
    font-size: 3.8vw;
  }
}

.boxIndex02FOne .boxLink a {
  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: 50px;
  padding: 0.5em 2.5em 0.5em 1.2em;
  background-color: #329cd1;
  background-image: url('./../../img/index/index02-btn-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  line-height: 1.2;
  font-size: 1.03rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 800px){
  .boxIndex02FOne .boxLink a {
    padding: 0.3em 1.5em 0.3em 0.8em;
  }
}
@media all and (max-width: 750px){
  .boxIndex02FOne .boxLink a {
    min-height: 13vw;
    background-size: auto 100%;
    font-size: 4.0vw;
  }
}

.boxIndex02FOne .boxLink a:after {
  content: '';
  position: absolute;
  right: 1.2em;
  top: 0;
  bottom: 0;
  width: 0.5em;
  height: 0.5em;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 800px){
  .boxIndex02FOne .boxLink a:after {
    right: 0.8em;
  }
}
.boxIndex02FOne .boxLink a.red {
	background-color: #ea3535;
	margin-top: 0.5em;
	background-image: url(./../../img/index/index02-btn-bg02.png);
}

.boxIndex02Wrap .proshop_award {
	width: 100%;
	max-width: 1086px;
	margin: 0 auto;
}
@media all and (max-width: 800px){
  .boxIndex02Wrap .proshop_award {

  }
}

.boxIndex02Wrap .proshop_award img {
	width: 100%;
}

.boxIndex03Wrap {
  padding-bottom: 2em;
}
@media all and (max-width: 767px){
  .boxIndex03Wrap {
    padding-bottom: 20vw;
  }
}

.boxIndex03 .ttl01 {
  position: relative;
  z-index: 2;
  margin-bottom: 0.35em;
  font-size: 3.05rem;
  font-weight: 700;
  color: #1e73be;
}
@media all and (max-width: 750px){
  .boxIndex03 .ttl01 {
    font-size: 7vw;
  }
}

.boxIndex03 .p01 {
  margin-bottom: 2.2em;
  letter-spacing: 0.02em;
  font-size: 1.35rem;
  font-weight: 700;
  color: #9f9f9f;
}
@media all and (max-width: 750px){
  .boxIndex03 .p01 {
    margin-bottom: 2.0em;
    font-size: 4.5vw;
  }
}

.boxIndex03LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 1040px){
  .boxIndex03LR {
    display: block;
  }
}

.boxIndex03L {
  width: 45%;
}
@media all and (max-width: 1040px){
  .boxIndex03L {
    width: 100%;
  }
}

.boxIndex03L .img01Index03 {
  position: relative;
  z-index: 2;
  left: calc(50% - 500px);
}
@media all and (max-width: 1255px){
  .boxIndex03L .img01Index03 {
    width: 69.2vw;
  }
}
@media all and (max-width: 1155px){
  .boxIndex03L .img01Index03 {
    width: 72vw;
  }
}
@media all and (max-width: 1090px){
  .boxIndex03L .img01Index03 {
    width: 74.5vw;
  }
}
@media all and (max-width: 1040px){
  .boxIndex03L .img01Index03 {
    left: -40px;
    width: 100%;
  }
}
@media all and (max-width: 750px){
  .boxIndex03L .img01Index03 {
    left: -10%;
    width: 120%;
  }
}

.boxIndex03R {
  position: relative;
  width: 55%;
  margin-top: -190px;
  padding-top: 73px;
  padding-left: 132px;
}
@media all and (max-width: 1255px){
  .boxIndex03R {
    padding-left: 10.5vw;
  }
}
@media all and (max-width: 1040px){
  .boxIndex03R {
    width: 80%;
    margin-top: 3em;
    margin-left: calc(50% - 320px);
    padding-left: 100px;/*10.5vw;*/
  }
}
@media all and (max-width: 750px){
  .boxIndex03R {
    width: 100%;
    margin-top: 1.5em;
    margin-left: 0;
    padding-top: 14vw;
    padding-left: 14vw;
  }
}

.boxIndex03R .bg01Index03 {
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 750px){
  .boxIndex03R .bg01Index03 {
    width: 220vw;
    left: -7vw;
  }
}

.boxIndex03R .boxCont01 {
  position: relative;
  z-index: 2;
  margin-bottom: 72px;
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont01 {
    margin-bottom: 25vw;
  }
}

.boxIndex03R .boxCont01 .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.6em;
  line-height: 1.4;
  font-size: 0.97rem;
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont01 .dl01 {
    font-size: 3.9vw;
  }
}

.boxIndex03R .boxCont01 .dl01 > dt {
  width: 5.5em;
  font-weight: 700;
  color: #1e73be;
}

.boxIndex03R .boxCont01 .dl01 > dt .str2 {
  letter-spacing: 2.0em;
}

.boxIndex03R .boxCont01 .dl01 > dt .str3 {
  letter-spacing: 0.55em;
}

.boxIndex03R .boxCont01 .dl01 > dd {
  position: relative;
  width: calc(100% - 5.5em);
}

.boxIndex03R .boxCont01 .dl01 > dd .linkBaseTelno {
  /*position: absolute;
  top: -0.15em;
  left: 0;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  font-weight: 700;*/
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont01 .dl01 > dd .linkBaseTelno {
    /*top: -0.15em;
    font-size: 5.5vw;*/
  }
}

.boxIndex03R .boxCont01 .boxAccess {
  margin-bottom: 1.75em;
  padding-top: 0.4em;
  font-size: 0.97rem;
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont01 .boxAccess {
    font-size: 3.9vw;
  }
}

.boxIndex03R .boxCont01 .boxAccess > span {
  padding: 0.1em 0 0.1em 1.35em;
  background-image: url('./../../img/base/base-icn-map01.png');
  background-repeat: no-repeat;
  background-position: left 0.2em;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont01 .boxAccess > span {
    background-size: 3vw auto;
  }
}

.boxIndex03R .boxCont01 .boxAccess > span a {
  margin-right: 0.3em;
}

.boxIndex03R .boxCont02 {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 1040px){
  .boxIndex03R .boxCont02 {
    left: -105px;
    width: 650px;
  }
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont02 {
    left: -14vw;
    width: calc(100% + 14vw);
  }
}

.boxIndex03R .boxCont02 .wrap {
  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;
}
@media all and (max-width: 1255px){
  .boxIndex03R .boxCont02 .wrap {
    width: 32%;
    margin-right: calc((100% - 32% * 3) / 2);
  }
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont02 .wrap {
    width: 31%;
    margin-right: calc((100% - 31% * 3) / 2);
  }
}

@media all and (max-width: 1255px){
  .boxIndex03R .boxCont02 .wrap:last-child {
    margin-right: 0;
  }
}

.boxIndex03R .boxCont02 .wrap .boxImg {
  margin-bottom: 1.15em;
  text-align: center;
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont02 .wrap .boxImg {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.boxIndex03R .boxCont02 .wrap .boxImg img {
  max-width: 100%;
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont02 .wrap .boxImg img {
    width: 100%;
  }
}

.boxIndex03R .boxCont02 .wrap .boxTxt {
  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;
  padding-bottom: 2.1em;
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont02 .wrap .boxTxt {
    padding-bottom: 8vw;
  }
}

.boxIndex03R .boxCont02 .wrap:not(.typeOnlineShop) .boxTxt:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1.0em;
  height: 1.0em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px #bfbfbf solid;
  border-right: 2px #bfbfbf solid;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont02 .wrap .boxTxt:after {
    width: 3vw;
    height: 3vw;
  }
}

.boxIndex03R .boxCont02 .wrap .boxTxt .txtEn {
  margin-bottom: 0.4em;
  letter-spacing: 0.02em;
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont02 .wrap .boxTxt .txtEn {
    font-size: 3.5vw;
  }
}

.boxIndex03R .boxCont02 .wrap.typeCompany .boxTxt .txtEn {
  color: #1e73be;
}
.boxIndex03R .boxCont02 .wrap.typeShop .boxTxt .txtEn {
  color: #329cd1;
}
.boxIndex03R .boxCont02 .wrap.typeOnlineShop .boxTxt .txtEn {
  color: #ea3535;
}

.boxIndex03R .boxCont02 .wrap .boxTxt .txtJa {
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxIndex03R .boxCont02 .wrap .boxTxt .txtJa {
    font-size: 4.5vw;
  }
}


.home .p-index-content08:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 200%;
  height: 280px;
  background-color: #1e73be;
}
@media all and (max-width: 991px){
  .home .p-index-content08:after {
    height: 25vw;
  }
}
@media all and (max-width: 767px){
  .home .p-index-content08:after {
    content: none;
  }
}

.home .p-index-content08 .p-blog-list {
  position: relative;
  z-index: 2;
}

.home .p-index-content08 .p-blog-list__item {
  margin-bottom: 65px;
  background-color: #fff;
}
@media all and (max-width: 991px){
  .home .p-index-content08 .p-blog-list__item {
    margin-bottom: 6vw;
  }
}

@media all and (max-width: 767px){
  .home .p-cb__item {
    margin-bottom: 15vw;
  }
}

.home .p-index-content08__btn .p-btn {
  position: relative;
  padding-left: 1.0em;
  background-image: url('./../../img/index/index-news-btn-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  text-align: left;
  font-size: 1.0rem;
}
@media all and (max-width: 1119px){
  .home .p-index-content08__btn .p-btn {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 767px){
  .home .p-index-content08__btn .p-btn {
    background-size: auto 100%;
    font-size: 1.0rem;
  }
}

.home .p-index-content08__btn .p-btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.1em;
  width: 0.5em;
  height: 0.5em;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home .p-index-content08 .p-article01__content {
  background-image: url('./../../img/index/index-news-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
@media all and (max-width: 767px){
  .home .p-index-content08 .p-article01__content {
    background-size: 3vw auto;
  }
}
@media all and (max-width: 750px){
  .home .p-index-content08 .p-article01__content {
    background-size: 4vw auto;
  }
}


/*##### Modeler(Interview) #####*/
.formContact .dlForm > dt {
  padding-top: 1.0em;
}

.formContact .dlForm > dt .markRequired,
.formContact .dlForm > dt .markNotRequired {
  padding: 0 0 0 0.3em !important;
  font-size: 1.0rem !important;
}

.formContact .dlForm > dd.typeMulti {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.formContact .dlForm > dd.typeMulti > span {
  width: 49%;
  margin-right: calc(100% - 49% * 2);
}

.formContact .dlForm > dd.typeMulti > span:last-child {
  margin-right: 0;
}


.formContact .dlForm > dd.ddZipcode:before {
  content: '〒';
}

.formContact .dlForm > dd.ddZipcode .inputZipcode {
  width: 30%;
}

.formContact .dlForm > dd .textareaProductName {
  width: 100%;
}

.formContact .dlForm > dd.ddFile {
  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;
}

.formContact .dlForm > dd.ddFile > .txt02 {
  padding: 1.0em 0 0 0.7em;
}
@media all and (max-width: 767px){
  .formContact .dlForm > dd.ddFile > .txt02 {
    padding: 0.5em 0 0 0;
  }
}


.boxProductionresults {
	margin-bottom: 7em;
}
@media all and (max-width: 767px){
  .boxProductionresults {
		margin-bottom: 4em;
  }
}

.boxProductionresults .results_img {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.boxProductionresults .results_img img {
	width: 25%;
}
@media all and (max-width: 767px){
  .boxProductionresults .results_img img {
		width: 50%;
  }
}

.boxFlow .boxFlow01 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 3em;
}

.boxFlow .boxFlow01 img {
	width: 100%;
}

.boxFlow .boxFlow02 {

}

.boxFlow .boxFlow02 .boxFlow02One {
	margin: 0 0 3em;
}

.boxFlow .boxFlow02 .boxFlow02One .h3Tit01 {
	font-size: 1.5rem;
	background-image: url('./../../img/common/line01.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto auto;
	padding-bottom: 30px;
}

.boxFlow .boxFlow02 .boxFlow02One p {
	line-height: 1.5;
}

.boxFlow .boxFlow03 {
	background-color: #fff5c3;
	padding: 1em;
	position: relative;
	display: -webkit-flex;
	display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 767px){
  .boxFlow .boxFlow03 {
		flex-flow: column;
		margin-bottom: 5em;
  }
}

.boxFlow .boxFlow03 .h3Tit02 {
	width: 25%;
	text-align:center;
	background-color: #ea3535;
	color:#fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1.2;
}
@media all and (max-width: 767px){
  .boxFlow .boxFlow03 .h3Tit02 {
		width: 100%;
		padding: 1rem;
  }
}

.boxFlow .boxFlow03 .h3Tit02 span {
	padding-left: 10px;
	font-size: 2.2rem;
}

.boxFlow .boxFlow03 .txtbox {
	width: 70%;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
}
@media all and (max-width: 767px){
  .boxFlow .boxFlow03 .txtbox {
		width: 100%;
  }
}

.boxFlow .boxFlow03 .txtbox p {
	line-height: 1.5;
	margin-bottom: 1em;
}

/*##### Modeler #####*/
.boxModelerSLink {
  margin-top: 5em;
  margin-bottom: 7em;
}
@media all and (max-width: 767px){
  .boxModelerSLink {
    margin-top: 2.5em;
    margin-bottom: 3.5em;
  }
}

.boxModelerSLink a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 350px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #329cd1;
  letter-spacing: 0.12em;
  font-size: 1.3rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxModelerSLink a {
    width: 100%;
    height: 15vw;
    font-size: 4.0vw;
  }
}

.boxModelerSLink a:before {
  content: '';
  position: absolute;
  left: 2.0em;
  top: 0;
  bottom: 0;
  width: 0.4em;
  height: 0.4em;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}




/*##### Product #####*/
.boxProductWrap {
  margin-top: 0 !important;
  background-color: #329cd1;
}

.boxProductWrap .p-plan__header,
.boxDroneCaseWrap .p-plan__header {
  margin-bottom: 2em;
}

.boxProduct02 {
  padding-bottom: 5em;
}

.boxProductList,
.boxProductList02,
.boxDroneCaseList {
  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: 0 1.0em;
}
.boxProductList02 {
  padding: 0;
}
@media all and (max-width: 750px){
  .boxProductList,
  .boxProductList02,
  .boxDroneCaseList {
    display: block;
  }
}

.boxProductList .boxListOne,
.boxDroneCaseList .boxListOne {
  width: 275px;/*24%;*/
  /*margin-right: calc((100% - 24% * 4) / 3);*/
  margin: 0 6px 1.0em 6px;
  /*margin-bottom: 1.0em;*/
}
.boxProductList02 .boxListOne {
  width: 24%;
  margin-right: calc((100% - 24% * 4) / 3);
  margin-bottom: 1.0em;
}
@media all and (max-width: 1000px){
  .boxProductList02 .boxListOne {
    width: 32%;
    margin-right: calc((100% - 32% * 3) / 2);
  }
}
@media all and (max-width: 840px){
  .boxProductList02 .boxListOne {
    width: 49%;
    margin-right: calc(100% - 49% * 2);
  }
}
@media all and (max-width: 750px){
  .boxProductList .boxListOne,
  .boxProductList02 .boxListOne,
  .boxDroneCaseList .boxListOne {
    width: 100%;
    margin: 0 0 5vw 0;
  }
}

.boxProductList02 .boxListOne:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 1000px){
  .boxProductList02 .boxListOne:nth-child(4n) {
    margin-right: calc((100% - 32% * 3) / 2);
  }
  .boxProductList02 .boxListOne:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 840px){
  .boxProductList02 .boxListOne:nth-child(3n) {
    margin-right: calc(100% - 49% * 2);
  }
  .boxProductList02 .boxListOne:nth-child(2n) {
    margin-right: 0;
  }
}

.boxProductList .boxListOne a,
.boxProductList02 .boxListOne a,
.boxDroneCaseList .boxListOne a {
  text-decoration: none;
  color: #000;
}

.boxProductList .boxListOne .boxListImg,
.boxProductList02 .boxListOne .boxListImg,
.boxDroneCaseList .boxListOne .boxListImg {
  height: 208px;
  background-color: #ccc;
}
@media all and (max-width: 750px){
  .boxProductList .boxListOne .boxListImg,
  .boxProductList02 .boxListOne .boxListImg,
  .boxDroneCaseList .boxListOne .boxListImg {
    height: 60vw;
  }
}

.boxProductList .boxListOne .boxListImg .ulListCat,
.boxProductList02 .boxListOne .boxListImg .ulListCat,
.boxDroneCaseList .boxListOne .boxListImg .ulListCat {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0;
}

.boxProductList .boxListOne .boxListImg .ulListCat > li,
.boxProductList02 .boxListOne .boxListImg .ulListCat > li,
.boxDroneCaseList .boxListOne .boxListImg .ulListCat > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 100px;
  height: 2em;
  background-color: #329cd1;
  font-size: 0.9rem;
  color: #fff;
}

.boxProductList .boxListOne .ttlList,
.boxProductList02 .boxListOne .ttlList,
.boxDroneCaseList .boxListOne .ttlList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 60px;
  padding: 0.2em 0.9em;
  background-color: #fff;
  background-image: url('./../../img/product/product-list-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxProductList .boxListOne .ttlList,
  .boxProductList02 .boxListOne .ttlList,
  .boxDroneCaseList .boxListOne .ttlList {
    min-height: 15vw;
    background-size: 5vw auto;
    font-size: 4.0vw;
  }
}


.single-products_handled .l-primary {
  width: 100%;
}

.single-products_handled .p-entry__header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2.0em;
}
@media all and (max-width: 767px){
  .single-products_handled .p-entry__header {
    margin-bottom: 0.7em;
  }
}

.single-products_handled .p-entry__meta {
  margin-top: 0.5em;
  margin-right: 1.5em;
}
@media all and (max-width: 767px){
  .single-products_handled .p-entry__meta {
    height: auto;
    margin-top: 0.3vw;
  }
}

@media all and (max-width: 767px){
  .single-products_handled .p-entry__meta a {
    padding: 1.3vw 1.5vw;
    line-height: 1.0;
    font-size: 3.5vw;
  }
}

.single-products_handled .p-entry__title {
  margin-bottom: 0;
}
@media all and (max-width: 767px){
  .single-products_handled .p-entry__title {
    font-size: 4.5vw;
  }
}

.single-products_handled .boxSingleCont {
  margin-bottom: 3em;
}
@media all and (max-width: 767px){
  .single-products_handled .boxSingleCont {
    margin-bottom: 4.5vw;
  }
}

.single-products_handled .boxSingleLink {
  margin-top: 5em;
  margin-bottom: 7em;
}
@media all and (max-width: 767px){
  .single-products_handled .boxSingleLink {
    margin-top: 12vw;
    margin-bottom: 8vw;
  }
}

.single-products_handled .boxSingleLink a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #329cd1;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .single-products_handled .boxSingleLink a {
    width: 100%;
    height: 15vw;
    font-size: 4.0vw;
  }
}

.single-products_handled .boxSingleLink a:before {
  content: '';
  position: absolute;
  left: 2.0em;
  top: 0;
  bottom: 0;
  width: 0.4em;
  height: 0.4em;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/*##### Footer #####*/
.boxFooter {
  padding-top: 3em;
  border-top: 1px #ddd solid;
}
@media all and (max-width: 750px){
  .boxFooter {
    padding-top: 2.0em;
  }
}

.boxFooter01 {
  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: 0 0 3.0em 0;
}

.boxFooterInfo {
  width: 33%;
}
@media all and (max-width: 1220px){
  .boxFooterInfo {
    width: 41%;
  }
}
@media all and (max-width: 955px){
  .boxFooterInfo {
    width: 100%;
  }
}

.boxFooterInfo .ttl01 {
  margin-bottom: 1.25em;
}

.boxFooterInfo .ttl01 img {
  max-width: 100%;
}

.boxFooterInfo .dlFooterInfo01 {
  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.6em;
  line-height: 1.4;
  font-size: 0.97rem;
}

.boxFooterInfo .dlFooterInfo01 > dt {
  width: 5.0em;
  font-weight: 700;
  color: #1e73be;
}

.boxFooterInfo .dlFooterInfo01 > dt .str2 {
  letter-spacing: 2.0em;
}

.boxFooterInfo .dlFooterInfo01 > dt .str3 {
  letter-spacing: 0.55em;
}

.boxFooterInfo .dlFooterInfo01 > dd {
  position: relative;
  width: calc(100% - 5.0em);
}

.boxFooterInfo .dlFooterInfo01 > dd .linkBaseTelno {
  /*position: absolute;
  top: -0.15em;
  left: 0;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  font-weight: 700;*/
}

.boxFooterInfo .boxFooterAccess {
  margin-bottom: 1.75em;
  padding-top: 0.4em;
}

.boxFooterInfo .boxFooterAccess > span {
  padding: 0.1em 0 0.1em 1.35em;
  background-image: url('./../../img/base/base-icn-map01.png');
  background-repeat: no-repeat;
  background-position: left 0.2em;
  background-size: auto auto;
}

.boxFooterInfo .boxFooterAccess > span a {
  margin-right: 0.3em;
}

.boxFooterInfo .boxFooterTwitterFeed {
  overflow-y: auto;
  width: 90%;
  height: 200px;
  margin-top: 1.5em;
  border: 1px #1e73be solid;/*#dfdfdf */
}
@media all and (max-width: 750px){
  .boxFooterInfo .boxFooterTwitterFeed {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 50vw;
    margin-top: 1.5em;
  }
}

.boxFooterInfo .boxFooterTwitterFeed iframe {
  width: 100% !important;
}

.boxFooterMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% - (33% + 229px));
  padding-top: 1.4em;
}
@media all and (max-width: 1220px){
  .boxFooterMenu {
    width: calc(100% - 41%);
  }
}
@media all and (max-width: 955px){
  .boxFooterMenu {
    width: 100%;
  }
}

.boxFooterMenuIn:nth-child(1) {
  width: 55%;
}
@media all and (max-width: 570px){
  .boxFooterMenuIn:nth-child(1) {
    width: 100%;
  }
}

.boxFooterMenuIn:nth-child(2) {
  width: 45%;
}
@media all and (max-width: 570px){
  .boxFooterMenuIn:nth-child(2) {
    width: 100%;
  }
}

.boxFooterMenuIn .ttl01 {
  letter-spacing: 0.03em;
  font-size: 1.25rem;
  color: #cecece;
}

.boxFooterMenuIn .ul01 > li {
  position: relative;
  margin-bottom: 1.4em;
  padding-left: 0.83em;
  line-height: 1.2;
  font-size: 0.95rem;
  font-weight: 700;
}

.boxFooterMenuIn .ul01 > li:before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  background-color: #ea3535;
}

.boxFooterMenuIn .ul0101 > li {
  position: relative;
  margin-bottom: 0.7em;
  font-weight: 500;
	padding-left: 0.83em;
	line-height: 1.2;
}

.boxFooterMenuIn .ul0101 > li:first-child {
  margin-top: 0.75em;
}

.boxFooterMenuIn .ul0101 > li:last-child {
  margin-bottom: 2.0em;
}

.boxFooterMenuIn .ul0101 > li:before {
  content: '-';
	position: absolute;
	top: 0;
  left: 0;
}

.boxFooterLink {
  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: 229px;
  padding-top: 4.0em;
}
@media all and (max-width: 1220px){
  .boxFooterLink {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-top: 1.0em;
  }
}
@media all and (max-width: 750px){
  .boxFooterLink {
    -webkit-justify-content: center;
    justify-content: center;
  }
}


.boxFooterLink .link01 {
  margin-bottom: 0.6em;
}
@media all and (max-width: 1220px){
  .boxFooterLink .link01 {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}

.boxFooterLink .link01:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1220px){
  .boxFooterLink .link01:last-child {
    /*margin-right: 0;*/
  }
}

.p-entry__body--page {
  margin-bottom: 30px;
}
@media all and (max-width: 750px){
  .pageBase01 .p-entry__body--page {

  }
}

@media all and (max-width: 750px){
  .pageBase01 .p-entry__body h2 {
    font-size: 6vw;
  }
}

@media all and (max-width: 750px){
  .pageBase01 .p01,
  .pageBase01 .p05 {
    font-size: 5.0vw !important;
  }
}

@media all and (max-width: 750px){
  .pageBase01 .p02,
  .pageBase01 .p06 {
    font-size: 3.5vw !important;
  }
}

@media all and (max-width: 750px){
  .pageBase01 .p03 {
    font-size: 5.0vw !important;
  }
}

.pageBase01 .p04 {
  line-height: 1.4;
}
@media all and (max-width: 750px){
  .pageBase01 .p04 {
    font-size: 5.0vw !important;
  }
}

.pageBase01 .divTop01 {
  margin-bottom: 5em;
}
@media all and (max-width: 750px){
  .pageBase01 .divTop01 {
    margin-bottom: 2.5em;
  }
}

@media all and (max-width: 750px){
  .pageBase01 .divTop01 .p02 {
    text-align: left;
  }
}

.pageBase01 .div01Wrap {
  position: relative;
	padding-top: 35px;
}

.pageBase01 .div01Wrap:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
@media all and (max-width: 750px){
  .pageBase01 .div01Wrap:after {
    height: 24%;
  }
}

.pageBase01 .div01 {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding-bottom: 3.5em;
}
@media all and (max-width: 750px){
  .pageBase01 .div01 {
    padding-bottom: 2vw;
  }
}

.pageBase01 .div01 a {
  text-decoration: none;
  color: #000;
}

@media all and (max-width: 767px){
  .pageBase01 .div01 .wp-block-column {
    flex-basis: 49%!important;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 7vw;
  }
}

@media all and (max-width: 767px){
  .pageBase01 .div01 .wp-block-column:nth-child(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 767px){
  .pageBase01 .div01 .wp-block-column figure img:not(.wp-image-341),
  .pageBase01 .div01 .wp-block-column figure a img {
    width: 42vw;/*70vw;*/
  }
}

@media all and (max-width: 750px){
  .pageBase01 .div02 .wp-block-media-text__content {
    padding: 0;
  }
}

@media all and (max-width: 750px){
  .pageBase01 .div02 .wp-block-buttons {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media all and (max-width: 750px){
  .pageBase01 .space01 {
    height: 8vw !important;
  }
}

.pageBase01 .div03 {
  padding-bottom: 5em;
}
@media all and (max-width: 1295px){
  .pageBase01 .div03 {
    padding-bottom: 1vw;
  }
}
@media all and (max-width: 750px){
  .pageBase01 .div03 {
    padding: 5vw !important;
  }
}

.pageBase01 .div03 .div03Ttl {
  margin-bottom: 3.5em;
}

@media all and (max-width: 750px){
  .pageBase01 .div03 .div03P01 {
    padding: 5vw !important;
  }
}

@media all and (max-width: 750px){
  .pageBase01 .div03 .wp-block-media-text__content {
    padding: 0 !important;
  }
}

@media all and (max-width: 750px){
  .pageBase01 .div03 .div03P02 {
    font-size: 5.0vw !important;
  }
}

.pageBase01 .div03 .boxHobbySpace01 .wp-block-columns {
  margin-bottom: 0;
}

.pageBase01 .div03 .boxHobbySpaceOne {
  margin-bottom: 2.0em;
}
@media all and (max-width: 750px){
  .pageBase01 .div03 .boxHobbySpaceOne {
    margin-bottom: 10vw;
  }
}

@media all and (max-width: 750px){
  .pageBase01 .div03 .boxHobbySpaceOneIn {
    display: block;
  }
}

@media all and (max-width: 750px){
  .pageBase01 .div03 .boxHobbySpaceOneIn .wp-block-media-text__media {
    margin-bottom: 3vw;
  }
}

@media all and (max-width: 750px){
  .pageBase01 .div03 .boxHobbyOneTxt {
    /*padding-left: 5%;*/
  }
}

@media all and (max-width: 750px){
  .pageBase01 .div03 .boxHobbyOneTxt {
  }
}

.pageBase01 .p-plan__header .p-plan__header-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.pageBase01 .boxProductWrap .p-plan__header .p-plan__title {
  background-color: #ea3535;
}

.pageBase01 .p-plan__header .p-plan__sub {
  font-size: 1.2rem;
  font-weight: 700;
}

.pageCompany .p-page-header::before,
.pageBase01 .p-page-header::before {
  z-index: 1;
}
.boxIndex03R .boxCont02 .wrap .boxTxt .btn_shop {
	text-align: center;
	width: 8em;
	margin: 0 0 0.3em 0
}
.boxIndex03R .boxCont02 .wrap .boxTxt .btn_shop.yahoo {
	margin-top: 0.6em;
}
.boxIndex03R .boxCont02 .wrap .boxTxt .btn_shop a {
	display: block;
	padding: 0.3em 0;
	color: #fff;
	background-color: #ea3535;
	font-size: 0.85rem;
	font-weight: bold;
}
.post-type-archive-interview .p-archive-header__desc {
	line-height: 2;
	margin-top: 2em
}
.post-type-archive-interview .p-archive-header {
	margin-bottom: 40px;
}
.post-type-archive-interview .p-article06__cat {
	display: none;
}
.post-type-archive-interview .p-block01__title {
	margin-bottom: 1.2em;
    font-size: 36px;
    line-height: 1.5;
}
.post-type-archive-interview .lawLink {
	text-align: right;;
	margin: -4em 0 4em 0;
}
.post-type-archive-interview .lawLink a {
	text-decoration: underline;
}
.pageBase01 .div02Wrap .div01 {
	max-width: 750px;
}
.page-id-531 #EstimateForm {
	margin-top: 50px;
}
.page-id-531 #posiItem {
	margin-top: 0;
}

/*** DRONE ********************/
.solution_menu {
	flex-wrap: wrap !important;
}

.solution_menu .wp-block-column {
	width: 30%;
	flex-basis: inherit;
	margin-bottom: 4em;
}
@media all and (max-width: 782px){
  .solution_menu .wp-block-column {
		margin-bottom: 2em;
		padding: 0 1em;
  }
}

.solution_menu .wp-block-column:nth-child(4) {
	margin-left: 0;
}
@media all and (max-width: 782px){
  .solution_menu .wp-block-column:nth-child(4) {
		margin-left: 2em;
  }
}
@media all and (max-width: 582px){
  .solution_menu .wp-block-column:nth-child(4) {
		margin-left: 0em;
  }
}

.solution_menu .wp-block-column h4 {
	min-height: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.solution_menu .wp-block-table th {
	width: 20%;
}

.drone_movie {
	text-align: center;
}

.drone_movie video {
	max-width:900px;
	width: 100%;
}
