/* =======================================
	common style
======================================= */
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body {
	float: left;
	width: 100%;
	height: auto;
	min-width: 980px;
	min-height: 100%;
}
html {
	position: relative;
}
body {
	padding-bottom: 135px;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	letter-spacing: 1px;
}
body .content {
	width: 100%;
	padding-top: 75px;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.wrap {
	width: 1020px;
	height: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.content p.back_img {
	position: relative;
	overflow: hidden;
}
.content p.back_img img.pc {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.content p.back_img img.sp {
	display: none;
}
.bree {
	font-family: 'Bree Serif', serif;
}
#top {
	z-index: 10;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#top img {
	width: 100%;
}
.btn_case {
	padding: 5rem 0;
	background: url('../img/back_img_defaul01.jpg') repeat;
	background-position: left top;
	background-size: auto auto;
}
.btn_case .btn {
	width: 372px;
	height: 73px;
	margin: 0 auto;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 3px;
	background: url('../img/btn_back_img.png') no-repeat;
	background-position: left top;
	background-color: #ea5459;
	background-size: auto auto;
}
.btn_case .btn:hover {
	opacity: 0.8;
}
.btn_case .btn a {
	display: table;
	width: 100%;
	height: 100%;
	color: #ffffff;
}
.btn_case .btn p {
	display: table-cell;
	vertical-align: middle;
}
#mask {
	display: none;
	position: fixed;
	z-index: 0;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}

/* =======================================
	link style
======================================= */
a, a:hover, a:active, a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	border: none;
	color: inherit;
}

/* =======================================
	header style
======================================= */
.header {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	padding: 5px 0;
	background: url('../img/header_line.jpg') repeat-x;
	background-position: left bottom;
	background-color: #ffffff;
	background-size: auto auto;
	font-weight: bold;
	font-style: oblique;
}
.header .wrap {
	padding: 0;
}
.header .logo_case {
	display: inline-block;
	height: 100%;
}
.header .logo {
	float: left;
	display: inline-block;
	width: 108px;
	height: 100%;
	padding: 5px 0;
	margin-right: 1rem;
}
.header .logo img {
	height: 100%;
}
.header .logo_message {
	float: left;
	display: table;
	height: 100%;
	padding: 5px 0;
	font-size: 0.75rem;
	text-align: center;
	letter-spacing: 0.5px;
	color: #023894;
}
.header .logo_message p {
	display: table-cell;
	vertical-align: middle;
}
.header .entry {
	float: right;
	display: inline-block;
	height: 100%;
	margin-left: 1rem;
	padding: 5px 0;
	font-style: normal;
}
.header .entry .btn {
	width: 160px;
	height: 100%;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 3px;
	background-color: #ea5459;
}
.header .entry .btn p {
	display: table-cell;
	vertical-align: middle;
}
.header .entry .btn a {
	display: table;
	width: 100%;
	height: 100%;
	color: #ffffff;
}
.header .entry .btn:hover {
	opacity: 0.7;
}
.header .menu {
	float: right;
	display: table;
	height: 100%;
}
.header .menu ul {
	display: table;
	height: 100%;
}
.header .menu li {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	text-align: center;
	font-size: 0.9rem;
	list-style: none;
	background: url('../img/menu_dot_right.png') no-repeat;
	background-position: right top;
	background-size: auto 100%;
}
.header .menu li:last-child {
	background: none;
}
.header .menu li a {
	display: inline-block;
}
.header .menu li p {
	padding: 0 0.3rem;
}
.header .menu li p:hover,
.header .menu li.active p {
	background: url('../img/navi_line.png') repeat-x;
	background-position: left bottom;
	background-size: auto auto;
}
.header .menu_sp {
	float: right;
	display: none;
	width: 67px;
	height: 100%;
}
.header .menu_sp img {
	height: 100%;
}


/* =======================================
	footer style
======================================= */
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 135px;
	padding: 25px 0;
	text-align: center;
	background-color: #ffffff;
}
.footer .logo {
	display: inline-block;
	width: 100%;
}
.footer .logo img {
	width: 100px;
}
.footer #footer_copy {
	display: inline-block;
	width: 100%;
	font-size: 0.75rem;
	color: #2f2725;
}

/* =======================================
	index style
======================================= */
#index {
	background-color: #f7f7f7;
}
#index #case01 {
	position: relative;
	z-index: 1;
	width: 100%;
	background: linear-gradient(#1bb8ce, #1bb8ce) no-repeat, url('../img/top/back_img_repeat.jpg') repeat;
	background: -webkit-linear-gradient(#1bb8ce, #1bb8ce) no-repeat, url('../img/top/back_img_repeat.jpg') repeat;
	background-position: left bottom, left top;
	background-size: 100% 15%, auto auto;
}
#index #case01 p.back_img {
	height: 1535px;
}
#index #case01 p.case_content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
	text-align: center;
	line-height: 3;
}
#index #case01 p.case_content.sp {
	display: none;
}
#index #case02 {
	position: relative;
	top: -10rem;
	margin-bottom: -10rem;
	padding-top: 15rem;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #1bb8ce;
}
#index #case02 .box_case {
	position: relative;
	display: inline-block;
	margin-bottom: 3rem;
	font-style: oblique;
}
#index #case02 .box_case:hover {
	opacity: 0.7;
}
#index #case02 .box,
#index #case02 .box_content {
	width: 470px;
	height: 165px;
	margin-bottom: 2rem;
}
#index #case02 .box {
	position: relative;
	z-index: 2;
	color: #ffffff;
	border: 5px solid #ffffff;
}
#index #case02 .box .box_num {
	position: absolute;
	top: -60px;
	right: 0;
	pointer-events: none;
}
#index #case02 .box .box_title {
	display: table;
	position: absolute;
	top: -3.5rem;
	height: 42px;
	pointer-events: none;
}
#index #case02 .box .box_title img {
	position: absolute;
}
#index #case02 .box .box_title p {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
	text-align: center;
	font-size: 1.375rem;
	color: #ffffff;
}
#index #case02 .box_content {
	display: table;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	background-color: #fed900;
	font-weight: 900;
	overflow: hidden;
}
#index #case02 .box_content > * {
	display: table-cell;
	vertical-align: middle;
}
#index #case02 .box_content p {
	position: relative;
	z-index: 1;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
}
#index #case02 #box_case01 {
	margin-right: 1.5rem;
}
#index #case02 #box_case01 .box_title {
	width: 160px;
}
#index #case02 #box_case01 .box_content {
	color: #023894;
	font-size: 1.25rem;
}
#index #case02 #box_case02 .box_title {
	width: 175px;
}
#index #case02 #box_case02 .box_content {
	color: #eb6100;
	font-size: 1.4375rem;
}
#index #case02 #box_case02 .box_content img {
	position: absolute;
	left: 0;
	bottom: -44px;
	pointer-events: none;
}
#index #case02 #box_case02 .box_content p {
	padding-left: 1rem;
}
#index #case02 #box_case02 .box_content span {
	background: url('../img/under_line.png') repeat-x;
	background-position: left bottom;
	background-size: auto auto;
}
#index #case02 #box_case03 {
	margin-right: 1.5rem;
}
#index #case02 #box_case03 .box_title {
	width: 132px;
}
#index #case02 #box_case03 .box_content {
	color: #221815;
	font-size: 1.125rem;
}
#index #case02 #box_case03 .box_content img,
#index #case02 #box_case04 .box_content img {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
#index #case02 #box_case03 .box_content p {
	padding-left: 1rem;
}
#index #case02 #box_case04 .box_title {
	width: 150px;
}
#index #case02 #box_case04 .box_content {
	color: #e33240;
	font-size: 2.125rem;
}
#index #case02 #box_case04 .box_content p {
	padding-left: 16rem;
	line-height: 1.3;
}
#index #case02 #box_case04 .box_content span {
	font-size: 1.5rem;
}

