@charset "UTF-8";
/* CSS Document */


.contents::before {
	display: none;
}


/* title-page */

.title-page h2 {
	padding-top: 45px;
}

.title-page h2::before {
	content: "ダイコク電機とは";
}

/* layout-concept */
.layout-concept {

	position: relative;
	z-index: 10;
	
}

.layout-concept h2 {
	font-family: "Montserrat", sans-serif;
	line-height: 0.8;
	padding-top: 15px;
	padding-bottom: 12px;
}


/* contentsback-wrap */

.contentsback-wrap {
	width: 100%;
	position: relative;
}

.contentsback-wrap::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/common/back-contents2.svg");
background-position: center;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 200%;
	margin-top: -50%;
	display: block;
	z-index: -1;
}

.contents05::before {
background-position: center top;
	margin-top: -20%;
}

@media screen and (min-width: 1800px) {
.contentsback-wrap::before {
	background-image: url("../../images/common/back-contents.svg");
	margin-top: -35%;
}
	
.contents05::before {
	margin-top: -20%;
}
	
}

.contents05 {
	padding-top: 100px;
	background-image: url("../../images/about/back02.svg");
background-position: center bottom -80px;
background-repeat: repeat-x;
}

.contents .container section.contents05 {
	margin-bottom: 0px;
	padding-bottom: 340px;
}

.contents05 .box-text p {
	text-align: center;
}


/* layout01 */

.layout01 {
	text-align: center;
	margin-top: 110px;
}

.layout01-inner {
	background-image: url("../../images/about/back01.svg");
background-position: center top 170px;
background-repeat: no-repeat;
}

/* layout01 lay01 */

.layout01 .lay01 {
	width: 870px;
	height: 570px;
	position: relative;
	margin-bottom: 30px;
}

.layout01 .lay01 .box {
	position: absolute;
}

.layout01 .lay01 .a01 {
	position: static;
	width: 590px;
}

.layout01 .lay01 .a02 {
right: 0px;
bottom: 40px;
	width: 270px;
}

.layout01 .lay01 .a03 {
left: 0px;
bottom: 0px;
	width: 340px;
}

.layout01 .lay01 .box-img, .layout01 .lay03 .box-img {
	position: relative;
}

.layout01 .lay01 .box-img::before, .layout01 .lay03 .box-img::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 68px;
	margin-top: -68px;
}

.layout01 .lay03 .box-img::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 30px;
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 68px;
}

.layout01 .a01 .box-img::before {
	background-image: url("../../images/about/text01.svg");
}

.layout01 .a02 .box-img::before {
	background-image: url("../../images/about/text02.svg");
	background-position: right top;
}

.layout01 .a03 .box-img::before {
	background-image: url("../../images/about/text03.svg");
	background-position: left top;
}

.layout01 .a04 .box-img::before {
	background-image: url("../../images/about/text04.svg");
}

.layout01 .a04 .box-img::after {
	background-image: url("../../images/about/text05.svg");
}

/* layout01 lay02 */

.layout01 .lay02 {
	width: 870px;
	position: relative;
	margin-bottom: 150px;
}

.layout01 .lay02::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/about/arrow01.png");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 418px;
	margin-top: -90px;
}

.layout01 .lay02 .box {
	border-radius: 20px;
	padding: 30px 60px;
	text-align: left;
	position: relative;
	background-image: url("../../images/about/img04.svg");
background-position: right 30px bottom -15px;
background-repeat: no-repeat;
}

/* layout01 lay03 */

.layout01 .lay03 {
	width: 935px;
	margin-bottom: 95px;
}

/* layout01 lay04 */

.layout01 .lay04 {
	width: 1055px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout01 .lay04 .box {
	width: 48%;
	border-radius: 20px;
	padding: 30px 30px;
	position: relative;
background-position: left 10px bottom;
background-repeat: no-repeat;
}

.layout01 .lay04 .box:nth-child(1) {
	background-image: url("../../images/about/img06.svg");
}

.layout01 .lay04 .box:nth-child(2) {
	background-image: url("../../images/about/img07.svg");
}

.layout01 .lay04 .box::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/about/arrow02.png");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width:100%;
	height: 95px;
	margin-top: -105px;
}

.layout01 .lay04 .box-inner {
	padding-left: 40%;
}

.layout01 h2, .layout01 h3 {
	font-size: 40px;
color: #50A0FE;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
	position: relative;
	margin-bottom: 110px;
}

.layout01 h3 {
	font-size: 26px;
	margin-bottom: 30px;
	text-align: center;
}

