@charset "UTF-8";
/*-----------------------------------------------------------
common
-------------------------------------------------------------*/
.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, arial, helvetica, clean, sans-serif;
}

@media (max-width: 750px) {
.inner {
	width: auto;
}
}
.hover, #header .logo a, #header .link a, #header .tel a, .totop, #breadcrumb ul li a, .related_pages .btn, .index_menu ul li, #carousel #carousel_items li a, #carousel .btn, #carousel .prev_btn, #carousel .next_btn, .staff_wrap1 ul li a, .staff_wrap2 ul li a, .style_wrap1 ul li a, .media_column .btn {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hover:hover, #header .logo a:hover, #header .link a:hover, #header .tel a:hover, .totop:hover, #breadcrumb ul li a:hover, .related_pages .btn:hover, .index_menu ul li:hover, #carousel #carousel_items li a:hover, #carousel .btn:hover, #carousel .prev_btn:hover, #carousel .next_btn:hover, .staff_wrap1 ul li a:hover, .staff_wrap2 ul li a:hover, .style_wrap1 ul li a:hover, .media_column .btn:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media (max-width: 750px) {
.hover:hover, #header .logo a:hover, #header .link a:hover, #header .tel a:hover, .totop:hover, #breadcrumb ul li a:hover, .related_pages .btn:hover, .index_menu ul li:hover, #carousel #carousel_items li a:hover, #carousel .btn:hover, #carousel .prev_btn:hover, #carousel .next_btn:hover, .staff_wrap1 ul li a:hover, .staff_wrap2 ul li a:hover, .style_wrap1 ul li a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
}
/*-----------------------------------------------------------
header
-------------------------------------------------------------*/
#header {
	background: #fcfcfc;
	border-bottom: 3px solid #f3f3f3;
	font-size: 14px;
}

@media (max-width: 750px) {
#header {
	border-bottom: 1px solid #fcfcfc;
	font-size: 16px;
}
}
#header .description {
	background-color: #46bbd3;
	color: #fcfcfc;
	line-height: 25px;
	font-size: 85.71429%;
}

@media (max-width: 750px) {
#header .description {
	font-size: 12px;
	line-height: 26px;
	padding: 0 5px;
	letter-spacing: 0.3px;
}
}
#header > .inner {
	position: relative;
	height: 127px;
}

@media (max-width: 750px) {
#header > .inner {
	height: 56px;
}
}
#header .logo {
	width: 400px;
	height: 59px;
	position: relative;
	top: 9px;
	margin-bottom: 16px;
}
#header .logo a {
	display: block;
	background: url(../img/logo.png) no-repeat 0 0;
	width: 400px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
}

@media (max-width: 750px) {
#header .logo {
	left: 10px;
	width: 100%;
	height: 30px;
}
#header .logo a {
	width: 200px;
	background: url(../img/sp_logo.png) no-repeat 0 0;
	background-size: 89.6% auto;
	height: 50px;
	margin-left: 7px;
}
}
#header .fixed_wrap {
	width: 390px;
	position: absolute;
	right: 0;
	top: 9px;
	overflow: hidden;
}

@media (max-width: 750px) {
#header .fixed_wrap {
	height: auto;
	width: 100%;
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 0;
	bottom: 0;
	top: auto;
	z-index: 10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
}
#header .link {
	width: 165px;
	height: 59px;
	margin-right: 5px;
	float: left;
}

@media (max-width: 750px) {
#header .link {
	width: 42.1875%;
	height: auto;
	margin-right: 0;
	margin-left: 4.6875%;
}
}
#header .link a {
	display: block;
	background: url(../img/sblanket_btn.png) no-repeat 0 0;
	width: 176px;
	height: 59px;
	text-indent: -9999px;
	overflow: hidden;
}

@media (max-width: 750px) {
#header .link a {
	background: none;
	text-indent: 0;
	width: 100%;
	height: auto;
}
#header .link a img {
	width: 100%;
	height: auto;
}
}
#header .tel {
	float: right;
	display: block;
	width: 210px;
	height: 59px;
}

@media (max-width: 750px) {
#header .tel {
	width: 45.3125%;
	height: auto;
	margin-right: 4.6875%;
}
}
#header .tel a {
	display: block;
	background: url(../img/head_tel.png) no-repeat 0 0;
	width: 210px;
	height: 59px;
	text-indent: -9999px;
	overflow: hidden;
	pointer-events: none;
}

@media (max-width: 750px) {
#header .tel a {
	background: none;
	text-indent: 0;
	width: 100%;
	height: auto;
}
#header .tel a img {
	width: 100%;
	height: auto;
}
}
#header .toggle_menu {
	display: none;
	background: #fff;
	width: 37px;
	height: 33px;
	padding: 5px 5px 0 5px;
	right: 6px;
	top: 38px;
	z-index: 100;
	position: fixed;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 750px) {
#header .toggle_menu {
	display: block;
}
}
#header .toggle_menu span {
	display: block;
	background-color: #333;
	height: 4px;
	border-radius: 2px;
	width: 27px;
	margin: 0 auto 5px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#header .gnavi {
	text-align: center;
	font-size: 0;
	padding: 0 0 10px;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	width: 1000px;
	margin: 0 auto;
}

@media (max-width: 750px) {
#header .gnavi {
	display: none;
	width: auto;
	background: rgba(51, 51, 51, 0.85);
	position: fixed;
	left: 0;
	top: 83px;
	z-index: 100;
	height: auto;
	bottom: auto;
	padding: 0;
}
}
#header .gnavi li {
	border-right: 1px solid #d6d8d9;
	display: inline-block;
	position: relative;
}

@media (max-width: 750px) {
#header .gnavi li {
	display: block;
	border-top: 1px solid #fcfcfc;
	border-right: none;
}
}
#header .gnavi li:first-child {
	border-left: 1px solid #d6d8d9;
}

@media (max-width: 750px) {
#header .gnavi li:first-child {
	border-left: none;
	border-top: none;
}
}
#header .gnavi li a {
	color: #333;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	width: 126px;
	display: block;
}

@media (max-width: 750px) {
#header .gnavi li a {
	text-decoration: none;
	display: block;
	color: #fcfcfc;
	font-weight: normal;
	padding: 0 15px;
	line-height: 50px;
	width: auto;
	text-align: left;
	background: url(../img/arrow05_sp.png) no-repeat 94% 50%;
	background-size: 8px auto;
}
}
#header .gnavi li.current a {
	color: #4fb9cf;
}

@media (max-width: 750px) {
#header .gnavi li.current a {
	color: #fcfcfc;
}
}
#header .gnavi li.current:before {
	content: "";
	display: block;
	height: 3px;
	width: 125px;
	background: #4fb9cf;
	position: absolute;
	left: 0;
	bottom: -10px;
}
#header .gnavi li:hover:before {
	content: "";
	display: block;
	height: 3px;
	width: 125px;
	background: #4fb9cf;
	position: absolute;
	left: 0;
	bottom: -10px;
}
#header .gnavi li a:hover {
	text-decoration: none;
}

@media (max-width: 750px) {
#header .gnavi li.current:before {
	display: none;
}
#header .gnavi li:hover:before {
	display: none;
}
}
#wrap.menu_on #header .fixed_wrap {
	bottom: -132px;
}
#wrap.menu_on #header .toggle_menu {
	background: #46bbd3;
}
#wrap.menu_on #header .toggle_menu span {
	background-color: #fcfcfc;
}
#wrap.menu_on #header .toggle_menu span:nth-child(1) {
	position: absolute;
	left: 11px;
	top: 6px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
