@charset "UTF-8";

:root {
	--color1: #AC9F6F;
	--color2: #b24646;
	--ffg: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", "MS PGothic", sans-serif;
}


#becomept {
	background: linear-gradient(-100deg, #cae7ed, #b2d9d2);
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS P Mincho", "MS Mincho", serif;
}



.cvbox {
	width: 1000px;
	margin: 0 auto 85px;
	font-family: var(--ffg);
}

.cvbox ul {
	display: flex;
	justify-content: space-between;
}

.cvbox ul li {
	padding: 50px 25px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.cvbox ul li:first-child {
	background: linear-gradient(210deg,rgba(165, 223, 244, 1) 0%, rgba(220, 229, 230, 1) 100%);
}

.cvbox ul li:last-child {
	background: linear-gradient(210deg,rgba(255, 238, 183, 1) 0%, rgba(237, 218, 202, 1) 100%);
}

.cvbox ul li div {
	margin-bottom: 20px;
}

.cvbox ul li img {
	width: auto;
	height: 60px;
}

.cvbox ul li a {
	display: inline-flex;
	align-items: center;
	background: #fff;
	color: var(--color2);
	text-decoration: none;
	padding: 14px 85px;
	border-radius: 50px;
	margin-top: 25px;
	letter-spacing: .1em;
	transition: transform 0.2s;
	position: relative;
}

.cvbox ul li a:hover {
	transform: translateY(-2px);
}

.cvbox ul li a::after {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 11px solid var(--color1);
	top: 18px;
	right: 16px;
}

#main {
	padding-bottom: 0;
	border-bottom: none;
}

#main img {
	width: 100%;
}


#indexarea {
	text-align: center;
	width: 100%;
	padding: 45px 0;
}

#indexarea h2 span {
	display: block;
	font-size: 1.8rem;
}

#indexarea h2 {
	font-size: 2.8rem;
	margin-bottom: 20px;
}

#indexarea h2 strong {
	font-size: 4rem;
	color: var(--color1);
}


#indexarea ol {
	display: inline-flex;
	justify-content: center;
	width: 1000px;
}

#indexarea ol li {
	margin-right: 10px;
}
#indexarea ol li:last-child {
	margin-right: 0;
}
#indexarea ol li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	padding: 20px 15px;
	background: #fff;
	color: #000;
	width: 240px;
	font-size: 1.8rem;
	box-sizing: border-box;
}

#indexarea ol li a strong {
	color: var(--color1);
	margin-right: 5px;
	font-size: 2.4rem;
}

#indexarea ol li a:after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 12px;
	background: url("../images/becomept/arrow.svg") no-repeat center;
	background-size: contain;
	margin-left: 8px;
}




#a01, #a02, #a03, #a04 {
	position: relative;
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 100px 100px 100px;
	box-sizing: border-box;
}

#a01:before, #a02:before, #a03:before, #a04:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 40px solid #7F98AA;
	border-right: 40px solid transparent;
}



.title {
	display: flex;
	align-items: end;
	margin-bottom: 40px;
}

.point {
	font-weight: bold;
	color: var(--color1);
	font-size: 5.6rem;
	text-align: center;
	margin-right: 20px;
}

.point span {
	font-size: 2rem;
	display: block;
}


.title h2 span {
	font-size: 1.8rem;
	display: block;
	margin-bottom: 10px;
	letter-spacing: .1em;
}

.title h2 {
	font-weight: bold;
	font-size: 3.6rem;
	padding-bottom: 6px;
	letter-spacing: .05em;
}

.title h2 small {
	font-size: 2.4rem;
	font-weight: bold;
}

.title h2 span.bdr {
	display: inline;
	font-size: 3.6rem;
	border-bottom: 3px solid var(--color2);
}


.point3cap {
	margin-bottom: 30px;
	text-align: center;
	font-family: var(--ffg);
}

.point3cap h3 {
	font-size: 2rem;
	font-weight: bold;
	color: var(--color1);
	margin-bottom: 10px;
}

.point3cap p {
	font-size: 1.6rem;
	line-height: 1.7;
}

.point3cap strong {
	font-weight: bold;
}

.picbox {
	text-align: center;
	margin-bottom: 50px;
}
.picbox div {
	margin-bottom: 20px;
}

.picbox p {
	font-size: 1.5rem;
	line-height: 1.5;
	font-family: var(--ffg);
	margin-top: 20px;
}




.anshin {
	display: flex;
	gap: 20px;
	margin-bottom: 60px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.anshin li {
	width: 48%;
}

.anshin li h3 {
	display: flex;
	align-items: end;
	font-size: 2rem;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
}

.anshin li h3 img {
	width: 62px;
	margin-right: 15px;
}

.anshin li div {
	margin-bottom: 20px;
}

.anshin li div img {
	width: 100%;
}

.anshin li p {
	font-size: 1.5rem;
	line-height: 1.5;
	font-family: var(--ffg);
}
.anshin li p span {
	display: block;
	text-align: right;
	font-size: 1rem;
}



.packman h2 {
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	color: var(--color1);
	margin-bottom: 20px;
}

.packman h2 img {
	width: 48px;
	margin-right: 10px;
}

.packman h2:after {
	content: '';
	flex-grow: 1;
	height: 2px;
	background: var(--color1);
	margin-left: 20px;
}

.packman ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.packman ul li {
	width: 48%;
	font-family: var(--ffg);
}
.packman ul li.w {
	width: 100%;
}

.packman ul li dl {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
}

.packman ul li dt {
	margin-right: 20px;
}

.packman ul li dt img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	object-fit: cover;
	vertical-align: bottom;
	border: 1px solid var(--color1);
}

