@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) {
}





/* top
===============================================================*/
.p-top-mainvisual {
  background: url(../images/top_mainvisual.jpg) no-repeat center center;
  background-size: cover;
  height: 800px;
  position: relative;
  z-index: 1; 
}
.p-top-mainvisual__titleOuter {
  position: relative;
  top: 50%;
  left: 0;
  text-shadow: 1px 1px 5px #ffffff, -1px 1px 5px #ffffff, 1px -1px 5px #ffffff, -1px -1px 5px #ffffff;
}
.p-top-mainvisual__title {
  padding-right: 50%;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #000;
  text-align: left;
  letter-spacing: 0.1em;
}
.p-top-mainvisual__titleEn {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  margin:0 0.66em;
}
@media screen and (max-width: 995px) {
  .p-top-mainvisual {
    height: 600px;
  }
  .p-top-mainvisual__titleOuter {
    top: 70%;
  }
  .p-top-mainvisual__title {
    padding-right: 40%;
  }
}
@media screen and (max-width: 640px) {
  .p-top-mainvisual {
    height: 430px;
  }
  .p-top-mainvisual__title {
    padding-right: 30%;
  }
}

/* philosophy */
.p-top-philosophy {
  padding: 78px 0 86px;
  color: #000000;
  text-align: left;
}
.p-top-philosophy .c-sectionTitle {
  text-align: left;
}
.p-top-philosophy__textWrap {
  margin-top: 30px;
  text-align: left;
}
.p-top-philosophy__subTitle {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-top-philosophy__text {
  margin-bottom: 39px;
  font-size: 14px;
  line-height: 2.571;
  font-weight: 400;
}
.p-top-philosophy__flex1, .p-top-philosophy__flex2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p-top-philosophy__left {
  width: 25%;
}
.p-top-philosophy__right {
  width: 75%;
  box-sizing: border-box;
}
.p-top-philosophy__contents {
  padding-left: 8%;
  margin-top: -35px;
  position: relative;
  z-index: 20;
}
.p-top-philosophy__img1 {
  margin-top: 112px;
  position: relative;
  z-index: 12;
}
.p-top-philosophy__img2 {
  margin: 0 6%;
  position: relative;
  z-index: 10;
}
.p-top-philosophy__img3 {
  margin-top: 159px;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 640px) {
  .p-top-philosophy {
    padding: 40px 0 50px;
  }
  .p-top-philosophy__flex1,
  .p-top-philosophy__flex2 {
    display: block;
  }
  .p-top-philosophy__left,.p-top-philosophy__right {
    width: 100%;
  }
  .p-top-philosophy__contents {
    padding-left: 0;
    margin-top: -90px;
  }
  .p-top-philosophy .c-sectionTitle {
    display: inline-block;
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
  }
  .p-top-philosophy__img1 {
    margin-top: 0;
    width: 40%;
    margin-right: 20px;
    margin-left: auto;
  }
  .p-top-philosophy__img2 {
    margin: 0;
    width: 70%;
    margin-top: -150px;
  }
  .p-top-philosophy__img3 {
    margin-left: auto;
    width: 70%;
    margin-top: -20px;
  }
  .p-top-philosophy__subTitle {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .p-top-philosophy .c-button {
    display: block;
    width: 60px;
    margin: 0 auto;
  }
}


/* Media */
.p-top-media__contents {
  padding: 56px 0 75px;
}
.p-top-media__listItem {
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .p-top-media__contents {
    padding: 30px 0 70px;
  }
}

/* Product / Program */
.p-top-product {
  padding: 80px 0 96px;
}
.p-top-product__contents {
  margin-top: 60px;
  text-align: center;
}
.p-top-product__main,.p-top-product__mainPhoto {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-top-product__mainBadge {
  width: 21.5%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-34%,-50%);
  transform: translate(-34%,-50%);
  z-index: 10;
}
.p-top-product__textWrap {
  margin-top: 48px;
  margin-bottom: 45px;
}
.p-top-product__subTitle {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-top-product__text {
  font-size: 14px;
  line-height: 2.571;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 1380px) {
  .p-top-product__mainBadge {
    width: 20%;
    top: 0;
    left: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
}
@media screen and (max-width: 640px) {
  .p-top-product {
    padding: 60px 0 60px;
  }
  .p-top-product__contents {
    margin-top: 40px;
    text-align: center;
  }
  .p-top-product__mainBadge {
    width: 30%;
  }
  .p-top-product__textWrap {
    margin-top: 30px;
    margin-bottom: 39px;
  }
  .p-top-product__subTitle {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .p-top-product__text {
    line-height: 2;
    text-align: left;
  }
}

.p-top-product__list {
  /*margin-top: 65px;*/
  margin: 65px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-top-product__listItem {
  width: 22%;
  margin-right: 4%;
  color: #000000;
}
.p-top-product__listItem:nth-child(4n) {
  margin-right: 0;
}
.p-top-product__listItem:nth-child(n + 5) {
  margin-top: 40px;
}
.p-top-product__listPhoto,.p-top-product__listPhoto img {
  width: 100%;
}
.p-top-product__listName {
  margin-top: 16px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.p-top-product__listText {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
.p-top-product__price {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.p-top-product__price__num {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  margin-right: 3px;
}
@media screen and (max-width: 970px) {
  .p-top-product__listName {
    margin-top: 10px;
    font-size: 14px;
  }
  .p-top-product__listText {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
  }
  .p-top-product__price {
    margin-top: 17px;
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .p-top-product__list {
    /*margin-top: 50px;*/
    margin: 50px 0;
  }
  .p-top-product__listItem,
  .p-top-product__listItem:nth-child(4n) {
    width: 47%;
    margin-right: 6%;
  }
  .p-top-product__listItem:nth-child(2n) {
    margin-right: 0;
  }
  .p-top-product__listItem:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-top-product__listItem,
  .p-top-product__listItem:nth-child(4n) {
    width: 48%;
    margin-right: 4%;
  }
  .p-top-product__listItem:nth-child(2n) {
    margin-right: 0;
  }
}
.p-top-productBtn {
  margin: 30px 0 0;
}
.p-top-productBtn .c-button {
  height: 37px;
}
.p-top-productBtn .c-button__anc {
  padding: 0 10px 2px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-style: normal;
  font-size: 12px;
}


/* Interview */
.p-top-interview__contents {
  padding: 45px 0 114px;
}
.p-top-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 61px;
}
.p-top-interview__listItem {
  width: 320px;
  margin-right: calc((100% - 960px) / 2);
  color: #000000;
}
.p-top-interview__listItem:nth-child(3n) {
  margin-right: 0;
}
.p-top-interview__listItem:nth-child(n + 4) {
  margin-top: 57px;
}
.p-top-interview__listItem:nth-child(3n - 1) {
  padding-top: 47px;
}
.p-top-interview__listPhoto, .p-top-interview__listPhoto img{
  width: 100%;
}
.p-top-interview__listTextArea {
  margin-top: 20px;
}
.p-top-interview__listTextName {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
}
.p-top-interview__listTextName__address {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.p-top-interview__listTextInfo {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
}
.p-top-interview__listTextTitle {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
}
.p-top-interview__listText {
  margin-top: 10px;
  font-size: 12px;
  line-height: 2;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 1160px) {
  .p-top-interview__listItem {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 900px) {
  /*.p-top-interview__list {
    display: block;
    margin-bottom: 64px;
  }
  .p-top-interview__listItem,
  .p-top-interview__listItem:nth-child(n + 4),
  .p-top-interview__listItem:nth-child(3n - 1) {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    margin-top: 60px;
  }
  .p-top-interview__listFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p-top-interview__listPhoto {
    width: 30%;
  }
  .p-top-interview__listTextArea {
    width: 70%;
    box-sizing: border-box;
  }
  .p-top-interview__listItem:first-child {
    margin-top: 0;
  }
  .p-top-interview__listTextArea {
    margin-top: 0;
    padding-left: 30px;
  }
  .p-top-interview__listItem:nth-child(2n) .p-top-interview__listFlex{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .p-top-interview__listItem:nth-child(2n) .p-top-interview__listTextArea {
    padding-left: 0;
    padding-right: 30px;
  }*/
  .p-top-interview__listItem {
    width: 48%;
    margin-right: 4%;
  }
  .p-top-interview__listItem:nth-child(3n) {
    margin-right: 4%;
  }
  .p-top-interview__listItem:nth-child(2n) {
    margin-right: 0;
  }
  .p-top-interview__listItem:nth-child(n + 4) {
    margin-top: 0;
  }
  .p-top-interview__listItem:nth-child(n + 3) {
    margin-top: 50px;
  }
  .p-top-interview__listItem:nth-child(3n - 1) {
    padding-top: 0;
  }
}
/*@media screen and (max-width: 640px) {
  .p-top-interview__contents {
    padding: 40px 0 60px;
  }
  .p-top-interview__listItem,
  .p-top-interview__listItem:nth-child(n + 4),
  .p-top-interview__listItem:nth-child(3n - 1) {
    margin-top: 40px;
  }
  .p-top-interview__listPhoto {
    width: 40%;
  }
  .p-top-interview__listTextArea {
    width: 60%;
    box-sizing: border-box;
  }
  .p-top-interview__listText {
    line-height: 1.5;
  }
  .p-top-interview__listTextArea {
    padding-left: 15px;
  }
  .p-top-interview__listItem:nth-child(2n) .p-top-interview__listTextArea {
    padding-left: 0;
    padding-right: 15px;
  }
}*/
@media screen and (max-width: 480px) {
  .p-top-interview__contents {
    padding: 40px 0 60px;
  }
  .p-top-interview__listItem {
    width: 100%;
    margin-right: 0;
  }
  .p-top-interview__listItem:nth-child(3n) {
    margin-right: 0%;
  }
  .p-top-interview__listItem:nth-child(n + 3) {
    margin-top: 40px;
  }
  .p-top-interview__listItem:nth-child(n + 2) {
    margin-top: 40px;
  }
}


/* Advice */
.p-top-advice {
  padding: 95px 0 89px;
}
.p-top-advice__contents {
  margin-top: 75px;
}
.p-top-advice__list {
  max-width: 923px;
  box-sizing: border-box;
  padding-right: 23px;
  margin: 0 auto;
  margin-bottom: 63px;
}
.p-top-advice__listItem {
  width: 100%;
  min-height: 160px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fafafa;
  position: relative;
}
.p-top-advice__listFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p-top-advice__listItem + .p-top-advice__listItem {
  margin-top: 41px;
}
.p-top-advice__listPhoto {
  width: 120px;
}
.p-top-advice__listContents {
  width: calc(100% - 120px);
  box-sizing: border-box;
  padding-left: 23px;
}
.p-top-advice__listPhoto img {
  width: 100%;
  border: 1px solid #000000;
}
.p-top-advice__listTitle {
  margin-top: -11px;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  text-align: left;
}
.p-top-advice__listText {
  margin-top: 7px;
  font-size: 12px;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  padding-right: 70px;
}
@media screen and (max-width: 640px) {
  .p-top-advice {
    padding: 60px 0 60px;
  }
  .p-top-advice__contents {
    margin-top: 40px;
  }
  .p-top-advice__list {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .p-top-advice__listItem {
    padding: 20px 10px 20px 15px;
  }
  .p-top-advice__listItem + .p-top-advice__listItem {
    margin-top: 20px;
  }

  .p-top-advice__listPhoto {
    width: 100px;
  }
  .p-top-advice__listContents {
    width: calc(100% - 100px);
    padding-left: 15px;
  }

  .p-top-advice__listTitle {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0;
    min-height: 100px;
  }
  .p-top-advice__listText {
    margin-top: 15px;
    margin-left: -115px;
    line-height: 2;
    padding-right: 0;
    padding-bottom: 35px;
  } 
}

/* allow button */
.p-top-advice__listButton {
  position: absolute;
  bottom: 25px;
  right: -25px;
  width: 90px;
  height: 25px;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
.p-top-advice__listAnc:hover .p-top-advice__listButton {
  -webkit-transform: translate(15px,0);
  transform: translate(15px,0);
}
@media screen and (max-width: 640px) {
  .p-top-advice__listButton {
    bottom: 20px;
    right: 20px;
  }
}

/* Pick Up Image */
.p-top-pickup__contents {
  padding: 86px 0 96px;
}
.p-top-pickup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-top-pickup__listItem {
  width: 21.625%;
  margin-right: 4.5%;
}
.p-top-pickup__listItem:nth-child(4n) {
  margin-right: 0;
}
.p-top-pickup__listItem:nth-child(n + 5) {
  margin-top: 47px;
}
.p-top-pickup__listItem img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-top-pickup__listItem,
  .p-top-pickup__listItem:nth-child(4n) {
    width: 30%;
    margin-right: 5%;
  }
  .p-top-pickup__listItem:nth-child(3n) {
    margin-right: 0;
  }
  .p-top-pickup__listItem:nth-child(n + 4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-top-pickup__listItem,
  .p-top-pickup__listItem:nth-child(4n),
  .p-top-pickup__listItem:nth-child(3n) {
    width: 47.75%;
    margin-right: 4.5%;
  }
  .p-top-pickup__listItem:nth-child(2n) {
    margin-right: 0;
  }
  .p-top-pickup__listItem:nth-child(n + 3) {
    margin-top: 20px;
  }
  .p-top-pickup__contents {
    padding: 40px 0 70px;
  }
}


/* product
===============================================================*/
.p-product {
  padding-top: 30px;
  color: #000000;
}
/* detail */
.p-product__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 120px;
}
.p-product__detailPhoto {
  width: 440px;
  max-width: 440px;
  margin: 0 auto;
}
.p-product__detailContnts {
  width: calc(100% - 440px);
  text-align: left;
  box-sizing: border-box;
  padding-left: 30px;
}
.p-product__detailPhoto .slick-slider__img img{
  width: 100%;
}
.p-product__detailPhoto .slick-thumbnail {
  margin-top: 20px;
}
.slick-thumbnail__img {
  margin: 0 10px;
}

.p-product__detailName {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
}
.p-product__listText {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
.p-product__detailPrice {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left;
}
.p-product__detailPrice__num {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  margin-right: 3px;
}
.p-product__detailText {
  margin: 30px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.p-product__detailList {
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
.p-product__detailList dt{
  border: 1px solid #000000;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 4px;
}
.p-product__detailList dd + dt{
  margin-top: 10px;
}
.p-product__detailList dd sup {
  position: relative;
  top: -.5em;
  font-size: .5em;
  line-height: 0;
  vertical-align: baseline;
}
@media screen and (max-width: 970px) {
  .p-product__detailPhoto {
    width: 50%;
  }
  .p-product__detailContnts {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .p-product {
    padding-top: 0;
  }
  .p-product__detail {
    display: block;
  }
  .p-product__detailPhoto {
    width: 100%;
  }
  .p-product__detailContnts {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }
  .p-product__detailContnts .c-button {
    width: 300px;
    height: 50px;
    max-width: 100%;
    padding: 20px 0;
  }
  .p-product__detail {
    margin-bottom: 70px;
  }
  .p-product__detailName {
    font-size: 16px;
  }
  .p-product__detailText {
    font-size: 14px;
  }
}

.p-product__category {
  padding-bottom: 70px;
}
.p-product__categoryTitle {
  width: 100%;
  height: 160px;
  background-color: #fafafa;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}
.p-product__categoryTitleEn {
  margin-top: 3px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
}
.p-product__categoryDiscription {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  display: inline-block;
}
/* list */
.p-product__list {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-product__listItem {
  width: 22%;
  margin-right: 4%;
  color: #000000;
}
.p-product__listItem a {
  display: block;
}
.p-product__listItem:nth-child(4n) {
  margin-right: 0;
}
.p-product__listItem:nth-child(n + 5) {
  margin-top: 40px;
}
.p-product__listPhoto,.p-product__listPhoto img {
  width: 100%;
}
.p-product__listName {
  margin-top: 16px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  display: inline-block;
}
.p-product__listText {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
.p-product__listPrice {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.p-product__listPriceNum {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  margin-right: 3px;
}
.p-product__listInfo {
  margin: 12px auto 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
.p-product__listInfoItem {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-product__listInfoName {
  width: 4em;
  font-weight: 700;
  padding-right: 5px;
  box-sizing: border-box;
}
.p-product__listInfoValue {
  /* width: calc(100% - 4em); */
  text-align: left;
}
@media screen and (max-width: 970px) {
  .p-product__listName {
    margin-top: 10px;
    font-size: 14px;
  }
  .p-product__listText {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
  }
  .p-product__listPrice {
    margin-top: 17px;
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .p-product__list {
    margin-top: 50px;
  }
  .p-product__listItem,
  .p-product__listItem:nth-child(4n) {
    width: 47%;
    margin-right: 6%;
  }
  .p-product__listItem:nth-child(2n) {
    margin-right: 0;
  }
  .p-product__listItem:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-product__categoryDiscription {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-product__listInfo {
    margin: 6px auto 0;
  }
  .p-product__listName {
    margin-top: 10px;
    font-size: 14px;
  }
  .p-product__listInfoItem {
    margin-top: 4px;
    display: block;
  }
  .p-product__price {
    margin-top: 17px;
    font-size: 12px;
  }
}
/* @media screen and (max-width: 480px) {
  .p-product__list {
    display: block;
  }
  .p-product__listItem,
  .p-product__listItem:nth-child(3n) {
    width: 100%;
    margin-right: 0;
  }
  .p-product__listItem:nth-child(n + 2) {
    margin-top: 40px;
  }
} */

/* mainVis */
.p-product__main {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.p-product__mainPhoto {
  width: 100%;
}
.p-product__mainBadge {
  width: 21.5%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-34%,-50%);
  transform: translate(-34%,-50%);
  z-index: 10;
}
@media screen and (max-width: 1380px) {
  .p-product__mainBadge {
    width: 18%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-15%,-50%);
    transform: translate(-15%,-50%);
  }
}
@media screen and (max-width: 640px) {
  .p-product__main {
    margin-top: 10%;
  }
  .p-product__mainBadge {
    width: 30%;
    top: 0;
    left: -10px;
    -webkit-transform: translate(0,-36%);
    transform: translate(0,-36%);
  }
}

/* interview
===============================================================*/
.p-interview {
  padding-bottom: 50px;
}
.p-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-interview__listItem {
  width: 320px;
  margin-right: calc((100% - 960px) / 2);
  color: #000000;
}
.p-interview__listItem:nth-child(3n) {
  margin-right: 0;
}
.p-interview__listItem:nth-child(n + 4) {
  margin-top: 57px;
}
.p-interview__listPhoto, .p-interview__listPhoto img{
  width: 100%;
}
.p-interview__listText {
  margin-top: 20px;
  font-size: 12px;
  line-height: 2;
  text-align: left;
  font-weight: 400;
}
.p-interview__listTextName {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1160px) {
  .p-interview__listItem {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 760px) {
  .p-interview__listItem,
  .p-interview__listItem:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
  }
  .p-interview__listItem:nth-child(2n) {
    margin-right: 0;
  }
  .p-interview__listItem:nth-child(n + 3) {
    margin-top: 57px;
  }
}
@media screen and (max-width: 376px) {
  .p-interview__list {
    display: block;
  }
  .p-interview__listItem,
  .p-interview__listItem:nth-child(2n),
  .p-interview__listItem:nth-child(3n) {
    width: 100%;
    margin-right: 0;
  }
  .p-interview__listItem:nth-child(n + 2) {
    margin-top: 40px;
  }
}


.p-interviewHead {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p-interviewHead__photo {
  width: 40%;
}
.p-interviewHead__photoImg {
  
}
.p-interviewHead__detail {
  text-align: left;
  width: 60%;
  box-sizing: border-box;
  padding: 0 0 0 40px;
}
.p-interviewHead__detailSalon {
  font-size: 38px;
  line-height: 1.6;
  font-weight: bold;
}
.p-interviewHead__detailAdress {
  font-size: 20px;
  line-height: 1.6;
}
.p-interviewHead__detailInfo {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 5px;
  margin-bottom: 30px;
}
.p-interviewHead__detailInfoJob {
  margin-right: 20px;
}
.p-interviewHead__detailInfoName span {
  font-size: 80%;
}
.p-interviewHead__detailTitle {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
.p-interviewHead__detailTxt {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 20px;
}

.p-interviewSingleBody {
  background: #fafafa;
  margin-top: 60px;
  padding: 50px;
}
.p-interviewSingleBody .c-singleBody h2 {
  background: #FFF;
}
@media screen and (max-width: 750px) {
  .p-interviewHead {
    position: relative;
    z-index: 1;
    display: block;
  }
  .p-interviewHead__photo {
    width: 100%;
  }
  .p-interviewHead__photoImg {

  }
  .p-interviewHead__detail {
    width: 100%;
    padding: 0 0 0 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-interviewHead {
  }
  .p-interviewHead__photo {
  }
  .p-interviewHead__photoImg {

  }
  .p-interviewHead__detail {
  }
  .p-interviewHead__detailSalon {
    font-size: 20px;
    line-height: 1.6;
  }
  .p-interviewHead__detailAdress {
    font-size: 16px;
    line-height: 1.6;
  }
  .p-interviewHead__detailInfo {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .p-interviewHead__detailInfoJob {
    margin-right: 15px;
  }
  .p-interviewHead__detailInfoName span {
    font-size: 80%;
  }
  .p-interviewHead__detailTitle {
    font-size: 20px;
    line-height: 1.4;
  }
  .p-interviewHead__detailTxt {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 15px;
  }

  .p-interviewSingleBody {
    background: #fafafa;
    margin-top: 60px;
    padding: 50px;
  }
  .p-interviewSingleBody .c-singleBody h2 {
    background: #FFF;
  }  
  
  
  .p-interviewSingleBody {
    margin-top: 40px;
    padding: 20px 15px 30px;
  }
}


/* post contents */
/*
.p-interview__detailContent {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #000000;
}
*/

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

/* advice
===============================================================*/
.p-advice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-advice__listItem {
  width: 30%;
  margin-right: 5%;
  background-color: #fafafa;
  padding: 20px 10px 20px 15px;
  box-sizing: border-box;
  position: relative;
}
.p-advice__listItem:nth-child(3n) {
  margin-right: 0;
}
.p-advice__listItem:nth-child(n + 4) {
  margin-top: 50px;
}
.p-advice__listFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p-advice__listPhoto {
  width: 100px;
}
.p-advice__listContents {
  box-sizing: border-box;
  width: calc(100% - 100px);
  padding-left: 15px;
}
.p-advice__listPhoto img {
  width: 100%;
  border: 1px solid #000000;
}
.p-advice__listTitle {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
  min-height: 100px;
}
.p-advice__listText {
  margin-top: 15px;
  margin-left: -115px;
  font-size: 12px;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  padding-bottom: 35px;
}
@media screen and (max-width: 1160px) {
  .p-advice__listItem,
  .p-advice__listItem:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
  }
  .p-advice__listItem:nth-child(2n) {
    margin-right: 0;
  }
  .p-advice__listItem:nth-child(n + 3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 760px) {
  .p-advice__listItem,
  .p-advice__listItem:nth-child(3n),
  .p-advice__listItem:nth-child(2n) {
    width: 100%;
    margin-right: 0;
  }
  .p-advice__listItem:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .p-advice__listItem:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.p-adviceSingleHead {
  margin-bottom: 80px;
}
.p-adviceSingleHead__img {
  margin-bottom: 25px;
}
.p-adviceSingleHead__title {
  font-size: 28px;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-adviceSingleHead {
    margin-bottom: 50px;
  }
  .p-adviceSingleHead__img {
    margin-bottom: 20px;
  }
  .p-adviceSingleHead__title {
    font-size: 22px;
    line-height: 1.7;
  }
}

.p-adviceSingleRecommend {
  padding: 150px 0 0;
}
.p-adviceSingleRecommendTitleOuter {
  background-color: #fafafa;
  margin-bottom: 70px;
}
.p-adviceSingleRecommendTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  height: 160px;
}
.p-adviceSingleRecommendTitleInner {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-adviceSingleRecommendTitleInner span {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.p-adviceSingleRecommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-adviceSingleRecommend__listItem {
  width: 30.666%;
  margin-right: 4%;
  /*background-color: #fafafa;*/
  padding: 20px 10px 20px 15px;
  border: 1px solid #888;
  box-sizing: border-box;
  position: relative;
}
.p-adviceSingleRecommend__listItem:nth-child(3n) {
  margin-right: 0;
}
.p-adviceSingleRecommend__listItem:nth-child(n + 4) {
  margin-top: 50px;
}
.p-adviceSingleRecommend__listFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p-adviceSingleRecommend__listPhoto {
  width: 100px;
}
.p-adviceSingleRecommend__listContents {
  box-sizing: border-box;
  width: calc(100% - 100px);
  padding-left: 15px;
}
.p-adviceSingleRecommend__listPhoto img {
  width: 100%;
  border: 1px solid #fafafa;
}
.p-adviceSingleRecommend__listTitle {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
  min-height: 100px;
}
.p-adviceSingleRecommend__listText {
  margin-top: 15px;
  margin-left: -115px;
  font-size: 12px;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  padding-bottom: 35px;
}
.p-adviceSingleRecommend__listButton {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 90px;
  height: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
.p-adviceSingleRecommend__listAnc:hover .p-adviceSingleRecommend__listButton {
  -webkit-transform: translate(15px,0);
  transform: translate(15px,0);
}
@media screen and (max-width: 1160px) {
  /*.p-adviceSingleRecommend__listItem,
  .p-adviceSingleRecommend__listItem:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
  }
  .p-adviceSingleRecommend__listItem:nth-child(2n) {
    margin-right: 0;
  }
  .p-adviceSingleRecommend__listItem:nth-child(n + 3) {
    margin-top: 50px;
  }*/
}
@media screen and (max-width: 900px) {
  .p-adviceSingleRecommend__listItem,
  .p-adviceSingleRecommend__listItem:nth-child(3n),
  .p-adviceSingleRecommend__listItem:nth-child(2n) {
    width: 100%;
    margin-right: 0;
  }
  .p-adviceSingleRecommend__listItem:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .p-adviceSingleRecommend__listItem:nth-child(n + 2) {
    margin-top: 20px;
  }
}


/* allow button */
.p-advice__listButton {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 90px;
  height: 25px;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
.p-advice__listAnc:hover .p-advice__listButton {
  -webkit-transform: translate(15px,0);
  transform: translate(15px,0);
}

.c-pageHeader.c-pageHeader--big.p-philosophyHeader {
  height: 500px;
  padding: 40px 0 40px;
  background: url("../images/philosophy/philosophy-head.jpg") no-repeat center;
  background-size: cover;
}
.c-pageHeader.c-pageHeader--big.p-philosophyHeader .c-pageHeader__title {
  color: #FFF;
}


.p-philosophyContent {
  padding: 100px 0 100px 0;
}
.p-philosophyContentFrame {
  position: relative;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-philosophyContentFrame__photo {
  width: 40%;
  padding-bottom: 80px;
}
.p-philosophyContentFrame__photoInner {
  position: relative;
  min-height: 400px;
}
.p-philosophyContentFrame__photoInner img {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 10;
  width: 125%;
  max-width: none;
}
.p-philosophyContentFrame__txtWrap {
  width: 60%;
  position: relative;
  z-index: 15;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px 0 40px 0;
}
.p-philosophyContentFrame__txtInner {
  background: rgba(255,255,255,0.8);
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 34px 0 40px 40px;
}
.p-philosophyContentFrame__title {
  font-size: 24px;
  line-height: 1.6;
}
.p-philosophyContentFrame__txt {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 15px;
}
.p-philosophyContentFrame:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-philosophyContentFrame:nth-child(2n) .p-philosophyContentFrame__photoInner img {
  left: auto;
  right: 0;
}
.p-philosophyContentFrame:nth-child(2n) .p-philosophyContentFrame__txtInner {
  padding: 34px 40px 40px 0;
}

.p-philosophyContent__title {
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.p-philosophyContentBody {
  text-align: left;
}
.p-philosophyContentBody__title {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: #CCC 1px solid;
  padding: 0 0 13px 0;
  margin-bottom: 20px;
}
* + .p-philosophyContentBody__title {
  margin-top: 60px;
}
.p-philosophyContentBody__txt {
  font-size: 16px;
  line-height: 1.9;
}
.p-philosophyContentBody__txt + .p-philosophyContentBody__txt {
  margin-top: 2em;
}


.p-philosophyPresident {
  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;
  margin-top: 80px;
}
.p-philosophyPresident__photo {
  max-width: 300px;
}
.p-philosophyPresident__detail {
  text-align: left;
  padding: 0 0 0 40px;
}
.p-philosophyPresident__detailJob {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.p-philosophyPresident__detailName {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
}


@media screen and (max-width: 640px) {
  .c-pageHeader.c-pageHeader--big.p-philosophyHeader {
    height: 400px;
    padding: 40px 0 40px;
    background: url("../images/philosophy/philosophy-head.jpg") no-repeat center;
    background-size: cover;
  }


  .p-philosophyContent {
    padding: 50px 0 50px 0;
  }
  .p-philosophyContentFrame {
    display : block;
  }
  .p-philosophyContentFrame__photo {
    width: 100%;
    padding-bottom: 0px;
  }
  .p-philosophyContentFrame__photoInner {
    min-height: unset;
  }
  .p-philosophyContentFrame__photoInner img {
    position: static;
    max-width: 100%;
  }
  .p-philosophyContentFrame__txtWrap {
    width: 90%;
    display : block;
    padding: 0;
    -webkit-transform: rotate(45deg);
    transform: translate(0, -20px);
    margin: 0 0 0 auto;
  }
  .p-philosophyContentFrame__txtInner {
    padding: 20px 0 30px 20px;
  }
  .p-philosophyContentFrame__title {
    font-size: 18px;
    line-height: 1.6;
  }
  .p-philosophyContentFrame__txt {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 10px;
  }
  .p-philosophyContentFrame:nth-child(2n) .p-philosophyContentFrame__txtWrap {
    margin: 0 auto 0 0;
  }
  .p-philosophyContentFrame:nth-child(2n) .p-philosophyContentFrame__txtInner {
    padding: 20px 20px 30px 0;
  }
  
  
  
  .p-philosophyContent__title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .p-philosophyContentBody {
  }
  .p-philosophyContentBody__title {
    font-size: 18px;
    line-height: 1.6;
    padding: 0 0 13px 0;
    margin-bottom: 20px;
  }
  * + .p-philosophyContentBody__title {
    margin-top: 60px;
  }
  .p-philosophyContentBody__txt {
    font-size: 14px;
    line-height: 1.9;
  }
  .p-philosophyContentBody__txt + .p-philosophyContentBody__txt {
    margin-top: 2em;
  }

  .p-philosophyPresident {
    margin-top: 40px;
  }
  .p-philosophyPresident__photo {
    max-width: none;
    width: 40%;
  }
  .p-philosophyPresident__detail {
    padding: 0 0 0 20px;
    width: 60%;
    box-sizing: border-box;
  }
  .p-philosophyPresident__detailJob {
    font-size: 14px;
    line-height: 1.6;
  }
  .p-philosophyPresident__detailName {
    font-size: 24px;
    line-height: 1.6;
  }  
  
}

.p-philosophyVoice {
  padding: 0 0 100px 0;
}
.p-philosophyVoiceTitleOuter {
  background-color: #fafafa;
  margin-bottom: 70px;
}
.p-philosophyVoiceTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  height: 160px;
}
.p-philosophyVoiceTitleInner {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-philosophyVoiceTitleInner span {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.p-philosophyVoiceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-philosophyVoiceList__item {
  width: 21%;
  margin-left: 5.3333%;
}
.p-philosophyVoiceList__item:nth-child(4n + 1) {
  margin-left: 0;
}
.p-philosophyVoiceList__item:nth-child(n + 5) {
  margin-top: 50px;
}
.p-philosophyVoiceList__itemInner {
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.p-philosophyVoiceList__itemInner:hover {
  opacity: 0.7;
}
.p-philosophyVoiceList__itemPhoto {
}
.p-philosophyVoiceList__itemPhotoInner {
  overflow: hidden;
  border-radius: 50%;
}
.p-philosophyVoiceList__itemDetail {
  margin-top: 15px;
}
.p-philosophyVoiceList__itemInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.p-philosophyVoiceList__itemInfoName {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.p-philosophyVoiceList__itemInfoName span {
  font-size: 14px;
}
.p-philosophyVoiceList__itemInfoOld {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.p-philosophyVoiceList__itemTxt {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin-top: 10px;
}
.p-philosophyVoiceList__itemBtn {
  max-width: 105px;
  margin: 20px auto 0;
}
.p-philosophyVoiceList__itemBtn .c-buttonAllow {
  height: 30px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-style: normal;
}
@media screen and (max-width: 840px) {
  .p-philosophyVoiceList__item {
    width: 31%;
    margin-left: 3.5%;
  }
  .p-philosophyVoiceList__item:nth-child(4n + 1) {
    margin-left: 3.5%;
  }
  .p-philosophyVoiceList__item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-philosophyVoiceList__item:nth-child(n + 4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .p-philosophyVoiceList {
    display: block;
  }
  .p-philosophyVoiceList__item {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
  .p-philosophyVoiceList__item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    transform: rotate(-135deg);
  }
  .p-philosophyVoiceList__item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .p-philosophyVoiceList__item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-philosophyVoiceList__item:nth-child(n + 2) {
    margin-top: 40px;
    position: relative;
  }
  .p-philosophyVoiceList__item:nth-child(n + 2):before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #CCC;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -20px;
  }
  .p-philosophyVoiceList__itemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p-philosophyVoiceList__itemPhoto {
    width: 100px;
  }
  .p-philosophyVoiceList__itemPhotoInner {
  }
  .p-philosophyVoiceList__itemDetail {
    margin-top: 0;
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding: 0 20px 0 15px;
  }
  .p-philosophyVoiceList__itemInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .p-philosophyVoiceList__itemInfoName {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
  .p-philosophyVoiceList__itemInfoName span {
    font-size: 14px;
  }
  .p-philosophyVoiceList__itemInfoOld {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
  .p-philosophyVoiceList__itemTxt {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin-top: 5px;
  }
  .p-philosophyVoiceList__itemBtn {
    display: none;
  }
}
.mfp-content {
  margin: 50px auto;
  max-width: 600px;
}
.mfp-close {
  opacity: 1;
  top: 10px;
  right: 10px;
  text-align: left;
  overflow: hidden;
  text-indent: -9999px;
}
.mfp-close:hover, 
.mfp-close:focus {
  opacity: 0.7;
}
.mfp-close:active {
  top: 10px;
}
.mfp-close:before ,
.mfp-close:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #000;
  -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mfp-close:before {
  width: 40px;
  height: 1px;
}
.mfp-close:after {
  width: 1px;
  height: 40px;
}

.p-philosophyVoiceModalOuter {
  display: none;
}
.p-philosophyVoiceModalOuter {
}
.p-philosophyVoiceModal {
  margin: 0 auto;
  background: #FFF;
}
.p-philosophyVoiceModalInner {
  padding: 40px;
}
.p-philosophyVoiceModalHead {
  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;
}
.p-philosophyVoiceModalHead__photo {
  width: 200px;
}
.p-philosophyVoiceModalHead__photo img {
  border-radius: 50%;
}
.p-philosophyVoiceModalHead__info {
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 0 0 0 30px;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}
.p-philosophyVoiceModalHead__infoName {
}
.p-philosophyVoiceModalHead__infoName span {
  font-size: 80%;
}
.p-philosophyVoiceModalContent {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
}
.p-philosophyVoiceModalContent h2 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.p-philosophyVoiceModalContent p {
}
.p-philosophyVoiceModalContent p + p {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .mfp-content {
    margin: 65px auto 50px;
  }
  .mfp-close {
    top: 10px;
    right: 10px;
  }
  .mfp-close:hover, 
  .mfp-close:focus {
  }
  .mfp-close:active {
    top: 10px;
  }
  .mfp-close:before ,
  .mfp-close:after {
  }
  .mfp-close:before {
    width: 40px;
    height: 1px;
  }
  .mfp-close:after {
    width: 1px;
    height: 40px;
  }

  .p-philosophyVoiceModalOuter {
  }
  .p-philosophyVoiceModal {
    margin: 0 auto;
    background: #FFF;
  }
  .p-philosophyVoiceModalInner {
    padding: 20px;
  }
  .p-philosophyVoiceModalHead {
  }
  .p-philosophyVoiceModalHead__photo {
    width: 120px;
  }
  .p-philosophyVoiceModalHead__photo img {
    border-radius: 50%;
  }
  .p-philosophyVoiceModalHead__info {
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
  }
  .p-philosophyVoiceModalHead__infoName {
  }
  .p-philosophyVoiceModalHead__infoName span {
    font-size: 80%;
  }
  .p-philosophyVoiceModalHead__infoOld {
    font-size: 16px;
  }
  .p-philosophyVoiceModalContent {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .p-philosophyVoiceModalContent h2 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .p-philosophyVoiceModalContent p {
  }
  .p-philosophyVoiceModalContent p + p {
    margin-top: 15px;
  }
}



.p-contact {
  
}
.p-contactTell {
  margin-bottom: 80px;
}
.p-contactTellInner {
  padding: 50px 0 45px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  background: #fafafa;
}
.p-contactTell__num {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1; 
}
.p-contactTell__numInner {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
.p-contactTell__numInner:before {
  content: '';
  display: block;
  background: url("../images/common/icon-phone.png") no-repeat left center;
  background-size: auto 100%;
  height: 38px;
  width: 25px;
  position: absolute;
  top: 0px;
  left: 0;
}

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

  }
  .p-contactTell {
    margin-bottom: 50px;
  }
  .p-contactTellFrame {
    padding: 40px 0 35px;
  }
  .p-contactTell__num {
    font-weight: 700;
    font-size: 28px;
    line-height: 1; 
  }
  .p-contactTell__numInner {
    padding-left: 27px;
  }
  .p-contactTell__numInner:before {
    height: 27px;
    width: 19px;
    top: 0px;
  }
}


input,
select,
button,
textarea {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-style: normal;
  -webkit-appearance: none;
  appearance: none;
}

.p-contactFormOuter {
  max-width: 800px;
  margin: 0 auto;
}
.p-contactForm {
  width: 100%;
  box-sizing: border-box;
}
.p-contactForm th ,
.p-contactForm td {
  font-size: 16px;
  line-height: 1.5;
  vertical-align: top;
}
.p-contactForm th {
  width: 190px;
  text-align: left;
  padding: 23px 0;
}
.p-contactForm th span {
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
}
.p-contactForm th span.is-require {
  padding: 0 60px 0 0;
}
.p-contactFormAgree label:before ,
.p-contactForm th span.is-require:before {
  content: '必須';
  width: 40px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  background: #e60012;
  color: #FFF;
  position: absolute;
  margin: auto;
  top: 0;
  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: 3px;
}
.p-contactForm td {
  width: calc(100% - 190px);
  box-sizing: border-box;
  padding: 14px 0 14px 40px;
  text-align: left;
}
.p-contactFormContent {
  
}
.p-contactFormContent input[type=url] ,
.p-contactFormContent input[type=text] ,
.p-contactFormContent input[type=email] ,
.p-contactFormContent input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border: #CCC 1px solid;
  padding: 5px 10px;
  outline: none;
}
.p-contactFormContent textarea {
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  border: #CCC 1px solid;
  padding: 5px 10px;
  outline: none;
}
.p-contactForm__selectOuter {
  display: block;
  position: relative;
  cursor: pointer;
}
.p-contactForm__selectOuter:before {
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 15px;
  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);
}
.p-contactForm__select {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border: #CCC 1px solid;
  padding: 5px 10px;
  outline: none;
  cursor: pointer;
  background: none;
}
.p-contactFormContent__caution {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-top: 3px;
}

.p-contactFormPrivacy {
  margin-top: 50px;
}
a.p-contactFormPrivacy__btn {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
a.p-contactFormPrivacy__btn:before ,
a.p-contactFormPrivacy__btn:after {
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
a.p-contactFormPrivacy__btn:before{
  right: -16px;
  width: 10px;
  height: 1px;
  background: #000;
}
a.p-contactFormPrivacy__btn:after{
  right: -15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-contactFormSubmit {
  margin-top: 50px;
}
.p-contactFormSubmit button {
  -webkit-appearance: none;
  appearance: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  min-width: 320px;
  max-width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0 auto;
  color: #000;
  background-color: #FFF;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.p-contactFormSubmit button:hover {
  opacity: 1;
  color: #FFF;
}
.p-contactFormSubmit button:before{
  content: '';
  position: absolute;
  left: 0;
  bottom:0;
  z-index: -1;
  height: 100%;
  width: 0;
  background:#000;
  transition: all .3s;
  pointer-events: none;
}
.p-contactFormSubmit button:hover:before{
  width: 100%;
}

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




  .p-contactFormOuter {
  }
  .p-contactForm th ,
  .p-contactForm td ,
  .p-contactForm tbody ,
  .p-contactForm tr ,
  .p-contactForm {
    display: block;
  }
  .p-contactForm th ,
  .p-contactForm td {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-contactForm th {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .p-contactForm th span {
    width: auto;
    display: inline-block;
  }
  .p-contactForm th span.is-require {
    padding: 0 45px 0 0;
  }
  .p-contactFormAgree label:before ,
  .p-contactForm th span.is-require:before {
    width: 36px;
    height: 20px;
    font-size: 10px;
    line-height: 1;
    border-radius: 3px;
  }
  .p-contactForm td {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .p-contactFormContent {

  }
  .p-contactFormContent input[type=url] ,
  .p-contactFormContent input[type=text] ,
  .p-contactFormContent input[type=email] ,
  .p-contactFormContent input[type=tel] {
    height: 40px;
    border: #CCC 1px solid;
    padding: 5px 10px;
  }
  .p-contactFormContent textarea {
    height: 200px;
    padding: 5px 10px;
  }
  .p-contactForm__selectOuter:before {
    bottom: 3px;
    right: 15px;
    width: 8px;
    height: 8px;
  }
  .p-contactForm__select {
    height: 40px;
    border: #CCC 1px solid;
    padding: 5px 10px;
  }
  .p-contactFormContent__caution {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 3px;
  }

  .p-contactFormPrivacy {
    margin-top: 30px;
  }
  a.p-contactFormPrivacy__btn {
    font-size: 14px;
  }
  a.p-contactFormPrivacy__btn:before ,
  a.p-contactFormPrivacy__btn:after {
    top: 3px;
  }
  a.p-contactFormPrivacy__btn:before{
    right: -16px;
    width: 10px;
    height: 1px;
  }
  a.p-contactFormPrivacy__btn:after{
    right: -15px;
    width: 6px;
    height: 6px;
  }
  .p-contactFormSubmit {
    margin-top: 50px;
  }
  .p-contactFormSubmit button {
    font-size: 18px;
    line-height: 1.8;
    min-width: 280px;
    max-width: 100%;
    height: 60px;
    padding: 10px 20px;
  }
  .p-contactFormSubmit button:hover {
  }
  .p-contactFormSubmit button:before{
  }
  .p-contactFormSubmit button:hover:before{
  }
}


.mfp-bg {
  z-index: 10420;
}
.mfp-wrap {
  z-index: 10430;
}


.p-contactThanks {
  padding: 0 0 100px 0;
}
.p-contactThanks__title {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.p-contactThanks__txt {
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 640px) {
  .p-contactThanks {
    padding: 0 0 50px 0;
  }
  .p-contactThanks__title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .p-contactThanks__txt {
    font-size: 14px;
    line-height: 1.875;
  }
}


/* company */
.p-company {
  
}
.p-companyTable {
  width: 100%;
  border-bottom: 1px solid #888;
}
.p-companyTable tr {
  border-top: 1px #888 solid;
}
.p-companyTable th {
  width: 210px;
  background: #fafafa;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  color: #000;
}
.p-companyTable td {
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
}
.p-companyTableTxt__caution {
  font-size: 14px;
  margin-top: 4px;
}
.p-companyTable .fa {
  padding: 0 5px;
}
@media screen and (max-width: 640px) {
  .p-companyTable th {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    display: block;
  }
  .p-companyTable td {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    display: block;
  }
}