@charset "UTF-8";

.txtbox {
	position: relative;
	z-index: 2;
}

#hero {
	position: relative;
	background-color: #f9e5f0;
	padding: 50px 0 0;
	text-align: left;
	height: 750px;
}

#hero .innr {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#hero .cpy {
	font-size: 18px;
	line-height: 2.5em;
}

#hero .cpy.cp2 {
	position: absolute;
	left: calc(50vw - 280px);
	bottom: 10px;
}

#hero .wrap {
	position: relative;
	margin-top: 20px;
}

#hero .item {
	position: absolute;
	color: #ff7bac;
}

#hero .item.i01 {
	top: 0px;
	left: 0px;
}

#hero .item.i02 {
	top: -40px;
	right: 10px;
}

#hero .item.i03 {
	top: 235px;
	left: 100px;
}

#hero .item.i04 {
	top: 275px;
	right: 60px;
}



#hero .item .line {
	position: relative;
	border: 1px solid #ff7bac;
	padding: 35px;
	box-sizing: border-box;
	border-radius: 45px;
	background-color: #fff;
	z-index: 2;
}

#hero .item.i01 .line {
	width: 300px;
}

#hero .item.i02 .line {
	width: 320px;
}

#hero .item.i03 .line {
	width: 315px;
}

#hero .item.i04 .line {
	width: 395px;
}


#hero .item .line::before,
#hero .item .line::after,
#hero .item dl::before,
#hero .item dl::after {
	content: "";
	position: absolute;
	background: url(../../img/service/line_round.svg) no-repeat;
	background-size: 100% auto;
	width: 56px;
	height: 56px;
}

#hero .item .line::before {
	top: -4px;
	left: -4px;
}

#hero .item .line::after {
	top: -4px;
	right: -4px;
	transform: rotate(90deg);
}

#hero .item dl::before {
	bottom: -4px;
	left: -4px;
	transform: rotate(-90deg);
}

#hero .item dl::after {
	bottom: -4px;
	right: -4px;
	transform: rotate(180deg);
}



#hero .item dl {
	padding: 0;
	margin: 0;
}


#hero .item dt {
	font-size: 18px;
}

#hero .item dd {
	font-size: 14px;
	margin-top: .5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#hero .item img {
	position: absolute;
}

#hero .item.i01 img {
	top: 0px;
	left: 290px;
}

#hero .item.i02 img {
	top: -110px;
	left: 230px;
}

#hero .item.i03 img {
	top: 30px;
	left: -210px;
}

#hero .item.i04 img {
	top: 30px;
	left: 330px;
}



#list {
	padding: 100px 0 0;
}

#list .innr {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#list h1 {
	display: inline-block;
	font-size: 36px;
	background-color: #9e8473;
	border-radius: 999px;
	padding: .4em 1em;
	line-height: 1em;
	color: #fff;
}

#list {
	background-color: #e1f4f9;
}

#list .flexbox {
	justify-content: center;
	gap: 50px;
	margin-top: 70px;
}

#list .item {
	background: url(../../img/staff/bg_list.jpg);
	border: 5px solid #fff;
	border-radius: 30px;
	box-sizing: border-box;
	width: 45%;
	display: flex;
	justify-content: space-between;
	text-align: left;
}

#list .item .img {
	width: 37%;
}

#list .item .img img {
	width: 100%;
	border-radius: 27px 0 0 27px;
}

#list .item .txt {
	width: 53%;
	color: #333;
	margin-right: 5%;
}

#list .item dl {
	margin-bottom: 0;
}

#list .item dt {
	font-size: 18px;
}

#list .item dd,
#list .item p {
	font-size: 13px;
}

#list .item dd {
	margin-top: .3em;
	min-height: 9em;
	line-height: 1.6em;
}

#list .item p {
	background-color: #fff;
	padding: 10px;
	border-radius: 12px;
	box-sizing: border-box;
	min-height: 8em;
	font-size: 12px;
}

#list .bimg {
	margin-top: 100px;
}

#list .bimg img {
	width: 100%;
}



.ill {
	display: block;
}

#hero .innr::before,
#hero .innr::after,
.section .innr::before,
.section .innr::after {
	content: "";
	display: block;
	position: absolute;
	background-size: 100% auto;
}

#hero .innr::before {
	top: 110px;
	left: -200px;
	background-image: url(../../img/staff/dot_01.svg);
	width: 376px;
	height: 561px;
}

#hero .innr::after {
	top: 130px;
	right: -60px;
	background-image: url(../../img/staff/dot_02.svg);
	width: 426px;
	height: 440px;
}


#list .innr::before {
	top: 350px;
	left: -140px;
	background-image: url(../../img/staff/dot_03.svg);
	width: 433px;
	height: 395px;
}

#list .innr::after {
	top: 900px;
	right: -370px;
	background-image: url(../../img/staff/dot_04.svg);
	width: 645px;
	height: 1102px;
}



@media screen and (max-width: 767px) {
	#hero {
		padding: 10vw 0 7vw;
		height: auto;
	}

	#hero .innr {
		position: relative;
		width: 90%;
		margin: 0 auto;
	}

	#hero .cpy {
		font-size: 4vw;
		line-height: 2em;
	}

	#hero .cpy.cp2 {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 1em;
		margin-left: 1em;
	}

	#hero .wrap {
		margin-top: 10vw;
	}

	#hero .item {
		position: relative;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
	}

	#hero .item .line {
		padding: 7vw;
		width: 100% !important;
		margin-top: 25vw;
	}

	#hero .item.i02 .line {
		margin-top: 7vw;
	}

	#hero .item dt {
		font-size: 4.4vw;
	}

	#hero .item dd {
		font-size: 3.3vw;
	}

	#hero .item img {
		position: absolute;
		z-index: 4;
	}

	#hero .item.i01 img {
		top: -25vw;
		left: auto;
		right: 5vw;
		width: 50vw;
	}

	#hero .item.i02 img {
		top: auto;
		bottom: -19vw;
		left: 35vw;
		width: 28vw;
	}

	#hero .item.i03 img {
		top: -15vw;
		left: auto;
		right: 5vw;
		width: 33vw;
	}

	#hero .item.i04 img {
		top: -39vw;
		left: auto;
		right: 15vw;
		width: 40vw;
	}


	#list {
		padding: 15vw 0 0;
	}

	#list .innr {
		width: 90%;
	}

	#list h1 {
		font-size: 7.5vw;
	}


	#list .flexbox {
		margin-top: 10vw;
		gap: 0;
	}

	#list .item {
		width: 100%;
		margin-top: 5vw;
	}

	#list .item dl {
		margin-bottom: 0;
	}

	#list .item dt {
		font-size: 3.8vw;
	}

	#list .item dd,
	#list .item p {
		font-size: 2.5vw;
	}

	#list .item dd {
		min-height: 6.5em;
	}

	#list .item p {
		padding: 2vw;
		margin-top: 1em;
		font-size: 2.2vw;
	}

	#list .bimg {
		margin-top: 10vw;
	}

	#hero .innr::before {
		top: 20vw;
		left: -10vw;
		width: calc(37vw * 2);
		height: calc(56vw * 2);
	}

	#hero .innr::after {
		top: 150vw;
		right: -5vw;
		width: calc(42vw * 2.5);
		height: calc(44vw * 2.5);
	}


	#list .innr::before {
		top: -8vw;
		left: 5vw;
		width: calc(43 * 2.5);
		height: calc(39 * 2.5);
	}

	#list .innr::after {
		top: 300vw;
		right: -10vw;
		width: calc(64 * 2);
		height: calc(110 * 2);
	}
}