@charset "UTF-8";

#contents {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	padding: 0;
}

.content_wrap {
	width: 90%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 0 60px;
}

@media (max-width: 768px) {
	.content_wrap {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 40px;
	}
}

#global-footer {
	text-align: center;
	font-size: 90%;
	color: #FFF;
	background: #c8120b;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}

.bg_white {
	background: #FFF;
}

.bg_pink {
	background: #FFFAFA;
}

.bg_brown {
	background: #F0EAEA;
}

.bg_blue {
	background: #35405D;
}

#step {
	background-image: url(/images/callcenter/step_back.png);
	background-position: bottom left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

#voice {
	background-image: url(/images/callcenter/customer_back.jpg);
	background-position: bottom left;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
}

h2 {
	font-weight: bold;
	font-size: 2.5em;
	color: #000;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.5px;
}

h2.intro_title {
	text-align: left;
}

h2 span {
	color: #C30C05;
}

h3 {
	font-weight: bold;
	font-size: 1.7em;
	color: #000;
	letter-spacing: 0.5px;
}

@media (max-width: 999px) {
	h2 {
		font-size: 2em;
	}

	h2.intro_title {
		text-align: center;
	}
}

@media (max-width: 768px) {
	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}
}

#main_reuse {
	background-image: url(/images/callcenter/main_top.png), url(/images/callcenter/main_under.png), url(/images/callcenter/main_img.jpg);
	background-position: top left, bottom right, top right;
	background-size: 30% auto, 40% auto, cover;
	background-repeat: no-repeat, no-repeat, no-repeat;
	/*background: url(/images/callcenter/main_img.jpg) no-repeat top right;
	background-size: cover;*/
	width: 100%;
	padding: 180px 10% 40px;
}

.main_title h1 img {
	width: 30%;
	min-width: 200px;
	margin: 0 auto 0 0;
}

.main_title h1 {
	font-weight: bold;
	font-size: 4em;
	color: #000;
	letter-spacing: 1px;
	text-shadow: 1px 1px 12px #FFF,
		-1px 1px 12px #FFF,
		1px -1px 12px #FFF,
		-1px -1px 12px #FFF;
}

.main_subtitle {
	background: rgba(251, 228, 229, 0.85);
	margin-top: 20px;
	width: 80%;
	max-width: 700px;
	text-align: center;
}

.main_subtitle p {
	font-weight: bold;
	font-size: 1.7em;
	color: #000;
	letter-spacing: 1px;
	padding: 8px 30px 6px;
	display: inline-block;
	position: relative;
}

.main_subtitle p .br-sp {
	display: inline-block;
}

.main_subtitle p::before {
	content: "-";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 15%;
	transform: translateY(-15%);
	width: 20px;
	height: 2px;
	margin: auto auto auto 0;
}

.main_subtitle p::after {
	content: "-";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 15%;
	transform: translateY(-15%);
	width: 20px;
	height: 2px;
	margin: auto 0 auto auto;
}

.main_intro {
	width: 100%;
	padding: 40px 5%;
	margin-top: 60px;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 2px 2px 6px rgba(213, 218, 237, 0.6);
	border-radius: 20px;
}

@media (max-width: 999px) {
	#main_reuse {
		background-image: url(/images/callcenter/main_top.png), url(/images/callcenter/main_under.png), url(/images/callcenter/main_img_tb.jpg);
		background-position: top left, bottom right, top right;
		background-size: 30% auto, 40% auto, cover;
		background-repeat: no-repeat, no-repeat, no-repeat;
		width: 100%;
		padding: 180px 10% 40px;
	}

	.main_title h1 {
		font-size: 3.5em;
	}

	.main_subtitle {
		width: 80%;
		max-width: 500px;
	}

	.main_subtitle p {
		font-size: 1.5em;
	}

	.main_subtitle p::before {
		left: 0;
		top: 17%;
		transform: translateY(-17%);
	}

	.main_subtitle p::after {
		right: 0;
		top: 17%;
		transform: translateY(-17%);
	}
}