/* =======================================
	company style
======================================= */
#company .content {
	text-align: center;
}
#company .page_title {
	padding: 4rem 0;
	font-size: 2rem;
	color: #1eb9cf;
	background: url('../img/company/speech01.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#company .page_title span {
	display: inline-block;
	padding: 1rem 1rem 2rem;
	font-weight: bold;
	font-style: oblique;
}
#company #case01,
#company #case02 {
	padding-bottom: 5rem;
	background: url('../img/company/back_img.jpg') repeat;
	background-position: left top;
	background-size: auto auto;
}
#company #case02 {
	padding-top: 3rem;
}
#company #case02 .box {
	position: relative;
	padding: 2rem 0;
}
#company #case02 .box .page_icon {
	position: absolute;
	top: -100px;
	right: 1rem;
}
#company #case02 .box .back_img,
#company #case02 .box .box_img {
	position: absolute;
}
#company #case02 .box .box_img {
	z-index: 2;
}
#company #case02 .box .back_img.left {
	bottom: 0;
	left: 1rem;
}
#company #case02 .box .box_img.left {
	bottom: 0;
	left: 0;
}
#company #case02 .box .back_img.right {
	top: -5rem;
	right: -3rem;
}
#company #case02 .box .box_img.right {
	top: -5rem;
	right: -2rem;
}
#company #case02 .box .box_content {
	position: relative;
	z-index: 1;
	padding: 4rem 0;
	text-align: right;
}
#company #case02 .box .box_content p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2;
	letter-spacing: 0;
}
#company #case02 .box .box_content.left p {
	padding: 0 5% 0 28%;
}
#company #case02 .box .box_content.right p {
	padding: 0 29% 0 5%;
}
#company #case02 #box03 .box_img.left {
	bottom: 1rem;
	left: -2rem;
}
#company #case02 #box03 .back_img.left {
	bottom: 1rem;
	left: -1rem;
}
#company #case02 #box01 .box_content {
	background: url('../img/company/box_right.png') no-repeat;
	background-position: right center;
	background-size: auto auto;
}
#company #case02 #box02 .box_content {
	background: url('../img/company/box_left.png') no-repeat;
	background-position: left center;
	background-size: auto auto;
}
#company #case02 #box03 .box_content {
	background: url('../img/company/box_right.png') no-repeat;
	background-position: right center;
	background-size: auto auto;
}
#company #case03 {
	padding-bottom: 6rem;
	background-color: #f7f7f7;
}
#company #case03 .table_title {
	padding: 4rem 0;
	font-size: 2rem;
	color: #1eb9cf;
	background: url('../img/company/speech02.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#company #case03 .table_title span {
	display: inline-block;
    padding: 1rem 1rem 2rem;
    font-weight: bold;
    font-style: oblique;
}
#company #case03 .table {
	display: table;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #1eb9cf;
	font-size: 1.125rem;
}
#company #case03 .table_box {
	display: table;
	width: 100%;
}
#company #case03 .table_box .table_t,
#company #case03 .table_box .table_c {
	display: table-cell;
	vertical-align: top;
	padding: 1.5rem 0;
}
#company #case03 .table_box .table_t {
	width: 275px;
	background-color: #1eb9cf;
	color: #ffffff;
	letter-spacing: 3px;
	border-bottom: 1px solid #ffffff;
}
#company #case03 .table_box .table_c {
	padding-left: 1rem;
	border-bottom: 1px solid #1eb9cf;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #ffffff;
}
#company #case03 .table_box:last-child .table_t,
#company #case03 .table_box:last-child .table_c {
	border: none;
}
#company #case03 .table_box span.link,
#company #case03 .table_box span.map {
	border-bottom: 1px solid #ea5459;
	font-weight: bold;
}
#company #case03 .table_box span.link {
	margin-left: 1rem;
}
#company #case03 .table_box span.link a,
#company #case03 .table_box span.map a {
	color: #ea5459;
}
#company #case03 .table_box span.link a:hover,
#company #case03 .table_box span.map a:hover {
	opacity: 0.7;
}
#company #case03 .table_box span.select{
	margin-left: 6.3rem;
}

/* =======================================
	business style
======================================= */
#business {
	text-align: justify;
	text-justify: inter-ideograph;
	background: url('../img/business/back_img.jpg') repeat;
	background-position: left top;
	background-size: auto auto;
}
#business .back_icon {
	position: relative;
}
#business .back_icon img {
	position: absolute;
	z-index: -1;
	top: -50px;
	left: 0;
}
#business .page_title {
	display: inline-block;
	padding: 2rem 0 1rem;
	margin-top: 4rem;
	font-size: 2rem;
	color: #ffffff;
	background: url('../img/business/speech.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#business .page_title span {
	display: inline-block;
	padding: 1rem 2rem 2rem 1rem;
	font-weight: bold;
	font-style: oblique;
}
#business #case01 .wrap {
	width: 780px;
}
#business #case01 .title {
	margin-bottom: 10rem;
	font-size: 3.375rem;
	font-weight: 900;
	font-style: oblique;
	letter-spacing: 5px;
	color: #eb6100;
}
#business #case01 .detail {
	margin-bottom: 5rem;
	letter-spacing: 0.5px;
	line-height: 2;
}
#business #case02 .wrap {
	width: 825px;
}
#business #case02 .box_case {
	margin-bottom: 10rem;
	text-align: center;
	font-weight: 500;
	background: url('../img/business/back_img01.png') no-repeat;
	background-position: left top;
	background-size: 100% 100%;
}
#business #case02 .box {
	padding: 2rem;
	background: url('../img/business/dot_line.png') no-repeat;
	background-position: center bottom;
	background-size: auto auto;
}
#business #case02 .box:last-child {
	padding-bottom: 3rem;
	background: none;
}
#business #case02 .box_title {
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: 2.5rem;
	letter-spacing: 3px;
	color: #ea5459;
}
#business #case02 .box_content {
	font-size: 1.25rem;
	line-height: 1.7;
}
#business #case02 .box_case span.select {
	font-size: 1.125rem;
	font-weight: 300;
}

