@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) {
}

.l-section {
  padding: 56px 0 110px;
  word-break: break-all;
}
.l-section.l-section--small {
  padding: 40px 0 40px;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 56px 0 60px;
  }
  .l-section.l-section--small {
    padding: 40px 0 40px;
  }
}


.c-sectionHead {
  margin-bottom: 40px;
}
.c-sectionHead__sub {
  font-size: 24px;
  line-height: 1.3;
  color: #09176D;
  margin-bottom: 13px;
}
.c-sectionHead__title {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}

.c-sectionHead02 {
  margin-bottom: 40px;
}
.c-sectionHead02__sub {
  font-size: 16px;
  line-height: 1.3;
  color: #09176D;
  margin-bottom: 13px;
}
.c-sectionHead02__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}



.c-headTitle01 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #09176D;
  margin-bottom: 20px;
}
* + .c-headTitle01 {
  margin-top: 60px;
}
.c-headTitle02 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 40px;
}
.c-headTitle02.is-small {
  font-size: 24px;
}
.c-headArea {
  margin-bottom: 40px;
}
.c-headArea .c-headTitle02 {
  margin-bottom: 0;
}
.c-headArea__sub {
  font-size: 16px;
  line-height: 1.3;
  color: #09176D;
  margin-top: 10px;
}
.c-headArea__date {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  margin-top: 15px;
}





.c-middleTitle01 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}
* + .c-middleTitle01 {
  margin-top: 50px;
}
.c-headTitle01 + .c-middleTitle01 {
  margin-top: 30px;
}
.c-smallTitle01 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: #CCC 1px solid;
  padding-bottom: 10px;
  margin-bottom: 8px;
  color: #0077aa;
}
* + .c-smallTitle01 {
  margin-top: 20px;
}
.c-txt {
  font-size: 16px;
  line-height: 2.1;
}
.c-txt a {
  text-decoration: underline;
}
.c-imageBlock {
  margin: 40px auto 75px;
}

@media screen and (max-width: 768px) {
  .c-sectionHead02__sub {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .c-sectionHead02__title {
    font-size: 20px;
  }
  .c-headTitle01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  * + .c-headTitle01 {
    margin-top: 60px;
  }
  .c-headTitle02 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .c-headTitle02.is-small {
    font-size: 19px;
  }
  .c-headArea {
    margin-bottom: 40px;
  }
  .c-headArea .c-headTitle02 {
    margin-bottom: 0;
  }
  .c-headArea__sub {
    font-size: 14px;
    margin-top: 10px;
  }
  .c-headArea__date {
    font-size: 14px;
    margin-top: 15px;
  }





  .c-middleTitle01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  * + .c-middleTitle01 {
    margin-top: 50px;
  }
  .c-headTitle01 + .c-middleTitle01 {
    margin-top: 30px;
  }
  
  .c-smallTitle01 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
  * + .c-smallTitle01 {
    margin-top: 20px;
  }
  
  .c-txt {
    font-size: 14px;
    line-height: 2;
  }
}


.c-cap {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-cap {
    font-size: 12px;
    margin-top: 8px;
  }
}

.c-pc2ColFrame {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.c-pc2ColFrame > li {
  width: 50%;
}
.c-pc2ColFrame > li.pcPdL30 {
  padding-left: 30px;
  box-sizing: border-box;
}
.c-pc2ColFrame > li.pcPdR30 {
  padding-right: 50px;
  box-sizing: border-box;
}



.c-col3 {
  display: flex;
  flex-wrap: wrap;
}
.c-col3 > li {
  width: 29.16%;
  margin-left: 6.26%;
  display: flex;
}
.c-col3 > li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.c-col3 > li:nth-of-type(n + 4) {
  margin-top: clamp(20px, 5.5vw, 66px);
}
.c-col3 > li > a {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.c-col3 > li > a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-imageBlock {
    margin: 30px auto 50px;
  }
  .c-pc2ColFrame {
    flex-direction: column;
    margin: 40px auto;
  }
  .c-pc2ColFrame > li {
    width: 100%;
  }
  .c-pc2ColFrame > li + li {
    margin-top: 36px;
  }
  .c-pc2ColFrame > li.pcPdL30 {
    padding-left: 0;
  }
  .c-pc2ColFrame > li.pcPdR30 {
    padding-right: 0;
  }
  .c-col3 > li {
    width: calc(33.33% - 13.33px);
    margin-left: 20px;
  }
  .c-col3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .c-col3 > li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .c-col3 > li {
    width: 100%;
    margin-left: 0px;
  }
  .c-col3 > li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-pageConsumerTopMenu .c-col3 > li {
    width: calc(33.33% - 6.66px);
    margin-left: 10px;
  }
  .p-pageConsumerTopMenu .c-col3 > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-pageConsumerTopMenu .c-col3 > li:nth-of-type(n + 2) {
    margin-top: 0px;
  }
  .p-pageConsumerTopMenu .c-col3 > li:nth-of-type(n + 3) {
    margin-top: 0px;
  }
  .p-pageConsumerTopMenu .c-col3 > li:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}


.c-col4 {
  display: flex;
  flex-wrap: wrap;
}
.c-col4 > li {
  width: 20.83%;
  margin-left: 5.56%;
  display: flex;
}
.c-col4 > li:nth-of-type(4n + 1) {
  margin-left: 0;
}
.c-col4 > li:nth-of-type(n + 5) {
  margin-top: clamp(20px, 5.5vw, 66px);
}
.c-col4 > li > a {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.c-col4 > li > a:hover {
  opacity: 1;
}
.c-col4.is-narrow > li {
  width: 22.5%;
  margin-left: 3.33%;
}
.c-col4.is-narrow > li:nth-of-type(4n + 1) {
  margin-left: 0;
}
.c-col4.is-narrow > li:nth-of-type(n + 5) {
  margin-top: clamp(20px, 3.3vw, 40px);
}
@media screen and (max-width: 768px) {
  .c-col4 > li {
    width: calc(25% - 15px);
    margin-left: 20px;
  }
  .c-col4 > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .c-col4 > li:nth-of-type(n + 5) {
    margin-top: 20px;
  }
  .c-col4.is-narrow > li {
    width: calc(25% - 12px);
    margin-left: 16px;
  }
  .c-col4.is-narrow > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .c-col4.is-narrow > li:nth-of-type(n + 5) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-col4 > li {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .c-col4 > li:nth-of-type(4n + 1) {
    margin-left: 20px;
  }
  .c-col4 > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-col4 > li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .c-col4.is-narrow > li {
    width: calc(50% - 8px);
    margin-left: 16px;
  }
  .c-col4.is-narrow > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-col4.is-narrow > li:nth-of-type(n + 3) {
    margin-top: 16px;
  }
}


.c-linkCover {
  position: relative;
}
.c-linkCover:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(0,0,0,0.3);
  z-index: 1;
  transition: all 0.4s ease-out;
}
a:hover .c-linkCover:before {
  opacity: 0;
}

.c-img--squre {
  
}
.c-img--squre img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.c-img--thumb01 {
  background: #717171;
}
.c-img--thumb01 img {
  width: 100%;
  aspect-ratio: 350 / 240;
  object-fit: contain;
}

.c-titleCap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #FFF;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  padding: 5px 10px 6px;
  font-weight: 500;
  z-index: 10;
}
.c-titleCap.c-titleCap--red {
  background: #FF3636;
}

.c-linkDetail {
  background: #FFF;
  padding: 15px 13px 19px 13px;
  text-align: left;
  height: 100%;
}
.c-linkDetail__title {
  color: #09176D;
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
}
.c-linkDetailInfo {
  display: flex;
  font-size: 10px;
  line-height: 1.3;
  margin-top: 10px;
}
.c-linkDetailInfo__date {
  width: 57px;
  margin-right: 6px;
  border-right: #000 1px solid;
}
.c-linkDetailInfo__cate {
  width: calc(100% - 64px);
}


.c-link {
  margin-top: 30px;
}
a.c-link__anc {
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
}

.c-btnBlock {
  text-align: center;
}
a.c-btn {
  margin: 0 auto;
  border: 2px solid #09176D;
  color: #09176D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  min-height: 60px;
  padding: 5px 15px;
  box-sizing: border-box;
}
a.c-btn.c-btn--bk {
  border-color: #000;
  background: #000;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  a.c-btn {
    font-size: 16px;
    min-width: 260px;
    min-height: 50px;
  }
}


.c-tab {
  display: flex;
}
.c-tabItem {
  width: 130px;
  margin-right: 5px;
  background: #9BA0BC;
  color: #FFF;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  cursor: pointer;
}
.c-tabItem.is-active {
  background: #F8F8F8;
  color: #000;
}
a.c-tabItem {
  color: #FFF;
}
a.c-tabItem.is-active {
  color: #000;
}
.c-tabContents {
  background: #F8F8F8;
}
.c-tabContent {
  display: none;
  padding: 50px 50px 40px;
}
.c-tabContent.is-show {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-tab {
  }
  .c-tabItem {
    width: calc(25% - 3px);
    margin-right: 0;
    margin-left: 4px;
    font-size: 10px;
    height: 30px;
  }
  .c-tabItem:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .c-tabContent {
    padding: 30px 20px 30px;
  }
}

.c-newsList {
  
}
.c-newsList > li {
  
}
.c-newsList > li:nth-of-type(n + 2) {
  margin-top: 20px;
}
.c-newsList > li > a {
  background: #FFF;
  display: flex;
  height: 60px;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 30px 10px 25px;
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  position: relative;
}
.c-newsList > li > a:before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  padding: 0 7px 0 0;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.c-newsListItem__date {
  width: 90px;
}
.c-newsListItem__txt {
  width: calc(100% - 90px);
}
@media screen and (max-width: 768px) {
  .c-newsList > li > a {
    display: block;
    height: auto;
    padding: 15px 30px 15px 20px;
  }
  .c-newsList > li > a:before {
    right: 10px;
  }
  .c-newsListItem__date {
    width: 100%;
  }
  .c-newsListItem__txt {
    width: 100%;
    margin-top: 5px;
  }
}

.c-bannerBox {
}
.c-bannerBox a {
  display: block;
  position: relative;
}
.c-bannerBox + * ,
* + .c-bannerBox {
  margin-top: clamp(20px, 3.3vw, 40px);
}


.c-bannerSection {
  padding: 75px 0 60px;
}
.c-bannerSection__img a {
  display: block;
  position: relative;
}



.c-contents {
  text-align: left;
}
.c-con02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
* + .c-con02 {
  margin-top: 60px;
}
.c-con02Box {
  width: calc(50% - 30px);
}

/* 法人向けサービス 共通パーツ */
.c-businessNumberingBoxList {
  margin-top: 50px;
}
.c-businessNumberingBoxList > li {
  background-color: #F8F8F8;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  counter-increment: index-number;
}
.c-businessNumberingBoxList > li + li {
  margin-top: 40px;
}
.c-businessNumberingBoxList__thumbnail {
  width: 30.83%;
}
.c-businessNumberingBoxList__thumbnail img {
  width: 100%;
}
.c-businessNumberingBoxList__txtArea {
  width: 69.17%;
  padding-left: 24px;
  box-sizing: border-box;
}
.c-businessNumberingBoxListHeading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
/*
  padding-left: 40px;
*/
  margin-bottom: 24px;
}
/*.c-businessNumberingBoxListHeading::before {
  position: absolute;
  content: counter(index-number);
  left: 0;
  top: 0;
  background-color: #09176D;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-self: center;
  padding-top: 4px;
  box-sizing: border-box;
}*/
@media screen and (max-width: 768px) {
  .c-businessNumberingBoxList {
    margin-top: 36px;
  }
  .c-businessNumberingBoxList > li {
    padding: 20px 15px;
    flex-direction: column;
  }
  .c-businessNumberingBoxList > li + li {
    margin-top: 36px;
  }
  .c-businessNumberingBoxList__thumbnail {
    width: 100%;
  }
  .c-businessNumberingBoxList__txtArea {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .c-businessNumberingBoxListHeading {
    font-size: 18px;
/*
    padding-left: 40px;
*/
    margin-bottom: 18px;
  }
}


.c-table {
  width: 100%;
  box-sizing: border-box;
/*
  border-left: #000 1px solid;
*/
  border-top: #000 1px solid;
}
.c-table th ,
.c-table td {
/*
  border-right: #000 1px solid;
*/
  border-bottom: #000 1px solid;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  padding: 20px;
  font-weight: 400;
  box-sizing: border-box;
/*
  vertical-align: middle;
*/
}
.c-table th {
  width: 25%;
  font-weight: 700;
}
.c-table td {
  width: 75%;
}
.c-table tr:nth-of-type(2n + 1) {
  background: #F8F8F8;
}
.c-table.c-table--noback  tr:nth-of-type(2n + 1) {
  background: none;
}
.c-table .is-grey {
  background: #F8F8F8;
}
.c-table.c-table--noback  tr.is-grey {
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .c-table th ,
  .c-table td {
    font-size: 14px;
    padding: 10px;
  }
  .c-table th {
    width: 25%;
  }
  .c-table td {
    width: 75%;
  }
}

.c-table.p-accessTable th {
  width: 20%;
  font-weight: 700;
}
.c-table.p-accessTable td:nth-child(2) {
  width: calc(80% - 200px);
}
.c-table.p-accessTable td:nth-child(3) {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .c-table.p-accessTable ,
  .c-table.p-accessTable tbody ,
  .c-table.p-accessTable tr ,
  .c-table.p-accessTable th ,
  .c-table.p-accessTable td {
    display: block;
    border-bottom: none;
  }
  .c-table.p-accessTable tr {
    padding: 15px 20px;
  }
  .c-table.p-accessTable tr + tr {
    border-top: #000 1px solid;
  }
  .c-table.p-accessTable th {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .c-table.p-accessTable td:nth-child(2) {
    width: 100%;
    padding: 0;
  }
  .c-table.p-accessTable td:nth-child(3) {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}



a.c-txtlink {
  color: #09176D;
  display: inline-block;
  position: relative;
}
a.c-txtlink:after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
/*
  padding: 0 7px 0 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
*/
  margin-left: 5px;
}
a.c-txtlink span {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  a.c-txtlink {
    font-size: 12px;
  }
}

a.c-txtlink2 {
  background: #09176D;
  color: #FFF;
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  border-radius: 5px;
}
a.c-txtlink2:after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 5px;
}
a.c-txtlink2 span {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  a.c-txtlink2 {
    font-size: 12px;
  }
}

a.c-txtlink3 {
  background: #09176D;
  color: #FFF;
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
}
a.c-txtlink3:after {
  content: '\f2d2';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 8px;
  font-size: 14px;
}
a.c-txtlink3 span {
}
@media screen and (max-width: 768px) {
  a.c-txtlink3 {
    font-size: 12px;
  }
  a.c-txtlink3:after {
    margin-left: 5px;
    font-size: 11px;
  }
}


.c-pager2Outer {
  margin-top: 100px;
}
.c-pager2 {
  display: flex;
  justify-content: space-between;
  max-width: 550px;
  margin: 0 auto;
}
.c-pager2Item {
  width: 45.45%;
}
.c-pager2Item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  box-sizing: border-box;
  border: #000000 1px solid;
  position: relative;
}
.c-pager2Item a i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.c-pager2Item:nth-of-type(1) a i {
  left: 15px;
}
.c-pager2Item:nth-of-type(2) a i {
  right: 15px;
}
@media screen and (max-width: 768px) {
  .c-pager2Outer {
    margin-top: 70px;
  }
  .c-pager2 {
    max-width: 550px;
    margin: 0 auto;
  }
  .c-pager2Item {
    width: calc(50% - 10px);
  }
  .c-pager2Item a {
    height: 50px;
    font-size: 14px;
  }
  .c-pager2Item a i {
  }
  .c-pager2Item:nth-of-type(1) a i {
    left: 12px;
  }
  .c-pager2Item:nth-of-type(2) a i {
    right: 12px;
  }
}


