@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-sectionHead {
  
}
.c-sectionHead__subTitle {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 300;
  font-style: italic;
  color: #cdcdcd;
  text-align: left;
  letter-spacing: 5px;
}
.c-sectionHead__title {
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  letter-spacing: 20px;
  margin-top: 24px;
}
.c-sectionHead__txt {
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 3px;
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .c-sectionHead {

  }
  .c-sectionHead__subTitle {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 4px;
  }
  .c-sectionHead__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 16px;
    margin-top: 20px;
  }
  .c-sectionHead__txt {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 2px;
    margin-top: 20px;
  }

}



.c-caseList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-caseList__item {
  width: 30%;
  margin-left: 5%;
}
.c-caseList__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.c-caseList__item:nth-of-type(n + 4) {
  margin-top: 50px;
}
.c-caseList__item a {
  display: block;
}
.c-caseList__itemThumb {
  position: relative;
  padding: 100% 0 0 0;
  overflow: hidden;
}
.c-caseList__itemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-caseList__itemContent {
  text-align: left;
  margin-top: 32px;
}
.c-caseList__itemDate {
  font-size: 16px;
  line-height: 1.3;
  color: #bbbbbb;
  font-weight: 500;
}
.c-caseList__itemTitle {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 13px;
}
.c-caseList__itemTxt {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 21px;
}
.c-caseList__itemMore {
  text-align: right;
  margin-top: 45px;
}
.c-caseList__itemMore span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 19px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 2px;
}
.c-caseList__itemMore span:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2a2a2a;
  border-right: 2px solid #2a2a2a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .c-caseList__itemThumb {

  }
  .c-caseList__itemContent {
    margin-top: 26px;
  }
  .c-caseList__itemDate {
    font-size: 14px;
    line-height: 1.3;
  }
  .c-caseList__itemTitle {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 13px;
  }
  .c-caseList__itemTxt {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 17px;
  }
  .c-caseList__itemMore {
    margin-top: 25px;
  }
  .c-caseList__itemMore span {
    padding: 0 0 0 14px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  .c-caseList__itemMore span:before {
    top: 1px;
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 600px) {
  .c-caseList__item {
    width: 48%;
    margin-left: 4%;
  }
  .c-caseList__item:nth-of-type(3n + 1) {
    margin-left: 4%;
  }
  .c-caseList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-caseList__item:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 420px) {
  .c-caseList__item {
    width: 100%;
    margin-left: 0;
  }
  .c-caseList__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .c-caseList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-caseList__item:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}

.c-caseList2 {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-caseList2__item {
  width: 22%;
  margin-left: 4%;
}
.c-caseList2__item:nth-of-type(4n + 1) {
  margin-left: 0;
}
.c-caseList2__item:nth-of-type(n + 5) {
  margin-top: 50px;
}
.c-caseList2__item a {
  display: block;
}
.c-caseList2__itemThumb {
  position: relative;
  padding: 100% 0 0 0;
  overflow: hidden;
}
.c-caseList2__itemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-caseList2__itemContent {
  text-align: left;
  margin-top: 24px;
}
.c-caseList2__itemDate {
  font-size: 14px;
  line-height: 1.3;
  color: #bbbbbb;
  font-weight: 500;
}
.c-caseList2__itemTitle {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 13px;
}
.c-caseList2__itemTxt {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 16px;
}
.c-caseList2__itemMore {
  text-align: right;
  margin-top: 25px;
}
.c-caseList2__itemMore span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 19px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 2px;
}
.c-caseList2__itemMore span:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2a2a2a;
  border-right: 2px solid #2a2a2a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  .c-caseList2__item {
    width: 30%;
    margin-left: 5%;
  }
  .c-caseList2__item:nth-of-type(4n + 1) {
    margin-left: 5%;
  }
  .c-caseList2__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .c-caseList2__item:nth-of-type(n + 4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-caseList2__itemThumb {

  }
  .c-caseList2__itemContent {
    margin-top: 26px;
  }
  .c-caseList2__itemDate {
    font-size: 14px;
    line-height: 1.3;
  }
  .c-caseList2__itemTitle {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 13px;
  }
  .c-caseList2__itemTxt {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 17px;
  }
  .c-caseList2__itemMore {
    margin-top: 25px;
  }
  .c-caseList2__itemMore span {
    padding: 0 0 0 14px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  .c-caseList2__itemMore span:before {
    top: 1px;
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 600px) {
  .c-caseList2__item {
    width: 48%;
    margin-left: 4%;
  }
  .c-caseList2__item:nth-of-type(3n + 1) {
    margin-left: 4%;
  }
  .c-caseList2__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-caseList2__item:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}
/*@media screen and (max-width: 420px) {
  .c-caseList2__item {
    width: 100%;
    margin-left: 0;
  }
  .c-caseList2__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .c-caseList2__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-caseList2__item:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}*/




.c-voiceList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-voiceList__item {
  
}
.c-voiceList__item a {
  display: block;
  border: #2a2a2a 1px solid;
  padding: 20px;
}
.c-voiceList__itemThumb {
  position: relative;
  padding: 100% 0 0 0;
  overflow: hidden;
}
.c-voiceList__itemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-voiceList__itemContent {
  margin-top: 17px;
}
.c-voiceList__itemTxt {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.c-voiceList__itemName {
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  margin-top: 41px;
}
.c-voiceList__itemName span {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-voiceList__itemName {
    font-size: 16px;
    margin-top: 21px;
  }
  .c-voiceList__itemName span {
    font-size: 14px;
  }
}
@media screen and (max-width: 468px) {
  .c-voiceList__item {

  }
  .c-voiceList__item a {
    padding: 0;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
  }
  .c-voiceList__itemThumb {
    padding: 10px;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    margin: 10px;
  }
  .c-voiceList__itemContent {
    margin-top: 0;
    padding: 10px 10px 15px 5px;
    box-sizing: border-box;
    width: calc(100% - 100px);
  }
  .c-voiceList__itemTxt {
    font-size: 15px;
    line-height: 1.6;
  }
  .c-voiceList__itemName {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 11px;
  }
  .c-voiceList__itemName span {
    font-size: 13px;
    line-height: 1.2;
  }
}

.c-voiceList2 {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-voiceList2__item {
  width: 22%;
  margin-left: 4%;
/*
  width: 23.75%;
  margin-left: 1.666%;
*/
}
.c-voiceList2__item:nth-of-type(4n + 1) {
  margin-left: 0;
}
.c-voiceList2__item:nth-of-type(n + 5) {
  margin-top: 50px;
}
.c-voiceList2__item a {
  display: block;
}
.c-voiceList2__itemThumb {
  position: relative;
  padding: 100% 0 0 0;
  overflow: hidden;
}
.c-voiceList2__itemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-voiceList2__itemContent {
  text-align: left;
  margin-top: 24px;
}
.c-voiceList2__itemTxt {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 21px;
}
.c-voiceList2__itemName {
  text-align: right;
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .c-voiceList2__item {
    width: 30%;
    margin-left: 5%;
  }
  .c-voiceList2__item:nth-of-type(4n + 1) {
    margin-left: 5%;
  }
  .c-voiceList2__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .c-voiceList2__item:nth-of-type(n + 4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-voiceList2__itemThumb {

  }
  .c-voiceList2__itemContent {
    margin-top: 26px;
  }
  .c-voiceList2__itemTitle {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 13px;
  }
  .c-voiceList2__itemTxt {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 17px;
  }
  .c-voiceList2__itemName {
    margin-top: 25px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 600px) {
  .c-voiceList2__item {
    width: 48%;
    margin-left: 4%;
  }
  .c-voiceList2__item:nth-of-type(3n + 1) {
    margin-left: 4%;
  }
  .c-voiceList2__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-voiceList2__item:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}
/*@media screen and (max-width: 420px) {
  .c-voiceList2__item {
    width: 100%;
    margin-left: 0;
  }
  .c-voiceList2__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .c-voiceList2__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-voiceList2__item:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}*/



.c-columnList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-columnList__item {
  width: 22%;
  margin-left: 4%;
/*
  width: 23.33%;
  margin-left: 2.22%;
*/
}
.c-columnList__item:nth-of-type(4n + 1) {
  margin-left: 0;
}
.c-columnList__item:nth-of-type(n + 5) {
  margin-top: 50px;
}
.c-columnList__item a {
  display: block;
}
.c-columnList__itemThumb {
  position: relative;
  padding: 100% 0 0 0;
  overflow: hidden;
}
.c-columnList__itemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-columnList__itemContents {
  text-align: left;
  margin-top: 23px;
}
.c-columnList__itemTitle {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
}
.c-columnList__itemTxt {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .7px;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .c-columnList {
  }
  .c-columnList__item {
    width: 100%;
    margin-left: 0;
  }
  .c-columnList__item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .c-columnList__item:nth-of-type(n + 2) {
    margin-top: 0px;
    border-top: #CCC 1px solid;
  }
  .c-columnList__item a {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 15px 0;
  }
  .c-columnList__itemThumb {
    width: 150px;
    height: 150px;
    padding: 0;
  }
  .c-columnList__itemContents {
    margin-top: 0;
    width: calc(100% - 150px);
    box-sizing: border-box;
    padding: 0 0 0 20px;
  }
  .c-columnList__itemTitle {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .c-columnList__itemTxt {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .7px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .c-columnList__item a {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .c-columnList__itemThumb {
    width: 100px;
    height: 100px;
  }
  .c-columnList__itemContents {
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
  .c-columnList__itemTxt {
    display: none;
  }
}

.c-newsList {
  border-top: #eee 1px solid;
}
.c-newsList__item {
  border-bottom: #eee 1px solid;
}
.c-newsList__item a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 1px;
  padding: 20px 0;
  position: relative;
}
.c-newsList__item a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  right: 25px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2a2a2a;
  border-right: 2px solid #2a2a2a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-newsList__itemDate {
  width: 150px;
  color: #bbbbbb;
}
.c-newsList__itemTxt {
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 768px) {
  .c-newsList__item a {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    padding: 15px 0;
    display: block;
  }
  .c-newsList__item a:before {
    right: 15px;
  }
  .c-newsList__itemDate {
    width: 100%;
    font-size: 14px;
    margin-bottom: 3px;
  }
  .c-newsList__itemTxt {
    width: 100%;
    padding: 0 40px 0 0;
  }
}



.c-btnOuter {
  margin-top: 80px;
  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;
}
a.c-btn {
  display: block;
  position: relative;
  min-width: 320px;
}
a.c-btn > span {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 74px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: #2a2a2a;
  border: #2a2a2a 1px solid;
  box-sizing: border-box;
  padding: 5px 40px 5px 32px;
}
a.c-btn:before ,
a.c-btn:after ,
a.c-btn > span:before ,
a.c-btn > span:after {
  content: '';
  display: block;
  position: absolute;
  background: #cecece;
  transition: all 0.3s ease-out;
}
a.c-btn:before {
  width: 1px;
  height: calc(100% + 6px);
  bottom: -6px;
  right: -6px;
}
a.c-btn:after  {
  width: 1px;
  height: 0px;
  bottom: 0;
  left: -6px;
}
a.c-btn > span:before  {
  width: calc(100% + 6px);
  height: 1px;
  bottom: -6px;
  left: 0;
}
a.c-btn > span:after {
  width: 0px;
  height: 1px;
  top: -6px;
  left: -6px;
}
a.c-btn > span > span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  right: 25px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2a2a2a;
  border-right: 2px solid #2a2a2a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  a.c-btn:hover:before  {
    height: 0;
  }
  a.c-btn:hover:after  {
    height: calc(100% + 6px);
  }
  a.c-btn:hover > span:before  {
    width: 0;
  }
  a.c-btn:hover > span:after {
    width: calc(100% + 6px);
  }
}
@media screen and (max-width: 768px) {
  .c-btnOuter {
    margin-top: 40px;
  }
  a.c-btn {
    min-width: 220px;
  }
  a.c-btn > span {
    height: 56px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    padding: 5px 40px 5px 22px;
  }
  a.c-btn:before {
    height: calc(100% + 6px);
    bottom: -6px;
    right: -6px;
  }
  a.c-btn:after  {
    left: -6px;
  }
  a.c-btn > span:before  {
    width: calc(100% + 6px);
    height: 1px;
    bottom: -6px;
  }
  a.c-btn > span:after {
    top: -6px;
    left: -6px;
  }
  a.c-btn > span > span:before {
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #2a2a2a;
    border-right: 2px solid #2a2a2a;
  }
}


.c-pager {
  margin-top: 100px;
}
.c-pager .wp-pagenavi {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.c-pager .wp-pagenavi a ,
.c-pager .wp-pagenavi span {
  width: 46px;
  height: 46px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  box-sizing: border-box;
  padding: 0px 0 0 0;
  margin: 0 8px;
  background: #f9f9f9;
  border-bottom: #f9f9f9 1px solid;
}
.c-pager .wp-pagenavi a {
}
.c-pager .wp-pagenavi span {
}
.c-pager .wp-pagenavi a:hover ,
.c-pager .wp-pagenavi span {
  border-bottom: #2a2a2a 1px solid;
}
.c-pager .wp-pagenavi span.extend {
  border: none;
  background: none;
  color: #2a2a2a;
  width: auto;
}
@media screen and (max-width: 768px) {
  .c-pager {
    margin-top: 70px;
  }
  .c-pager .wp-pagenavi {
  }
  .c-pager .wp-pagenavi a ,
  .c-pager .wp-pagenavi span {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 1;
    margin: 0 6px;
  }
  .c-pager .wp-pagenavi a {
  }
  .c-pager .wp-pagenavi span {
  }
  .c-pager .wp-pagenavi a:hover ,
  .c-pager .wp-pagenavi span {
  }
  .c-pager .wp-pagenavi span.extend {
  }
}


.p-kv {
  position: relative;
  padding: 0 94px;
}
.p-kvInner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.p-kvFrame {
}
.p-kv__img {
  position: relative;
  z-index: 1;
}
.p-kv__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 79px 140px 0;
  z-index: 10;
}
.p-kv__contentInner {
  width: 432px;
}
.p-kv__txt {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 3px;
  font-weight: 400;
  margin-top: 38px;
}
.p-kvScroll {
  position: absolute;
  bottom: 0;
  left: 40px;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 4px;
}
.p-kvScrollInner {
  
}
.p-kvScrollInner span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
}
.p-kvScrollBar {
  width: 1px;
  height: 80px;
  background: #2a2a2a;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 1400px) {
  .p-kv__txt {
    text-align: right;
  }
}
@media screen and (max-width: 960px) {
  .p-kv {
    padding: 0 40px;
  }
  .p-kv__content {
    padding: 0 79px 140px 0;
  }
  .p-kv__contentInner {
    width: 332px;
  }
  .p-kv__txt {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 3px;
    margin-top: 38px;
  }
  .p-kvScroll {
    left: 14px;
    font-size: 14px;
    letter-spacing: 4px;
  }
  .p-kvScrollInner {

  }
  .p-kvScrollInner span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    -ms-text-orientation: mixed;
    text-orientation: mixed;
  }
  .p-kvScrollBar {
    width: 1px;
    height: 80px;
    margin: 0 0 0 5px;
  }

}

@media screen and (max-width: 768px) {
  .p-kv {
    padding: 0 30px 0 30px;
  }
  .p-kv__content {
    display: none;
  }
  .p-kvScroll {
    left: 11px;
    font-size: 10px;
    letter-spacing: 4px;
  }
  .p-kvScrollInner {

  }
  .p-kvScrollBar {
    width: 1px;
    height: 80px;
    margin: 0 0 0 4px;
  }

}


.p-topSpecial {
  margin-top: 101px;
}
.p-topSpecialFrame {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-topSpecial__item {
  width: 33.333%;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
}
.p-topSpecial__item:nth-of-type(n + 2):before {
  content: '';
  height: calc(100% - 3px);
  width: 1px;
  display: block;
  background: #2a2a2a;
  position: absolute;
  top: 0;
  left: 0;
}
.p-topSpecial__itemIcon {
  max-width: 130px;
  margin: 0 auto;
}
.p-topSpecial__itemTxt {
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 50px;
}
.p-topSpecial__itemTxt span {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .p-topSpecial__itemIcon {
    max-width: 110px;
  }
  .p-topSpecial__itemTxt {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 665px) {
  .p-topSpecial__itemIcon {
    max-width: 90px;
  }
  .p-topSpecial__itemTxt {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 468px) {
  .p-topSpecial {
    margin-top: 101px;
  }
  .p-topSpecialFrame {
    display: block;
  }
  .p-topSpecial__item {
    width: 100%;
    padding: 15px 0px;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .p-topSpecial__item:nth-of-type(n + 2):before {
    height: calc(100% - 3px);
    display: none;
  }
  .p-topSpecial__item:nth-of-type(n + 2) {
    border-top: #2a2a2a 1px solid;
  }
  .p-topSpecial__itemIcon {
    max-width: none;
    width: 85px;
  }
  .p-topSpecial__itemTxt {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 0px;
    width: calc(100% - 85px);
    text-align: left;
    box-sizing: border-box;
    padding: 0 0 0 10px;
  }
  .p-topSpecial__itemTxt span {
    display: inline-block;
  }
}


.p-topCase {
  margin-top: 200px;
}
.p-topCaseFrame {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .p-topCase {
    margin-top: 80px;
  }
  .p-topCaseFrame {
    margin-top: 37px;
  }
}
@media screen and (min-width: 601px) {
  .p-topCaseFrame .c-caseList__item:nth-of-type(n + 4) {
    display: none;
  }
}

.p-topVoice {
  margin-top: 207px;
}
.p-topVoiceFrame {
  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-topVoice__head {
  width: 421px;
}
.p-topVoice__contents {
  width: calc(100% - 421px);
  box-sizing: border-box;
}
.p-topVoice .c-voiceList {
  width: 100%;
  max-width: 674px;
  margin: 0 0 0 auto;
}
.p-topVoice .c-voiceList__item {
  width: 47.77%;
  margin-left: 4.46%;
}
.p-topVoice .c-voiceList__item:nth-of-type(2n + 1) {
  margin-left: 0;
}
.p-topVoice .c-voiceList__item:nth-of-type(n + 3) {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .p-topVoiceFrame {
    display: block;
  }
  .p-topVoice__head {
    width: 100%;
  }
  .p-topVoice__contents {
    width: 100%;
    margin-top: 50px;
  }
  .p-topVoice .c-voiceList {
    width: 100%;
    max-width: none;
    margin: 0 0 0 0;
  }
  .p-topVoice .c-voiceList__item {
    width: 32%;
    margin-left: 2%;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(2n + 1) {
    margin-left: 2%;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(n + 4) {
    margin-top: 40px;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-topVoice {
    margin-top: 87px;
  }
}
@media screen and (max-width: 660px) {
  .p-topVoice .c-voiceList {
  }
  .p-topVoice .c-voiceList__item {
    width: 48%;
    margin-left: 4%;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(3n + 1) {
    margin-left: 4%;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(4) {
    display: block;
  }
}
@media screen and (max-width: 468px) {
  .p-topVoice .c-voiceList__item {
    width: 100%;
    margin-left: 0;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-topVoice .c-voiceList__item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}



.p-topMessage {
  margin-top: 176px;
  position: relative;
  overflow: hidden;
}
.p-topMessage:after {
  /*content: '';*/
  display: block;
  height: 360px;
  background: #efefef;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.p-topMessageFrame .c-btnOuter {
  margin-top: 0px;
}
.p-topMessageFrame {
  position: relative;
  z-index: 5;
  margin-top: 47px;
}
.p-topMessage__img {
  /*max-width: 1028px;
  -webkit-transform: translate(-72px, 33px);
  transform: translate(-72px, 33px);*/
  margin: 0 134px 0 0;
}
.p-topMessage__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-topMessage__contets:after {
  /*content: '';*/
  display: block;
  height: 100%;
  background: #FFF;
  position: absolute;
  bottom: 0;
  right: -156px;
  width: 156px;
  z-index: 1;
}
.p-topMessage__contetsInner {
  text-align: left;
  padding: 50px 50px 0 50px;
}
.p-topMessage__subTitle {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 300;
  font-style: italic;
  color: #cdcdcd;
  text-align: left;
  letter-spacing: 5px;
  -webkit-transform: translate(12px, -119px);
  transform: translate(12px, -119px);
  margin-left: 5px;
}
.p-topMessage__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-topMessage__txt {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
}
.p-topMessage__name {
  font-size: 18px;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 1px;
  margin-right: 36px;
}
@media screen and (min-width: 961px) {
  .p-topMessage__contetsInner {
  /*  -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    height: 520px;*/
  }
  .p-topMessage__subTitle {
    /*-webkit-text-orientation: mixed;
    -ms-text-orientation: mixed;
    text-orientation: mixed;*/
  }
}

@media screen and (max-width: 1260px) {
  .p-topMessage__txt {
    font-size: 20px;
    line-height: 2;
  }
  .p-topMessage__name {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1085px) {
  .p-topMessage__txt {
    line-height: 1.7;
  }
  .p-topMessage__name {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-topMessage__img {
    /*-webkit-transform: translate(-40px, 23px);
    transform: translate(-40px, 23px);*/
    margin: 0 7% 0 0;
  }
  .p-topMessage__contets {
    -webkit-transform: translate(0, -39px);
    transform: translate(0, -39px);
    margin: 0 0 0 50px;
  }
  .p-topMessage__contetsInner {
    padding: 40px 0 0px 40px;
  }
  .p-topMessage__subTitle {
    font-size: 60px;
    line-height: 1.1;
    text-align: right;
    letter-spacing: 5px;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    margin-left: 5px;
  }
  .p-topMessage__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-topMessage__txt {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
  }
  .p-topMessage__name {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 30px 0 0 0 ;
  }
}
@media screen and (max-width: 768px) {
  .p-topMessage {
    margin-top: 80px;
  }
  .p-topMessage__img {
    -webkit-transform: translate(-20px, 13px);
    transform: translate(-20px, 13px);
    margin: 0;
  }
  .p-topMessageFrame {
    margin-top: 37px;
  }
  .p-topMessage__contets {
    -webkit-transform: translate(0, -19px);
    transform: translate(0, -19px);
    margin: 0;
  }
  .p-topMessageFrame .c-btnOuter {
    margin-top: 40px;
  }
  .p-topMessage__contetsInner {
    padding: 30px 0 0px 20px;
  }
  .p-topMessage__subTitle {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 4px;
    margin-left: 0;
  }
  .p-topMessage__title {
    font-size: 17px;
    line-height: 1.5;
   /* letter-spacing: 10px;*/
    /*margin: 20px 0 0 0;*/
  }
  .p-topMessage__txt {
    margin-top: 26px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
  }
  .p-topMessage__name {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 20px 0 0 0 ;
  }
}

.p-topAccess {
  margin-top: 185px;
}
.p-topAccessContents {
  margin-top: 71px;
}
.p-topAccess__map {
  max-width: 1200px;
  margin: 0 auto;
}
.p-topAccess__map .u-map {
  padding-bottom: 469px;
}
.p-topAccess__adress {
  max-width: 1514px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
  text-align: right;
  -webkit-transform: translate(0px, -64px);
  transform: translate(0px, -64px);
}
.p-topAccess__adressInner {
  display: inline-block;
  background: #FFF;
  border: #2a2a2a 1px solid;
  text-align: left;
  padding: 41px 34px 38px;
}
.p-topAccess__adressName {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 4px;
}
.p-topAccess__adressTxt {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 13px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .p-topAccess {
    margin-top: 80px;
  }
  .p-topAccessContents {
    margin-top: 41px;
  }
  .p-topAccess__map {
  }
  .p-topAccess__map .u-map {
    padding-bottom: 469px;
  }
  .p-topAccess__adress {
    padding: 0 20px;
    -webkit-transform: translate(0px, -24px);
    transform: translate(0px, -24px);
  }
  .p-topAccess__adressInner {
    padding: 21px 20px 18px;
  }
  .p-topAccess__adressName {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 3px;
  }
  .p-topAccess__adressTxt {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 11px;
    letter-spacing: 1px;
  }
}



.p-topColumn {
  padding: 117px 0 105px 0;
}
.p-topColumnFrame {
  margin-top: 65px;
}
.p-topColumn__txt {
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 34px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .p-topColumn {
    padding: 80px 0 90px 0;
  }
  .p-topColumnFrame {
    margin-top: 35px;
  }
  .p-topColumn__txt {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
    letter-spacing: 1px;
  }
}


.p-topNews {
  padding: 117px 0 155px 0;
}
.p-topNewsWrap {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-topNewsHead {
  width: 300px;
}
.p-topNewsFrame {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .p-topNews {
    padding: 20px 0 90px 0;
  }
  .p-topNewsWrap {
    display : block;
  }
  .p-topNewsHead {
    width: 100%;
  }
  .p-topNewsFrame {
    width: 100%;
    margin-top: 35px;
  }
}








.p-lowerContact {
  background: #f9f9f9;
  padding: 99px 0 99px 0;
}
.p-lowerContactInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-lowerContactFrame {
  max-width: 565px;
  margin: 0 auto;
}
.p-lowerContact__title {
  font-size: 24px;
  line-height: 1.68;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
}

.p-lowerContact__btnOuter {
  margin: 58px 0 0 0;
}
a.p-lowerContact__btn {
  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;
  max-width: 380px;
  width: 100%;
  height: 65px;
  font-size: 24px;
  line-height: 1.2;
  color: #FFF;
  background: #2a2a2a;
  box-sizing: border-box;
  padding: 0 20px 1px;
  border-radius: 100px;
  cursor: pointer;
  margin: 0 auto;
  letter-spacing: 3px;
}

.p-lowerContact__tel {
  margin: 41px 0 0 0;
}
.p-lowerContact__telTxt {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
}
a.p-lowerContact__telTxt span {
  display: inline-block;
  padding: 0 0 0 37px;
  position: relative;
}
a.p-lowerContact__telTxt span:before {
  content: '';
  background: url("../images/common/icon-tel.png") no-repeat left top;
  background-size: 28px 36px;
  width: 28px;
  height: 36px;
  position: absolute;
  top: 12px;
  left: 0;
}


.p-lowerContactInfo {
  border-top: #888888 1px solid;
  border-bottom: #888888 1px solid;
  margin: 54px 0 0 0;
  color: #888888;
  padding: 49px 0 0 0;
}
.p-lowerContactInfo__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 5px;
}
.p-lowerContactInfo__txt {
  font-size: 16px;
  line-height: 1.54;
  text-align: left;
  margin: 34px 0 50px 0;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .p-lowerContact {
    padding: 70px 0 70px 0;
  }
  .p-lowerContactInner {
  }
  .p-lowerContactFrame {
    max-width: 100%;
  }
  .p-lowerContact__title {
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: 1px;
    text-align: center;
  }

  .p-lowerContact__btnOuter {
    margin: 38px 0 0 0;
  }
  a.p-lowerContact__btn {
    max-width: 260px;
    height: 50px;
    font-size: 18px;
    line-height: 1.2;
    padding: 0 20px 1px;
    letter-spacing: 2px;
  }

  .p-lowerContact__tel {
    margin: 31px 0 0 0;
  }
  .p-lowerContact__telTxt {
    font-size: 30px;
    letter-spacing: 2px;
  }
  a.p-lowerContact__telTxt span {
    padding: 0 0 0 28px;
  }
  a.p-lowerContact__telTxt span:before {
    content: '';
    background: url("../images/common/icon-tel.png") no-repeat left top;
    background-size: 19px 24px;
    width: 19px;
    height: 24px;
    top: 5px;
  }


  .p-lowerContactInfo {
    margin: 44px 0 0 0;
    padding: 39px 0 0 0;
  }
  .p-lowerContactInfo__title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 5px;
  }
  .p-lowerContactInfo__txt {
    font-size: 14px;
    line-height: 1.54;
    margin: 34px 0 40px 0;
    letter-spacing: 1px;
  }
}




.p-lowerHead {
  background: #f8f8f8;
}
.p-lowerHeadInner {
  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: 300px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}
.p-lowerHeadFrame {
  text-align: left;
}
.p-lowerHead__subTitle {
  font-family: 'Roboto', sans-serif;
  font-size: 72px;
  line-height: 1.1;
  font-weight: 300;
  font-style: italic;
  color: #cdcdcd;
  letter-spacing: 9px;
  opacity: 0.5;
}
.p-lowerHead__title {
  font-size: 36px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  letter-spacing: 12px;
  margin-top: 15px;
}
.p-lowerHead__titlejp {
  display: block;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .p-lowerHeadInner {
    height: 150px;
    padding: 0 20px;
  }
  .p-lowerHead__subTitle {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 4px;
  }
  .p-lowerHead__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 6px;
    margin-top: 8px;
  }
}


.c-pankuzu {
  padding: 19px 0 14px;
}
.c-pankuzuInner {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 30px;
  margin: 0 auto;
}
.c-pankuzuList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-pankuzuList__item {
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  margin: 0 9px 6px 0;
  position: relative;
  letter-spacing: 2px;
}
.c-pankuzuList__item + .c-pankuzuList__item {
  margin-left: 20px;
}
.c-pankuzuList__item:before {
  position: absolute;
  top: 11px;
  left: -19px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 1px;
  background: #9c9c9c;
}
.c-pankuzuList__item:first-child:before {
  display: none;
}
.c-pankuzuList__item:last-child {
  margin-right: 0;
}
.c-pankuzuList__item a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
}
.c-pankuzuList__item.is-home a {
  padding-left: 23px;
}
.c-pankuzuList__item.is-home a:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 17px;
  background: url("../images/common/icon-home.png") no-repeat left top;
  background-size: 15px 17px;
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    padding: 16px 0 12px;
  }
  .c-pankuzuInner {
    padding: 0 20px;
  }
  .c-pankuzuList {
  }
  .c-pankuzuList__item {
    font-size: 12px;
    line-height: 1.3;
    margin: 0 9px 6px 0;
    letter-spacing: 1px;
  }
  .c-pankuzuList__item + .c-pankuzuList__item {
    margin-left: 15px;
  }
  .c-pankuzuList__item:before {
    top: 9px;
    left: -16px;
    width: 8px;
    height: 1px;
  }
  .c-pankuzuList__item.is-home a {
    padding-left: 17px;
  }
  .c-pankuzuList__item.is-home a:before {
    top: 1px;
    width: 12px;
    height: 13px;
    background: url("../images/common/icon-home.png") no-repeat left top;
    background-size: 12px 13px;
  }
}

.p-pageCaseSingleHead {
  text-align: left;
  margin-bottom: 120px;
}
.p-pageCaseSingleHead__title {
  font-size: 30px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 2px;
  padding: 0 0 12px 0;
  letter-spacing: 0.1em;
}
.p-pageCaseSingleHeadFrame {
  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;
  margin-top: 34px;
}
.p-pageCaseSingleHeadFrame__photo {
  width: 41.66%;
}
.p-pageCaseSingleHeadFrame__contents {
  width: 100%;
  text-align: left;
}
.p-pageCaseSingleHeadFrame__photo + .p-pageCaseSingleHeadFrame__contents {
  width: 58.34%;
  box-sizing: border-box;
  padding: 0 0 0 40px;
}
.p-pageCaseSingleHead__txtWrap {
}
.p-pageCaseSingleHead__txt {
  font-size: 18px;
  line-height: 1.666;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.p-pageCaseSingleHead__listWrap {
}
* + .p-pageCaseSingleHead__listWrap {
  margin-top: 35px;
}
.p-pageCaseSingleHead__list {
  border-top: #dddddd 1px solid;
  position: relative;
}
.p-pageCaseSingleHead__listItem {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  border-bottom: #dddddd 1px solid;
  padding: 25px 0;
  position: relative;
}
.p-pageCaseSingleHead__list:before ,
.p-pageCaseSingleHead__listItem:before {
  content: '';
  width: 200px;
  height: 1px;
  display: block;
  background: #2a2a2a;
  position: absolute;
  left: 0;
  z-index: 1;
}
.p-pageCaseSingleHead__list:before {
  top: -1px;
}
.p-pageCaseSingleHead__listItem:before {
  bottom: -1px;
}
.p-pageCaseSingleHead__listTag {
  font-weight: bold;
  padding: 0 0 0 19px;
  box-sizing: border-box;
  width: 200px;
}
.p-pageCaseSingleHead__listTxt {
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 0 0 0 20px;
}


.p-pageCaseSingleContents {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .p-pageCaseSingleHeadFrame {
    display : block;
    margin-top: 34px;
  }
  .p-pageCaseSingleHeadFrame__photo {
    width: 100%;
    text-align: center;
  }
  .p-pageCaseSingleHeadFrame__contents {
    width: 100%;
  }
  .p-pageCaseSingleHeadFrame__photo + .p-pageCaseSingleHeadFrame__contents {
    width: 100%;
    padding: 0 0 0 0px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCaseSingleHead {
    margin-bottom: 80px;
  }
  .p-pageCaseSingleHead__title {
    font-size: 20px;
    line-height: 1.6;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
    padding: 0 0 6px 0;
    letter-spacing: 0.1em;
  }
  .p-pageCaseSingleHeadFrame {
    margin-top: 28px;
  }
  .p-pageCaseSingleHeadFrame__photo + .p-pageCaseSingleHeadFrame__contents {
    margin-top: 30px;
  }
  .p-pageCaseSingleHead__txtWrap {
  }
  .p-pageCaseSingleHead__txt {
    font-size: 16px;
    line-height: 1.666;
    letter-spacing: 0.15em;
  }
  .p-pageCaseSingleHead__listWrap {
  }
  * + .p-pageCaseSingleHead__listWrap {
    margin-top: 35px;
  }
  .p-pageCaseSingleHead__list {
  }
  .p-pageCaseSingleHead__listItem {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    padding: 15px 0;
  }
  .p-pageCaseSingleHead__list:before ,
  .p-pageCaseSingleHead__listItem:before {
    width: 150px;
  }
  .p-pageCaseSingleHead__listTag {
    padding: 0 0 0 10px;
    width: 150px;
  }
  .p-pageCaseSingleHead__listTxt {
    width: calc(100% - 150px);
    padding: 0 0 0 15px;
  }


  .p-pageCaseSingleContents {
    margin-top: 30px;
  }
}


.p-pageCaseTaxonomy {
}
.p-pageCaseTaxonomyView {
  
}
.p-pageCaseTaxonomyCase {
  
}
@media screen and (max-width: 768px) {
  .p-pageCaseTaxonomy {
    padding-bottom: 20px;
  }
  .p-pageCaseTaxonomyView {

  }
  .p-pageCaseTaxonomyCase {

  }
}


.p-pageColumnSingleHead {
  text-align: left;
  margin-bottom: 30px;
}
.p-pageColumnSingleHead__date {
  font-size: 18px;
  line-height: 1.5;
  color: #bbbbbb;
  font-weight: 500;
  margin-bottom: 18px;
}
.p-pageColumnSingleHead__title {
  font-size: 30px;
  line-height: 1.6;
/*
  border-bottom: #2a2a2a 2px solid;
*/
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 2px;
  padding: 0 0 12px 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-pageColumnSingleHead {
    margin-bottom: 18px;
  }
  .p-pageColumnSingleHead__date {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .p-pageColumnSingleHead__title {
    font-size: 20px;
    line-height: 1.6;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
    padding: 0 0 6px 0;
    letter-spacing: 0.1em;
  }
}

.p-pageVoiceSingle {
  
}
.p-pageVoiceSingleHead {
  margin-bottom: 120px;
}
.p-pageVoiceSingleHead__title {
  font-size: 30px;
  line-height: 1.6;
  text-align: left;
  border-bottom: #2a2a2a 2px solid;
  padding: 0 0 12px 0;
  letter-spacing: 0.1em;
}
.p-pageVoiceSingleHead__photo {
  margin-top: 60px;
  text-align: center;
}
.p-pageVoiceSingleHead__catch {
  margin: 60px auto 0;
  max-width: 1074px;
  box-sizing: border-box;
  position: relative;
  padding: 35px 40px 35px 50px;
}
.p-pageVoiceSingleHead__catch:before ,
.p-pageVoiceSingleHead__catch:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  position: absolute;
}
.p-pageVoiceSingleHead__catch:before {
  top: 0;
  left: 0;
  border-top: #2a2a2a 1px solid;
  border-left: #2a2a2a 1px solid;
}
.p-pageVoiceSingleHead__catch:after {
  bottom: 0;
  right: 0;
  border-bottom: #2a2a2a 1px solid;
  border-right: #2a2a2a 1px solid;
}
.p-pageVoiceSingleHead__catchTxt {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
}
.p-pageVoiceSingleHead__catchTxt:first-letter {
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .p-pageVoiceSingle {
  }
  .p-pageVoiceSingleHead {
    margin-bottom: 60px;
  }
  .p-pageVoiceSingleHead__title {
    font-size: 20px;
    line-height: 1.6;
    border-bottom: #2a2a2a 1px solid;
    padding: 0 0 10px 0;
    letter-spacing: 0.1em;
  }
  .p-pageVoiceSingleHead__photo {
    margin-top: 40px;
  }
  .p-pageVoiceSingleHead__catch {
    margin: 40px auto 0;
    padding: 15px 10px 15px 20px;
  }
  .p-pageVoiceSingleHead__catch:before ,
  .p-pageVoiceSingleHead__catch:after {
    width: 25px;
    height: 25px;
  }
  .p-pageVoiceSingleHead__catchTxt {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.10em;
  }
  .p-pageVoiceSingleHead__catchTxt:first-letter {
    font-size: 22px;
  }
}



/* company */
.p-pageCompanyAccess {
  margin: 100px auto 0;
}
.p-pageCompanyAccessHeading {
  margin: 0 auto 71px;
}
.p-pageCompanyAccessHeading__txt {
  text-align: left;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.p-pageCompanyMapInfo {
  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-pageCompanyMapInfo + .p-pageCompanyMapInfo {
  margin-top: 90px;
}
.p-pageCompanyMapInfo__mapArea {
  width: 41.67%;
  max-width: 500px;
  box-sizing: border-box;
  padding-top: 9px;
}
.p-pageCompanyMap {
  width: 100%;
  box-sizing: border-box;
  height: 0;
  position: relative;
  padding-top: 100%;
}
.p-pageCompanyMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-pageCompanyMapInfo__txtArea {
  width: 54.41%;
  box-sizing: border-box;
  text-align: left;
}
.p-pageCompanyMapInfoTitle {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: .2em;
  line-height: 1.5;
}
.p-pageCompanyMapInfoAddress {
  margin: 26px auto 0;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .2em;
  /* font-weight: 400; */
}
.p-pageCompanyMapInfoTime {
  margin: 5px auto 0;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .2em;
}
.p-pageCompanyMapInfoTelTime {
  margin: 47px auto 0;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .2em;
}
.p-pageCompanyMapAccessTitle {
  margin: 67px auto 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .2em;
}
.p-pageCompanyMapAccessItem {
  margin: 27px auto 0;
}
.p-pageCompanyMapAccessItem + .p-pageCompanyMapAccessItem {
  margin-top: 24px;
}
.p-pageCompanyMapAccessItem__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: .2em;
}
.p-pageCompanyMapAccessItem__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
  .p-pageCompanyAccess {
    margin: 40px auto 0;
  }
  .p-pageCompanyAccessHeading {
    margin: 0 auto 40px;
  }
  .p-pageCompanyAccessHeading__txt {
    font-size: 20px;
  }
  .p-pageCompanyMapInfo {
  }
  .p-pageCompanyMapInfo + .p-pageCompanyMapInfo {
    margin-top: 70px;
  }
  .p-pageCompanyMapInfo__mapArea {
    padding-top: 6px;
  }
  .p-pageCompanyMap {
  }
  .p-pageCompanyMap iframe {
  }
  .p-pageCompanyMapInfo__txtArea {
  }
  .p-pageCompanyMapInfoTitle {
    font-size: 20px;
  }
  .p-pageCompanyMapInfoAddress {
    margin: 15px auto 0;
    font-size: 14px;
  }
  .p-pageCompanyMapInfoTime {
    margin: 5px auto 0;
    font-size: 14px;
  }
  .p-pageCompanyMapInfoTelTime {
    margin: 20px auto 0;
    font-size: 14px;
  }
  .p-pageCompanyMapAccessTitle {
    margin: 40px auto 0;
    font-size: 18px;
  }
  .p-pageCompanyMapAccessItem {
    margin: 15px auto 0;
  }
  .p-pageCompanyMapAccessItem + .p-pageCompanyMapAccessItem {
    margin-top: 15px;
  }
  .p-pageCompanyMapAccessItem__title {
    font-size: 16px;
  }
  .p-pageCompanyMapAccessItem__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .p-pageCompanyAccess {
  }
  .p-pageCompanyAccessHeading {
  }
  .p-pageCompanyAccessHeading__txt {
  }
  .p-pageCompanyMapInfo {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-pageCompanyMapInfo + .p-pageCompanyMapInfo {
  }
  .p-pageCompanyMapInfo__mapArea {
    width: 100%;
    margin: 0 auto;
    max-width: none;
    padding-top: 0;
  }
  .p-pageCompanyMap {
    margin-top: 30px;
  }
  .p-pageCompanyMap iframe {
  }
  .p-pageCompanyMapInfo__txtArea {
    width: 100%;
  }
  .p-pageCompanyMapInfoTitle {
  }
  .p-pageCompanyMapInfoAddress {
  }
  .p-pageCompanyMapInfoTime {
  }
  .p-pageCompanyMapInfoTelTime {
    margin: 20px auto 0;
    font-size: 14px;
  }
  .p-pageCompanyMapAccessTitle {
  }
  .p-pageCompanyMapAccessItem {
  }
  .p-pageCompanyMapAccessItem + .p-pageCompanyMapAccessItem {
  }
  .p-pageCompanyMapAccessItem__title {
  }
  .p-pageCompanyMapAccessItem__txt {
  }
}


.p-pageLower {
  padding: 50px 0 120px 0;
}
.p-pageLowerHead {
  margin-bottom: 40px;
}
* + .p-pageLowerHead {
  margin-top: 100px;
}
.p-pageLowerHead__subTitle {
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 300;
  font-style: italic;
  color: #cdcdcd;
  text-align: left;
  letter-spacing: 5px;
}
.p-pageLowerHead__title {
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  letter-spacing: 20px;
  margin-top: 15px;
}
.p-pageLowerHead__txt {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 3px;
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .p-pageLower {
    padding: 20px 0 80px 0;
  }
  .p-pageLowerHead {
    margin-bottom: 30px;
  }
  * + .p-pageLowerHead {
    margin-top: 70px;
  }
  .p-pageLowerHead__subTitle {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 4px;
  }
  .p-pageLowerHead__title {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    letter-spacing: 10px;
    margin-top: 15px;
  }
  .p-pageLowerHead__txt {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
    letter-spacing: 2px;
    margin-top: 18px;
  }
}


/*-- 商品ページ --*/
.p-lowerProducts__txt {
  font-size: 16px;
  text-align: left;
  line-height: 2.25;
  letter-spacing: 0.1em;
  margin: 0 0 90px;
}
.p-lowerProducts__sliderArea {
  max-width: 100%;
  margin: 0 auto;
}
.slick-slide img {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.slick-initialized .slick-slide {
  background: #f2f2f2 !important;
  padding: 50px 0!important;
  text-align: center;
}
.slick-prev, .slick-next {
  z-index: 99!important; 
  height: 37px !important;
}
.slick-prev:before, .slick-next:before {
  content: ''!important;
  display: inline-block!important;
  width: 20px!important;
  height: 37px!important;
  background-image: url("../images/product/slide_arrow_left.png")!important;
  background-size: contain!important;
  vertical-align: middle!important;
}
.slick-prev {
  left: 20px!important;
}
.slick-next {
  right: 20px!important;
}
.slick-next:before {
  transform:rotateY(180deg)!important;
}
.p-lowerProducts__caseList li {
  border-bottom: 1px solid #c5c5c5;
  padding: 50px 0;
}
.p-lowerProducts__caseList li:last-child {
  border-bottom: none;
}
.p-lowerProducts__caseBox {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-justify-content: space-between;  /* Safari etc. */
  -ms-justify-content    : space-between;  /* IE10        */
  justify-content        : space-between;
}
.p-lowerProducts__caseWrap {
  margin: 0 0 200px;
}
.p-lowerProducts__caseImg img {
  width: 274px;
  height: 274px;
  object-fit: cover;
}
.p-lowerProducts__caseTxt {
  width: calc(100% - 274px);
  text-align: left;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin: auto 0;
  box-sizing: border-box;
  padding: 0 0 0 40px;
} 
.p-lowerProducts__caseTxtTitle {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-lowerProduct__box {
  margin: 60px 0 0;
}
.p-lowerProduct__top {
  margin: 0 0 10px;
}
.p-lowerProduct__top .p-lowerProduct__thumbnail img {
  width: 100%;
  height: 336px;
  object-fit: cover;
  cursor: pointer;
}
.p-lowerProduct__bottom {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
}
.p-lowerProduct__bottom .p-lowerProduct__thumbnail img {
  width: 100%;
  height: 336px;
  object-fit: cover;
}
.p-lowerProduct__bottom .p-lowerProduct__popUp02thumbnail {
  margin-right: 5px;
}
.p-lowerProduct__bottom .p-lowerProduct__popUp03thumbnail {
  margin-left: 5px;
}
.p-lowerProduct__bottom > div {
  width: calc( 100% / 2 - 0px );
}
.p-lowerProduct__thumbnail {
  text-align: center;
}
.p-lowerProduct__thumbnail > label {
  display: block;
}
.p-lowerProduct__thumbnail > label img {
  cursor: pointer;
}
.p-lowerProduct__overlay { /* グレーの背景 */
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#p-lowerProduct__popUp01,
#p-lowerProduct__popUp02,
#p-lowerProduct__popUp03 {
  display: none;
}
#p-lowerProduct__popUp01:checked + .p-lowerProduct__overlay,
#p-lowerProduct__popUp02:checked + .p-lowerProduct__overlay,
#p-lowerProduct__popUp03:checked + .p-lowerProduct__overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;

}
.p-lowerProduct__popWindow {
  display: block;
  position: relative;
  max-width: 650px;
  padding: 10px 10px;
  background: #FFFD;
  text-align: center;
  transition: all 500ms ease-in-out;
  border-radius: 5px;
  overflow: auto;
/*
  min-width: fit-content;
  width: auto;
  border-radius: 5px;
  overflow: auto;
  max-height: 95%;
  min-width: fit-content;
*/
/*
  max-width: 95%; 
*/
/*
  max-width: 650px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100010;
  font-size: 13px;
  line-height: 18px;
*/
/*
  margin: 10px auto;
*/
/*
  margin: 0 auto;
  padding: 4px 10px;
  background: #FFFD;
  text-align: center;
  transition: all 500ms ease-in-out;
*/
  
}
.p-lowerProduct__popWindow .p-lowerProduct__close {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 300ms;
  font-size: 24px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 2px;
}
.p-lowerProduct__popWindow .close:hover {
  color: #06D85F;
}
.p-lowerProduct__popWindow::-webkit-scrollbar-track {
  background: none;
}
.p-lowerProduct__popWindow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.p-lowerProduct__popWindow::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.clickable:hover {
  cursor: pointer;
}
.p-lowerProduct__popWindow img {
  max-height: calc(100vh - 100px);
}
@media screen and (max-width:1280px){
  .p-lowerProducts__caseBox {
    justify-content: normal;
  }
  .p-lowerProducts__caseTxt {
/*
    max-width: 70%;
    margin: auto 0 auto 40px;
*/
  }
}
@media screen and (max-width:1040px){
/*
  .p-lowerProducts__caseTxt {
    width: 50%;
  }
  .p-lowerProducts__caseImg {
    width: 50%;
  }
*/
}
@media screen and (max-width: 768px){
  .p-lowerHead__titlejp {
    font-size: 14px;
  }
  .p-lowerProducts__txt {
    margin: 0 0 50px;
  }
  .p-lowerProduct__top .p-lowerProduct__thumbnail img {
    height: 150px;
  }
  .p-lowerProduct__bottom .p-lowerProduct__thumbnail img {
    height: 150px;
  }
  .slick-prev:before, .slick-next:before {
    width: 15px!important;
    height: 28px!important;
  }
  .slick-prev {
    left: 10px!important;
  }
  .slick-next {
    right: 10px!important;
  }
/*  #p-lowerProduct__popUp01:checked + .p-lowerProduct__overlay,
  #p-lowerProduct__popUp02:checked + .p-lowerProduct__overlay,
  #p-lowerProduct__popUp03:checked + .p-lowerProduct__overlay{
    visibility: hidden;
    opacity: 0;
  }*/
  .p-lowerProduct__box {
    margin: 30px 0 0;
  }
  .p-lowerProducts__caseList li {
    padding: 30px 0;
  }
  .p-lowerProducts__caseWrap {
    margin: 0 0 100px;
  }
  .p-lowerProducts__caseBox {
    display: block;
  }
  .p-lowerProducts__caseImg {
    width: 100%;
  }
  .p-lowerProducts__caseImg img {
    width: 100%;
    height: 200px;
  }
  .p-lowerProducts__caseTxt {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
  .p-lowerProducts__caseTxtTitle {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .p-lowerProduct__popWindow {
    padding: 5px 5px;
    border-radius: 5px;
  }
}





.p-pageContactThanks{
  margin: 100px auto 150px;
}
.p-pageContactThanksHeading {
  margin: 0 auto 50px;
}
.p-pageContactThanksTxt {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: .1em;
}
.p-pageContactThanksTxt span {
  display: inline-block;
}
.p-pageContactThanksLinkBtn {
  margin: 70px auto 0;
}
a.p-pageContactThanksLinkBtn__anc {
  margin: 0 auto;
  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: 320px;
  height: 60px;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.2;
  color: #FFF;
  background: #2a2a2a;
  box-sizing: border-box;
  padding: 0 20px 1px;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-pageContactThanks{
    margin: 60px auto 80px;
  }
  .p-pageContactThanksHeading {
    margin: 0 auto 30px;
  }
  .p-pageContactThanksTxt {
    font-size: 14px;
    line-height: 2;
  }
  .p-pageContactThanksLinkBtn {
    margin: 50px auto 0;
  }
  a.p-pageContactThanksLinkBtn__anc {
    max-width: 280px;
    width: 80%;
    height: 58px;
    font-size: 18px;
    padding: 0 15px 1px;
  }
}


.p-kv2 {
  
}
.p-kv2Inner {
  padding: 0 20px;
}
.p-kv2Frame {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-kv2Item {
  width: calc(33.333% - 4px);
  margin-left: 6px;
}
.p-kv2Item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-kv2Item:nth-of-type(n + 4) {
  margin-top: 6px;
}
.p-kv2Item__anc {
  display: block;
  position: relative;
}
.p-kv2Item__img {
  margin: 0;
}
.p-kv2Item__img img {
  width: 100%;
  max-width: none;
}
.p-kv2Item__title {
  font-size: 28px;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.p-kv2Item__subName {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 6px;
  font-style: italic;
  color: #666;
}
@media screen and (min-width: 769px) {
  .p-kv2Item__anc:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.7);
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .p-kv2ItemFrame {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    z-index: 10;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .p-kv2Item__anc:hover {
    opacity: 1;
  }
  .p-kv2Item__anc:hover:before {
    opacity: 1;
  }
  .p-kv2Item__anc:hover .p-kv2ItemFrame {
    opacity: 1;
  }

}
/*@media screen and (max-width: 1100px) {
  .p-kv2Item {
    width: calc(33.333% - 13.333px);
    margin-left: 20px;
  }
  .p-kv2Item:nth-of-type(4n + 1) {
    margin-left: 20px;
  }
  .p-kv2Item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-kv2Item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}*/
@media screen and (max-width: 768px) {
  .p-kv2Item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .p-kv2ItemFrame {
    text-align: left;
    box-sizing: border-box;
    margin-top: 9px;
  }
  .p-kv2Item__title {
    font-size: 18px;
    line-height: 1.1;
  }
  .p-kv2Item__subName {
    font-size: 10px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 600px) {
  .p-kv2Item {
    width: calc(50% - 3px);
    margin-left: 6px;
  }
  .p-kv2Item:nth-of-type(4n + 1) {
    margin-left: 6px;
  }
  .p-kv2Item:nth-of-type(3n + 1) {
    margin-left: 6px;
  }
  .p-kv2Item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-kv2Item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.p-pageCommitmentCountermeasureHeading {
  margin: 85px auto 0;
}
@media screen and (max-width: 768px) {
  .p-pageCommitmentCountermeasureHeading {
    margin-top: 80px;
  }
}




@media screen and (max-width: 768px) {
  .u-pcOnly { display: none !important;}
}
@media screen and (min-width: 769px) {
  .u-spOnly { display: none !important;}
}


.u-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.u-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