#wrap.menu_on #header .toggle_menu span:nth-child(2) {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
#wrap.menu_on #header .toggle_menu span:nth-child(3) {
	position: absolute;
	left: 8px;
	top: 25px;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
/*-----------------------------------------------------------
footer
-------------------------------------------------------------*/
#footer {
	background: #46bbd3 url(../img/footer_bg.png) no-repeat 50% 100%;
	height: 326px;
	position: relative;
	padding: 30px 0 0;
}
#footer p {
	color: #fff;
	font-size: 13px;
}
#footer a {
	color: #fff;
}

@media (max-width: 750px) {
#footer {
	height: auto;
	background-image: url(../img/footer_bg_sp.png);
	background-size: 374px auto;
	padding: 0;
}
}
#footer .inner {
	padding: 24px 9px 0;
}

@media (max-width: 750px) {
#footer .inner {
	padding: 15px 15px 67px;
}
}
#footer .utility_link {
	line-height: 24px;
	overflow: hidden;
}

@media (max-width: 750px) {
#footer .utility_link {
	line-height: 17px;
}
}
#footer .utility_link .access_toggel {
	display: none;
	background-color: #fcfcfc;
	line-height: 35px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #46bbd3;
	margin-bottom: 12px;
	text-decoration: none;
	position: relative;
}
#footer .utility_link .access_toggel:after {
	color: #46bbd3;
	content: "＋";
	display: block;
	width: 25px;
	height: 25px;
	background: #fcfcfc;
	border-radius: 3px;
	position: absolute;
	right: 5px;
	top: 5px;
	line-height: 25px;
}
#footer .utility_link .access_toggel.open:after {
	content: "－";
}

@media (max-width: 750px) {
#footer .utility_link .access_toggel {
	display: block;
}
}
#footer .utility_link .list_wrap {
	width: 188px;
	float: left;
	font-size: 13px;
}

@media (max-width: 750px) {
#footer .utility_link .list_wrap {
	padding-top: 11px;
	width: 50%;
	height: auto;
}
#footer .utility_link .list_wrap:first-child {
	margin-right: 5%;
}
}
#footer .utility_link .title {
	font-size: 14px;
	font-weight: bold;
}

@media (max-width: 750px) {
#footer .utility_link .title {
	font-size: 16px;
}
}
#footer .utility_link .title2 {
	font-size: 13px;
	font-weight: bold;
}

@media (max-width: 750px) {
#footer .utility_link .title2 {
	font-size: 16px;
}
}
#footer .utility_link ul {
	width: 70px;
	padding: 0 0 0 9px;
	line-height: 26px;
	float: left;
}

@media (max-width: 750px) {
#footer .utility_link ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}
}
#footer .utility_link ul li a {
	background: url(../img/circle.png) no-repeat 0 center;
	padding: 0 0 0 12px;
	font-size: 14px;
}

@media (max-width: 750px) {
#footer .utility_link ul li a {
	font-size: 14px;
}
}
#footer .company_data {
	width: 304px;
	position: absolute;
	right: 230px;
	top: 26px;
}

@media (max-width: 750px) {
#footer .company_data {
	display: none;
	width: auto;
	padding: 0 20px;
	position: relative;
	right: auto;
	top: auto;
	margin-bottom: 10px;
	font-size: 85.71429%;
}
}
#footer .company_data .title {
}
#footer .map_wrap {
	width: 230px;
	height: 230px;
	position: absolute;
	right: 0;
	top: 31px;
}

@media (max-width: 750px) {
#footer .map_wrap {
	display: none;
	width: auto;
	height: 115px;
	padding: 0 20px;
	position: relative;
	right: auto;
	top: auto;
	margin-bottom: 14px;
}
#footer .map_wrap iframe {
	width: 100%;
	height: 115px;
}
}
#footer .copyright {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #fcfcfc;
	color: #39b9d3;
	font-size: 13px;
	line-height: 25px;
}

@media (max-width: 750px) {
#footer .copyright {
	font-size: 71.42857%;
	line-height: 23px;
	padding: 0;
}
}
.totop {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	pointer-events: none;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 100;
}

@media (max-width: 750px) {
.totop {
	display: none;
}
}
.totop:visited, .totop:hover {
	color: #fff;
	text-decoration: none;
}
body.scroll .totop {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	pointer-events: auto;
	bottom: 60px;
}
/*-----------------------------------------------------------
side
-------------------------------------------------------------*/
/*-----------------------------------------------------------
content
-------------------------------------------------------------*/
/*-----------------------------------------------------------
clearfix
-------------------------------------------------------------*/
.clear {
	clear: both;
}
.clearfix, .column, .staff_wrap1 ul, .staff_wrap2 ul, .style_wrap1 ul {
	zoom: 1;
}
.clearfix:after, .column:after, .staff_wrap1 ul:after, .staff_wrap2 ul:after, .style_wrap1 ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	overflow: hidden;
}
/*-----------------------------------------------------------
#wrap
-------------------------------------------------------------*/
#wrap {
	margin: 0 auto;
	overflow: hidden;
}

@media (max-width: 750px) {
#wrap {
	padding: 0 0 66px;
}
}
#wrap .blur {
	display: none;
	height: 0;
}
#wrap.menu_on .blur {
	display: block;
	width: 100%;
	height: 200%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 50;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #fcfcfc;
	-webkit-opacity: 0.55;
	-moz-opacity: 0.55;
	opacity: 0.55;
	filter: alpha(opacity=55);
}
/*-----------------------------------------------------------
#breadcrumb
-------------------------------------------------------------*/
#breadcrumb {
	padding: 4px 0 12px;
}

@media (max-width: 750px) {
#breadcrumb {
	display: none;
}
}
#breadcrumb ul li {
	display: inline-block;
	font-size: 92.85714%;
	line-height: 24px;
	font-size: 13px;
}
#breadcrumb ul li:before {
	content: ">";
	display: inline-block;
	width: 1.5em;
	text-align: center;
}
#breadcrumb ul li:first-child:before {
	display: none;
}
#breadcrumb ul li a {
	color: #46bbd3;
	text-decoration: underline;
}
/*-----------------------------------------------------------
#contents, #main
-------------------------------------------------------------*/
#contents {
	margin: 0 auto;
	padding: 0 0 35px;
	background-color: #fcfcfc;
}

@media (max-width: 750px) {
#contents {
	padding: 0 0 20px;
	background-color: #fcfcfc;
}
}
#main {
	margin: 0 0 0 auto;
}

@media (max-width: 750px) {
#main {
	padding-top: 20px;/*競合/10px*/
}
}
#main p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1em;
}

@media (max-width: 750px) {
#main p {
	font-size: 85.71429%;
}
#main p.fs10 {
	font-size: 71.42857%;
}
}

@media (max-width: 750px) {
#main > .inner {
	margin-left: 15px;
	margin-right: 15px;
	word-break: break-all;
}
}

/*-----------------------------------------------------------
message
-------------------------------------------------------------*/
.message {
  margin: 45px auto;
  padding: 30px 20px;
  border: 1px solid #000;
}

@media (max-width: 750px) {
.message {
  margin: 0 auto 30px;
  padding: 15px 10px;
}
}

/*-----------------------------------------------------------
title,text
-------------------------------------------------------------*/
.title_style01 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	position: 20px;
	line-height: 24px;
	font-size: 20px;
	padding: 0 0 9px;
	margin-bottom: 18px;
	font-weight: bold;
	letter-spacing: -0.8px;
}

@media (max-width: 750px) {
.title_style01 {
	font-size: 17px;
	line-height: 1.2;
	margin-bottom: 4px;
	letter-spacing: 1px;
}
}
.title_style01:before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 15px;
	background: url(../img/h2_icon01.png) no-repeat;
	margin-right: 10px;
}
.title_style01:after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 15px;
	background: url(../img/h2_icon02.png) no-repeat;
	margin-left: 10px;
}

