@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-pageSection {
  padding: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  .c-pageSection {
    padding: 60px 0 100px;
  }
}

.p-kv {
  position: relative;
}
.p-kv:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  content: '';
  display: block;
  z-index: 20;
}
.p-kvSlider {
  position: relative;
  z-index: 10;
}
.p-kvSlider__item {
}
.p-kvSlider__itemFrame {
  height: calc(100vh - 60px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-kvFrame {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  left: 0;
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFF;
  z-index: 100;
}
.p-kv__title {
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
}
.p-kv__title2 {
  text-align: center;
/*
  max-width: 278px;
*/
  max-width: 240px;
  margin: 0 auto;
}
.p-kv__titleTxt1 {
}
.p-kv__titleTxt2 {
  margin-top: 10px;
}
.p-kv__txt {
  font-size: 16px;
/*
  font-size: 20px;
*/
  line-height: 1;
  font-weight: normal;
  margin-top: 40px;
  text-align: center;
  letter-spacing: 1px;
}

.p-kv__scroll {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  z-index: 110;
}
.p-kv__scroll a {
  padding-top: 60px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}
.p-kv__scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.p-kv__scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 1001px) {
  .p-kvFrame {
    width: 100%;
    max-width: 1280px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    box-sizing: border-box;
    padding: 0 40px;
    text-align: left;
  }
  .p-kv__title {
    font-size: 100px;
    line-height: 1;
    font-weight: normal;
  }
  .p-kv__titleTxt1 {
  }
  .p-kv__titleTxt2 {
    margin-top: 20px;
  }
  .p-kv__title2 {
    text-align: center;
/*
    max-width: 418px;
*/
    max-width: 320px;
    margin: 0 auto;
  }
  .p-kv__txt {
/*
    font-size: 30px;
*/
    font-size: 20px;
    line-height: 1;
    margin-top: 40px;
    text-align: center;
    letter-spacing: 2px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  bottom: -15px;
}
.slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 2px;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  background: transparent;
  background: #CCC;
  border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
  background: #000;
}


.c-photoBody {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;

}
.c-photoList {
  
}
.c-photoList__item:nth-child(n + 2) {
  margin-top: 10px;
}
.c-photoList__item {
}
.c-photoList__itemMain {
  border: #CCC 1px solid;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.c-photoList__itemHead {
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  padding: 8px 15px;
}
.c-photoList__itemPhoto {
  padding-bottom: 22px;
}
.c-photoList__itemContents {
  position: relative;
}
.c-photoList__itemContentsInner {
  height: 19px;
  padding: 24px 0 24px 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.c-photoList__itemContentsHead {
  display: none;
}
.c-photoList__itemContentsBody {
  padding: 0 15px 0;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
.c-photoList__itemContentsBtn {
  border-top: #CCC 1px solid;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #FFF;
}
.c-photoList__itemContentsBtnTxt {
  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;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 1;
}
.c-photoList__itemContentsBtnTxt:before {
  content: 'MORE';
}
.c-photoList__itemContentsBtnTxt:after {
  content: 'CLOSE';
  display: none;
}
.c-photoList__itemLarge {
  display: none;
}
.c-photoList__itemSubOuter {
  display: none;
}
.c-photoList__itemContents.is-active .c-photoList__itemContentsInner {
  height: auto;
}
.c-photoList__itemContents.is-active .c-photoList__itemContentsBtnTxt:before {
  display: none;
}
.c-photoList__itemContents.is-active .c-photoList__itemContentsBtnTxt:after {
  display: block;
}


/*
.c-photoList__itemMain.mfp-hide {
  display: block !important;
}
*/
.slick-slide img,
.c-photoList__itemSub img {
  max-width: none;
  width: 100%;
}



.mfp-content .c-photoList__itemSubPhoto {
  position: relative;
}
.mfp-content .c-photoList__itemSubPhoto .slick-prev,
.mfp-content .c-photoList__itemSubPhoto .slick-next {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: rgba(0,0,0,0.7);
  z-index: 100;
}
.mfp-content .c-photoList__itemSubPhoto .slick-prev:hover,
.mfp-content .c-photoList__itemSubPhoto .slick-prev:focus,
.mfp-content .c-photoList__itemSubPhoto .slick-next:hover,
.mfp-content .c-photoList__itemSubPhoto .slick-next:focus {
  background: rgba(0,0,0,0.7);
}
.mfp-content .c-photoList__itemSubPhoto .slick-prev:before,
.mfp-content .c-photoList__itemSubPhoto .slick-next:before {
  display: none;
}

.mfp-content .c-photoList__itemSubPhoto .slick-prev:after,
.mfp-content .c-photoList__itemSubPhoto .slick-next:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.mfp-content .c-photoList__itemSubPhoto .slick-prev:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 12px;
}
.mfp-content .c-photoList__itemSubPhoto .slick-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 12px;
}
.mfp-content .c-photoList__itemSubPhoto .slick-prev {
  left: auto;
  right: 42px;
}
.mfp-content .c-photoList__itemSubPhoto [dir='rtl'] .slick-prev {
  right: 42px;
  left: auto;
}

.mfp-content .c-photoList__itemSubPhoto .slick-next {
  right: 0px;
}
.mfp-content .c-photoList__itemSubPhoto [dir='rtl'] .slick-next {
  right: 0px;
  left: auto;
}




@media screen and (min-width: 601px) {
  .c-photoList {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-photoList__item {
  }
  .c-photoList__itemMain {
    display: none;
  }
  .c-photoList__itemHead {
    display: none;
  }
  .c-photoList__itemPhoto {
  }
  .c-photoList__itemContentsInner {

  }
  .c-photoList__itemContentsHead {
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 15px;
  }
  .c-photoList__itemContentsBody {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 15px 20px;
  }
  .c-photoList__itemContentsBtn {
    border-top: #CCC 1px solid;
  }
  .c-photoList__itemContentsBtnTxt {
    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;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 1;
  }
  .c-photoList__itemContentsBtnTxt:before {
    content: 'MORE';
  }
  .c-photoList__itemContentsBtnTxt:after {
    content: 'CLOSE';
    display: none;
  }
  .c-photoList__itemLarge {
    border: #CCC 1px solid;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    position: relative;
    cursor: pointer;
    display: block;
  }
  .c-photoList__itemDiscOuter {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    opacity: 0;
    transition: all 0.5s ease-out;
  }
  .c-photoList__item:hover .c-photoList__itemDiscOuter {
    opacity: 1;
  }
  .c-photoList__itemDisc {
    margin: 0 10px 10px;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    padding: 10px 10px;
    text-align: left;
  }
  .c-photoList__itemDiscHead {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
  }
  .c-photoList__itemDiscTxt {
    font-size: 14px;
    line-height: 1.75;
  }
  
  .c-photoList__itemSub {
    background: #FFF;
  }
  .c-photoList__itemSubContents {
    padding: 20px;
  }
  
  .mfp-content {
    max-width: 800px;
    margin: 0 auto;
  }
  .mfp-bg {
    z-index: 10420;
  }
  .mfp-wrap {
    z-index: 10430;
  }

  
  .mfp-content  .c-photoList__item {
    width: 100%;
  }
  .mfp-content  .c-photoList__itemMain {
    display: block;
  }
  .mfp-content  .c-photoList__itemSubPhotoSlider li ,
  .mfp-content  .c-photoList__itemPhotoSlider li {
    opacity: 1 !important;
  }

}
@media all and (min-width: 601px) and (max-width: 800px) {
  .c-photoList__item {
    width: calc(50% - 5px);
    margin-left: 10px;
  }
  .c-photoList__item:nth-child(2n + 1) {
    margin-left: 0px;
  }
  .c-photoList__item:nth-child(n + 2) {
    margin-top: 0;
  }
  .c-photoList__item:nth-child(n + 3) {
    margin-top: 10px;
  }
}
@media all and (min-width: 801px) and (max-width: 1050px) {
  .c-photoList__item {
    width: calc(33.333% - 6.666px);
    margin-left: 10px;
  }
  .c-photoList__item:nth-child(3n + 1) {
    margin-left: 0px;
  }
  .c-photoList__item:nth-child(n + 2) {
    margin-top: 0;
  }
  .c-photoList__item:nth-child(n + 4) {
    margin-top: 10px;
  }
}
@media all and (min-width: 1051px) and (max-width: 1600px) {
  .c-photoList__item {
    width: calc(25% - 7.5px);
    margin-left: 10px;
  }
  .c-photoList__item:nth-child(4n + 1) {
    margin-left: 0px;
  }
  .c-photoList__item:nth-child(n + 2) {
    margin-top: 0;
  }
  .c-photoList__item:nth-child(n + 5) {
    margin-top: 10px;
  }
}
@media all and (min-width: 1601px) and (max-width: 2100px) {
  .c-photoList__item {
    width: calc(20% - 8px);
    margin-left: 10px;
  }
  .c-photoList__item:nth-child(5n + 1) {
    margin-left: 0px;
  }
  .c-photoList__item:nth-child(n + 2) {
    margin-top: 0;
  }
  .c-photoList__item:nth-child(n + 6) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 2101px) {
  .c-photoList__item {
    width: calc(14.285% - 8.571px);
    margin-left: 10px;
  }
  .c-photoList__item:nth-child(6n + 1) {
    margin-left: 0px;
  }
  .c-photoList__item:nth-child(n + 2) {
    margin-top: 0;
  }
  .c-photoList__item:nth-child(n + 7) {
    margin-top: 10px;
  }
}




.p-case {
  padding: 30px 10px;
}

.p-loadingArea {
  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: 200px;
  position: relative;
}
.p-entry-loading {
  display: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.p-entry-loading.is-show {
  display: block;
}

.p-entry-more {
  text-align: center;
  width: 280px;
  padding: 0;
  color: #000;
  margin: 0;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  background: #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;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  height: 40px;
  border-radius: 25px;
  border: #CCC 2px solid;
}

.p-entry-more.is-hide {
  display: none;
}

.p-dot-pulse {
  --uib-size: 40px;
  --uib-speed: 1.3s;
  --uib-color: black;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--uib-size);
  height: calc(var(--uib-size) * 0.27);
}

.p-dot-pulse__dot,
.p-dot-pulse::before,
.p-dot-pulse::after {
  content: '';
  display: block;
  height: calc(var(--uib-size) * 0.18);
  width: calc(var(--uib-size) * 0.18);
  border-radius: 50%;
  background-color: #796caf;
  transform: scale(0);
}

.p-dot-pulse::before {
  animation: pulse var(--uib-speed) ease-in-out infinite;
}

.p-dot-pulse__dot {
  animation: pulse var(--uib-speed) ease-in-out
    calc(var(--uib-speed) * 0.125) infinite both;
}

.p-dot-pulse::after {
  animation: pulse var(--uib-speed) ease-in-out
    calc(var(--uib-speed) * 0.25) infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.5);
  }
}


