@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}



.c-sectionLayoutFull {
  padding: 70px 0 86px 0;
}
.c-sectionHeadFull {
  text-align: center;
  margin-bottom: 60px;
}
.c-sectionHeadFull__titleEn {
  font-size: 32px;
  line-height: 1.3;
  color: #7f7f7f;
}
.c-sectionHeadFull__titleJp {
  font-size: 15px;
  line-height: 1.5;
  color: #7f7f7f;
  font-weight: normal;
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  .c-sectionLayoutFull {
    padding: 30px 0 40px 0;
  }
  .c-sectionHeadFull {
    margin-bottom: 32px;
  }
  .c-sectionHeadFull__titleEn {
    font-size: 24px;
    line-height: 1.3;
  }
  .c-sectionHeadFull__titleJp {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 6px;
  }
}


.c-pageHead {
  text-align: center;
  background: #666;
  height: 300px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.c-pageHead:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0,183,236,0.25);
  z-index: 2;
}
.c-pageHeadInner {
  color: #FFF;
  position: relative;
  z-index: 10;
}
.c-pageHead__titleEn {
  font-size: 32px;
  line-height: 1.3;
}
.c-pageHead__titleJp {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 8px;
}
.c-pageHead.c-pageHead--company {
  background: url("../images/company/head-back.jpg") no-repeat center center;
  background-size: cover;
}
.c-pageHead.c-pageHead--recruit {
  background: url("../images/recruit/head-back.jpg") no-repeat center center;
  background-size: cover;
}
.c-pageHead--contact {
  background: url("../images/contact/head-back.jpg") no-repeat center center;
  background-size: cover;
}
.c-pageHead--policy {
  background: url("../images/privacy/head-back.jpg") no-repeat center center;
  background-size: cover;
}
.c-pageHead--news {
  background: url("../images/news/head-back.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .c-pageHead {
    height: 150px;
  }
  .c-pageHead__titleEn {
    font-size: 22px;
  }
  .c-pageHead__titleJp {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 8px;
  }
}



.c-pankuzu {
  background: #f2f2f4;
}
.c-pankuzuList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1px 0 6px 0;
}
.c-pankuzuList li {
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  position: relative;
  margin-top: 5px;
}
.c-pankuzuList li + li {
  margin-left: 30px;
}
.c-pankuzuList li:before {
  position: absolute;
  top: 7px;
  left: -19px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #959595;
  border-right: 1px solid #959595;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-pankuzuList li:first-child:before {
  display: none;
}
.c-pankuzuList li a {
  color: #00479d;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .c-pankuzu {
  }
  .c-pankuzuList {
    padding: 2px 0 6px 0;
  }
  .c-pankuzuList li {
    font-size: 11px;
    line-height: 1.3;
    margin-top: 5px;
  }
  .c-pankuzuList li + li {
    margin-left: 20px;
  }
  .c-pankuzuList li:before {
    top: 4px;
    left: -13px;
    width: 5px;
    height: 5px;
  }
}




.c-newsArchiveList {
  
}
.c-newsArchiveList li {
  
}
.c-newsArchiveList li + li {
  margin-top: 18px;
}
.c-newsArchiveList li a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  text-align: left;
}
.c-newsArchiveList__date {
  font-size: 15px;
  line-height: 1.5;
  color: #35429c;
  width: 100px;
}
.c-newsArchiveList__txt {
  font-size: 15px;
  line-height: 1.5;
  color: #7f7f7f;
  width: calc(100% - 100px);
}
@media screen and (max-width: 640px) {
  .c-newsArchiveList {

  }
  .c-newsArchiveList li {

  }
  .c-newsArchiveList li + li {
    margin-top: 15px;
  }
  .c-newsArchiveList li a {
  }
  .c-newsArchiveList__date {
    font-size: 12px;
    line-height: 1.5;
    width: 70px;
  }
  .c-newsArchiveList__txt {
    font-size: 12px;
    line-height: 1.5;
    width: calc(100% - 70px);
  }
}


.c-iconArchiveList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-iconArchiveList li {
  width: 23.14%;
  margin-left: 2.48%;
}
.c-iconArchiveList li:nth-child(4n + 1) {
  margin-left: 0;
}
.c-iconArchiveList li a {
  background: rgb(48,51,111);
  background: -moz-linear-gradient(45deg, rgba(48,51,111,1) 0%, rgba(1,181,234,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(48,51,111,1) 0%,rgba(1,181,234,1) 100%);
  background: linear-gradient(45deg, rgba(48,51,111,1) 0%,rgba(1,181,234,1) 100%);
  color: #FFF;
  height: 250px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 5px;
}
.c-iconArchiveList__inner {
  padding: 0 15px;
}
.c-iconArchiveList__inner > i {
  font-size: 40px;
  line-height: 1;
}
.c-iconArchiveList__txt {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 13px;
}
.c-iconArchiveList__txt i {
  font-size: 16px;
  margin-left: 7px;
}
@media screen and (max-width: 640px) {
  .c-iconArchiveList {
  }
  .c-iconArchiveList li {
    width: 44.7%;
    margin-left: 10.6%;
  }
  .c-iconArchiveList li:nth-child(4n + 1) {
    margin-left: 10.6%;
  }
  .c-iconArchiveList li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .c-iconArchiveList li:nth-child(n + 3) {
    margin-top: 28px;
  }
  .c-iconArchiveList li a {
    height: 37.548vw;
  }
  .c-iconArchiveList__inner {
    padding: 0 15px;
  }
  .c-iconArchiveList__inner > i {
    font-size: 30px;
    line-height: 1;
  }
  .c-iconArchiveList__txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 11px;
  }
  .c-iconArchiveList__txt > i {
    font-size: 12px;
  }
}

.c-photoLinkList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-photoLinkList li {
  width: 33.333%;
}
.c-photoLinkList li a {
  display: block;
  position: relative;
}
.c-photoLinkList li a:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(48,51,111);
  background: -moz-linear-gradient(45deg, rgba(48,51,111,1) 0%, rgba(1,181,234,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(48,51,111,1) 0%,rgba(1,181,234,1) 100%);
  background: linear-gradient(45deg, rgba(48,51,111,1) 0%,rgba(1,181,234,1) 100%);
  opacity: 0.75;
  z-index: 1;
}
.c-photoLinkList__txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  color: #FFF;
  font-size: 18px;
  line-height: 1.66;
}
@media screen and (max-width: 640px) {
  .c-photoLinkList {
  }
  .c-photoLinkList li {
    width: 100%;
  }
  .c-photoLinkList li + li {
    margin-top: 25px;
  }
  .c-photoLinkList li a {
  }
  .c-photoLinkList li a:before {
  }
  .c-photoLinkList__txt {
    font-size: 14px;
    line-height: 1.66;
  }
}

.c-btn01Outer {
  margin-top: 52px;
}
a.c-btn01 {
  background: #00b7ec;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  color: #FFF;
  font-size: 15px;
  line-height: 1.3;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .c-btn01Outer {
    margin-top: 28px;
  }
  a.c-btn01 {
    max-width: 150px;
    height: 40px;
    font-size: 14px;
    line-height: 1.3;
  }
}

/* side */
.p-slideTitle {
  font-size: 23px;
  line-height: 1.3;
  font-weight: normal;
  color: #7f7f7f;
  margin-bottom: 18px;
}
* + .p-slideTitle {
  margin-top: 40px;
}
.p-slideLinkList {
}
.p-slideLinkList li {
  border-top: #afafb2 1px solid;
}
.p-slideLinkList li a {
  background: #f8f7f7;
/*
  height: 49px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
*/
  font-size: 15px;
  line-height: 1.4;
  color: #3f3f3f;
  padding: 14px 38px 14px 19px;
  position: relative;
  display: block;
}
.p-slideLinkList li.is-active a {
  background: #FFF;
}
.p-slideLinkList li a i {
  color: #898989;
  font-size: 12px;
  margin-left: 6px;
}
/*
.p-slideLinkList li a i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
*/
.p-slideLinkList li a:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);

}
.p-slideLinkList li a:hover ,
.p-slideLinkList li a.is-active {
  background: #FFF;
}