/*
@media (max-width: 750px) {
 .title_style01:after .title_style01:before {
	 background: url(../img/sp_h2_icon01.png) no-repeat;
height: 16px;
 background-size: 17px auto;
 top: 7px;
}
}
*/




@media (max-width: 750px) {
.title_style01:before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 15px;
	background: url(../img/sp_h2_icon01.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.title_style01:after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 15px;
	background: url(../img/sp_h2_icon02.png) no-repeat;
	background-size: contain;
	margin-left: 10px;
}
}
.title_style02 {
	color: #333;
	font-weight: bold;
	font-size: 142.85714%;
	line-height: 24px;
	margin-bottom: 12px;
	text-align: center;
}

@media (max-width: 750px) {
.title_style02 {
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: -0.8px;
	margin-bottom: 10px;
}
}
.title_style02 span {
	display: inline-block;
	border-bottom: 1px solid #8d7a5d;
	padding: 0 5px;
	color: #8d7a5d;
}

@media (max-width: 750px) {
.title_style02 span {
	font-size: 15px;
	padding: 0 3px;
	margin-bottom: 6px;
}
}
.title_style02_1 {
	font-weight: bold;
	font-size: 142.85714%;
	line-height: 24px;
	margin-bottom: 12px;
	text-align: center;
}

@media (max-width: 750px) {
.title_style02_1 {
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: -0.8px;
	margin-bottom: 10px;
}
}
.title_style02_1 span {
	display: inline-block;
	border-bottom: 1px solid #333;
	padding: 0 5px;
	font-size: 19px;
	color: #333;
}

@media (max-width: 750px) {
.title_style02_1 span {
	font-size: 15px;
	padding: 0 3px;
	margin-bottom: 6px;
}
}
.title_style03 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	position: relative;
	font-size: 190%;
	line-height: 45px;
	padding: 0 0 6px;
	margin-bottom: 18px;
	font-weight: bold;
}

@media (max-width: 750px) {
.title_style03 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 12px;
}
}
.title_style03:before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 15px;
	background: url(../img/h2_icon01.png) no-repeat 0 0;
	position: relative;
	top: -3px;
	margin-right: 14px;
	margin-left: -39px;
}
.title_style03:after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 15px;
	background: url(../img/h2_icon02.png) no-repeat 0 0;
	position: relative;
	top: -3px;
	margin-left: 14px;
	margin-right: -39px;
}

@media (max-width: 750px) {
.title_style03:before {
	width: 25px;
	height: 12px;
	background: url(../img/sp_h2_icon01.png) no-repeat 0 0;
	background-size: 100%;
	margin: 0 6px 0 0;
	top: 0;
}
.title_style03:after {
	width: 25px;
	height: 12px;
	background: url(../img/sp_h2_icon02.png) no-repeat 0 0;
	background-size: 100%;
	margin: 0 0 0 6px;
	top: 0;
}
}
.title_style04 {
	background: url(../img/icon_clover_03.png) no-repeat 0 7px, url(../img/border.png) repeat-x bottom;
	background-size: 21px 21px 1px 1px;
	font-size: 106%;
	line-height: 1.5;
	padding: 8px 7px 2px 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (max-width: 750px) {
.title_style04 {
	background: url(../img/sp_icon_clover_03.png) no-repeat 1px 4px, url(../img/sp_border.png) repeat-x bottom;
	background-size: 4.5%, auto;
	font-size: 92.85714%;
	padding: 0px 0px 4px 20px;
	letter-spacing: 0.5px;
}
}

@media (max-width: 750px) {
.title_style04.color2 {
	border-bottom-width: 1px;
}
}
.title_style05 {
	color: #333;
	border-bottom: 1px solid #333;
	font-size: 109.57143%;
	line-height: 1.33333;
	padding: 0 0 9px;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
}

@media (max-width: 750px) {
.title_style05 {
	font-size: 85.71429%;
	padding: 0 0 4px;
	margin-bottom: 6px;
}
}
.title_style05:after {
	content: "";
	background: #5b4848;
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 1px;
}
.title_style06 {
	text-align: center;
	color: #333;
	font-size: 142.85714%;
	line-height: 1.2;
	padding: 0 0 27px;
	position: relative;
	font-weight: bold;
}
.title_style06:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 16px;
	background: url(../img/icon_recruit_01.png) no-repeat 0 0;
	position: relative;
	top: 1px;
	margin-right: 10px;
	margin-left: -39px;
}
.title_style06:after {
	content: "";
	display: inline-block;
	width: 36px;
	height: 16px;
	background: url(../img/icon_recruit_02.png) no-repeat 0 0;
	position: relative;
	top: 1px;
	margin-left: 10px;
	margin-right: -39px;
}

@media (max-width: 750px) {
.title_style06 {
	font-size: 92.85714%;
	padding: 0 0 12px;
	margin-bottom: 14px;
}
}
.title_style07 {
	color: #fff;
	background: #4fb9cf;
	font-size: 92.85714%;
	border-radius: 2px;
	line-height: 1.92308;
	padding: 0 10px;
	margin-bottom: 16px;
}

@media (max-width: 750px) {
.title_style07 {
	font-size: 85.71429%;
	line-height: 1.66667;
	padding: 0 6px;
	margin-bottom: 10px;
}
}
.text_style01 {
	text-align: center;
	line-height: 2;
}
.text_style02 {
	padding: 0 0 0 20px;
}

@media (max-width: 750px) {
.text_style02 {
	padding: 0 0 0 10px;
}
}
/*-----------------------------------------------------------
img
-------------------------------------------------------------*/
.img_style01 {
	border: 8px solid #fff;
	background-color: #cacaca;
	box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.12);
	width: 364px;
	margin: 0 auto 0 0;
	border-radius: 10px;
}

@media (max-width: 750px) {
.img_style01 {
	border-width: 5px;
	width: 68%;
	height: auto;
	margin: 0 auto;
}
}
.img_style01 img {
	width: 100%;
	height: auto;
}

@media (max-width: 750px) {
.img_style01:after {
	display: none;
}
}
.img_style02 {
	border: 8px solid #fff;
	background-color: #cacaca;
	box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.12);
	width: 364px;
	margin: 0 0 0 auto;
	border-radius: 10px;
}

@media (max-width: 750px) {
.img_style02 {
	border-width: 5px;
	width: 68%;
	height: auto;
	margin: 0 auto;
}
}
.img_style02 img {
	width: 100%;
	height: auto;
}

@media (max-width: 750px) {
.img_style02:after {
	display: none;
}
}
.img_style03 {
	border: 8px solid #fff;
	background-color: #cacaca;
	box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.12);
	width: 304px;
	position: relative;
	margin: 0 0 0 auto;
	border-radius: 10px;
}

@media (max-width: 750px) {
.img_style03 {
	border-width: 5px;
	width: 68%;
	height: auto;
	margin: 0 auto;
}
}
.img_style03 img {
	width: 100%;
	height: auto;
}
/*-----------------------------------------------------------
table
-------------------------------------------------------------*/
.table_style01 {
	width: 720px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 750px) {
.table_style01 {
	width: 100%;
	margin: 0;
	border-top: none;
}
}
.table_style01 tr {
	border-bottom: 1px dotted #707070;
}
.table_style01 th, .table_style01 td {
	vertical-align: text-top;
	padding: 14px 0;
}

@media (max-width: 750px) {
.table_style01 th, .table_style01 td {
	padding: 6px 0;
	font-size: 85.71429%;
}
}
.table_style01 th {
	width: 132px;
	padding: 0 0 0 73px;
}