/* =======================================
	people style
======================================= */
#people .content {
	padding-top: 70px;
	text-align: center;
}
#people .page_title,
#people #case01 .title {
	position: relative;
	z-index: 1;
}
#people .page_title {
	padding: 3rem 0;
	font-size: 2rem;
	color: #ea5459;
	background: url('../img/people/title_back_img.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people .page_title p {
	padding: 2rem 1rem;
	font-weight: bold;
	font-style: oblique;
	text-align: center;
}
#people .page_title p span {
	font-size: 1.5rem;
}
#people #case01 {
	position: relative;
	height: 673px;
	background: linear-gradient(#32b16c, #32b16c) no-repeat, linear-gradient(#22b8ce, #22b8ce) no-repeat;
	background: -webkit-linear-gradient(#32b16c, #32b16c) no-repeat, -webkit-linear-gradient(#22b8ce, #22b8ce) no-repeat;
	background-position: left top, right top;
	background-size: 40% 100%, 40% 100%;
}
#people #case01 .title {
	color: #ffffff;
	font-size: 3rem;
	font-weight: 900;
	font-style: oblique;
	letter-spacing: 3px;
}
#people #case01 .page_top_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#people #case01 .page_top_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#people #case02 {
	position: relative;
	top: -6.5rem;
	margin-bottom: -6.5rem;
	background-color: #ffffff;
}
#people #case02 .title {
	position: relative;
	display: inline-block;
	top: -1.5rem;
	margin: 0 auto;
	padding: 0.5rem 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fed900;
	background-color: #023894;
}
#people #case02 .speech_box {
	display: table;
	width: 100%;
	height: 306px;
	margin-bottom: 2rem;
}
#people #case02 .speech_case {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 3rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
#people #case02 .speech_case .point {
	margin-top: 1rem;
	font-size: 1.25rem;
	font-weight: bold;
	color: #fed900;
}
#people #case02 .speech_case .info {
	margin: 0.5rem 0;
	font-size: 1.375rem;
}
#people #case02 .speech_case .info span,
#people #case02 .speech_case .speech_content {
	font-size: 0.875rem;
}
#people #case02 .speech_case .speech_content {
	line-height: 1.7;
}
#people #case02 #speech01 {
	background: url('../img/people/speech01.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case02 #speech02 {
	background: url('../img/people/speech02.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 .wrap {
	position: relative;
	height: 4000px;
}
#people #case03 .circle_case {
	position: absolute;
	height: 500px;
}
#people #case03 .circle_case .circle_title {
	margin-bottom: 1rem;
	font-size: 1.625rem;
	font-weight: 900;
	font-style: oblique;
	color: #023894;
}
#people #case03 .circle_case .circle_title span {
	font-size: 2.125rem;
	letter-spacing: 3px;
}
#people #case03 .circle_case .circle_content p {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}
#people #case03 .circle_case .detail {
	position: relative;
	z-index: 1;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 0.875rem;
	line-height: 2;
}
#people #case03 .circle_case .detail span {
	display: inline-block;
	margin: 0.5rem 0;
	font-size: 1.2rem;
	font-weight: bold;
	font-style: oblique;
	color: #fed900;
}
#people #case03 .circle_case .detail span.small {
	font-size: 0.9rem;
}
#people #case03 .circle_case .detail p {
	padding: 0.5rem 0;
	letter-spacing: 0;
}
#people #case03 #circle01 {
	top: 0;
	left: 1rem;
	width: 446px;
	height: 480px;
	padding: 11rem 3rem 0;
	background: url('../img/people/circle01.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle02 {
	top: 7rem;
	right: 0;
	width: 599px;
	height: 489px;
	padding: 9rem 3rem 0;
	background: url('../img/people/circle02.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle03 {
	top: 35rem;
	left: 0;
	width: 449px;
	height: 420px;
	padding: 8rem 3rem 0;
	background: url('../img/people/circle03.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle04 {
	top: 40rem;
	right: 4rem;
	width: 460px;
	height: 459px;
	padding: 8rem 3rem 0;
	background: url('../img/people/circle04.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle04 .detail {
	top: -1rem;
	right: 21rem;
	width: 685px;
	height: 178px;
	padding: 0.7rem 2rem 1rem 2rem;
	background: url('../img/people/speech_circle04.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle05 {
	top: 75rem;
	left: 1rem;
	width: 428px;
	height: 403px;
	padding: 9rem 3rem 0;
	background: url('../img/people/circle05.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle05 .detail {
	right: 3rem;
	width: 445px;
	height: 219px;
	padding: 1.9rem 1rem 1rem 1.8rem;
	background: url('../img/people/speech_circle05.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle06 {
	top: 77rem;
	right: 2rem;
	width: 455px;
	height: 444px;
	padding: 10rem 3rem 0;
	background: url('../img/people/circle06.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle06 .detail {
	top: 1rem;
	right: 1rem;
	width: 445px;
	height: 219px;
	padding: 1.9rem 1rem 1rem 1.8rem;
	background: url('../img/people/speech_circle05.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle07 {
	top: 112rem;
	left: 1.5rem;
	width: 419px;
	height: 444px;
	padding: 10rem 2rem 0;
	background: url('../img/people/circle07.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle08 {
	top: 117rem;
	right: 3rem;
	width: 455px;
	height: 425px;
	padding: 8rem 3rem 0;
	background: url('../img/people/circle08.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle08 .detail {
	top: -1rem;
	right: 13rem;
	width: 393px;
	height: 139px;
	padding: 0 1.5rem 0 1.9rem;
	background: url('../img/people/speech_circle08.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle09 {
	top: 141rem;
	left: 1rem;
	width: 425px;
	height: 435px;
	padding: 11rem 2rem 0;
	background: url('../img/people/circle09.png') no-repeat;
	background-position: center center;
}
#people #case03 #circle09 .detail {
	top: 0;
	right: 2rem;
	width: 468px;
	height: 163px;
	padding: 2.1rem 2rem 1rem 2rem;
	background: url('../img/people/speech_circle09.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle10 {
	top: 146rem;
	right: 0;
	width: 482px;
	height: 513px;
	padding: 12rem 1rem 0;
	background: url('../img/people/circle10.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle11 {
	top: 175rem;
	left: 0;
	width: 466px;
	height: 481px;
	padding: 10rem 2rem 0;
	background: url('../img/people/circle11.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle12 {
	top: 177rem;
	right: 0.5rem;
	width: 481px;
	height: 508px;
	padding: 11rem 1rem 0;
	background: url('../img/people/circle12.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle13 {
	top: 202rem;
	left: 0;
	width: 527px;
	height: 581px;
	padding: 13.5rem 2rem 0;
	background: url('../img/people/circle13.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle14 {
	top: 207rem;
	right: 0;
	width: 436px;
	height: 532px;
	padding: 13rem 1rem 0;
	background: url('../img/people/circle14.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#people #case03 #circle01 p,
#people #case03 #circle03 p,
#people #case03 #circle07 p,
#people #case03 #circle09 p {
	padding-right: 1rem;
}
#people #case03 #circle04 p,
#people #case03 #circle10 p {
	padding-left: 1rem;
}
#people #case03 #circle04 .detail p {
	padding-left: 0;
}
#people #case03 #circle05 p {
	padding-right: 2rem;
}
#people #case03 #circle05 .detail p,
#people #case03 #circle06 .detail p {
	padding-right: 1rem;
}
#people #case03 #circle09 .detail p {
	padding-right: 0;
}

/* =======================================
	workplace style
======================================= */
#workplace .content {
	background: url('../img/workplace/back_img_repeat.jpg') repeat;
	background-position: left top;
	background-size: auto auto;
}
#workplace #case01 {
	text-align: center;
	font-style: oblique;
	color: #ffffff;
}
#workplace .page_title {
	padding: 5rem 0 2rem;
	font-size: 1.9rem;
	font-weight: bold;
}
#workplace .page_title p {
	background: url('../img/workplace/page_title_back_img.png') no-repeat;
	background-position: center center; 
	background-size: auto auto;
}
#workplace #case01 .title {
	position: relative;
	top: -5rem;
	padding: 8rem 0;
}
#workplace #case01 .title img {
	position: absolute;
	left: 10%;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#workplace #case01 .title p {
	font-size: 1.5rem;
	letter-spacing: 3px;
}
#workplace #case01 .title p.style {
	margin-top: 3rem;
	font-size: 3.43rem;
	font-weight: 900;
}
#workplace #case01 .title p span {
	font-size: 2rem;
}
#workplace #case02 {
	padding-bottom: 5rem;
}
#workplace #case02 .box {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 8rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
#workplace #case02 .box .box_title {
	position: relative;
	display: inline-block;
	width: 760px;
	padding: 1rem 2rem;
	background: url('../img/back_img_defaul01.jpg') repeat;
	background-position: left top;
	background-size: auto auto;
	box-shadow: 6px 6px #feb300;
	text-align: justify;
	text-justify: inter-ideograph;
}
#workplace #case02 .box .box_title .keyword {
	position: absolute;
	top: -4rem;
	left: -1rem;
	padding: 1rem 1rem 2rem;
	font-size: 1.375rem;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 2px;
	color: #fed900;
}
#workplace #case02 .box .box_title .main,
#workplace #case02 .box .box_title .sub {
	width: 76%;
}
#workplace #case02 #box05 .box_title .main,
#workplace #case02 #box05 .box_title .sub {
	width: 79%;
}
#workplace #case02 .box .box_title .main {
	position: relative;
	padding-bottom: 1rem;
	font-size: 1.75rem;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 2px;
	color: #023894;
	border-bottom: 2px solid #fed900;
}
#workplace #case02 .box .box_title .sub  {
	padding-top: 1rem;
	line-height: 2;
}
#workplace #case02 .box .box_img {
	position: absolute;
	z-index: 1;
}
#workplace #case02 .box.left .box_title .main,
#workplace #case02 .box.left .box_title .sub {
	float: left;
}
#workplace #case02 .box.right .box_title .main,
#workplace #case02 .box.right .box_title .sub {
	float: right;
}
#workplace #case02 .box.right {
	text-align: right;
}
#workplace #case02 #box01 .box_title .keyword {
	background: url('../img/workplace/speech01.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#workplace #case02 #box01 .box_img {
	top: 0;
	right: 0;
}
#workplace #case02 #box02 .box_title .keyword {
	background: url('../img/workplace/speech02.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#workplace #case02 #box02 .box_img {
	top: 0;
	left: 0;
}
#workplace #case02 #box03 .box_title .keyword {
	background: url('../img/workplace/speech03.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#workplace #case02 #box03 .box_img {
	bottom: 0;
	right: 0;
}
#workplace #case02 #box04 .box_title .keyword {
	background: url('../img/workplace/speech04.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#workplace #case02 #box04 .box_img {
	bottom: -2rem;
	left: 17%;
}
#workplace #case02 #box05 .box_title .keyword {
	background: url('../img/workplace/speech05.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#workplace #case02 #box05 .box_img {
	top: -2rem;
	right: 3%;
}
#workplace #case02 #box06 .box_title .keyword {
	background: url('../img/workplace/speech06.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#workplace #case02 #box06 .box_img {
	top: -4rem;
	left: 0;
}
#workplace #case02 #box06 .box_title .main,
#workplace #case02 #box06 .box_title .sub {
	width: 68%;
}
#workplace #case02 #box07 .box_title .keyword {
	background: url('../img/workplace/speech03.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#workplace #case02 #box07 .box_title .main,
#workplace #case02 #box07 .box_title .sub {
	width: 91%;
}
#workplace #case02 #box07 .box_title .keyword {
	background: url('../img/workplace/speech07.png') no-repeat;
	background-position: center center;
	background-size: auto auto;
}
#workplace #case02 #box07 .box_img {
	top: -3rem;
	right: 1rem;
}