@media (max-width: 768px) {
	#main_reuse {
		background: url(/images/callcenter/main_under.png) #faf9ff;
		background-position: bottom right;
		background-size: 50% auto;
		background-repeat: no-repeat;
		width: 100%;
		padding: 0 0 40px;
	}

	.main_title {
		background: url(/images/callcenter/main_top.png), url(/images/callcenter/main_img_sp.jpg);
		background-position: top left, top right;
		background-size: 30% auto, cover;
		background-repeat: no-repeat, no-repeat;
		width: 100%;
		padding: 80px 5% 40px;
	}

	.main_title h1 {
		font-size: 32px;
	}

	.main_subtitle {
		width: 85%;
		max-width: 450px;
	}

	.main_subtitle p {
		font-size: 16px;
		margin-top: 10px;
		padding: 2px 30px 6px;
	}

	.main_subtitle p::before {
		left: 0;
		top: 6%;
		transform: translateY(-6%);
	}

	.main_subtitle p::after {
		right: 0;
		top: 6%;
		transform: translateY(-6%);
	}

	.main_intro {
		width: 90%;
		margin: 30px auto 0;
		padding: 30px 5%;
	}
}

@media (max-width: 480px) {
	.main_title {
		background: url(/images/callcenter/main_top.png), url(/images/callcenter/main_img_sp.jpg);
		background-position: top left, top right;
		background-size: 40% auto, cover;
		background-repeat: no-repeat, no-repeat;
		width: 100%;
		padding: 120px 5% 30px;
	}

	.main_subtitle {
		width: 95%;
		max-width: 450px;
	}

	.main_subtitle p {
		line-height: 1.3;
		letter-spacing: 0;
	}

	.main_subtitle p::before {
		left: 0;
		top: 8%;
		transform: translateY(-8%);
	}

	.main_subtitle p::after {
		right: 0;
		top: 8%;
		transform: translateY(-8%);
	}
}

@media (max-width: 399px) {
	.main_subtitle {
		width: 100%;
	}

	.main_subtitle p::before {
		left: 0;
		top: 20%;
		transform: translateY(-20%);
	}

	.main_subtitle p::after {
		right: 0;
		top: 20%;
		transform: translateY(-20%);
	}
}

.main_intro .column {
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	box-sizing: border-box;
}

.main_intro .column .column_left {
	width: 35%;
	position: relative;
}

.main_intro .column .column_right {
	width: 60%;
	margin: 0 0 0 5%;
	background: #FFF;
	padding: 0;
}

.main_intro .column .column_right p {
	padding-top: 20px;
}