@media (max-width: 750px) {
.table_style01 th {
	width: 30%;
	font-weight: bold;
	padding: 0;
}
}
.table_style01 td {
	width: 515px;
}

@media (max-width: 750px) {
.table_style01 td {
	width: 70%;
}
}
.table_style02 {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 750px) {
.table_style02 {
	width: 97%;
	margin: 0 10px;
	border-top: none;
}
}
.table_style02 tr {
	background: url(../img/border.png) repeat-x;
}
.table_style02 tr:first-child {
	background: none;
}

@media (max-width: 750px) {
.table_style02 tr {
	border-bottom-width: 1px;
}
}
.table_style02 tr:last-child {
	border-bottom: none;
}
.table_style02 th, .table_style02 td:first-child {
	padding-top: 0;
}
.table_style02 th, .table_style02 td {
	vertical-align: text-top;
	padding: 13px 0 10px;
}

@media (max-width: 750px) {
.table_style02 th, .table_style02 td {
	vertical-align: text-top;
	padding: 10px 0 8px;
}
}

@media (max-width: 750px) {
.table_style02 th, .table_style02 td {
	font-size: 85.71429%;
}
}
.table_style02 th {
	width: 26%;
	font-weight: bold;
}

@media (max-width: 750px) {
.table_style02 th {
	width: 40%;
}
}
.table_style02 td {
	width: 74%;
}

@media (max-width: 750px) {
.table_style02 td {
	width: 60%;
}
}
/*-----------------------------------------------------------
dl
-------------------------------------------------------------*/
dl dt {
	line-height: 1.71429;
}

@media (max-width: 750px) {
dl dt {
	font-size: 14px;
}
}
dl dd {
	line-height: 1.71429;
}

@media (max-width: 750px) {
dl dd {
	font-size: 14px;
}
}
.dl_style01 dt {
	float: left;
	clear: left;
	width: 70px;
}
.dl_style01 dd {
	padding: 0 0 0 80px;
}
.dl_style02 dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 80px;
}

@media (max-width: 750px) {
.dl_style02 dt {
	width: 57px;
}
}
.dl_style02 dd {
	padding: 0 0 0 80px;
	margin-bottom: 10px;
}

@media (max-width: 750px) {
.dl_style02 dd {
	padding: 0 0 0 80px;
}
}
.dl_style02 dd:last-child {
	margin-bottom: 0;
}
.dl_style03 dt {
	float: left;
	clear: left;
	width: 75%;
}
.dl_style03 dt span {
	font-size: 83.33333%;
}
.dl_style03 dd {
	padding: 0 0 0 77%;
}

@media (max-width: 750px) {
.dl_style03 dd {
	text-align: right;
}
}
.dl_style03 dd:last-child {
	margin-bottom: 0;
}
.dl_style04 dt {
	float: left;
	clear: left;
	width: 7em;
}
.dl_style04 dt span {
	font-size: 83.33333%;
}

@media (max-width: 750px) {
.dl_style04 dt {
	font-size: 100%;
}
}
.dl_style04 dd {
	padding: 0 0 0 7.5em;
}

@media (max-width: 750px) {
.dl_style04 dd {
	font-size: 100%;
}
}
.dl_style04 dd:last-child {
	margin-bottom: 0;
}
/*-----------------------------------------------------------
column
-------------------------------------------------------------*/
.column {
	margin: 0 auto;
}

@media (max-width: 750px) {
.column {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}
}
.column.column2a {
	width: 814px;
}

@media (max-width: 750px) {
.column.column2a {
	width: auto;
}
}
.column.column2a .column_child1 {
	width: 380px;
	float: left;
}

@media (max-width: 750px) {
.column.column2a .column_child1 {
	clear: both;
	width: 100%;
}
}
.column.column2a .column_child2 {
	width: 387px;
	float: right;
}

@media (max-width: 750px) {
.column.column2a .column_child2 {
	clear: both;
	width: 100%;
}
}
.column.column2a .column_child2 .indent {
	padding-left: 1em;
	display: block;
}
.column.column2a .column_child2 .pl100 {
	line-height: 1.3!important;
}
.column.column2b {
	width: 814px;
}

@media (max-width: 750px) {
.column.column2b {
	width: auto;
}
}
.column.column2b .column_child1 {
	width: 387px;
	float: right;
}

@media (max-width: 750px) {
.column.column2b .column_child1 {
	clear: both;
	width: 100%;
}
}
.column.column2b .column_child2 {
	width: 387px;
	float: left;
}

@media (max-width: 750px) {
.column.column2b .column_child2 {
	clear: both;
	width: 100%;
}
}
.column.column2c {
	width: 920px;
}

@media (max-width: 750px) {
.column.column2c {
	width: auto;
}
}
.column.column2c .column_child1 {
	width: 430px;
	float: left;
}