.layout01 h4 {
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.layout01 h4, .layout01 p {
	text-align: left;
}

.layout01 ul li {
	font-size: 15px;
color: #FFF;
line-height: 1.2;
font-weight: 400;
	padding: 12px 0px;
	border-radius: 60px;
	background : -moz-linear-gradient(50% 0% -90deg,rgba(86, 171, 255, 1) 0%,rgba(155, 153, 255, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(86, 171, 255, 1) 0%, rgba(155, 153, 255, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(86, 171, 255, 1) ),color-stop(1,rgba(155, 153, 255, 1) ));
  background : -o-linear-gradient(-90deg, rgba(86, 171, 255, 1) 0%, rgba(155, 153, 255, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(86, 171, 255, 1) 0%, rgba(155, 153, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#56ABFF', endColorstr='#9B99FF' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(86, 171, 255, 1) 0%, rgba(155, 153, 255, 1) 100%);
}

.layout01 ul li:not(:last-child) {
	margin-bottom: 10px;
}


/* layout02 */

.layout02 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}

.contents03 {
	flex-direction: row;
}

.layout02 .layout-concept {
	width: 500px;
}

.layout02 .layout-concept .box-inner {
	width: 100%;
	text-align: left;
}

.layout02 .box-img {
	width: 495px;
	position: relative;
}

.contents03 .box-img::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../../images/about/icon01.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 240px;
	height: 256px;
	margin-left: -60px;
	margin-bottom: -100px;
}

.contents04 .box-img::after {
	content: "";
	position: absolute;
right: 0px;
bottom: 0px;
	background-image: url("../../images/about/icon02.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 392px;
	height: 249px;
	margin-right: -80px;
	margin-bottom: -80px;
}


.contents02 .box-img {
	width: 555px;
}

.contents03 .box-img img, .contents04 .box-img img {
	box-shadow: 25px 25px 10px rgba(0,0,0,0.1);
}


/* layout03 */

.layout03 {
	text-align: center;
	padding-top: 80px;
}

.layout03 .box-inner {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:0px 15px;
}

.layout03 .box {
	width: 210px;
}

.layout03 .box a {
	display: block;
	position: relative;
}

.layout03 .box a::after {
	content: "";
	position: absolute;
right: 5px;
bottom: 5px;
	background-image: url("../../images/about/btn-more.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 48px;
	height: 48px;
}

.layout03 h6 {
	font-size: 30px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
	margin-bottom: 30px;
}

.layout03 h6 span {
	color: #50A0FE;
}



/* ==========================
  モーダル（ポップアップ）
========================== */

.js_modalBtnCont:hover,
.js_modalBtnCont:focus {
  opacity: 0.75;
}

.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap.active {
  animation: modalOpen 0.5s ease forwards;
}
.js_modalWrap.active2 {
  animation: modalClose 0.5s ease forwards;
}
.js_modalBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.js_modalContInner {
  position: absolute;
  top: 0%;
  left: 0%;
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
/*
	overflow-y: scroll;
	padding: 100px 0px;
*/
	/* IE, Edge 対応 */
 -ms-overflow-style: none;
 /* Firefox 対応 */
 scrollbar-width: none;
}

/* Chrome, Safari 対応 */
.js_modalContInner::-webkit-scrollbar {
 display:none;
}

.js_modalContWrap__wrap {
	width: 760px;
	position: relative;
}

.js_modalContWrap {
  width: 100%;
	position: relative;
}

.js_modalCont {
  width: 100%;
	min-height: 420px;
	position: relative;
	overflow-y: auto;
	padding: 40px 60px 50px;
	border-radius: 30px;
	scrollbar-color: rgba(228,228,228,1) rgba(255,255,255,0);
	background-color: #FFF;
}

.js_modalCont::-webkit-scrollbar {
    width: 10px;
	height: 6px;
	border-radius: 30px;
}

.js_modalCont::-webkit-scrollbar-track-piece {
    background-color: rgba(255,255,255,0);
	border-radius: 30px;
}

.js_modalCont::-webkit-scrollbar-thumb {
   border-radius: 30px;
	background-color: rgba(228,228,228,1);
}


.js_modalClose {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 52px;
  height: 52px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
	margin-right: -25px;
	margin-top: -25px;
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}


.lay-special {
	position: relative;
	text-align: center;
}

.lay-special .box-detail {
	text-align: left;
}

.lay-special h3, .lay-special h4 {
line-height: 1.4;
font-weight: 500;
}

.lay-special h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: 0.8;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 60px;
	background-color: #a4c5e5;
}

.lay-special h4 {
	color: #50A0FE;
	font-size: 34px;
	padding: 15px 0px 25px;
	margin-bottom: 30px;
	letter-spacing: 0.05em;
	border-bottom-style : solid;
border-color : #a4c5e5;
border-width : 1px;
}

.lay-special p {
	font-size: 20px;
}


.sp-view {
	display: none;
}