.p-slideNewsList {
  background: #f8f7f7;
}
.p-slideNewsList li {
  border-top: #afafb2 1px solid;
}
.p-slideNewsList li a {
  font-size: 15px;
  line-height: 1.4;
  color: #3f3f3f;
  padding: 12px 38px 16px 19px;
  position: relative;
  display: block;
}
/*.p-slideNewsList li a i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}*/
.p-slideNewsList li a:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-slideNewsList__txt {
  font-size: 15px;
  line-height: 1.6;
}
.p-slideNewsList__date {
  font-size: 10px;
  line-height: 1;
  margin-top: 7px;
}

.p-pageHeadTitle {
  font-size: 32px;
  line-height: 1.5;
  color: #7f7f7f;
  font-weight: normal;
  margin-bottom: 33px;
}
.c-singleBody ,
.c-pageBody {
  font-size: 15px;
  line-height: 2;
  color: #313131;
  margin-top: 25px;
}
.c-singleBody h2 ,
.c-pageBody .h2 {
  font-size: 23px;
  line-height: 1.3;
  color: #7f7f7f;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0;
}
.c-singleBody * + h2 ,
.c-pageBody * + .h2 {
  margin-top: 60px;
}
.c-singleBody h3 ,
.c-pageBody .h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #7f7f7f;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 35px;
}
.c-singleBody ul ,
.c-pageBody .ul {
  margin-bottom: 15px;
  margin-top: 15px;
}
.c-singleBody ul > li,
.c-pageBody .ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-singleBody ul > li.is-noDot,
.c-pageBody .ul > li.is-noDot {
  text-indent: 0;
  padding-left: 0;
}
.c-singleBody ul > li:before ,
.c-pageBody .ul > li:before {
  content: '・';
}
.c-singleBody ul > li.is-noDot:before ,
.c-pageBody .ul > li.is-noDot:before {
  content: '';
}
.c-singleBody ul > li a,
.c-pageBody .ul > li a {
  text-decoration: underline;
  color: #00479d;
}
.c-pageBody .p-pageHeadTitle {
  margin-bottom: 0px;
  margin-top: 50px;
}
.c-pageBody .p-pageHeadTitle + .h2 {
  margin-top: 22px;
}

@media screen and (max-width: 640px) {
  .p-pageHeadTitle {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .c-singleBody ,
  .c-pageBody {
    font-size: 14px;
    line-height: 2;
    margin-top: 25px;
  }
  .c-singleBody h2 ,
  .c-pageBody .h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .c-singleBody * + h2 ,
  .c-pageBody * + .h2 {
    margin-top: 60px;
  }
  .c-singleBody h3 ,
  .c-pageBody .h3 {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 35px;
  }
  .c-singleBody ul ,
  .c-pageBody .ul {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .c-singleBody ul > li,
  .c-pageBody .ul > li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .c-pageBody .p-pageHeadTitle {
    margin-top: 50px;
  }
  .c-pageBody .p-pageHeadTitle + .h2 {
    margin-top: 22px;
  }
}



.c-pageBody .ul2 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.c-pageBody .ul2 > li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-pageBody .ul2 > li a {
  text-decoration: underline;
  color: #00479d;
}
.c-pageBody .ul2 > li a i.fas.fa-external-link-alt {
  position: relative;
  padding-left: 1em;
  font-size: 13px;
}
.c-pageBody .ul2 > li a i.fas.fa-external-link-alt:before {
  position: absolute;
  top: -11px;
  right: -4px;
}
.c-pageBody .ul2 > li + li {
  margin-top: 15px;
}
.c-pageBody .ul2 li:before {
  content: '・';
}


.c-pageBody .ul3 {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 15px;
}
.c-pageBody .ul3 li {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 70px;
  width: 30.76%;
  margin-left: 3.86%;
  background: rgb(214,239,246);
  background: -moz-linear-gradient(left, rgba(214,239,246,1) 0%, rgba(229,227,232,1) 80%, rgba(246,214,215,1) 100%);
  background: -webkit-linear-gradient(left, rgba(214,239,246,1) 0%,rgba(229,227,232,1) 80%,rgba(246,214,215,1) 100%);
  background: linear-gradient(to right, rgba(214,239,246,1) 0%,rgba(229,227,232,1) 80%,rgba(246,214,215,1) 100%);
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 15px;
}
.c-pageBody .ul3 li:nth-child(3n + 1) {
  margin-left: 0;
}
.c-pageBody .ul3 li:nth-child(n + 4) {
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .c-pageBody .ul2 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .c-pageBody .ul2 > li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .c-pageBody .ul2 > li a {
  }
  .c-pageBody .ul2 > li + li {
    margin-top: 15px;
  }

  .c-pageBody .ul3 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .c-pageBody .ul3 li {
    height: 70px;
    width: 48%;
    margin-left: 4%;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px;
  }
  .c-pageBody .ul3 li:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .c-pageBody .ul3 li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .c-pageBody .ul3 li:nth-child(n + 3) {
    margin-top: 15px;
  }
}




.c-pageBody .ul_deco--check {
  font-size: 18px;
  line-height: 1.66;
  margin-top:35px;
  margin-bottom:35px;
}
.c-pageBody .ul_deco--check li {
  background: rgb(214,239,246);
  background: -moz-linear-gradient(left, rgba(214,239,246,1) 0%, rgba(246,214,215,1) 100%);
  background: -webkit-linear-gradient(left, rgba(214,239,246,1) 0%,rgba(246,214,215,1) 100%);
  background: linear-gradient(to right, rgba(214,239,246,1) 0%,rgba(246,214,215,1) 100%);
  padding: 18px 20px 18px 55px;
  position: relative;
}
.c-pageBody .ul_deco--check li + li {
  margin-top: 22px;
}
.c-pageBody .ul_deco--check li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 21px;
  left: 21px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f14a";
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  
  
}


.c-pageBody .dl--icon {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  font-size: 18px;
  line-height: 1.66;
  color: #FFF;
}
.c-pageBody .dl--icon + .dl--icon {
  margin-top: 23px;
}
.c-pageBody .dl--icon dt {
  width: 190px;
  position: relative;
  background: #039ac6;
  padding: 20px 10px 20px 60px;
  box-sizing: border-box;
}
.c-pageBody .dl--icon dd {
  width: calc(100% - 190px);
  background: #00b7ec;
  padding: 20px 10px 20px 40px;
  box-sizing: border-box;
}
.c-pageBody .dl--icon dt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  font-size: 24px;
}
.c-pageBody .dl--icon.dl--iconMic dt:before {
  content: "\f3c9";
  top: 22px;
  left: 26px;
}
.c-pageBody .dl--icon.dl--iconServer dt:before {
  content: "\f233";
  top: 23px;
  left: 22px;
}
.c-pageBody .dl--icon.dl--iconKeyboard dt:before {
  content: "\f11c";
  top: 23px;
  left: 18px;
}

@media screen and (max-width: 640px) {
  
  
}



