/* about */
.p-pageAboutMessage {
  margin: 85px auto 0;
  position: relative;
}
.p-pageAboutMessage:after {
  content: '';
  display: block;
  height: 280px;
  background: #efefef;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.p-pageAboutMessageFrame {
  position: relative;
  z-index: 5;
  margin-top: 47px;
}
.p-pageAboutMessage__img {
  /*max-width: 1028px;
  -webkit-transform: translate(-72px, 33px);
  transform: translate(-72px, 33px);*/
  margin: 0 134px 0 0;
}
.p-pageAboutMessage__contets {
  background: #FFF;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  -webkit-transform: translate(0, -69px);
  transform: translate(0, -69px);
  margin: 0 0 0 100px;
}
.p-pageAboutMessage__contetsInner {
  text-align: left;
  padding: 50px;
}
.p-pageAboutMessage__title {
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  margin: 0 0 30px;
  letter-spacing: 0.08em;
  /* margin-left: 41px; */
  /* -webkit-transform: translate(0px, -43px); */
  /* transform: translate(0px, -43px);*/
}
.p-pageAboutMessage__txt {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
}
.p-pageAboutMessage__name {
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 1px;
  margin-top: 30px;
}
@media screen and (min-width: 961px) {

}

@media screen and (max-width: 1260px) {
  .p-pageAboutMessage__txt {
    font-size: 20px;
    line-height: 2;
  }
  .p-pageAboutMessage__name {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1085px) {
  .p-pageAboutMessage__txt {
    line-height: 1.7;
  }
  .p-pageAboutMessage__name {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-pageAboutMessage__img {
    /*-webkit-transform: translate(-40px, 23px);
    transform: translate(-40px, 23px);*/
    margin: 0 7% 0 0;
  }
  .p-pageAboutMessage__contets {
    -webkit-transform: translate(0, -39px);
    transform: translate(0, -39px);
    margin: 0 0 0 50px;
  }
  .p-pageAboutMessage__contetsInner {
    padding: 40px 40px 73px 40px;
  }
  .p-pageAboutMessage__title {
    font-size: 20px;
    line-height: 1.5;
    /* text-align: right; */
    /* letter-spacing: 13px; */
    /* margin: 24px 0 0 0; */
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  .p-pageAboutMessage__txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
  }
  .p-pageAboutMessage__name {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 30px 0 0 0 ;
  }
}
@media screen and (max-width: 768px) {
  .p-pageAboutMessage {
    margin-top: 80px;
  }
  .p-pageAboutMessage__img {
    -webkit-transform: translate(-20px, 13px);
    transform: translate(-20px, 13px);
    margin: 0;
  }
  .p-pageAboutMessageFrame {
    margin-top: 37px;
  }
  .p-pageAboutMessage__contets {
    -webkit-transform: translate(0, -19px);
    transform: translate(0, -19px);
    margin: 0;
  }
  .p-pageAboutMessage__contetsInner {
    padding: 30px 20px 33px 20px;
  }
  .p-pageAboutMessage__subTitle {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 4px;
    margin-left: 0;
  }
  .p-pageAboutMessage__title {
    font-size: 17px;
    line-height: 1.5;
   /* letter-spacing: 10px;*/
    /*margin: 20px 0 0 0;*/
  }
  .p-pageAboutMessage__txt {
    /*margin-top: 26px;*/
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
  }
  .p-pageAboutMessage__name {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 20px 0 0 0 ;
  }
}



.p-pageAboutBelief {
  margin: 85px auto 0;
}
.p-pageAboutBeliefHeading {
  margin: 0  auto 61px;
  text-align: left;
}
.p-pageAboutBeliefHeading__txt {
  text-align: left;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.p-pageAboutBeliefList {
}
.p-pageAboutBeliefList__item {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-pageAboutBeliefListItemNum {
  width: 102px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: .01em;
  color: #eee;
  font-size: 60px;
  line-height: 1;
  text-align: left;
}
.p-pageAboutBeliefList__item + .p-pageAboutBeliefList__item {
  margin-top: 44px;
}
.p-pageAboutBeliefListItemTxt {
  width: calc(100% - 102px);
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: .2em;
  text-align: left;
  padding-top: 11px;
}
@media screen and (max-width: 768px) {
  .p-pageAboutBelief {
    margin: 40px auto 0;
  }
  .p-pageAboutBeliefHeading {
    margin: 0  auto 30px;
  }
  .p-pageAboutBeliefHeading__txt {
    font-size: 24px;
  }
  .p-pageAboutBeliefList {
  }
  .p-pageAboutBeliefList__item {
  }
  .p-pageAboutBeliefListItemNum {
    width: 50px;
    font-size: 35px;
  }
  .p-pageAboutBeliefList__item + .p-pageAboutBeliefList__item {
    margin-top: 20px;
  }
  .p-pageAboutBeliefListItemTxt {
    width: calc(100% - 50px);
    font-size: 15px;
    padding-top: 5px;
  }
}

.p-pageAboutVision {
  margin: 190px auto 0;
}
.p-pageAboutVisionContents {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-pageAboutVisionHeading {
  -webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
  text-align: left;
}
.p-pageAboutVisionHeading__en {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 60px;
  line-height: 1;
  letter-spacing: .2em;
  color: #cdcdcd;
  display: block;
}
.p-pageAboutVisionHeading__jp {
  font-size: 30px;
  line-height: 2.16;
  letter-spacing: .2em;
  display: block;
  font-weight: 400;
}
.p-pageAboutVisionTxt {
  -webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  text-align: left;
  padding-top: 123px;
  margin-right: 132px;
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 2.08;
}
.p-pageAboutVisionTxt p + p {
  margin-right: 72px;
}
.p-pageAboutVisionTxt__bold {
  font-weight: 600;
}
.p-pageAboutVisionTxt__wordWrap {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-pageAboutVision {
    margin: 100px auto 0;
  }
  .p-pageAboutVisionContents {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-pageAboutVisionHeading {
    width: 100%;
    -webkit-writing-mode:horizontal-tb;
    -ms-writing-mode:lr-tb;
    writing-mode:horizontal-tb;
    writing-mode: horizontal-tb;
  }
  .p-pageAboutVisionHeading__en {
    font-size: 30px;
  }
  .p-pageAboutVisionHeading__jp {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .p-pageAboutVisionTxt {
    -webkit-writing-mode:horizontal-tb;
    -ms-writing-mode:lr-tb;
    writing-mode:horizontal-tb;
    writing-mode: horizontal-tb;
    padding-top: 40px;
    padding-left: 20px;
    margin-right: 0;
    font-size: 17px;
    line-height: 1.75;
  }
  .p-pageAboutVisionTxt p + p {
    margin-top: 30px;
    margin-right: 0;
  }
}

.p-pageAboutPromise {
  margin: 185px auto 0;
}
.p-pageAboutPromiseHeading {
  margin: 0 auto 92px;
}
.p-pageAboutPromiseHeading__txt {
  text-align: left;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.p-pageAboutPromiseHeading__txt span {
  display: inline-block;
}
.p-pageAboutPromiseList {
}
.p-pageAboutPromiseList__item {
  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-pageAboutPromiseList__item:nth-of-type(even) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-pageAboutPromiseList__item + .p-pageAboutPromiseList__item {
  margin-top: 181px;
}
.p-pageAboutPromiseListItemTxtBlock {
  width: 50%;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  z-index: 100;
}
.p-pageAboutPromiseList__item:nth-of-type(even) .p-pageAboutPromiseListItemTxtBlock {
  padding-left: 47px;
}
.p-pageAboutPromiseListItemNum {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: .01em;
  color: #eee;
  font-size: 160px;
  line-height: 1;
  text-align: left;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: -10;
}
.p-pageAboutPromiseList__item:nth-of-type(even) .p-pageAboutPromiseListItemNum {
  left: 40px;
}
.p-pageAboutPromiseListItemTitle {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .2em;
  padding: 113px 0 0 3px;
}
.p-pageAboutPromiseListItemTxt {
  margin: 45px auto 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .1em;
  padding-left: 4px;
}
.p-pageAboutPromiseListItemTxt p + p {
  margin-top: 27px;
}
.p-pageAboutPromiseListItemPhoto {
  width: 45.8%;
  box-sizing: border-box;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-pageAboutPromise {
    margin: 100px auto 0;
  }
  .p-pageAboutPromiseHeading {
    margin: 0 auto 50px;
  }
  .p-pageAboutPromiseHeading__txt {
    font-size: 24px;
  }
  .p-pageAboutPromiseList {
  }
  .p-pageAboutPromiseList__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-pageAboutPromiseList__item:nth-of-type(even) {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content : flex-end;
  }
  .p-pageAboutPromiseList__item + .p-pageAboutPromiseList__item {
    margin-top: 80px;
  }
  .p-pageAboutPromiseListItemTxtBlock {
    width: 100%;
    margin-top: 0px;
    padding-right: 20px;
    max-width: 650px;
  }
  .p-pageAboutPromiseList__item:nth-of-type(even) .p-pageAboutPromiseListItemTxtBlock {
    padding-left: 0px;
    padding-right: 0;
  }
  .p-pageAboutPromiseListItemNum {
    font-size: 80px;
    top: -7px;
    left: -7px;
    z-index: -10;
  }
  .p-pageAboutPromiseList__item:nth-of-type(even) .p-pageAboutPromiseListItemNum {
    left: 20px;
  }
  .p-pageAboutPromiseListItemTitle {
    font-size: 18px;
    padding: 45px 0 0 0;
  }
  .p-pageAboutPromiseListItemTxt {
    margin: 30px auto 0;
    font-size: 14px;
    padding-left: 0;
  }
  .p-pageAboutPromiseListItemTxt p + p {
    margin-top: 20px;
  }
  .p-pageAboutPromiseListItemPhoto {
    width: 60%;
    margin: 15px auto 0 0;
    box-sizing: border-box;
    padding-top: 0;
  }
  .p-pageAboutPromiseListItemPhoto img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    max-width: 350px;
  }
  .p-pageAboutPromiseList__item:nth-of-type(even) .p-pageAboutPromiseListItemPhoto {
    margin: 15px 0 0 auto;
  }
}

.p-pageAboutIntroduction {
  margin: 228px auto 0;
}
.p-pageAboutIntroductionHeading {
  margin-bottom: 47px;
}
.p-pageAboutIntroductionHeading__txt {
  text-align: left;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.p-pageAboutIntroductionLead {
  line-height: 1.55;
  letter-spacing: .1em;
  font-size: 18px;
  text-align: left;
}
.p-pageAboutIntroductionHistoryList {
  margin: 95px auto 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-pageAboutIntroductionHistoryList__item {
  width: 31.66%;
  box-sizing: border-box;
  margin-left: 2.5%;
}
.p-pageAboutIntroductionHistoryList__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-pageAboutIntroductionHistoryList__item:nth-of-type(n + 4) {
  margin-top: 25px;
}
.p-pageAboutIntroductionHistoryListItemPhoto {
}
.p-pageAboutIntroductionHistoryListItemTxt {
  margin-top: 15px;
  line-height: 1.55;
  font-size: 18px;
  letter-spacing: .1em;
  text-align: left;
}
.p-pageAboutIntroductionExample {
  margin: 105px auto 0;
}
.p-pageAboutIntroductionExampleHeading {
}
.p-pageAboutIntroductionExampleHeading__txt {
  letter-spacing: .2em;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
}
.p-pageAboutIntroductionExampleLead {
  margin: 47px auto 0;
  line-height: 1.75;
  letter-spacing: .1em;
  font-size: 16px;
  text-align: left;
}
.p-pageAboutIntroductionExampleList {
  margin: 94px auto 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-pageAboutIntroductionExampleList__item {
  width: 31.66%;
  box-sizing: border-box;
  margin-left: 2.5%;
}
.p-pageAboutIntroductionExampleList__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-pageAboutIntroductionExampleList__item:nth-of-type(n + 4) {
  margin-top: 25px;
}
.p-pageAboutIntroductionExampleListItemPhoto {
}
.p-pageAboutIntroductionExampleListItemTxt {
  margin-top: 15px;
  line-height: 1.55;
  font-size: 18px;
  letter-spacing: .1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-pageAboutIntroduction {
    margin: 100px auto 0;
  }
  .p-pageAboutIntroductionHeading {
    margin-bottom: 30px;
  }
  .p-pageAboutIntroductionHeading__txt {
    font-size: 24px;
  }
  .p-pageAboutIntroductionLead {
    font-size: 14px;
  }
  .p-pageAboutIntroductionHistoryList {
    margin: 50px auto 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .p-pageAboutIntroductionHistoryList__item {
    /* width: 31.66%;
    box-sizing: border-box;
    margin-left: 2.5%; */
    width: 47.76%;
    margin-left: 4.47%;
  }
  .p-pageAboutIntroductionHistoryList__item:nth-of-type(3n + 1) {
    margin-left: 4.47%;
  }
  .p-pageAboutIntroductionHistoryList__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .p-pageAboutIntroductionHistoryList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-pageAboutIntroductionHistoryList__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .p-pageAboutIntroductionHistoryListItemPhoto {
  }
  .p-pageAboutIntroductionHistoryListItemTxt {
    margin-top: 10px;
    font-size: 12px;
  }
  .p-pageAboutIntroductionExample {
    margin: 60px auto 0;
  }
  .p-pageAboutIntroductionExampleHeading {
  }
  .p-pageAboutIntroductionExampleHeading__txt {
    font-size: 18px;
  }
  .p-pageAboutIntroductionExampleLead {
    margin: 30px auto 0;
    font-size: 14px;
  }
  .p-pageAboutIntroductionExampleList {
    margin: 40px auto 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .p-pageAboutIntroductionExampleList__item {
    width: 47.76%;
    margin-left: 4.47%;
  }
  .p-pageAboutIntroductionExampleList__item:nth-of-type(3n + 1) {
    margin-left: 4.47%;
  }
  .p-pageAboutIntroductionExampleList__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .p-pageAboutIntroductionExampleList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-pageAboutIntroductionExampleList__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .p-pageAboutIntroductionExampleListItemPhoto {
  }
  .p-pageAboutIntroductionExampleListItemTxt {
    margin-top: 10px;
    font-size: 12px;
  }
}

.p-pageAboutPoints {
  margin: 171px auto 230px;
}
.p-pageAboutPointsHeading {
  margin: 0 auto 86px;
}
.p-pageAboutPointsHeading__txt {
  text-align: left;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.p-pageAboutPointsHeading__txt span {
  display: inline-block;
}
.p-pageAboutPointsHeadingNum {
  font-size: 48px;
}
.p-pageAboutPointsIntro {
}
.p-pageAboutPointsIntroTitle {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-pageAboutPointsIntroTitle__item {
  width: 31.5%;
  padding: 13px 14px 20px 24px;
  height: 300px;
  margin-left: 2.75%;
  box-sizing: border-box;
  position: relative;
  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-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-pageAboutPointsIntroTitle__item::before {
  content: "";
  width: 40px;
  height: 40px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  position: absolute;
  top: 0;
  left: 0;
}
.p-pageAboutPointsIntroTitle__item::after {
  content: "";
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-pageAboutPointsIntroTitle__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-pageAboutPointsIntroTitleLabel {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .05em;
  font-size: 22px;
  line-height: 1;
  position: relative;
  padding-bottom: 7px;
}
.p-pageAboutPointsIntroTitleLabel::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 2px;
  left: -9px;
  right: 0;
  margin: auto;
}
.p-pageAboutPointsIntroTitleLabel__num {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: .05em;
  font-size: 48px;
  line-height: 1;
  display: inline-block;
  margin-top: 10px;
}
.p-pageAboutPointsIntroTitleLabelTxt {
  margin: 35px auto 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: .2em;
}
.p-pageAboutPointsIntroTxt {
  margin: 92px auto 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: left;
}
.p-pageAboutPointsIntroTxt p + p {
  margin-top: 25px;
}
.p-pageAboutPointsIntroTxt__anc {
  padding-bottom: 1px;
  border-bottom: 1px solid #2a2a2a;
}
@media screen and (max-width: 887px) {
  .p-pageAboutPointsIntroTitleLabelTxt {
    font-size: 29px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageAboutPoints {
    margin: 100px auto 120px;
  }
  .p-pageAboutPointsHeading {
    margin: 0 auto 50px;
  }
  .p-pageAboutPointsHeading__txt {
    font-size: 24px;
  }
  .p-pageAboutPointsHeadingNum {
    font-size: 30px;
  }
  .p-pageAboutPointsIntro {
  }
  .p-pageAboutPointsIntroTitle {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .p-pageAboutPointsIntroTitle__item {
    width: 47%;
    margin-left: 4.47%;
    padding: 15px 8px 15px 15px;
    height: 150px;
    max-width: 250px;
    margin-left: 5.97%;
  }
  .p-pageAboutPointsIntroTitle__item::before {
    width: 20px;
    height: 20px;
  }
  .p-pageAboutPointsIntroTitle__item::after {
    width: 20px;
    height: 20px;
  }
  .p-pageAboutPointsIntroTitle__item:nth-of-type(3n + 1) {
    margin-left: 4.47%;
  }
  .p-pageAboutPointsIntroTitle__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-pageAboutPointsIntroTitle__item:nth-of-type(n + 3) {
    margin-top: 25px;
  }
  .p-pageAboutPointsIntroTitleLabel {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .p-pageAboutPointsIntroTitleLabel::after {
    width: 10px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .p-pageAboutPointsIntroTitleLabel__num {
    font-size: 30px;
    margin-top: 5px;
  }
  .p-pageAboutPointsIntroTitleLabelTxt {
    margin: 20px auto 0;
    font-size: 20px;
  }
  .p-pageAboutPointsIntroTxt {
    margin: 40px auto 0;
    font-size: 14px;
  }
  .p-pageAboutPointsIntroTxt p + p {
    margin-top: 15px;
  }
  .p-pageAboutPointsIntroTxt__anc {
    padding-bottom: 3px;
  }
}

.p-pageAboutPointsTxtBlock {
  text-align: left;
}
.p-pageAboutPointsTxtBlock__label {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .05em;
}
.p-pageAboutPointsTxtBlock__label span:last-of-type {
  display: inline-block;
  margin-left: 3px;
  font-size: 30px;
  font-weight: 300;
}
.p-pageAboutPointsTxtBlock__heading {
  margin: 19px auto 0;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .1em;
  font-weight: 400;
}
.p-pageAboutPointsTxtBlock__txt {
  margin-top: 44px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .1em;
}
.p-pageAboutPointsTxtBlock__txt p:last-of-type {
  letter-spacing: .09em;
}
.p-pageAboutPointsTxtBlock__txt p + p {
  margin-top: 25px;
}
.p-pageAboutPointsTxtBlock__flex {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-flex-direction: row-reverse;     /* Safari etc. */
  -ms-flex-direction    : row-reverse;     /* IE10        */
  flex-direction        : row-reverse;
  -webkit-justify-content: flex-end;         /* Safari etc. */
  -ms-justify-content    : flex-end;         /* IE10        */
  justify-content        : flex-end;
}
@media screen and (max-width: 768px) {
  .p-pageAboutPointsTxtBlock__label {
    font-size: 18px;
  }
  .p-pageAboutPointsTxtBlock__label span:last-of-type {
    font-size: 28px;
  }
  .p-pageAboutPointsTxtBlock__heading {
    margin: 20px auto 0;
    font-size: 16px;
  }
  .p-pageAboutPointsTxtBlock__txt {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.75;
  }
  .p-pageAboutPointsTxtBlock__txt p:last-of-type {
    letter-spacing: .1em;
  }
  .p-pageAboutPointsTxtBlock__txt p + p {
    margin-top: 15px;
  }
  .p-pageAboutPointsTxtBlock__flex {
    display: block;
  }
  .p-pageAboutPointsTxtBlock__flexBlockPhoto {
    text-align: center;
  }
}

.p-pageAboutPoints01Contents {
  margin: 190px auto 0;
}
.p-pageAboutPoints01List {
  margin: 113px auto 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-pageAboutPoints01List__item {
  width: 16.83%;
  box-sizing: border-box;
  padding: 0 10px 0 12px;
  position: relative;
}
.p-pageAboutPoints01List__item:not(:first-of-type)::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #ddd;
  position: absolute;
  left: 0;
  top:0;
  bottom: 0;
  margin: auto;
}
.p-pageAboutPoints01ListItemIcon {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-pageAboutPoints01ListItemTxt {
  margin: 25px auto 0;
}
.p-pageAboutPoints01ListItemTxt__small {
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
}
.p-pageAboutPoints01ListItemTxt__large {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2em;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .p-pageAboutPoints01List {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-pageAboutPoints01List__item {
    width: 33.33%;
  }
  .p-pageAboutPoints01List__item:nth-of-type(3n + 1)::before {
    background: none;
  }

  .p-pageAboutPoints01List__item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageAboutPoints01Contents {
    margin: 90px auto 0;
  }
  .p-pageAboutPoints01List {
    margin: 60px auto 0;
  }
  .p-pageAboutPoints01List__item {
    width: 50%;
    padding: 0 13px 0 10px;
  }
  .p-pageAboutPoints01List__item:not(:first-of-type)::before {
    height: 60px;
  }
  .p-pageAboutPoints01List__item:nth-of-type(3n + 1)::before {
    background: #ddd;
  }
  .p-pageAboutPoints01List__item:nth-of-type(2n + 1)::before {
    background: none;
  }
  .p-pageAboutPoints01List__item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  .p-pageAboutPoints01List__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .p-pageAboutPoints01ListItemIcon {
  }
  .p-pageAboutPoints01ListItemTxt {
    margin: 20px auto 0;
  }
  .p-pageAboutPoints01ListItemTxt__small {
    font-size: 12px;
  }
  .p-pageAboutPoints01ListItemTxt__large {
    font-size: 16px;
    margin-top: 5px;
  }
}

.p-pageAboutPoints02Contents {
  margin: 191px auto 0;
}
.p-pageAboutPoints02ListWrap {
  margin: 138px auto 0;
}
.p-pageAboutPoints02ListWrap.p-pageAboutPoints02ListWrap--02 {
  margin: 172px auto 0;
}
.p-pageAboutPoints02ListWrap.p-pageAboutPoints02ListWrap--03 {
  margin: 195px auto 0;
}
.p-pageAboutPoints02ListHeading {
}
.p-pageAboutPoints02ListHeading__txt {
  font-size: 22px;
  line-height: 1;
  letter-spacing: .1em;
  text-align: left;
  font-weight: 400;
}
.p-pageAboutPoints02ShapeList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 42px;
}
.p-pageAboutPoints02ShapeList__item {
  width: 31.66%;
  box-sizing: border-box;
  margin-left: 2.5%;
  margin-bottom: 2.5%;
}
.p-pageAboutPoints02ShapeList__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-pageAboutPoints02ShapeListItemPhoto {
}
.p-pageAboutPoints02ShapeListItemTxt {
  font-size: 20px;
  line-height: 1;
  letter-spacing: .1em;
  padding-left: 4px;
  margin-top: 19px;
}

.p-pageAboutPoints02OrnamentList {
  margin: 42px auto 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-pageAboutPoints02OrnamentList__item {
  width: 23.75%;
  box-sizing: border-box;
  margin-left: 1.66%;
}
.p-pageAboutPoints02OrnamentList__item:nth-of-type(4n + 1) {
  margin-left: 0;
}
.p-pageAboutPoints02OrnamentListItemPhoto {
}
.p-pageAboutPoints02OrnamentListItemTxt {
  font-size: 20px;
  line-height: 1;
  letter-spacing: .1em;
  padding-left: 4px;
  margin-top: 9px;
}
.p-pageAboutPoints02FaceList {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.p-pageAboutPoints02FaceList__item {
  width: 48.33%;
  box-sizing: border-box;
}
.p-pageAboutPoints02FaceListItemPhoto {
}
.p-pageAboutPoints02FaceListItemTxt {
  font-size: 20px;
  line-height: 1;
  letter-spacing: .1em;
  padding-left: 4px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-pageAboutPoints02Contents {
    margin: 90px auto 0;
  }
  .p-pageAboutPoints02ListWrap,
  .p-pageAboutPoints02ListWrap.p-pageAboutPoints02ListWrap--02,
  .p-pageAboutPoints02ListWrap.p-pageAboutPoints02ListWrap--03 {
    margin: 80px auto 0;
  }
  .p-pageAboutPoints02ListHeading {
  }
  .p-pageAboutPoints02ListHeading__txt {
    font-size: 18px;
  }
  .p-pageAboutPoints02ShapeList {
    margin-top: 30px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .p-pageAboutPoints02ShapeList__item {
    width: 47.76%;
    margin-left: 4.47%;
  }
  .p-pageAboutPoints02ShapeList__item:nth-of-type(3n + 1) {
    margin-left: 4.47%;
  }
  .p-pageAboutPoints02ShapeList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-pageAboutPoints02ShapeList__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .p-pageAboutPoints02ShapeListItemPhoto {
  }
  .p-pageAboutPoints02ShapeListItemTxt {
    font-size: 16px;
    padding-left: 2px;
    margin-top: 15px;
  }
  .p-pageAboutPoints02OrnamentList {
    margin: 10px auto 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-pageAboutPoints02OrnamentList__item {
    width: 47.76%;
    margin-left: 4.47%;
  }
  .p-pageAboutPoints02OrnamentList__item:nth-of-type(4n + 1) {
    margin-left: 4.47%;
  }
  .p-pageAboutPoints02OrnamentList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-pageAboutPoints02OrnamentList__item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  .p-pageAboutPoints02OrnamentListItemPhoto {
  }
  .p-pageAboutPoints02OrnamentListItemTxt {
    font-size: 16px;
    padding-left: 2px;
    margin-top: 10px;
  }
  .p-pageAboutPoints02FaceList {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .p-pageAboutPoints02FaceList__item {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
  }
  .p-pageAboutPoints02FaceList__item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .p-pageAboutPoints02FaceListItemPhoto {
  }
  .p-pageAboutPoints02FaceListItemTxt {
    font-size: 16px;
    padding-left: 2px;
    margin-top: 20px;
  }
}

.p-pageAboutPoints03Contents {
  margin: 195px auto 0;
}
@media screen and (max-width: 768px) {
  .p-pageAboutPoints03Contents {
    margin: 90px auto 0;
  }
}