.p-pageKv {
  background: #000;
}
.p-pageKvInner {
  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: 200px;
}
.p-pageKvFrame {
}
.p-pageKv__title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFF;
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-pageKv {
  }
  .p-pageKvInner {
    height: 130px;
  }
  .p-pageKvFrame {
  }
  .p-pageKv__title {
    font-size: 28px;
    line-height: 1;
  }
}


input ,
select ,
button ,
textarea {
  font-family: 'Noto Sans JP', sans-serif;
}


.p-pageContact {
  
}
.p-pageContactForm {
  background: #FFF;
}
.p-pageContactFormInner {
  padding: 60px 40px 80px;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 800px;
}
.p-pageCF__item {
  text-align: left;
}
.p-pageCF__item + .p-pageCF__item {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #CCC;
}
.p-pageCF__itemHead {
  
}
.p-pageCF__itemHeadTitle {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 14px;
}
.p-pageCF__itemHeadTitle span {
  
}
.p-pageCF__itemHeadTitle span.is-require {
  padding: 0 60px 0 0;
  display: inline-block;
  position: relative;
}
.p-pageCF__itemHeadTitle span.is-require:before {
  content: '必須';
  width: 40px;
  height: 22px;
  font-size: 12px;
  line-height: 1;
  background: #e60012;
  color: #FFF;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 0;
  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: 2px;
  box-sizing: border-box;
  padding: 0 0 1px 0;
}
.p-pageCF__itemContent {
  
}
.p-pageCF__itemContent input[type=text] ,
.p-pageCF__itemContent input[type=email] ,
.p-pageCF__itemContent input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border: #CCC 1px solid;
  padding: 5px 10px;
  outline: none;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 5px;
}
.p-pageCF__itemContent textarea {
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  border: #CCC 1px solid;
  padding: 5px 10px;
  outline: none;
  border-radius: 5px;
}
.p-pageCF__itemContent select {
  -webkit-appearance:none;
  border: #CCC 1px solid;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  line-height: 40px;
  outline: none;
  background: #FFF;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  font-size: 16px;
  border-radius: 5px;
}
.p-pageCF__itemContent select::-ms-expand {
    display: none;
}
.p-pageCF__selectOuter {
  position: relative;
  display: block;
}
.p-pageCF__selectOuter:before {
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 20px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 15;
}