@media (max-width: 999px) {
	.main_intro .column {
		width: 100%;
		display: block;
	}

	.main_intro .column .column_left {
		width: 80%;
		margin: 30px auto 0;
	}

	.main_intro .column .column_right {
		width: 100%;
		margin: 0;
	}

	.main_intro .column .column_right p {
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.main_intro .column .column_left {
		width: 95%;
	}
}

ul.two_box {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	gap: 40px;
}

ul.two_box li {
	flex: 0 0 calc(45% - 20px);
	width: 45%;
	display: block;
}

@media (max-width: 999px) {
	ul.two_box {
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
		gap: 20px;
	}

	ul.two_box li {
		flex: 0 0 calc(50% - 10px);
		width: 50%;
	}
}

@media (max-width: 768px) {
	ul.two_box {
		display: block;
	}

	ul.two_box li {
		width: 100%;
		margin-bottom: 30px;
	}
}

ul.three_box {
	display: flex;
	flex-flow: wrap;
	gap: 20px;
}

ul.three_box li {
	flex: 1;
	display: flex;
	/* 直下の要素を並列に */
	flex-direction: column;
	/* 直下の要素を縦積みに */
}

@media (max-width: 999px) {
	ul.three_box {
		display: block;
	}

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

.point,
.step,
.support,
.contact_box,
.voice {
	margin-top: 40px;
}

@media (max-width: 768px) {

	.point,
	.step,
	.support,
	.contact_box,
	.voice {
		margin-top: 30px;
	}
}

.point_box {
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.point_box {
		width: 100%;
	}
}

.ribbon {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 50px;
	/*リボンの高さ*/
	line-height: 50px;
	/*リボンの高さ*/
	text-align: center;
	padding: 0 20px;
	/*横の大きさ*/
	background: #DD5760;
	/*塗りつぶし色*/
	color: #FFF;
	/*文字色*/
	font-size: 1.5em;
	box-sizing: border-box;
	text-align: center;
}

.ribbon:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

.ribbon:after {
	top: 0;
	right: 0;
	border-width: 25px 15px 25px 0px;
	border-color: transparent #FFFAFA transparent transparent;
	border-style: solid;
	z-index: 999;
}

.point img {
	width: 80%;
	margin: 30px auto;
	border-radius: 20px;
}

@media (max-width: 768px) {
	.ribbon {
		height: 40px;
		/*リボンの高さ*/
		line-height: 40px;
		/*リボンの高さ*/
		font-size: 20px;
	}

	.ribbon:after {
		border-width: 23px 15px 20px 0px;
	}
}

.step_box {
	background: #FFF;
	border-radius: 20px;
	padding: 40px 8%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	box-shadow: 2px 2px 6px rgba(102, 102, 102, 0.3);
}

.step_head {
	border-bottom: 5px solid #fdebeb;
	position: relative;
}

.step_head img {
	width: auto;
	height: 40px;
	max-width: 100px;
	padding-bottom: 2px;
}

.step_head::after {
	content: "";
	display: inline-block;
	background: url(/images/callcenter/step_arrow.png) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 40px;
}

#step_last::after {
	background: none;
}

.step_box h3 {
	margin: 15px 0 20px;
}

.step_box p {
	flex-grow: 1;
}

@media (max-width: 768px) {
	.step_box {
		padding: 30px 8%;
	}

	.step_head::after {
		width: 45px;
		height: 30px;
	}

	.step_head img {
		height: 30px;
	}
}

/*@media (max-width: 480px) {
	.step_head img{
		width: 22%;
	}
}*/
.support_intro {
	text-align: center;
}

.case {
	width: 90%;
	margin: 30px auto 0;
}

@media (max-width: 999px) {
	.case {
		width: 100%;
	}
}

.case_title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.case_nember {
	background: #34415D;
	color: #FFF;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	text-align: center;
	position: relative;
}

.case_nember p {
	font-size: 14px;
	line-height: 14px;
}

.case_nember span {
	display: block;
	font-size: 22px;
	line-height: 22px;
	margin-top: 3px;
}

.case_title h3 {
	margin-left: 20px;
}

.case_contents {
	background: #FFF;
	border: 2px solid #34415D;
	padding: 30px 5%;
	border-radius: 20px;
	margin-top: 20px;
	margin-left: 100px;
}

.case_contents h4 {
	background: #DD5860;
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
	padding: 3px 15px 1px;
	display: inline-block;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.case_nember {
		width: 60px;
		height: 60px;
		min-width: 60px;
	}

	.case_nember p {
		font-size: 12px;
		line-height: 12px;
	}

	.case_nember span {
		font-size: 20px;
		line-height: 20px;
	}

	.case_contents {
		margin-left: 0;
		padding: 20px 5%;
	}
}

.staff_box {
	margin-top: 80px;
}

.staff_box h3 {
	border-bottom: 1px solid #707070;
	margin-bottom: 60px;
	position: relative;
}

.staff_box h3 img {
	width: 160px;
	position: absolute;
	top: -30px;
}

.staff_box h4 {
	display: inline-block;
	background: #DD5860;
	color: #FFF;
	font-weight: bold;
	border-radius: 8px;
	padding: 5px 15px 3px;
	margin-left: 5%;
}

.staff_box .column {
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.staff_box .column .column_right {
	border-bottom: 1px solid #707070;
	width: 67%;
	margin: 0 0 0 3%;
	padding-bottom: 20px;
}

.staff_box .column .column_right p {
	padding: 15px 5% 20px 5%;
}

.staff_box .column .column_left {
	width: 30%;
}

.staff_box .column_left img {
	width: 80%;
	max-width: 300px;
	margin: 30px auto 10px;
}

.staff_box .column_left p {
	text-align: center;
}

@media (max-width: 999px) {
	.staff_box {
		margin-top: 40px;
	}

	.staff_box .column {
		width: 100%;
		padding: 20px 0 0 0;
		display: block;
	}

	.staff_box .column .column_left {
		width: 80%;
		margin: 20px auto 10px;
	}

	.staff_box .column .column_right {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 768px) {
	.staff_box {
		margin-top: 0;
	}

	.staff_box h3 img {
		width: 120px;
	}

	.staff_box h3 {
		margin-bottom: 40px;
	}

	.staff_box .column .column_right {
		padding-bottom: 10px;
	}
}

.voice_box {
	padding: 20px 5%;
	border: 2px solid #ACACAC;
	border-radius: 50px 50px 0 50px;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.voice_box img {
	width: 15%;
}

.voice_box p {
	width: 80%;
	margin-left: 5%;
}

.bg_brown .contact_box {
	color: #3B2424;
}

.bg_blue .contact_box {
	color: #FFF;
}

.bg_blue h2 {
	color: #FFF;
}

.tel {
	text-align: center;
	width: 100%;
}

.tel_head {
	position: relative;
	padding-left: 25px;
}

.bg_brown .tel_head::before {
	content: "";
	display: inline-block;
	background: url(/images/callcenter/icon_tel.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0;
	margin-left: -20px;
	width: 20px;
	height: 30px;
}

.bg_blue .tel_head::before {
	content: "";
	display: inline-block;
	background: url(/images/callcenter/icon_tel_white.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0;
	margin-left: -20px;
	width: 20px;
	height: 30px;
}

.tel a .tel_number {
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1;
	margin: 10px 0;
	white-space: nowrap;
}

.bg_brown .tel a .tel_number {
	color: #3B2424;
}

.bg_blue .tel a .tel_number {
	color: #FFF;
}

.form {
	width: 100%;
}

.bg_brown .form a p {
	color: #3B2424;
	background: #FFF;
	border: 2px solid #FFF;
	/*font-weight: bold;*/
	padding: 20px 40px;
	border-radius: 35px;
	text-align: center;
	position: relative;
	box-shadow: 5px 8px rgba(121, 89, 91, 0.2);
}

.bg_brown .form a p::before {
	content: "";
	display: inline-block;
	background: url(/images/callcenter/icon_mail.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto auto auto -30px;
	width: 25px;
	height: 25px;
}

.bg_brown .form a p::after {
	content: "";
	display: inline-block;
	background: url(/images/callcenter/arrow.png) no-repeat top right;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 10px;
}

.bg_blue .form a p {
	color: #35405D;
	background: #FFF;
	border: 2px solid #35405D;
	padding: 20px 40px;
	border-radius: 35px;
	text-align: center;
	position: relative;
	box-shadow: 5px 8px #2E3548;
}

.bg_blue .form a p::before {
	content: "";
	display: inline-block;
	background: url(/images/callcenter/icon_mail_blue.png) no-repeat 0 50%;
	background-size: contain;
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 20px;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
}

.bg_blue .form a p::after {
	content: "";
	display: inline-block;
	background: url(/images/callcenter/arrow_blue.png) no-repeat top right;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 10px;
}

.address_head {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

.bg_brown .address_head {
	border-bottom: 1px solid #3B2424;
}

.bg_blue .address_head {
	border-bottom: 1px solid #FFF;
}

.bg_brown .address_head::before {
	content: "";
	display: inline-block;
	background: url(/images/callcenter/icon_address.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 25px;
}

.bg_blue .address_head::before {
	content: "";
	display: inline-block;
	background: url(/images/callcenter/icon_address_white.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 25px;
}

.bg_brown .form a:hover {
	opacity: 1 !important;
}

.bg_brown .form a p:hover {
	background: #FFF;
	border: 2px solid #C3B5B9;
	transition: 0.5s;
	opacity: 1 !important;
}

.bg_blue .form a p:hover {
	color: #FFF;
	background: #35405D;
	border: 2px solid #FFF;
	transition: 0.5s;
}

.bg_blue .form a:hover p::before {
	background-image: url(/images/callcenter/icon_mail_white.png);
}

.bg_blue .form a:hover p::after {
	content: "";
	display: inline-block;
	background: url(/images/callcenter/arrow_white.png) no-repeat top right;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 10px;
}

@media (max-width: 1299px) {
	.address {
		width: 90%;
	}
}

@media (max-width: 1199px) {
	.form a p {
		width: 100%;
		margin: 25px auto 0 !important;
	}

	.address {
		width: 80%;
		margin: 25px auto 0;
	}
}

@media (max-width: 999px) {
	.form a p {
		width: 90%;
		margin: 10px auto 0 !important;
	}
}

@media (max-width: 399px) {

	.bg_brown .form a p,
	.bg_blue .form a p {
		width: 100%;
		padding: 40px 30px 20px 20px;
	}

	.bg_brown .form a p::before,
	.bg_blue .form a p::before {
		display: block;
		margin: 10px auto 0;
		left: 0;
		right: 0;
	}

	.tel a .tel_number {
		white-space: normal;
	}
}

.link {
	width: 50%;
	margin: 0 auto 0 0;
}

.link a p {
	color: #3B2424;
	background: #FFF;
	border: 2px solid #C3B5B9;
	padding: 10px !important;
	border-radius: 35px;
	text-align: center;
	position: relative;
	box-shadow: 5px 8px rgba(121, 89, 91, 0.2);
	margin: 20px 0 0;
}

.link a p::after {
	content: "";
	display: inline-block;
	background: url(/images/callcenter/arrow.png) no-repeat top right;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 10px;
}

@media (max-width: 999px) {
	.link {
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.link {
		width: 80%;
	}
}