/*
Theme Name: spotaka_corp
Theme URI: https://spotaka.co.jp/
Description: A theme by <a href="https://www.buroki-design.com">BUROKI</a>.
Author: BUROKI
Author URI: https://www.buroki-design.com
*/

@media screen and (max-width: 767px){

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { 
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

* {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body{
	height:100%;
	background-color:#c00;
	color:#444;
	font-size: 10px;
	font-size: 1.0rem;
	font-family: 'Oswald', 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-moz-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-o-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
html, body {
	height:100%;
}

ol, ul {
	list-style: none;
	letter-spacing:0.05em;
	text-align: justify;
}

p {
	line-height:1.8;
	text-align:justify;
	letter-spacing:0.05em;
}
dl {
	letter-spacing:0.05em;
	text-align: justify;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align:top;
}

img {
max-width: 100%;
height: auto;
width /***/:auto;
border:0;
vertical-align:bottom;
}
a {
	color:#222;
	transition: all .3s;
	text-decoration:none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a.imghover:link img {
transition: all .3s;
}
a.imghover:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}
.imghover {
transition: all .3s;
}
.imghover:hover {
filter:alpha(opacity=70);
opacity:0.7;
}

div.pagebox {
			min-height: 100%;
			box-sizing: border-box;
		}

.container {
	width:100%;
}


#spo_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index:1000;
}
#spo_top a {
	font-size:1.0rem;
	line-height:1.0;
	letter-spacing:0.1em;
	width:50px;
	height:50px;
	text-align:center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color:#c00;
	color:#fff;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}


#fixedBox {
width:100%;
background-color:#f8f8ef;
background: rgba(248, 248, 239, 0.8);
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
z-index: 3000;
}


/* ############################## header ############################## */

/* header_sp */

.header_sp {
	display:none;
}
.header_sp01 {
	display:none;
}
.header_sp01 .logo_sp {
	display:none;
}
.header_sp01 .global_nav {
	display:none;
}

/* header_sp */

/* sp_header_sp */

.sp_header_sp {
width:100%;
position:fixed;
z-index:900;
transition: .5s;
}
.sp_header_sp.hide {
    transform: translateY(-100%);
}
.sp_header_sp .sp_logo_sp {
	position:relative;
	width:100%;
	height:60px;
	padding:15px 0;
	background-color:#c00;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}
.sp_header_sp .sp_logo_sp h1 {
	text-align:center;
	height:30px;
}
.sp_header_sp .sp_logo_sp h1 img {
	height:30px;
}

.sp_header_sp a.nav_menu {
    position:fixed;
    top: 0px;
    right: 0px;
    display:block;
    width:56px;
    height:60px;
    text-align:center;
    text-decoration:none;
    z-index: 2000;
}
.sp_header_sp .menu__line {
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
}
.sp_header_sp .menu__line--top {
	width: 22px;
	top:21px;
	left:18px;
	background-color:#fff;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.sp_header_sp .menu__line--center {
	width: 22px;
    top: 29px;
    left:18px;
    background-color:#fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.sp_header_sp .menu__line--bottom {
	width: 14px;
    bottom: 21px;
    left:18px;
    background-color:#fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.sp_header_sp .menu__line--top.active {
	width: 22px;
    top: 29px;
    background-color:#fff;
    transform: rotate(45deg);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.sp_header_sp .menu__line--center.active {
    transform:scaleX(0);
}
.sp_header_sp .menu__line--bottom.active {
	width: 22px;
    bottom: 29px;
    background-color:#fff;
    transform: rotate(135deg);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

/*gnav*/
.sp_header_sp .gnav {
    background: rgba(204,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1100;
}
.sp_header_sp .gnav__wrap {
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.sp_header_sp ul.gnav__menu {
	border-top:1px dotted rgba(255,255,255,0.7);
	width:82%;
}
.sp_header_sp .gnav__menu__item {
	text-align:center;
	border-bottom:1px dotted rgba(255,255,255,0.7);
}
.sp_header_sp .gnav__menu__item a{
	width:100%;
	display:block;
    color: #fff;
    font-size: 1.4em;
    line-height:1.0;
    letter-spacing:0.1em;
    padding: 20px 0;
    text-decoration: none;
    transition: .5s;
    background:url(../img/list_mk002.svg) no-repeat right center;
    background-size:14px;
}

/* sp_header_sp */

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/* change_header_sp */

.change_header_sp {
	display:none;
}
.change_header_sp01 {
	display:none;
}
.change_header_sp01 .change_logo_sp {
	display:none;
}
.change_header_sp01 .change_global_nav {
	display:none;
}

/* change_header_sp */

.subtitle_sp {
    display:none;
}
.subtitle_sp p {
    display:none;
}

/* ############################## header ############################## */


/* ############################## page_style ############################## */


.contents_sp {
	position:relative;
	width:100%;
	padding-top:60px;
}


/* ############# page_title_sp ############# */

.page_title_sp {
	position:relative;
	width:100%;
}
.page_title_sp01 {
	text-align:center;
	position:relative;
	width:92%;
	margin:0 auto;
}
.page_title_sp01 h2 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:5.2rem;
	line-height:1.0;
	letter-spacing:0.05em;
}
.index_title_sp p {
	font-size:1.2rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.05em;
	padding-top:5px;
}

/* ############# page_title_sp ############# */


/* ########### contents_main_title_sp ########### */

.contents_main_title_sp {
	position:relative;
	width:100%;
	height:200px;
	background-color:#ccc;
}
.contents_main_title_sp:after {
	content:"";
	position:absolute;
  width:4%;
  height:100%;
  top: 0;
  right: 0;
  background-color:#c00;
}
.contents_main_title_sp01 {
	width:92%;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.contents_main_title_sp01 h2 {
	text-align:center;
	color:#fff;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:5.2rem;
	line-height:1.0;
	letter-spacing:0.05em;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.contents_main_title_sp01 p {
	text-align:center;
	color:#fff;
	font-size:1.2rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.05em;
	padding-top:5px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.news_title {
	background:url(../../img/news_img/sp/sp_news_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.business_title {
	background:url(../../img/business_img/sp/sp_business_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.company_title {
	background:url(../../img/company_img/sp/sp_company_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.recruit_title {
	background:url(../../img/recruit_img/sp/sp_recruit_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.access_title {
	background:url(../../img/access_img/sp/sp_access_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.contact_title {
	background:url(../../img/contact_img/sp/sp_contact_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}

/* ########### contents_main_title_sp ########### */


/* ########### bread_sp ########### */

.bread_sp {
	position:relative;
	width:50%;
	height:60px;
	background-color:#a00;
	margin-top:-30px;
	margin-bottom:40px;
	padding:0 5%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.bread_sp ul {
	color:#fff;
	font-size:1.1rem;
	letter-spacing:0.1em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	height:60px;
}
.bread_sp ul li {
	margin-right:15px;
	background:url(../img/list_mk002.svg) no-repeat 0 center;
    background-size:12px 12px;
    padding-left:14px;
}
.bread_sp ul li a {
	color:#fff;
	position: relative;
}

.bread_sp02 {
	position:relative;
	width:100%;
	background-color:#a00;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding:14px 5%;
}
.bread_sp02 ul {
	color:#fff;
	font-size:1.1rem;
	letter-spacing:0.1em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.bread_sp02 ul li {
	margin-right:15px;
	background:url(../img/list_mk002.svg) no-repeat 0 3px;
    background-size:12px 12px;
    padding-left:14px;
}
.bread_sp02 ul li a,a:link a:visited {
	color:#fff;
	display:inline-block;
	position: relative;
}
.bread_sp02 ul li a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 0;
    height: 1px;
    bottom: -3px;
    left: 0;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
}
.bread_sp02 ul li a:hover {
	text-decoration:none;
}
.bread_sp02 ul li a:hover:before {
    width: 100%;
}
.bread_sp02 ul li.post_bread {
    margin-top:6px;
}

.bread_sp03 {
	position:relative;
	width:100%;
	height:60px;
	background-color:#a00;
	margin-bottom:40px;
	padding:0 5%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.bread_sp03 ul {
	color:#fff;
	font-size:1.1rem;
	letter-spacing:0.1em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	height:60px;
}
.bread_sp03 ul li {
	margin-right:15px;
	background:url(../img/list_mk002.svg) no-repeat 0 center;
    background-size:12px 12px;
    padding-left:14px;
}
.bread_sp03 ul li a {
	color:#fff;
	position: relative;
}

.bread_sp04 {
	position:relative;
	width:80%;
	height:60px;
	background-color:#a00;
	margin-top:-30px;
	margin-bottom:40px;
	padding:0 5%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.bread_sp04 ul {
	color:#fff;
	font-size:1.1rem;
	letter-spacing:0.1em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	height:60px;
}
.bread_sp04 ul li {
	margin-right:15px;
	background:url(../img/list_mk002.svg) no-repeat 0 center;
    background-size:12px 12px;
    padding-left:14px;
}
.bread_sp04 ul li a {
	color:#fff;
	position: relative;
}

/* ########### bread_sp ########### */


/* ############# news_contents_sp ############# */

.news_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:300px;
}

/* ############# news_contents_sp ############# */


/* ############# business_contents_sp ############# */

.business_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:320px;
}
.business_contents_desc_sp {
	position:relative;
	width:100%;
	background:url(../../img/business_img/concept_backimg.svg) no-repeat right -2px;
    background-size:25%;
	background-color:#a00;
	padding:40px 0;
	margin-bottom:60px;
}
.business_contents_desc_sp h3 {
	text-align:center;
	color:#fff;
	font-size:2.4rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
}
.business_contents_desc_sp p {
	width:90%;
	color:#fff;
	font-size:1.3rem;
	font-weight:500;
	line-height:1.8;
	letter-spacing:0.05em;
	margin:30px auto 0;
}
.business_contents_desc_sp p br {
	display:none;
}
.business_contents_desc_sp01 {
	position:relative;
	width:90%;
	background-color:#fff;
	padding:25px 0 35px;
	margin:30px auto 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.business_contents_desc_sp01 h4 {
	text-align:center;
	color:#222;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin:10px auto 0;
}

.business_contents_nav_sp {
	position:relative;
	width:90%;
	padding-top: 40px;
	margin: 0 auto;
}
.business_contents_nav_sp ul {
	font-size:1.2rem;
	letter-spacing:0.05em;
}
.business_contents_nav_sp ul li {
	margin-bottom:2px;
}
.business_contents_nav_sp ul li a {
	text-align:center;
	width:100%;
	display:block;
	color:#fff;
	background:url(../img/list_mk004.svg) no-repeat center 94%;
    background-size:12px 12px;
	background-color:#c00;
	border:1px solid #a00;
	padding:20px 10px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.business_contents_sp01 {
	position:relative;
	width:100%;

}
.business_list01 {
	position:relative;
	width:100%;
	margin-bottom: 60px;

}
.business_list01_left {
	position:relative;
	width:90%;
	background-color:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index:10;
}
.business_list01_right {
	position:relative;
	width:94%;
	background-color:#fff;
	margin-left:6%;
	margin-top:-40px;
	padding: 60px 20px 25px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);

}
.business_list01_right:after {
	content:"";
	position:absolute;
  width:20%;
  height:100%;
  top: 0;
  right: 0;
  background-color:#f3f3f3;
  z-index:1;
}

.business_list02 {
	position:relative;
	width:100%;
	margin: 0 auto 60px;
}
.business_list02_right {
	position:relative;
	width:90%;
	background-color:#fff;
	margin-left:10%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index:10;

}
.business_list02_left {
	position:relative;
	width:92%;
	background-color:#fff;
	margin-top:-40px;
	padding:60px 20px 25px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);

}
.business_list02_left:after {
	content:"";
	position:absolute;
  width:20%;
  height:100%;
  top: 0;
  left: 0;
  background-color:#f3f3f3;
  z-index:1;
}

.business_contents_sp01 .business_list_title {
	position:relative;
	width:100%;
	z-index:2;
}
.business_contents_sp01 .business_list_title h3 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:4.2rem;
	color:#222;
	line-height:1.0;
	letter-spacing:0.05em;
}
.business_contents_sp01 .business_list_title p {
	font-size:1.2rem;
	font-weight:700;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
	padding:6px 4px 0 0 ;
}
.business_contents_sp01 .business_list_desc {
	position:relative;
	width:100%;
	margin-top:30px;
	z-index:2;
}
.business_contents_sp01 .business_list_desc01 {
	width:100%;
	border-left:1px dotted #c00;
	padding-left:15px;
	margin-bottom:30px;
}
.business_contents_sp01 .business_list_desc01 p {
	font-size:1.3rem;
	line-height:1.8;
	letter-spacing:0.05em;
	margin-top:30px;
}

p.business_num {
	position:absolute;
	top:10px;
	right:2.5%;
	color:#fff;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:9.0rem;
	line-height:1.0;
	letter-spacing:0.03em;
	z-index:20;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.15);
}
p.business_num02 {
	position:absolute;
	top:10px;
	left:2.5%;
	color:#fff;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:9.0rem;
	line-height:1.0;
	letter-spacing:0.03em;
	z-index:20;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.15);
}

/* ############# business_contents_sp ############# */


/* ############# company_contents_sp ############# */

.company_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:320px;
}
.company_contents_nav_sp {
	width:92%;
	margin: 0 auto 40px;
}
.company_contents_nav_sp .company_contents_nav_list {
	width:100%;
	margin-bottom:5px;
}
.company_contents_nav_sp .company_contents_nav_list_active {
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	background:url(../img/list_mk002.svg) no-repeat right 8px center;
    background-size:14px 14px;
	border:1px solid #a00;
	background-color: #a00;
	padding:18px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin-bottom:5px;
}
.company_contents_nav_sp .company_contents_nav_list a {
	color:#fff;
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	background:url(../img/list_mk002.svg) no-repeat right 8px center;
    background-size:14px 14px;
	border:1px solid #a00;
	padding:18px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.company_contents_nav_sp .company_contents_nav_thumb {
	width:40%;
}
.company_contents_nav_sp .company_contents_nav_title {
	width:60%;
	padding-left:16px;
}
.company_contents_nav_sp .company_contents_nav_title h3 {
	font-size:1.6rem;
	line-height:1.0;
	letter-spacing:0.1em;
}
.company_contents_nav_sp .company_contents_nav_title p {
	font-size:1.1rem;
	line-height:1.0;
	letter-spacing:0.05em;
	margin-top:8px;
}

.company_mission_contents_sp {
	position:relative;
	width:92%;
	background-color:#a00;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin: 0 auto 60px;
}
.company_mission_contents_sp .company_mission_contents_sp_left {
	width:100%;
	padding:25px;
}
.company_mission_contents_sp .company_mission_contents_sp_left h2 {
	color:#fff;
	font-size:4.0rem;
}
.company_mission_contents_sp .company_mission_contents_sp_left p {
	color:#fff;
	text-align:center;
	font-size:1.2rem;
}
.company_mission_contents_sp .company_mission_contents_sp_right {
	position:relative;
	width:100%;
	padding:25px 25px 5px;
	background-color:#fff;
}
.company_mission_contents_sp .company_mission_contents_sp_right:after {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #f3f3f3;
    z-index: 1;
}
.company_mission_contents_sp .company_mission_contents_sp_right h4 {
	position:relative;
	color:#222;
	text-align:center;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin-bottom:10px;
	z-index: 2;
}
.company_mission_contents_sp .company_mission_contents_sp_right p {
	position:relative;
	font-size:1.3rem;
	letter-spacing:0.05em;
	font-weight:500;
	margin-bottom:20px;
	z-index: 2;
}

.company_contents_sp02 {
	width:100%;
}
.company_contents_sp02 .page_title_sp {
	color:#fff;
}
.company_contents_sp02 .page_title_sp p {
	text-align:center;
}
.company_contents_sp03 {
	position:relative;
	width:100%;
	margin: 30px auto 0;
}
.company_contents_sp03_left {
	width:96%;
}
.company_contents_sp03_left p {
	width:100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-bottom:30px;
}
.company_contents_sp03_left p img {
	width:100%;
}
.company_contents_sp03_left p.pc {
	display:none;
}

.company_contents_sp03_right {
	width:90%;
	margin: 0 auto;
}
.company_contents_sp03_right dl {
	color:#fff;
	letter-spacing:0.075rem;
	line-height:1.8;
	margin-bottom:30px;
	border-left:1px dotted #fff;
	padding-left:15px;
}
.company_contents_sp03_right dl dt {
	float:left;
	font-size:1.2rem;
}
.company_contents_sp03_right dl dd {
	font-size:1.3rem;
	padding:0 0 10px 100px;
}
.company_contents_sp03_right dl dd h5 {
	font-size:1.6rem;
	font-weight:700;
	padding-bottom:5px;
}
h5.overview_style01 {
	padding-top:25px;
}
.company_contents_sp03_right dl dd a,a:link a:visited {
	color:#fff;
	background:url(../img/list_mk002.svg) no-repeat 0 center;
    background-size:12px 12px;
    padding-left:14px;
}
.company_contents_sp03_right dl dd a:hover {
	color:#111;
}
.company_contents_sp03_right dl dd img {
	width:20px;
	padding-left:5px;
	padding-bottom:1px;
}

/* ############# company_contents_sp ############# */


/* ############# history_contents_sp ############# */

.history_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:320px;
}
.history_contents_sp01 {
	position:relative;
	width:92%;
	margin: 0 auto;
}
.history_contents_sp02 {
	position:relative;
	width:100%;
	background:url(../../img/history_img/history_backimg001.svg) repeat-y 5px 0;
    background-size:4px 6px;
	margin-bottom:40px;
	padding-bottom:30px;
}
.history_contents_sp03 {
	position:relative;
	width:100%;
	background:url(../../img/history_img/history_backimg001.svg) repeat-y 5px 0;
    background-size:4px 6px;
	padding-bottom:80px;
}
.history_list01 {
	position:relative;
	width:100%;
}
.history_list01_left {
	width:90%;
	margin-left:10%;
	padding-top:5px;
}
.history_list01_left dl {
	position:relative;
	background-color:#fff;
	line-height:1.6;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-top:30px;
}
.history_list01_left dl:after {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent #fff transparent #fff ;
    border-width: 5px 12px 5px 0px;
}
.history_list01_left dl dt {
	text-align:center;
	width:100%;
	font-size:1.2rem;
	letter-spacing:0.05em;
	background-color:#f3f3f3;
	padding:15px 0;
}
.history_list01_left dl dd {
	width:100%;
	font-size:1.3rem;
	letter-spacing:0.05em;
	padding:20px 25px;
}
.history_list01_left p {
	width:100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-top:10px;
}
.history_list01_left p img {
	width:100%;
}
.history_list01_right {
	width:90%;
	margin-left:10%;
	padding-top:5px;
}
.history_list01_right dl {
	position:relative;
	background-color:#fff;
	line-height:1.6;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-top:30px;
}
.history_list01_right dl:after {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent #fff transparent #fff ;
    border-width: 5px 12px 5px 0px;
}
.history_list01_right dl dt {
	text-align:center;
	width:100%;
	font-size:1.2rem;
	letter-spacing:0.05em;
	background-color:#f3f3f3;
	padding:15px 0;
}
.history_list01_right dl dd {
	width:100%;
	font-size:1.3rem;
	letter-spacing:0.05em;
	padding:20px 25px;
}
.history_list01_right p {
	width:100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-top:10px;
}
.history_list01_right p img {
	width:100%;
}
.history_list02 {
	position:relative;
	width:100%;
	margin-bottom:30px;
}
.history_list02 h3 {
	text-align:center;
	color:#fff;
	font-size:2.2rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
}

.history_100contents_sp {
	position:relative;
	width:100%;
	background-color:#a00;
	padding:60px 0;

}
.history_100contents_sp .page_title_sp {
	position:relative;
	color:#fff;
}
.history_100contents_sp .page_title_sp p {
	text-align:center;
	color:#fff;
}

p.now_icon {
	position:absolute;
	top:-30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}
p.now_icon img {
	width:60px;
}

/* ############# history_contents_sp ############# */


/* ############# message_contents_sp ############# */

.message_contents_sp {
	position:relative;
	width:100%;

}
.message_contents_sp01 {
	position:relative;
	width:100%;
	margin: 40px 0 60px ;

}
.message_contents_sp01_right {
	position:relative;
	width:94%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background-color:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index:10;
	margin-left:6%;
}
.message_contents_sp01_right p {
	width:35%;
}

.message_contents_sp01_right01 {
	width:65%;
	padding:0 20px;
}
.message_contents_sp01_right02 {
	border-left:1px dotted #c00;
	padding-left:12px;
}
.message_contents_sp01_right h4 {
	font-size:1.2rem;
	font-weight:500;
	line-height:1.5;
	letter-spacing:0.01em;
	padding-bottom:10px;
}
.message_contents_sp01_right h3 {
	font-size:2.0rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.01em;
	color:#222;
}
.message_contents_sp01_left {
	position:relative;
	width:96%;
	background-color:#fff;
	margin-top:-20px;
	padding-bottom:60px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index:1;

}
.message_contents_title_sp {
	width:100%;
	background:url(../../img/news_img/news_posttitle_backimg.svg) no-repeat -2px -2px;
    background-size:25%;
	background-color:#f3f3f3;
	padding:30px 5%;
	margin-bottom:40px;
}
.message_contents_title_sp01 {
	position:relative;
	width:100%;
	padding:20px 20px;
}
.message_contents_title_sp01::before,
.message_contents_title_sp01::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.message_contents_title_sp01::before {
  top: 0;
  right: 0;
  border-top: 1px dotted #c00;
  border-right: 1px dotted #c00;
}
.message_contents_title_sp01::after {
  bottom: 0;
  left: 0;
  border-bottom: 1px dotted #c00;
  border-left: 1px dotted #c00;
}
.message_contents_title_sp01 h3 {
	color:#222;
	font-size:2.4rem;
	line-height:1.5;
	font-weight:700;
	letter-spacing:0.05em;
}
.message_contents_sp01_left p {
	font-size:1.4rem;
	line-height:1.8;
	letter-spacing:0.05em;
	margin:30px 20px 0;
}

.message_contents_sp02 {
	position:relative;
	width:100%;
	background-color:#a00;
	padding-bottom:60px;

}
.message_contents_sp02:before {
	content:"";
	position:absolute;
	top: -200px;
	left: 0;
	display:block;
	width:100%;
	height:200px;
	background-color:#a00;
	z-index:-1;
}
.message_contents_sp02 .page_title_sp {
	color:#fff;
}
.message_contents_sp02 .page_title_sp p {
	text-align:center;
}
.message_media_list_sp {
	width:92%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.message_media_list {
	width:48.5%;
	margin-top:30px;
}
.message_media_list a {
	position:relative;
	display:inline-block;
	width: 100%;
	height: 140px;
	overflow: hidden;
}
.message_media_list a img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}
.message_media_list a .caption {
    display:none;
  }
.message_media_list a .mask {
    display:none;
  }
.message_media_list p {
	font-size:1.3rem;
	letter-spacing:0.05em;
	color:#fff;
	margin-top:10px;
	border-left:1px dotted #fff;
	padding-left:10px;
}

/* ############# message_contents_sp ############# */


/* ############# recruit_contents_sp ############# */

.recruit_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:240px;
}
.recruit_contents_desc_sp {
	width:96%;
	margin: 0 0 60px;
	background-color:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.recruit_contents_desc_sp .recruit_contents_desc_sp01 {
	position:relative;
	width:100%;
	background-color:#a00;
	padding:25px 0;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp01 h3 {
	text-align:center;
	color:#fff;
	font-size:2.0rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp02 {
	position:relative;
	width:100%;
	padding:35px 15% 5px 30px;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp02:after {
	content:"";
	position:absolute;
  width:7%;
  height:100%;
  top: 0;
  right: 0;
  background-color:#f3f3f3;
  z-index:1;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp02 p {
	font-size:1.3rem;
	line-height:1.8;
	letter-spacing:0.05em;
	margin-bottom:30px;
}
.recruit_contents_system_sp {
	position:relative;
	width:100%;

}
.recruit_contents_system_sp .page_title_sp {
	color:#fff;
}
.recruit_contents_system_sp .page_title_sp p {
	color:#fff;
	text-align:center;
}
.recruit_contents_system_sp01 {
	position:relative;
	width:92%;
	margin: 30px auto 0;
}
.recruit_system_list {
	position:relative;
	width:100%;
	margin-bottom:40px;
}
.recruit_system_list .recruit_system_list_thumb {
	position:relative;
	width:100%;
}
.recruit_system_list .recruit_system_list_thumb::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index:50;
}
.recruit_system_list .recruit_system_list_thumb::before {
  top: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.recruit_system_list .recruit_system_list_desc {
	position:relative;
	width:100%;
	border-left:1px dotted #fff;
	padding-left:15px;
	margin-top:15px;
}
.recruit_system_list .recruit_system_list_desc h3 {
	color:#fff;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
}
.recruit_system_list .recruit_system_list_desc p {
	color:#fff;
	font-size:1.2rem;
	line-height:1.7;
	letter-spacing:0.05em;
	margin: 15px 0 25px;
}

.recruit_contents_sp01 {
	position:relative;
	width:92%;
	margin: 0 auto 60px;
	z-index:2;
}
.recruit_contents_sp01_left {
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	background:url(../img/list_mk002.svg) no-repeat right 10px center;
    background-size:16px 16px;
    background-color:#a00;
    margin-bottom:10px;
}
.recruit_contents_sp01_left .recruit_contents_sp01_thumb {
	position:relative;
	width:45%;
}
.recruit_contents_sp01_left .recruit_contents_sp01_thumb a {
	display:block;
	overflow: hidden;
}
.recruit_contents_sp01_left .recruit_contents_sp01_thumb a img {
	width: 100%;
}
.recruit_contents_sp01_left .recruit_contents_sp01_thumb .caption {
	display:none;
}
.recruit_contents_sp01_left .recruit_contents_sp01_thumb .mask {
	display:none;
}

.recruit_contents_sp01_left .recruit_contents_sp01_title {
	width:55%;
	padding-left:20px;
}

.recruit_contents_sp01_right {
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	background:url(../img/list_mk002.svg) no-repeat right 10px center;
    background-size:16px 16px;
    background-color:#a00;
}
.recruit_contents_sp01_right .recruit_contents_sp01_thumb {
	position:relative;
	width:45%;
}
.recruit_contents_sp01_right .recruit_contents_sp01_thumb a {
	display:block;
	overflow: hidden;
}
.recruit_contents_sp01_right .recruit_contents_sp01_thumb a img {
	width: 100%;
}
.recruit_contents_sp01_right .recruit_contents_sp01_thumb .caption {
	display:none;
}
.recruit_contents_sp01_right .recruit_contents_sp01_thumb .mask {
	display:none;
}

.recruit_contents_sp01_right .recruit_contents_sp01_title {
	width:55%;
	padding-left:20px;
}

.recruit_contents_sp01 .recruit_contents_sp01_title h3 {
	color:#fff;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.4;
	letter-spacing:0.05em;
}
.recruit_contents_sp01 .recruit_contents_sp01_title p {
	color:#fff;
	font-size:1.1rem;
	font-weight:400;
	line-height:1.0;
	letter-spacing:0.075em;
	padding:6px 0 0 2px;
}

.recruit_contents_sp02 {
	position:relative;
	width:92%;
	margin:0 auto ;
	background-color:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.recruit_contents_sp02 .recruit_tabs {
  width:100%;
}
.recruit_contents_sp02 ul.recruit_tabs {
  position: relative;
  overflow: hidden;
  text-align:center;
  font-size:1.4rem;
  font-weight:500;
  color:#111;
  letter-spacing:0.05em;
  line-height:1.4;
}
.recruit_contents_sp02 ul.recruit_tabs li {
  color:#111;
  position:relative;
  width: 50%;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align:top;
  cursor: pointer;
  padding:20px 0 25px;
  transition: all .3s;
  background: url(../img/list_mk003.svg) no-repeat center bottom 4px;
  background-size:14px;
  background-color:#f3f3f3;
}
.recruit_contents_sp02 ul.recruit_tabs li:hover {
  background-color:#f3f3f3;
  text-decoration:none;
}
.recruit_contents_sp02 ul.recruit_tabs li.active {
  font-weight:700;
  background-color:#fff;
}
.recruit_contents_sp02 ul.recruit_tabs li a {
  display:block;
}
.recruit_contents_sp02 .recruit_tab_content {
  width:100%;
}
.recruit_contents_sp02 .recruit_tab_content p {
  font-size:1.2rem;
  letter-spacing:0.1em;
}
.recruit_tab_content01 {
	width:100%;
}
.recruit_tab_content01_left {
	width:100%;
	padding:30px 20px 0;
}
.recruit_tab_content01_left h3 {
	text-align:center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #222;
}
.recruit_tab_content01_left p {
	text-align:center;
	font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.075em;
    color: #c00;
    padding: 6px 2px 0 0px;
}
.recruit_tab_content01_right {
	width:100%;
}
.recruit_tab_content01_right dl {
	letter-spacing:0.075rem;
	line-height:1.6;
	margin-top:10px;
	border-left:1px dotted #c00;
	padding-left:15px;
	margin:30px 20px 30px 20px;
}
.recruit_tab_content01_right dl dt {
	float:left;
	color:#222;
	font-size:1.2rem;
}
.recruit_tab_content01_right dl dd {
	font-size:1.3rem;
	padding:0 0 10px 70px;
}
.recruit_tab_content01_right dl dd:last-child {
	padding-bottom:0;
}
.recruit_tab_content_bottom {
	width:100%;
	background-color:#f3f3f3;
	padding:30px;
}
.recruit_tab_content_bottom .btn_style01 {
	width:100%;
	margin:0 auto;
}

/* ############# recruit_contents_sp ############# */


/* ############# access_contents_sp ############# */

.access_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:100px;

}
.access_contents_sp01 {
	position:relative;
	width:96%;
	padding-top:60px;

}
.access_list {
	position:relative;
	width:100%;
	padding-top:110px;
	margin-bottom:120px;
}
.access_list .access_map {
	position:absolute;
	width:95%;
	left:0;
	top:-60px;
	height:200px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index:10;
}
.access_list .access_map iframe {
	width:100%;
}
.access_list .access_map01 {
	position:absolute;
	width:95%;
	left:0;
	top:-60px;
	height:200px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index:10;
}
.access_list .access_map01 iframe {
	width:100%;
}
.access_list .access_desc {
	position:relative;
	width:96%;
	padding-top:45px;
	margin-left:4%;
	background-color:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.access_list .access_desc_title {
	width:100%;
	padding-left:20px;
}
.access_list .access_desc_title h3 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:4.2rem;
	color:#222;
	line-height:1.0;
	letter-spacing:0.05em;
}
.access_list .access_desc_title h6 {
	font-size:1.2rem;
	font-weight:700;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
	padding:6px 0 0;
}
.access_list .access_desc dl {
	letter-spacing:0.075rem;
	line-height:1.6;
	margin-top:10px;
	border-left:1px dotted #c00;
	padding-left:15px;
	margin:30px 20px 30px 20px;
}
.access_list .access_desc dl dt {
	float:left;
	color:#222;
	font-size:1.2rem;
}
.access_list .access_desc dl dd {
	font-size:1.3rem;
	padding:0 0 10px 70px;
}
.access_list .access_desc dl dd h4 {
	font-size:1.4rem;
	line-height:1.6;
	color:#222;
	font-weight:700;
	padding-bottom:5px;
}
.access_list .access_desc dl dd:last-child {
	padding-bottom:0;
}
.access_list .access_desc dl dd span {
	font-size:1.0rem;
	line-height:1.4;
}
.access_list .access_desc01 {
	position:relative;
	width:100%;
	background-color:#f3f3f3;
	padding:25px 20px 5px 20px;
}
.access_list .access_desc01 h5 {
	font-size:1.6rem;
	font-weight:700;
	line-height:1.4;
	letter-spacing:0.05em;
	color:#222;
	margin-bottom:10px;
}
.access_list .access_desc01 h5 img {
	width:26px;
	padding-right:6px;
}
.access_list .access_desc01 p {
	letter-spacing:0.075rem;
	font-size:1.3rem;
	margin-bottom:20px;
}

.access_list02 {
	position:relative;
	width:100%;
	padding-top:110px;
}
.access_list02 .access_map {
	position:absolute;
	width:95%;
	left:0;
	top:-60px;
	height:200px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index:10;
}
.access_list02 .access_map iframe {
	width:100%;
}
.access_list02 .access_desc {
	position:relative;
	width:93%;
	padding-top:60px;
	margin-left:7%;
	background-color:#fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.access_list02 .access_desc_title {
	width:100%;
	padding-left:20px;
}
.access_list02 .access_desc_title h3 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:4.2rem;
	color:#222;
	line-height:1.0;
	letter-spacing:0.05em;
}
.access_list02 .access_desc_title h6 {
	font-size:1.2rem;
	font-weight:700;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
	padding:6px 0 0;
}
.access_list02 .access_desc dl {
	letter-spacing:0.075rem;
	line-height:1.6;
	margin-top:10px;
	border-left:1px dotted #c00;
	padding-left:20px;
	margin:30px 20px 30px 20px;
}
.access_list02 .access_desc dl dt {
	float:left;
	color:#222;
	font-size:1.2rem;
}
.access_list02 .access_desc dl dd {
	font-size:1.3rem;
	padding:0 0 10px 70px;
}
.access_list02 .access_desc dl dd:last-child {
	padding-bottom:0;
}

.access_list02 .access_desc01 {
	position:relative;
	width:100%;
	background-color:#f3f3f3;
	padding:25px 20px 5px 20px;
}
.access_list02 .access_desc01 p {
	letter-spacing:0.075rem;
	font-size:1.3rem;
	margin-bottom:20px;
}

/* ############# access_contents_sp ############# */


/* ############# list_contents_sp ############# */

.list_contents_sp {
	position:relative;
	width:100%;

}
.list_contents_sp01 {
	position:relative;
	width:90%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_sp {
	position:relative;
	width:100%;
	margin-bottom:40px;
}
.list_sp .list_thumb {
	position:relative;
	width:100%;
}
.list_sp .list_thumb::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index:50;
}
.list_sp .list_thumb::before {
  top: 0;
  right: 0;
  border-top: 1px solid #a00;
  border-right: 1px solid #a00;
}
.list_sp .list_thumb01 {
  position:relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.list_sp .list_thumb01 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.list_sp .list_thumb a img {
	width: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.list_sp .list_thumb a:hover img {
	transform: scale(1.1);
}
.list_sp .list_thumb .caption {
	display:none;
}
.list_sp .list_thumb .mask {
	display:none;
}

.list_sp .list_contents_title_staffyear {
	color:#c00;
	font-size:1.1rem;
	font-weight:500;
	line-height:1.0;
	letter-spacing:0.05em;
	margin-bottom:8px;
	margin-top:15px;
}
.list_sp .list_contents_title_staffname {
	display:inline-block;
	color:#222;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.0;
	letter-spacing:0.05em;
}

.list_sp .list_desc {
	position:relative;
	width:100%;
	border-left:1px dotted #c00;
	padding-left:15px;
	margin-top:15px;
}
.list_sp .list_desc h3 {
	font-size:1.8rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
}
.list_sp .list_desc h3 a {
	color:#111;
}
.list_sp .list_desc p {
	font-size:1.2rem;
	line-height:1.7;
	letter-spacing:0.05em;
	margin: 15px 0 25px;
}
.list_sp .list_option_sp {
	width:100%;
	border-top:1px dotted #ddd;
	padding:12px 0 0;
	margin-top:auto;
}
.list_sp .list_option_sp ul {
	color:#c00;
	font-size:1.0rem;
	letter-spacing:0.1em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	justify-content: flex-end;
}

.list_contents_sp .list_sp p.new_icon {
	position: absolute;
    top: 20px;
    left: -10px;
	color: #fff;
	text-align:center;
	width:60px;
	height:30px;
	line-height:1.0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
    background-color: #a00;
    font-size: 1.0rem;
    font-weight: 500;
    z-index: 200;
    letter-spacing: 0.1em;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

/* ############# list_contents_sp ############# */


/* ############# post_contents_sp ############# */

.post_contents_sp {
	position:relative;
	width:94%;
	padding-bottom:320px;

}
.post_contents_sp_left {
	width:100%;
	background-color:#fff;
	margin-top:-35px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding-bottom:80px;
}
.post_contents_sp_left01 {
	width:100%;
}
.post_contents_title_sp {
	width:100%;
	background:url(../../img/news_img/news_posttitle_backimg.svg) no-repeat -2px -2px;
    background-size:25%;
	background-color:#f3f3f3;
	padding:30px 4%;
}
.post_contents_title_sp01 {
	position:relative;
	width:100%;
	padding:20px 20px 10px;
}
.post_contents_title_sp01::before,
.post_contents_title_sp01::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.post_contents_title_sp01::before {
  top: 0;
  right: 0;
  border-top: 1px dotted #c00;
  border-right: 1px dotted #c00;
}
.post_contents_title_sp01::after {
  bottom: 0;
  left: 0;
  border-bottom: 1px dotted #c00;
  border-left: 1px dotted #c00;
}
.post_contents_title_sp .post_contents_title_staffyear {
	color:#c00;
	font-size:1.2rem;
	font-weight:500;
	line-height:1.0;
	letter-spacing:0.05em;
	margin-bottom:8px;
}
.post_contents_title_sp .post_contents_title_staffname {
	display:inline-block;
	color:#222;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.0;
	letter-spacing:0.05em;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px dotted #c00;
}
.post_contents_title_sp h2 {
	color:#222;
	font-size:2.4rem;
	line-height:1.5;
	font-weight:700;
	letter-spacing:0.05em;
}
.post_contents_title_sp ul.post_contents_title_option_sp {
	color:#c00;
	font-size:1.0rem;
	letter-spacing:0.1em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	justify-content: flex-end;
	margin-top:10px;
}

.post_contents_thumb_sp {
	width:100%;
	margin-top: 60px;
}
.post_contents_thumb_sp p {
	margin: 0 4%;
	border:10px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.post_contents_thumb_sp p img {
	width:100%;
}

.post_contents_detail_sp {
	width:100%;
}
.post_contents_detail_sp h3 {
	color:#222;
	font-size:2.2rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin: 60px 5% 0 0;
	border-left:1px dotted #c00;
	padding-left:5%;
}
.post_contents_detail_sp h4 {
	display:inline-block;
	color:#c00;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.6;
	letter-spacing:0.05em;
	margin:30px 5% 0;
	padding-bottom:4px;
	border-bottom:1px dotted #c00;
}
.post_contents_detail_sp h5 {
	font-size:1.8rem;
	font-weight:700;
	line-height:1.6;
	letter-spacing:0.05em;
	margin:30px 5% 0;
}
.post_contents_detail_sp p {
	font-size:1.3rem;
	line-height:1.8;
	letter-spacing:0.05em;
	margin-top:30px;
	padding: 0 5%;
}
.post_contents_detail_sp dl {
	line-height:1.8;
	letter-spacing:0.05em;
	margin:30px 5% 0;
}
.post_contents_detail_sp dl dt {
	font-size:1.2rem;
	color:#222;
	font-weight:500;
}
.post_contents_detail_sp dl dd {
	font-size:1.3rem;
	padding:10px 0 15px 20px;
}
.post_contents_detail_sp ul {
	font-size:1.3rem;
	line-height:1.6;
	letter-spacing:0.05em;
	margin:30px 5% 0;
	border:1px dotted #ddd;
	padding:20px 20px 7px 15px;
}
.post_contents_detail_sp ul li {
	margin-bottom:13px;
	background:url(../img/list_mk001.svg) no-repeat 0 4px;
    background-size:12px 12px;
    padding-left:14px;
}
.post_contents_detail_sp ul li img {
	width:22px;
	padding-left:5px;
	padding-bottom:2px;
}
.post_contents_detail_sp .link_sp {
	margin: 30px 5% 0;
	border:1px dotted #ddd;
	background-color:#f3f3f3;
	padding:25px 25px 5px 20px;
}
.post_contents_detail_sp .link_sp h6 {
	font-size:1.3rem;
	line-height:1.6;
	letter-spacing:0.05em;
	margin-bottom:15px;
	background:url(../img/list_mk001.svg) no-repeat 0 5px;
    background-size:12px 12px;
    padding-left:14px;
}
.post_contents_detail_sp .link_sp h6 img {
	width:20px;
	padding-left:5px;
	padding-bottom:2px;
}
.post_contents_detail_sp a,a:link a:visited {
	color:#c00;
	text-decoration:underline;
}
.post_contents_detail_sp a:hover {
	color:#111;
	text-decoration:underline;
}

/* sns_share_sp */

.sns_share_sp {
	width:90%;
	margin:60px auto 0;
}
ul.share_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.share_btn li {
	width: 24%;
	font-size: 1.3rem;
	letter-spacing:0.05em;
}
.share_btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s;
}

li.fb {
	border-radius: 6px;
	background-color: #315096;
	transition: all .3s;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
li.fb:hover {
	background-color: #263970;
}

li.tweet {
	border-radius: 6px;
	background-color: #55acee;
	transition: all .3s;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
li.tweet:hover {
	background-color: #4a92e1;
}

li.ht {
	border-radius: 6px;
	background-color: #008fde;
	transition: all .3s;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
li.ht:hover {
	background-color: #2a6dcc;
}

li.pk {
	border-radius: 6px;
	background-color: #f03e51;
	transition: all .3s;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
li.pk:hover {
	background-color: #d4363c;
}

li.fb span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f39e";
	padding-right: .4em;
	font-weight: 900;
}
li.tweet span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f099";
	padding-right: .4em;
	font-size: 1.6rem;
	font-weight: 900;
}
li.ht span:before {
	content: "";
	padding-right: .4em;
	font-size: 1.6rem;
	font-family: Verdana;
	vertical-align: middle;
}
li.pk span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f265";
	padding-right: .4em;
	font-weight: 900;
}

@media screen and (max-width: 767px){
	li.tweet span:before,
	li.fb span:before,
	li.ht span:before,
	li.pk span:before {
		display: block;
		padding: 0;
		font-size: 1.8rem;
		line-height: 1.2;
		text-align: center;
	}
}

/* sns_share_sp */

.post_contents_sp_right {
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:60px 0 0 5%;
}
.post_contents_sp_right .side_block {
	width:100%;
	margin-bottom:40px;
}
.post_contents_sp_right .side_block02 {
	width:100%;
	margin-bottom:40px;
}
.post_contents_sp_right .side_block .side_title_sp {
	width:100%;
	margin-bottom:20px;
}
.post_contents_sp_right .side_block .side_title_sp h3 {
	text-align:center;
	color:#fff;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:5.2rem;
	line-height:1.0;
	letter-spacing:0.075em;
}
.post_contents_sp_right .side_block .side_title_sp p {
	text-align:center;
	color:#fff;
	font-size:1.2rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.05em;
	padding-top:2px;
}

.post_contents_sp_right .side_ranking_sp {
	width:100%;
	border-top:1px dotted #700;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list {
	width:100%;
	border-bottom:1px dotted #700;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list a {
	width:100%;
	color:#fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	padding:15px 0;
	transition: all .3s;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list a .side_ranking_list_thumb {
	width:30%;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list a .side_ranking_list_thumb p {
	position:relative;
    width: 100%;
    height: 69px;
    overflow: hidden;
	line-height:1.0;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list a .side_ranking_list_thumb p img {
	width: 100%;
    height: 69px;
    object-fit: cover;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list a .side_ranking_list_desc {
	width:70%;
	padding-left:15px;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list a .side_ranking_list_desc h4 {
	font-size:1.2rem;
	line-height:1.6;
}

.post_contents_sp_right .side_list_sp {
	width:100%;
	border-top:1px dotted #700;
}
.post_contents_sp_right .side_list_sp .side_list {
	width:100%;
	border-bottom:1px dotted #700;
}
.post_contents_sp_right .side_list_sp .side_list a {
	width:100%;
	color:#fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	padding:15px 0;
	transition: all .3s;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_thumb {
	width:35%;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_thumb p {
	position:relative;
    width: 100%;
    height: 69px;
    overflow: hidden;
	line-height:1.0;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_thumb p img {
	width: 100%;
    height: 69px;
    object-fit: cover;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_desc {
	width:65%;
	padding-left:15px;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_desc h4 {
	font-size:1.2rem;
	line-height:1.6;
	transition: all .3s;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_desc h4:hover {
	color:#111;
}

.post_contents_sp_right .side_bunner_sp {
	width:70%;
	margin: 0 auto;
	padding-bottom:20px;
}
.post_contents_sp_right .side_bunner_sp p {
	width:100%;
}
.post_contents_sp_right .side_bunner_sp p img {
	width:100%;
}

.post_contents_sp_right .side_bunner_sp02 {
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post_contents_sp_right .side_bunner_sp02 p {
	width:48%;
	margin-bottom:20px;
}
.post_contents_sp_right .side_bunner_sp02 p img {
	width:100%;
}

/* ############# post_contents_sp ############# */



/* ############# contact_contents_sp ############# */

.contact_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:240px;
}
.contact_contents_sp01 {
	position:relative;
	width:92%;
	margin:0 auto;
	background-color:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding-bottom:20px;
}

.contact_contents_sp02 {
	width:100%;
	padding: 25px 20px 19px;
	background-color:#f3f3f3;
	margin-bottom:40px;
}
.contact_contents_sp02 dl {
	letter-spacing:0.05em;
}
.contact_contents_sp02 dl dt {
	font-size:1.2rem;
	color:#222;
	float:left;
}
.contact_contents_sp02 dl dd {
	font-size:1.3rem;
	padding: 0 0 6px 70px;
}

.form_contents_sp {
	width:100%;
	padding: 0px 20px 30px;
}
.form_contents_sp01 {
    border-bottom: 1px dotted #ddd;
    margin-bottom:30px;
}
.form_contents_sp01 dl {
    border-top: 1px dotted #ddd;
    padding: 20px 0;
}
.form_contents_sp01 dl dt {
	font-size: 1.3rem;
	letter-spacing:0.05em;
    font-weight: 500;
    padding-bottom: 10px;
}
.form_contents_sp01 dl dd {
    font-size: 1.4rem;
    letter-spacing:0.05em;
    line-height: 1.6;
}
.select_input01 {
    position: relative;
    width:60%;
    display: inline-block;
    overflow:hidden;
    border:1px solid #ddd;
}
.select_input01 select {
    color: #444;
    font-size:1.4rem;
    display:inline;
    width:100%;
    height:40px;
    padding:0 10px;
    border:none;
    background-color:#fff;
    cursor: pointer;
}
.select_input01::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 48%;
    right: 10px;
    margin-top: -4px;
    z-index:20;
}
.select_input02 {
    position: relative;
    width:24%;
    display: inline-block;
    overflow:hidden;
    border:1px solid #ddd;
    margin-right:4px;
}
.select_input02 select {
    color: #444;
    font-size:1.4rem;
    display:inline;
    width:100%;
    height:40px;
    padding:0 10px;
    border:none;
    background-color:#fff;
    cursor: pointer;
}
.select_input02::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 48%;
    right: 8px;
    margin-top: -4px;
    z-index:20;
}
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
select::-ms-expand {
      display: none;
}
.form_contents_sp01 input[type="text"] {
	font-size: 1.4rem;
    color:#333;
    border:1px solid #ddd;
    padding:10px;
    width:100%;
}
.form_contents_sp01 input[type="email"] {
	font-size: 1.4rem;
    color:#333;
    border:1px solid #ddd;
    padding:10px;
    width:100%;
}
.form_contents_sp01 textarea {
	font-size: 1.4rem;
    color:#333;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    height: 150px;
}
.form_contents_sp .screen-reader-response {
        display:none;
}
.form_contents_sp .screen-reader-response ul li {
        margin-top:5px;
}
.form_contents_sp .wpcf7-not-valid-tip {
        color:#e50012;
        font-size:1.2rem;
        font-weight:bold;
        letter-spacing:0.05em;
        padding-top:5px;
}
.form_contents_sp .wpcf7-mail-sent-ok {
	    color:#222;
        text-align:center;
        font-size:1.4rem;
        letter-spacing:0.05em;
        padding:30px;
        background-color:#f3f3f3;
        border:1px dotted #ddd;
        margin:40px 0 ;
}
.form_contents_sp .wpcf7-validation-errors {
        color:#e50012;
        text-align:center;
        font-size:1.4rem;
        letter-spacing:0.05em;
        padding:30px 30px;
        background-color:#f3f3f3;
        border:1px dotted #ddd;
        margin:40px 0 ;
}

.form_contents_sp input.wpcf7c-elm-step2 {
        width:100%;
        margin:0 auto;
}
.form_contents_sp input.wpcf7-back {
	margin-bottom:25px;
}

.form_contents_sp div.wpcf7c-elm-step2 .wpcf7c-elm-step202 {
        text-align:center;
        font-size:1.4rem;
        padding:30px 30px;
        background-color:#f3f3f3;
        border:1px dotted #ddd;
        margin:60px 0 0 ;
}

.form_contents_sp .wpcf7c-elm-step3 {
        width:100%;
        padding-top: 40px;
        margin-top: -40px;
}

.form_contents_sp .wpcf7c-elm-step2 .wpcf7c-elm-step302 {
	    color:#222;
        text-align:center;
        font-size:1.4rem;
        font-weight:500;
        padding:40px 40px;
        background-color:#f3f3f3;
        border:1px dotted #ddd;
        margin:60px 0 0 ;
}

.form_contents_sp form.sent .form_btn_style01 {
	display:none !important;
}

/* ########## フォームボタン ########## */


.form_btn_style01 {
    text-align: center;
    width: 100%;
    margin: 30px auto 0px;
    display: block !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-size: 1.6rem !important;
    font-weight:500;
    padding: 20px 10px;
    margin: 0 auto;
    background:url(../img/list_mk002.svg) no-repeat right 20px center;
    background-size:16px;
    background-color:#c00;
    letter-spacing:0.1em;
    transition: all .3s;
    border:none !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.form_btn_style01:hover {
    color: #fff;
    background:url(../img/list_mk002.svg) no-repeat right 15px center;
    background-size:16px;
	background-color:#a00;
	border:none !important;
}

.form_btn_style02 {
    text-align: center;
    width: 100%;
    margin: 30px auto 0px;
    display: block !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-size: 1.6rem !important;
    font-weight:500;
    padding: 20px 10px;
    margin: 0 auto;
    background:url(../img/list_mk004.svg) no-repeat left 20px center;
    background-size:16px;
    background-color:#666;
    letter-spacing:0.1em;
    transition: all .3s;
    border:none !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.form_btn_style02:hover {
    color: #fff;
    background:url(../img/list_mk004.svg) no-repeat left 15px center;
    background-size:16px;
	background-color:#999;
	border:none !important;
}

.input_font {
	font-size:1.1rem;
	padding-top:5px;
}

/* ########## フォームボタンここまで ########## */


.form_sample01 {
    padding-top:10px;
}
.required img {
    width:30px;
    vertical-align:middle;
    padding:0 0 4px 0;
}

form.sent dl {
    display:none;
}
form.sent p {
    display:none;
}

/* ############### 問い合わせフォーム領域ここまで ############### */



/* ########### page_bn_sp ########### */

.page_bn_sp {
	position:relative;
	width:100%;
	padding:60px 0 195px;
	background-color:#222;
}
.page_bn_sp .page_title_sp {
	color:#fff;
}
.page_bn_sp .page_title_sp p {
	text-align:center;
	color:#fff;
}
.page_bn_sp ul {
	width:92%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:30px auto 0;
}
.page_bn_sp ul li {
	width:23%;
	margin-right:2.6666%;
	margin-bottom:15px;
}
.page_bn_sp ul li:nth-child(4n) {
	margin-right:0;
}

/* ########### page_bn_sp ########### */


/* ############# page_access_sp ############# */

.page_access_sp {
	position:relative;
	width:100%;
	background-color:#fff;
	padding-bottom:60px;
}
.page_access_map_sp {
	position:absolute;
	top: -270px;
	left: 0;
	width:96%;
	height:540px;
	background-color:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index:10;
	padding:15px 15px 5px;
}
.page_access_map_list {
	width:100%;
	height:163.3333px;
	margin-bottom:10px;
}
.page_access_sp01 {
	width:90%;
	margin:0 auto;
	padding-top:300px;
}
.page_access_sp01_left {
	width:100%;
}
.page_access_sp01_left h3 {
	text-align:center;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:5.2rem;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
}
.page_access_sp01_left p {
	text-align:center;
	font-size:1.2rem;
	font-weight:700;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
	padding:2px 0 0;
}
.page_access_sp01_right {
	width:100%;
	margin-top:20px;
}
.page_access_sp01_right dl {
	letter-spacing:0.075rem;
	line-height:1.6;
	padding-left:21px;
}
.page_access_sp01_right dl dt {
	float:left;
	color:#222;
	font-size:1.2rem;
}
.page_access_sp01_right dl dd {
	font-size:1.3rem;
	padding:0 20px 10px 70px;
}
.page_access_sp01_right dl dd:last-child {
	padding-bottom:0 ;
}

.page_access_sp01_right_left {
	width:100%;
}
.page_access_sp01_right_left h4 {
	color:#222;
	font-size:1.8rem;
	letter-spacing:0.05em;
	line-height:1.5;
	font-weight:700;
	margin-bottom:20px;
	border-left:1px dotted #c00;
	padding-left:20px;
}
.page_access_sp01_right_right {
	width:100%;
	margin-top:30px;
}
.page_access_sp01_right_right h4 {
	color:#222;
	font-size:1.8rem;
	letter-spacing:0.05em;
	line-height:1.5;
	font-weight:700;
	margin-bottom:20px;
	border-left:1px dotted #c00;
	padding-left:20px;
}
.page_access_sp01_right_right02 {
	width:100%;
	padding:1px 0 20px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top:20px;
    border:1px dotted #ddd;
}
.page_access_sp01_right_right03 {
	position:relative;
	width:100%;
}
.page_access_sp01_right_right02 h5 {
	color:#222;
	font-size:1.4rem;
	letter-spacing:0.05em;
	line-height:1.45;
	font-weight:700;
	margin:20px 20px 15px;
	padding: 12px 100px 12px 15px;
    background-color:#f3f3f3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.page_access_sp01_right_right02 h5 br {
	display:none;
}
.page_access_sp01_right_right02 p.spopar_logo {
	position:absolute;
	width:70px;
	top:-6px;
	right:15px;
}
.page_access_sp01_right_right02 p.spopar_logo img {
	width:100%;
}

/* ############# page_access_sp ############# */


/* ############################## footer ############################## */

.footer_sp {
	width:100%;
	z-index:100;
	background-color:#222;
}
.footer_nav_sp {
	width:92%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto;
}
.footer_nav_list {
	width:50%;
	border-right:1px dotted #444;
	padding:30px 0 50px;
}
.footer_nav_list:first-child, .footer_nav_list:nth-child(3), .footer_nav_list:nth-child(5) {
	border-left:1px dotted #444;
}
.footer_nav_list:nth-last-child(-n+4) {
	border-top:1px dotted #444;
}
.footer_nav_list h5 {
	text-align:center;
	font-size:1.5rem;
	font-weight:400;
	letter-spacing:0.1em;
	margin-bottom:15px;
}
.footer_nav_list h5 a {
	color:#fff;
}

.footer_nav_list ul {
	font-size:1.2rem;
}
.footer_nav_list ul li {
	font-weight:400;
	letter-spacing:0.1em;
}
.footer_nav_list ul li a {
	display:block;
	color:#fff;
	padding: 5px 15px;
	background:url(../img/list_mk007.svg) no-repeat right 10px center;
    background-size:11px 11px;
}
.footer_nav_list ul li img {
	width:19px;
	padding-left:5px;
	padding-bottom:1px;
}

.footer_bottom_sp {
	width:100%;
	background-color:#111;
}
.footer_bottom_sp01 {
	width:92%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin:0 auto;
	padding:20px 0;
}
.footer_bottom_sp01 p.footer_logo {
	width:70px;
}
.footer_bottom_sp01 p.footer_logo img {
	width:100%;
}
.footer_bottom_sp01 p.copy {
	font-size:1.0rem;
	letter-spacing:0.1em;
	color:#f1f1f1;
}

/* ############################## footer ############################## */


.sp_fadein {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 1000ms;
    }
.sp_fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.sp_fadein01 {
    opacity : 0;
    transform : translate(0, -50px);
    transition : all 1000ms;
    }
.sp_fadein01.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.sp_fadein02 {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 1000ms;
    }
.sp_fadein02.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.sp_fadein03 {
    opacity : 0;
    transform : translate(40px, 0);
    transition : all 1000ms;
    }
.sp_fadein03.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.b_none {
	border:none !important;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}

.red001 {
color:#c00;
}
.red002 {
color:#c00;
font-weight:500;
}
.red003 {
color:#c00;
font-weight:700;
}

.black001 {
color:#111;
}
.black002 {
color:#111;
font-weight:500;
}
.black003 {
color:#111;
font-weight:700;
}

.btn_style01 {
    text-align: center;
    width: 100%;
}
.btn_style01 a {
	display: block;
    text-decoration: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff !important;
    font-size: 1.6rem !important;
    font-weight:500;
    padding: 20px 10px;
    margin: 0 auto;
    background:url(../img/list_mk002.svg) no-repeat right 10px center;
    background-size:16px;
    background-color:#c00;
	letter-spacing:0.05em;
}
.btn_style01 img {
	width:16px !important;
	margin-left:6px;
	vertical-align:middle;
	padding-bottom:5px;
	box-shadow: none !important;
	border: none !important;
}
.form_style01 {
	vertical-align:middle;
	padding-right:5px;
}
.hissu {
	color:#c00;
	font-size:1.2rem;
	padding-left:5px;
}

.pc {
	display:none;
}



}