.c-pageBody .dl--grad {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  font-size: 18px;
  line-height: 1.66;
  color: #313131;
}
.c-pageBody * + .dl--grad {
  margin-top: 49px;
}
.c-pageBody .dl--grad + .dl--grad {
  margin-top: 23px;
}
.c-pageBody .dl--grad dt ,
.c-pageBody .dl--grad dd {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-pageBody .dl--grad dt {
  width: 135px;
  background: #aedcea;
  padding: 20px 10px 20px 24px;
  box-sizing: border-box;
}
.c-pageBody .dl--grad dd {
  width: calc(100% - 135px);
  background: rgb(218,236,242);
  background: -moz-linear-gradient(left, rgba(218,236,242,1) 0%, rgba(246,214,215,1) 100%);
  background: -webkit-linear-gradient(left, rgba(218,236,242,1) 0%,rgba(246,214,215,1) 100%);
  background: linear-gradient(to right, rgba(218,236,242,1) 0%,rgba(246,214,215,1) 100%);
  padding: 11px 10px 11px 27px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.71;
}

@media screen and (max-width: 640px) {
  .c-pageBody .dl--grad {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    font-size: 18px;
    line-height: 1.66;
    color: #313131;
  }
  .c-pageBody * + .dl--grad {
    margin-top: 49px;
  }
  .c-pageBody .dl--grad + .dl--grad {
    margin-top: 23px;
  }
  .c-pageBody .dl--grad dt ,
  .c-pageBody .dl--grad dd {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .c-pageBody .dl--grad dt {
    width: 135px;
    background: #aedcea;
    padding: 20px 10px 20px 24px;
    box-sizing: border-box;
  }
  .c-pageBody .dl--grad dd {
    width: calc(100% - 135px);
    background: rgb(218,236,242);
    background: -moz-linear-gradient(left, rgba(218,236,242,1) 0%, rgba(246,214,215,1) 100%);
    background: -webkit-linear-gradient(left, rgba(218,236,242,1) 0%,rgba(246,214,215,1) 100%);
    background: linear-gradient(to right, rgba(218,236,242,1) 0%,rgba(246,214,215,1) 100%);
    padding: 11px 10px 11px 27px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.71;
  }
}



.c-pageBody .dl--grad2 {
  font-size: 18px;
  line-height: 1.66;
  color: #313131;
  background: rgb(214,239,246);
  background: -moz-linear-gradient(left, rgba(214,239,246,1) 0%, rgba(229,227,232,1) 80%, rgba(246,214,215,1) 100%);
  background: -webkit-linear-gradient(left, rgba(214,239,246,1) 0%,rgba(229,227,232,1) 80%,rgba(246,214,215,1) 100%);
  background: linear-gradient(to right, rgba(214,239,246,1) 0%,rgba(229,227,232,1) 80%,rgba(246,214,215,1) 100%);
  padding: 20px 20px 20px 24px;
  box-sizing: border-box;
}
.c-pageBody * + .dl--grad2 {
  margin-top: 49px;
}
.c-pageBody .dl--grad2 + .dl--grad2 {
  margin-top: 23px;
}
.c-pageBody .dl--grad2 dt {
  font-weight: 500;
}
.c-pageBody .dl--grad2 dd {
  font-size: 14px;
  line-height: 1.71;
  margin-top: 7px;
}

@media screen and (max-width: 640px) {
  .c-pageBody .dl--grad2 {
    font-size: 16px;
    line-height: 1.66;
    padding: 15px 15px 15px 18px;
  }
  .c-pageBody * + .dl--grad2 {
    margin-top: 30px;
  }
  .c-pageBody .dl--grad2 + .dl--grad2 {
    margin-top: 20px;
  }
  .c-pageBody .dl--grad2 dd {
    font-size: 14px;
    line-height: 1.71;
    margin-top: 7px;
  }
}



.c-pageBody .dl--grad3 {
  font-size: 18px;
  line-height: 1.66;
  color: #313131;
  background: rgb(214,239,246);
  background: -moz-linear-gradient(left, rgba(214,239,246,1) 0%, rgba(229,227,232,1) 85%, rgba(246,214,215,1) 100%);
  background: -webkit-linear-gradient(left, rgba(214,239,246,1) 0%,rgba(229,227,232,1) 85%,rgba(246,214,215,1) 100%);
  background: linear-gradient(to right, rgba(214,239,246,1) 0%,rgba(229,227,232,1) 85%,rgba(246,214,215,1) 100%);
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  counter-increment: title-number;
  position: relative;
  margin-left: 70px;
}
.c-pageBody .dl--grad3:before {
  content: counter(title-number);
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -70px;
  width: 70px;
  height: 100%;
  background: #adddec;
  font-size: 48px;
  line-height: 1;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  box-sizing: border-box;
  padding-bottom: 9px;
}

.c-pageBody * + .dl--grad3 {
  margin-top: 49px;
}
.c-pageBody .h2 + .dl--grad3 {
  margin-top: 30px;
}
.c-pageBody .dl--grad3 + .dl--grad3 {
  margin-top: 23px;
}
.c-pageBody .dl--grad3 dt {
  font-weight: 500;
  height: 50px;
  box-sizing: border-box;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 110px;
}
.c-pageBody .dl--grad3 dd {
  font-size: 14px;
  line-height: 1.71;
  width: calc(100% - 110px);
  box-sizing: border-box;
  padding: 0 20px 0 0;
}

@media screen and (max-width: 640px) {
  .c-pageBody .dl--grad3 {
    font-size: 18px;
    line-height: 1.66;
    padding: 10px 10px 10px 15px;
    display: block;
    margin-left: 50px;
  }
  .c-pageBody .dl--grad3:before {
    left: -50px;
    width: 50px;
    height: 100%;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 9px;
  }

  .c-pageBody * + .dl--grad3 {
    margin-top: 30px;
  }
  .c-pageBody .h2 + .dl--grad3 {
    margin-top: 30px;
  }
  .c-pageBody .dl--grad3 + .dl--grad3 {
    margin-top: 20px;
  }
  .c-pageBody .dl--grad3 dt {
    font-weight: 500;
    height: auto;
    width: 100%;
    font-size: 16px;
  }
  .c-pageBody .dl--grad3 dd {
    font-size: 14px;
    line-height: 1.71;
    width: 100%;
    padding: 0 20px 0 0;
    margin-top: 5px;
  }
}


.c-pageBody .ul_link {
  margin-bottom: 15px;
  margin-top: 15px;
}
.c-pageBody .ul_link > li {
}
.c-pageBody .ul_link > li + li {
  margin-top: 3px;
}
.c-pageBody .ul_link > li > a {
  display: inline-block;
  position: relative;
  color: #313131;
  font-size: 15px;
  line-height: 1.8;
  padding-left: 20px;
}
.c-pageBody .ul_link > li > a i {
  font-size: 12px;
  margin-left: 7px;
  display: inline-block;
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
  color: #898989;
}
.c-pageBody .ul_link > li > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  position: absolute;
  top: 8px;
  left: 2px;
  font-size: 12px;
}
.c-pageBody .ul_link > li > .ul_link {
  margin-bottom: 3px;
  margin-top: 3px;
  margin-left: 30px;
}

@media screen and (max-width: 640px) {
  
  
}



.c-singleBody ol ,
.c-pageBody .ol {
  margin-bottom: 15px;
  margin-top: 15px;
  counter-reset: olcounter;
  list-style: none;
}
.c-singleBody ol > li,
.c-pageBody .ol > li {
}
.c-singleBody ol > li:before ,
.c-pageBody .ol > li:before {
  counter-increment: olcounter;
  content: counter(olcounter)'）';
}
.c-singleBody ol > li a,
.c-pageBody .ol > li a {
  text-decoration: underline;
  color: #00479d;
}

.c-pageBody .ol2 {
  margin-bottom: 15px;
  margin-top: 15px;
  counter-reset: olcounter;
  list-style: none;
}
.c-pageBody .ol2 > li {
}
.c-pageBody .ol2 > li:before {
  counter-increment: olcounter;
  content: '（'counter(olcounter)'）';
}
.c-pageBody .ol2 > li a {
  text-decoration: underline;
  color: #00479d;
}

.c-pageBody .ol > li > .ol2 {
  margin-left: 2em;
}

.c-pageBody .ol_ind {
  margin-bottom: 15px;
  margin-top: 15px;
  list-style: none;
}
.c-pageBody .ol_ind > li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-pageBody .ol_ind > li:before {
}
.c-pageBody .ol_ind > li a {
  text-decoration: underline;
  color: #00479d;
}
.c-pageBody .ol_ind + .ol_ind {
  margin-top: 30px;
}

.c-pageBody .ol3 {
  margin-bottom: 15px;
  margin-top: 15px;
  counter-reset: olcounter;
  list-style: none;
}
.c-pageBody .ol3 > li {
  text-indent: -3em;
  padding-left: 1em;
}
.c-pageBody .ol3 > li:before {
  counter-increment: olcounter;
  content: '（'counter(olcounter)'）';
}
.c-pageBody .ol3 > li a {
  text-decoration: underline;
  color: #00479d;
}
.c-pageBody .ul2 > li > .ol3 {
  margin-left: 2em;
}


.c-singleBody p ,
.c-pageBody p {
  margin-bottom: 30px;
}
.c-singleBody * + p ,
.c-pageBody * + p {
  margin-top: 30px;
}
.c-singleBody p a ,
.c-pageBody p a {
  text-decoration: underline;
  color: #00479d;
}

.c-pageBody p a.link-box--download {
  text-decoration: none;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #7d7d7d;
  color: #FFF;
  height: 70px;
  box-sizing: border-box;
  padding: 10px 90px 10px 22px;
  font-size: 18px;
  position: relative;
}
.c-pageBody p a.link-box--download:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f56d";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #000;
  color: #FFF;
  font-size: 22px;
}
.c-pageBody p a.link-box--download +  a.link-box--download {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  
  
}


