@charset "UTF-8";
/* CSS Document */

/* c-nav__wrapper */

.c-nav__wrapper {
	z-index: 9;
}


/* c-pagettl */

.c-pagettl__inner::after {
	background-image: url("../../img/work/icon-ttl.png");
	width: 331px;
	height: 380px;
	margin-bottom: -100px;
	margin-right: -40px;
}

/* c-concept */

.c-concept {
	margin-bottom: 150px;
}

/* p-work-container01 */

.p-work-container01 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #F0F0F0;
	position: relative;
}
.p-work-container01::before {
	content: "";
	position: absolute;
right: -8px;
top:0px;
	background-image: url("../../img/work/txt01.png");
background-position: left top;
background-repeat: no-repeat;
	background-size: 520px auto;
	width: 520px;
	height: 224px;
}
.p-work-container01__inner {
	width: 980px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding: 120px 0px 150px;
	position: relative;
}



.p-work-container01-img {
	width: 450px;
	position: relative;
}

.p-work-container01-img img {
	width: 100%;
height: auto;
}

.p-work-container01-img__name {
	position: absolute;
left: 0px;
bottom: 0px;
	background-color: #FFF;
	display: inline-block;
	padding: 30px 45px;
	width: 360px;
}

.p-work-container01-text {
	flex: 1;
	padding: 120px 0px 0px 95px;
	position: relative;
}

.p-work-container01 h3, .p-work-container04 h3 {
	font-size: 32px;
color: #000;
	line-height: 1.6;
font-weight: 500;
	letter-spacing: 2px;
	
}

.p-work-container01 h4, .p-work-container04 h4 {
	font-size: 14px;
color: #000;
	line-height: 1.6;
font-weight: 400;
}

.p-work-container01 h5, .p-work-container04 h5 {
	font-size: 22px;
color: #000;
font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding-top: 10px;
}

.p-work-container01 .c-btn02 h6 {
	background-color: rgba(255,255,255,0);
}

.p-work-container01 p {
	letter-spacing: 0em;
	margin-bottom: 60px;
	font-size:14px;
	line-height: 28px;
}


/* ==========================
  モーダル（ポップアップ）
========================== */

.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.55);
backdrop-filter: blur(15px);
}
.js_modalContInner {
  position: absolute;
  top: 0%;
  left: 0%;
	width: 100%;
	height: 100%;
	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: 1090px;
	margin: 0px auto;
	position: relative;
}

.js_modalContWrap {
  width: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	gap:60px 0px;
	position: relative;
}

.js_modalCont {
  width: 100%;
  background-color: #fff;
  padding: 70px;
	border-radius: 0px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: flex-end;
}

.js_modalCont01 {
	flex-direction: row-reverse;
}

.js_modalCont__img {
  width: 320px;
}

.js_modalCont__img img {
  width: 100%;
height: auto;
}

.js_modalCont__text {
  width: 585px;
	position: relative;
	padding-top: 40px;
}

.js_modalCont__text::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 140px;
	height: 50px;
	margin-left: -45px;
	margin-top: 0px;
}

.js_modalCont01 .js_modalCont__text::before {
	background-image: url("../../img/work/number01.svg");
}

.js_modalCont02 .js_modalCont__text::before {
	background-image: url("../../img/work/number02.svg");
}

.js_modalCont__text h6 {
  font-size: 20px;
color: #EE1C23;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: 600;
	position: relative;
}

.js_modalCont__text p {
  letter-spacing: 0em;
	line-height: 1.8;
	padding-top: 10px;
	font-size:14px;
}

.js_modalClose {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
	margin-right: -45px;
	margin-top: -45px;
}
@keyframes modalOpen {
  0% {
    opacity: 0;
    z-index: 7000;
  }
  100% {
    opacity: 1;
    z-index: 7000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 7000;
  }
  100% {
    z-index: 7000;
    opacity: 0;
  }
}




/* p-work-container02 */

.p-work-container02 {
	width: 100%;
	text-align: center;
	background-image: url("../../img/work/back01.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	position: relative;
}

.p-work-container02::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 100%;
	background-color: #CBCBCB;
	display: block;
	mix-blend-mode: multiply;
}

.p-work-container02__inner {
	width: 100%;
	height: 270px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	position: relative;
}

.p-work-container02 h3 {
	width: 240px;
	font-size: 20px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 600;
	background-color: #EE1C23;
	padding: 20px 0px;
	display: inline-block;
}

/* p-work-container03 */

.p-work-container03 {
	width: 900px;
	text-align: center;
	padding: 180px 0px 100px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.p-work-container03__item {
	width: 425px;
	position: relative;
	background-color: #F4F4F4;
}

.p-work-container03__item:hover {
	background-position: center bottom 20px;
}

.p-work-container03__item a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 150px 35px 30px;
	position: relative;
}

.p-work-container03__item::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
}

.p-work-container03__item:nth-child(1)::before {
	background-image: url("../../img/work/icon01.svg");
	height: 224px;
	margin-top: -75px;
}

.p-work-container03__item:nth-child(2)::before {
	background-image: url("../../img/work/icon02.svg");
	height: 208px;
	margin-top: -85px;
}


.p-work-container03 h4 {
	position: relative;
	font-size: 18px;
	color: #EE1C23;
	line-height: 1.2;
	font-weight: 600;
	width: 80%;
	margin: 5px auto 10px;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #EE1C23;
	border-radius: 40px;
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 11px auto;
}
.p-work-container03 h4:after{
	position: absolute;
	content: "";
	background-image: url(../../img/work/arrow01.png);
	background-size: 11px auto;
	width: 11px;
	height: 11px;
	top:40%;
	right:20px;
}
.p-work-container03 p {
	line-height: 1.8;
	letter-spacing: 0em;
	padding-top: 15px;
}

/* p-work-container04 */

.p-work-container04 {
	width: 100%;
	max-width: 1200px;
	margin: 90px auto 0;
	background-color: #F0F0F0;
	position: relative;
}
.p-work-container04::before {
	content: "";
	position: absolute;
left: -8px;
top:0px;
	background-image: url("../../img/work/txt02.png");
background-position: left top;
background-repeat: no-repeat;
	background-size: 520px auto;
	width: 520px;
	height: 224px;
}
.p-work-container04__inner {
	width: 980px;
	display: flex;
	flex-direction: row-reverse;
  justify-content: space-between;
flex-wrap: wrap;
	padding: 120px 0px 150px;
	position: relative;
}



.p-work-container04-img {
	width: 450px;
	position: relative;
}

.p-work-container04-img img {
	width: 100%;
height: auto;
}
img.name01{
	height: 24px;
	width: auto;
}
.p-work-container04-img__name {
	position: absolute;
left: 0px;
bottom: 0px;
	background-color: #FFF;
	display: inline-block;
	padding: 30px 45px;
	width: 360px;
}

.p-work-container04-text {
	flex: 1;
	padding: 60px 95px 0px 0px;
	position: relative;
}

.p-work-container04 h3 {
	font-size: 32px;
color: #000;
	line-height: 1.6;
font-weight: 500;
}

.p-work-container04 h4 {
	font-size: 14px;
color: #000;
	line-height: 1.6;
font-weight: 400;
}

.p-work-container04 h5 {
	font-size: 22px;
color: #000;
font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding-top: 10px;
}

.p-work-container04 p {
	letter-spacing: 0em;
	margin-bottom: 0px;
	font-size:14px;
	line-height: 28px;
}

.p-work-container04-asterisk p {
	max-width: 1200px;
	text-align: right;
	font-size:14px;
	margin:10px auto 90px;
}




.sp-view {
	display: none;
}