/* mobile
-------------------------------------------------- */
@media (max-width: 768px) {
	html, body {
		min-width: 320px;
	}
	.wrap {
		width: 100%;
		padding: 0 10px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.btn_case .btn {
		width: 90%;
		max-width: 470px;
	}
	.header {
		position: fixed;
		z-index: 10;
		height: 70px;
		min-width: 320px;
		padding: 0 0 3px 0;
	}
	.header .wrap {
		position: relative;
		z-index: 10;
	}
	.header .logo {
		width: auto;
		padding-left: 10px;
	}
	.header .menu {
		display: none;
		width: 100%;
		height: auto;
	}
	.header .menu_sp {
		display: block;
	}
	.header .menu_sp img:hover {
		opacity: 0.7;
		cursor: pointer;
	}
	.header .menu_sp img#off {
		display: none;
	}
	.header .menu ul {
		width: 100%;
	}
	.header .menu li,
	.header .menu li:last-child {
		display: inline-block;
		width: 100%;
		background: url('../img/sp_under_line.png') repeat-x, url('../img/right_arrow.png') no-repeat;
		background-position: left bottom, 95% center;
		background-color: #ffffff;
		background-size: auto auto, auto auto;
	}
	.header .menu li div {
		display: inline-block;
		padding: 1rem 0;
	}
	.header .menu li a {
		width: 100%;
	}
	.header .entry {
		padding: 0;
		margin-left: 0;
	}
	.header .entry .btn {
		width: auto;
	}
	.header .entry .btn p {
		padding: 0 2rem;
	}
	body .content {
		padding-top: 70px;
	}
	#index #case01 p.back_img {
		position: absolute;
		top: -5%;
		height: auto;
		max-height: 95%;
		background: url('../img/top/back_img_repeat.jpg') repeat;
		background-position: left top;
		background-size: auto auto;
	}
	.content p.back_img img.sp {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		width: 100%;
	}
	#index #case01 p.case_content {
		position: absolute;
		top: 43%;
		bottom: 0;
		padding: 10rem 10px;
		text-align: justify;
		text-justify: inter-ideograph;
		background: url('../img/top/case01_back_img_sp_01.png') no-repeat, url('../img/top/case01_back_img_sp_02.png') no-repeat, linear-gradient(90deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%) no-repeat;
		background: url('../img/top/case01_back_img_sp_01.png') no-repeat, url('../img/top/case01_back_img_sp_02.png') no-repeat, -webkit-linear-gradient(90deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%) no-repeat;
		background-size: 100% auto, 100% auto, 100% 50%;
		background-position: top center, bottom center, center center;
	}
	#index #case01 p.case_content.sp {
		position: relative;
		display: inline-block;
		top: 0;
		height: auto;
		margin-top: 77%;
		padding: 45% 10px 30% 10px;
		line-height: 2;
	}
	#index #case02 {
		text-align: center;
	}
	#index #case02 #box_case01 .box_content img {
		width: 100%;
		max-width: 190px;
	}
	#index #case02 #box_case03 .box_content img,
	#index #case02 #box_case04 .box_content img {
		width: 100%;
	}
	#company #case02 .box {
		margin-top: 30%;
	}
	#company #case02 .box .page_icon {
		top: -15rem;
	}
	#company #case02 .box .page_icon img {
		width: 190px;
	}
	#company #case01 img {
		width: 100%;
		max-width: 619px;
	}
	#company #case02 .box .box_img.left,
	#company #case02 .box .box_img.right,
	#company #case02 #box03 .box_img.left {
		top: -11rem;
		left: 0;
		right: auto;
		bottom: auto;
	}
	#company #case02 .box .box_img img {
		max-width: 370px;
		max-height: 260px;
	}
	#company #case02 .box .back_img.left,
	#company #case02 .box .back_img.right {
		display: none;
	}
	#company #case02 #box01 .box_content,
	#company #case02 #box02 .box_content,
	#company #case02 #box03 .box_content {
		padding-bottom: 2rem;
		background: url('../img/company/box_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	#company #case02 .box .box_content.left p,
	#company #case02 .box .box_content.right p {
		padding: 0 25px 0 15px;
	}
	#company #case03 .table {
		width: 100%;
		font-size: 1rem;
	}
	#company #case03 .table_box .table_t,
	#company #case03 .table_box .table_c {
		display: inline-block;
		width: 100%;
		padding: 1rem;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#company #case03 .table {
		border: none;
	}
	#company #case03 .table_box {
		margin-bottom: 1rem;
		border: 1px solid #1eb9cf;
		border-bottom: 0;
	}
	#company #case03 .table_box:last-child .table_c {
		border-bottom: 1px solid #1eb9cf; 
	}
	#business .back_icon　{
		width: 70%;
	}
	#business .back_icon img {
		top: -5rem;
		left: -20%;
		width: 100%;
		max-width: 600px;
	}
	#business #case01 .wrap,
	#business #case02 .wrap {
		width: 100%;
	}
	#business #case01 .title {
		margin-bottom: 7rem;
		font-size: 2.5rem;
	}
	#business #case01 .detail {
		margin-bottom: 1.5rem;
	}
	#business #case02 .box {
		background-size: 90% auto;
	}
	#business #case02 .box_title {
		font-size: 2rem;
	}
	#business #case02 .box_case {
		padding-bottom: 0;
		margin-bottom: 3rem;
		background-size: 100% 100%;
	}
	#business #case02 .box:last-child {
		padding-bottom: 3rem;
	}
	#people .page_title {
		padding: 1rem 0;
	}
	#people #case01 {
		height: auto;
		padding-bottom: 4rem;
		background: url('../img/people/back_img_sp.jpg') no-repeat;
		background-position: left top;
		background-size: 100% 100%;
	}
	#people #case01 .title {
		font-size: 2.4rem;
	}
	#people #case02 {
		top: 0;
		margin-bottom: 0;
	}
	#people #case02 .title {
		display: table;
		width: 100%;
		max-width: 400px;
		padding: 0.5rem 2rem;
	}
	#people #case02 .title p.sp {
		display: table-cell;
		vertical-align: middle;
	}
	#people #case02 .speech_case {
		position: relative;
		display: inline-block;
		width: 100%;
		max-width: 500px;
		padding: 0;
		margin: 5rem auto 0;
	}
	#people #case02 .speech_box {
		height: auto;
	}
	#people #case02 .speech_case .back_img,
	#people #case02 .speech_case .icon {
		position: absolute;
	}
	#people #case02 .speech_case .back_img {
		z-index: 0;
		width: 100%;
		height: 110%;
		overflow: hidden;
	}
	#people #case02 .speech_case .back_img img {
		display: table;
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
	#people #case02 .speech_case #icon01 {
		top: -6rem;
		left: 3rem;
	}
	#people #case02 .speech_case #icon01 img {
		height: 220px;
	}
	#people #case02 .speech_case #icon02 {
		top: -5rem;
		right: 2rem;
	}
	#people #case02 .speech_case #icon02 img {
		height: 270px;
	}
	#people #case02 .speech_case .point,
	#people #case02 .speech_case .info,
	#people #case02 .speech_case .speech_content {
		position: relative;
		z-index: 1;
		width: 90%;
		margin: auto;
	}
	#people #case02 .speech_case .point {
		margin-top: 4rem;
	}
	#people #case02 .speech_case .speech_content {
		font-size: 1rem;
	}
	#people #case02 #speech01,
	#people #case02 #speech02 {
		background: none;
	}
	#people #case03 {
		margin-top: 7rem;
	}
	#people #case03 .wrap {
		height: auto;
	}
	#people #case03 .circle_case {
		position: relative;
		margin: 0 auto 7rem;
	}
	#people #case03 #circle01,
	#people #case03 #circle02,
	#people #case03 #circle03,
	#people #case03 #circle04,
	#people #case03 #circle05,
	#people #case03 #circle06,
	#people #case03 #circle07,
	#people #case03 #circle08,
	#people #case03 #circle09,
	#people #case03 #circle10,
	#people #case03 #circle11,
	#people #case03 #circle12,
	#people #case03 #circle13,
	#people #case03 #circle14 {
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		height: auto;
		max-width: 500px;
		padding: 3rem 5rem;
	}
	#people #case03 #circle01 {
		background: url('../img/people/circle01_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	#people #case03 #circle02 {
		background: url('../img/people/circle02_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	#people #case03 #circle03 {
		background: url('../img/people/circle03_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	#people #case03 #circle04 {
		background: url('../img/people/circle04_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		margin-bottom: 22rem;
	}
	#people #case03 #circle05 {
		background: url('../img/people/circle05_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		margin-bottom: 17rem;
	}
	#people #case03 #circle06 {
		background: url('../img/people/circle06_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		margin-bottom: 18rem;
	}
	#people #case03 #circle07 {
		background: url('../img/people/circle07_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	#people #case03 #circle08 {
		background: url('../img/people/circle08_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		margin-bottom: 16rem;
	}
	#people #case03 #circle09 {
		background: url('../img/people/circle09_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		margin-bottom: 15rem;
	}
	#people #case03 #circle10 {
		background: url('../img/people/circle10_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	#people #case03 #circle11 {
		background: url('../img/people/circle11_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	#people #case03 #circle12 {
		background: url('../img/people/circle12_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	#people #case03 #circle13 {
		background: url('../img/people/circle13_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	#people #case03 #circle14 {
		background: url('../img/people/circle14_sp.png') no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	#people #case03 .circle_case .circle_content p {
		font-size: 1rem;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#people #case03 #circle01 p,
	#people #case03 #circle03 p,
	#people #case03 #circle07 p,
	#people #case03 #circle09 p {
		padding-right: 0;
	}
	#people #case03 #circle04 p,
	#people #case03 #circle10 p {
		padding-left: 0;
	}
	#people #case03 #circle05 .detail p,
	#people #case03 #circle06 .detail p {
		padding-right: 0;
	}
	#people #case03 .circle_case .circle_icon {
		position: absolute;
		top: -5rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#people #case03 .circle_case .circle_icon img {
		max-height: 120px;
	}
	#people #case03 .circle_case .detail {
		position: absolute;
		font-size: 1rem;
	}
	#people #case03 .circle_case .detail .detail_title {
		display: inline-block;
		padding: 0.5rem 1rem;
	}
	#people #case03 .circle_case .detail_icon {
		position: absolute;
		z-index: 1;
	}
	#people #case03 .circle_case .detail_icon img {
		width: 40px;
	}
	#people #case03 .circle_case .detail span {
		padding: 0;
		line-height: 0;
	}
	#people #case03 #circle04 .detail,
	#people #case03 #circle05 .detail,
	#people #case03 #circle06 .detail, 
	#people #case03 #circle08 .detail,
	#people #case03 #circle09 .detail {
		top: auto;
		left: 0;
		right: 0;
		width: 100%;
		height: auto;
		padding: 1rem 1.5rem;
	}
	#people #case03 #circle04 .detail {
		bottom: -65%;
		background: url('../img/people/speech_green_bottom_sp.png') no-repeat;
		background-size: 100% 70%;
		background-position: left bottom;
	}
	#people #case03 #circle04 .detail .detail_title {
		background: url('../img/people/speech_green_title01_sp.png') no-repeat;
		background-size: 100% 100%;
		background-position: left top;
	}
	#people #case03 #circle04 .detail_icon {
		bottom: -3.5rem;
		left: 70%;
	}
	#people #case03 #circle05 .detail {
		bottom: -65%;
		background: url('../img/people/speech_green_bottom_sp.png') no-repeat;
		background-size: 100% 70%;
		background-position: left bottom;
	}
	#people #case03 #circle05 .detail .detail_title {
		background: url('../img/people/speech_green_title02_sp.png') no-repeat;
		background-size: 100% 100%;
		background-position: left top;
	}
	#people #case03 #circle05 .detail_icon {
		bottom: -2rem;
		left: 70%;
	}
	#people #case03 #circle05 p {
		padding-right: 0;
	}
	#people #case03 #circle06 .detail {
		bottom: -63%;
		background: url('../img/people/speech_green_bottom_sp.png') no-repeat;
		background-size: 100% 70%;
		background-position: left bottom;
	}
	#people #case03 #circle06 .detail .detail_title {
		background: url('../img/people/speech_green_title01_sp.png') no-repeat;
		background-size: 100% 100%;
		background-position: left top;
	}
	#people #case03 #circle06 .detail_icon {
		bottom: -3rem;
		left: 70%;
	}
	#people #case03 #circle08 .detail {
		bottom: -40%;
		background: url('../img/people/speech_green_bottom_sp.png') no-repeat;
		background-size: 100% 70%;
		background-position: left bottom;
	}
	#people #case03 #circle08 .detail .detail_title {
		background: url('../img/people/speech_green_title03_sp.png') no-repeat;
		background-size: 100% 100%;
		background-position: left top;
	}
	#people #case03 #circle08 .detail_icon {
		bottom: -1.5rem;
		left: 70%;
	}
	#people #case03 #circle09 .detail {
		bottom: -40%;
		background: url('../img/people/speech_blue_bottom_sp.png') no-repeat;
		background-size: 100% 70%;
		background-position: left bottom;
	}
	#people #case03 #circle09 .detail .detail_title {
		background: url('../img/people/speech_blue_title_sp.png') no-repeat;
		background-size: 100% 100%;
		background-position: left top;
	}
	#people #case03 #circle09 .detail_icon {
		bottom: -1.5rem;
		left: 70%;
	}
	#workplace #case01 .wrap{
		padding: 0;
	}
	#workplace #case01 .title {
		overflow: hidden;
	}
	#workplace #case01 .title img {
		left: 7%;
		width: 100%;
		max-width: 690px;
	}
	#workplace #case02 .box .box_title {
		width: 100%;
	}
	#workplace #case02 .box .box_title .sub img {
		width: 100%;
		max-width: 150px;
	}
	#workplace #case02 .box {
		margin-bottom: 0;
		padding-bottom: 320px;
	}
	#workplace #case02 .box .box_title .main,
	#workplace #case02 .box .box_title .sub,
	#workplace #case02 #box05 .box_title .main,
	#workplace #case02 #box05 .box_title .sub,
	#workplace #case02 #box06 .box_title .main,
	#workplace #case02 #box06 .box_title .sub,
	#workplace #case02 #box07 .box_title .main,
	#workplace #case02 #box07 .box_title .sub {
		width: 100%;
	}
	#workplace #case02 #box04 .box_title .main,
	#workplace #case02 #box04 .box_title .sub, {
		float: left;
		width: 60%;
	}
	#workplace #case02 #box04 .box_title .main,
	#workplace #case02 #box04 .box_title .sub {
		float: left;
	}
	#workplace #case02 #box01 .box_img,
	#workplace #case02 #box02 .box_img,
	#workplace #case02 #box03 .box_img,
	#workplace #case02 #box06 .box_img {
		top: auto;
		left: 0;
		right: 0;
		text-align: center;
	}
	#workplace #case02 #box01 .box_img {
		bottom: 3rem;
	}
	#workplace #case02 #box02 .box_img {
		bottom: 1.5rem;
	}
	#workplace #case02 #box03 .box_img {
		bottom: 2rem;
	}
	#workplace #case02 #box04 .box_img,
	#workplace #case02 #box05 .box_img,
	#workplace #case02 #box07 .box_img {
		display: none;
	}
	#workplace #case02 #box06 .box_img {
		bottom: 2rem;
	}
	#workplace #case02 #box06 .box_img img {
		max-width: 440px;
	}

	#workplace #case02 #box04,
	#workplace #case02 #box05,
	#workplace #case02 #box07 {
		padding-bottom: 100px;
	}

}
@media (max-width: 690px) {
	#workplace #case01 .title p.style {
		font-size: 2.5rem;
	}
}
@media (max-width: 620px) {
	#business #case02 .box {
		padding: 2rem 0.5rem;
	}
	#business #case02 .box_title {
		font-size: 1.5rem;
	}
	#business #case02 .box_content,
	#business #case02 .box_case span.select {
		font-size: 1rem;
	}
}	
@media (max-width: 550px) {
	#index #case01 p.case_content {
		background: url('../img/top/case01_back_img_sp_01.png') no-repeat, url('../img/top/case01_back_img_sp_02.png') no-repeat, linear-gradient(90deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%) no-repeat;
		background: url('../img/top/case01_back_img_sp_01.png') no-repeat, url('../img/top/case01_back_img_sp_02.png') no-repeat, -webkit-linear-gradient(90deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%) no-repeat;
		background-size: 100% auto, 100% auto, 100% 70%;
		background-position: top center, bottom center, center center;
	}
	#index #case02 .box_case {
		width: 100%;
	}
	#index #case02 #box_case01,
	#index #case02 #box_case03 {
		margin-right: 0;
	}
	#index #case02 .box,
	#index #case02 .box_content {
		width: 100%;
		height: 150px;
	}
	#index #case02 .box_content p {
		font-size: 1.1rem;
	}
	#index #case02 #box_case04 .box_content p {
		padding-left: 55%;
		font-size: 1.5rem;
	}
	#index #case02 #box_case04 .box_content span {
		font-size: 1.2rem;
	}
	#business .page_title {
		padding: 1rem 0 0;
		font-size: 1.2rem;
		background-size: 100% auto;
		background-position: left center;
	}
	#business #case01 .title {
		font-size: 2rem;
	}
	#people #case01 .title {
		font-size: 2rem;
	}
	#workplace .page_title {
		padding-top: 3rem;
	}
}
@media (max-width:  532px) {
	#people #case03 #circle09 {
		margin-bottom: 18rem;
	}
	#people #case03 #circle09 .detail {
		bottom: -55%;
	}
	#people #case03 #circle09 .detail_icon {
		bottom: -3rem;
	}
}
@media (max-width:  515px) {
	#people #case03 #circle04 .detail_icon {
		bottom: -5rem;
	}
	#people #case03 #circle09 .detail_icon {
		bottom: -3.5rem;
	}
}
@media (max-width: 500px) {
	.header .logo {
		margin-right: 0.5rem;
	}
	.header .entry .btn p {
		padding: 0 1rem;
		font-size: 1rem;
	}
	.footer #footer_copy {
		font-size: 0.6rem;
	}
	#index #case02 .box_content p {
		padding-right: 1rem;
		font-size: 0.9rem;
		word-break: keep-all;
	}
	#index #case02 #box_case02 .box_content img {
		top: -33%;
		bottom: 0;
		width: 100%;
	}
	#index #case02 #box_case04 .box_content p {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		display: inline-block;
		height: 62px;
		padding-left: 0;
		margin: auto 0;
	}
	#company #case02 .box .page_icon img {
		width: 150px;
	}
	#company #case02 .box .box_img img {
		max-width: 270px;
		max-height: 190px;
	}
	#company #case02 .box .box_img.left,
	#company #case02 .box .box_img.right,
	#company #case02 #box03 .box_img.left {
		top: -7rem;
	}
	#business #case01 .title {
		margin-bottom: 4rem;
		font-size: 1.7rem;
	}
	#people #case01 .title {
		font-size: 1.5rem;
	}
	#people #case02 .title p.sp {
		font-size: 1rem;
	}
	#people #case03 .circle_case .circle_title {
		font-size: 1.2rem;
	}
	#people #case03 .circle_case .circle_title span {
		font-size: 1.7rem;
	}
	#people #case03 #circle01,
	#people #case03 #circle02,
	#people #case03 #circle03,
	#people #case03 #circle04,
	#people #case03 #circle05,
	#people #case03 #circle06,
	#people #case03 #circle07,
	#people #case03 #circle08,
	#people #case03 #circle09,
	#people #case03 #circle10,
	#people #case03 #circle11,
	#people #case03 #circle12,
	#people #case03 #circle13,
	#people #case03 #circle14 {
		padding: 3rem;
	}
	#people #case03 #circle04 .detail_icon {
		bottom: -3rem;
	}
	#people #case03 #circle04 {
		margin-bottom: 25rem;
	}
	#people #case03 #circle05 .detail {
		bottom: -77%;
	}
	#workplace #case01 .title p.style {
		margin-top: 2rem;
		font-size: 2rem;
	}
	#workplace #case01 .title p {
		font-size: 1.3rem;
	}
	#workplace #case02 {
		position: relative;
		top: -5rem;
		margin-bottom: -5rem;
	}
}
@media (max-width: 485px) {
	#people #case03 #circle05 {
		margin-bottom: 20rem;
	}
	#people #case03 #circle05 .detail_icon {
		bottom: -4rem;
	}
	#people #case03 #circle05 .detail {
		bottom: -82%;
	}
	#people #case03 #circle06 {
		margin-bottom: 20rem;
	}
	#people #case03 #circle06 .detail {
		bottom: -70%;
	}
}
@media (max-width: 468px) {
	#people #case03 #circle04 .detail {
		bottom: -75%;
		background-size: 100% 75%;
	}
	#people #case03 #circle04 .detail_icon {
		left: 80%;
		bottom: -3.2rem;
	}
	#workplace #case02 .box .box_title .main {
		font-size: 1.3rem;
	}
}
@media (max-width: 452px) {
	#people #case03 #circle08 .detail {
		bottom: -47%;
	}
	#workplace #case02 .box {
		padding-bottom: 290px;
	}
	#workplace #case02 #box01 .box_img img,
	#workplace #case02 #box02 .box_img img,
	#workplace #case02 #box03 .box_img img,
	#workplace #case02 #box06 .box_img img  {
		width: 100%;
		max-width: 370px;
	}
}
@media (max-width: 436px) {
	#people #case03 #circle05 {
		margin-bottom: 22rem;
	}
}
@media ( max-width: 420px ) {
	#people #case03 #circle08 .detail_icon {
		bottom: -2rem;
	}
	#workplace #case01 .title p.style {
		font-size: 1.5rem;
	}
	#workplace #case01 .title p {
		font-size: 0.9rem;
	}
}
@media (max-width: 416px) {
	#people #case03 #circle06 {
		margin-bottom: 22rem;
	}
	#people #case03 #circle06 .detail {
		bottom: -75%;
	}
	#people #case03 #circle06 .detail_icon {
		bottom: -3rem;
	}
}
@media (max-width: 400px) {
	body {
		font-size: 14px;
	}
	.header .entry .btn p {
		padding: 0 0.5rem;
	}
	.header .logo_message p {
		font-size: 0.6rem;
	}
	.header .logo img {
		height: 40px;
		margin-top: 10px;
	}
	.btn_case {
		padding: 3rem 0;
	}
	#index #case01 p.case_content {
		background: url('../img/top/case01_back_img_sp_01.png') no-repeat, url('../img/top/case01_back_img_sp_02.png') no-repeat, linear-gradient(90deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%) no-repeat;
		background: url('../img/top/case01_back_img_sp_01.png') no-repeat, url('../img/top/case01_back_img_sp_02.png') no-repeat, -webkit-linear-gradient(90deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%) no-repeat;
		background-size: 100% auto, 100% auto, 100% 70%;
		background-position: top center, bottom center, center center;
	}
	#index #case02 #box_case03 .box_content p {
		padding-left: 0.5rem;
	}
	#company #case02 .box .page_icon {
		top: -13rem;
		right: 0;
	}
	#company #case03 .table_box span.select {
		margin-left: 5.5rem;
	}
	#business #case01 .title {
		margin-bottom: 3rem;
		font-size: 1.4rem;
	}
	#business #case02 .box {
		padding: 1rem 0 1rem;
	}
	#business #case02 .box:last-child {
		padding-bottom: 2rem;
	}
	#business #case02 .box_title {
		margin-bottom: 0.5rem;
		font-size: 1.3rem;
	}
	#business #case02 .box_content,
	#business #case02 .box_case span.select {
		font-size: 0.9rem;
	}
	#people #case03 #circle01,
	#people #case03 #circle02,
	#people #case03 #circle03,
	#people #case03 #circle04,
	#people #case03 #circle05,
	#people #case03 #circle06,
	#people #case03 #circle07,
	#people #case03 #circle08,
	#people #case03 #circle09,
	#people #case03 #circle10,
	#people #case03 #circle11,
	#people #case03 #circle12,
	#people #case03 #circle13,
	#people #case03 #circle14 {
		padding: 3rem 2rem 4.5rem;
	}
	#people #case03 .circle_case .detail span {
		font-size: 1rem;
	}
	#people #case03 #circle04 .detail,
	#people #case03 #circle05 .detail,
	#people #case03 #circle06 .detail {
		background-size: 100% 80%;
	}
	#people #case03 #circle04 .detail_icon {
		bottom: -2.8rem;
	}
	#people #case03 #circle05 .detail_icon,
	#people #case03 #circle06 .detail_icon {
		left: 80%;
		bottom: -2rem;
	}
	#people #case03 #circle08 .detail_icon {
		left: 80%;
		bottom: -3rem;
	}
	#people #case03 #circle09 .detail_icon {
		left: 80%;
		bottom: -3.8rem;
	}
	#people #case03 #circle08 {
		margin-bottom: 18rem;
	}
	#workplace #case02 .box .box_title .main {
		font-size: 1rem;
	}
}
@media (max-width: 370px) {
	#business #case02 .box_content,
	#business #case02 .box_case span.select {
		font-size: 0.8rem;
	}
	#people #case01 .title {
		font-size: 1.3rem;
	}
}

@media (max-width: 350px) {
	#company #case03 .table_box .table_c {
		font-size: 0.8rem;
		letter-spacing: 0;
	}
	#business #case01 .title {
		margin-bottom: 2rem;
		font-size: 1.3rem;
	}
	#people #case03 .circle_case .circle_content p {
		letter-spacing: -1px;
	}
	#people #case03 #circle09 .detail_icon {
		bottom: -3.5rem;
	}
}