.c-pageBody p a.link-box--next {
  text-decoration: none;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #00b7ec;
  color: #FFF;
  height: 70px;
  box-sizing: border-box;
  padding: 10px 90px 10px 22px;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  font-weight: 500;
}
.c-pageBody p a.link-box--next:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #039ac6;
  color: #FFF;
  font-size: 24px;
}
.c-pageBody p a.link-box--next +  a.link-box--next {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .c-pageBody p a.link-box--next {
    height: 50px;
    padding: 10px 80px 10px 15px;
    font-size: 14px;
    line-height: 1.4;
  }
  .c-pageBody p a.link-box--next:before {
    line-height: 1;
    width: 50px;
    height: 100%;
    font-size: 18px;
  }
  .c-pageBody p a.link-box--next +  a.link-box--next {
    margin-top: 15px;
  }
}



.c-pageBody p.box-text {
  background: #f5f4f4;
  padding: 20px 25px 35px 25px;
}
.c-pageBody p.box-text--grey {
  background: #f5f4f4;
}
.c-pageBody p.box-text a.box-textBtn {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 50px;
  max-width: 260px;
  margin: 25px auto 0 auto;
  background: #313131;
  color: #FFF;
  text-decoration: none;
}
.c-pageBody a.link-btn01 {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 50px;
  max-width: 230px;
  margin: 52px auto 0 auto;
  background: #313131;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  
  
}