@media (max-width: 750px) {
.column.column2c .column_child1 {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
}
.column.column2c .column_child2 {
	width: 430px;
	float: right;
}

@media (max-width: 750px) {
.column.column2c .column_child2 {
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.column.column2c .column_child2 img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
}
.column.column2d {
	width: 590px;
}

@media (max-width: 750px) {
.column.column2d {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
}
.column.column2d .column_child1 {
	width: 150px;
	float: left;
}

@media (max-width: 750px) {
.column.column2d .column_child1 {
	clear: both;
	width: 100%;
}
}
.column.column2d .column_child2 {
	width: 360px;
	float: right;
	font-size: 14px;
}

@media (max-width: 750px) {
.column.column2d .column_child2 {
	clear: both;
	width: 100%;
	margin: 0 auto;
}
}
.column.column2e {
	width: 896px;
}

@media (max-width: 750px) {
.column.column2e {
	width: auto;
}
}
.column.column2e .column_child1 {
	width: 320px;
	float: left;
}

@media (max-width: 750px) {
.column.column2e .column_child1 {
	clear: both;
	width: 100%;
}
}
.column.column2e .column_child2 {
	width: 540px;
	float: right;
}

@media (max-width: 750px) {
.column.column2e .column_child2 {
	clear: both;
	width: 100%;
}
}
.column.column2f {
	width: 900px;
}

@media (max-width: 750px) {
.column.column2f {
	width: auto;
}
}
.column.column2f .column_child1 {
	width: 320px;
	float: right;
}

@media (max-width: 750px) {
.column.column2f .column_child1 {
	clear: both;
	width: 100%;
}
}
.column.column2f .column_child2 {
	width: 540px;
	float: left;
}

@media (max-width: 750px) {
.column.column2f .column_child2 {
	clear: both;
	width: 100%;
}
}
.column.column2g {
	width: 900px;
}

@media (max-width: 750px) {
.column.column2g {
	width: auto;
}
}
.column.column2g .column_child1 {
	width: 370px;
	float: left;
}

@media (max-width: 750px) {
.column.column2g .column_child1 {
	width: 100%;
	clear: both;
	margin: 0 auto 26px;
	text-align: center;
}
.column.column2g .column_child1 img {
	width: 64%;
	height: auto;
}
}
.column.column2g .column_child2 {
	font-size: 14px;
	width: 500px;
	float: right;
}

@media (max-width: 750px) {
.column.column2g .column_child2 {
	clear: both;
	font-size: 16px;
	width: 100%;
}
}
.column.column2h {
	width: 900px;
}

@media (max-width: 750px) {
.column.column2h {
	width: auto;
}
}
.column.column2h .column_child1 {
	width: 250px;
	float: left;
}

@media (max-width: 750px) {
.column.column2h .column_child1 {
	width: 100%;
	clear: both;
	margin: 0 auto 19px;
	text-align: center;
}
.column.column2h .column_child1 img {
	width: 64%;
	height: auto;
}
}
.column.column2h .column_child2 {
	width: 620px;
	float: right;
}

@media (max-width: 750px) {
.column.column2h .column_child2 {
	clear: both;
	width: 100%;
}
}
.column.column2i {
	width: 900px;
}

@media (max-width: 750px) {
.column.column2i {
	width: auto;
}
}
.column.column2i .column_child1 {
	width: 250px;
	float: right;
}

@media (max-width: 750px) {
.column.column2i .column_child1 {
	width: 100%;
	clear: both;
	margin: 0 auto 19px;
	text-align: center;
}
.column.column2i .column_child1 img {
	width: 64%;
	height: auto;
}
}
.column.column2i .column_child2 {
	width: 620px;
	float: left;
}

@media (max-width: 750px) {
.column.column2i .column_child2 {
	clear: both;
	width: 100%;
}
}
.column .text_detail {
}

@media (max-width: 750px) {
.column .text_detail {
	margin-top: 20px;
}
}

@media (max-width: 750px) {
.column.column2c .column_child2 img {
	width: 100%;
	height: auto;
}
}
/*-----------------------------------------------------------
index
-------------------------------------------------------------*/
.related_pages {
	overflow: hidden;
}
.related_pages .inner {
	overflow: hidden;
}

@media (max-width: 750px) {
.related_pages .inner {
	margin: 0 15px;
}
}
.related_pages .text1 {
	font-weight: bold;
	font-size: 142.85714%;
	line-height: 24px !important;
	margin-bottom: 13px !important;
	padding: 0 20px;
}

@media (max-width: 750px) {
.related_pages .text1 {
	font-size: 92.85714%;
	line-height: 17px;
	margin-bottom: 0px !important;
	margin-left: 110px;
}
}
.related_pages .text2 {
	font-size: 92.85714%;
	line-height: 20px !important;
	margin-bottom: 15px !important;
	padding: 0 20px;
}

@media (max-width: 750px) {
.related_pages .text2 {
	font-size: 85.71429%;
	line-height: 17px;
	margin-bottom: 10px !important;
	margin-left: 110px;
}
}
.related_pages .btn, .related_pages #carousel .prev_btn, #carousel .related_pages .prev_btn, .related_pages #carousel .next_btn, #carousel .related_pages .next_btn, .media_column .btn {
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 4px;
	font-weight: bold;
	width: 210px;
	line-height: 30px;
	margin: 0 auto;
	font-size: 107.14286%;
}
.related_pages .sister_shop .btn {
	width: 240px;
}

@media (max-width: 750px) {
.related_pages .btn, .related_pages #carousel .prev_btn, #carousel .related_pages .prev_btn, .related_pages #carousel .next_btn, #carousel .related_pages .next_btn, .media_column .btn {
	font-size: 92.85714%;
	width: auto;
	line-height: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10px;
}
.related_pages .sister_shop .btn {
	width: auto;
}
}

@media (max-width: 750px) {
.related_pages .btn, .related_pages #carousel .prev_btn, #carousel .related_pages .prev_btn, .related_pages #carousel .next_btn, #carousel .related_pages .next_btn {
	font-size: 92.85714%;
	width: auto;
	line-height: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10px;
}
}
.related_pages .btn:hover, .related_pages #carousel .prev_btn:hover, #carousel .related_pages .prev_btn:hover, .related_pages #carousel .next_btn:hover, #carousel .related_pages .next_btn:hover, .media_column .btn:hover {
	text-decoration: none;
}
.related_pages .btn:before, .related_pages #carousel .prev_btn:before, #carousel .related_pages .prev_btn:before, .related_pages #carousel .next_btn:before, #carousel .related_pages .next_btn:before, .media_column .btn:before {
	display: inline-block;
	content: "";
	background: url(../img/icon_win.png) no-repeat 0 0;
	width: 12px;
	height: 11px;
	margin-right: 6px;
}
.related_pages .btn:after, .related_pages #carousel .prev_btn:after, #carousel .related_pages .prev_btn:after, .related_pages #carousel .next_btn:after, #carousel .related_pages .next_btn:after, .media_column .btn:after {
	display: inline-block;
	content: "";
	background: url(../img/arrow03.png) no-repeat 0 0;
	width: 8px;
	height: 9px;
	margin-left: 6px;
}
.related_pages .facebook_wrap {
	width: 500px;
	height: 330px;
	float: left;
}

@media (max-width: 750px) {
.related_pages .facebook_wrap {
	width: auto;
	height: auto;
	float: none;
	max-width: 500px;
	margin: 0 auto 20px;
}
}
.related_pages .sister_shop {
	width: 470px;
	height: 210px;
	float: right;
	border: 1px solid #d8d8d8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 13px 0 0 185px;
	background: #fff url(../img/index_sblanket_logo.png) no-repeat 23px 50%;
	border-radius: 5px;
	font-size: 87%;
}

@media (max-width: 750px) {
.related_pages .sister_shop {
	background: #fff url(../img/sp_index_sblanket_logo.png) no-repeat 23px 50%;
	background-position: 6% 30%;
	background-size: 83px auto;
	padding: 10px 0;
	width: auto;
	float: none;
	height: auto;
}
}

@media (max-width: 750px) {
.related_pages .sister_shop p {
	font-size: 14px !important;
}
}

@media (max-width: 450px) {
.related_pages .sister_shop {
	background: #fff url(../img/sp_index_sblanket_logo.png) no-repeat 23px 50%;
	background-position: 8% 30%;
	background-size: 83px auto;
	padding: 10px 0;
	width: auto;
	float: none;
	height: auto;
}
}
.related_pages .sister_shop .text1 {
	color: #5b4848;
}
.related_pages .sister_shop .btn, .related_pages .sister_shop #carousel .prev_btn, #carousel .related_pages .sister_shop .prev_btn, .related_pages .sister_shop #carousel .next_btn, #carousel .related_pages .sister_shop .next_btn {
	background-color: #c4891f;
}
.related_pages .hamarepo_wrap {
	width: 470px;
	height: 110px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	padding: 25px 0 0 185px;
	background: #fff url(../img/icon_hamarepo.png) no-repeat 29px 50%;
	font-size: 87%;
	border-radius: 5px;
}

@media (max-width: 750px) {
.related_pages .hamarepo_wrap {
	background-position: 42px -2px;
	background-size: 85px auto;
	padding: 10px 0;
	width: auto;
	float: none;
	height: auto;
}
}
.related_pages .hamarepo_wrap .text1 {
	margin-bottom: 7px !important;
}

@media (max-width: 750px) {
.related_pages .hamarepo_wrap .text1 {
	margin-left: 127px;
	font-size: 85.71429%;
}
}
.related_pages .hamarepo_wrap .btn, .related_pages .hamarepo_wrap #carousel .prev_btn, #carousel .related_pages .hamarepo_wrap .prev_btn, .related_pages .hamarepo_wrap #carousel .next_btn, #carousel .related_pages .hamarepo_wrap .next_btn {
	background-color: #ff7800;
}
#slider {
	height: 100%;
	width: 100%;
}

@media (max-width: 750px) {
#slider {
	margin-bottom: 10px;
}
}
#slider .swiper-pagination {
	line-height: 10px;
	height: 10px;
	text-align: right;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
	left: 0;
	right: 0;
}

@media (max-width: 750px) {
#slider .swiper-pagination {
	text-align: center;
}
}
#slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#slider .swiper-slide img {
	width: 100%;
	height: 100%;
}
#slider .swiper-container-horizontal > .swiper-pagination-bullets, #slider .swiper-pagination-custom, #slider .swiper-pagination-fraction {
	bottom: 15px;
}
#slider .swiper-pagination-bullet {
	margin: 0 0 0 20px;
	background-color: #333;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 10px;
	height: 10px;
}