.p-sns {
  padding-bottom: 50px;
}
.p-snsList {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.p-snsList li {
  margin: 0 15px;
}
.p-snsList li a {
  color: #09176D;
}
@media screen and (max-width: 768px) {
  .p-sns {
    padding-bottom: 30px;
  }
  .p-snsList {
    font-size: 26px;
  }
  .p-snsList li {
    margin: 0 10px;
  }
}



.p-news {
  padding-bottom: 90px;
}
.p-recruit {
  padding-bottom: 55px;
}


.p-contact {
  background: #09176D;
  color: #FFF;
  padding-bottom: 55px;
}
.p-contact .c-sectionHead__sub {
  color: #FFF;
}
.p-contactLink {
  display: flex;
  justify-content: space-between;
  max-width: 592px;
  margin: 0 auto;
}
.p-contactLinkItem {
  width: calc(50% - 16px);
}
.p-contactLinkItem a {
  border: #FFF 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.p-contactLinkItem.is-tel a {
  color: #FFF;
  font-size: 20px;
}
.p-contactLinkItem.is-tel a i {
  margin-right: 10px;
}
.p-contactLinkItem.is-contact a {
  color: #09176D;
  font-size: 14px;
  vertical-align: middle;
  background: #FFF;
}
.p-contactLinkItem.is-contact a i {
  margin-right: 10px;
  font-size: 16px;
  transform: translate(0, 1px);
}
@media screen and (max-width: 768px) {
  .p-contactLinkItem {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 560px) {
  .p-contactLink {
    display: block;
  }
  .p-contactLinkItem {
    width: 100%;
  }
  .p-contactLinkItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}


/*--- 緊急時のお問い合わせ ---*/
.c-section__emergencyTitle {
  background: #FFF;
  font-size: 24px;
  color: #0077AA;
  padding: 20px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.c-section__emergencyTitle span {
  color: #000;
  font-size: 18px;
  display: block;
  margin-top: 15px;
  font-weight: 500;
}
.c-section__emergencySubtitle {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin: 35px auto;
  max-width: 900px;
}
.c-section__emergencyProcesse {
  border-left: 5px solid #000;
  color: #000;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 700;
  max-width: 900px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}


.p-emergencyInquiry__box .c-txt {
  max-width: 900px;
  margin: 0 auto 40px;
}
.p-emergencyInquiry__box {
  background: #FCEBEB;
  padding: 60px 40px;
  margin-bottom: 0;
  text-align: left;
}
.p-emergencyInquiry__box:not(:last-of-type) {
  margin-bottom: 45px;
}
.p-emergencyInquiryWrap {
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #FFF;
  margin-bottom: 0;
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  padding: 15px 20px;
  -webkit-align-items: center;      /* Safari etc. */
  -ms-align-items    : center;      /* IE10        */
  align-items        : center;
}
.p-emergencyInquiryWrap:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-emergencyInquiry__title {
  font-size: 20px;
  min-width: 485px;
  font-weight: 500;
}
.p-emergencyInquiry__item {
  font-size: 36px;
  font-weight: 500;
}
.p-emergencyInquiry__item--blue {
  color: #0077AA;
}
.p-emergencyInquiry__item--red {
  color: #FF3636;
}
.p-emergencyInquiry__list {
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto;
}
.p-emergencyInquiry__list li {
  position: relative;
  padding-left: 1.5em; 
  text-indent: 0;       
  line-height: 2.25em;
}
.p-emergencyInquiry__list li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-emergencyInquiry__attention {
  color: #FF3636;
}
.p-emergencyInquiry__flowImg {
  margin-bottom: 50px;
}
.p-emergencyInquiry__flowImg img {
  width: auto;
  height: 210px;
}
.p-emergencyInquiry__gasmeter {
  background: #FFF;
  padding: 30px 0 50px;
  max-width: 900px;
  margin: 60px auto 0;
}
.p-emergencyInquiry__gasmeterTxt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #FF3636;
  margin-bottom: 40px;
}
.p-emergencyInquiry__gasmeterImg {
  text-align: center;
}
.p-emergencyInquiry__gasmeterImg img {
  max-width: 335px;
  max-height: 279px;
}
.p-emergencyInquiry__confirmationWrap {
  background: #FFF;
  padding: 20px 80px;
  margin: 0 auto;
  max-width: 900px;
  box-sizing: border-box;
}
.p-confirmationTitle {
  background: #FFF;
  font-size: 24px;
  color: #0077AA;
  padding: 20px 20px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 900px;
}
.p-emergencyInquiry__confirmationBox {
  background: #F8F8F8;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 0;
}
.p-emergencyInquiry__confirmationBox span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
}
.p-emergencyInquiry__dangerfeelifWrap {
  background: #FFF;
  padding: 30px 50px;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
}
.p-emergencyInquiry__dangerfeelifTitle {
  font-size: 24px;
  text-align: center;
  color: #FF3636;
  margin-bottom: 40px;
}
.p-emergencyInquiry__dangerfeelifTxt {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 2.4em;
}
.p-emergencyInquiry__flowWrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .p-emergencyInquiryWrap {
    display : block;
    text-align: center;
  }
  .p-emergencyInquiry__title {
  }
  .p-emergencyInquiry__item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-section__emergencyTitle {
    font-size: 18px;
    line-height: 1.4;
    padding: 20px 20px;
    margin: 0 auto 40px;
  }
  .c-section__emergencyTitle span {
    font-size: 14px;
    margin-top: 10px;
  }
  .c-section__emergencySubtitle {
    font-size: 18px;
    margin: 35px auto 20px;
  }
  .c-section__emergencyProcesse {
    border-left: 4px solid #000;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 auto 20px;
  }


  .p-emergencyInquiry__box .c-txt {
    margin: 0 auto 40px;
  }
  .p-emergencyInquiry__box {
    padding: 20px 20px;
    margin-bottom: 0;
  }
  .p-emergencyInquiry__box:not(:last-of-type) {
    margin-bottom: 45px;
  }
  .p-emergencyInquiryWrap {
    padding: 15px 20px;
  }
  .p-emergencyInquiryWrap:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-emergencyInquiry__title {
    font-size: 18px;
    min-width: unset;
    font-weight: 500;
  }
  .p-emergencyInquiry__title span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }
  .p-emergencyInquiry__item {
    font-size: 36px;
    font-weight: 500;
  }
  .p-emergencyInquiry__item--blue {
    color: #0077AA;
  }
  .p-emergencyInquiry__item--red {
    color: #FF3636;
  }
  .p-emergencyInquiry__list {
    font-size: 14px;
  }
  .p-emergencyInquiry__list li {
    padding-left: 1.5em; 
    line-height: 2;
  }
  .p-emergencyInquiry__list li:before {
    content: "・";
    position: absolute;
    left: 0;
  }
  .p-emergencyInquiry__attention {
    color: #FF3636;
  }
  .p-emergencyInquiry__flowImg {
    margin-bottom: 40px;
  }
  .p-emergencyInquiry__flowImg img {
    width: auto;
    height: auto;
  }
  .p-emergencyInquiry__gasmeter {
    box-sizing: border-box;
    padding: 25px 20px 30px;
    margin: 60px auto 0;
  }
  .p-emergencyInquiry__gasmeterTxt {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .p-emergencyInquiry__gasmeterImg {
    text-align: center;
  }
  .p-emergencyInquiry__gasmeterImg img {
    max-width: 335px;
    max-height: 279px;
  }
  .p-emergencyInquiry__confirmationWrap {
    background: #FFF;
    padding: 20px 20px 1px;
  }
  .p-confirmationTitle {
    font-size: 18px;
    line-height: 1.3;
    padding: 20px 20px 0;
  }
  .p-emergencyInquiry__confirmationBox {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 20px 20px;
  }
  .p-emergencyInquiry__confirmationBox span {
    font-size: 14px;
    margin-top: 10px;
  }
  .p-emergencyInquiry__dangerfeelifWrap {
    padding: 25px 20px;
  }
  .p-emergencyInquiry__dangerfeelifTitle {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .p-emergencyInquiry__dangerfeelifTxt {
    font-size: 15px;
    line-height: 2;
  }
  .p-emergencyInquiry__flowWrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}



.p-topKv {
  padding: 0 0 0;
  background: #333;
  position: relative;
}
.p-topKv__down {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 50px;
  color: #FFF;
  z-index: 100;
  font-size: 30px;
}
.p-topKv__down a {
  color: #FFF;
}
.p-topKvSlider {
}
.p-topKvSliderItem {
  height: calc(100vh - 80px);
  min-height: 766px;
}
a.p-topKv__btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #FFF;
  border: #FFF 1px solid;
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
}
a.p-topKv__btn i {
  margin-right: 5px;
}

.p-topKvSlider .txtIn {
  overflow: hidden;
}
.p-topKvSlider .txtIn span {
  display: block;
  transform: translate(0, 100%);
  transition: all 0.5s 2.5s ease-out;
}
.p-topKvSlider .animate.animated .txtIn span {
  transform: translate(0, 0);
}
.p-topKvSlider .fadeDown {
  opacity: 0;
  transform: translate(0, -50%);
  transition: all 0.5s 2.5s ease-out;
}
.p-topKvSlider .animate.animated .fadeDown {
  opacity: 1;
  transform: translate(0, 0);
}