.c-singleBody .map ,
.c-pageBody .map {
  position: relative;
  width: 100%;
  padding-top: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.c-singleBody .map iframe ,
.c-pageBody .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.wp-block-table {
  width: 100%;
  box-sizing: border-box;
  border-top: #a0a0a0 1px solid;
  border-left: #a0a0a0 1px solid;
}
.wp-block-table td {
  vertical-align: middle;
  padding: 20px 25px;
  border-bottom: #a0a0a0 1px solid;
  border-right: #a0a0a0 1px solid;
}


.wp-block-table.p-table01 td:first-child {
  background: #f8f7f7;
  width: 200px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .wp-block-table {
  }
  .wp-block-table td {
    padding: 10px 15px;
  }
  .wp-block-table.p-table01 td:first-child {
    width: 100px;
  }
}


.wp-block-image {
  margin-bottom: 30px;
  margin-top: 0;
}
* + .wp-block-image {
  margin-top: 30px;
}
.wp-block-gallery.columns-2 {
  display: block;
}
.wp-block-gallery.columns-2 > .blocks-gallery-grid {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wp-block-gallery.columns-2 > .blocks-gallery-grid .blocks-gallery-item {
  width: 46.1%;
  flex-grow: 0;
  margin: 0;
}
.wp-block-gallery.columns-2 > .blocks-gallery-grid .blocks-gallery-item:nth-child(n + 3) {
  margin-top: 20px;
}

.wp-block-embed-youtube.wp-block-embed {
  margin-bottom: 30px;
  margin-top: 0;
}
* + .wp-block-embed-youtube.wp-block-embed {
  margin-top: 30px;
}
.wp-block-embed-youtube.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
 
.wp-block-embed-youtube.wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed-youtube.wp-block-embed figcaption {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .wp-block-embed-youtube.wp-block-embed figcaption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
}

a.p-link--arrow {
  color: #00479d;
  text-decoration: underline;
}
a.p-link--arrow:before {
  content: "\f30b";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 12px;
  margin-right: 6px;
}

.p-pageMenu {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-pageMenu li {
  width: 32%;
  margin-left: 2%;
}
.p-pageMenu li:nth-child(3n + 1) {
  margin-left: 0;
}
.p-pageMenu li:nth-child(n + 4) {
  margin-top: 15px;
}
.p-pageMenu li > span ,
.p-pageMenu li > a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 80px;
  color: #FFF;
  font-size: 15px;
  line-height: 1.57;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
}
.p-pageMenu li > span {
  background: #c9c9c9;
}
.p-pageMenu li > a {
  background: rgb(48,51,111);
  background: -moz-linear-gradient(45deg, rgba(48,51,111,1) 0%, rgba(1,181,234,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(48,51,111,1) 0%,rgba(1,181,234,1) 100%);
  background: linear-gradient(45deg, rgba(48,51,111,1) 0%,rgba(1,181,234,1) 100%);
}
.p-pageMenu li > span > span ,
.p-pageMenu li > a > span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
.p-pageMenu li > span > span i ,
.p-pageMenu li > a > span i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-pageMenu li > span > span > span ,
.p-pageMenu li > a > span > span {
  font-size: 11px;
}
.p-pageMenu li > a > span i.fa-external-link-alt {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  margin-left: 7px;
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 751px) and (max-width: 840px) {
  .p-pageMenu li > span ,
  .p-pageMenu li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .p-pageMenu li {
    width: 48%;
    margin-left: 4%;
  }
  .p-pageMenu li:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .p-pageMenu li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-pageMenu li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .p-pageMenu li > span ,
  .p-pageMenu li > a {
    height: 60px;
    font-size: 12px;
    line-height: 1.57;
    border-radius: 5px;
    padding: 0 10px;
  }
  .p-pageMenu li > span > span ,
  .p-pageMenu li > a > span {
    padding-left: 25px;
  }
  .p-pageMenu li > span > span i ,
  .p-pageMenu li > a > span i {
    font-size: 16px;
    left: 0;
  }
  .p-pageMenu li > span > span > span ,
  .p-pageMenu li > a > span > span {
    font-size: 11px;
  }
  .p-pageMenu li > a > span i.fa-external-link-alt {
    font-size: 11px;
    margin-left: 7px;
  }
}


.p-pageMenuTop {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
* + .p-pageMenuTop {
  margin-top: 35px;
}
.p-pageMenuTop li {
  width: 29.8%;
  margin-left: 5.3%;
}
.p-pageMenuTop li:nth-child(3n + 1) {
  margin-left: 0;
}
.p-pageMenuTop li:nth-child(n + 4) {
  margin-top: 40px;
}
.p-pageMenuTop li > a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 233px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  background: rgb(48,51,111);
  background: -moz-linear-gradient(45deg, rgba(48,51,111,1) 0%, rgba(1,181,234,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(48,51,111,1) 0%,rgba(1,181,234,1) 100%);
  background: linear-gradient(45deg, rgba(48,51,111,1) 0%,rgba(1,181,234,1) 100%);
}
.p-pageMenuTop li > a > span {
}
.p-pageMenuTop li > a > span i {
  font-size: 44px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.p-pageMenuTop li > a > span i.fa-external-link-alt {
  font-size: 15px;
  display: inline;
  text-align: center;
  margin-bottom: 0;
  margin-left: 7px;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.p-pageMenuTop li > a > span i:before {
  display: inline-block;
}
.p-pageMenuTop li > a > span > span {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .p-pageMenuTop {
  }
  * + .p-pageMenuTop {
    margin-top: 30px;
  }
  .p-pageMenuTop li {
    width: 48%;
    margin-left: 4%;
  }
  .p-pageMenuTop li:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .p-pageMenuTop li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-pageMenuTop li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .p-pageMenuTop li > a {
    height: 123px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 5px;
    padding: 0 10px;
  }
  .p-pageMenuTop li > a > span {
  }
  .p-pageMenuTop li > a > span i {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .p-pageMenuTop li > a > span i.fa-external-link-alt {
    font-size: 13px;
    margin-left: 7px;
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  .p-pageMenuTop li > a > span i:before {
    display: inline-block;
  }
  .p-pageMenuTop li > a > span > span {
    font-size: 12px;
  }
}


.p-topMainVis {
  background: url("../images/top/main-vis01.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.p-topMainVis:before ,
.p-topMainVis:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-topMainVis:before {
  background: url("../images/common/parts-cover01.png");
  z-index: 2;
}
.p-topMainVis:after {
  background: rgba(0,183,236,0.1);
  z-index: 1;
}

.p-topMainVisInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 900px;
  max-width: 1080px;
  box-sizing: content-box;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.p-topMainVisFrame {
  color: #FFF;
}
.p-topMainVis__title {
  font-size: 50px; /* 40px */
  line-height: 1.2;
  letter-spacing: 6px; /* 2px */
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 500;
}
.p-topMainVis__subTitle {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-top: 15px; /* 25px */
  font-weight: 500;
  padding: 0 20px; /* 0 40px */
}
.p-topMainVis__subTitle span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.p-topMainVis__subTitle span:before ,
.p-topMainVis__subTitle span:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.p-topMainVis__subTitle span:before {
  left: -30px;
}
.p-topMainVis__subTitle span:after {
  right: -30px;
}
.p-topMainVis__btn {
  margin-top: 80px;
}
.p-topMainVis__btn a {
  background: #00b7ec;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  color: #FFF;
  font-size: 15px;
  line-height: 1.3;
  margin: 0 auto;
}
.p-topMainVisBackMovie .bg-video {
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}



@media screen and (max-width: 640px) {
  .p-topMainVis {
    background: url("../images/top/main-vis01.jpg") no-repeat center center;
    background-size: cover;
  }
  .p-topMainVis:before {
    background: url("../images/common/parts-cover01.png");
  }

  .p-topMainVisInner {
    height: 450px;
    padding: 0 20px;
  }
  .p-topMainVis__title {
    font-size: 36px; /* 25px */
    line-height: 1.2; /* 1.5 */
    letter-spacing: 4px; /* 2px */
  }
  .p-topMainVis__subTitle {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-top: 10px; /* 20px */
    font-weight: 500;
    padding: 0 0px; /* 0 40px */
  }
  .p-topMainVis__subTitle span {
    padding: 0 20px;
  }
  .p-topMainVis__subTitle span:before ,
  .p-topMainVis__subTitle span:after {
    display: none;
  }
  .p-topMainVis__btn {
    margin-top: 40px;
  }
  .p-topMainVis__btn a {
    max-width: 150px;
    height: 40px;
    font-size: 14px;
    line-height: 1.3;
  }
  .p-topMainVisBackMovie .bg-video {
    display: none;
  }
}





.p-topNewsList {
  max-width: 720px;
  margin: 0 auto;
}

.p-topCompany {
  
}
.p-topCompany .c-btn01Outer {
  margin-top: 72px;
}


.p-topService {
  
}
.p-topService .p-topServiceList {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}
.p-topService .p-topServiceList .c-photoLinkList li {
  width: 100%;
}
.p-topService .p-topServiceList .c-photoLinkList__photoImg--sp {
  display: none;
}
.p-topService .c-btn01Outer {
  margin-top: 68px;
}




.p-topRecruit {
  
}
.p-topRecruit .c-btn01Outer {
  margin-top: 68px;
}

@media screen and (max-width: 640px) {
  .p-topNewsList {
    max-width: 720px;
    margin: 0 auto;
  }

  .p-topCompany {

  }
  .p-topCompany .l-inner {
    padding: 0 8%;
  }
  .p-topCompany .c-btn01Outer {
    margin-top: 32px;
  }


  .p-topService {
  }
  .p-topService .p-topServiceList {
    padding: 0 8%;
  }
  .p-topService .p-topServiceList .c-photoLinkList li {
    width: 100%;
  }
  .p-topService .c-photoLinkList__photo img {
    vertical-align: top;
  }
  .p-topService .p-topServiceList .c-photoLinkList__photoImg--pc {
    display: none;
  }
  .p-topService .p-topServiceList .c-photoLinkList__photoImg--sp {
    display: inline;
  }
  .p-topService .c-btn01Outer {
    margin-top: 32px;
  }

  .p-topRecruit {

  }
  .p-topRecruitList {
    padding: 0 8%;
  }
  .p-topRecruit .c-btn01Outer {
    margin-top: 32px;
  }
}



.p-contactTable {
  
}
.p-contactTable input[type=text] ,
.p-contactTable input[type=email] ,
.p-contactTable input[type=tel] {
  height: 35px;
  background: #f0f0f0;
  width: 100%;
  border: none;
  box-sizing: border-box;
  padding: 10px 15px;
}
.p-contactTable input[type=file] {
}
.p-contactTable textarea {
  height: 170px;
  background: #f0f0f0;
  width: 100%;
  border: none;
  box-sizing: border-box;
  padding: 10px 15px;
}
.p-contactTable td {
  padding: 12px 11px;
  font-size: 15px;
  line-height: 1.5;
  height: 60px;
  box-sizing: border-box;
}
.p-contactTable tr td:nth-child(1) {
  width: 230px;
}
.p-contactTable tr td:nth-child(1) span {
  position: relative;
  display: block;
  padding-right: 55px;
}
.p-contactTable tr td:nth-child(1) span.is-must:before {
  content: 'MUST';
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 16px;
  width: 34px;
  font-size: 9px;
  line-height: 1;
  color: #FFF;
  background: #eb6877;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
}
.mw_wp_form_confirm {
  
}

@media screen and (max-width: 640px) {
  .p-contactTable ,
  .p-contactTable tbody ,
  .p-contactTable tr ,
  .p-contactTable td {
    display: block;
  }
  .p-contactTable input[type=text] ,
  .p-contactTable input[type=email] ,
  .p-contactTable input[type=tel] {
    height: 35px;
    padding: 10px 10px;
  }
  .p-contactTable input[type=file] {
  }
  .p-contactTable textarea {
    height: 170px;
    padding: 10px 10px;
  }
  .p-contactTable td {
    padding: 12px 11px;
    font-size: 15px;
    line-height: 1.5;
    height: auto;
    box-sizing: border-box;
  }
  .p-contactTable tr td:nth-child(1) {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-contactTable tr td:nth-child(1) span {
    display: inline-block;
    padding-right: 55px;
  }
  .p-contactTable tr td:nth-child(1) span.is-must:before {
    height: 16px;
    width: 34px;
    font-size: 9px;
    line-height: 1;
    right: 7px;
  }
  .mw_wp_form_confirm {

  }

}



.c-pageBody .box-border {
  border: #dcdcdc 1px solid;
  padding: 26px 20px 28px 24px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 2;
  text-align: left;
}
.c-pageBody p.box-borderTitle {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 13px 0;
  text-align: center;
}
.c-pageBody p.box-borderTxt {
  margin: 0;
}
.p-contactSubmitOuter {
  margin-top: 35px;
}
.p-contactSubmitOuter input {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 50px;
  max-width: 260px;
  width: 100%;
  margin: 34px auto 0 auto;
  background: #313131;
  color: #FFF;
  text-decoration: none;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  font-size: 15px;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .c-pageBody .box-border {
    padding: 15px 10px 15px 10px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
  }
  .c-pageBody p.box-borderTitle {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 13px 0;
  }
  .c-pageBody p.box-borderTxt {
    margin: 0;
  }
  .p-contactSubmitOuter {
    margin-top: 30px;
  }
  .p-contactSubmitOuter input {
    height: 50px;
    max-width: 260px;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 28px;
  }
}


.p-tab_link {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.p-tab_link li {
  margin-right: 8px;
}
.p-tab_link li a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 30px;
  width: 120px;
  color: #7f7f7f;
  background: #eeeeee;
  font-size: 15px;
  line-height: 1.4;
}
.p-tab_link li.is-active a {
  background: #00b7ec;
  color: #FFF;
}

@media screen and (max-width: 640px) {
  .p-tab_link {
    margin-bottom: 40px;
  }
  .p-tab_link li {
    margin-right: 8px;
  }
  .p-tab_link li a {
    height: 30px;
    width: 80px;
    font-size: 13px;
    line-height: 1.4;
  }

}

.p-archiveList {
  
}
.p-archiveList li {
  border-bottom: #d2d2d2 1px solid;
  padding-bottom: 30px;
}
.p-archiveList li + li {
  margin-top: 30px;
}
.p-archiveList li a {
  color: #3f3f3f;
}
.p-archiveList__title {
  font-size: 23px;
  line-height: 1.4;
  color: #7f7f7f;
  font-weight: normal;
}
.p-archiveList__date {
  font-size: 12px;
  line-height: 1.4;
  color: #7f7f7f;
  margin-top: 16px;
  font-weight: 500;
}
.p-archiveList__txt {
  font-size: 15px;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .p-archiveList {

  }
  .p-archiveList li {
    padding-bottom: 20px;
  }
  .p-archiveList li + li {
    margin-top: 20px;
  }
  .p-archiveList__title {
    font-size: 18px;
    line-height: 1.4;
  }
  .p-archiveList__date {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .p-archiveList__txt {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
}

.c-pager {
  margin-top: 58px;
}
.wp-pagenavi {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;	
}
.wp-pagenavi a ,
.wp-pagenavi span {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;	
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 25px;
  height: 35px;
  margin: 0 5px;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
}
.wp-pagenavi a {
  background: #FFF;
  border: #313131 1px solid;
  color: #313131;
}
.wp-pagenavi span {
  background: #313131;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  
}



.p-single__title {
  margin-bottom: 20px;
}
.p-single__date {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
.p-singlePageNavi {
  margin-top: 45px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-singlePageNavi__item {
  width: 50%;
  position: relative;
}
.p-singlePageNavi a {
  border: #313131 1px solid;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  height: 50px;
  color: #313131;
  position: relative;
}
.p-singlePageNavi__itemPrev:before {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background: #313131;
}
.p-singlePageNavi__itemPrev a {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 44px;
  border-right: none;
}
.p-singlePageNavi__itemNext a {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0 44px 0 0;
  border-left: none;
}
.p-singlePageNavi__itemPrev a:before ,
.p-singlePageNavi__itemNext a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}
.p-singlePageNavi__itemPrev a:before {
  content: "\f30a";
  left: 17px;
}
.p-singlePageNavi__itemNext a:before {
  content: "\f30b";
  right: 17px;
}
@media screen and (max-width: 640px) {
  .p-single__title {
    margin-bottom: 15px;
  }
  .p-single__date {
    font-size: 12px;
    line-height: 1.5;
  }
  .p-singlePageNavi {
    margin-top: 40px;
  }
  .p-singlePageNavi a {
    height: 40px;
    font-size: 14px;
  }
  .p-singlePageNavi__itemPrev a {
    padding: 0 0 0 44px;
  }
  .p-singlePageNavi__itemNext a {
    padding: 0 44px 0 0;
  }
  .p-singlePageNavi__itemPrev a:before ,
  .p-singlePageNavi__itemNext a:before {
    font-size: 12px;
  }
  .p-singlePageNavi__itemPrev a:before {
    left: 12px;
  }
  .p-singlePageNavi__itemNext a:before {
    right: 12px;
  }
}


.p-serviceList {
  margin-top: 90px;
}
.p-serviceList__item {
  
}
.p-serviceList__item + .p-serviceList__item {
  margin-top: 47px;
}
.p-serviceList__title {
  position: relative;
}
.p-serviceList__title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(48,51,111);
  background: -moz-linear-gradient(45deg, rgba(48,51,111,1) 0%, rgba(1,181,234,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(48,51,111,1) 0%,rgba(1,181,234,1) 100%);
  background: linear-gradient(45deg, rgba(48,51,111,1) 0%,rgba(1,181,234,1) 100%);
 opacity: 0.75;
  z-index: 10;
}
.p-serviceList__title span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 0 0 0 55px;
  color: #FFF;
  font-size: 23px;
  line-height: 1.4;
}
p.p-serviceList__txt {
  font-size: 15px;
  line-height: 2;
  margin: 15px 0 0 0;
}


.p-serviceList2 {
  margin-top: 50px;
}
.p-serviceList2__item {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
flex-direction: row-reverse;
}
.p-serviceList2__item + .p-serviceList2__item {
  margin-top: 31px;
}
.p-serviceList2__photo {
  width: 250px;
}
.p-serviceList2__photo span {
  display: block;
  position: relative;
}
.p-serviceList2__photo span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(48,51,111);
  background: -moz-linear-gradient(45deg, rgba(48,51,111,1) 0%, rgba(1,181,234,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(48,51,111,1) 0%,rgba(1,181,234,1) 100%);
  background: linear-gradient(45deg, rgba(48,51,111,1) 0%,rgba(1,181,234,1) 100%);
 opacity: 0.75;
  z-index: 10;
}
.p-serviceList2__txtWrap {
  width: calc(100% - 250px);
  box-sizing: border-box;
  padding: 0 38px 0 0;
}
p.p-serviceList2__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
}
p.p-serviceList2__txt {
  font-size: 15px;
  line-height: 1.86;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 640px) {
  .p-serviceList2 {
    margin-top: 50px;
  }
  .p-serviceList2__item {
    display: block;
  }
  .p-serviceList2__item + .p-serviceList2__item {
    margin-top: 30px;
  }
  .p-serviceList2__photo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .p-serviceList2__photo span {
    display: block;
    position: relative;
  }
  .p-serviceList2__txtWrap {
    width: 100%;
    padding: 0 0 0 0;
  }
  p.p-serviceList2__title {
    font-size: 16px;
    line-height: 1.5;
  }
  p.p-serviceList2__txt {
    font-size: 14px;
    line-height: 1.86;
    margin: 5px 0 0 0;
  }
}




.p-agreementArea {
  border: #7d7d7d 1px solid;
  height: 280px;
  overflow-y: scroll;
}
.p-agreementAreaInner {
  padding: 15px 20px;
}
.p-agreementArea__title {
  font-size: 18px;
  line-height: 1.66;
  color: #313131;
  font-weight: normal;
  margin-bottom: 10px;
}
* + .p-agreementArea__title {
  margin-top: 20px;
}
p.p-agreementArea__txt {
  font-size: 15px;
  line-height: 2;
  margin: 10px 0 15px 0;
}

.p-agreementBtnOuter {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 35px;
}
a.p-agreementBtn {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;	
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: #313131 1px solid;
  max-width: 200px;
  width: 100%;
  height: 50px;
  background: #313131;
  color: #FFF;
}
a.p-agreementBtn.is-white {
  background: #FFF;
  color: #313131;
}
a.p-agreementBtn + a.p-agreementBtn {
  margin-left: 46px;
}

@media screen and (max-width: 640px) {
  .p-agreementArea {
    height: 280px;
  }
  .p-agreementAreaInner {
    padding: 10px 20px;
  }
  .p-agreementArea__title {
    font-size: 16px;
    line-height: 1.66;
    margin-bottom: 10px;
  }
  * + .p-agreementArea__title {
    margin-top: 20px;
  }
  p.p-agreementArea__txt {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0 15px 0;
  }

  .p-agreementBtnOuter {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  a.p-agreementBtn {
    height: 50px;
  }
  a.p-agreementBtn.is-white {
  }
  a.p-agreementBtn + a.p-agreementBtn {
    margin-left: 25px;
  }
}

.p-recruitNewFlow {
  
}
.p-recruitNewFlow li {
  color: #313131;
  background: rgb(214,239,246);
  background: -moz-linear-gradient(left, rgba(214,239,246,1) 0%, rgba(229,227,232,1) 85%, rgba(246,214,215,1) 100%);
  background: -webkit-linear-gradient(left, rgba(214,239,246,1) 0%,rgba(229,227,232,1) 85%,rgba(246,214,215,1) 100%);
  background: linear-gradient(to right, rgba(214,239,246,1) 0%,rgba(229,227,232,1) 85%,rgba(246,214,215,1) 100%);
  box-sizing: border-box;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  counter-increment: title-number;
  position: relative;
  margin-left: 70px;
  height: 70px;
  padding: 10px 20px 10px 20px;
}
.p-recruitNewFlow li + li {
  margin-top: 27px;
}
.p-recruitNewFlow li:before {
  content: counter(title-number);
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -70px;
  width: 70px;
  height: 100%;
  background: #adddec;
  font-size: 48px;
  line-height: 1;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  box-sizing: border-box;
  padding-bottom: 9px;
}
p.p-recruitNewFlow__txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.66;
  color: #313131;
  margin: 0;
  text-align: left;
  width: 100%;
}
.p-recruitNewFlow li.p-recruitNewFlow__linkOuter {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  height: auto;
  padding: 20px;
}
.p-recruitNewFlow__link {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  max-width: 620px;
  margin: 15px auto 0 auto;
  width: 100%;
}
.p-recruitNewFlow__link a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  padding: 0 50px 0 0;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #FFF;
  max-width: 300px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  position: relative;
}
.p-recruitNewFlow__link a + a {
  margin-left: 20px;
}
.p-recruitNewFlow__link a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 5;
}
.p-recruitNewFlow__link a:after {
  content: '';
  display: block;
  background: #eeeeee;
  width: 50px;
  height: 50px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.p-recruitNewFlow__link a:nth-child(1) img {
  max-width: 130px;
}
.p-recruitNewFlow__link a:nth-child(2) img {
  max-width: 163px;
}
@media screen and (min-width:751px) and ( max-width:900px) {
  .p-recruitNewFlow__link {
    margin: 10px auto 0 auto;
    display: block;
  }
  .p-recruitNewFlow__link a {
    box-sizing: border-box;
  }
  .p-recruitNewFlow__link a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}


@media screen and (max-width: 640px) {
  .p-recruitNewFlow {

  }
  .p-recruitNewFlow li {
    margin-left: 50px;
    height: auto;
    padding: 10px 15px 10px 15px;
  }
  .p-recruitNewFlow li + li {
    margin-top: 20px;
  }
  .p-recruitNewFlow li:before {
    left: -50px;
    width: 50px;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 9px;
  }
  p.p-recruitNewFlow__txt {
    font-size: 16px;
    line-height: 1.66;
  }
  .p-recruitNewFlow li.p-recruitNewFlow__linkOuter {
    padding: 10px 15px 10px 15px;
  }
  .p-recruitNewFlow__link {
    margin: 10px auto 0 auto;
    display: block;
  }
  .p-recruitNewFlow__link a {
    padding: 0 50px 0 0;
    height: 50px;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .p-recruitNewFlow__link a + a {
    margin-left: 0;
    margin-top: 10px;
  }
  .p-recruitNewFlow__link a:before {
    right: 16px;
    font-size: 15px;
    z-index: 5;
  }
  .p-recruitNewFlow__link a:after {
    width: 50px;
    height: 50px;
    border-radius: 0 5px 5px 0;
  }
}





.p-recruitMainVis {
  background: url("../images/recruit/top/main-img.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.p-recruitMainVis:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/recruit/top/line01.png");
  z-index: 10;
}
.p-recruitMainVisInner {
  box-sizing: content-box;
  position: relative;
  max-width: 926px;
  padding: 0 20px;
  margin: 0 auto;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 900px;
/*
  height: 54.25vw;
*/
  z-index: 100;
}
.p-recruitMainVisTxtWrap {
  text-align: left;
}
.p-recruitMainVisTxt__title {
  font-size: 40px;
  line-height: 1.5;
/*
  color: #7f7f7f;
*/
  color: #FFF;
  font-weight: normal;
}
.p-recruitMainVisTxt__txt {
  font-size: 18px;
  line-height: 1.875;
/*
  color: #7f7f7f;
*/
  color: #FFF;
  font-weight: 500;
  margin-top: 10px;
}
.p-recruitMainVisTxt__btn {
  margin-top: 37px;
} 
.p-recruitMainVisTxt__btn a {
  background: #00b7ec;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  color: #FFF;
  font-size: 15px;
  line-height: 1.3;
  cursor: pointer;
}
.p-recruitMainVisBackMovie .bg-video {
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
/*
  width: 100%;
*/
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .p-recruitMainVisInner {
    height: 600px;
/*
    height: 54.25vw;
*/
  }
}
@media screen and (max-width: 640px) {
  .p-recruitMainVis {
  }
  .p-recruitMainVisInner {
    padding: 0 20px;
    height: 420px;
  }
  .p-recruitMainVisTxt__title {
    font-size: 22px;
    line-height: 1.5;
  }
  .p-recruitMainVisTxt__txt {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    margin-top: 20px;
  }
  .p-recruitMainVisTxt__btn {
    margin-top: 37px;
  } 
  .p-recruitMainVisTxt__btn a {
    max-width: 200px;
    height: 50px;
    font-size: 15px;
    line-height: 1.3;
    cursor: pointer;
  }
  .p-recruitMainVisBackMovie .bg-video {
    display: none;
  }
}

.p-recruitLink {
  
}
.p-recruitLink li {
  
}
.p-recruitLink li + li {
  margin-top: 99px;
}
.p-recruitLink li a {
  display: block;
  position: relative;
}
.p-recruitLink__txtWrap {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
/*
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
*/
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 51.2%;
  height: 400px;
  background: -moz-linear-gradient(45deg, rgba(48,51,111,0.75) 0%, rgba(0,182,235,0.75) 100%);
  background: -webkit-linear-gradient(45deg, rgba(48,51,111,0.75) 0%,rgba(0,182,235,0.75) 100%);
  background: linear-gradient(45deg, rgba(48,51,111,0.75) 0%,rgba(0,182,235,0.75) 100%);
  box-sizing: border-box;
  padding: 0 40px 0 55px;
  position: relative;
  z-index: 10;
}
.p-recruitLink__txtInner {
  width: 100%;
}
p.p-recruitLink__title {
  font-size: 23px;
  line-height: 1.5;
  color: #FFF;
  margin: 0;
}
p.p-recruitLink__txt {
  font-size: 15px;
  line-height: 1.5;
  color: #FFF;
  margin: 10px 0 0 0;
}
p.p-recruitLink__txt i {
  margin-left: 6px;
}
.p-recruitLink__photo {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 76.9%;
  z-index: 5;
}
.p-recruitLink li:nth-child(2n) .p-recruitLink__txtWrap {
  margin-left: auto;
}
.p-recruitLink li:nth-child(2n) p.p-recruitLink__title {
  text-align: right;
  padding-right: 8px;
}
.p-recruitLink li:nth-child(2n) p.p-recruitLink__txt {
  text-align: right;
}
.p-recruitLink li:nth-child(2n) .p-recruitLink__photo {
  right: auto;
  left: 0;
}
@media screen and (max-width: 640px) {
  .p-recruitLink {

  }
  .p-recruitLink li {

  }
  .p-recruitLink li + li {
    margin-top: 40px;
  }
  .p-recruitLink li a {
  }
  .p-recruitLink__txtWrap {
    width: 51.2%;
    height: 150px;
    padding: 0 15px 0 20px;
  }
  p.p-recruitLink__title {
    font-size: 18px;
    line-height: 1.5;
  }
  p.p-recruitLink__txt {
    font-size: 13px;
    line-height: 1.5;
    margin: 10px 0 0 0;
  }
  p.p-recruitLink__txt i {
    margin-left: 6px;
  }
  .p-recruitLink__photo {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 76.9%;
    z-index: 5;
  }
  .p-recruitLink li:nth-child(2n) .p-recruitLink__txtWrap {
    margin-left: auto;
  }
  .p-recruitLink li:nth-child(2n) p.p-recruitLink__title {
    text-align: right;
    padding-right: 8px;
  }
  .p-recruitLink li:nth-child(2n) p.p-recruitLink__txt {
    text-align: right;
  }
  .p-recruitLink li:nth-child(2n) .p-recruitLink__photo {
    right: auto;
    left: 0;
  }
}



.p-recruitEnvironmentList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
* + .p-recruitEnvironmentList {
  margin-top: 35px;
}
.p-recruitEnvironmentList > li {
  width: 29.8%;
  margin-left: 5.3%;
  position: relative;
  cursor: pointer;
}
.p-recruitEnvironmentList > li:nth-child(3n + 1) {
  margin-left: 0;
}
.p-recruitEnvironmentList > li:nth-child(n + 4) {
  margin-top: 40px;
}
.p-recruitEnvironmentList__inner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 233px;
  color: #313131;
  font-size: 18px;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
  background: rgb(214,239,246);
  background: -moz-linear-gradient(45deg, rgba(214,239,246,1) 0%, rgba(229,227,232,1) 80%, rgba(246,214,215,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(214,239,246,1) 0%,rgba(229,227,232,1) 80%,rgba(246,214,215,1) 100%);
  background: linear-gradient(45deg, rgba(214,239,246,1) 0%,rgba(229,227,232,1) 80%,rgba(246,214,215,1) 100%);
}
.p-recruitEnvironmentList__inner > div {
}
.p-recruitEnvironmentList__inner > div > i {
  font-size: 44px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.p-recruitEnvironmentList__inner > div > span {
  font-size: 18px;
  line-height: 1.66;
}
.p-recruitEnvironmentList__inner > div > span + i {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 3px;
}
.p-recruitEnvironmentList > li .p-recruitEnvironmentList__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 10px 0 15px;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.p-recruitEnvironmentList > li .p-recruitEnvironmentList__hoverInner .ul {
  margin: 0;
}
.p-recruitEnvironmentList > li .p-recruitEnvironmentList__hoverInner .ul li {
  line-height: 1.7;
  word-break: break-all;
}
.p-recruitEnvironmentList > li .p-recruitEnvironmentList__hoverInner p {
  margin: 0;
  line-height: 1.7;
  word-break: break-all;
}
.p-recruitEnvironmentList > li.is-open2 .p-recruitEnvironmentList__hover ,
.p-recruitEnvironmentList > li.is-open .p-recruitEnvironmentList__hover {
  opacity: 1;
}






@media screen and (max-width: 1120px) {
  .p-recruitEnvironmentList > li {
    width: 48%;
    margin-left: 4%;
  }
  .p-recruitEnvironmentList > li:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .p-recruitEnvironmentList > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-recruitEnvironmentList > li:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (min-width:751px) and ( max-width:845px) {
  .p-recruitEnvironmentList > li {
    width: 100%;
    margin-left: 0;
  }
  .p-recruitEnvironmentList > li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-recruitEnvironmentList > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-recruitEnvironmentList > li:nth-child(n + 2) {
    margin-top: 40px;
  }  
}
@media screen and (min-width: 751px) {
  .pc .p-recruitEnvironmentList > li.hover .p-recruitEnvironmentList__hover ,
  .pc .p-recruitEnvironmentList > li:hover .p-recruitEnvironmentList__hover {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .p-recruitEnvironmentList > li {
    width: 48%;
    margin-left: 4%;
  }
  .p-recruitEnvironmentList > li:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .p-recruitEnvironmentList > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-recruitEnvironmentList > li:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 520px) {
  .p-recruitEnvironmentList > li {
    width: 100%;
    margin-left: 0;
  }
  .p-recruitEnvironmentList > li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-recruitEnvironmentList > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-recruitEnvironmentList > li:nth-child(n + 2) {
    margin-top: 20px;
  } 
}

.interview-video {
  width: 100%;
  height: auto;
}



.mfp-bg {
  z-index: 10420;
  background: #000;
  opacity: 1;
}
.mfp-wrap {
  z-index: 10430;
}
.mfp-container {
}
.mfp-iframe-holder .mfp-content {
  max-width: 1218px;
  margin: 0 auto;
}
.mfp-content .mfp-iframe-scaler {
  position: relative;
  height: 0;
  overflow: hidden;
}
.mfp-content .mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mwform-checkbox-field {
  
}
.mwform-checkbox-field label {
  display: inline-block;
}
.mwform-checkbox-field label input {
  display: none;
}
.mwform-checkbox-field label .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.mwform-checkbox-field label .mwform-checkbox-field-text:before ,
.mwform-checkbox-field label .mwform-checkbox-field-text:after {
  display: block;
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  margin: auto;
}
.mwform-checkbox-field label .mwform-checkbox-field-text:before {
  width: 13px;
  height: 13px;
  border: #7d7d7d 1px solid;
  box-sizing: border-box;
}
.mwform-checkbox-field label .mwform-checkbox-field-text:after {
  width: 5px;
  height: 8px;
  border-right: #7d7d7d 2px solid;
  border-bottom: #7d7d7d 2px solid;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 2px;
  left: 4px;
  opacity: 0;
}
.mwform-checkbox-field label input:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

.p-movieModal {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.p-movieModal__video {
  width: 100%;
  height: auto;
}



.u-txtRight {
  text-align: right;
}
.u-txtCenter {
  text-align: center;
}
.wp-block-image.u-txtRight .aligncenter {
  margin-right: 0;
}


.u-background--grey {
  background: #f2f2f4;
}

.u-map {
  position: relative;
  width: 100%;
  padding-top: 300px;
}
.u-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-fc-blue {
  color: #34379d !important;
}

.c-privacyMark img {
  max-width: 78px;
}


/* フォーム */
.agree-check{display: flex; justify-content: center;}
.agree-check label{background: #e7e7e7; padding: 0 10px; border-radius: 3px; margin: 0 5px;}
.agree-check label:hover{cursor:pointer;}
.mwform-checkbox-field label .mwform-checkbox-field-text:before{background: #fff;}