@media (max-width: 750px) {
#slider .swiper-pagination-bullet {
	margin: 0 0 0 7px;
	background-color: #333;
	border: 1px solid #fff;
}
}
#slider .swiper-pagination-bullet-active {
	background-color: #4fb9cf;
}

@media (max-width: 750px) {
#slider .swiper-pagination-bullet-active {
	background-color: #4fb9cf;
	border: 1px solid #fff;
}
}
.index_menu {
	margin-bottom: 58px;
}

@media (max-width: 750px) {
.index_menu {
	margin-bottom: 30px;
}
}
.index_menu ul {
	font-size: 0;
	text-align: center;
	padding-top: 34px;
}

@media (max-width: 750px) {
.index_menu ul {
	width: 100%;
	padding-top: 0;
	margin: 0 auto;
}
}
.index_menu ul li {
	display: inline-block;
	font-size: 0;
	margin-left: 8px;
	width: 328px;
}

@media (max-width: 750px) {
.index_menu ul li {
	/*
    background-color: #d0d0d0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);*/
	width: 85%;
}
}
.index_menu ul li:nth-child(1) {
	margin-left: 0;
	background: url(../img/index_menu_img01.png) no-repeat 0 0;
}

@media (max-width: 750px) {
.index_menu ul li:nth-child(1) {
	margin-top: 0;
	background-image: url(../img/index_menu_img01_sp.png);
	background-size: 100% auto;
	margin: 0 0 12px;
}
}
.index_menu ul li:nth-child(2) {
	background: url(../img/index_menu_img02.png) no-repeat 0 0;
}

@media (max-width: 750px) {
.index_menu ul li:nth-child(2) {
	background-image: url(../img/index_menu_img03_sp.png);
	background-size: 100% auto;
	margin: 0;
}
}
.index_menu ul li:nth-child(3) {
	background: url(../img/index_menu_img03.png) no-repeat 0 0;
}

@media (max-width: 750px) {
.index_menu ul li:nth-child(3) {
	background-image: url(../img/index_menu_img02_sp.png);
	background-size: 100% auto;
	margin: 12px 0 0;
}
}
.index_menu ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 328px;
}

@media (max-width: 750px) {
.index_menu ul li a {
	width: 100%;
 padding-bottom: calc(100%*10/19);
}
}

@media (max-width: 750px) {
.index_menu ul li a span {
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 14px;
}
}
#carousel {
	margin-bottom: 40px;
	position: relative;
}

@media (max-width: 750px) {
#carousel {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 20px;
}
}
#carousel .inner {
	background: #e1d1d1;
	height: 230px;
	padding: 15px 54px;
	overflow: hidden;
}

@media (max-width: 750px) {
#carousel .inner {
	height: 140px;
	padding: 20px 0;
}
}
#carousel #carousel_wrap {
	height: 200px;
	width: 890px !important;
	overflow: hidden;
}

@media (max-width: 750px) {
#carousel #carousel_wrap {
	height: 100px;
	width: 100% !important;
	padding: 0 0 0 52px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}
#carousel #carousel_items {
	font-size: 0;
}
#carousel #carousel_items li {
	width: 200px;
	height: 200px;
	margin-right: 30px;
}

@media (max-width: 750px) {
#carousel #carousel_items li {
	width: 100px;
	height: 100px;
	margin-right: 15px;
}
#carousel #carousel_items li img {
	width: 100%;
	height: auto;
}
}
#carousel #carousel_items li a {
	display: block;
	background: #fff;
}
#carousel .btn, #carousel .prev_btn, #carousel .next_btn {
	display: block;
	height: 230px;
	width: 54px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

@media (max-width: 750px) {
#carousel .btn, #carousel .prev_btn, #carousel .next_btn {
	height: 100px;
	width: 20px;
	background: rgba(50, 35, 35, 0.7);
}
}
#carousel .prev_btn {
	background: url(../img/arrow04.png) no-repeat 50% 50%;
	left: 0;
}

@media (max-width: 750px) {
#carousel .prev_btn {
	background: rgba(50, 35, 35, 0.7) url(../img/arrow04_sp.png) no-repeat 50% 50%;
	background-size: 8px auto;
}
}
#carousel .next_btn {
	background: url(../img/arrow05.png) no-repeat 50% 50%;
	right: 0;
}

@media (max-width: 750px) {
#carousel .next_btn {
	background: rgba(50, 35, 35, 0.7) url(../img/arrow05_sp.png) no-repeat 50% 50%;
	background-size: 8px auto;
}
}
/*-----------------------------------------------------------
second
-------------------------------------------------------------*/
/*-----------------------------------------------------------
About
-------------------------------------------------------------*/
.about_wrap1 {
	background: url(../img/about_bg01.png) repeat-x 50% 0;
	height: 212px;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.12);
}

@media (max-width: 750px) {
.about_wrap1 {
	box-shadow: none;
	height: auto;
	background: #f8f3ec;
	background-size: 15px auto;
}
.about_wrap1:before, .about_wrap1:after {
	content: "";
	display: block;
	width: 100%;
	height: 12px;
}
.about_wrap1:before {
	background: url(../img/about_bg01_sp1.png) repeat-x 0 0;
	background-size: auto 12px;
	padding-bottom: 1px;
}
.about_wrap1:after {
	background: url(../img/about_bg01_sp2.png) repeat-x 0 100%;
	background-size: auto 12px;
	padding-top: 1px;
}
}
.about_wrap1 .inner {
	padding: 48px 0 0;
}

@media (max-width: 750px) {
.about_wrap1 .inner {
	padding: 31px 0;
	margin: 0 15px;
}
}
/*-----------------------------------------------------------
Access
-------------------------------------------------------------*/
.access_wrap1 {
	background: #f8f3ec;
	height: 280px;
	padding: 30px 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 90%;
	border-radius: 10px;
	border: 2px #cec4b6 solid;
	box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.12);
}