.packman ul li dd {
}

.packman ul li dd h3 {
	font-size: 2rem;
	line-height: 1.5;
}

.packman ul li p.name {
	font-size: 1.4rem;
	margin: 8px 0 0 0;
}

.packman ul li p.desc {
	font-size: 1.5rem;
	line-height: 1.8;
}



.contactbox {
	padding: 60px 20px;
	text-align: center;
	padding-bottom: 150px;
}

.contactbox p:first-of-type {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	margin: 0 0 5px 0;
}

.contactbox p:first-of-type::before,
.contactbox p:first-of-type::after {
	content: '|';
	position: absolute;
	top: 50%;
	transform: translateY(-100%) rotate(25deg);
	color: var(--color2);
	font-size: 1.8rem;
}

.contactbox p:first-of-type::before {
	transform: translateY(-100%) rotate(-25deg);
	left: -25px;
}

.contactbox p:first-of-type::after {
	right: -25px;
}

.contactbox p:nth-of-type(2) {
	font-size: 2.8rem;
	margin: 0 0 20px 0;
}

.contactbox a {
	font-family: var(--ffg);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
	padding: 18px 120px;
	border-radius: 50px;
	transition: transform 0.2s;
	position: relative;
	color: #000;
}

.contactbox a:hover {
	transform: translateY(-2px);
}

.contactbox a::after {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 11px solid var(--color1);
	top: 24px;
	right: 16px;
}


.a04h3 {
	text-align: center;
	color: var(--color1);
	font-family: var(--ffg);
	font-size: 2rem;
	margin-bottom: 20px;
}


/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {

.becontent {
	padding: 0 6.6667%;
}



.cvbox {
	width: 100%;
	margin: 0 auto 40px;
}

.cvbox ul {
	display: block;
}

.cvbox ul li {
	padding: 20px 10px;
	font-size: 1.6rem;
}

.cvbox ul li div {
	margin-bottom: 10px;
}

.cvbox ul li img {
	width: auto;
	height: 30px;
}

.cvbox ul li a {
	display: block;
	margin: 0 auto;
	padding: 7px 10px;
	margin-top: 10px;
	letter-spacing: 0;
	width: 80%;
	text-align: center;
	box-sizing: border-box;
}

.cvbox ul li a::after {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 11px solid var(--color1);
	top: 9px;
	right: 16px;
}


#indexarea {
	padding: 10px 0 40px;
}

#indexarea h2 span {
	font-size: 1.35rem;
}

#indexarea h2 {
	font-size: 2.1rem;
	margin-bottom: 10px;
}

#indexarea h2 strong {
	font-size: 3rem;
}


#indexarea ol {
	display: block;
	width: 100%;
}
#indexarea ol li {
	margin-right: 0;
	margin-bottom: 10px;
}
#indexarea ol li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	padding: 20px 15px;
	background: #fff;
	color: #000;
	width: 100%;
	font-size: 1.8rem;
	box-sizing: border-box;
}







#a01, #a02, #a03, #a04 {
	width: 100%;
	padding: 25px 10px 50px 10px;
}

#a01:before, #a02:before, #a03:before, #a04:before {
	border-top: 30px solid #7F98AA;
	border-right: 30px solid transparent;
}



.title {
	align-items: start;
	margin-bottom: 20px;
}

.point {
	font-size: 2.8rem;
	margin-right: 10px;
}

.point span {
	font-size: 1rem;
}


.title h2 span {
	font-size: 1.5rem;
	margin-bottom: 5px;
}

.title h2 {
	font-size: 2.5rem;
	padding-bottom: 6px;
	letter-spacing: 0;
}

.title h2 small {
	font-size: 1.2rem;
}

.title h2 span.bdr {
	font-size: 2.5rem;
	border-bottom: 2px solid var(--color2);
}


.picbox {
	text-align: left;
	margin-bottom: 25px;
}
.picbox div {
	margin-bottom: 10px;
}

.picbox p {
	font-size: 1.6rem;
	margin-top: 10px;
}




.anshin {
	display: block;
	margin-bottom: 30px;
}

.anshin li {
	width: 100%;
}

.anshin li h3 {
	font-size: 2.4rem;
	margin: 0 0 20px 0;
	align-items: center;
}

.anshin li h3 img {
	width: 40px;
	margin-right: 10px;
}

.anshin li div {
	margin-bottom: 10px;
}



.packman h2 {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.packman h2 img {
	width: 44px;
	margin-top: -12px;
}

.packman h2:after {
	height: 1px;
	margin-left: 10px;
}

.packman ul {
	display: block;
}

.packman ul li {
	width: 100%;
	margin-bottom: 20px;
}

.packman ul li dl {
	margin: 0 0 10px 0;
	align-items: start;
}

.packman ul li dt img {
	width: 55px;
	height: 55px;
}

.packman ul li dd h3 {
	font-size: 1.6rem;
}

.packman ul li p.name {
	font-size: 1.2rem;
	margin: 8px 0 0 0;
}



.contactbox {
	padding: 30px 10px;
	padding-bottom: 100px;
}

.contactbox p:first-of-type {
	margin: 0;
}

.contactbox p:first-of-type {
	font-size: 1.6rem;
	margin: 0 0 5px 0;
}

.contactbox p:nth-of-type(2) {
	font-size: 2.1rem;
	margin: 0 0 20px 0;
}

.contactbox a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	padding: 10px 10px;
	width: 80%;
	margin: 0 atuo;
}

.contactbox a::after {
	top: 14px;
}


}
