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


/* layout-concept */

.layout-concept p {
	text-align: center;
}


/* 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;
}

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

/* title-page */

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

.title-page h2::before {
	content: "仕事を知る";
}

/* link01 */

.link01 a {
	min-width: 270px;
}

.link01 a:hover {
	min-width: 300px;
}

/* title-works */

.title-works {
	text-align: center;
	margin-bottom: 30px;
}

.title-works .box-text {
	padding: 40px 0px;
}

.title-works h2 {
	font-size: 36px;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: 500;
	position: relative;
	padding-top: 20px;
}

.title-works h2::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 46px;
	z-index: -1;
}

#works01 .title-works h2::before {
	background-image: url("../../images/works/text01.svg");
}

#works02 .title-works h2::before {
	background-image: url("../../images/works/text02.svg");
}

#works03 .title-works h2::before {
	background-image: url("../../images/works/text03.svg");
}

/* box-point */

.box-point {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 5px;
}

.box-point p {
	position: relative;
	padding-left: 95px;	
}

.box-point p::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/works/text-point.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 29px;
	width: 78px;
	height: 100%;
}


/* layout01 */

.layout01 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding-top: 100px;
	text-align: center;
}

.layout01 .box {
	width: 315px;
}

.layout01 h6 a {
	font-size: 18px;
color: #FFF;
line-height: 1.2;
font-weight: 500;
	display: block;
	border-radius: 80px;
	padding: 28px 0px;
	position: relative;
	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 h6 a::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../../images/works/link-arrow.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 40px;
	margin-bottom: -20px;
	transition: .5s;
}

.layout01 h6 a:hover {
	opacity: 1;
}

.layout01 h6 a:hover::before {
	margin-bottom: -25px;
}


/* layout02 */

.layout02 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	padding: 55px;
	margin-bottom: 80px;
	text-align: left;
}

.layout02 .box-img {
	width: 290px;
}

.layout02 .box-detail {
	width: 555px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:20px 0px;
}

.layout02 .box-detail .box {
	width: 48.5%;
	background-color: #ECF6FF;
	border-radius: 7px;
	padding: 25px;
	display: flex;
  justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.layout02 p {
	font-weight: 500;
}

.layout02 p span {
	font-size: 12px;
	display: block;
	line-height: 1.4;
	padding-top: 5px;
}

/* layout03 */

.layout03, .layout05, .layout06 {
	text-align: center;
	margin-bottom: 100px;
}

.layout03 .box-inner {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:40px 0px;
}

.layout03 .box {
	width: 470px;
	padding: 40px 45px;
}

.layout03 h3 {
	font-size: 20px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	background-color: #50A0FE;
	padding: 17px 50px;
	display: inline-block;
	border-radius: 60px;
	margin-bottom: 40px;
}

.layout03 h5 {
	font-size: 20px;
color: #50A0FE;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
	padding: 20px 0px;
}

.layout03 p {
	text-align: left;
}

.layout03 .box-link {
	padding-top: 40px;
}

/* layout04 */

.layout04 {
	width: 730px;
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
	text-align: center;
	border-style : solid;
border-color : #FF98A8;
border-width : 6px;
	padding: 35px;
}

.layout04::before {
	content: "";
	position: absolute;
left: 5px;
top: 0px;
	background-image: url("../../images/works/text-topik.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 39px;
	margin-top: -39px;
}

.layout04 p, .layout04 ul li {
	font-size: 18px;
color: #FF98A8;
line-height: 2;
font-weight: 500;
}

.layout04 ul li {
	text-indent: -22px;
	margin-left: 22px;
}


/* layout05 */

.layout05 {
	padding: 60px 100px;
}

/* layout06 */

.layout06 {
	padding-top: 50px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:50px 40px;
}

.layout06 .box {
	width: 300px;
	text-align: left;
}

.layout06 .box-img {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.layout06 h5 {
line-height: 1.2;
font-weight: 500;
	margin-bottom: 10px;
}

.sp-view {
	display: none;
}