@media (max-width: 750px) {
.access_wrap1 {
	padding: 35px 24px 35px;
	height: auto;
	border-radius: 8px;
	border: 2px #cec4b6 solid;
}
}
.access_wrap1 .title {
	text-align: center;
	background: url(../img/border.png) repeat-x bottom;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

@media (max-width: 750px) {
.access_wrap1 .title {
	border-bottom-width: 1px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.access_wrap1 .title img {
	max-width: 44.5%;
	width: 100%;
	height: auto;
}
}
.access_wrap2 {
	width: 100%;
	height: 360px;
	background: #efefef;
}
.access_wrap2_ {
	width: 100%;
	height: 115px;
	background: #efefef;
}

@media (max-width: 750px) {
.access_wrap1 .dl_style02 dt {
	width: 57px;
	margin-top: 0px;
}
.access_wrap1 .dl_style02 dd {
	margin-top: 10px;
}
}
/*-----------------------------------------------------------
Menu
-------------------------------------------------------------*/
.menu_wrap1 {
	background: url(../img/menu_bg01.png) no-repeat 0 0;
	width: 904px;
	height: 932px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 143px 0 173px;
}

@media (max-width: 750px) {
.menu_wrap1 {
	padding: 60px 25px 60px;
	width: auto;
	margin: 0 15px;
	height: auto;
	background: url(../img/menu_bg01_sp.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.column.column2d .column_child2 {
	font-size: 17px;
	line-height: 1.5;
}
}
/*-----------------------------------------------------------
Recruit
-------------------------------------------------------------*/
.recruit_wrap1 {
	background: url(../img/recruit_bg01.png) no-repeat 0 0;
	width: 904px;
	height: 217px;
	margin: 0 auto;
}

@media (max-width: 750px) {
.recruit_wrap1 {
	background: url(../img/recruit_bg01_sp.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 91%;
	height: auto;
}
}
.recruit_wrap1 .inner {
	padding: 15px 0 0;
	width: auto;
}

@media (max-width: 750px) {
.recruit_wrap1 .inner {
	width: auto;
	padding: 50px 35px;
	word-break: break-all;
}
}
.recruit_wrap2 {
	background-color: rgb(248, 243, 236);
	box-shadow: 0px 2px 2.7px 0.3px rgba(0, 0, 0, 0.12);
	width: 900px;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 48px 52px 40px;
}

@media (max-width: 750px) {
.recruit_wrap2 {
	width: auto;
	margin: 0 15px;
	padding: 23px 20px 21px;
}
}
/*-----------------------------------------------------------
Staff
-------------------------------------------------------------*/

@media (max-width: 750px) {
.okuyama {
  display: none;
}
}

.staff_wrap1 {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
}

@media (max-width: 750px) {
.staff_wrap1 {
	width: 90%;
}
}
.staff_wrap1 ul {
	width: 975px;
}

@media (max-width: 750px) {
.staff_wrap1 ul {
	width: 100%;
}
}
.staff_wrap1 ul li {
	width: 250px;
	float: left;
	margin-right: 75px;
	padding-bottom: 24px;
}

@media (max-width: 750px) {
.staff_wrap1 ul li {
	width: 47%;
	margin-right: 6%;
	padding-bottom: 15px;
}
.staff_wrap1 ul li.nu {
	margin-right: 0;
}
.staff_wrap1 ul li img {
	width: 100%;
	height: auto;
}
}
.staff_wrap1 ul li a {
	display: block;
}
.staff_wrap1 ul li p {
	padding-top: 14px;
	text-align: center;
}

@media (max-width: 750px) {
.staff_wrap1 ul li p {
	padding-top: 7px;
}
}
.staff_wrap2 {
	background: url(../img/staff_bg01.png) no-repeat 50% 0;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 36px;
}

@media (max-width: 750px) {
.staff_wrap2 {
	background: url(../img/staff_bg01.png) no-repeat 50% 0;
	background-size: auto 3px;
	padding-top: 18px;
	width: 90%;
}
}
.staff_wrap2 ul {
  display: flex;
	justify-content: center;
}

@media (max-width: 750px) {
.staff_wrap2 ul {
	width: 100%;
}
}
.staff_wrap2 ul li {
	width: 134px;
	float: left;
	margin-right: 39px;
	position: relative;
}
.staff_wrap2 ul li:nth-child(3) {
	width: 134px;
	float: left;
	margin-right: 39px;
	position: relative;
}



@media (max-width: 750px) {
.staff_wrap2 ul li {
	width: 29%;
	margin-right: 0;
	margin-bottom: 10px;
}
.staff_wrap2 ul li:nth-child(3) {
	width: 29%;
  margin-right: 0;
	margin-bottom: 10px;
}
  
.staff_wrap2 ul li:nth-child(2) {
	width: 29%;
  margin-right: 5%;
  margin-left: 5%;
	margin-bottom: 10px;
} 
.staff_wrap2 ul li:nth-child(5) {
	width: 29%;
  margin-right: 5%;
  margin-left: 5%;
	margin-bottom: 10px;
}   
}
.staff_wrap2 ul li img {
	width: 100%;
	height: auto;
  border: 4px solid #ffffff;
  border-radius: 100px;
}
.staff_wrap2 ul li.current img {
	border: 4px solid #cec4b6;
	border-radius: 100px;
}
.staff_wrap2 ul li.current a {
	pointer-events: none;
}
.staff_wrap2 ul li a {
	display: block;
}
.staff_wrap2 ul li p {
	padding-top: 14px;
	text-align: center;
}

@media (max-width: 750px) {
.staff_wrap2 ul li p {
	padding-top: 7px;
}
}
#main p.staff_text1 {
	font-size: 85.71429%;
	line-height: 20px;
	margin-bottom: 5px;
}

@media (max-width: 750px) {
#main p.staff_text1 {
	font-size: 71.42857%;
	line-height: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
}
#main p.staff_text1 span {
	display: inline-block;
	background: #0d8ca6;
	color: #fff;
	padding: 0 7px;
	margin-left: 12px;
	border-radius: 2px;
}
#main p.staff_text1 span.sbla {
	display: inline-block;
	background: #5b4848;
	color: #fff;
	padding: 0 7px;
	margin-left: 5px;
	border-radius: 2px;
}

@media (max-width: 750px) {
#main p.staff_text1 span {
	margin-left: 3px;
	padding: 0 4px;
}
}
#main p.staff_text1 span.color2 {
	background: #f49cba;
}
#main p.staff_text2 {
	font-size: 171.42857%;
	line-height: 1.41667;
	margin-bottom: 0.5em;
	font-weight: bold;
}

@media (max-width: 750px) {
#main p.staff_text2 {
	font-size: 107.14286%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
}
}
.staff_wrap3 {
	margin-bottom: 40px;
	position: relative;
	padding: 8px 0;
	background: #f8f3ec url(../img/staff_bg03.png) no-repeat 50% 100%;
	color: #333;
}

@media (max-width: 750px) {
.staff_wrap3 {
	background: #f8f3ec url(../img/staff_bg03_sp.png) no-repeat 50% 100%;
	margin-bottom: 20px;
}
}
.staff_wrap3:before, .staff_wrap3:after {
	content: "";
	display: block;
	width: 100%;
	height: 17px;
	position: absolute;
	left: 0;
}
.staff_wrap3:before {
	top: 0;
	background: url(../img/staff_border.png) repeat-x 0 0;
}
.staff_wrap3:after {
	bottom: 0px;
	background: url(../img/staff_border_02.png) repeat-x 0 0;
}
.staff_wrap3 .inner {
	width: 900px;
	padding: 44px 0;
}

@media (max-width: 750px) {
.staff_wrap3 .inner {
	width: 100%;
	padding: 60px 0;
}
}

@media (max-width: 750px) {
.staff_wrap1 li:nth-child(4){
  float: left;
  margin-right: 0;
}
}


@media (max-width: 750px) {
.staff_wrap2 li:nth-child(4){
  display: block;
}
}

@media (max-width: 750px) {
.staff_wrap2 ul {
    display:block;
    justify-content: center;
}
}