.p-topKvSlide1 {
  height: calc(100vh - 80px);
  min-height: 766px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
  overflow: hidden;
}
.p-topKvSlide1Back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top/kv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.p-kv__backVideo .bg-video {
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 2;
}
.p-topKvSlide1Cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 5;
  opacity: 1;
  transition: all 0.5s 0.5s ease-out;
}
.p-topKvSlide1Inner {
  position: relative;
  z-index: 10;
  width: 100%;
}
.p-topKvSlide1__logo {
  max-width: 346px;
  margin: 0 auto;
  opacity: 0;
  transition: all 1s 1s ease-out;
}
.p-topKvSlide1__title1 {
  font-size: 20px;
  line-height: 1;
  color: #FFF;
  font-weight: 500;
  margin-top: 50px;
}
.p-topKvSlide1__title2 {
  font-size: 50px;
  line-height: 1.2;
  color: #FFF;
  font-weight: 500;
  margin-top: 20px;
}
.p-topKvSlide1Btn {
  max-width: 1320px;
  margin: 80px auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-topKvSlide1BtnItem {
  width: 30.3%;
}

.animate.animated .p-topKvSlide1Cover {
  opacity: 1;
}
.animate.animated .p-topKvSlide1__logo {
  opacity: 1;
}


.p-topKvSlide2 {
  height: calc(100vh - 80px);
  min-height: 766px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
}
.p-topKvSlide2Back1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top/top-eyecatch-building.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.p-topKvSlide2Back2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p-topKvSlide2Back2Item {
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-topKvSlide2Back2Item.is-1 {
  background-image: url("../images/top/mv0-1.jpg");
}
.p-topKvSlide2Back2Item.is-2 {
  background-image: url("../images/top/mv0-2.jpg");
  left: 25%;
}
.p-topKvSlide2Back2Item.is-3 {
  background-image: url("../images/top/mv0-3.jpg");
  left: 50%;
}
.p-topKvSlide2Back2Item.is-4 {
  background-image: url("../images/top/mv0-4.jpg");
  left: 75%;
}
.p-topKvSlide2 .p-topKvSlide2Back2Item {
  transition: all 0.8s 0s ease-out;
}
.p-topKvSlide2 .p-topKvSlide2Back2Item.is-1 {
  transform: translate(0,-100%);
}
.p-topKvSlide2 .p-topKvSlide2Back2Item.is-2 {
  transform: translate(0,100%);
}
.p-topKvSlide2 .p-topKvSlide2Back2Item.is-3 {
  transform: translate(0,-100%);
}
.p-topKvSlide2 .p-topKvSlide2Back2Item.is-4 {
  transform: translate(0,100%);
}
.p-topKvSlide2Cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 5;
  opacity: 1;
  transition: all 0.5s 0.5s ease-out;
}
/*.p-topKvSlide2Inner {
  position: relative;
  z-index: 10;
  width: 100%;
}
.p-topKvSlide2__title {
  font-size: 48px;
  line-height: 1;
  color: #FFF;
  font-weight: 500;
  text-shadow: 0 4px 4px rgba(0,0,0,0.5);
  opacity: 0;
  transition: all 0.5s 1.1s ease-out;
}
.p-topKvSlide2__subTitle {
  font-size: 24px;
  line-height: 1.3;
  color: #FFF;
  font-weight: 500;
  margin-top: 40px;
  transition: all 0.5s 1.1s ease-out;
  opacity: 0;
}
.p-topKvSlide2__subTitle > span {
  display: inline-block;
  position: relative;
  padding: 0 154px;
}
.p-topKvSlide2__subTitle > span:before ,
.p-topKvSlide2__subTitle > span:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 116px;
  background: #FFF;
}
.p-topKvSlide2__subTitle > span:before {
  left: 0;
}
.p-topKvSlide2__subTitle > span:after {
  right: 0;
}
.p-topKvSlide2__subTitle > span > span {
  transition: all 0.5s 1.6s ease-out;
  letter-spacing: -1em;
  opacity: 0;
}
.p-topKvSlide2Btn {
  max-width: 400px;
  margin: 80px auto 0;
  width: 100%;
}
.p-topKvSlider .p-topKvSlide2BtnItem.fadeDown {
  transition-delay: 1.6s;
}*/
.p-topKvSlide2Inner {
  position: relative;
  z-index: 10;
  width: 100%;
}
.p-topKvSlide2__logo {
  max-width: 346px;
  margin: 0 auto;
  opacity: 0;
  transition: all 1s 1s ease-out;
}
.p-topKvSlide2__title1 {
  font-size: 20px;
  line-height: 1;
  color: #FFF;
  font-weight: 500;
  margin-top: 50px;
}
.p-topKvSlide2__title2 {
  font-size: 50px;
  line-height: 1.2;
  color: #FFF;
  font-weight: 500;
  margin-top: 20px;
}
.p-topKvSlide2Btn {
  max-width: 1320px;
  margin: 80px auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-topKvSlide2BtnItem {
  width: 30.3%;
}

.animate.animated .p-topKvSlide1Cover {
  opacity: 1;
}
.animate.animated .p-topKvSlide1__logo {
  opacity: 1;
}
.p-topKvSlide2.animate.animated .p-topKvSlide2Back2Item.is-1 ,
.p-topKvSlide2.animate.animated .p-topKvSlide2Back2Item.is-2 ,
.p-topKvSlide2.animate.animated .p-topKvSlide2Back2Item.is-3 ,
.p-topKvSlide2.animate.animated .p-topKvSlide2Back2Item.is-4 {
  transform: translate(0,0);
}
.animate.animated .p-topKvSlide2Cover {
  opacity: 1;
}
/*.animate.animated .p-topKvSlide2__title {
  opacity: 1;
}
.animate.animated .p-topKvSlide2__subTitle {
  opacity: 1;
}
.animate.animated .p-topKvSlide2__subTitle > span > span {
  letter-spacing: 0;
  opacity: 1;
}*/
.animate.animated .p-topKvSlide2Cover {
  opacity: 1;
}
.animate.animated .p-topKvSlide2__logo {
  opacity: 1;
}

.p-topKvSlide3 {
  height: calc(100vh - 80px);
  min-height: 766px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
}
.p-topKvSlide3Back1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-topKvSlide3Back1Item {
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-topKvSlide3Back1Item.is-1 {
  background-image: url("../images/top/mv0-1.jpg");
}
.p-topKvSlide3Back1Item.is-2 {
  background-image: url("../images/top/mv0-2.jpg");
  left: 25%;
}
.p-topKvSlide3Back1Item.is-3 {
  background-image: url("../images/top/mv0-3.jpg");
  left: 50%;
}
.p-topKvSlide3Back1Item.is-4 {
  background-image: url("../images/top/mv0-4.jpg");
  left: 75%;
}
/*
.p-topKvSlide3Back1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 2;
}
*/
.p-topKvSlide3Back2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p-topKvSlide3Back2Item {
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-topKvSlide3Back2Item.is-1 {
  background-image: url("../images/top/mv1-1.jpg");
}
.p-topKvSlide3Back2Item.is-2 {
  background-image: url("../images/top/mv1-2.jpg");
  left: 25%;
}
.p-topKvSlide3Back2Item.is-3 {
  background-image: url("../images/top/mv1-3.jpg");
  left: 50%;
}
.p-topKvSlide3Back2Item.is-4 {
  background-image: url("../images/top/mv1-4.jpg");
  left: 75%;
}
.p-topKvSlide3 .p-topKvSlide3Back2Item {
  transition: all 0.8s 0s ease-out;
}
.p-topKvSlide3 .p-topKvSlide3Back2Item.is-1 {
  transform: translate(0,-100%);
}
.p-topKvSlide3 .p-topKvSlide3Back2Item.is-2 {
  transform: translate(0,100%);
}
.p-topKvSlide3 .p-topKvSlide3Back2Item.is-3 {
  transform: translate(0,-100%);
}
.p-topKvSlide3 .p-topKvSlide3Back2Item.is-4 {
  transform: translate(0,100%);
}

.p-topKvSlide3Cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 5;
  opacity: 1;
  transition: all 0.5s 0.8s ease-out;
}
.p-topKvSlide3Inner {
  position: relative;
  z-index: 10;
  width: 100%;
}
.p-topKvSlide3__title {
  font-size: 48px;
  line-height: 1;
  color: #FFF;
  font-weight: 500;
  text-shadow: 5px 0 5px rgba(0,0,0,0.4);
  opacity: 0;
  transition: all 0.5s 1s ease-out;
}
.p-topKvSlide3__subTitle {
  font-size: 30px;
  line-height: 1.2;
  color: #FFF;
  font-weight: 500;
  margin-top: 25px;
}
.p-topKvSlide3Btn {
  max-width: 350px;
  margin: 80px auto 0;
  width: 100%;
}
.p-topKvSlide3BtnItem {
}
.p-topKvSlider .p-topKvSlide3__subTitle.txtIn span {
  transition-delay: 1.6s;
}
.p-topKvSlider .p-topKvSlide3 .fadeDown {
  transition-delay: 1.6s;
}
.p-topKvSlide3.animate.animated .p-topKvSlide3Back2Item.is-1 ,
.p-topKvSlide3.animate.animated .p-topKvSlide3Back2Item.is-2 ,
.p-topKvSlide3.animate.animated .p-topKvSlide3Back2Item.is-3 ,
.p-topKvSlide3.animate.animated .p-topKvSlide3Back2Item.is-4 {
  transform: translate(0,0);
}
.animate.animated .p-topKvSlide3Cover {
  opacity: 1;
}
.animate.animated .p-topKvSlide3__title {
  opacity: 1;
}


.p-topKvSlide4 {
  height: calc(100vh - 80px);
  min-height: 766px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
}
.p-topKvSlide4 .p-topKvSlide3Back2 {
  z-index: 1;
}
.p-topKvSlide4Back1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-topKvSlide4Back1Item {
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-topKvSlide4Back1Item.is-1 {
  background-image: url("../images/top/mv3-1.jpg");
}
.p-topKvSlide4Back1Item.is-2 {
  background-image: url("../images/top/mv3-2.jpg");
  left: 25%;
}
.p-topKvSlide4Back1Item.is-3 {
  background-image: url("../images/top/mv3-3.jpg");
  left: 50%;
}
.p-topKvSlide4Back1Item.is-4 {
  background-image: url("../images/top/mv3-4.jpg");
  left: 75%;
}
.p-topKvSlide4Back2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p-topKvSlide4Back2Item {
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-topKvSlide4Back2Item.is-1 {
  background-image: url("../images/top/mv2-1.jpg");
}
.p-topKvSlide4Back2Item.is-2 {
  background-image: url("../images/top/mv2-2.jpg");
  left: 25%;
}
.p-topKvSlide4Back2Item.is-3 {
  background-image: url("../images/top/mv2-3.jpg");
  left: 50%;
}
.p-topKvSlide4Back2Item.is-4 {
  background-image: url("../images/top/mv2-4.jpg");
  left: 75%;
}
.p-topKvSlide4 .p-topKvSlide4Back2Item {
  transition: all 0.8s 0s ease-out;
}
.p-topKvSlide4 .p-topKvSlide4Back2Item.is-1 {
  transform: translate(0,-100%);
}
.p-topKvSlide4 .p-topKvSlide4Back2Item.is-2 {
  transform: translate(0,100%);
}
.p-topKvSlide4 .p-topKvSlide4Back2Item.is-3 {
  transform: translate(0,-100%);
}
.p-topKvSlide4 .p-topKvSlide4Back2Item.is-4 {
  transform: translate(0,100%);
}
.p-topKvSlide4Cover2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 2;
}
.p-topKvSlide4Cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 5;
  opacity: 1;
  transition: all 0.5s 0.8s ease-out;
}
.p-topKvSlide4Inner {
  position: relative;
  z-index: 10;
  width: 100%;
}
.p-topKvSlide4__title {
  font-size: 48px;
  line-height: 1;
  color: #FFF;
  font-weight: 500;
  text-shadow: 5px 0 5px rgba(0,0,0,0.4);
  opacity: 0;
  transition: all 0.5s 1s ease-out;
}
.p-topKvSlide4__subTitle {
  font-size: 30px;
  line-height: 1.2;
  color: #FFF;
  font-weight: 500;
  margin-top: 25px;
}
.p-topKvSlide4Btn {
  max-width: 350px;
  margin: 80px auto 0;
  width: 100%;
}
.p-topKvSlide4BtnItem {
}
.p-topKvSlider .p-topKvSlide4__subTitle.txtIn span {
  transition-delay: 1.6s;
}
.p-topKvSlider .p-topKvSlide4 .fadeDown {
  transition-delay: 1.6s;
}
.p-topKvSlide4.animate.animated .p-topKvSlide4Back2Item.is-1 ,
.p-topKvSlide4.animate.animated .p-topKvSlide4Back2Item.is-2 ,
.p-topKvSlide4.animate.animated .p-topKvSlide4Back2Item.is-3 ,
.p-topKvSlide4.animate.animated .p-topKvSlide4Back2Item.is-4 {
  transform: translate(0,0);
}
.animate.animated .p-topKvSlide4Cover {
  opacity: 1;
}
.animate.animated .p-topKvSlide4__title {
  opacity: 1;
}

.p-topKvSlider .slick-prev,
.p-topKvSlider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 100px;
  background-color: #FFF;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 10;
}
.p-topKvSlider .slick-prev:hover,
.p-topKvSlider .slick-prev:focus,
.p-topKvSlider .slick-next:hover,
.p-topKvSlider .slick-next:focus {
  background-color: #FFF;
}
.p-topKvSlider .slick-prev:hover:before,
.p-topKvSlider .slick-prev:focus:before,
.p-topKvSlider .slick-next:hover:before,
.p-topKvSlider .slick-next:focus:before {
  opacity: 1;
}
.p-topKvSlider .slick-prev.slick-disabled:before,
.p-topKvSlider .slick-next.slick-disabled:before {
  opacity: .25;
}
.p-topKvSlider .slick-prev:before,
.p-topKvSlider .slick-next:before {
/*  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #000000;
}
.p-topKvSlider .slick-prev {
  left: 0px;
}
.p-topKvSlider .slick-prev:before {
  content: '\f053';
  right: 18px;
}
.p-topKvSlider .slick-next {
  right: 0px;
}
.p-topKvSlider .slick-next:before {
  content: '\f054';
  left: 18px;
}


.p-topKvSlide5 {
  height: calc(100vh - 80px);
  min-height: 766px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
}
.p-topKvSlide5Back1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-topKvSlide5Back1Item {
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-topKvSlide5Back1Item.is-1 {
  background-image: url("../images/top/mv1-1.jpg");
}
.p-topKvSlide5Back1Item.is-2 {
  background-image: url("../images/top/mv1-2.jpg");
  left: 25%;
}
.p-topKvSlide5Back1Item.is-3 {
  background-image: url("../images/top/mv1-3.jpg");
  left: 50%;
}
.p-topKvSlide5Back1Item.is-4 {
  background-image: url("../images/top/mv1-4.jpg");
  left: 75%;
}
.p-topKvSlide5Back2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p-topKvSlide5Back2Item {
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-topKvSlide5Back2Item.is-1 {
  background-image: url("../images/top/mv3-1.jpg");
}
.p-topKvSlide5Back2Item.is-2 {
  background-image: url("../images/top/mv3-2.jpg");
  left: 25%;
}
.p-topKvSlide5Back2Item.is-3 {
  background-image: url("../images/top/mv3-3.jpg");
  left: 50%;
}
.p-topKvSlide5Back2Item.is-4 {
  background-image: url("../images/top/mv3-4.jpg");
  left: 75%;
}
.p-topKvSlide5 .p-topKvSlide5Back2Item {
  transition: all 0.8s 0s ease-out;
}
.p-topKvSlide5 .p-topKvSlide5Back2Item.is-1 {
  transform: translate(0,-100%);
}
.p-topKvSlide5 .p-topKvSlide5Back2Item.is-2 {
  transform: translate(0,100%);
}
.p-topKvSlide5 .p-topKvSlide5Back2Item.is-3 {
  transform: translate(0,-100%);
}
.p-topKvSlide5 .p-topKvSlide5Back2Item.is-4 {
  transform: translate(0,100%);
}
.p-topKvSlide5Cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 5;
  opacity: 1;
  transition: all 0.5s 0.5s ease-out;
}
.p-topKvSlide5Inner {
  position: relative;
  z-index: 10;
  width: 100%;
}
.p-topKvSlide5__title {
  font-size: 48px;
  line-height: 1;
  color: #FFF;
  font-weight: 500;
  text-shadow: 5px 0 5px rgba(0,0,0,0.4);
  opacity: 0;
  transition: all 0.5s 1s ease-out;
}
.p-topKvSlide5__subTitle {
  font-size: 30px;
  line-height: 1.2;
  color: #FFF;
  font-weight: 500;
  margin-top: 25px;
}
.p-topKvSlide5Btn {
  max-width: 350px;
  margin: 80px auto 0;
  width: 100%;
}
.p-topKvSlider .p-topKvSlide5__subTitle.txtIn span {
  transition-delay: 1.6s;
}
.p-topKvSlider .p-topKvSlide5 .fadeDown {
  transition-delay: 1.6s;
}
.p-topKvSlide5.animate.animated .p-topKvSlide5Back2Item.is-1 ,
.p-topKvSlide5.animate.animated .p-topKvSlide5Back2Item.is-2 ,
.p-topKvSlide5.animate.animated .p-topKvSlide5Back2Item.is-3 ,
.p-topKvSlide5.animate.animated .p-topKvSlide5Back2Item.is-4 {
  transform: translate(0,0);
}
.animate.animated .p-topKvSlide5Cover {
  opacity: 1;
}
.animate.animated .p-topKvSlide5__title {
  opacity: 1;
}


@media screen and (max-width: 960px) {
  .p-topKv__down {
    bottom: 40px;
    font-size: 26px;
  }
  .p-topKvSliderItem {
    height: calc(100vh - 80px);
    min-height: 766px;
  }
  a.p-topKv__btn {
    font-size: 16px;
    height: 60px;
    padding: 0 15px;
  }
  .p-topKvSlide1 {
    min-height: 766px;
  }
  .p-topKvSlide1__logo {
    max-width: 280px;
  }
  .p-topKvSlide1__title1 {
    font-size: 18px;
    margin-top: 40px;
  }
  .p-topKvSlide1__title2 {
    font-size: 40px;
    margin-top: 17px;
  }
  .p-topKvSlide1Btn {
    margin: 60px auto 0;
  }
  .p-topKvSlide1BtnItem {
    width: 32%;
  }

  .p-topKvSlide2 {
    min-height: 766px;
  }
/*  .p-topKvSlide2__title {
    font-size: 40px;
  }
  .p-topKvSlide2__subTitle {
    font-size: 20px;
    margin-top: 35px;
  }
  .p-topKvSlide2__subTitle > span {
    padding: 0 100px;
  }
  .p-topKvSlide2__subTitle > span:before ,
  .p-topKvSlide2__subTitle > span:after {
    width: 80px;
  }
  .p-topKvSlide2Btn {
    max-width: 320px;
    margin: 70px auto 0;
  }*/
  .p-topKvSlide2__logo {
    max-width: 280px;
  }
  .p-topKvSlide2__title1 {
    font-size: 18px;
    margin-top: 40px;
  }
  .p-topKvSlide2__title2 {
    font-size: 40px;
    margin-top: 17px;
  }
  .p-topKvSlide2Btn {
    margin: 60px auto 0;
  }
  .p-topKvSlide2BtnItem {
    width: 32%;
  }
  .p-topKvSlide3 {
    min-height: 766px;
  }

  .p-topKvSlide3__title {
    font-size: 40px;
  }
  .p-topKvSlide3__subTitle {
    font-size: 26px;
    margin-top: 25px;
  }
  .p-topKvSlide3Btn {
    max-width: 320px;
    margin: 70px auto 0;
  }
  .p-topKvSlide4 {
    min-height: 766px;
  }
  .p-topKvSlide4__title {
    font-size: 40px;
  }
  .p-topKvSlide4__subTitle {
    font-size: 20px;
    margin-top: 25px;
  }
  .p-topKvSlide4Btn {
    max-width: 320px;
    margin: 70px auto 0;
  }
  .p-topKvSlider .slick-prev,
  .p-topKvSlider .slick-next {
    width: 40px;
    height: 80px;
  }
  .p-topKvSlider .slick-prev:before,
  .p-topKvSlider .slick-next:before {
    font-size: 30px;
  }
  .p-topKvSlider .slick-prev:before {
    right: 10px;
  }
  .p-topKvSlider .slick-next:before {
    left: 10px;
  }
  .p-topKvSlide5 {
    min-height: 766px;
  }
  .p-topKvSlide5__title {
    font-size: 40px;
  }
  .p-topKvSlide5__subTitle {
    font-size: 20px;
    margin-top: 25px;
  }
  .p-topKvSlide5Btn {
    max-width: 320px;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .p-topKv__down {
    bottom: 40px;
    font-size: 20px;
  }
  .p-topKvSliderItem {
    height: calc(100vh - 60px);
    min-height: 600px;
  }
  a.p-topKv__btn {
    font-size: 16px;
    height: 50px;
    padding: 0 10px;
  }
  .p-topKvSlide1 {
    height: calc(100vh - 60px);
    min-height: 600px;
    padding: 0 20px;
  }
  .p-topKvSlide1__logo {
    max-width: 160px;
  }
  .p-topKvSlide1__title1 {
    font-size: 16px;
    margin-top: 40px;
  }
  .p-topKvSlide1__title2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .p-topKvSlide1Btn {
    margin: 50px auto 0;
    display: block;
    max-width: 280px;
  }
  .p-topKvSlide1BtnItem {
    width: 100%;
  }
  .p-topKvSlide1BtnItem:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .p-topKvSlide2 {
    height: calc(100vh - 60px);
    min-height: 600px;
    padding: 0 20px;
  }
/*  .p-topKvSlide2__title {
    font-size: 24px;
    text-shadow: 0 3px 3px rgba(0,0,0,0.5);
  }
  .p-topKvSlide2__subTitle {
    font-size: 18px;
    margin-top: 40px;
  }
  .p-topKvSlide2__subTitle > span {
    padding: 0 35px;
  }
  .p-topKvSlide2__subTitle > span:before ,
  .p-topKvSlide2__subTitle > span:after {
    width: 20px;
  }
  .p-topKvSlide2Btn {
    max-width: 280px;
    margin: 50px auto 0;
  }*/
  .p-topKvSlide2__logo {
    max-width: 160px;
  }
  .p-topKvSlide2__title1 {
    font-size: 16px;
    margin-top: 40px;
  }
  .p-topKvSlide2__title2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .p-topKvSlide2Btn {
    margin: 50px auto 0;
    display: block;
    max-width: 280px;
  }
  .p-topKvSlide2BtnItem {
    width: 100%;
  }
  .p-topKvSlide2BtnItem:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .p-topKvSlide3 {
    height: calc(100vh - 60px);
    min-height: 600px;
    padding: 0 20px;
  }
  .p-topKvSlide3__title {
    font-size: 24px;
    line-height: 1.4;
    text-shadow: 3px 0 3px rgba(0,0,0,0.4);
  }
  .p-topKvSlide3__subTitle {
    font-size: 16px;
    margin-top: 25px;
  }
  .p-topKvSlide3Btn {
    max-width: 280px;
    margin: 50px auto 0;
  }

  .p-topKvSlide4 {
    height: calc(100vh - 60px);
    min-height: 600px;
    padding: 0 20px;
  }
  .p-topKvSlide4__title {
    font-size: 24px;
    text-shadow: 3px 0 3px rgba(0,0,0,0.4);
  }
  .p-topKvSlide4__subTitle {
    font-size: 16px;
    margin-top: 25px;
  }
  .p-topKvSlide4Btn {
    max-width: 280px;
    margin: 50px auto 0;
  }
  .p-topKvSlide5 {
    height: calc(100vh - 60px);
    min-height: 600px;
    padding: 0 20px;
  }
  .p-topKvSlide5__title {
    font-size: 24px;
    line-height: 1.4;
    text-shadow: 3px 0 3px rgba(0,0,0,0.4);
  }
  .p-topKvSlide5__subTitle {
    font-size: 16px;
    margin-top: 25px;
  }
  .p-topKvSlide5Btn {
    max-width: 280px;
    margin: 50px auto 0;
  }
  .p-topKvSlider .slick-prev,
  .p-topKvSlider .slick-next {
    width: 30px;
    height: 60px;
  }
  .p-topKvSlider .slick-prev:before,
  .p-topKvSlider .slick-next:before {
    font-size: 20px;
  }
  .p-topKvSlider .slick-prev:before {
    right: 9px;
  }
  .p-topKvSlider .slick-next:before {
    left: 9px;
  }
}







.p-pageHead02SliderItem.is-business-01 .p-pageHead02SliderItemFrame {
  background-image: url("../images/business/eyecatch_business0.jpg");
}
.p-pageHead02SliderItem.is-business-02 .p-pageHead02SliderItemFrame {
  background-image: url("../images/business/eyecatch_business1.jpg");
}
.p-pageHead02SliderItem.is-business-03 .p-pageHead02SliderItemFrame {
  background-image: url("../images/business/eyecatch_business2.jpg");
}

.pageBusiness .p-pageHead03 {
  background-image: url("../images/business/eyecatch_business0.jpg");
}

.p-elementList {
  display: flex;
  flex-wrap: wrap;
}
.p-elementList > li {
  width: 22.5%;
  margin-left: 3.33%;
}
.p-elementList > li:nth-of-type(4n + 1) {
  margin-left: 0;
}
.p-elementList > li:nth-of-type(n + 5) {
  margin-top: 30px;
}
.p-elementList__img {
  position: relative;
}
.p-elementList__name {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
}
.p-elementList__txt {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin-top: 10px;
}
* + .p-elementList {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.p-pageHead02SliderItem.is-business-01 .p-pageHead02SliderItemFrame {
		background-image: url("../images/business/eyecatch_business0-sp.jpg");
	}
	.p-pageHead02SliderItem.is-business-02 .p-pageHead02SliderItemFrame {
		background-image: url("../images/business/eyecatch_business1-sp.jpg");
	}
	.p-pageHead02SliderItem.is-business-03 .p-pageHead02SliderItemFrame {
		background-image: url("../images/business/eyecatch_business2-sp.jpg");
	}

	.pageBusiness .p-pageHead03 {
		background-image: url("../images/business/eyecatch_business0-sp2.jpg");
	}
  .p-elementList {
    display: flex;
    flex-wrap: wrap;
  }
  .p-elementList > li {
    width: 32%;
    margin-left: 2%;
  }
  .p-elementList > li:nth-of-type(4n + 1) {
    margin-left: 2%;
  }
  .p-elementList > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-elementList > li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .p-elementList__name {
  }
  .p-elementList__txt {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    margin-top: 6px;
  }
  * + .p-elementList {
    margin-top: 50px;
  }
}





.p-elementContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
* + .p-elementContent {
  margin-top: 60px;
}
.p-elementContentItem {
  width: calc(50% - 20px);
}
.p-elementContentItem__imgT {
  position: relative;
  margin-bottom: 20px;
}
.p-elementContentItem__imgTName {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
}
* + .p-elementContentItem__img {
  margin-top: 20px;
}



.p-elementContent2 {
  
}
* + .p-elementContent2 {
  margin-top: 60px;
}

.p-elementContent2Item {
  
}
.p-elementContent2Item + .p-elementContent2Item {
  margin-top: 60px;
  border-top: #09176D 1px solid;
  padding-top: 60px;
}
.p-elementContent2ItemFrame {
  display: flex;
}
.p-elementContent2ItemTxtWrap {
  width: 60%;
}
.p-elementContent2ItemPhoto {
  width: 40%;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  display: flex;
  justify-content: space-between;
}
.p-elementContent2ItemPhotoImg {
/*
  width: calc(50% - 15px);
*/
}
.p-elementContent2ItemPhotoImg img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 450 / 300;
}
.p-elementContent2ItemPhotoImg img.is-def {
  object-fit: fill;
  width: 100%;
  aspect-ratio: auto;
}
.p-elementContent2Item.p-elementContent2Item--box {
  padding: 30px;
  background: #F8F8F8;
}
.p-elementContent2Item--box + .p-elementContent2Item--box {
  border-top: none;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-elementContent2 {

  }
  * + .p-elementContent2 {
    margin-top: 60px;
  }

  .p-elementContent2Item {

  }
  .p-elementContent2Item + .p-elementContent2Item {
    margin-top: 40px;
    padding-top: 40px;
  }
  .p-elementContent2ItemFrame {
    display: block;
  }
  .p-elementContent2ItemTxtWrap {
    width: 100%;
  }
  .p-elementContent2ItemPhoto {
    width: 100%;
    padding: 0 0 0 0px;
    margin-top: 15px;
  }
  .p-elementContent2ItemPhotoImg {
/*
    width: calc(50% - 10px);
*/
  }
  .p-elementContent2Item.p-elementContent2Item--box {
    padding: 20px;
  }
  .p-elementContent2Item--box + .p-elementContent2Item--box {
    margin-top: 20px;
  }
}

.p-elementContent3 {
}
.p-elementContent3Item + .p-elementContent3Item {
  margin-top: 60px;
/*
  border-top: #09176D 1px solid;
  padding-top: 60px;
*/
}
.p-elementContent3ItemFrame {
  display: flex;
  justify-content: space-between;
}
.p-elementContent3ItemTxtWrap {
  width: calc(60% - 30px);
}
.p-elementContent3ItemImg {
  width: 40%;
}
.p-elementContent3Item.p-elementContent3Item--box {
  padding: 30px;
  background: #F8F8F8;
}
.p-elementContent3Item--box + .p-elementContent3Item--box {
  border-top: none;
  margin-top: 60px;
}
.p-elementContent3ItemImg2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.p-elementContent3ItemImg2__fig {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px){
  .p-elementContent3Item + .p-elementContent3Item {
    margin-top: 50px;
    padding-top: 50px;
  }
  .p-elementContent3ItemFrame {
    display: block;
  }
  .p-elementContent3ItemTxtWrap {
    width: 100%;
  }
  .p-elementContent3ItemImg {
    width: 100%;
    margin-top: 20px;
  }
  .p-elementContent3Item.p-elementContent3Item--box {
    padding: 20px;
  }
  .p-elementContent3Item--box + .p-elementContent3Item--box {
    margin-top: 20px;
  }
  .p-elementContent3Item.p-elementContent3Item--box .c-headTitle01 {
    margin-bottom: 10px;
  }
  .p-elementContent3ItemImg2 {
    margin-top: 15px;
  }
  .p-elementContent3ItemImg2__fig {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 550px){
	.p-elementContent3ItemImg2 {
		flex-wrap: wrap;
	}
	.p-elementContent3ItemImg2__fig {
		width: 100%;
	}
	.p-elementContent3ItemImg2__fig:nth-of-type(n + 2) {
		margin-top: 15px;
	}
}


.p-elementContent4 {
  padding: 30px;
  background: #F8F8F8;
}
* + .p-elementContent4 {
	margin-top: 60px;
}
.p-elementContent4 .p-businessGasImageList {
	margin: 30px 0 0 0;
}

.p-elementContent4 .c-pc2ColFrame {
	margin: 0;
}
.p-elementContent4 .c-pc2ColFrame.is-ghpabout > li:nth-child(1) {
	width: 63%;
}
.p-elementContent4 .c-pc2ColFrame.is-ghpabout > li:nth-child(2) {
	width: 37%;
}


@media screen and (max-width: 768px) {
	.p-elementContent4 {
		padding: 20px;
	}
	* + .p-elementContent4 {
		margin-top: 40px;
	}
	.p-pageRelatedFrame .p-businessGasImageList {
		margin: 20px 0 0 0;
	}
	.p-elementContent4 .c-pc2ColFrame.is-ghpabout > li:nth-child(1) {
		width: 100%;
	}
	.p-elementContent4 .c-pc2ColFrame.is-ghpabout > li:nth-child(2) {
		width: 100%;
	}
}


.p-pageHead02SliderItem.is-consumer-01 .p-pageHead02SliderItemFrame {
  background-image: url("../images/consumer/eyecatch_consumer0.jpg");
}
.p-pageHead02SliderItem.is-consumer-02 .p-pageHead02SliderItemFrame {
  background-image: url("../images/consumer/eyecatch_consumer1.jpg");
}
.p-pageHead02SliderItem.is-consumer-03 .p-pageHead02SliderItemFrame {
  background-image: url("../images/consumer/eyecatch_consumer2.jpg");
}

.pageConsumer .p-pageHead03 {
  background-image: url("../images/consumer/eyecatch_consumer_mini.jpg");
}
/*.pageConsumer .p-pageHead03 .p-pageHead03__title {
  color: #000 !important;
}*/
@media screen and (max-width: 768px) {
	.p-pageHead03 {
		position: relative;
	}
	.p-pageHead03:before {
		content: '';
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		background: rgba(0,0,0,0.2);
		top: 0;
		left: 0;
		z-index: 1;
	}
	.p-pageHead03__title {
		position: relative;
		z-index: 10;
		color: #FFF !important;
	}
}


.p-pageConsumerTopMenu__banner {
  margin-bottom: 80px;
}
.p-pageConsumerTopMenu__banner a {
  position: relative;
  display: block;
}

.p-pageConsumerTopMenu2 {
  padding-top: 110px;
}


.p-pageConsumerLpGus-system {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.p-pageConsumerLpGus-systemItem {
  width: 30%;
  margin-left: 5%;
}
.p-pageConsumerLpGus-systemItem:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-pageConsumerLpGus-systemItem:nth-of-type(n + 4) {
  margin-top: 40px;
}
.p-pageConsumerLpGus-systemItem__title {
  color: #09176D;
  font-size: 18px;
  line-height: 1.47;
  font-weight: 500;
  margin-bottom: 15px;
}
.p-pageConsumerLpGus-systemItem__img {
  margin-bottom: 15px;
}
.p-pageConsumerLpGus-systemItem__txt {
  font-size: 18px;
  line-height: 1.47;
}


.p-pageConsumerProductList {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
  margin-top: 40px;
}
.p-pageConsumerProductListItem {
  width: 21.66%;
  margin-left: 4.453%;
}
.p-pageConsumerProductListItem:nth-of-type(4n + 1) {
  margin-left: 0;
}
.p-pageConsumerProductListItem:nth-of-type(n + 5) {
  margin-top: 40px;
}
.p-pageConsumerProductListItem__img {
  
}
.p-pageConsumerProductListItem__txt {
  font-size: 18px;
  line-height: 1.47;
  margin-top: 15px;
}

.p-pageConsumer__img + .c-txt {
  margin-top: 20px;
}
.p-pageConsumerLink {
  margin-top: 40px;
  text-align: right;
}

@media screen and (max-width: 768px){
	.p-pageHead02SliderItem.is-consumer-01 .p-pageHead02SliderItemFrame {
		background-image: url("../images/consumer/eyecatch_consumer0-sp.jpg");
	}
	.p-pageHead02SliderItem.is-consumer-02 .p-pageHead02SliderItemFrame {
		background-image: url("../images/consumer/eyecatch_consumer1-sp.jpg");
	}
	.p-pageHead02SliderItem.is-consumer-03 .p-pageHead02SliderItemFrame {
		background-image: url("../images/consumer/eyecatch_consumer2-sp.jpg");
	}

	.pageConsumer .p-pageHead03 {
		background-image: url("../images/consumer/eyecatch_consumer_mini-sp.jpg");
	}
  .p-pageConsumerTopMenu__banner {
    margin-bottom: 20px;
  }
  .p-pageConsumerTopMenu__banner a {
  }

  .p-pageConsumerTopMenu2 {
    padding-top: 56px;
  }


  .p-pageConsumerLpGus-system {
    margin-top: 30px;
  }
  .p-pageConsumerLpGus-systemItem {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .p-pageConsumerLpGus-systemItem:nth-of-type(3n + 1) {
    margin-left: 20px;
  }
  .p-pageConsumerLpGus-systemItem:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-pageConsumerLpGus-systemItem:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .p-pageConsumerLpGus-systemItem__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-pageConsumerLpGus-systemItem__img {
    margin-bottom: 11px;
  }
  .p-pageConsumerLpGus-systemItem__txt {
    font-size: 14px;
  }


  .p-pageConsumerProductList {
    margin-top: 30px;
  }
  .p-pageConsumerProductListItem {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .p-pageConsumerProductListItem:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-pageConsumerProductListItem:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .p-pageConsumerProductListItem__txt {
    font-size: 14px;
    margin-top: 10px;
  }

  .p-pageConsumer__img + .c-txt {
    margin-top: 20px;
  }
  .p-pageConsumerLink {
    margin-top: 30px;
  }
}



.p-pageHead02SliderItem.is-company-01 .p-pageHead02SliderItemFrame {
  background-image: url("../images/comapny/eyecatch_company.jpg");
}
.p-pageHead02SliderItem.is-company-02 .p-pageHead02SliderItemFrame {
  background-image: url("../images/comapny/eyecatch_company-2.jpg");
}


.pageCompany .p-pageHead03 {
  background-image: url("../images/comapny/eyecatch_company-mini.jpg");
}


/* 法人向けサービス 独自パーツ */
/* ガス関連商材 */
.p-businessGasFieldList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto;
}
.p-businessGasFieldList > li {
  width: calc(50% - 50px);
}
.p-businessGasFieldListLabel {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-businessGasFieldListImage figure figcaption {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  margin-top: 20px;
}
.p-businessGasImageList {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
}
.p-businessGasImageList.p-businessGasImageList--pc4col > li {
  width: 22%;
  margin-left: 4%;
}
.p-businessGasImageList.p-businessGasImageList--pc4col > li:nth-of-type(4n + 1) {
  margin-left: 0;
}
.p-businessGasImageList.p-businessGasImageList--pc3col {
  justify-content: space-between;
}
.p-businessGasImageList.p-businessGasImageList--pc3col > li {
  width: calc((100% - 100px) / 3);
}
.p-businessGasImageList.p-businessGasImageList--pc2col {
  justify-content: space-between;
}
.p-businessGasImageList.p-businessGasImageList--pc2col > li {
  width: calc(50% - 20px);
}
.p-businessGasImageList.p-businessGasImageList--pc4col > li:nth-of-type(n+5) {
  margin-top: 40px;
}
.p-businessGasImageList.p-businessGasImageList--pc3col > li:nth-of-type(n+4) {
  margin-top: 40px;
}
.p-businessGasImageList.p-businessGasImageList--pc2col > li:nth-of-type(n+3) {
  margin-top: 40px;
}
.p-businessGasImageList > li img {
  width: 100%;
}
@media screen and (max-width: 1000px){
  .p-businessGasImageList.p-businessGasImageList--pc4col > li {
    width: calc(25% - 15px);
    margin-left: 20px;
  }
  .p-businessGasImageList.p-businessGasImageList--pc4col > li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .p-businessGasImageList.p-businessGasImageList--pc2col > li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 900px){
  .p-businessGasImageList.p-businessGasImageList--pc4col > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-businessGasImageList.p-businessGasImageList--pc4col > li:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px){
	.p-pageHead02SliderItem.is-company-01 .p-pageHead02SliderItemFrame {
		background-image: url("../images/comapny/eyecatch_company-sp.jpg");
	}
	.p-pageHead02SliderItem.is-company-02 .p-pageHead02SliderItemFrame {
		background-image: url("../images/comapny/eyecatch_company-2-sp.jpg");
	}


	.pageCompany .p-pageHead03 {
		background-image: url("../images/comapny/eyecatch_company-mini-sp.jpg");
	}
  .p-businessGasFieldList {
    margin: 50px auto;
  }
  .p-businessGasImageList.p-businessGasImageList--pc4col > li {
    width: calc(50% - 10px);
  }
  .p-businessGasImageList.p-businessGasImageList--pc4col > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-businessGasImageList.p-businessGasImageList--pc4col > li:nth-of-type(n+5) {
    margin-top: 40px;
  }
  .p-businessGasImageList.p-businessGasImageList--pc3col > li:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .p-businessGasImageList.p-businessGasImageList--pc2col > li:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .p-businessGasFieldListLabel {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .p-businessGasFieldListImage figure figcaption {
    font-size: 12px;
    margin-top: 15px;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .p-businessGasImageList {
    margin: 30px auto;
  }
}
@media screen and (max-width: 590px){
  .p-businessGasImageList {
    flex-direction: column;
    align-items: center;
  }
  .p-businessGasImageList.p-businessGasImageList--pc4col {
    flex-direction: row;
  }
  .p-businessGasImageList.p-businessGasImageList--pc3col {
    max-width: 350px;
  }
  .p-businessGasImageList.p-businessGasImageList--pc2col {
    max-width: 550px;
  }
  .p-businessGasImageList.p-businessGasImageList--pc3col > li {
    width: 100%;
  }
  .p-businessGasImageList.p-businessGasImageList--pc2col > li {
    width: 100%;
  }
  .p-businessGasImageList.p-businessGasImageList--pc4col > li:nth-of-type( n + 3 ) {
    margin-top: 20px;
  }
  .p-businessGasImageList.p-businessGasImageList--pc2col > li:nth-of-type(n+2),
  .p-businessGasImageList.p-businessGasImageList--pc3col > li:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

/* LPガス */
.p-businessLpgasBigFigure {
  overflow: scroll;
  margin: 60px auto;
}
.p-businessLpgasBigFigure figure {
  width: 100%;
}
.p-businessLpgasTable {
  border-collapse: collapse;
  width: 100%;
  margin: 60px auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
}
.p-businessLpgasTable th,
.p-businessLpgasTable td {
  border: 1px solid #000;
  height: 80px;
  vertical-align: middle;
  padding: 5px 15px;
  box-sizing: border-box;
}
.p-businessLpgasTable th {
  font-weight: 500;
}
.p-businessLpgasTable tr:first-of-type th {
  text-align: center;
}
.p-businessLpgasTable tr th:first-of-type {
  padding-left: 25px;
}
.p-businessLpgasTable td {
  text-align: center;
}
@media screen and (max-width: 1000px){
  .p-businessLpgasBigFigure figure {
    overflow: hidden;
    width: 920px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px){
  .p-businessLpgasBigFigure figure {
    width: 767px;
  }
  .p-businessLpgasTable {
    margin: 40px auto;
    font-size: 12px;
  }
  .p-businessLpgasTable th,
  .p-businessLpgasTable td {
    height: 80px;
    padding: 5px 10px;
  }
  .p-businessLpgasTable th {
    font-size: 13px;
  }
  .p-businessLpgasTable tr th:first-of-type {
    padding-left: 10px;
  }
  .p-businessLpgasTable td {
    text-align: center;
  }
}


/* 医療用ガス */
.p-businessMedicaluseFigure {
  padding: 30px;
  background-color: #F8F8F8;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.p-businessMedicaluseFigure__imageArea {
  width: calc(50% - 30px);
}
.p-businessMedicaluseFigure__imageArea figure figcaption {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.p-businessMedicaluseFigure__descArea {
  width: calc(50% - 30px);
}
.p-businessMedicaluseFigureListBlock {
}
.p-businessMedicaluseFigureListLabel {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.p-businessMedicaluseFigureList {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.p-businessMedicaluseFigureList > li {
  box-sizing: border-box;
  position: relative;
  padding-left: 25px;
}
.p-businessMedicaluseFigureList > li + li {
  margin-top: 10px;
}
.p-businessMedicaluseFigureList > li::before {
  position: absolute;
  content: '●';
  left: 0;
  top: 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px){
  .p-businessMedicaluseFigure {
    flex-direction: column;
    padding: 20px 15px;
    margin-top: 50px;
  }
  .p-businessMedicaluseFigure__imageArea {
    width: 100%;
  }
  .p-businessMedicaluseFigure__imageArea figure figcaption {
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
  }
  .p-businessMedicaluseFigure__descArea {
    width: 100%;
    margin-top: 30px;
  }
  .p-businessMedicaluseFigureListBlock {
  }
  .p-businessMedicaluseFigureListLabel {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .p-businessMedicaluseFigureList {
    font-size: 12px;
  }
  .p-businessMedicaluseFigureList > li {
    padding-left: 20px;
  }
  .p-businessMedicaluseFigureList > li + li {
    margin-top: 10px;
  }
}


/* 供給方法・形態 */
.p-businessSupplyMethodFigure {
  margin-top: 40px;
  margin-bottom: 60px;
}
.p-businessSupplyMethodFigureInner {
}
.p-businessSupplyTypeList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.p-businessSupplyTypeList > li {
  box-sizing: border-box;
  width: 22%;
  margin-left: 4%;
}
.p-businessSupplyTypeList > li:nth-of-type(4n + 1) {
  margin-left: 0;
}
.p-businessSupplyTypeListLabel {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin: 15px 0 10px;
}
.p-businessSupplyTypeListImage {
  box-sizing: border-box;
}
.p-businessSupplyTypeListTxt {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1000px){
/*
  .p-businessSupplyMethodFigure figure {
    overflow: hidden;
    width: 920px;
    box-sizing: border-box;
  }
*/
}
@media screen and (max-width: 768px){
  .p-businessSupplyMethodFigure {
    margin-top: 30px;
    margin-bottom: 40px;
    overflow-x: scroll;
  }
  .p-businessSupplyMethodFigureInner {
    width: 767px;
  }
  .p-businessSupplyTypeList {
    margin-top: 30px;
  }
  .p-businessSupplyTypeList > li {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .p-businessSupplyTypeList > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-businessSupplyTypeList > li:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .p-businessSupplyTypeListLabel {
    font-size: 14px;
    margin: 15px 0 10px;
  }
  .p-businessSupplyTypeListTxt {
    font-size: 14px;
  }
}

.p-businessGhp__img01 {
/*
  margin: 0 auto 40px;
*/
  margin-top: 20px;
}
.p-businessGhp__img03 {
  margin-top: 30px;
}
.p-businessGhp__img04 {
  margin-top: 30px;
}
* + .p-businessGhpTableOuter {
  margin-top: 30px;
}
.p-businessGhpTable {
  width: 100%;
  box-sizing: border-box;
  border-top: #000 1px solid;
  border-left: #000 1px solid;
	background: #FFF;
}
.p-businessGhpTable thead th {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
  vertical-align: middle;
  background: #9BA0BC;
  color: #FFF;
}
.p-businessGhpTable tbody th ,
.p-businessGhpTable tbody td {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
  vertical-align: middle;
}
.p-businessGhpTable tbody th {
  background: #F8F8F8;
  width: 100px;
}
.p-businessGhpTable td {
  width: calc(50% - 50px);
}
@media screen and (max-width: 768px){
  .p-businessGhp__img01 {
/*
    margin: 0 auto 30px;
*/
    margin: 15px auto 0px;
    max-width: 400px;
  }
  .p-businessGhp__img02 {
    margin: 0 auto;
    max-width: 280px;
  }
	.p-businessGhpTableInner {
		overflow-x: auto;
	}
	.p-businessGhpTableInner table {
		min-width: 600px;
	}

}


.p-businessFaListOuter {
  margin-top: 30px;
}
.p-businessFaList {
  display: flex;
}
.p-businessFaList li {
  width: calc(33.33% - 20px);
  margin-left: 30px;
  display: flex;
}
.p-businessFaList li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-businessFaList li a {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  border: #ddd 1px solid;
  padding-bottom: 45px;
  border-radius: 10px;
  overflow: hidden;
}
.p-businessFaList__img {
  margin-bottom: 5px;
}
.p-businessFaList__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 10px;
}
.p-businessFaList__icon {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F8F8F8;
}

.p-businessFaPhoto {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.p-businessFaPhoto__img {
  width: calc(50% - 20px);
}
.p-businessFaLink {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 768px){
  .p-businessFaListOuter {
    margin-top: 25px;
  }
  .p-businessFaList {
  }
  .p-businessFaList li {
    width: calc(33.33% - 8px);
    margin-left: 12px;
  }
  .p-businessFaList li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-businessFaList li a {
    padding-bottom: 25px;
    border-radius: 8px;
  }
  .p-businessFaList__img {
    margin-bottom: 4px;
  }
  .p-businessFaList__txt {
    font-size: 10px;
    padding: 0 8px;
  }
  .p-businessFaList__icon {
    height: 20px;
    font-size: 12px;
  }

  .p-businessFaPhoto {
    margin-top: 20px;
  }
  .p-businessFaPhoto__img {
    width: calc(50% - 10px);
  }
  .p-businessFaLink {
    margin-top: 20px;
  }
}


.p-businessFaContents {
  margin-top: 60px;
}
.p-businessFaContent {
  padding: 30px;
  background: #F8F8F8;
}
.p-businessFaContent + .p-businessFaContent {
  margin-top: 60px;
}
@media screen and (max-width: 768px){
  .p-businessFaContents {
    margin-top: 40px;
  }
  .p-businessFaContent {
    padding: 30px 20px 20px 20px;
  }
  .p-businessFaContent + .p-businessFaContent {
    margin-top: 20px;
  }
}


.p-pageHistoryFrame {
  text-align: left;
}
.p-pageHistoryFrame .c-headTitle01 {
  margin-bottom: 40px;
}
.p-pageHistoryContent {
}
.p-pageHistoryContent + .p-pageHistoryContent {
  margin-top: 33px;
}
.p-pageHistoryContentInner {
  position: relative;
  padding: 30px 0 60px 0;
  display: none;
}
.p-pageHistoryContentInner:before {
  position: absolute;
  content: '';
  height: calc(100% + 113px);
  top: 0;
  margin: auto;
  left: 15px;
  background: #09176D;
  display: block;
  width: 1px;
}

.p-pageHistoryItem {
  display: flex;
}
.p-pageHistoryItem + .p-pageHistoryItem {
  margin-top: 40px;
}
.p-pageHistoryItem__date {
  width: 250px;
  box-sizing: border-box;
  padding: 0 0 0 43px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  color: #09176D;
}
.p-pageHistoryItem__date:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background: #09176D;
}
.p-pageHistoryItemContent {
  width: calc(100% - 250px);
}
.p-pageHistoryItem__txt {
  font-size: 16px;
  line-height: 2;
}
.p-pageHistoryGallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
* + .p-pageHistoryGallery {
  margin-top: 20px;
}
.p-pageHistoryGalleryItem {
  width: calc(50% - 10px);
}
.p-pageHistoryGalleryItem:nth-of-type(n + 3) {
  margin-top: 30px;
}
.p-pageHistoryGalleryItem__txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 18px;
}

.p-pageHistoryContentBtnOuter {
  max-width: 600px;
  margin: 0 auto;
}
.p-pageHistoryContent__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #E0E3F5;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.p-pageHistoryContent__btn i {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%) rotate(0);
  transition: all 0.4s ease-out;
}
.p-pageHistoryContent.is-open .p-pageHistoryContent__btn i {
  transform: translate(0, -50%) rotate(180deg);
}


.p-pageOverviewFrame {
  text-align: left;
}
.p-pageOverviewFrame + .p-pageOverviewFrame {
	margin-top: 60px;
}
.p-pageOverviewContents {
  
}

.p-pageAccessFrame {
  text-align: left;
}
.p-pageAccessContents {
  
}
.p-pageAccessContents .u-map {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-pageHistoryFrame {
  }
  .p-pageHistoryFrame .c-headTitle01 {
    margin-bottom: 40px;
  }
  .p-pageHistoryContent {
  }
  .p-pageHistoryContent + .p-pageHistoryContent {
    margin-top: 20px;
  }
  .p-pageHistoryContentInner {
    padding: 30px 0 60px 0;
  }
  .p-pageHistoryContentInner:before {
    height: calc(100% + 80px);
    left: 10px;
  }

  .p-pageHistoryItem {
    display: block;
  }
  .p-pageHistoryItem + .p-pageHistoryItem {
    margin-top: 40px;
  }
  .p-pageHistoryItem__date {
    width: 100%;
    padding: 0 0 0 33px;
    font-size: 16px;
  }
  .p-pageHistoryItem__date:before {
    top: 1px;
    width: 21px;
    height: 21px;
  }
  .p-pageHistoryItemContent {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 33px;
    margin-top: 10px;
  }
  .p-pageHistoryItem__txt {
    font-size: 14px;
  }
  .p-pageHistoryGallery {
  }
  * + .p-pageHistoryGallery {
    margin-top: 20px;
  }
  .p-pageHistoryGalleryItem {
    width: calc(50% - 10px);
  }
  .p-pageHistoryGalleryItem:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .p-pageHistoryGalleryItem__txt {
    font-size: 12px;
    margin-top: 12px;
  }

  .p-pageHistoryContentBtnOuter {
    max-width: none;
    margin: 0 30px;
  }
  .p-pageHistoryContent__btn {
    height: 60px;
    border-radius: 6px;
    font-size: 16px;
  }
  .p-pageHistoryContent__btn i {
    top: 50%;
    right: 15px;
  }


  .p-pageOverviewFrame {
    text-align: left;
  }
	.p-pageOverviewFrame + .p-pageOverviewFrame {
		margin-top: 40px;
	}
  .p-pageOverviewContents {

  }

  .p-pageAccessFrame {
    text-align: left;
  }
  .p-pageAccessContents {

  }
  .p-pageAccessContents .u-map {
    margin-top: 10px;
  }
}




.p-pageHead02SliderItem.is-recruit-01 .p-pageHead02SliderItemFrame {
  background-image: url("../images/recruit/eyecatch_recruit.jpg");
}
.p-pageHead02SliderItem.is-recruit-02 .p-pageHead02SliderItemFrame {
  background-image: url("../images/recruit/eyecatch_recruit2.jpg");
}
.p-pageHead02SliderItem.is-recruit-03 .p-pageHead02SliderItemFrame {
  background-image: url("../images/recruit/eyecatch_recruit3.jpg");
}
.p-pageHead02SliderItem.is-recruit-04 .p-pageHead02SliderItemFrame {
  background-image: url("../images/recruit/eyecatch_recruit4.jpg");
}
.p-pageHead02SliderItem.is-recruit-05 .p-pageHead02SliderItemFrame {
  background-image: url("../images/recruit/eyecatch_recruit5.jpg");
}
.p-pageHead02SliderItem.is-recruit-06 .p-pageHead02SliderItemFrame {
  background-image: url("../images/recruit/eyecatch_recruit6.jpg");
}


.p-recruitTopContents {
  text-align: left;
}
.p-recruitTopContents + .p-recruitTopContents {
  margin-top: 70px;
}
.p-recruitTopContents .c-headTitle02 {
  text-align: center;
}
.p-recruitTop__img01 {
  margin-bottom: 50px;
}
.p-recruitTopAnniversary {
  margin-top: 60px;
}
.p-recruitTopAnniversary .c-col4 {
	justify-content: center;
}
.p-recruitTopDiscovery {
  margin-top: -30px;
}
.p-recruitTopMedia {
  margin-top: 80px;
}
.p-recruitTopMediaBanner {
  display: flex;
  flex-wrap: wrap;
}
.p-recruitTopMediaBannerItem {
  width: 29.16%;
  margin-left: 6.26%;
  display: flex;
}
.p-recruitTopMediaBannerItem:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-recruitTopMediaBannerItem:nth-of-type(n + 4) {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
/*  .p-pageHead02SliderItem.is-recruit-01 .p-pageHead02SliderItemFrame {
    background-image: url("../images/recruit/eyecatch_recruit2.jpg");
  }
  .p-pageHead02SliderItem.is-recruit-02 .p-pageHead02SliderItemFrame {
    background-image: url("../images/recruit/eyecatch_recruit.jpg");
  }*/
.p-pageHead02SliderItem.is-recruit-01 .p-pageHead02SliderItemFrame {
  background-image: url("../images/recruit/eyecatch_recruit-sp.jpg");
}
.p-pageHead02SliderItem.is-recruit-03 .p-pageHead02SliderItemFrame {
  background-image: url("../images/recruit/eyecatch_recruit3-sp.jpg");
}
.p-pageHead02SliderItem.is-recruit-04 .p-pageHead02SliderItemFrame {
  background-image: url("../images/recruit/eyecatch_recruit4-sp.jpg");
}
.p-pageHead02SliderItem.is-recruit-05 .p-pageHead02SliderItemFrame {
  background-image: url("../images/recruit/eyecatch_recruit5-sp.jpg");
}
.p-pageHead02SliderItem.is-recruit-06 .p-pageHead02SliderItemFrame {
  background-image: url("../images/recruit/eyecatch_recruit6-sp.jpg");
}

  .p-recruitTopContents {
  }
  .p-recruitTopContents + .p-recruitTopContents {
    margin-top: 60px;
  }
  .p-recruitTop__img01 {
    margin-bottom: 40px;
  }
  .p-recruitTopAnniversary {
    margin-top: 40px;
  }
  .p-recruitTopDiscovery {
    margin-top: -30px;
  }
  .p-recruitTopMedia {
    margin-top: 60px;
  }
  .p-recruitTopMediaBanner {
  }
  .p-recruitTopMediaBannerItem {
    width: calc(33.33% - 13.33px);
    margin-left: 20px;
  }
  .p-recruitTopMediaBannerItem:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-recruitTopMediaBannerItem:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruitTopMediaBanner {
    max-width: 280px;
    margin: 0 auto;
  }
  .p-recruitTopMediaBannerItem {
    width: 100%;
    margin-left: 0px;
  }
  .p-recruitTopMediaBannerItem:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-recruitTopMediaBannerItem:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}


.pageRecruit .p-pageHead03 {
  background-image: url("../images/recruit/eyecatch_recruit_mini4.jpg");
}

@media screen and (max-width: 768px) {
  .pageRecruit .p-pageHead03 {
		background-image: url("../images/recruit/eyecatch_recruit_mini4-sp.jpg");
	}
}



.p-pageInterviewFrame {
  
}
.p-pageInterviewArchive {
  
}
.p-pageInterviewList {
  display: flex;
  flex-wrap: wrap;
}
.p-pageInterviewList > li {
  width: 21.66%;
  margin-left: 4.453%;
}
.p-pageInterviewList > li:nth-of-type(4n + 1) {
  margin-left: 0;
}
.p-pageInterviewList > li:nth-of-type(n + 5) {
  margin-top: 50px;
}
.p-pageInterviewList > li > a {
  display: block;
}
.p-pageInterviewList > li > a:hover {
  opacity: 1;
}
.p-pageInterviewListItem__title {
  font-size: 18px;
  line-height: 1.66;
  text-align: left;
  font-weight: 500;
  color: #09176D;
  margin-top: 14px;
}
.p-pageInterviewListItem__title + * {
  margin-top: 15px;
}
.p-pageInterviewListItem__job ,
.p-pageInterviewListItem__name {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-pageInterviewList > li {
    width: 31%;
    margin-left: 3.5%;
  }
  .p-pageInterviewList > li:nth-of-type(4n + 1) {
    margin-left: 3.5%;
  }
  .p-pageInterviewList > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-pageInterviewList > li:nth-of-type(n + 4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageInterviewFrame {

  }
  .p-pageInterviewArchive {

  }
  .p-pageInterviewList > li {
    width: calc(33.33% - 13.33px);
    margin-left: 20px;
  }
  .p-pageInterviewList > li:nth-of-type(4n + 1) {
    margin-left: 20px;
  }
  .p-pageInterviewList > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-pageInterviewList > li:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  .p-pageInterviewListItem__title {
    font-size: 16px;
    margin-top: 14px;
  }
  .p-pageInterviewListItem__title + * {
    margin-top: 10px;
  }
  .p-pageInterviewListItem__job ,
  .p-pageInterviewListItem__name {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .p-pageInterviewList > li {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .p-pageInterviewList > li:nth-of-type(4n + 1) {
    margin-left: 20px;
  }
  .p-pageInterviewList > li:nth-of-type(3n + 1) {
    margin-left: 20px;
  }
  .p-pageInterviewList > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-pageInterviewList > li:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}


.p-pageRequirementsArchive {
  
}
.p-pageRequirementsList {
  
}
.p-pageRequirementsList > li {
  
}
.p-pageRequirementsList > li:nth-of-type(n + 2) {
  margin-top: 40px;
}
.p-pageRequirementsList > li > a {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 30px;
  position: relative;
  background: #F8F8F8;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}
.p-pageRequirementsList > li > a i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .p-pageRequirementsList > li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-pageRequirementsList > li > a {
    min-height: 70px;
    padding: 15px 30px;
    font-size: 18px;
  }
  .p-pageRequirementsList > li > a i {
    right: 15px;
  }
}

.p-pageRequirementsSingle__title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-pageRequirementsSingleFrame {
  text-align: left;
}
.p-pageRequirementsSingleForm {
  margin-top: 50px;
}
.p-pageRequirementsSingleBtnOuter {
  margin-top: 120px;
  text-align: center;
}

.p-pageRequirementsSingleSche {
  margin-top: 60px;
}
.p-pageRequirementsSingleSche__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
.p-pageRequirementsSingleSche__title i {
  margin-right: 15px;
}
.p-pageRequirementsSingleScheFrame {
  display: flex;
}
.p-pageRequirementsSingleScheItem {
  width: 100%;
  background: #F0F6FA;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 24px 30px 30px;
  text-align: left;
}
.p-pageRequirementsSingleScheItem + .p-pageRequirementsSingleScheItem {
  margin-left: 40px;
}
.p-pageRequirementsSingleScheItem__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-pageRequirementsSingleScheList {
  border-top: #000 1px solid;
}
.p-pageRequirementsSingleScheList li {
  border-bottom: #000 1px solid;
  display: flex;
  font-size: 18px;
  line-height: 1.5;
}
.p-pageRequirementsSingleSche__time {
  width: 110px;
  box-sizing: border-box;
  padding: 14px 15px 16px;
}
.p-pageRequirementsSingleSche__txt {
  width: calc(100% - 110px);
  padding: 14px 0 16px;
}
@media screen and (max-width: 768px) {
  .p-pageRequirementsSingle__title {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .p-pageRequirementsSingleFrame {
  }
  .p-pageRequirementsSingleForm {
    margin-top: 40px;
  }
  .p-pageRequirementsSingleBtnOuter {
    margin-top: 60px;
  }

  .p-pageRequirementsSingleSche {
    margin-top: 50px;
  }
  .p-pageRequirementsSingleSche__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .p-pageRequirementsSingleSche__title i {
    margin-right: 11px;
  }
  .p-pageRequirementsSingleScheFrame {
    display: block;
  }
  .p-pageRequirementsSingleScheItem {
    border-radius: 6px;
    padding: 18px 20px 22px;
  }
  .p-pageRequirementsSingleScheItem + .p-pageRequirementsSingleScheItem {
    margin-left: 0px;
    margin-top: 20px;
  }
  .p-pageRequirementsSingleScheItem__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .p-pageRequirementsSingleScheList {
  }
  .p-pageRequirementsSingleScheList li {
    font-size: 14px;
  }
  .p-pageRequirementsSingleSche__time {
    width: 85px;
    padding: 14px 15px 16px;
  }
  .p-pageRequirementsSingleSche__txt {
    width: calc(100% - 85px);
    padding: 14px 0 16px;
  }
}


.p-pageRecruitOffice {
  text-align: left;
}
.p-pageRecruitOfficeContents {
  margin-top: 60px;
}
.p-pageRecruitOfficeContent {
}
.p-pageRecruitOfficeContent + .p-pageRecruitOfficeContent {
  margin-top: 60px;
  border-top: #09176D 1px solid;
  padding-top: 60px;
}
.p-pageRecruitOfficeContent__img {
  margin-bottom: 30px;
}
.p-pageRecruitOfficeContentDetail {
}
.p-pageRecruitOfficeContentDetailHead {
  display: flex;
  margin-bottom: 12px;
}
.p-pageRecruitOfficeContentDetailHead__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  margin-right: 17px;
}
.p-pageRecruitOfficeContentDetailHeadLink {
  padding: 1px 0 0 0;
}
.p-pageRecruitOfficeContentDetailHeadLinkList {
  display: flex;
  flex-wrap: wrap;
}
.p-pageRecruitOfficeContentDetailHeadLinkList li {
  margin: 4px 25px 4px 0;
}
.p-pageRecruitOfficeContentDetailHeadLinkList li a {
  color: #09176D;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.p-pageRecruitOfficeContentDetailHeadLinkList li i {
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .p-pageRecruitOfficeContents {
    margin-top: 40px;
  }
  .p-pageRecruitOfficeContent + .p-pageRecruitOfficeContent {
    margin-top: 50px;
    padding-top: 50px;
  }
  .p-pageRecruitOfficeContent__img {
    margin-bottom: 20px;
  }
  .p-pageRecruitOfficeContentDetail {
  }
  .p-pageRecruitOfficeContentDetailHead {
    display: block;
    margin-bottom: 12px;
  }
  .p-pageRecruitOfficeContentDetailHead__title {
    font-size: 20px;
    margin-right: 0;
    width: 100%;
  }
  .p-pageRecruitOfficeContentDetailHeadLink {
    padding: 0 0 0 0;
    margin-top: 10px;
  }
  .p-pageRecruitOfficeContentDetailHeadLinkList li {
    margin: 3px 20px 3px 0;
  }
  .p-pageRecruitOfficeContentDetailHeadLinkList li a {
    font-size: 15px;
  }
  .p-pageRecruitOfficeContentDetailHeadLinkList li i {
    margin-right: 4px;
  }
}


.p-modalSliderSub .slick-prev,
.p-modalSliderSub .slick-next {
	width: 30px;
	height: 60px;
	z-index: 1000;
}
.p-modalSliderSub .slick-prev:hover,
.p-modalSliderSub .slick-prev:focus,
.p-modalSliderSub .slick-next:hover,
.p-modalSliderSub .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.p-modalSliderSub .slick-prev:hover:before,
.p-modalSliderSub .slick-prev:focus:before,
.p-modalSliderSub .slick-next:hover:before,
.p-modalSliderSub .slick-next:focus:before {
	opacity: 1;
}
.p-modalSliderSub .slick-prev.slick-disabled:before,
.p-modalSliderSub .slick-next.slick-disabled:before {
	opacity: 1;
}

.p-modalSliderSub .slick-prev:before,
.p-modalSliderSub .slick-next:before {
	display: none;
}
.p-modalSliderSub .slick-prev:after,
.p-modalSliderSub .slick-next:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #09176D;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.p-modalSliderSub .slick-prev:after {
	background-image: url(../images/common/slider-arrow01-l.png);
	border-radius: 0 6px 6px 0;
}
.p-modalSliderSub .slick-next:after {
	background-image: url(../images/common/slider-arrow01-r.png);
	border-radius: 6px 0 0 6px;
}
.p-modalSliderSub .slick-prev {
    left: 0;
}
.p-modalSliderSub .slick-next {
    right: 0;
}

@media screen and (max-width: 768px) {
	.p-modalSliderSub .slick-prev,
	.p-modalSliderSub .slick-next {
		width: 22px;
		height: 40px;
		z-index: 1000;
	}
	.p-modalSliderSub .slick-prev:after,
	.p-modalSliderSub .slick-next:after {
		background-size: 80% auto;
	}
}


.modalOuter {
  background: #666;
  padding: 100px 0;
  display: none;
}

.p-modalOffice {
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #FFF;
  border-radius: 20px;
  padding: 30px 60px 40px;
}
.p-modalOfficeInner {
  
}
.p-modalOffice__title {
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-modalSliderFrame {
  
}
.p-modalSliderMain {
  
}
.p-modalSliderMainItem__txt {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  margin-top: 10px;
}
.p-modalSliderSub {
  margin-top: 15px;
}
.p-modalSliderSubItem__img {
  padding: 0 5px;
}

.p-modalOfficeCol2 {
  display: flex;
  flex-wrap: wrap;
}
* + .p-modalOfficeCol2 {
  margin-top: 28px;
}
.p-modalOfficeCol2Item {
  width: calc(50% - 14px);
  margin-left: 28px;
}
.p-modalOfficeCol2Item:nth-of-type(2n + 1) {
  margin-left: 0;
}
.p-modalOfficeCol2Item:nth-of-type(n + 3) {
  margin-top: 28px;
}
.p-modalOfficeCol4 {
  display: flex;
  flex-wrap: wrap;
}
* + .p-modalOfficeCol4 {
  margin-top: 28px;
}
.p-modalOfficeCol4Item {
  width: calc(25% - 21px);
  margin-left: 28px;
}
.p-modalOfficeCol4Item:nth-of-type(4n + 1) {
  margin-left: 0;
}
.p-modalOfficeCol4Item:nth-of-type(n + 5) {
  margin-top: 28px;
}
.p-modalOfficeCol4Item2 {
  width: calc(50% - 14px);
  margin-left: 28px;
  text-align: left;
}
.p-modalOfficeBtn {
  display: flex;
  margin-top: 35px;
}
.p-modalOfficeBtnItem {
  margin-right: 28px;
}
.p-modalOfficeBtnItem a {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: #FFF;
  background: #09176D;
  display: block;
  padding: 14px 25px 15px;
}
.p-modalOfficeCap {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  margin-top: 10px;
}
.p-modalOfficeTxtWrap {
  text-align: left;
  margin-top: 20px;
}
.p-modalOfficeLink {
  display: flex;
  margin-top: 21px;
}
.p-modalOfficeLinkItem {
  margin: 4px 20px 4px 0;
}
.p-modalOfficeLinkItem a {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: #09176D;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {

  .p-modalOffice {
    border-radius: 10px;
    padding: 25px 20px 30px;
  }
  .p-modalOfficeInner {

  }
  .p-modalOffice__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-modalSliderMainItem__txt {
    font-size: 13px;
    margin-top: 8px;
  }
  .p-modalOfficeCol2 {
  }
  * + .p-modalOfficeCol2 {
    margin-top: 20px;
  }
  .p-modalOfficeCol2Item {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .p-modalOfficeCol2Item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-modalOfficeCol2Item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .p-modalOfficeCol4 {
  }
  * + .p-modalOfficeCol4 {
    margin-top: 20px;
  }
  .p-modalOfficeCol4Item {
    width: calc(25% - 15px);
    margin-left: 20px;
  }
  .p-modalOfficeCol4Item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .p-modalOfficeCol4Item:nth-of-type(n + 5) {
    margin-top: 20px;
  }
  .p-modalOfficeCol4Item2 {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .p-modalOfficeBtn {
    display: block;
    margin-top: 25px;
  }
  .p-modalOfficeBtnItem {
    margin-right: 0;
  }
  .p-modalOfficeBtnItem:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .p-modalOfficeBtnItem a {
    font-size: 14px;
    padding: 14px 25px 15px;
    text-align: center;
  }
  .p-modalOfficeCap {
    font-size: 13px;
    margin-top: 8px;
  }
  .p-modalOfficeTxtWrap {
    margin-top: 20px;
  }
  .p-modalOfficeLink {
    display: flex;
    margin-top: 21px;
  }
  .p-modalOfficeLinkItem {
    margin: 4px 15px 4px 0;
  }
  .p-modalOfficeLinkItem a {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .p-modalOfficeCol2Item {
    width: 100%;
    margin-left: 0px;
  }
  .p-modalOfficeCol2Item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-modalOfficeCol2Item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-modalOfficeCol4 {
  }
  * + .p-modalOfficeCol4 {
    margin-top: 20px;
  }
  .p-modalOfficeCol4Item {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .p-modalOfficeCol4Item:nth-of-type(4n + 1) {
    margin-left: 20px;
  }
  .p-modalOfficeCol4Item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-modalOfficeCol4Item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .p-modalOfficeCol4Item2 {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}



.p-pageHead02SliderItem.is-anniversary-01 .p-pageHead02SliderItemFrame {
  background-image: url("../images/anniversary/eyecatch_100thl.jpg");
  background-size: auto 100%;
  background-color: #F6F6F6;
}
.p-pageHead02SliderItem.is-anniversary-01 .p-pageHead02SliderItemFrame:before {
/*
  opacity: 0.1;
*/
}
.pageAnniversary .p-pageHead03 {
  background-image: url("../images/anniversary/eyecatch_100th-mini.jpg");
  background-size: auto 100%;
  background-color: #F6F6F6;
}

.p-pageAnniversaryTopMovie {
  margin-bottom: 94px;
}
.p-pageAnniversaryTopMovie a {
  display: block;
  position: relative;
}
.p-pageAnniversaryTopMovie a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-pageHead02SliderItem.is-anniversary-01 .p-pageHead02SliderItemFrame {
    background-image: url("../images/anniversary/eyecatch_100thl-sp.jpg");
    background-size: auto 100%;
  }
  .pageAnniversary .p-pageHead03 {
    background-image: url("../images/anniversary/eyecatch_100th-mini-sp.jpg");
    background-size: auto 100%;
  }
  .p-pageAnniversaryTopMovie {
    margin-bottom: 50px;
  }
  .p-pageAnniversaryTopMovie a i {
    font-size: 50px;
  }
}

.p-pageAnniversaryGreetingFrame {
  text-align: left;
}
.p-pageAnniversaryGreeting__img {
  margin-bottom: 40px;
}
.p-pageAnniversaryGreeting__sign {
  max-width: 145px;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-pageAnniversaryGreeting__img {
    margin-bottom: 40px;
  }
  .p-pageAnniversaryGreeting__sign {
    max-width: 105px;
    margin: 30px 0 0 0;
  }
}


.p-pageAnniversaryProcessFrame {
  text-align: left;
}
.p-pageAnniversaryProcessGallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-pageAnniversaryProcessGalleryItem {
  width: calc(33.33% - 20px);
  margin-left: 30px;
}
.p-pageAnniversaryProcessGalleryItem:nth-of-type(3n + 1) {
  margin-left: 0px;
}
.p-pageAnniversaryProcessGallery + * ,
* + .p-pageAnniversaryProcessGallery {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-pageAnniversaryProcessGalleryItem {
    width: calc(33.33% - 10.66px);
    margin-left: 16px;
  }
  .p-pageAnniversaryProcessGalleryItem:nth-of-type(3n + 1) {
    margin-left: 0px;
  }
  .p-pageAnniversaryProcessGallery + * ,
  * + .p-pageAnniversaryProcessGallery {
    margin-top: 35px;
  }
}
@media screen and (max-width: 500px) {
  .p-pageAnniversaryProcessGalleryItem {
    width: calc(50% - 8px);
    margin-left: 16px;
  }
  .p-pageAnniversaryProcessGalleryItem:nth-of-type(3n + 1) {
    margin-left: 16px;
  }
  .p-pageAnniversaryProcessGalleryItem:nth-of-type(2n + 1) {
    margin-left: 0px;
  }
  .p-pageAnniversaryProcessGalleryItem:nth-of-type(n + 3) {
    margin-top: 16px;
  }
}


.p-pageAnniversaryVoiceFrame {
  text-align: left;
}
.p-pageAnniversaryVoiceVideo {
  margin-top: 40px;
}


.p-pageAnniversaryDesignFrame {
  text-align: left;
}
.p-pageAnniversaryDesignContents {
}
.p-pageAnniversaryDesignLogo {
  text-align: center;
  border: #F8F8F8 10px solid;
  box-sizing: border-box;
  padding: 40px;
  margin: 40px 0 0 0;
}
.p-pageAnniversaryDesignLogo img {
  max-width: 1070px;
}

.p-pageAnniversaryDesignContents + .c-headArea {
  margin-top: 60px;
}
.p-pageAnniversaryDesignUni {
  margin-top: 40px;
}
.p-pageAnniversaryDesignUniGallery {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.p-pageAnniversaryDesignUniGalleryItem {
  width: 30%;
  margin-left: 5%;
}
.p-pageAnniversaryDesignUniGalleryItem:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-pageAnniversaryDesignUniGalleryItem:nth-of-type(n + 4) {
  margin-top: 60px;
}


.p-pageAnniversaryDesigner {
  margin-top: 60px;
  background: #F8F8F8;
  box-sizing: border-box;
  padding: 25px 30px 30px;
}
.p-pageAnniversaryDesigner__title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.p-pageAnniversaryDesignerFrame {
  display: flex;
  justify-content: space-between;
}
.p-pageAnniversaryDesigner__img {
  width: 36.4%;
}
.p-pageAnniversaryDesignerTxtWrap {
  width: 63.6%;
  box-sizing: border-box;
  padding: 0 0 0 30px;
}
.p-pageAnniversaryDesigner__job {
  font-size: 18px;
  line-height: 1.3;
}
.p-pageAnniversaryDesigner__name {
  display: flex;
  align-items: flex-end;
  margin-top: 3px;
}
.p-pageAnniversaryDesigner__name span:nth-of-type(1) {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
.p-pageAnniversaryDesigner__name span:nth-of-type(2) {
  font-size: 18px;
  line-height: 1.3;
  margin-left: 10px;
}
.p-pageAnniversaryDesigner__txt {
  font-size: 13px;
  line-height: 2;
  margin-top: 13px;
}
.p-pageAnniversaryDesignerProfile {
  margin-top: 30px;
  border: #717171 1px solid;
  padding: 10px 15px 12px;
}
.p-pageAnniversaryDesignerProfile__title {
  font-size: 12px;
  line-height: 2;
}
.p-pageAnniversaryDesignerProfile__txt {
  font-size: 12px;
  line-height: 2;
}
.p-pageAnniversaryDesigner__txt a {
  text-decoration: underline;
}
.p-pageAnniversaryDesignerHistory {
  margin-top: 30px;
}
.p-pageAnniversaryDesignerHistoryList {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}
.p-pageAnniversaryDesignerHistoryList li {
  display: flex;
}
.p-pageAnniversaryDesignerHistoryList li + li {
  margin-top: 10px;
}
.p-pageAnniversaryDesignerHistoryList__year {
  width: 70px;
}
.p-pageAnniversaryDesignerHistoryList__txt {
  width: calc(100% - 70px);
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.p-pageAnniversaryDesignerHistory__txt {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  margin-top: 20px;
}
.p-pageAnniversaryDesignerHistory__txt a {
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
  .p-pageAnniversaryVoiceVideo {
    margin-top: 40px;
  }


  .p-pageAnniversaryDesignContents {
  }
  .p-pageAnniversaryDesignLogo {
    border: #F8F8F8 6px solid;
    padding: 18px;
    margin: 30px 0 0 0;
  }
  .p-pageAnniversaryDesignContents + .c-headArea {
    margin-top: 50px;
  }
  .p-pageAnniversaryDesignUni {
    margin-top: 30px;
  }
  .p-pageAnniversaryDesignUniGallery {
    margin-top: 30px;
  }
  .p-pageAnniversaryDesignUniGalleryItem {
    width: calc(33.33% - 13.33px);
    margin-left: 20px;
  }
  .p-pageAnniversaryDesignUniGalleryItem:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-pageAnniversaryDesignUniGalleryItem:nth-of-type(n + 4) {
    margin-top: 20px;
  }


  .p-pageAnniversaryDesigner {
    margin-top: 60px;
    padding: 25px 20px 30px;
  }
  .p-pageAnniversaryDesigner__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .p-pageAnniversaryDesignerFrame {
    display: flex;
    justify-content: space-between;
  }
  .p-pageAnniversaryDesigner__img {
    width: 36.4%;
  }
  .p-pageAnniversaryDesignerTxtWrap {
    width: 63.6%;
    padding: 0 0 0 20px;
  }
  .p-pageAnniversaryDesigner__job {
    font-size: 16px;
  }
  .p-pageAnniversaryDesigner__name {
    margin-top: 3px;
  }
  .p-pageAnniversaryDesigner__name span:nth-of-type(1) {
    font-size: 20px;
  }
  .p-pageAnniversaryDesigner__name span:nth-of-type(2) {
    font-size: 16px;
    margin-left: 8px;
  }
  .p-pageAnniversaryDesigner__txt {
    font-size: 13px;
    margin-top: 13px;
  }
  .p-pageAnniversaryDesignerProfile {
    margin-top: 30px;
    padding: 10px 15px 12px;
  }
  .p-pageAnniversaryDesignerProfile__title {
    font-size: 12px;
  }
  .p-pageAnniversaryDesignerProfile__txt {
    font-size: 12px;
  }
  .p-pageAnniversaryDesignerHistoryList__txt {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 550px) {
  .p-pageAnniversaryDesignerFrame {
    display: block;
  }
  .p-pageAnniversaryDesigner__img {
    width: 100%;
  }
  .p-pageAnniversaryDesignerTxtWrap {
    width: 100%;
    padding: 0 0 0 0px;
    margin-top: 20px;
  }

}
@media screen and (max-width: 450px) {
  .p-pageAnniversaryDesignUniGalleryItem {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .p-pageAnniversaryDesignUniGalleryItem:nth-of-type(3n + 1) {
    margin-left: 20px;
  }
  .p-pageAnniversaryDesignUniGalleryItem:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-pageAnniversaryDesignUniGalleryItem:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}






.pageNews .p-pageHead03 {
  background-image: url("../images/news/bgimg_news.jpg");
  color: #FFF;
}
@media screen and (max-width: 768px) {
	.pageNews .p-pageHead03 {
		background-image: url("../images/news/bgimg_news-sp.jpg");
		color: #FFF;
	}
}

.p-pageNewsSingleFrame {
  text-align: left;
}



.pageContact .p-pageHead03 {
  background-image: url("../images/contact/bgimg_office.jpg");
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 768px) {
	.pageContact .p-pageHead03 {
		background-image: url("../images/contact/bgimg_office-sp.jpg");
	}
}

.pageContact.is-emergency .p-pageHead03 {
  background-image: url("../images/contact/emergency/eyecatch_kinkyu.jpg");
  color: #000;
}
.pageContact.is-emergency .p-pageHead03:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
  z-index: 1;
  top: 0;
  left: 0;
}
.pageContact.is-emergency .p-pageHead03 .l-inner {
  position: relative;
  z-index: 10;
}



.js-modalPhoto {
  display: block;
  position: relative;
}
.js-modalPhoto img {
  position: relative;
  z-index: 1;
}
.js-modalPhoto:after {
  content: '\f065';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  padding: 0 7px 0 0;
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #FFF;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  
}

.p-pageContactFrame {
  text-align: left;
}

@media screen and (max-width: 768px) {
  
}

.p-form {
  border-top: #000 1px solid;
}
.p-formItem {
  display: flex;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
}
.p-formItem + .p-formItem {
}
.p-formItemHead {
  width: 300px;
  box-sizing: border-box;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
}
.p-formItemHeadInner {
  padding: 0px 0px ;
  width: 100%;
}
.p-formItemHead__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  position: relative;
}
.p-formItemHead__title.is-required {
  padding-right: 70px;
}
.p-formItemHead__title.is-required:before {
  content: '必須';
  width: 36px;
  height: 20px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 10px;
  display : flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  font-weight: bold;
  background: #D22A19;
  color: #FFF;
}
.p-formItemContents {
  width: calc(100% - 300px);
  padding: 15px;
  box-sizing: border-box;
  border-left: #000 1px solid;
}
.p-formItemContents.is-full {
  width: 100%;
  padding: 0 0 0 0;
}
.p-form input[type=text] ,
.p-form input[type=email] ,
.p-form input[type=tel] { 
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  border: none; 
  padding: 5px 15px;
  outline: none;
  font-size: 16px;
  display: block;
  background: #F8F8F8;
}
.p-form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 395px;
  border: none;
  padding: 15px 15px;
  outline: none;
  font-size: 16px;
  line-height: 1.75;
  background: #F8F8F8;
}
.p-form .p-form__check { display: inline-block; cursor: pointer; text-align: left;}
.p-form__check .wpcf7-list-item { margin-right: 20px; }
.p-form__check label {cursor: pointer;}
.p-form__check label > input { display: none;}
.p-form__check label > span { display: inline-block; position: relative; font-size: 16px; line-height: 1.7; padding: 7px 0 7px 36px; font-weight: 500;}
.p-form__check label > span:before ,
.p-form__check label > span:after { content: ''; position: absolute; margin: auto; top: 2px; bottom: 0;}
.p-form__check label > span:before { left: 0; border: #CCC 1px solid; width: 22px; height: 22px; box-sizing: border-box; background: #FFF;}
.p-form__check label > span:after { left: 8px; width: 4px; height: 9px; border-right: #FFF 2px solid; border-bottom: #FFF 2px solid; opacity: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); bottom: 3px;}
.p-form__check label > input:checked + span:after { opacity: 1;}
.p-form__check label > input:checked + span:before { border-color:#D22A19; background: #D22A19;}
.p-form .p-form__radio { display: inline-block; cursor: pointer; text-align: left;}
.p-form__radio .wpcf7-list-item { margin-right: 20px; }
.p-form__radio label {cursor: pointer;}
.p-form__radio label > input { display: none;}
.p-form__radio label > span { display: inline-block; position: relative; font-size: 16px; line-height: 1.7; padding: 7px 0 7px 32px; font-weight: 500;}
.p-form__radio label > span:before ,
.p-form__radio label > span:after { content: ''; position: absolute; margin: auto; top: 2px; bottom: 0;}
.p-form__radio label > span:before { left: 0; border: #CCC 1px solid; width: 22px; height: 22px; box-sizing: border-box; background: #FFF; border-radius: 50%;}
.p-form__radio label > span:after { left: 6px; width: 10px; height: 10px; opacity: 0; background: #FFF; border-radius: 50%;}
.p-form__radio label > input:checked + span:after { opacity: 1;}
.p-form__radio label > input:checked + span:before { border-color:#D22A19; background: #D22A19;}
.p-form select { 
  -webkit-appearance:none;
  border: none;
  height: 44px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 5px 30px 5px 15px;
  line-height: 30px;
  outline: none;
  background: #F8F8F8 url("../images/common/icon-arrow-04.png") no-repeat right 10px top 11px; background-size: 21px auto;
  cursor: pointer;
  font-size: 16px;
  max-width: 444px;
}
.p-form select::-ms-expand {
  display: none;
}
.p-formAgree {margin-top: 40px;}
.p-formAgreeCheck {text-align: center;}
.p-formAgree__txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.p-formAgree__txt a {
  text-decoration: underline;
}
.p-formSubmit {
  margin: 77px auto 0;
  max-width: 400px;
}
.p-formSubmit input[type="submit"] {
  display : flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #FFF;
  background: #000;
  height: 80px;
  box-sizing: border-box;
  padding: 0 40px 0 40px;
  position: relative;
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  cursor: pointer;
}
.p-formSubmit .wpcf7-spinner {display: none;}
.p-formBack {
  margin: 30px auto 0;
  max-width: 400px;
}
.p-formBack input[type="button"] {
  display : flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  background: #CCC;
  height: 80px;
  box-sizing: border-box;
  padding: 0 40px 0 40px;
  position: relative;
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  cursor: pointer;
}
.p-form .wpcf7-not-valid-tip { font-size: 14px; line-height: 1.4; text-align: left; display: block; margin-top: 4px;}
.p-form.is-confirm .p-formItemContents {padding-top: 8px;}


@media screen and (max-width: 768px) {
  .p-form {
  }
  .p-formItem {
    display: block;
    border-left: #000 1px solid;
    border-right: #000 1px solid;
    border-bottom: #000 1px solid;
  }
  .p-formItem + .p-formItem {
  }
  .p-formItemHead {
    width: 100%;
    padding: 12px 15px 0px 15px;
    display: block;
  }
  .p-formItemHeadInner {
    padding: 0px 0px ;
    width: auto;
    display: inline-block;
    text-align: left;
  }
  .p-formItemHead__title {
    font-size: 16px;
  }
  .p-formItemHead__title.is-required {
    padding-right: 50px;
  }
  .p-formItemHead__title.is-required:before {
    width: 30px;
    height: 20px;
    font-size: 10px;
    top: 2px;
    bottom: 0;
    right: 10px;
    padding: 0 0 1px 0;
  }
  .p-formItemContents {
    width: 100%;
    padding: 15px;
    border-left: none;
  }
  .p-form textarea {
    height: 200px;
    padding: 15px 15px;
    font-size: 16px;
  }
  .p-form select { 
    -webkit-appearance:none;
    border: none;
    height: 44px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 5px 30px 5px 15px;
    line-height: 30px;
    outline: none;
    background: #F8F8F8 url("../images/common/icon-arrow-04.png") no-repeat right 10px top 13px; background-size: 18px auto;
    cursor: pointer;
    font-size: 14px;
    max-width: 444px;
  }
  .p-form select::-ms-expand {
    display: none;
  }
  .p-formAgree {margin-top: 30px;}
  .p-formAgreeCheck {text-align: center;}
  .p-formAgree__txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .p-formSubmit {
    margin: 50px auto 0;
    max-width: 280px;
  }
  .p-formSubmit input[type="submit"] {
    font-size: 16px;
    height: 60px;
    padding: 0 20px 0 20px;
  }
  .p-formSubmit .wpcf7-spinner {display: none;}
  .p-formBack {
    margin: 20px auto 0;
    max-width: 280px;
  }
  .p-formBack input[type="button"] {
    font-size: 16px;
    height: 60px;
    padding: 0 20px 0 20px;
  }
  .p-form .wpcf7-not-valid-tip { font-size: 14px; line-height: 1.4; text-align: left; display: block; margin-top: 4px;}
  .p-form.is-confirm .p-formItemContents {padding-top: 8px;}

}


.p-pageContactContents .p-form {
  margin-top: 60px;
}


@media screen and (max-width: 768px) {
  .p-pageContactContents .p-form {
    margin-top: 40px;
  }
}










.p-map {
  
}
.p-mapFrame {
  text-align: center;
}
.p-mapInner {
  position: relative;
  display: inline-block;
/*
  touch-action: pan-x;
*/
}
.p-mapBtnList {
  
}
.p-mapBtnList li {
  position: absolute;
  animation: 3s fuwa infinite linear;
}
.p-mapBtnList li:nth-of-type(1) {
  width: 11.5625%;
  top:65.98130841%;
  left: 43.48958333%;
  animation-delay: 0s;
}
.p-mapBtnList li:nth-of-type(2) {
  width: 11.5625%;
/*  top:86.54205607%;
  left: 46.61458333%; */
  top:78.54205607%;
  left: 42.61458333%;
  animation-delay: 0.2s;
}
.p-mapBtnList li:nth-of-type(3) {
  width: 11.5625%;
  top:21.21495327%;
  left: 10.625%;
  animation-delay: 0.4s;
}
.p-mapBtnList li:nth-of-type(4) {
  width: 12.76041667%;
  top:59.43925234%;
  left: 75.67708333%;
  animation-delay: 0.5s;
}
.p-mapBtnList li:nth-of-type(5) {
  width: 11.5625%;
  top:31.68224299%;
  left: 16.40625%;
  animation-delay: 0.1s;
}
.p-mapBtnList li:nth-of-type(6) {
  width: 11.5625%;
  top:17.10280374%;
  left: 26.14583333%;
  animation-delay: 0.3s;
}
.p-mapBtnList li:nth-of-type(7) {
  width: 11.5625%;
  top:45.98130841%;
  left: 23.4375%;
  animation-delay: 0.7s;
}
.p-mapBtnList li:nth-of-type(8) {
  width: 11.5625%;
  top:26.63551402%;
  left: 74.6875%;
  animation-delay: 0.2s;
}
.p-mapBtnList li:nth-of-type(9) {
  width: 11.5625%;
/*  top:76.54205607%;
  left: 55.83333333%; */
  top:74.54205607%;
  left: 57.83333333%;
  animation-delay: 0.4s;
}
.p-mapBtnList li:nth-of-type(10) {
  width: 11.97916667%;
  top:34.48598131%;
  left: 37.1875%;
  animation-delay: 0.2s;
}
.p-mapBtn {
  cursor: pointer;
}
.p-mapModalOuter {
  display: none;
  position: fixed;
  z-index: 10420;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  max-width: 940px;
  width: 100%;
}
.p-mapModalBK {
  position: fixed;
  z-index: 10410;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  display: none;
}
.p-mapModalOuter .p-mapModal {
  display: none;
  position: relative;
  z-index: 100;
}
.p-mapModal {
  background: #FFF;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.p-mapModal__close {
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -24px;
  top: -24px;
  opacity: 1;
  padding: 0 0 0 0;
  color: #FFF;
  font-style: normal;
  font-size: 22px;
  cursor: pointer;
  font-weight: bold;
}
.p-mapModal__close span {
  display: block;
}
.p-mapModal__close span:before {
  content: '×';
}
.p-mapModalInner {
  padding: 48px 39px;
}
.p-mapModalFrame {
  text-align: left;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-mapModal__photo {
  width: 46.4%;
}
.p-mapModal__photoInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-mapModal__photoInner figure {
  width: 50%;
}
.p-mapModal__txtWrap {
  width: 53.6%;
  box-sizing: border-box;
  padding: 0 0 0 30px;
}
.p-mapModal__title {
  font-size: 24px;
  line-height: 1.5;
  color: #00a0e9;
  font-weight: normal;
}
.p-mapModal__txt {
  font-size: 14px;
  line-height: 2.142;
  margin-top: 12px;
}
@media screen and (max-width: 988px) {
  .p-mapModalOuter {
    top: 50%;
    left: 24px;
    right: 24px;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-mapInner {
    transform: translateX(0) !important;
  }
}
@media screen and (max-width: 768px) {
  .p-about {

  }
  .p-about .l-inner {
    padding-top: 80px;
  }
  .p-aboutHead {

  }
  .p-map {

  }
  .p-mapFrame {
    overflow-x: auto;
  }
  .p-mapInner {
    width: 1200px;
    transition: all 0.5s ease-out;
    transform: translateX(0);
  }
  .p-mapBtnList {

  }
  .p-mapBtn {
  }
  .p-mapModalOuter {
  }
  .p-mapModal {
    border-radius: 10px;
  }
  .p-mapModalInner {
    padding: 30px 20px;
  }
  .p-mapModalFrame {
    display: block;
  }
  .p-mapModal__photo {
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .p-mapModal__txtWrap {
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 18px;
  }
  .p-mapModal__title {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-mapModal__txt {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
}

.mfp-bg {
  z-index: 10420;
  background: #000;
  opacity: 0.7;
}
.mfp-wrap {
  z-index: 10430;
}
.mfp-content {
/*
  max-width: 940px;
*/
  max-width: 1200px;
  margin: 40px auto;
}
.mfp-container {
  padding: 0 24px;
}
.mfp-close-btn-in .mfp-close {
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -24px;
  top: -24px;
  opacity: 1;
  padding: 0 0 0 0;
  color: #FFF;
  font-style: normal;
  font-size: 30px;
}
.mfp-close-btn-in .mfp-close2 {
  width: 20px;
  height: 20px;
  line-height: 1px;
  position: absolute;
  right: -13px;
  top: -13px;
  opacity: 1;
  padding: 0 0 0 0;
  color: #FFF;
  font-style: normal;
  font-size: 24px;
}
.mfp-figure figure img {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .mfp-bg {
  }
  .mfp-wrap {
  }
  .mfp-content {
    margin: 40px auto;
  }
  .mfp-container {
    padding: 0 24px;
  }
  .mfp-close-btn-in .mfp-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: -20px;
    top: -20px;
    font-size: 30px;
  }
}



@-webkit-keyframes fuwa {
  0% { transform: translateY(0)}
  25% { transform: translateY(-5px)}
  75% { transform: translateY(5px)}
  100% { transform: translateY(0)}
}
@keyframes fuwa {
  0% { transform: translateY(0)}
  25% { transform: translateY(-5px)}
  75% { transform: translateY(5px)}
  100% { transform: translateY(0)}
}


.p-faq {
  
}
.p-faqItem {
  background: #F8F8F8;
  text-align: left;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
}
.p-faqItem + .p-faqItem {
  margin-top: 20px;
}
.p-faqItem__question {
  position: relative;
}
.p-faqItem__questionTxt {
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  font-weight: 500;
  padding: 0 40px 0 30px;
}
.p-faqItem__questionTxt:before ,
.p-faqItem__questionTxt:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  background: #09176D;
}
.p-faqItem__questionTxt:before {
  width: 1px;
  height: 21px;
  right: 10px;
}
.p-faqItem__questionTxt:after {
  width: 21px;
  height: 1px;
}
.p-faqItem__question:before {
  font-family: acumin-pro-extra-condensed, sans-serif;
  content: 'Q';
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #09176D;
  position: absolute;
  top:0;
  left: 5px;
  
}
.p-faqItem__question.is-open .p-faqItem__questionTxt:before {
  opacity: 0;
}
.p-faqItem__answer {
  border-top: #FFF 1px solid;
  margin-top: 15px;
  padding: 15px 0 0 30px;
  position: relative;
  display: none;
}
.p-faqItem__answerTxt {
  font-size: 16px;
  line-height: 1.7;
  position: relative;
}
.p-faqItem__answer:before {
  font-family: acumin-pro-extra-condensed, sans-serif;
  content: 'A';
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #09176D;
  position: absolute;
  top: 15px;
  left: 5px;
}
.p-faqItem__answerTxt a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-faq {

  }
  .p-faqItem {
    padding: 20px;
    border-radius: 5px;
  }
  .p-faqItem + .p-faqItem {
    margin-top: 20px;
  }
  .p-faqItem__questionTxt {
    font-size: 16px;
    padding: 0 30px 0 22px;
  }
  .p-faqItem__questionTxt:before {
    width: 1px;
    height: 15px;
    right: 7px;
  }
  .p-faqItem__questionTxt:after {
    width: 15px;
    height: 1px;
  }
  .p-faqItem__question:before {
    font-size: 26px;
    top:-2px;
    left: 0px;
  }
  .p-faqItem__answer {
    margin-top: 15px;
    padding: 15px 0 0 22px;
  }
  .p-faqItem__answerTxt {
    font-size: 14px;
  }
  .p-faqItem__answer:before {
    font-size: 26px;
    top: 13px;
    left: 0;
  }
}


.p-consumerFlow {
  
}
.p-consumerFlowItem {
  background: #F8F8F8;
  text-align: left;
  box-sizing: border-box;
  padding: 20px 40px 40px;
  border-radius: 6px;
  position: relative;
}
.p-consumerFlowItem + .p-consumerFlowItem {
  margin-top: 60px;
}
.p-consumerFlowItem + .p-consumerFlowItem:before {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 60px;
  height: 20px;
  border: 30px solid transparent;
  border-top: 20px solid #09176D;
}
.p-consumerFlowItemFrame {
  display: flex;
  justify-content: space-between;
}
.p-consumerFlowItem__img {
  width: calc(35% - 20px);
}
.p-consumerFlowItemTxtWrap {
  width: calc(65% - 20px);
}

.p-consumerFlowLink {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-consumerFlow {

  }
  .p-consumerFlowItem {
    padding: 15px 20px 30px;
    border-radius: 5px;
  }
  .p-consumerFlowItem + .p-consumerFlowItem {
    margin-top: 60px;
  }
  .p-consumerFlowItem + .p-consumerFlowItem:before {
    top: -37px;
    width: 60px;
    height: 20px;
    border: 30px solid transparent;
    border-top: 20px solid #09176D;
  }
  .p-consumerFlowItemFrame {
    display: flex;
    justify-content: space-between;
  }
  .p-consumerFlowItem__img {
    width: calc(35% - 10px);
  }
  .p-consumerFlowItemTxtWrap {
    width: calc(65% - 10px);
  }

  .p-consumerFlowLink {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-consumerFlowItemFrame {
    display: block;
  }
  .p-consumerFlowItem__img {
    width: 100%;
  }
  .p-consumerFlowItemTxtWrap {
    width: 100%;
    margin-top: 20px;
  }
}


.p-consumerFlowACC {
  margin-top: 50px;
  background: #F8F8F8;
  text-align: left;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
  padding: 0 0 5px 0;
}
.p-consumerFlowACC__title {
  padding: 20px 40px 15px;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #09176D;
  cursor: pointer;
}
.p-consumerFlowACC__title:before ,
.p-consumerFlowACC__title:after {
  position: absolute;
  top: 10px;
  right: 40px;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  background: #09176D;
}
.p-consumerFlowACC__title:before {
  width: 1px;
  height: 21px;
  right: 50px;
}
.p-consumerFlowACC__title:after {
  width: 21px;
  height: 1px;
}
.p-consumerFlowACC__title.is-open:before {
  opacity: 0;
}
.p-consumerFlowACCContent {
  padding: 0 40px 20px;
  display: none;
}
.p-consumerFlowACCCol {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.p-consumerFlowACCCol__img {
  width: calc(50% - 20px);
}
.p-consumerFlowACCColTxtWrap {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-consumerFlowACC {
    margin-top: 40px;
    border-radius: 5px;
    padding: 0 0 5px 0;
  }
  .p-consumerFlowACC__title {
    padding: 20px 20px 15px;
    font-size: 20px;
  }
  .p-consumerFlowACC__title:before ,
  .p-consumerFlowACC__title:after {
    top: 10px;
    right: 20px;
    bottom: 0;
  }
  .p-consumerFlowACC__title:before {
    width: 1px;
    height: 15px;
    right: 27px;
  }
  .p-consumerFlowACC__title:after {
    width: 15px;
    height: 1px;
  }
  .p-consumerFlowACCContent {
    padding: 0 20px 15px;
  }
  .p-consumerFlowACCCol {
    display: block;
    margin-top: 15px;
  }
  .p-consumerFlowACCCol__img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .p-consumerFlowACCColTxtWrap {
    width: 100%;
    margin-top: 20px;
  }
}


.p-consumerPriceCalculation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0 0;
  color: #09176D;
  background: #F8F8F8;
  padding: 20px;
}
.p-consumerPriceCalculation__title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
}
.p-consumerPriceCalculation__title:after {
  content: '=';
  display: inline-block;
  margin: 0 15px 0 10px;
}
.p-consumerPriceCalculationItem {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
}
.p-consumerPriceCalculationItem + .p-consumerPriceCalculationItem:before {
  content: '+';
  margin: 0 10px 0 15px;
}

@media screen and (max-width: 768px) {
  .p-consumerPriceCalculation__title {
    font-size: 20px;
  }
  .p-consumerPriceCalculationItem {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .p-consumerPriceCalculation {
    display: block;
    margin: 30px 0 0 0;
    padding: 20px;
    text-align: center;
  }
  .p-consumerPriceCalculation__title {
    font-size: 20px;
  }
  .p-consumerPriceCalculation__title:after {
    margin: 0 auto 0 auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    width: 30px;
    height: 30px;
  }
  .p-consumerPriceCalculationItem {
    font-size: 20px;
  }
  .p-consumerPriceCalculationItem + .p-consumerPriceCalculationItem:before {
    content: '+';
    display: block;
    margin: 0 auto;
  }
}

.p-consumerPriceTable {
  margin: 20px 0;
}
.p-consumerPriceTable table {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px #000 solid;
  border-left: 1px #000 solid;
  font-size: 16px;
  line-height: 1.5;
}
.p-consumerPriceTable table thead th {
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  background: #F8F8F8;
}
.p-consumerPriceTable table tbody td {
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-consumerPriceTable table {
    font-size: 14px;
  }
}


.p-cylinderList {
  display: flex;
  flex-wrap: wrap;
}
.p-cylinderList__item {
  width: 31%;
  margin-left: 3.5%;
}
.p-cylinderList__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-cylinderList__item:nth-of-type(n + 4) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-cylinderList {
    justify-content: space-between;
  }
  .p-cylinderList__item {
    width: 48%;
    margin-left: 0;
  }
  .p-cylinderList__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-cylinderList__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

.p-pageRelatedFrame {
  padding: 30px;
  background: #F8F8F8;
}
* + .p-pageRelatedFrame {
	margin-top: 60px;
}
.p-pageRelatedFrame .p-businessGasImageList {
	margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
	.p-pageRelatedFrame {
		padding: 20px;
	}
	* + .p-pageRelatedFrame {
		margin-top: 40px;
	}
	.p-pageRelatedFrame .p-businessGasImageList {
		margin: 20px 0 0 0;
	}
}



.u-f--en {
  font-family: "futura-pt", sans-serif;
}
.u-bg--grey {
  background: #F8F8F8;
}
.u-fc--white {
  color: #FFF;
}
.u-fc--black {
  color: #000;
}
.u-txt-shadow01 {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
}

@media screen and (max-width: 768px) {.u-pcOnly { display: none !important;}}
@media screen and (min-width: 769px) {.u-spOnly { display: none !important;}}


.u-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
 
.u-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}

.u-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-dp--ib {
  display: inline-block;
}


.u-mt--large {
  margin-top: 80px;
}
.u-mt--largeLine {
  margin-top: 60px;
  border-top: #000 1px solid;
/*
  border-top: #09176D 1px solid;
*/
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-mt--large {
    margin-top: 50px;
  }
  .u-mt--largeLine {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.pc-img { display: block; }
.sp-img { display: none; }

@media (max-width: 768px) {
  .pc-img { display: none; }
  .sp-img { display: block; }
}
