/*------------- .p-mv-box -------------*/
.p-mv-box {
    position: relative;
    background: url(../../images/top/hero.jpg) no-repeat center center;
    background-size: cover;
    height: 572px;
    margin-top: 67px;
}

.p-mv-box .kv {
    position: absolute;
    display: block;
    background: url(../../images/common/kv_01.png) no-repeat top left;
    background-size: 100%;
    overflow: hidden;
    text-indent: 100%;
}

.p-mv-box .kv01 {
    background-image: url(../../images/common/kv_01.png);
    width: 360px;
    height: 512px;
    right: 70px;
    bottom: 10px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.p-mv-box .kv02 {
    background-image: url(../../images/common/kv_02.png);
    width: 75px;
    height: 92px;
    right: 503px;
    bottom: 94px;
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
}

.p-mv-box .kv03 {
    background-image: url(../../images/common/kv_03.png);
    width: 130px;
    height: 135px;
    right: 41px;
    bottom: 76px;
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}

.p-mv-box .kv04 {
    background-image: url(../../images/common/kv_04.png);
    width: 141px;
    height: 122px;
    right: 372px;
    bottom: 113px;
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
}

.p-mv-box .container {
    max-width: 1060px;
}

.p-mv-box .container h2 {
    position: absolute;
    top: 110px;
    left: 20px;
    display: block;
    background: url(../../images/common/tag@2x.png) no-repeat top left;
    background-size: 100%;
    width: 658px;
    height: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 1;
}

.p-mv-box .container p {
    position: absolute;
    left: 20px;
    display: block;
    background-size: 100%;
    width: 658px;
    z-index: 1;
	color: #3a3a3a;
	line-height: 1.5;
	letter-spacing: 0.12em;
	font-size: 15px;
}

.p-mv-box .container p:nth-of-type(1) {
    top: 190px;
}

.p-mv-box .container p:nth-of-type(2) {
    top: 260px;
}

.p-mv-box .container h2:lang(en) {
    background-image: url(../../images/common/tag_en@2x.png);
    width: 600px;
    height: 41px;
}

@media screen and (max-width: 1400px){
    .p-mv-box {
        margin-top: 60px;
		z-index: -1;
    }
}

@media screen and (max-width: 767px) {
	.p-mv-box {
		background: url(../../images/top/hero_sp.jpg) no-repeat center center;
		background-size: cover;
    	height: 303px;
        margin-top: 0;
	}

	.p-mv-box .container h2 {
		font-size: 0px;
		width: 95%;
		right: 0;
		left: 0;
		margin: 0 auto;
		top: 30px;
	}

	.p-mv-box .container p {
		width: 92%;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 1.3rem;
	}

    .section-hero {
        background-image: url(../../images/common/sp_hero.jpg);
        height: 435px;
    }

	.p-mv-box .container p:nth-of-type(1) {
		top: 75px;
	}

	.p-mv-box .container p:nth-of-type(2) {
		top: 150px;
	}

    .p-mv-box .kv01 {
        width: 85px;
        height: 135px;
        bottom: -10px;
        right: 33px;
    }

    .p-mv-box .kv02 {
        width: 27px;
        height: 33px;
        bottom: 30px;
        right: 155px;
    }

    .p-mv-box .kv03 {
        width: 27px;
        height: 29px;
        bottom: 48px;
        right: 15px;
    }

    .p-mv-box .kv04 {
        width: 32px;
        height: 28px;
        bottom: 45px;
        right: 120px;
    }

    .section-hero .container {
        padding: 0;
        height: 435px;
    }

    .section-hero .container h2 {
        top: 130px;
        left: 0;
        right: 0;
        margin: auto;
        width: 295px;
        height: 17px;
    }

    .section-hero .container h2:lang(en) {
        width: 249px;
        height: 17px;
    }
}


/*------------- .p-news-box -------------*/

.p-news-box {
    position: relative;
    top: -110px;
    margin: 0 0 32px;
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.p-news-box .container {
    background: #fff;
    box-shadow: 0 4px 16px #B6BCC0;
    padding: 35px 35px 35px 150px;
}

.p-news-box a {
    text-decoration: underline;
    color: #000;
    outline: none;
    cursor: pointer;
}

.p-news-box a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.p-news-box h3 {
    position: absolute;
    top: 35px;
    left: 35px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.p-news-box .link {
    position: absolute;
    top: 32px;
    right: 35px;
}

.p-news-box .link a {
    position: relative;
    display: block;
    background: url(../../images/common/news_more@2x.png) no-repeat top left;
    background-size: 100%;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 100;
}

.p-news-box .link a:hover {
    opacity: 0.8;
}

.p-news-box ul {
    font-size: 1.4rem;
    line-height: 20px;
}

.p-news-box li dt {
    float: left;
    width: 110px;
    letter-spacing: 0.1em;
}

.p-news-box li dd {
    margin: 0 0 0 110px;
}

@media screen and (max-width: 1024px) {
    .p-news-box .container {
        max-width: 900px;
    }
}

@media screen and (max-width: 767px){
    .p-news-box {
        padding: 0 10px;
        margin: 0;
		top: -45px;
    }
    .p-news-box .container {
        padding: 12px 17px;
    }
    .p-news-box h3 {
        position: static;
        font-size: 1.4rem;
        margin: 0 0 10px;
    }
    .p-news-box li {
        font-size: 1.2rem;
    }
    .section-news li dt,
    .p-news-box li dt {
        float: none;
        width: auto;
        font-size: 1rem;
    }
    .section-news li dd,
    .p-news-box li dd {
        font-size: 1.2rem;
        margin: 0;
    }
    .p-news-box .link {
        top: 12px;
        right: 17px;
    }
}


/*------------- .p-mission-box -------------*/
.p-mission-box {
    margin: 0 0 125px;
	background-color: #f2f5f7;
	padding: 70px 0 60px;
}
.p-mission-box .p-mission-ttl {
	position: absolute;
	top: -95px;
    right: 0;
    left: 0;
    text-align: center;
	font-size: 5.8rem;
	letter-spacing: 0.14em;
	font-weight: bold;
    color: #D91617;
    text-align: center;
    margin-bottom: 70px;
}
.p-mission-box .p-mission-sub-ttl {
	font-weight: 700;
	font-size: 2.8rem;
	color: #d91617;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.p-mission-box p {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 30px;
}
.p-mission-box p:lang(en) {
    line-height: 2.25;
    letter-spacing: 0.012em;
}
.p-mission-box .p-mission-box-download {
    display: block;
    width: 100%;
    max-width: 400px;
    color: #fff;
    font-size: 2.4rem;
    background: #000 url(../../images/top/icn_pdf.png) no-repeat center right 100px;
    margin: 0 auto;
    margin-top: 60px;
    line-height: 90px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.4);
    letter-spacing: 0.2em;
}
.p-mission-box .p-mission-box-download:hover {
    background: #c7151d url(../../images/top/icn_pdf.png) no-repeat center right 100px;
}
.p-mission-box a span {
    font-size: 1.5rem;
}

.p-mission-box .bx-wrapper {
	display: none;
}

.p-mission-img img {
	width: 100%;
}

@media screen and (max-width: 767px){
    .p-mission-box {
        margin: 0 0 60px;
		background-color: #ffffff;
		padding: 0px 0 0px;
    }

	.p-mission-box .p-mission-sub-ttl {
		letter-spacing: 0.12em;
		font-size: 1.6rem;
	}

    .p-mission-box .p-mission-ttl {
        font-size: 2.9rem;
        margin-bottom: 20px;
		position: static;
    }
    .p-mission-box p {
        text-align: left;
        font-size: 1.3rem;
		line-height: 1.54;
		letter-spacing: 0.16em;
    }
    .p-mission-box p br {
        display: none;
    }

	.p-mission-box-sp {
		width: 100%;
		padding: 20px 20px 30px;
		background-color: #f2f5f7;
	}

	.p-mission-box .p-mission-box-download {
		margin-top: 40px;
        background: #000 url(../../images/top/icn_pdf.png) no-repeat center right 65px;
	}

    .p-mission-box .p-mission-box-download:hover {
        background: #c7151d url(../../images/top/icn_pdf.png) no-repeat center right 65px;
    }

	.bxslider-mission li {
		background-color: #ffffff;
		padding: 10px 10px 40px;
	}

	.p-mission-box .bx-wrapper {
		display: block;
	}

	.bx-wrapper .bx-pager {
		border-top: none;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {
		top: 70px;
		background: #fff;
		border: 1px solid #e21c1d;
	}

	.bx-wrapper .bx-controls-direction a {
		top: 100%;
		margin-top: -30px;
	}

	.p-mission-box-sp .bx-wrapper .bx-prev {
		width: 15px !important;
		height: 28px !important;
		background: url(../../images/top/icn_arrow_left.png) no-repeat top left;
		background-size: 8px auto;
		left: 30%;
	}

	.p-mission-box-sp .bx-wrapper .bx-next {
		width: 15px !important;
		height: 28px !important;
		background: url(../../images/top/icn_arrow_right.png) no-repeat top left;
		background-size: 8px auto;
		right: 28%;
	}
}


/*------------- .p-message-box -------------*/
.p-message-box {
    margin: 0 0 155px;
    border-left: 10px solid #E21C1D;
    background: #F2F5F7;
}
.p-message-box:before {
    content: "";
    position: absolute;
    width: 255px;
    height: 100%;
    top: 0;
    left: 0;
    border-left: 255px solid #FFF;
}
.p-message-box .container {
    position: relative;
    margin: 0 auto;
}
.p-message-box .image {
    position: absolute;
    top: -50px;
    left: -95px;
}
.p-message-box .image span {
    display: block;
    background: url(../../images/common/message_photo.png) no-repeat top left;
    background-size: 100%;
    width: 368px;
    height: 508px;
}
.p-message-box .content {
    padding: 60px 60px 60px 360px;
}
.p-message-box h3 {
    position: relative;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    color: #E21C1D;
    letter-spacing: 0.14em;
    margin: 0 0 40px;
}
.p-message-box h3:before {
    position: absolute;
    top: 12px;
    left: -80px;
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background: #E21C1D;
}
.p-message-box p {
    max-width: 500px;
    line-height: 2;
    margin: 0 0 30px;
}
.p-message-box p.text-left {
    text-align: right;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .p-message-box .container {
        max-width: 800px;
    }
    .p-message-box p {
        width: auto;
    }
    .p-message-box p br {
        display: none;
    }
}

@media screen and (max-width: 767px){
    .p-message-box {
        border: none;
        margin: 0 0 60px;
    }
    .p-message-box .container {
        width: 100%;
        padding: 0;
        background: none;
    }
    .p-message-box .image {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-left: 4px solid #E21C1D;
    }
    .p-message-box .image span {
        position: relative;
        background-image: url(../../images/common/sp_message_photo.png);
        width: 293px;
        height: 229px;
        margin: 0 auto;
        z-index: 10;
    }
    .p-message-box .content {
        padding: 20px 30px 30px 30px;
        background: #F2F5F7;
    }
    .p-message-box h3 {
        font-size: 1.8rem;
        margin: 0 0 30px 33px;
    }
    .p-message-box h3:before {
        top: 7px;
        left: -39px;
        width: 30px;
    }
    .p-message-box p {
        font-size: 1.3rem;
        width: 100%;
    }
    .p-message-box p br {
        display: none;
    }
    .p-message-box:before {
        border: none;
        border-top: 170px solid #fff;
        width: 100%;
        left: 0;
    }
}


/*------------- .p-service-box -------------*/
.p-bg-gray {
	background-color: #f2f5f7;
}

.p-service-box {
	width: 100%;
	margin: 0 auto 125px;
  padding: 0 0 40px;
}

.mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color: #E21C1D;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

.p-service-box li .mask h4 {
	color: #ffffff;
	padding-top: 45px;
}

.mask p {
	color: #ffffff;
}

.p-service-box-list.p-construction {
	margin: 0 auto;
    max-width: 1060px;
    display: flex!important;
    justify-content: center;
    align-items: start;
}

.p-service-box-list li a:hover .mask {
	opacity:1;
}

.p-service-box-list li:hover .mask {
	opacity:1;
}

.p-service-box h3 {
    position: relative;
    top: -30px;
    text-align: center;
    font-size: 5.8rem;
    font-weight: bold;
    color: #E21C1D;
    letter-spacing: 0.14em;
    margin: 0 0 60px;
}
.p-service-box-sub-ttl {
	text-align: center;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	color: #d91617;
	font-weight: 700;
	padding: 0 0 40px;
	position: relative;
}

.p-service-box-sub-ttl::after {
	position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: none;
    height: 50px;
    width: 2px;
    background: #E21C1D;
}

.p-service-box li {
    position: relative;
    float: left;
    background: #fff;
    width: 32% !important;
	  max-width: 340px;
    box-sizing: border-box;
    padding: 30px 30px 110px;
    margin: 0 0 20px 2%;
}

.p-service-box li:first-child, .p-service-box li:nth-child(4), .p-service-box li:nth-child(7) {
	margin: 0 0 20px 0;
}

.p-service-box li .icon {
    width: 160px;
    margin: 0 auto;
}

.p-service-box li .icon.microgrid {
	height: 160px;
	width: 220px;
	padding: 65px 0 0;
}

.p-service-box li .icon.life-service {
	height: 160px;
	width: 220px;
	padding: 60px 0 0;
}

.p-service-box li .icon.trende {
	height: 160px;
	width: 220px;
	padding: 60px 0 0;
}

.p-service-box li .icon.demand-response {
	height: 160px;
	width: 220px;
	padding: 60px 0 0;
}

.p-service-box li .icon img {
    display: block;
    width: 100%;
}

.p-service-box-detail-ttl {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.p-service-box-detail-ttl.one-line {
	bottom: 50px;
}

.p-service-box-detail-ttl.two-line {
	bottom: 35px;
}

.p-service-box li h4 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.36;
    font-weight: 700;
    color: #D91617;
}
.p-service-box li h4 span {
    margin: 5px 0 0 0;
    display: block;
    font-size: 1.6rem;
}
.p-service-box li.multi h4 {
    line-height: 1;
}
.p-service-box li .mask h4:after {
    content: "";
    display: block;
    background: #ffffff;
    height: 2px;
    width: 50px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 25px;
}
.p-service-box li p {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
}
.p-service-box li p:lang(en) {
    font-size: 1.4rem;
}
.p-service-box li .readmore {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 40px;
    color: #a5a6b2;
    border: 2px solid #a5a6b2;
    text-align: center;
    border-radius: 40px;
    width: 180px;
}
.p-service-box li a .readmore {
    color: #e21c1d;
    border: 2px solid #e21c1d;
	background-color: #ffffff;
}
.p-service-box li a {
    display: block;
    color: #000;
    text-decoration: none;
}
.p-service-box li a:hover .readmore {
    color: #e21c1d;
    background: #ffffff;
    transition: all 0.3s ease 0s;
}

.p-service-box-list.p-business {
	padding-bottom: 60px;
    max-width: 1060px;
    margin: 0 auto;
}

.p-service-box-list.p-business li {
	width: 32% !important;
}

.p-service-box-list.p-business li:last-child {
/*	float: right;*/
}

@media screen and (max-width: 767px){
    .p-service-box {
        padding: 0;
        margin: 0 0 60px;
		width: 100%;
    }

    .p-service-box li:nth-child(2),
    .p-service-box li:nth-child(4) {
        float: none;
    }
	.p-service-box li + li {
		margin: 0 0 15px;
	}
  
  .p-service-box li:first-child, .p-service-box li:nth-child(4), .p-service-box li:nth-child(7) {
      margin: 0 0 15px 0;
  }
  
  
    .p-service-box h3 {
        font-size: 2.9rem;
        top: -13px;
		margin: 0 0 30px;
    }

	.p-service-box-sub-ttl {
		font-size: 1.6rem;
		padding: 0 0 20px;
	}

	.p-service-box-sub-ttl::after {
		top: 30px;
		height: 30px;
	}

    .p-service-box ul {
        padding: 0 20px 15px;
		margin: 10px 0 0;
    }
    .p-service-box li {
        width: 100% !important;
        padding: 25px 20px;
        float: none;
        margin: 0 0 15px 0;
    }

    .p-service-box li .icon {
		width: 100%;
    }

    .p-service-box li .icon img.microgrid {
		  width: 62.5%;
    }
  
    .p-service-box li .icon img.life-service {
		  width: 43.75%;
    }
  
    .p-service-box li .icon img.trende {
		  width: 50.89%;
    }
	
		.p-service-box li .icon img.demand-response {
		  width: 47.27%;
    }

	.p-service-box li .icon h4 {
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.p-service-box li .icon p {
		text-align: left;
	}

	.p-service-box li .icon img {
		width: 28.57%;
    margin: 0 auto 20px;
	}

    .p-service-box li h4 {
        font-size: 1.6rem;
        line-height: 36px;
    }
    .p-service-box li h4 span {
        font-size: 1.2rem;
    }
    .p-service-box li.multi h4 {
        line-height: 1;
    }
    .p-service-box li h4:after {
        margin-top: 17px;
        margin-bottom: 17px;
        width: 30px;
    }
    .p-service-box li .readmore {
        font-size: 1.2rem;
        line-height: 30px;
        width: 150px;
        bottom: 20px;
    }
    .p-service-box li p {
        font-size: 1.2rem;
    }
    .p-service-box li p:lang(en) {
        font-size: 1.2rem;
        line-height: 1.4;
    }
}

.p-service-box-list.p-construction.p-company {
	max-width: 690px;
}

.p-service-box-list.p-construction.p-company li {
	width: 48% !important;
}

.p-service-box-list.p-construction.p-company li:last-child {
	float: right;
}

/*------------- .p-company-box -------------*/
.p-company-box h3 {
    font-size: 5.8rem;
    font-weight: bold;
    color: #E21C1D;
    line-height: 1;
    letter-spacing: 0.14em;
    border-left: 10px solid #E21C1D;
    padding: 0 0 0 160px;
    margin: 0 0 60px;
}
.p-company-box .container {
    max-width: 940px;
}
.p-company-box dl {
    margin: 0 0 80px;
}
.p-company-box dt {
    float: left;
    color: #D91617;
    font-weight: 700;
    padding: 30px 45px;
}
.p-company-box dd {
    border-bottom: 2px solid #ddd;
}
.p-company-box dd p {
    padding: 30px 0;
    margin: 0 0 0 210px;
}
.p-company-box dd p:lang(en) {
    margin: 0 0 0 260px;
}
.p-company-box .wrapper {
    border-right: 10px solid #E21C1D;
    padding: 0 60px 0 0;
}
.p-company-box .map {
    height: 340px;
    margin: 0 0 140px;
}

.p-company-box sup{
    font-size: 10px;
    vertical-align: top;
}

@media screen and (max-width: 767px){
    .p-service-box-list.p-construction{
        display: none!important;
    }
    .p-company-box h3 {
        font-size: 2.9rem;
        border-left: 4px solid #E21C1D;
        padding: 0 0 0 35px;
        margin: 0 0 40px;
    }
    .p-company-box .wrapper {
        border: none;
        padding: 0;
    }
    .p-company-box dl {
        font-size: 1.3rem;
        margin: 0 0 40px;
    }
    .p-company-box dt {
        float: none;
        padding: 10px 0;
        margin: 0;
    }
    .p-company-box dd {
        border-bottom: 1px solid #ddd;
    }
    .p-company-box dd p,
    .p-company-box dd p:lang(en) {
        padding: 0 0 10px 0;
        margin: 0;
    }
    .p-company-box .map {
        margin: 0 0 70px;
        height: 250px;
    }
}


/*------------- .p-contact-box -------------*/
.p-contact-box {
    color: #fff;
    background: #DB1516;
    text-align: center;
    padding: 0 0 110px;
}
.p-contact-box .container {
    max-width: 860px;
}
.p-contact-box h3 {
    display: inline-block;
    font-size: 5.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.14em;
    text-align: center;
    padding: 90px 0 0 0;
    border-top: 10px solid #fff;
    margin: 0 0 85px;
}
.form-contact-index dt {
    width: 260px;
    padding: 15px 0;
}
.form-contact-index dt span {
    background: #B71314;
    border: none;
    color: #fff;
}
.form-contact-index dd {
    padding: 15px 0;
    border: none;
}
.form-contact-index dd .form-group {
    margin: 0 0 0 280px;
}
.p-confirm .form-contact-index dd .form-group {
    min-height: 44px;
    box-sizing: border-box;
    padding-top: 10px;
}
.form-contact-index .link {
    margin: 0 0 40px;
}
.form-contact-index .link a {
    color: #fff;
}

@media screen and (max-width: 767px){
    .p-contact-box {
        padding: 0 0 50px;
    }
    .p-contact-box h3 {
        font-size: 2.9rem;
        padding: 45px 0 0 0;
        border-top: 4px solid #fff;
        margin: 0 0 40px;
    }
    .form-contact-index dt {
        padding: 0;
    }
    .form-contact-index dt span {
        background: #B71314;
        border: none;
        color: #fff;
    }
    .form-contact-index dd {
        padding: 10px 0 0 0;
        margin: 0 0 30px;
    }
    .form-contact-index dd .form-group {
        margin: 0;
    }
    .p-confirm .form-contact-index dd .form-group {
        min-height: inherit;
        box-sizing: border-box;
        padding-top: 0;
    }
}


/*------------- .p-modal-box -------------*/
.p-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1000px;
    height: 50vh;
    z-index: 1000;
    opacity: 0;
    display: none;
}
.p-modal-box .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.p-modal-box sup {
    position: relative;
    top: -5px;
    font-size: 1.2rem;
}
.bxslider-service > li {
    width: 1000px !important;
}
.p-modal-box .wrapper {
    display: flex;
    flex-flow: row-reverse;
    background: #fff;
    min-height: 528px;
}
.p-modal-box .wrapper:after {
    content: "";
    clear: both;
    display: block;
}
.p-modal-box .content {
    width: 68%;
}
.p-modal-box .image {
    width: 32%;
    background-repeat: no-repeat;
    background-size: cover;
}
.p-modal-box .image img {
    display: none;
}
.p-modal-box .title {
    padding: 20px;
    background: #D91617;
}
.p-modal-box .title h4 {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.p-modal-box .title h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #fff;
}
.p-modal-box .title p {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
}
.p-modal-box .description {
    padding: 20px;
}
.p-modal-box .description dt {
    display: inline-block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 30px;
    background: #D91617;
    padding: 0 10px;
    margin: 30px 0 10px 0;
}
.p-modal-box .description dt:first-child {
    margin: 0 0 10px;
}
.p-modal-box .description dd {
    font-size: 1.5rem;
    line-height: 2;
}
.p-modal-box .description ul {
    list-style-type: disc;
    margin: 0 0 0 20px;
}
.p-modal-box .description dd p {
    margin: 10px 0 0 0;
    line-height: 1.5;
}
.p-modal-box .description a {
    color: #0273ab;
    text-decoration: underline;
}
.p-modal-box .bx-viewport {
/*    height: 100% !important;*/
}
.p-modal-box .bx-wrapper .bx-controls-direction a {
    margin-top: -37px;
}
.p-modal-box .bx-wrapper .bx-prev,
.p-modal-box .bx-wrapper .bx-next {
    width: 74px;
    height: 74px;
    background: url('../../images/common/modal_controls@2x.png') no-repeat top left;
    background-size: 148px 74px;
}
.p-modal-box .bx-wrapper .bx-prev {
    left: -90px;
}
.p-modal-box .bx-wrapper .bx-next {
    right: -90px;
    background-position: -74px 0;
}
.p-modal-box .close {
    position: absolute;
    top: -45px;
    right: 0;
    display: block;
    background: url(../../images/common/modal_close@2x.png) no-repeat top left;
    background-size: 100%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .p-modal-box {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        overflow-y: scroll;
    }
    .bxslider-service > li {
        width: 100vw !important;
        box-sizing: border-box;
    }
    .p-modal-box .wrapper {
        display: block;
        min-height: 730px;
    }
    .p-modal-box .content {
        display: block;
        width: 100%;
    }
    .p-modal-box .image {
        width: 100%;
        display: block;
        background: none !important;
        overflow: hidden;
    }
    .p-modal-box .image img {
        display: block;
    }
    .p-modal-box .title {
        padding: 10px;
    }
    .p-modal-box .title h4 {
        font-size: 1.8rem;
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
    .p-modal-box .title h4:after {
        width: 30px;
        height: 2px;
    }
    .p-modal-box .title p {
        font-size: 1.4rem;
    }
    .p-modal-box .description {
        padding: 20px 10px;
    }
    .p-modal-box .description dt {
        font-size: 1.1rem;
        line-height: 22px;
        padding: 0 5px;
        margin: 15px 0 5px 0;
    }
    .p-modal-box .description dt:first-child {
        margin: 0 0 5px;
    }
    .p-modal-box .description dd {
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .p-modal-box .bx-wrapper .bx-prev,
    .p-modal-box .bx-wrapper .bx-next {
        width: 68px;
        height: 68px;
        background: url(../../images/common/sp_modal_controls@2x.png) no-repeat top left;
        background-size: 136px 68px;
    }
    .p-modal-box .bx-wrapper .bx-prev {
        left: 0;
    }
    .p-modal-box .bx-wrapper .bx-next {
        right: 0;
        background-position: -68px 0;
    }
    .p-modal-box .bx-wrapper .bx-controls-direction a {
        top: auto;
        bottom: -80px;
        margin: 0;
    }
    .p-modal-box .close {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: -50px;
        margin: auto;
        background: none;
        width: auto;
        height: auto;
        overflow: auto;
        text-indent:inherit;
        white-space:normal;
        text-align: center;
        text-decoration: none;
        font-size: 1.6rem;
        font-weight: bold;
    }
}

.p-company-ttl {
  margin: 0 0 30px!important;
}


.p-company-lead {
  padding-bottom: 50px;
  color: #3a3a3a;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.p-company-link {
  display: block;
  width: 100%;
  max-width: 400px;
  color: #fff;
  font-size: 2.4rem;
  margin: 0 auto;
  line-height: 90px;
  text-align: center;
  text-decoration: none;
  background: #000;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.4);
  letter-spacing: 0.2em;
}

.p-company-link:hover {
  background: #c7151d;
}

.p-company-wrp {
  padding-bottom: 60px;
}


@media screen and (max-width: 767px) {
  .p-company-link {
    margin-top: 0;
  }

  .p-company-wrp {
    padding: 0 20px 30px;
  }

  .p-company-lead {
    padding: 0 20px 30px;
    text-align: left;
  }

  .p-company-lead br {
    display: none;
  }
}


.p-news-ttl {
    text-align: center;
    font-size: 5.8rem;
    font-weight: bold;
    color: #E21C1D;
    letter-spacing: 0.14em;
    margin: 0 0 60px;
}

.p-news-content {
  width: 1060px;
  margin: 0 auto;
}


.p-news-list {
  padding: 17px 0;
  border-bottom: solid 1px #dddddd;
}

.p-news-list dt {
    width: 220px;
    float: left;
    line-height: 1.8;
}

.p-news-list dd a {
    color: #3a3a3a;
}

.p-news-list dd a:hover {
  text-decoration: underline;
}

.p-news-list dd {
    width: 840px;
    float: left;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.p-news-link a {
    display: block;
    padding: 10px;
    color: #e21c1d;
    display: block;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
}

.p-news-link {
    border: solid 2px #e21c1d;
    width: 167px;
    height: 40px;
    border-radius: 20px;
    float: right;
}

.p-news-link:hover {
  background: #e21c1d;
}

.p-news-link a:hover {
  color: #fff;
}

.p-news-wrp {
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-news-content {
    width: 100%;
    padding: 0 20px;
  }

  .p-news-list dt {
    font-size: 1rem;
    width: 100%;
  }

  .p-news-list dd {
    width: 100%;
    font-size: 1.2rem;
  }

  .p-news-link {
    float: inherit;
    margin: 0 auto;
    width: 100%;
  }

  .p-news-ttl {
    font-size: 2.9rem;
    margin: 0 0 20px;
  }
}

/*iPhoneSE対策*/
@media screen and (max-width: 320px) {
	.p-service-box li .icon img {
		width: 65px;
	}
	
	.p-service-box li {
		padding: 20px 10px;
	}
	
	.p-service-box li .icon div {
		width: 69%;
	}
	
	.p-service-box li .icon h4 {
		font-size: 1.45rem;
	}
}

@media screen and (max-width: 768px){
    .p-service-box-list-sp{
        display: flex!important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}