/*-----------------------------------------------------------
Style
-------------------------------------------------------------*/
.style_wrap1 {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

@media (max-width: 750px) {
.style_wrap1 {
	width: 290px;
}
}
.style_wrap1 ul {
	width: 928px;
}

@media (max-width: 750px) {
.style_wrap1 ul {
	width: 310px;
}
}
.style_wrap1 ul li {
	width: 205px;
	height: 230px;
	float: left;
	margin-right: 27px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 750px) {
.style_wrap1 ul li {
	font-size: 85.71429%;
	line-height: 1.1;
	width: 135px;
	height: 151px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.style_wrap1 ul li img {
	width: 100%;
	height: auto;
}
}
.style_wrap1 ul li img {
	width: 100%;
	height: 230px;
}

@media (max-width: 750px) {
.style_wrap1 ul li img {
	height: 151px;
}
}
.style_wrap1 ul li a {
	display: block;
	background: #fff;
}
.style_wrap1 ul li a .label {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.style_wrap1 ul li a:hover {
	color: #333;
}
.style_wrap1 ul li a:hover .label {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.style_wrap1 ul li .label {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
	display: table;
}

@media (max-width: 750px) {
.style_wrap1 ul li .label {
	height: 40px;
}
}
.style_wrap1 ul li .label span {
	padding: 5px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

@media (max-width: 750px) {
.style_wrap1 ul li .label span {
	height: 30px;
}
}
.pager {
	width: 900px;
	margin: 0 auto;
}

@media (max-width: 750px) {
.pager {
	width: auto;
	margin: 0 15px;
}
}
.pager ul {
	padding: 3px 0;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.pager ul li {
	display: inline-block;
	font-size: 14px;
	width: 26px;
	text-align: center;
	margin: 0 7px;
}

@media (max-width: 750px) {
.pager ul li {
	width: 16px;
	margin: 0 3px;
}
}
.pager ul li:first-child {
	width: 110px;
	text-align: right;
	margin-left: 0;
}

@media (max-width: 750px) {
.pager ul li:first-child {
	width: 100px;
	float: left;
	text-align: left;
}
}
.pager ul li:last-child {
	width: 110px;
	text-align: left;
	margin-right: 0;
}

@media (max-width: 750px) {
.pager ul li:last-child {
	width: 100px;
	float: right;
	text-align: right;
}
}
.pager ul li.disabled a {
	color: #9a9a9a;
	pointer-events: none;
}
.pager ul li.current {
	font-weight: bold;
}
.pager ul li.current a {
	color: #333;
	pointer-events: none;
}
.pager ul li a {
	line-height: 26px;
	color: #806464;
	text-decoration: none;
}

@media (max-width: 750px) {
.pager ul li a {
	font-size: 85.71429%;
}
}
.pager ul li a:hover {
	text-decoration: underline;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	background: #fff;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #000;
	font-size: 40px;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	padding-right: 0;
	text-align: center;
}
img.mfp-img {
	padding: 0;
}
.mfp-title {
	color: #333;
	text-align: center;
	padding: 23px 10px 0;
}
.mfp-title .title1 {
	font-size: 100%;
	display: block;
	margin: 0 auto 9px;
	overflow: hidden;
}
.mfp-title .title2 {
	font-size: 142.85714%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.mfp-counter {
	display: none;
}
.mfp-bottom-bar {
	height: 100px;
	top: auto;
	bottom: 0;
	padding: 0;
	margin-top: 0;
	position: relative;
}
.mfp-arrow {
	width: 70px;
}
.mfp-arrow:before, .mfp-arrow:after {
	display: none;
}

@media (max-width: 750px) {
.mfp-arrow:active {
	margin-top: -80px;
}
}
.mfp-arrow-left {
	background: url(../img/arrow06.png) no-repeat 50% 50% !important;
	left: 50%;
	right: 0;
	margin-left: -370px;
}

@media (max-width: 750px) {
.mfp-arrow-left {
	background: url(../img/arrow06_sp.png) no-repeat 50% 50% !important;
	width: 40px;
	margin-left: 0;
	left: 0;
	right: auto;
	-webkit-transform-origin: 0 0;
	transform-origin: 50% 50%;
	margin-top: -80px;
}
}
.mfp-arrow-right {
	background: url(../img/arrow07.png) no-repeat 50% 50% !important;
	left: 50%;
	right: 0;
	margin-left: 300px;
}

@media (max-width: 750px) {
.mfp-arrow-right {
	background: url(../img/arrow07_sp.png) no-repeat 50% 50% !important;
	width: 40px;
	margin-left: 0;
	left: auto;
	right: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 50% 50%;
	margin-top: -80px;
}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
	max-width: 375px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: #fff;
	position: relative;
	height: auto;
	padding: 0;
}
.mfp-img-mobile .mfp-bottom-bar .mfp-title {
	padding: 5px;
}
.mfp-img-mobile .mfp-bottom-bar .mfp-title .title1 {
	font-size: 85.71429%;
	margin: 0 auto 3px;
}
.mfp-img-mobile .mfp-bottom-bar .mfp-title .title2 {
	font-size: 114.28571%;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	position: absolute;
	background: transparent;
}
.mfp-img-mobile .mfp-image-holder {
	max-width: 300px;
}
}

/*-----------------------------------------------------------
Media
-------------------------------------------------------------*/

@media (max-width: 750px) {
#main p {
	line-height: 1.5;
	margin-bottom: 0;
}
}
.title_style04.color2 {
	clear: both;
}
#main .media_column p {
	line-height: 1.5;
	margin-bottom: 0;
}
.media_wrap1 {
	width: 900px;
	height: 252px;
	margin: 0 auto 20px;
	padding: 20px 50px;
	background-color: #fff;
}

@media (max-width: 750px) {
.media_wrap1 {
	width: auto;
	height: auto;
	margin: 0 15px 20px;
	padding: 15px 25px;
	background-color: #fff;
	clear: both;
}
}
.img_style05 {
	width: 398px;
	margin: 10px 20px 0 0;
	box-shadow: 1px 1px 1px 1px #ececec;
	border: solid #ece2d0 1px;
	float: left;
}
.img_style05 img {
	width: 100%;
	height: 100%;
}

@media (max-width: 750px) {
.img_style05 {
	width: 80%;
	margin: 0 10% 15px;
	box-shadow: 1px 1px 1px 1px #ececec;
	border: solid #ece2d0 1px;
	float: left;
}
}
.media_column {
	width: 480px;
	margin-top: 10px;
	float: left;
}

@media (max-width: 750px) {
.media_column {
	width: 100%;
	float: left;
	margin-top: 15px;
}
}
.media_column .text1 {
	width: 110px;
	background-color: #f1f1f1;
	margin-top: 3px;
}

@media (max-width: 750px) {
.media_column .text1 {
	width: 100px;
	background-color: #f1f1f1;
	margin: 0;
}
}
.media_column .text1 span {
	margin-left: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.media_column .text1 span {
	display: block;
	height: 17px;
	padding: 3px 2px 3px 0;
}
}
#main .media_column .text2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (max-width: 750px) {
#main .media_column .text2 {
	margin: 10px 0 20px;
}
}
.media_logo {
	width: 43%;
	height: auto;
	margin-bottom: 20px;
	float: right;
}

@media (max-width: 750px) {
.media_logo {
	width: 70%;
	float: none;
	height: auto;
	margin: 0px auto 5%;
}
}
.media_logo img:nth-child(2) {
	position: relative;
	margin-left: 10%;
	top: -3px;
}
.media_column .btn {
	clear: both;
	background-color: #c4891f;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 4px;
	font-weight: bold;
	width: 210px;
	line-height: 30px;
	margin: 0 auto;
	font-size: 90%;
}

@media (max-width: 750px) {
.media_column .btn {
	clear: both;
	background-color: #c4891f;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 4px;
	font-weight: bold;
	width: auto;
	line-height: 30px;
	margin: 0 auto;
	font-size: 90%;
}
}

@media (max-width: 750px) {
.media_column .btn:hover {
	opacity: 10;
}
}
.media_wrap2 {
	width: 900px;
	margin: 0 auto 20px;
	padding: 20px 50px;
	background-color: #fff;
}

@media (max-width: 750px) {
.media_wrap2 {
	width: auto;
	margin: 0 15px 20px;
	padding: 15px 25px;
	background-color: #fff;
	clear: both;
}
}
.media_wrap2 dl {
	padding-top: 3px;
	position: relative;
	left: -5px;
}

@media (max-width: 750px) {
.media_wrap2 dl {
	padding-top: 0px;
	position: relative;
	top: -5px;
	left: -5px;
}
}
.media_wrap2 dt {
	margin-right: 15px;
	float: left;
}
.about_wrap1 p {
}