.p-pageCF__agree {
  margin-top: 60px;
}
.p-pageCF__agreeInner {
}
.p-pageCF__agreeTxt {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.p-pageCF__agreeTxt a {
  text-decoration: underline;
}
.p-pageCF__agreeBtnOuter {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
}
.p-pageCF__agreeBtn {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.p-pageCF__agreeBtn input {
  display: none;
}
.p-pageCF__agreeBtn > span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  padding: 0 0 0 24px;
}
.p-pageCF__agreeBtn > span:before ,
.p-pageCF__agreeBtn > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.p-pageCF__agreeBtn > span:before {
  left: 0;
  border: #666 1px solid;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 3px;
}
.p-pageCF__agreeBtn > span:after {
  left: 5px;
  width: 5px;
  height: 9px;
  border-right: #e60012 2px solid;
  border-bottom: #e60012 2px solid;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 3px;
}
.p-pageCF__agreeBtn > input:checked + span:after {
  opacity: 1;
}
.p-pageCF__submit {
  margin-top: 60px;
}
.p-pageCF__submit button {
  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: 280px;
  margin: 0 auto;
  height: 50px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  cursor: pointer;
  border-radius: 100px;
}


@media screen and (max-width: 768px) {
  .p-pageContact {

  }
  .p-pageContactForm {
  }
  .p-pageContactFormInner {
    padding: 40px 20px 60px;
  }
  .p-pageCF__item + .p-pageCF__item {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #CCC;
  }
  .p-pageCF__itemHead {

  }
  .p-pageCF__itemHeadTitle {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
  .p-pageCF__itemHeadTitle span.is-require {
    padding: 0 44px 0 0;
  }
  .p-pageCF__itemHeadTitle span.is-require:before {
    width: 34px;
    height: 20px;
    font-size: 10px;
    line-height: 1;
    top: 2px;
    border-radius: 2px;
    padding: 0 0 1px 0;
  }
  .p-pageCF__itemContent {

  }
  .p-pageCF__itemContent input[type=text] ,
  .p-pageCF__itemContent input[type=email] ,
  .p-pageCF__itemContent input[type=tel] {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 5px;
  }
  .p-pageCF__itemContent textarea {
    height: 150px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .p-pageCF__itemContent select {
    height: 40px;
    padding: 5px 10px;
    line-height: 30px;
    padding-right: 40px;
    font-size: 16px;
    border-radius: 5px;
  }
  .p-pageCF__selectOuter {
  }
  .p-pageCF__selectOuter:before {
    bottom: 4px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }


  .p-pageCF__agree {
    margin-top: 40px;
  }
  .p-pageCF__agreeTxt {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
  .p-pageCF__agreeTxt a {
    text-decoration: underline;
  }
  .p-pageCF__agreeBtnOuter {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 20px;
  }
  .p-pageCF__agreeBtn {
  }
  .p-pageCF__agreeBtn > span {
    font-size: 14px;
    line-height: 1.7;
    padding: 0 0 0 24px;
  }
  .p-pageCF__agreeBtn > span:before {
    border: #666 1px solid;
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }
  .p-pageCF__agreeBtn > span:after {
    left: 5px;
    width: 5px;
    height: 9px;
    border-right: #e60012 2px solid;
    border-bottom: #e60012 2px solid;
    bottom: 3px;
  }
  .p-pageCF__submit {
    margin-top: 40px;
  }
  .p-pageCF__submit button {
    width: 260px;
    height: 50px;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 100px;
  }
}

.c-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  text-align: left;
  position: relative;
  margin-bottom: 80px;
}
.c-title:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #333;
  content: '';
  display: block;
}
.c-headTitle {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.4;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}
.c-headTitle:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CCC;
  content: '';
  display: block;
  z-index: 1;
}
.c-headTitle span {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0 30px 0 0;
  background: #ececec;
}
* + .c-headTitle {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 60px;
  }
  .c-title:after {
    bottom: -15px;
    width: 30px;
    height: 1px;
  }
  .c-headTitle {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .c-headTitle span {
    padding: 0 20px 0 0;
  }
  * + .c-headTitle {
    margin-top: 40px;
  }

}



.p-pageAbout {
  
}
.p-pageAboutInner {
  padding: 100px 0;
}
.p-pageAboutContents {
  
}
.p-pageAboutInfo {
  text-align: left;
}
.p-pageAboutInfoName {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
}
.p-pageAboutInfoName__jp {
  font-size: 24px;
  line-height: 1.4;
}
.p-pageAboutInfoName__en {
  font-size: 18px;
  line-height: 1.4;
  margin-left: 15px;
}
.p-pageAboutInfoData {
}
.p-pageAboutInfoData__txt {
  font-size: 16px;
  line-height: 1.875;
}
.p-pageAboutInfoOther {
  margin-top: 50px;
}
.p-pageAboutInfo__txt {
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-pageAbout {

  }
  .p-pageAboutInner {
    padding: 60px 0;
  }
  .p-pageAboutContents {

  }
  .p-pageAboutInfo {
  }
  .p-pageAboutInfoName {
    margin-bottom: 30px;
  }
  .p-pageAboutInfoName__jp {
    font-size: 20px;
    line-height: 1.4;
  }
  .p-pageAboutInfoName__en {
    font-size: 14px;
    line-height: 1.4;
    margin-left: 10px;
  }
  .p-pageAboutInfoData {
  }
  .p-pageAboutInfoData__txt {
    font-size: 14px;
    line-height: 1.875;
  }
  .p-pageAboutInfoOther {
    margin-top: 40px;
  }
  .p-pageAboutInfo__txt {
    font-size: 14px;
    line-height: 1.875;
  }
}