@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;}



/*header*/
.p-headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #000;
}
.p-header {
}
.p-headerInner {
  position: relative;
  transition: all 0.5s ease-out;
  height: 120px;
}
.p-headerLogoWrap {
  position: absolute;
  /* left: 0;
  right: 0; */
  left: 32px;
  right: auto;
  text-align: left;
  top: 35px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.5s ease-out;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-headerLogo {
  width: 200px;
  margin: 0 auto;
}
.p-headerLogo a {
  display: block;
}
.p-headerHeading {
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff;
  margin-top: 18px;
  margin-left: 15px;
  display: inline-block;
}
.p-headerInfoWrap {
  /*position: relative;
  z-index: 2;*/
}
.p-headerInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.p-headerInfoTel {
  margin-right: 2.5%;
}
.p-headerInfoTelNum {
  font-family: 'Rajdhani', sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
.p-headerInfoTelNum__txt {
  font-size: 32px;
}
.p-headerInfoTelTxt {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}
.p-headerInfoContact {
  max-width: 240px;
  width: 100%;
  height: 120px;
  transition: all 0.5s ease-out;
}
.p-headerInfoContact 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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #e10000;
  height: 100%;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  padding: 10px 10px;
  box-sizing: border-box;
}
.p-headerInfoContact a span {
  font-size: 12px;
  width: 100%;
}
.p-header.is-flow .p-headerInner {
  height: 100px;
}
.p-header.is-flow  .p-headerLogoWrap {
  top: 23px;
}
.p-header.is-flow .p-headerInfoContact {
  height: 100px;
}
@media screen and (min-width: 1921px) {
  .p-headerInfoTel {
    margin-right: 48px;
  }
}
@media screen and (max-width: 1700px) {
  .p-headerInfoTel {
    margin-right: 15px;
  }
  .p-headerInfoTelNum {
    font-size: 36px;
}
  .p-headerInfoTelNum__txt {
    font-size: 28px;
  }
  .p-headerInfoTelTxt {
    font-size: 12px;
  }
  .p-headerInfoContact {
    max-width: 140px;
  }
  .p-headerInfoContact a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .p-headerLogo {
    margin: 0 auto 0 0;
  }
  .p-headerLogoWrap {
    /* left: 32px;
    right: auto;
    text-align: left; */
  }
  .p-headerHeading {
    font-size: 16px;
  }
}
@media screen and (max-width: 1206px) {
  .p-headerLogoWrap {
    left: 15px;
  }
}
@media screen and (max-width: 930px) {
  .p-headerLogoWrap {
    display: block;
    top: 17px;
  }
  .p-header.is-flow .p-headerLogoWrap {
    top: 13px;
  }
  .p-headerLogo {
    width: 190px;
  }
  .p-headerHeading {
    margin-left: 0;
    margin-top: 10px;
  }
  .p-header.is-flow .p-headerHeading {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .p-headerInner {
    height: 70px;
  }
  .p-header.is-flow .p-headerInner {
    height: 70px;
  }
  .p-headerLogoWrap {
    /* top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center; */
    position: static;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display : flex;
    padding: 5px 15px;
    box-sizing: border-box;
    height: 70px;
  }
  .p-header.is-flow  .p-headerLogoWrap {
    top: 50%;
  }
  .p-headerLogo {
    width: 150px;
    margin: 0;
  }
  .p-headerHeading {
    font-size: 14px;
    margin-top: 4px;
    margin-left: 8px;
  }
  .p-header.is-flow .p-headerHeading {
    margin-top: 4px;
  }
  .p-headerInfo {
    display: none;
  }
}



/*kv*/
.p-kvBg {
  position: relative;
}
.p-kvBg__inner {
}
.p-kvCopy {
  position: absolute;
  left: 9.27vw;
  top: 4.42vw;
  padding-right: 50px;
}
.p-kvBanner {
  position: absolute;
  bottom: 2.3vw;
  left: 7vw;
}
.p-kvBgBase {
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .p-kvCopy {
    left: 95px;
    width: 80%;
  }
  .p-kvBanner {
    left: 50px;
    width: 20%;
  }
}

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

.p-kvN {
  position: relative;
  /* padding: 0 0 80px; */
}
.p-kvNFRame {
  background: url("../images/kvn-img.jpg") no-repeat center center;
  background-size: cover;
  height: calc(100vh - 200px);
/*
  height: 980px;
*/
  position: relative;
}
.p-kvNFRame:before {
  display: block;
  content: '';
  background: url("../images/kvn-cover.png") repeat-x;
  height: 551px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-kvNFRame__title {
  position: relative;
  z-index: 10;
  padding: 79px 0 0 0;
}

.p-kvNBar {
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
}
.p-kvNBarInner {
  width: 90.625%;
  margin: 0 auto;
}
.p-kvNBarList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-kvNBarList li {
  width: 23.86%;
}
@media screen and (max-width: 768px) {
  .p-kvN {
    position: relative;
    padding: 0 0 0px;
  }
  .p-kvNFRame {
    background: url("../images/kvn-img-sp.jpg") no-repeat center top;
    background-size: cover;
    height: 497px;
  /*
    height: 980px;
  */
    position: relative;
  }
  .p-kvNFRame:before {
    background: url("../images/kvn-cover.png") repeat-x;
    background-size: auto 100%;
    height: 30vh;
    opacity: 0;
  }
  .p-kvNFRame__title {
    position: relative;
    z-index: 10;
    padding: 8vw 0 0 0;
    width: 76.82%;
    margin: 0 auto;
  }

  .p-kvNBar {
    position: static;
    bottom:0;
    left: 0;
    width: 100%;
    background: url("../images/kvn-img-sp2.jpg") no-repeat center top;
    background-size: cover;
  }
  .p-kvNBarInner {
    width: 83.333%;
    margin: 0 auto;
    -webkit-transform: translate(0, -13vw);
    transform: translate(0, -13vw);
  }
  .p-kvNBarList {
    display : block;
  }
  .p-kvNBarList li {
    width: 100%;
  }
  .p-kvNBarList li:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}


.p-secHeadingWrap {
  padding-bottom: 32px;
  position: relative;
}
.p-secHeadingWrap::before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: #e10000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.p-secHeading {
  font-size: 46px;
  line-height: 1.5;
  font-weight: 400;
}
.p-secHeading.p-secHeading--support{
  font-size: 30px;
}
.p-secHeading__large {
  font-size: 46px;
}
.p-secHeading__wordWrap {
  display: inline-block;
}
.p-secHeading.is-invert {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-secHeadingWrap {
    padding-bottom: 26px;
    position: relative;
  }
  .p-secHeadingWrap::before {
    width: 32px;
  }
  .p-secHeading {
    font-size: 26px;
    line-height: 1.6;
  }
  .p-secHeading.p-secHeading--support {
    font-size: 18px;
  }
  .p-secHeading__large {
    font-size: 26px;
  }
}


/*banner*/
.p-banner {
  padding: 0 0 40px;
}
.p-bannerInner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: content-box;
}
.p-bannerListWrap {
  transform: translate(0, -33.333%);
}
.p-bannerList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-bannerList__item {
  width: 22.976%;
  margin-right: 2.678%;
}
.p-bannerList__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1206px) {
  .p-bannerInner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .p-bannerListWrap {
    transform: translate(0, -9.803%);
    max-width: 792px;
    margin: 0 auto;
  }
  .p-bannerList__item {
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 30px;
  }
  .p-bannerList__item:last-of-type {
    margin-right: 0;
  }
  .p-bannerList__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-bannerList__item:nth-of-type(n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-banner {
    padding: 0 0 0px;
  }
  .p-bannerInner {
    padding: 0;
  }
  .p-bannerListWrap {
    transform: translate(0, 0);
    max-width: 792px;
    margin: 0 auto;
  }
  .p-bannerList__item {
    width: calc(50% - 1px);
    margin-right: 0;
    margin-left: 2px;
    margin-bottom: 0;
  }
  .p-bannerList__item:last-of-type {
    margin-right: 0;
  }
  .p-bannerList__item:nth-of-type(2n) {
    margin-left: 2px;
  }
  .p-bannerList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-bannerList__item:nth-of-type(n+3) {
    margin-bottom: 0;
    margin-top: 2px;
  }
/*  .p-banner {
    padding: 30px 0 60px;
  }
  .p-bannerListWrap {
    transform: translate(0, 0);
  }*/
}
@media screen and (max-width: 500px) {
  .p-bannerList__item {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0;
  }
  .p-bannerList__item:last-of-type {
    margin-right: 0;
  }
  .p-bannerList__item:nth-of-type(2n) {
    margin-left: 0px;
  }
  .p-bannerList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-bannerList__item:nth-of-type(n+2) {
    margin-bottom: 0;
    margin-top: 2px;
  }
/*  .p-bannerList__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-bannerList__item:nth-of-type(n+3) {
    margin-bottom: 30px;
  }
  .p-bannerList__item:last-of-type {
    margin-bottom: 0;
  }*/
}



/*access*/
.p-access {
  padding: 0 0 72px;
}
.p-accessLead {
  margin: 80px auto;
  background: #000;
  box-sizing: border-box;
  padding: 30px 0;
}
.p-accessLead__inner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-accessBallonWrap {
  display: inline-block;
  padding: 25px 16px 20px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  width: 334px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-accessBallonWrap::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 0 31px 31px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-accessBallon {
  display: inline-block;
  margin: 0 auto;;
}
.p-accessBallonTxt {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .04em;
}
.p-accessBallonTxt__middle {
  font-size: 32px;
}
.p-accessBallonTxt__large {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: #000;
  margin-top: 5px;
  box-sizing: border-box;
  letter-spacing: .08em;
  line-height: 1;
}
.p-accessBallonTxt__num {
  font-size: 54px;
  font-weight: 700;
  color: #fef73b;
  text-shadow:2px 2px 0 #000, -2px -2px 0 #000,-2px 2px 0 #000, 2px -2px 0 #000,0px 2px 0 #000,  0 -2px 0 #000,-2px 0 0 #000, 2px 0 0 #000;
}
.p-accessBallon__notice {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: 15px;
}
.p-accessHeadingWrap {
  box-sizing: border-box;
  padding-left: 45px;
  width: calc(100% - 334px);
  color: #fff;
  text-align: left;
}
.p-accessHeading {
  font-size: 39px;
  line-height: 1.62;
  font-weight: 700;
  text-align: left;
}
.p-accessHeading span {
  display: inline-block;
}
.p-accessMap {
  width: 100%;
  height: 570px;
  position: relative;
}
.p-accessMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-accessListWrap {
  margin-top: 32px;
}
.p-accessList {
  
}
.p-accessList__item {
  
}
.p-accessList__item + .p-accessList__item {
  margin-top: 8px;
}
.p-accessList__itemInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.p-accessListLabel {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  width: 88px;
  background: #000;
  margin-right: 12px;
}
.p-accessListTxt {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  width: calc(100% - 100px);
}
.p-accessListTxt__noteBr {
  display: none;
}
.p-accessListTxt__note {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 1206px) {
  .p-accessListTxt__noteBr {
    display: block;
  }
  .p-accessListTxt__note {
    margin-left: 0;
    margin-top: 4px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-access {
    padding: 0 0 52px;
  }

  .p-accessLead {
    margin: 60px auto;
    background: #000;
    box-sizing: border-box;
    padding: 40px 0;
  }
  .p-accessLead__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-accessBallonWrap {
    padding: 20px 15px 25px;
    margin: 0 auto;
  }
  .p-accessBallonWrap::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 26px 21px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -36px;
    margin: auto;

    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .p-accessBallon {
    display: inline-block;
    margin: 0 auto;;
  }
  .p-accessBallonTxt {
    font-size: 16px;
  }
  .p-accessBallonTxt__middle {
    font-size: 28px;
  }
  .p-accessBallonTxt__large {
    font-size: 24px;
  }
  .p-accessBallonTxt__num {
    font-size: 40px;
    text-shadow:2px 2px 0 #000, -2px -2px 0 #000,-2px 2px 0 #000, 2px -2px 0 #000,0px 2px 0 #000,  0 -2px 0 #000,-2px 0 0 #000, 2px 0 0 #000;
  }
  .p-accessBallon__notice {
    font-size: 14px;
  }
  .p-accessHeadingWrap {
    padding-left: 0;
    padding-top: 50px;
    width: 100%;
  }
  .p-accessHeading {
    font-size: 22px;
    line-height: 1.62;
    text-align: center;
  }

  .p-accessMap {
    height: 300px;
  }
  .p-accessListWrap {
    margin-top: 28px;
  }
  .p-accessList__item + .p-accessList__item {
    margin-top: 12px;
  }
  .p-accessListLabel {
    font-size: 12px;
    width: 76px;
    margin-right: 10px;
  }
  .p-accessListTxt {
    font-size: 16px;
    line-height: 1.5;
    width: calc(100% - 86px);
  }
  .p-accessListTxt__note {
    font-size: 14px;
  }
}

/* media メディア掲載実績 */
.p-media {
  background: #f3f3f3;
  padding: 72px 0 80px;
  margin-bottom: 100px;
}
.p-mediaSliderOuter {
  margin-top: 80px;
}
.p-mediaSliderWrap {
  width: calc(100% + 48px);
  margin: 0 -24px;
}
.p-mediaSlider {
}
.p-mediaSlider__item{
}
.p-mediaSliderItemLinkAnc {
  display: block;
  margin: 0 24px;
}
.p-mediaSliderItemImage{
}
.p-mediaListItemLabel {
  background: #000;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding: 6px 10px;
  box-sizing: border-box;
}
.p-media .slick-prev, .p-media .slick-next {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 101;
}
.p-media .slick-prev,
.p-media .slick-next {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 101;
}
.p-media .slick-prev {
  background: url(../images/media-arrow-prev.png) no-repeat;
  background-size: contain;
  left: -40px;
}
.p-media .slick-next {
  background: url(../images/media-arrow-next.png) no-repeat;
  background-size: contain;
  right: -40px;
}
.p-media .slick-prev::before,
.p-media .slick-next::before {
  display: none;
}
@media screen and (max-width: 1304px) {
  .p-mediaSliderWrap {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  .p-mediaSliderItemLinkAnc {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-media {
    padding: 52px 0 60px;
    margin-bottom: 60px;
  }
  .p-mediaSliderOuter {
    margin-top: 52px;
  }
  .p-mediaSliderItemLinkAnc {
    margin: 0 10px;
  }
  .p-mediaSliderItemImage img {
    width: 100%;
  }
  .p-mediaListItemLabel {
    font-size: 16px;
  }
  .p-media .slick-prev,
  .p-media .slick-next {
    width: 30px;
    height: 30px;
  }
  .p-media .slick-prev {
    left: -35px;
  }
  .p-media .slick-next {
    right: -35px;
  }
}
@media screen and (max-width: 480px) {
  .p-mediaSliderWrap {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

/*support*/
.p-support {
  background: #000;
  padding: 72px 0 80px;
}
.p-supportIntro {
  margin-top: 72px;
}
.p-supportIntroTxt {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
}
.p-supportListWrap {
  margin: 80px 0 0;
}
.p-supportList {
  
}
.p-supportList__item {
  
}
.p-supportList__item + .p-supportList__item {
  margin-top: 64px;
}
.p-supportList__item:nth-of-type(odd) {
  margin-right: 80px;
}
.p-supportList__item:nth-of-type(even) {
  margin-left: 80px;
}
.p-supportList__itemInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-supportListPhotoWrap {
  
}
.p-supportListPhoto {
  
}
.p-supportListTxaAreaWrap {
  width: calc(100% - 420px);
  min-width: 400px;
  padding-left: 40px;
  box-sizing: border-box;
}
.p-supportListTxtArea {
  text-align: left;
}
.p-supportListLabel {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #e10000;
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 18px;
  margin-bottom: 22px;
}
.p-supportListLabel.p-supportListLabel--onepoint {
  background: #000;
}
.p-supportListHeadingWrap {
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 24px;
}
.p-supportListHeadingWrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-supportListHeading {
  font-size: 34px;
  line-height: 1.25;
  font-weight: 400;
  color: #fff;
}
.p-supportListHeading__samll {
  font-size: 20px;
}
.p-supportListTxt {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 1206px) {
  .p-supportList__item:nth-of-type(odd) {
    margin-right: 0;
  }
  .p-supportList__item:nth-of-type(even) {
    margin-left: 0;
  }
  .p-supportListTxaAreaWrap {
    padding-left: 3.5026%;
  }
}
@media screen and (max-width: 768px) {
  .p-support {
    padding: 52px 0 60px;
  }
  .p-supportIntro {
    margin-top: 52px;
  }
  .p-supportIntroTxt {
    font-size: 14px;
  }
  .p-supportListWrap {
    max-width: 420px;
    margin: 60px auto 0;
  }
  .p-supportList__item + .p-supportList__item {
    margin-top: 44px;
  }
  .p-supportList__itemInner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-supportListTxaAreaWrap {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-top: 28px;
  }
  .p-supportListLabel {
    font-size: 14px;
    padding: 10px 14px;
    margin-bottom: 18px;
  }
  .p-supportListHeadingWrap {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  .p-supportListHeading {
    font-size: 24px;
  }
  .p-supportListHeading__samll {
    font-size: 16px;
  }
  .p-supportListTxt {
    font-size: 14px;
  }
}

/* contactInfo */
.p-contactInfo {
  padding: 72px 0 160px;
}
.p-contactInfoIntro {
  margin-top: 72px;
  font-size: 16px;
  line-height: 1.75;
}
.p-contactInfoIntro p + p {
  margin-top: 40px;
}
.p-contactInfoIntro__emphasis {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  background: -moz-linear-gradient(top, rgba(225, 0, 0, 0) 0%, rgba(225, 0, 0, 0) 80%, rgba(225, 0, 0, .8) 81%, rgba(225, 0, 0, .8) 100%);
  background: -webkit-linear-gradient(top, rgba(225, 0, 0, 0) 0%, rgba(225, 0, 0, 0) 80%, rgba(225, 0, 0, .8) 81%, rgba(225, 0, 0, .8) 100%);
  background: linear-gradient(to bottom, rgba(225, 0, 0, 0) 0%, rgba(225, 0, 0, 0) 90%, rgba(225, 0, 0, .8) 91%, rgba(225, 0, 0, .8) 100%);
  padding: 0 8px 2px;
  box-sizing: border-box;
}
.p-contactInfoIntro__wordWrap {
  display: inline-block;
}
.p-contactInfoIntro__emphasisBottom {
  display: inline-block;
  margin-top: 10px;
}
.p-contactInfoService {
  margin: 80px auto 0;
  /* display: inline-block; */
  border: 1px solid #000;
  padding: 40px 30px 35px;
  max-width: 830px;
}
.p-contactInfoServiceIntro {
  font-size: 16px;
  line-height: 1.75;
}
.p-contactInfoServiceListWrap {
  display: inline-block;
  margin: 30px auto 0;
}
.p-contactInfoServiceList {
  text-align: left;
  counter-reset: number 0;
}
.p-contactInfoServiceList__item {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  padding-left: 25px;
}
.p-contactInfoServiceList__item::before {
  counter-increment: number 1;
  content: counter(number) "）";
  font-size: 16px;
  line-height: 1.75;
  position: absolute;
  left: 0;
  top: 0;
}
.p-contactInfoServiceListOther {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  text-align: right;
}
.p-contactInfoLinkBtn {
  max-width: 480px;
  width: 100%;
  margin: 100px auto 0;
}
.p-contactInfoLinkBtn a {
  height: 100px;
  background: #e10000;
  border-radius: 320px;
  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;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}
@media screen and (max-width: 768px) {
  .p-contactInfo {
    padding: 52px 0 120px;
  }
  .p-contactInfoIntro {
    margin-top: 52px;
    font-size: 14px;
  }
  .p-contactInfoIntro p + p {
    margin-top: 30px;
  }
  .p-contactInfoIntro__emphasis {
    font-size: 16px;
    padding: 0 4px 2px;
  }
  .p-contactInfoIntro__emphasisBottom {
    margin-top: 20px;
  }
  .p-contactInfoService {
    margin: 50px auto 0;
    /* display: inline-block; */
    border: 1px solid #000;
    padding: 30px 15px 25px;
  }
  .p-contactInfoServiceIntro {
    font-size: 14px;
  }
  .p-contactInfoServiceListWrap {
    display: inline-block;
    margin: 20px auto 0;
  }
  .p-contactInfoServiceList {
  }
  .p-contactInfoServiceList__item {
    position: relative;
    font-size: 14px;
    line-height: 1.75;
    padding-left: 20px;
  }
  .p-contactInfoServiceList__item::before {
    font-size: 14px;
  }
  .p-contactInfoServiceListOther {
    margin-top: 15px;
    font-size: 14px;
  }


  .p-contactInfoLinkBtn {
    max-width: 320px;
    margin: 70px auto 0;
  }
  .p-contactInfoLinkBtn a {
    height: 70px;
    font-size: 20px;
  }
}


/*about*/
.p-about {
  background: #f3f3f3;
  padding: 72px 0 80px;
}
.p-aboutFrame {
  margin-top: 80px;
}
.p-aboutContent {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.p-aboutPhotoWrap {
  width: 51.02%;
  margin-right: 3.401%;
}
.p-aboutPhoto {
  
}
.p-aboutTxtWrap {
  width: 45.578%;
}
.p-aboutTxt {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-about {
    background: #f3f3f3;
    padding: 52px 0 60px;
  }
  .p-aboutFrame {
    margin-top: 60px;
  }
  .p-aboutContent {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-aboutPhotoWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .p-aboutTxtWrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .p-aboutTxt {
    font-size: 14px;
  }
}



/*price*/
.p-price {
  padding: 72px 0 160px;
}
.p-priceIntro {
  margin-top: 72px;
}
.p-priceIntroTxt {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
.p-priceTableOuter {
  margin-top: 80px;
}
.p-priceTableWrap {
  
}
/*.p-priceTableWrap + .p-priceTableWrap {
  margin-top: 40px;
}*/
.p-priceTableHeading {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  margin-bottom: 22px;
}
.p-priceTable {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  /*table-layout: fixed;*/
}
.p-priceTable th {
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 3px 4px;
  box-sizing: border-box;
  height: 56px;
}
.p-priceTable tr:nth-of-type(1) th:nth-of-type(1) {
  width: 23.744%;
}
.p-priceTable.p-priceTable--5column tr:nth-of-type(1) th:nth-of-type(2),
.p-priceTable.p-priceTable--5column tr:nth-of-type(1) th:nth-of-type(3),
.p-priceTable.p-priceTable--5column tr:nth-of-type(1) th:nth-of-type(4) {
  width: 10.78%;
}
.p-priceTable.p-priceTable--4column tr:nth-of-type(1) th:nth-of-type(2),
.p-priceTable.p-priceTable--4column tr:nth-of-type(1) th:nth-of-type(3) {
  width: 16.17%;
}
.p-priceTable.p-priceTable--5column tr:nth-of-type(1) th:nth-of-type(5),
.p-priceTable.p-priceTable--4column tr:nth-of-type(1) th:nth-of-type(4){
  width: 43.829%;
}
.p-priceTable td {
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  padding: 16px;
}
.p-priceTable td:nth-of-type(n+2) {
  border-left: 1px solid #000;
  box-sizing: border-box;
}
.p-priceTable td:nth-of-type(2),
.p-priceTable td:nth-of-type(3),
.p-priceTable.p-priceTable--5column td:nth-of-type(4) {
  text-align: right;
}
.p-priceTable.p-priceTable--5column td:nth-of-type(5),
.p-priceTable.p-priceTable--4column td:nth-of-type(4) {
  font-weight: 400;
}
.p-priceTableService {
  
}
.p-priceTableService__item {
  padding-left: 16px;
  position: relative;
}
.p-priceTableService__item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #e10000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.p-priceTableService__item + .p-priceTableService__item {
  margin-top: 12px;
}
.p-priceTableTxt__note {
  display: inline-block;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 4px;
}


.p-priceTable__note {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-priceTable th {
    font-size: 13px;
  }
  .p-priceTable td {
    font-size: 13px;
  }
  .p-priceTableService__item {
    padding-left: 15px;
  }
  .p-priceTableTxt__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-price {
    padding: 52px 0 120px;
  }
  .p-priceIntro {
    margin-top: 52px;
  }
  .p-priceIntroTxt {
    font-size: 14px;
  }
  .p-priceTableOuter {
    margin-top: 60px;
  }
  /*.p-priceTableWrap + .p-priceTableWrap {
    margin-top: 30px;
  }*/
  .p-priceTableHeading {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .p-priceTable th {
    font-size: 11px;
  }
  .p-priceTable td {
    font-size: 11px;
    padding: 15px 8px;
  }
  .p-priceTableService__item {
    padding-left: 10px;
  }
  .p-priceTableService__item::before {
    width: 4px;
    height: 4px;
    top: 6px;
  }
  .p-priceTableService__item + .p-priceTableService__item {
    margin-top: 10px;
  }
  .p-priceTableTxt__note {
    font-size: 10px;
  }

}
@media screen and (max-width: 600px) {
  .p-priceTableWrap {
    overflow-x: auto;
    margin-right: -15px;
    padding-right: 15px;
    padding-bottom: 4px;
  }
  .p-priceTable {
    width: 600px;
  }
  .p-priceTable__note {
    display: block;
    font-size: 10px;
    line-height: 1.25;
    font-weight: 400;
    margin-top: 4px;
    text-align: left;
  }
}


/*footer*/
.p-footer {
  
}
.p-footerTxtWrap {
  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: 48px;
  background: #000;
  padding: 0 15px;
  box-sizing: border-box;
}
.p-footerTxt {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer {
    margin-bottom: 60px;
  }
  .p-footerTxtWrap {
    height: 40px;
  }
  .p-footerTxt {
    font-size: 12px;
  }
}


/*spCv*/
.p-spCv {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-spCv {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, .5);
    padding: 10px 10px;
    box-sizing: border-box;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
    transition: all 0.3s ease-out;
  }
  .p-spCv.is-active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .p-spCvInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-spCvTel {
    background: #000;
    width: calc(50% - 5px);
    margin: 0 10px 0 0;
  }
  .p-spCvTel a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    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: 40px;
    padding-top: 3px;
    box-sizing: border-box;
  }
  .p-spCvTelAnc__xt {
    font-size: 13px;
    margin-right: 5px;
    margin-top: 2px;
  }
  .p-spCvContact {
    background: #e10000;
    width: calc(50% - 5px);
  }
  .p-spCvContact a {
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    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: 40px;
  }
}


a.is-disabled {
  pointer-events: none;
  background-color: #bbb;
}



/*220711修正依頼対応分*/
.p-headerInfoForm {
  height: 120px;
  transition: all 0.5s ease-out;
}
.p-headerInfoForm 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;
  background: #000;
  height: 100%;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}
.p-header.is-flow .p-headerInfoForm {
  height: 100px;
}
@media screen and (max-width: 1700px) {
  .p-headerInfoForm a {
    font-size: 16px;
    padding: 0 15px;
  }
}

.p-accessSubway {
  margin-top: 72px;
}
.p-accessSubwayTitleWrap {
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.p-accessSubwayTitleWrap::before,
.p-accessSubwayTitleWrap::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-accessSubwayTitleWrap::before {
  left: -80px;
}
.p-accessSubwayTitleWrap::after {
  right: -80px;
}
.p-accessSubwayTitle {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
.p-accessSubwayIntro {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #000;
  margin-top: 40px;
}
.p-accessSubwayIntroInner {
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
}
.p-accessSubwayIntroInner::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-accessSubwayTxt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 20px;
}
.p-accessSubwayPhoto {
  /*max-width: 800px;*/
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-accessSubway {
    margin-top: 52px;
  }
  .p-accessSubwayTitleWrap {
    padding: 0 15px;
  }
  .p-accessSubwayTitleWrap::before,
  .p-accessSubwayTitleWrap::after {
    width: 40px;
  }
  .p-accessSubwayTitleWrap::before {
    left: -40px;
  }
  .p-accessSubwayTitleWrap::after {
    right: -40px;
  }
  .p-accessSubwayTitle {
    font-size: 18px;
  }
  .p-accessSubwayIntro {
    font-size: 16px;
    margin-top: 30px;
  }
  .p-accessSubwayTxt {
    font-size: 14px;
    margin-top: 18px;
    text-align: left;
  }
  .p-accessSubwayPhoto {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 374px) {
  .p-accessSubwayIntro {
    font-size: 14px;
    margin-top: 25px;
  }
}

.p-aboutTxtPhotoAreaWrap {
  margin-top: 36px;
}
.p-aboutTxtPhotoArea {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-aboutTxtPhoto {
  width: calc(50% - 10px);
}
.p-aboutTxtPhoto + .p-aboutTxtPhoto {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-aboutTxtPhotoAreaWrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p-aboutTxtPhotoArea {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-aboutTxtPhoto {
    width: 100%;
  }
  .p-aboutTxtPhoto + .p-aboutTxtPhoto {
    margin-left: 0;
    margin-top: 20px;
  }
}

.p-priceFirstWrap {
  margin-top: 80px;
}
.p-priceFirst {
  display: inline-block;
  border: 1px solid #000;
  padding: 50px 40px 45px;
}
.p-priceFirstHeading {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 45px;
}
.p-priceFirstIntro {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .05em;
}
.p-priceFirstIntro__inner {
  background: -moz-linear-gradient(top, rgba(225, 0, 0, 0) 0%, rgba(225, 0, 0, 0) 80%, rgba(225, 0, 0, .8) 81%, rgba(225, 0, 0, .8) 100%);
  background: -webkit-linear-gradient(top, rgba(225, 0, 0, 0) 0%, rgba(225, 0, 0, 0) 80%, rgba(225, 0, 0, .8) 81%, rgba(225, 0, 0, .8) 100%);
  background: linear-gradient(to bottom, rgba(225, 0, 0, 0) 0%, rgba(225, 0, 0, 0) 90%, rgba(225, 0, 0, .8) 91%, rgba(225, 0, 0, .8) 100%);
  padding: 0 8px 2px;
  box-sizing: border-box;
}
.p-priceFirstTxtAreaWrap {
  margin-top: 35px;
}
.p-priceFirstTxtArea {
  
}
.p-priceFirstTxt {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
.p-priceFirstTxt__note {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.p-priceFirstExample {
  margin-top: 30px;
}
.p-priceFirstExample__title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  padding-left: 12px;
  margin-bottom: 4px;
  position: relative;
}
.p-priceFirstExample__title::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #e10000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-priceFirstExample__txt {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-priceFirstWrap {
    margin-top: 60px;
  }
  .p-priceFirst {
    padding: 40px 15px 35px;
  }
  .p-priceFirstHeading {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .p-priceFirstIntro {
    font-size: 16px;
  }
  .p-priceFirstIntro__inner {
    padding: 0 4px 2px;
  }
  .p-priceFirstTxtAreaWrap {
    margin-top: 25px;
  }
  .p-priceFirstTxt {
    font-size: 14px;
  }
  .p-priceFirstTxt__note {
    font-size: 12px;
  }
  .p-priceFirstExample {
    margin-top: 25px;
  }
  .p-priceFirstExample__title {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 6px;
  }
  .p-priceFirstExample__txt {
    font-size: 13px;
  }
}

.p-priceOtherBtn {
  max-width: 480px;
  width: 100%;
  margin: 50px auto 0;
/*
  margin: 100px auto 0;
*/
}
.p-priceOtherBtn a {
  background: #000;
  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;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  color: #fff;
  /*padding: 30px 20px;
  box-sizing: border-box;*/
  height: 128px;
  border-radius: 64px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  transition: all 0.5s ease-out;
}
.p-priceOtherBtn a:hover {
  box-shadow: none;
}
.p-priceOtherBtnAnc__emphasis {
  font-size: 28px;
  font-weight: 700;
  color: #d8ff00;
}
/*.p-priceOtherBtnAnc__line {
  display: inline-block;
  position: relative;
  padding: 0 4px 1px;
}*/
/*.p-priceOtherBtnAnc__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}*/
@media screen and (max-width: 768px) {
  .p-priceOtherBtn {
    max-width: 320px;
    margin: 40px auto 0;
}
  .p-priceOtherBtn a {
    font-size: 14px;
    height: 96px;
    border-radius: 48px;
  }
  .p-priceOtherBtnAnc__emphasis {
    font-size: 20px;
  }
}


.p-other {
  padding: 0 0 160px;
}
.p-otherFrame {
  
}
.p-otherContent {
  /*display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;*/
}
.p-otherSns {
  
}
.p-otherSnsTwitterWrap {
  max-width: 500px;
  margin: 0 auto;
}
.p-otherSnsTwitter {
  border: 1px solid rgba(15, 70, 100, .12);
}
@media screen and (max-width: 768px) {
  .p-other {
    padding: 0 0 120px;
  }
}


@media screen and (max-width: 768px) {
  .p-spCvForm {
    background: #fff;
    width: 33.3333%;
  }
  .p-spCvForm a {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    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: 48px;
  }
}

/*-----------------------------*/
/*Utility*/
.u-map {
  position: relative;
  width: 56.25%;
  padding-top: 355px;
  line-height: 0;
}
.u-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px){
  .u-map {
    width: 100%;
  }
}
/*---------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {.u-pcOnly { display: none !important;}}
@media screen and (min-width: 769px) {.u-spOnly { display: none !important;}}