/*
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 (min-width: 768px){

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;
}

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

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,a:link a:visited {
	color:#111;
	transition: all .3s;
	text-decoration:none;
}
a:hover {
	color:#a00;
	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: 15px;
    right: 15px;
    z-index:1000;
}
#spo_top a,a:link a:visited {
	font-size:1.0rem;
	line-height:1.0;
	letter-spacing:0.1em;
	width:55px;
	height:55px;
	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:#a00;
	color:#fff;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
#spo_top a:hover {
	background-color:#111;
}
}

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

/* ########### header_sp ########### */
@media screen and (min-width:1024px){
.header_sp {
	width:100%;
	height:70px;
	z-index:1000;
	background-color:#c00;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
.header_sp01 {
	width:92%;
	height:70px;
	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;
	margin:0 auto;
}
.header_sp01 .logo_sp {
	width:90px;
}
.header_sp01 .logo_sp h1 img {
	width:100%;
}
.header_sp01 .global_nav {
	flex:1;
}
.header_sp01 .global_nav ul {
	font-size:1.3rem;
	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;
}
.header_sp01 .global_nav ul li {
	margin-left:40px;
	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;
}
.header_sp01 .global_nav ul li a,a:link a:visited {
	color:#fff;
	display:inline-block;
	position: relative;
}
.header_sp01 .global_nav 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;
}
.header_sp01 .global_nav ul li a:hover {
	text-decoration:none;
}
.header_sp01 .global_nav ul li a:hover:before {
    width: 100%;
}

.subtitle_sp {
    width: 38px;
    height: 100%;
    position: absolute;
    z-index: 5500;
    position: fixed;
    top: 0;
    right: 0;
}
.subtitle_sp p {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.subtitle_sp p img {
    width: 9px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.header_sp {
	width:100%;
	height:70px;
	z-index:1000;
	background-color:#c00;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
.header_sp01 {
	width:92%;
	height:70px;
	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;
	margin:0 auto;
}
.header_sp01 .logo_sp {
	width:90px;
}
.header_sp01 .logo_sp h1 img {
	width:100%;
}
.header_sp01 .global_nav {
	flex:1;
}
.header_sp01 .global_nav ul {
	font-size:1.3rem;
	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;
}
.header_sp01 .global_nav ul li {
	margin-left:30px;
	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;
}
.header_sp01 .global_nav ul li a {
	color:#fff;
}

.subtitle_sp {
    width: 35px;
    height: 100%;
    position: absolute;
    z-index: 5500;
    position: fixed;
    top: 0;
    right: 0;
}
.subtitle_sp p {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.subtitle_sp p img {
    width: 9px;
}
}
/* ########### header_sp ########### */

@media screen and (min-width: 768px){
.sp_header_sp {
display:none;
}
.sp_header_sp h1 {
display:none;
}
.sp_header_sp a.nav_menu {
    display:none !important;
}
.sp_header_sp .gnav {
    display:none !important;
}
a.nav_menu {
    display:none;
}
.menu__line{
    display:none;
}
/*gnav*/
.gnav{
    display:none;
}
.gnav__wrap{
    display:none;
}
}


/* ########### change_header_sp ########### */

@media screen and (min-width:1024px){
.change_header_sp {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:70px;
	z-index:1000;
	display:none;
	background-color:#c00;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
.change_header_sp01 {
	width:92%;
	height:70px;
	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;
	margin:0 auto;
}
.change_header_sp01 .change_logo_sp {
	width:90px;
}
.change_header_sp01 .change_logo_sp h1 img {
	width:100%;
}
.change_header_sp01 .change_global_nav {
	flex:1;
}
.change_header_sp01 .change_global_nav ul {
	font-size:1.3rem;
	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;
}
.change_header_sp01 .change_global_nav ul li {
	margin-left:40px;
	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;
}
.change_header_sp01 .change_global_nav ul li a,a:link a:visited {
	color:#fff;
	display:inline-block;
	position: relative;
}
.change_header_sp01 .change_global_nav 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;
}
.change_header_sp01 .change_global_nav ul li a:hover {
	text-decoration:none;
}
.change_header_sp01 .change_global_nav ul li a:hover:before {
    width: 100%;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.change_header_sp {
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:70px;
	z-index:1000;
	display:none;
	background-color:#c00;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
.change_header_sp01 {
	width:92%;
	height:70px;
	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;
	margin:0 auto;
}
.change_header_sp01 .change_logo_sp {
	width:90px;
}
.change_header_sp01 .change_logo_sp h1 img {
	width:100%;
}
.change_header_sp01 .change_global_nav {
	flex:1;
}
.change_header_sp01 .change_global_nav ul {
	font-size:1.3rem;
	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;
}
.change_header_sp01 .change_global_nav ul li {
	margin-left:30px;
	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;
}
.change_header_sp01 .change_global_nav ul li a {
	color:#fff;
}
}

/* ########### change_header_sp ########### */

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


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

/* ########### page_title_sp ########### */
@media screen and (min-width:1024px){
.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:8.0rem;
	line-height:1.0;
	letter-spacing:0.05em;
}
.page_title_sp01 p {
	display:inline-block;
	font-size:1.3rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.05em;
	padding-top:8px;
	border-bottom: 1px dotted #fff;
	padding-bottom:6px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.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:7.0rem;
	line-height:1.0;
	letter-spacing:0.05em;
}
.page_title_sp01 p {
	display:inline-block;
	font-size:1.2rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.05em;
	padding-top:8px;
	border-bottom: 1px dotted #fff;
	padding-bottom:6px;
}
}
/* ########### page_title_sp ########### */


/* ########### contents_main_title_sp ########### */
@media screen and (min-width:1024px){
.contents_main_title_sp {
	position:relative;
	width:100%;
	height:240px;
	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:8.0rem;
	line-height:1.0;
	letter-spacing:0.05em;
	text-shadow: 0px 0px 16px rgba(0,0,0,0.3);
}
.contents_main_title_sp01 p {
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.05em;
	padding-top:6px;
	text-shadow: 0px 0px 16px rgba(0,0,0,0.3);
}

.news_title {
	background:url(../../img/news_img/news_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.business_title {
	background:url(../../img/business_img/business_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.company_title {
	background:url(../../img/company_img/company_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.recruit_title {
	background:url(../../img/recruit_img/recruit_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.access_title {
	background:url(../../img/access_img/access_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.contact_title {
	background:url(../../img/contact_img/contact_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.contents_main_title_sp {
	position:relative;
	width:100%;
	height:220px;
	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 {
	text-align:center;
	width:92%;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.contents_main_title_sp01 h2 {
	color:#fff;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:7.0rem;
	line-height:1.0;
	letter-spacing:0.05em;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.3);
}
.contents_main_title_sp01 p {
	color:#fff;
	font-size:1.2rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.05em;
	padding-top:8px;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.3);
}

.news_title {
	background:url(../../img/news_img/news_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.business_title {
	background:url(../../img/business_img/business_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.company_title {
	background:url(../../img/company_img/company_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.recruit_title {
	background:url(../../img/recruit_img/recruit_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.access_title {
	background:url(../../img/access_img/access_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
.contact_title {
	background:url(../../img/contact_img/contact_maintitle_backimg.png) no-repeat 50% 50%;
	background-size:cover;
}
}
/* ########### contents_main_title_sp ########### */


/* ########### bread_sp ########### */
@media screen and (min-width:1024px){
.bread_sp {
	position:relative;
	width:50%;
	height:70px;
	background-color:#a00;
	margin-top:-35px;
	margin-bottom:80px;
	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:0 5%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.bread_sp ul {
	color:#fff;
	font-size:1.2rem;
	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_sp ul li {
	margin-right:30px;
	background:url(../img/list_mk002.svg) no-repeat 0 center;
    background-size:12px 12px;
    padding-left:14px;
}
.bread_sp ul li a,a:link a:visited {
	color:#fff;
	display:inline-block;
	position: relative;
}
.bread_sp 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_sp ul li a:hover {
	text-decoration:none;
}
.bread_sp ul li a:hover:before {
    width: 100%;
}

.bread_sp02 {
	position:relative;
	width:100%;
	height:90px;
	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:0 5%;
}
.bread_sp02 ul {
	color:#fff;
	font-size:1.2rem;
	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:30px;
	background:url(../img/list_mk002.svg) no-repeat 0 center;
    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:70px;
	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:0 5%;
	margin-bottom:80px;
}
.bread_sp03 ul {
	color:#fff;
	font-size:1.2rem;
	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_sp03 ul li {
	margin-right:30px;
	background:url(../img/list_mk002.svg) no-repeat 0 center;
    background-size:12px 12px;
    padding-left:14px;
}
.bread_sp03 ul li a,a:link a:visited {
	color:#fff;
	display:inline-block;
	position: relative;
}
.bread_sp03 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_sp03 ul li a:hover {
	text-decoration:none;
}
.bread_sp03 ul li a:hover:before {
    width: 100%;
}

.bread_sp04 {
	position:relative;
	width:50%;
	height:70px;
	background-color:#a00;
	margin-top:-35px;
	margin-bottom:80px;
	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:0 5%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.bread_sp04 ul {
	color:#fff;
	font-size:1.2rem;
	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_sp04 ul li {
	margin-right:30px;
	background:url(../img/list_mk002.svg) no-repeat 0 center;
    background-size:12px 12px;
    padding-left:14px;
}
.bread_sp04 ul li a,a:link a:visited {
	color:#fff;
	display:inline-block;
	position: relative;
}
.bread_sp04 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_sp04 ul li a:hover {
	text-decoration:none;
}
.bread_sp04 ul li a:hover:before {
    width: 100%;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.bread_sp {
	position:relative;
	width:50%;
	height:70px;
	background-color:#a00;
	margin-top:-35px;
	margin-bottom:60px;
	padding:0 4%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.bread_sp ul {
	color:#fff;
	font-size:1.2rem;
	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:70px;
}
.bread_sp ul li {
	margin-right:30px;
	background:url(../img/list_mk002.svg) no-repeat 0 center;
    background-size:12px 12px;
    padding-left:14px;
}
.bread_sp ul li a,a:link a:visited {
	color:#fff;
	display:inline-block;
	position: relative;
}
.bread_sp 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_sp ul li a:hover {
	text-decoration:none;
}
.bread_sp ul li a:hover:before {
    width: 100%;
}

.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 4%;
}
.bread_sp02 ul {
	color:#fff;
	font-size:1.2rem;
	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:30px;
	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:70px;
	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:0 4%;
	margin-bottom:60px;
}
.bread_sp03 ul {
	color:#fff;
	font-size:1.2rem;
	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:70px;
}
.bread_sp03 ul li {
	margin-right:30px;
	background:url(../img/list_mk002.svg) no-repeat 0 3px;
    background-size:12px 12px;
    padding-left:14px;
}
.bread_sp03 ul li a,a:link a:visited {
	color:#fff;
	display:inline-block;
	position: relative;
}
.bread_sp03 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_sp03 ul li a:hover {
	text-decoration:none;
}
.bread_sp03 ul li a:hover:before {
    width: 100%;
}

.bread_sp04 {
	position:relative;
	width:50%;
	height:70px;
	background-color:#a00;
	margin-top:-35px;
	margin-bottom:60px;
	padding:0 4%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.bread_sp04 ul {
	color:#fff;
	font-size:1.2rem;
	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:70px;
}
.bread_sp04 ul li {
	margin-right:30px;
	background:url(../img/list_mk002.svg) no-repeat 0 center;
    background-size:12px 12px;
    padding-left:14px;
}
.bread_sp04 ul li a,a:link a:visited {
	color:#fff;
	display:inline-block;
	position: relative;
}
.bread_sp04 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_sp04 ul li a:hover {
	text-decoration:none;
}
.bread_sp04 ul li a:hover:before {
    width: 100%;
}
}
/* ########### bread_sp ########### */


@media screen and (min-width: 768px){
.contents_sp {
	position:relative;
	width:100%;

}
}


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

@media screen and (min-width:1024px){
.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;
}
.list_sp {
	position:relative;
	width:32%;
	margin-right:2%;
	margin-bottom:40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.list_sp:nth-child(3n) {
	margin-right:0;
}
.list_sp .list_thumb {
	position:relative;
	width:100%;
}
.list_sp .list_thumb::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  -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: 176px;
  overflow: hidden;
}
.list_sp .list_thumb01 img {
  width: 100%;
  height: 176px;
  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 {
	width: 100%;
	transform: scale(1.1);
}
.list_sp .list_thumb .caption {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size:1.4rem;
	color:#fff;
	letter-spacing:0.1em;
	font-weight:400;
}
.list_sp .list_thumb .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.list_sp .list_thumb:hover .mask {
	opacity:1;  /* マスクを表示する */
}

.list_sp .list_contents_title_staffyear {
	color:#c00;
	font-size:1.2rem;
	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%;
}
.list_sp .list_desc h3 {
	font-size:1.8rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin-top:15px;
	border-left:1px dotted #c00;
	padding-left:15px;
}
.list_sp .list_desc h3 a,a:link a:visited {
	color:#111;
}
.list_sp .list_desc h3 a:hover {
	color:#c00;
}
.list_sp .list_desc p {
	font-size:1.3rem;
	line-height:1.8;
	letter-spacing:0.05em;
	margin: 20px 0 30px;
}
.list_sp .list_option_sp {
	width:100%;
	border-top:1px dotted #ddd;
	padding:15px 0 0;
	margin-top:auto;
}
.list_sp .list_option_sp ul {
	color:#c00;
	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;
	justify-content: flex-end;
}

.list_contents_sp .list_sp p.new_icon {
	position: absolute;
    top: 20px;
    left: -15px;
	color: #fff;
	text-align:center;
	width:80px;
	height:36px;
	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);
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.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:48%;
	margin-bottom:40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.list_sp .list_thumb {
	position:relative;
	width:100%;
}
.list_sp .list_thumb::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  -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: 180px;
  overflow: hidden;
}
.list_sp .list_thumb01 img {
  width: 100%;
  height: 180px;
  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.2rem;
	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%;
}
.list_sp .list_desc h3 {
	font-size:1.8rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin-top:15px;
	border-left:1px dotted #c00;
	padding-left:15px;
}
.list_sp .list_desc h3 a,a:link a:visited {
	color:#111;
}
.list_sp .list_desc h3 a:hover {
	color:#c00;
}
.list_sp .list_desc p {
	font-size:1.3rem;
	line-height:1.8;
	letter-spacing:0.05em;
	margin: 20px 0 30px;
}
.list_sp .list_option_sp {
	width:100%;
	border-top:1px dotted #ddd;
	padding:15px 0 0;
	margin-top:auto;
}
.list_sp .list_option_sp ul {
	color:#c00;
	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;
	justify-content: flex-end;
}

.list_contents_sp .list_sp p.new_icon {
	position: absolute;
    top: 20px;
    left: -15px;
	color: #fff;
	text-align:center;
	width:80px;
	height:36px;
	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 ########### */


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

@media screen and (min-width:1024px){
.news_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:300px;

}
}

@media screen and (min-width:768px) and (max-width:1023px){
.news_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:200px;

}
}

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


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

@media screen and (min-width:1024px){
.business_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:260px;

}
.business_contents_desc_sp {
	position:relative;
	width:100%;
	background:url(../../img/business_img/concept_backimg.svg) no-repeat right -2px;
    background-size:13%;
	background-color:#a00;
	padding:60px 0;
	margin-bottom:100px;
}
.business_contents_desc_sp:after {
	content:"";
	position:absolute;
  width:4%;
  height:100%;
  top: 0;
  left: 0;
  background-color:#c00;
  z-index:1;
}
.business_contents_desc_sp h3 {
	text-align:center;
	color:#fff;
	font-size:3.4rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
}
.business_contents_desc_sp h3 br {
	display:none;
}
.business_contents_desc_sp p {
	width:80%;
	text-align:center;
	color:#fff;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.8;
	letter-spacing:0.05em;
	margin:40px auto 0;
}
.business_contents_desc_sp01 {
	position:relative;
	width:80%;
	background-color:#fff;
	padding:45px 0 60px;
	margin:40px auto 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.business_contents_desc_sp01 h4 {
	text-align:center;
	color:#222;
	font-size:2.4rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin:15px auto 0;
}
.business_contents_desc_sp01 h4 br {
	display:none;
}

.business_contents_nav_sp {
	position:relative;
	width:100%;
	padding-top: 60px;
}
.business_contents_nav_sp:after {
	content:"";
	position:absolute;
  width:4%;
  height:100%;
  top: 0;
  left: 0;
  background-color:#c00;
  z-index:1;
}
.business_contents_nav_sp ul {
	font-size:1.3rem;
	letter-spacing:0.05em;
	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;
}
.business_contents_nav_sp ul li {
	margin:0 3px;
}
.business_contents_nav_sp ul li a,a:link a:visited {
	display:inline-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 25px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.business_contents_nav_sp ul li a:hover {
	background:url(../img/list_mk004.svg) no-repeat center 100%;
    background-size:12px 12px;
	background-color:#a00;
	border:1px solid #c00;
}
.business_contents_sp01 {
	position:relative;
	width:100%;

}
.business_list01 {
	position:relative;
	width:92%;
	padding-top:60px;
	margin: 0 auto 80px;

}
.business_list01_left {
	position:absolute;
	width:50%;
	background-color:#fff;
	top:0;
	left:7%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index:10;
}
.business_list01_right {
	position:relative;
	width:45%;
	background-color:#fff;
	margin-left:55%;
	padding:60px;
	box-shadow: 0px 0px 20px 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:92%;
	padding-top:50px;
	margin: 0 auto 80px;
}
.business_list02_right {
	position:absolute;
	width:51%;
	background-color:#fff;
	top:0;
	right:6%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index:10;

}
.business_list02_left {
	position:relative;
	width:45%;
	background-color:#fff;
	padding:60px;
	box-shadow: 0px 0px 20px 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:6.0rem;
	color:#222;
	line-height:1.0;
	letter-spacing:0.05em;
}
.business_contents_sp01 .business_list_title p {
	font-size:1.3rem;
	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:40px;
	z-index:2;
}
.business_contents_sp01 .business_list_desc01 {
	width:100%;
	border-left:1px dotted #c00;
	padding-left:15px;
	margin-bottom:40px;
}
.business_contents_sp01 .business_list_desc01 p {
	font-size:1.4rem;
	line-height:1.8;
	letter-spacing:0.05em;
	margin-top:30px;
}

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

@media screen and (min-width:768px) and (max-width:1023px){
.business_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:200px;

}
.business_contents_desc_sp {
	position:relative;
	width:100%;
	background:url(../../img/business_img/concept_backimg.svg) no-repeat right -2px;
    background-size:18%;
	background-color:#a00;
	padding:60px 0;
	margin-bottom:100px;
}
.business_contents_desc_sp:after {
	content:"";
	position:absolute;
  width:3%;
  height:100%;
  top: 0;
  left: 0;
  background-color:#c00;
  z-index:1;
}
.business_contents_desc_sp h3 {
	text-align:center;
	color:#fff;
	font-size:3.0rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
}
.business_contents_desc_sp h3 br {
	display:none;
}
.business_contents_desc_sp p {
	width:80%;
	color:#fff;
	font-size:1.3rem;
	font-weight:500;
	line-height:1.8;
	letter-spacing:0.05em;
	margin:40px auto 0;
}
.business_contents_desc_sp p br {
	display:none;
}
.business_contents_desc_sp01 {
	position:relative;
	width:80%;
	background-color:#fff;
	padding:30px 0 40px;
	margin:40px auto 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.business_contents_desc_sp01 h4 {
	text-align:center;
	color:#222;
	font-size:2.0rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin:10px auto 0;
}
.business_contents_desc_sp01 h4 br {
	display:none;
}

.business_contents_nav_sp {
	position:relative;
	width:100%;
	padding-top: 60px;
}
.business_contents_nav_sp ul {
	font-size:1.2rem;
	letter-spacing:0.05em;
	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;
}
.business_contents_nav_sp ul li {
	margin:0 2px;
}
.business_contents_nav_sp ul li a,a:link a:visited {
	display:inline-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 20px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.business_contents_nav_sp ul li a:hover {
	background:url(../img/list_mk004.svg) no-repeat center 100%;
    background-size:12px 12px;
	background-color:#a00;
	border:1px solid #c00;
}
.business_contents_sp01 {
	position:relative;
	width:100%;

}
.business_list01 {
	position:relative;
	width:92%;
	padding-top:300px;
	margin: 0 auto 80px;

}
.business_list01_left {
	position:absolute;
	width:70%;
	background-color:#fff;
	top:0;
	left:6%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index:10;
}
.business_list01_right {
	position:relative;
	width:80%;
	background-color:#fff;
	margin-left:20%;
	padding: 45px 50px;
	box-shadow: 0px 0px 20px 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:92%;
	padding-top:300px;
	margin: 0 auto 80px;
}
.business_list02_right {
	position:absolute;
	width:70%;
	background-color:#fff;
	top:0;
	right:5%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index:10;

}
.business_list02_left {
	position:relative;
	width:80%;
	background-color:#fff;
	padding:45px 50px;
	box-shadow: 0px 0px 20px 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:5.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;
	display:inline-block;
	top:20px;
	left:-10px;
	color:#fff;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:14.0rem;
	line-height:1.0;
	letter-spacing:0.03em;
	z-index:20;
	text-shadow: 0px 0px 16px rgba(0,0,0,0.1);
}
p.business_num02 {
	position:absolute;
	display:inline-block;
	top:20px;
	right:-12px;
	color:#fff;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:14.0rem;
	line-height:1.0;
	letter-spacing:0.03em;
	z-index:20;
	text-shadow: 0px 0px 16px rgba(0,0,0,0.1);
}
}

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


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

@media screen and (min-width:1024px){
.company_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:300px;

}
.company_contents_nav_sp {
	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;
	margin-bottom:80px;
}
.company_contents_nav_sp .company_contents_nav_list {
	width:23%;
	margin:0 4px;
}
.company_contents_nav_sp .company_contents_nav_list_active {
	width:23%;
	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;
	justify-content: center;
	align-items:center;
	margin:0 4px;
	border:1px solid #a00;
	padding:20px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background:url(../img/list_mk002.svg) no-repeat right 5px center;
    background-size:16px 16px;
    background-color: #a00;
}
.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 10px center;
    background-size:16px 16px;
	border:1px solid #a00;
	padding:20px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.company_contents_nav_sp .company_contents_nav_list a:hover {
	background:url(../img/list_mk002.svg) no-repeat right 5px center;
    background-size:16px 16px;
    background-color: #a00;
	border:1px solid #a00;
}
.company_contents_nav_sp .company_contents_nav_thumb {
	width:40%;
}
.company_contents_nav_sp .company_contents_nav_title {
	width:60%;
	padding-left:15px;
}
.company_contents_nav_sp .company_contents_nav_title h3 {
	font-size:1.8rem;
	line-height:1.0;
	letter-spacing:0.1em;
}
.company_contents_nav_sp .company_contents_nav_title p {
	font-size:1.2rem;
	line-height:1.0;
	letter-spacing:0.05em;
	margin-top:8px;
}

.company_mission_contents_sp {
	position:relative;
	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;
	background-color:#a00;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin: 0 auto 80px;
}
.company_mission_contents_sp .company_mission_contents_sp_left {
	width:50%;
	padding:60px;
}
.company_mission_contents_sp .company_mission_contents_sp_left h2 {
	color:#fff;
}
.company_mission_contents_sp .company_mission_contents_sp_left p {
	color:#fff;
}
.company_mission_contents_sp .company_mission_contents_sp_right {
	position:relative;
	width:50%;
	padding:60px 60px 30px;
	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;
	font-size:2.4rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin-bottom:15px;
	z-index: 2;
}
.company_mission_contents_sp .company_mission_contents_sp_right p {
	position:relative;
	font-size:1.4rem;
	letter-spacing:0.05em;
	font-weight:500;
	margin-bottom:30px;
	z-index: 2;
}

.company_contents_sp02 {
	width:100%;
}
.company_contents_sp02 .page_title_sp {
	color:#fff;
}
.company_contents_sp03 {
	position:relative;
	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: 40px auto 0;
}
.company_contents_sp03_left {
	width:50%;
}
.company_contents_sp03_left p {
	width:100%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin-bottom:30px;
}
.company_contents_sp03_left p img {
	width:100%;
}

.company_contents_sp03_right {
	width:50%;
	padding-left:60px;
}
.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:25px;
}
.company_contents_sp03_right dl dt {
	float:left;
	font-size:1.3rem;
}
.company_contents_sp03_right dl dd {
	font-size:1.4rem;
	padding:0 0 10px 120px;
}
.company_contents_sp03_right dl dd h5 {
	font-size:1.8rem;
	font-weight:700;
	padding-bottom:15px;
}
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;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.company_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:200px;

}
.company_contents_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;
	justify-content: space-between;
	margin: 0 auto 60px;
}
.company_contents_nav_sp .company_contents_nav_list {
	width:33%;
}
.company_contents_nav_sp .company_contents_nav_list_active {
	color:#fff;
	width:33%;
	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 7px 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;
}
.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 7px 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:15px;
}
.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%;
	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:#a00;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin: 0 auto 80px;
}
.company_mission_contents_sp .company_mission_contents_sp_left {
	width:50%;
	padding:40px;
}
.company_mission_contents_sp .company_mission_contents_sp_left h2 {
	color:#fff;
	font-size:5.2rem;
}
.company_mission_contents_sp .company_mission_contents_sp_left p {
	color:#fff;
	font-size:1.2rem;
}
.company_mission_contents_sp .company_mission_contents_sp_right {
	position:relative;
	width:50%;
	padding:40px 40px 10px;
	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;
	font-size:2.0rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin-bottom:15px;
	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:30px;
	z-index: 2;
}

.company_contents_sp02 {
	width:100%;
}
.company_contents_sp02 .page_title_sp {
	color:#fff;
}
.company_contents_sp03 {
	position:relative;
	width:100%;
	margin: 40px auto 0;
}
.company_contents_sp03_left {
	width:80%;
}
.company_contents_sp03_left p {
	width:100%;
	box-shadow: 0px 0px 20px 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:75%;
	margin: 0 5% 0 20%;
}
.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:25px;
}
.company_contents_sp03_right dl dt {
	float:left;
	font-size:1.3rem;
}
.company_contents_sp03_right dl dd {
	font-size:1.3rem;
	padding:0 0 10px 120px;
}
.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 ############# */

@media screen and (min-width:1024px){
.history_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:300px;

}
.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 center 0;
    background-size:4px 6px;
	margin-bottom:60px;
	padding-bottom:40px;
}
.history_contents_sp03 {
	position:relative;
	width:100%;
	background:url(../../img/history_img/history_backimg001.svg) repeat-y center 0;
    background-size:4px 6px;
	padding-bottom:120px;
}
.history_list01 {
	position:relative;
	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;
}
.history_list01_left {
	width:50%;
	padding-right:45px;
}
.history_list01_left dl {
	position:relative;
	background-color:#fff;
	line-height:1.6;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	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-top:40px;
}
.history_list01_left dl:after {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent #fff transparent #fff;
    border-width: 6px 0px 6px 14px;
}
.history_list01_left dl dt {
	text-align:center;
	width:30%;
	font-size:1.3rem;
	letter-spacing:0.05em;
	background-color:#f3f3f3;
	padding:30px 0;
}
.history_list01_left dl dd {
	width:70%;
	font-size:1.4rem;
	letter-spacing:0.05em;
	padding:30px 20px 30px 40px;
}
.history_list01_left p {
	width:100%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin-top:20px;
}
.history_list01_left p img {
	width:100%;
}
.history_list01_right {
	width:50%;
	padding-left:45px;
}
.history_list01_right dl {
	position:relative;
	background-color:#fff;
	line-height:1.6;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	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-top:40px;
}
.history_list01_right dl:after {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent #f3f3f3 transparent #f3f3f3;
    border-width: 6px 14px 6px 0px;
}
.history_list01_right dl dt {
	text-align:center;
	width:30%;
	font-size:1.3rem;
	letter-spacing:0.05em;
	background-color:#f3f3f3;
	padding:30px 0;
}
.history_list01_right dl dd {
	width:70%;
	font-size:1.4rem;
	letter-spacing:0.05em;
	padding:30px 20px 30px 40px;
}
.history_list01_right p {
	width:100%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin-top:20px;
}
.history_list01_right p img {
	width:100%;
}
.history_list02 {
	position:relative;
	width:100%;
	margin-bottom:60px;
}
.history_list02 h3 {
	text-align:center;
	color:#fff;
	font-size:3.6rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
}

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

}
.history_100contents_sp .page_title_sp {
	position:relative;
	color:#fff;
}
p.now_icon {
	position:absolute;
	top:-50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}
p.now_icon img {
	width:100px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.history_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:220px;

}
.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 center 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 center 0;
    background-size:4px 6px;
	padding-bottom:100px;
}
.history_list01 {
	position:relative;
	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;
}
.history_list01_left {
	width:50%;
	padding-right:30px;
}
.history_list01_left dl {
	position:relative;
	background-color:#fff;
	line-height:1.6;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin-top:30px;
}
.history_list01_left dl:after {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent #fff transparent #fff;
    border-width: 5px 0px 5px 14px;
}
.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:22px 25px;
}
.history_list01_left p {
	width:100%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin-top:15px;
}
.history_list01_left p img {
	width:100%;
}
.history_list01_right {
	width:50%;
	padding-left:30px;
}
.history_list01_right dl {
	position:relative;
	background-color:#fff;
	line-height:1.6;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin-top:30px;
}
.history_list01_right dl:after {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent #f3f3f3 transparent #f3f3f3;
    border-width: 5px 14px 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:22px 25px;
}
.history_list01_right p {
	width:100%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin-top:15px;
}
.history_list01_right p img {
	width:100%;
}
.history_list02 {
	position:relative;
	width:100%;
	margin-bottom:40px;
}
.history_list02 h3 {
	text-align:center;
	color:#fff;
	font-size:3.0rem;
	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;
}
p.now_icon {
	position:absolute;
	top:-40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}
p.now_icon img {
	width:80px;
}
}

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


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

@media screen and (min-width:1024px){
.message_contents_sp {
	position:relative;
	width:100%;

}
.message_contents_sp01 {
	position:relative;
	width:92%;
	margin: 0 auto 80px;

}
.message_contents_sp01_right {
	position:absolute;
	top:-35px;
	right:0;
	width:32%;
	background-color:#fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index:10;
}
.message_contents_sp01_right01 {
	padding:40px 40px 45px;
}
.message_contents_sp01_right02 {
	border-left:1px dotted #c00;
	padding-left:20px;
}
.message_contents_sp01_right h4 {
	font-size:1.4rem;
	font-weight:500;
	line-height:1.6;
	letter-spacing:0.01em;
	padding-bottom:15px;
}
.message_contents_sp01_right h3 {
	font-size:2.4rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.01em;
	color:#222;
}
.message_contents_sp01_left {
	position:relative;
	width:70%;
	background-color:#fff;
	padding-bottom:80px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);

}
.message_contents_title_sp {
	width:100%;
	background:url(../../img/news_img/news_posttitle_backimg.svg) no-repeat -2px -2px;
    background-size:13%;
	background-color:#f3f3f3;
	padding:60px 5%;
	margin-bottom:60px;
}
.message_contents_title_sp01 {
	position:relative;
	width:100%;
	padding:35px 35px;
}
.message_contents_title_sp01::before,
.message_contents_title_sp01::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 80px;
  -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:3.4rem;
	line-height:1.5;
	font-weight:700;
	letter-spacing:0.05em;
}
.message_contents_sp01_left p {
	font-size:1.4rem;
	line-height:2.0;
	letter-spacing:0.05em;
	margin:30px 80px 0;
}

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

}
.message_contents_sp02:before {
	content:"";
	position:absolute;
	top: -300px;
	left: 0;
	display:block;
	width:100%;
	height:300px;
	background-color:#a00;
	z-index:-1;
}
.message_contents_sp02 .page_title_sp {
	color:#fff;

}
.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;
}
.message_media_list {
	width:24%;
	margin-right:1.3333%;
	margin-top:40px;
}
.message_media_list:nth-child(4n) {
	margin-right:0;
}
.message_media_list a {
	position:relative;
	display:inline-block;
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.message_media_list a img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}
.message_media_list a .caption {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size:1.4rem;
    color:#fff;
    letter-spacing:0.1em;
    font-family: 'Oswald', sans-serif;
    font-weight:400;
  }
.message_media_list a .mask {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.4);
    -webkit-transition: all 0.6s ease;
      -moz-transition:  all 0.6s ease;
      -o-transition:  all 0.6s ease;
      transition:all 0.6s ease;
  }
.message_media_list a:hover .mask {
    opacity:1;  /* マスクを表示する */
  }
.message_media_list p {
	font-size:1.4rem;
	letter-spacing:0.05em;
	color:#fff;
	margin-top:10px;
	border-left:1px dotted #fff;
	padding-left:15px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.message_contents_sp {
	position:relative;
	width:100%;

}
.message_contents_sp01 {
	position:relative;
	width:92%;
	margin: 0 auto 80px;

}
.message_contents_sp01_right {
	position:absolute;
	top:-40px;
	right:0;
	width:36%;
	background-color:#fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index:10;
}
.message_contents_sp01_right01 {
	padding:35px 30px 40px;
}
.message_contents_sp01_right02 {
	border-left:1px dotted #c00;
	padding-left:15px;
}
.message_contents_sp01_right h4 {
	font-size:1.3rem;
	font-weight:500;
	line-height:1.6;
	letter-spacing:0.01em;
	padding-bottom:15px;
}
.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:70%;
	background-color:#fff;
	padding-bottom:60px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);

}
.message_contents_title_sp {
	width:100%;
	background:url(../../img/news_img/news_posttitle_backimg.svg) no-repeat -2px -2px;
    background-size:20%;
	background-color:#f3f3f3;
	padding:40px 5%;
	margin-bottom:60px;
}
.message_contents_title_sp01 {
	position:relative;
	width:100%;
	padding:30px 30px;
}
.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:3.0rem;
	line-height:1.5;
	font-weight:700;
	letter-spacing:0.05em;
}
.message_contents_sp01_left p {
	font-size:1.4rem;
	line-height:2.0;
	letter-spacing:0.05em;
	margin:30px 60px 0;
}

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

}
.message_contents_sp02:before {
	content:"";
	position:absolute;
	top: -250px;
	left: 0;
	display:block;
	width:100%;
	height:250px;
	background-color:#a00;
	z-index:-1;
}
.message_contents_sp02 .page_title_sp {
	color:#fff;

}
.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;
}
.message_media_list {
	width:32%;
	margin-top:40px;
	margin-right:2%;
}
.message_media_list:nth-child(3n) {
	margin-right:0;
}
.message_media_list a {
	position:relative;
	display:inline-block;
	width: 100%;
	height: 160px;
	overflow: hidden;
}
.message_media_list a img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.message_media_list a .caption {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size:1.4rem;
    color:#fff;
    letter-spacing:0.1em;
    font-family: 'Oswald', sans-serif;
    font-weight:400;
  }
.message_media_list a .mask {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.4);
    -webkit-transition: all 0.6s ease;
      -moz-transition:  all 0.6s ease;
      -o-transition:  all 0.6s ease;
      transition:all 0.6s ease;
  }
.message_media_list a:hover .mask {
    opacity:1;  /* マスクを表示する */
  }
.message_media_list p {
	font-size:1.3rem;
	letter-spacing:0.05em;
	color:#fff;
	margin-top:10px;
	border-left:1px dotted #fff;
	padding-left:15px;
}
}

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


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

@media screen and (min-width:1024px){
.recruit_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:300px;

}
.recruit_contents_desc_sp {
	width:92%;
	margin: 0 auto 80px;
	background-color:#fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.recruit_contents_desc_sp .recruit_contents_desc_sp01 {
	position:relative;
	width:100%;
	background-color:#a00;
	padding:60px 0;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp01 h3 {
	text-align:center;
	color:#fff;
	font-size:3.0rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp01 h3 br {
	display:none;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp02 {
	position:relative;
	width:100%;
	padding:80px 10% 40px 80px;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp02:after {
	content:"";
	position:absolute;
  width:4%;
  height:100%;
  top: 0;
  right: 0;
  background-color:#f1f1f1;
  z-index:1;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp02 p {
	font-size:1.4rem;
	line-height:1.8;
	letter-spacing:0.05em;
	margin-bottom:40px;
}

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

}
.recruit_contents_system_sp .page_title_sp {
	color:#fff;

}
.recruit_contents_system_sp01 {
	position:relative;
	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;
	justify-content: space-between;
	margin: 40px auto 0;
	z-index:2;
}
.recruit_system_list {
	position:relative;
	width:32%;
}
.recruit_system_list .recruit_system_list_thumb {
	position:relative;
	width:100%;
}
.recruit_system_list .recruit_system_list_desc {
	width:100%;
}
.recruit_system_list .recruit_system_list_desc h3 {
	font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 15px;
    color:#fff;
    border-left: 1px dotted #fff;
    padding-left: 15px;
 }
.recruit_system_list .recruit_system_list_desc p {
	color:#fff;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin: 20px 0 30px;
}

.recruit_contents_sp01 {
	position:relative;
	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;
	justify-content: space-between;
	margin: 0 auto 100px;
	z-index:2;
}
.recruit_contents_sp01_left {
	width:49.7%;
	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_left .recruit_contents_sp01_thumb {
	position:relative;
	width:50%;
}
.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%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.recruit_contents_sp01_left .recruit_contents_sp01_thumb a:hover img {
	transform: scale(1.1);
}
.recruit_contents_sp01_left .recruit_contents_sp01_thumb .caption {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size:1.4rem;
	color:#fff;
	letter-spacing:0.1em;
	font-weight:400;
}
.recruit_contents_sp01_left .recruit_contents_sp01_thumb .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.recruit_contents_sp01_left .recruit_contents_sp01_thumb:hover .mask {
	opacity:1;  /* マスクを表示する */
}

.recruit_contents_sp01_left .recruit_contents_sp01_title {
	width:50%;
	padding-left:40px;
}

.recruit_contents_sp01_right {
	width:49.7%;
	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:50%;
}
.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%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.recruit_contents_sp01_right .recruit_contents_sp01_thumb a:hover img {
	transform: scale(1.1);
}
.recruit_contents_sp01_right .recruit_contents_sp01_thumb .caption {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size:1.4rem;
	color:#fff;
	letter-spacing:0.1em;
	font-weight:400;
}
.recruit_contents_sp01_right .recruit_contents_sp01_thumb .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.recruit_contents_sp01_right .recruit_contents_sp01_thumb:hover .mask {
	opacity:1;  /* マスクを表示する */
}

.recruit_contents_sp01_right .recruit_contents_sp01_title {
	width:50%;
	padding-left:40px;
}

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

.recruit_contents_sp02 {
	position:relative;
	width:92%;
	margin:0 auto ;
	background-color:#fff;
	box-shadow: 0px 0px 20px 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.8rem;
  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: 25%;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align:top;
  cursor: pointer;
  padding:30px 0 35px;
  transition: all .3s;
  background: url(../img/list_mk003.svg) no-repeat center bottom 6px;
  background-size:16px;
  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%;
	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;
}
.recruit_tab_content01_left {
	width:50%;
	padding:75px 40px;
}
.recruit_tab_content01_left h3 {
	text-align:right;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #222;
}
.recruit_tab_content01_left p {
	text-align:right;
	font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.075em;
    color: #c00;
    padding: 6px 2px 0 0px;
}
.recruit_tab_content01_right {
	width:50%;
}
.recruit_tab_content01_right dl {
	letter-spacing:0.075rem;
	line-height:1.8;
	margin-top:10px;
	border-left:1px dotted #c00;
	padding-left:25px;
	margin:80px 60px 80px 0;
}
.recruit_tab_content01_right dl dt {
	float:left;
	color:#222;
	font-size:1.3rem;
}
.recruit_tab_content01_right dl dd {
	font-size:1.4rem;
	padding:0 0 15px 90px;
}
.recruit_tab_content01_right dl dd:last-child {
	padding-bottom:0;
}
.recruit_tab_content_bottom {
	width:100%;
	background-color:#f3f3f3;
	padding:80px;
}
.recruit_tab_content_bottom .btn_style01 {
	width:60%;
	margin:0 auto;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.recruit_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:240px;

}
.recruit_contents_desc_sp {
	width:92%;
	margin: 0 auto 80px;
	background-color:#fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.recruit_contents_desc_sp .recruit_contents_desc_sp01 {
	position:relative;
	width:100%;
	background-color:#a00;
	padding:40px 0;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp01 h3 {
	text-align:center;
	color:#fff;
	font-size:2.4rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.05em;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp01 h3 br {
	display:none;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp02 {
	position:relative;
	width:100%;
	padding:60px 12% 20px 60px;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp02:after {
	content:"";
	position:absolute;
  width:5%;
  height:100%;
  top: 0;
  right: 0;
  background-color:#f1f1f1;
  z-index:1;
}
.recruit_contents_desc_sp .recruit_contents_desc_sp02 p {
	font-size:1.4rem;
	line-height:1.8;
	letter-spacing:0.05em;
	margin-bottom:40px;
}
.recruit_contents_system_sp {
	position:relative;
	width:100%;

}
.recruit_contents_system_sp .page_title_sp {
	color:#fff;

}
.recruit_contents_system_sp01 {
	position:relative;
	width:92%;
	margin: 30px auto 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;
	justify-content: space-between;
}
.recruit_system_list {
	position:relative;
	width:48%;
	margin-bottom:40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.recruit_system_list .recruit_system_list_thumb {
	position:relative;
	width:100%;
}
.recruit_system_list .recruit_system_list_thumb::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  -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%;
}
.recruit_system_list .recruit_system_list_desc h3 {
	font-size:1.8rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin-top:15px;
	color:#fff;
	border-left:1px dotted #fff;
	padding-left:15px;
}
.recruit_system_list .recruit_system_list_desc p {
	font-size:1.3rem;
	color:#fff;
	line-height:1.8;
	letter-spacing:0.05em;
	margin: 20px 0 0;
}

.recruit_contents_sp01 {
	position:relative;
	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;
	justify-content: space-between;
	margin: 0 auto 80px;
	z-index:2;
}
.recruit_contents_sp01_left {
	width:49.7%;
	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_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:49.7%;
	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.8rem;
	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:8px 0 0 2px;
}


.recruit_contents_sp02 {
	position:relative;
	width:92%;
	margin:0 auto ;
	background-color:#fff;
	box-shadow: 0px 0px 20px 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.6rem;
  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: 25%;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align:top;
  cursor: pointer;
  padding:30px 0 35px;
  transition: all .3s;
  background: url(../img/list_mk003.svg) no-repeat center bottom 6px;
  background-size:16px;
  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%;
	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;
}
.recruit_tab_content01_left {
	width:50%;
	padding:65px 30px 0 20px;
}
.recruit_tab_content01_left h3 {
	text-align:right;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #222;
}
.recruit_tab_content01_left p {
	text-align:right;
	font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.075em;
    color: #c00;
    padding: 6px 2px 0 0px;
}
.recruit_tab_content01_right {
	width:50%;
}
.recruit_tab_content01_right dl {
	letter-spacing:0.075rem;
	line-height:1.8;
	margin-top:10px;
	border-left:1px dotted #c00;
	padding-left:25px;
	margin:60px 40px 60px 0;
}
.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 15px 80px;
}
.recruit_tab_content01_right dl dd:last-child {
	padding-bottom:0;
}
.recruit_tab_content_bottom {
	width:100%;
	background-color:#f3f3f3;
	padding:40px 60px;
}
.recruit_tab_content_bottom .btn_style01 {
	width:70%;
	margin:0 auto;
}
}

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


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

@media screen and (min-width:1024px){
.access_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:140px;

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

}
.access_list {
	position:relative;
	width:100%;
	margin-bottom:120px;
}
.access_list .access_map {
	position:absolute;
	width:45%;
	left:0;
	top:-60px;
	height:80%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index:10;
}
.access_list .access_map iframe {
	width:100%;
}
.access_list .access_map01 {
	position:absolute;
	width:45%;
	left:0;
	top:-60px;
	height:100%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index:10;
}
.access_list .access_map01 iframe {
	width:100%;
}
.access_list .access_desc {
	position:relative;
	width:59%;
	margin-left:41%;
	padding-top:50px;
	background-color:#fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.access_list .access_desc_title {
	width:100%;
	padding-left:90px;
}
.access_list .access_desc_title h3 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:6.0rem;
	color:#222;
	line-height:1.0;
	letter-spacing:0.05em;
}
.access_list .access_desc_title h6 {
	font-size:1.3rem;
	font-weight:700;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
	padding:6px 4px 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:25px;
	margin:40px 60px 40px 90px;
}
.access_list .access_desc dl dt {
	float:left;
	color:#222;
	font-size:1.3rem;
}
.access_list .access_desc dl dd {
	font-size:1.3rem;
	padding:0 0 10px 90px;
}
.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:40px 60px 20px 90px;
}
.access_list .access_desc01 h5 {
	font-size:2.2rem;
	font-weight:700;
	line-height:1.4;
	letter-spacing:0.05em;
	color:#222;
	margin-bottom:15px;
}
.access_list .access_desc01 h5 img {
	width:35px;
	padding-right:8px;
}
.access_list .access_desc01 p {
	letter-spacing:0.075rem;
	font-size:1.3rem;
	margin-bottom:30px;
}

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

}
.access_list02 .access_map {
	position:absolute;
	width:45%;
	left:0;
	top:-60px;
	height:100%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index:10;
}
.access_list02 .access_map iframe {
	width:100%;
}
.access_list02 .access_desc {
	position:relative;
	width:59%;
	margin-left:41%;
	padding-top:50px;
	background-color:#fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.access_list02 .access_desc_title {
	width:100%;
	padding-left:90px;
}
.access_list02 .access_desc_title h3 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:6.0rem;
	color:#222;
	line-height:1.0;
	letter-spacing:0.05em;
}
.access_list02 .access_desc_title h6 {
	font-size:1.3rem;
	font-weight:700;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
	padding:6px 4px 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:25px;
	margin:40px 60px 40px 90px;
}
.access_list02 .access_desc dl dt {
	float:left;
	color:#222;
	font-size:1.3rem;
}
.access_list02 .access_desc dl dd {
	font-size:1.3rem;
	padding:0 0 10px 90px;
}
.access_list02 .access_desc dl dd:last-child {
	padding-bottom:0 ;
}
.access_list02 .access_desc dl dd span {
	font-size:1.0rem;
	line-height:1.4;
}
.access_list02 .access_desc01 {
	position:relative;
	width:100%;
	background-color:#f3f3f3;
	padding:40px 60px 20px 90px;
}
.access_list02 .access_desc01 p {
	letter-spacing:0.075rem;
	font-size:1.3rem;
	margin-bottom:30px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.access_contents_sp {
	position:relative;
	width:100%;
	padding-bottom:120px;

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

}
.access_list {
	position:relative;
	width:100%;
	padding-top:210px;
	margin-bottom:120px;
}
.access_list .access_map {
	position:absolute;
	width:90%;
	left:0;
	top:-60px;
	height:300px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index:10;
}
.access_list .access_map iframe {
	width:100%;
}
.access_list .access_map01 {
	position:absolute;
	width:90%;
	left:0;
	top:-60px;
	height:300px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	z-index:10;
}
.access_list .access_map01 iframe {
	width:100%;
}
.access_list .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_list .access_desc_title {
	width:100%;
	padding-left:60px;
}
.access_list .access_desc_title h3 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:5.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 4px 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:25px;
	margin:40px 60px 40px 60px;
}
.access_list .access_desc dl dt {
	float:left;
	color:#222;
	font-size:1.3rem;
}
.access_list .access_desc dl dd {
	font-size:1.3rem;
	padding:0 0 10px 80px;
}
.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:40px 60px 15px 60px;
}
.access_list .access_desc01 h5 {
	font-size:2.0rem;
	font-weight:700;
	line-height:1.4;
	letter-spacing:0.05em;
	color:#222;
	margin-bottom:15px;
}
.access_list .access_desc01 h5 img {
	width:34px;
	padding-right:8px;
}
.access_list .access_desc01 p {
	letter-spacing:0.075rem;
	font-size:1.3rem;
	margin-bottom:30px;
}

.access_list02 {
	position:relative;
	width:100%;
	padding-top:210px;
}
.access_list02 .access_map {
	position:absolute;
	width:90%;
	left:0;
	top:-60px;
	height:300px;
	box-shadow: 0px 0px 20px 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:60px;
}
.access_list02 .access_desc_title h3 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:5.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 4px 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:25px;
	margin:40px 60px 40px 60px;
}
.access_list02 .access_desc dl dt {
	float:left;
	color:#222;
	font-size:1.3rem;
}
.access_list02 .access_desc dl dd {
	font-size:1.3rem;
	padding:0 0 10px 80px;
}
.access_list02 .access_desc dl dd:last-child {
	padding-bottom:0 ;
}
.access_list02 .access_desc dl dd span {
	font-size:1.0rem;
	line-height:1.4;
}
.access_list02 .access_desc01 {
	position:relative;
	width:100%;
	background-color:#f3f3f3;
	padding:40px 60px 15px 60px;
}
.access_list02 .access_desc01 p {
	letter-spacing:0.075rem;
	font-size:1.3rem;
	margin-bottom:30px;
}
}

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


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

@media screen and (min-width:1024px){
.post_contents_sp {
	position:relative;
	width:96%;
	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;
	padding-bottom:300px;

}
.post_contents_sp_left {
	flex:1;
	background-color:#fff;
	margin-top:-35px;
	box-shadow: 0px 0px 20px 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:13%;
	background-color:#f3f3f3;
	padding:60px 4%;
}
.post_contents_title_sp01 {
	position:relative;
	width:100%;
	padding:35px 40px 10px;
}
.post_contents_title_sp01::before,
.post_contents_title_sp01::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 80px;
  -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.3rem;
	font-weight:500;
	line-height:1.0;
	letter-spacing:0.05em;
	margin-bottom:10px;
}
.post_contents_title_sp .post_contents_title_staffname {
	display:inline-block;
	color:#222;
	font-size:2.4rem;
	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:3.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.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;
	justify-content: flex-end;
	margin-top:15px;
}

.post_contents_thumb_sp {
	width:100%;
	margin-top: 60px;
}
.post_contents_thumb_sp p {
	margin: 0 4%;
	border:16px solid #fff;
	box-shadow: 0px 0px 20px 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:3.0rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin: 60px 4% 0 3%;
	border-left:1px dotted #c00;
	padding-left:20px;
}
.post_contents_detail_sp h4 {
	display:inline-block;
	color:#c00;
	font-size:2.4rem;
	font-weight:700;
	line-height:1.6;
	letter-spacing:0.05em;
	margin:40px 5% 0;
	padding-bottom:4px;
	border-bottom:1px dotted #c00;
}
.post_contents_detail_sp h5 {
	font-size:2.0rem;
	font-weight:700;
	line-height:1.6;
	letter-spacing:0.05em;
	margin:40px 5% 0;
}
.post_contents_detail_sp p {
	font-size:1.4rem;
	line-height:1.8;
	letter-spacing:0.05em;
	margin-top:40px;
	padding: 0 5%;
}
.post_contents_detail_sp dl {
	font-size:1.4rem;
	line-height:1.6;
	letter-spacing:0.05em;
	margin:40px 5% 0;
}
.post_contents_detail_sp dl dt {
	float:left;
	color:#222;
	font-weight:500;
}
.post_contents_detail_sp dl dd {
	padding:0 0 15px 120px;
}
.post_contents_detail_sp ul {
	font-size:1.4rem;
	line-height:1.6;
	letter-spacing:0.05em;
	margin:40px 5% 0;
	border:1px dotted #ddd;
	padding:40px 40px 27px;
}
.post_contents_detail_sp ul li {
	margin-bottom:13px;
	background:url(../img/list_mk001.svg) no-repeat 0 6px;
    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: 40px 5% 0;
	border:1px dotted #ddd;
	background-color:#f3f3f3;
	padding:40px 40px 25px;
}
.post_contents_detail_sp .link_sp h6 {
	font-size:1.4rem;
	line-height:1.6;
	letter-spacing:0.05em;
	margin-bottom:15px;
	background:url(../img/list_mk001.svg) no-repeat 0 center;
    background-size:12px 12px;
    padding-left:14px;
}
.post_contents_detail_sp .link_sp h6 img {
	width:22px;
	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 */

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

.post_contents_sp_left01 ul.share_btn li {
	width: 24%;
	font-size: 1.4rem;
	letter-spacing:0.05em;
}
.post_contents_sp_left01 ul.share_btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s;
}
.post_contents_sp_left01 ul.share_btn li.fb {
	border-radius: 6px;
	background-color: #315096;
	transition: all .3s;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.post_contents_sp_left01 ul.share_btn li.fb:hover {
	background-color: #263970;
}

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

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

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

.post_contents_sp_left01 ul.share_btn li.fb span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f39e";
	padding-right: .4em;
	font-weight: 900;
}
.post_contents_sp_left01 ul.share_btn li.tweet span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f099";
	padding-right: .4em;
	font-size: 1.6rem;
	font-weight: 900;
}
.post_contents_sp_left01 ul.share_btn li.ht span:before {
	content: "B!";
	padding-right: .4em;
	font-size: 1.6rem;
	font-family: Verdana;
	vertical-align: middle;
}
.post_contents_sp_left01 ul.share_btn 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:280px;
	padding-left:40px;
	padding-top:60px;
}
.post_contents_sp_right .side_block {
	width:100%;
	margin-bottom:40px;
}
.post_contents_sp_right .side_block02 {
	width:100%;
	  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.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:3.6rem;
	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.1rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.05em;
	padding-top:6px;
}

.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:45%;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list a .side_ranking_list_thumb p {
	position:relative;
    width: 100%;
    height: 63px;
    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: 63px;
    object-fit: cover;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list a .side_ranking_list_desc {
	width:55%;
	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.5;
	transition: all .3s;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list a .side_ranking_list_desc h4:hover {
	color:#111;
}

.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:45%;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_thumb p {
	position:relative;
    width: 100%;
    height: 63px;
    overflow: hidden;
	line-height:1.0;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_thumb p img {
	width: 100%;
    height: 63px;
    object-fit: cover;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_desc {
	width:55%;
	padding-left:15px;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_desc h4 {
	font-size:1.2rem;
	line-height:1.5;
	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:100%;
}
.post_contents_sp_right .side_bunner_sp p {
	width:100%;
	margin-bottom:15px;
}
.post_contents_sp_right .side_bunner_sp p img {
	width:100%;
}

.post_contents_sp_right .side_bunner_sp02 {
	width:100%;
}
.post_contents_sp_right .side_bunner_sp02 p {
	width:100%;
	margin-top:15px;
}
.post_contents_sp_right .side_bunner_sp02 p img {
	width:100%;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.post_contents_sp {
	position:relative;
	width:94%;
	padding-bottom:200px;

}
.post_contents_sp_left {
	width:100%;
	background-color:#fff;
	margin-top:-35px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	padding-bottom:60px;
}
.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:13%;
	background-color:#f3f3f3;
	padding:40px 4%;
}
.post_contents_title_sp01 {
	position:relative;
	width:100%;
	padding:25px 30px 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.3rem;
	font-weight:500;
	line-height:1.0;
	letter-spacing:0.05em;
	margin-bottom:10px;
}
.post_contents_title_sp .post_contents_title_staffname {
	display:inline-block;
	color:#222;
	font-size:2.0rem;
	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:3.0rem;
	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.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;
	justify-content: flex-end;
	margin-top:15px;
}

.post_contents_thumb_sp {
	width:100%;
	margin-top: 60px;
}
.post_contents_thumb_sp p {
	margin: 0 4%;
	border:16px solid #fff;
	box-shadow: 0px 0px 20px 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.6rem;
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin: 60px 4% 0 3%;
	border-left:1px dotted #c00;
	padding-left:20px;
}
.post_contents_detail_sp h4 {
	display:inline-block;
	color:#c00;
	font-size:2.0rem;
	font-weight:700;
	line-height:1.6;
	letter-spacing:0.05em;
	margin:40px 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:40px 5% 0;
}
.post_contents_detail_sp p {
	font-size:1.4rem;
	line-height:1.8;
	letter-spacing:0.05em;
	margin-top:40px;
	padding: 0 5%;
}
.post_contents_detail_sp dl {
	font-size:1.4rem;
	line-height:1.6;
	letter-spacing:0.05em;
	margin:40px 5% 0;
}
.post_contents_detail_sp dl dt {
	float:left;
	color:#222;
	font-weight:500;
}
.post_contents_detail_sp dl dd {
	padding:0 0 15px 120px;
}
.post_contents_detail_sp ul {
	font-size:1.4rem;
	line-height:1.6;
	letter-spacing:0.05em;
	margin:40px 5% 0;
	border:1px dotted #ddd;
	padding:30px 30px 17px;
}
.post_contents_detail_sp ul li {
	margin-bottom:13px;
	background:url(../img/list_mk001.svg) no-repeat 0 6px;
    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: 40px 5% 0;
	border:1px dotted #ddd;
	background-color:#f3f3f3;
	padding:30px 30px 15px;
}
.post_contents_detail_sp .link_sp h6 {
	font-size:1.4rem;
	line-height:1.6;
	letter-spacing:0.05em;
	margin-bottom:15px;
	background:url(../img/list_mk001.svg) no-repeat 0 center;
    background-size:12px 12px;
    padding-left:14px;
}
.post_contents_detail_sp .link_sp h6 img {
	width:22px;
	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 */

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

.post_contents_sp_left01 ul.share_btn li {
	width: 24%;
	font-size: 1.4rem;
	letter-spacing:0.05em;
}
.post_contents_sp_left01 ul.share_btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s;
}
.post_contents_sp_left01 ul.share_btn li.fb {
	border-radius: 6px;
	background-color: #315096;
	transition: all .3s;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.post_contents_sp_left01 ul.share_btn li.fb:hover {
	background-color: #263970;
}

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

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

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

.post_contents_sp_left01 ul.share_btn li.fb span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f39e";
	padding-right: .4em;
	font-weight: 900;
}
.post_contents_sp_left01 ul.share_btn li.tweet span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f099";
	padding-right: .4em;
	font-size: 1.6rem;
	font-weight: 900;
}
.post_contents_sp_left01 ul.share_btn li.ht span:before {
	content: "B!";
	padding-right: .4em;
	font-size: 1.6rem;
	font-family: Verdana;
	vertical-align: middle;
}
.post_contents_sp_left01 ul.share_btn 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 3% 0 5%;
}
.post_contents_sp_right .side_block {
	width:47.5%;
	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:3.6rem;
	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.1rem;
	font-weight:700;
	line-height:1.0;
	letter-spacing:0.05em;
	padding-top:6px;
}

.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:45%;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list a .side_ranking_list_thumb p {
	position:relative;
    width: 100%;
    height: 83px;
    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: 83px;
    object-fit: cover;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list a .side_ranking_list_desc {
	width:55%;
	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.5;
	transition: all .3s;
}
.post_contents_sp_right .side_ranking_sp .side_ranking_list a .side_ranking_list_desc h4:hover {
	color:#111;
}

.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:45%;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_thumb p {
	position:relative;
    width: 100%;
    height: 83px;
    overflow: hidden;
	line-height:1.0;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_thumb p img {
	width: 100%;
    height: 83px;
    object-fit: cover;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_desc {
	width:55%;
	padding-left:15px;
}
.post_contents_sp_right .side_list_sp .side_list a .side_list_desc h4 {
	font-size:1.2rem;
	line-height:1.5;
	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:100%;
}
.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:31.5%;
	margin-bottom:20px;
}
.post_contents_sp_right .side_bunner_sp02 p img {
	width:100%;
}
}
/* ############# post_contents_sp ############# */


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

@media screen and (min-width:1024px){
.contact_contents_sp {
	width:100%;
	position:relative;
	padding-bottom:300px;
}

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

.contact_contents_sp02 {
	width:100%;
	padding: 60px 100px 50px;
	background-color:#f3f3f3;
	margin-bottom:80px;
}
.contact_contents_sp02 dl {
	font-size:1.4rem;
	line-height:1.6;
	letter-spacing:0.05em;
}
.contact_contents_sp02 dl dt {
	float:left;
}
.contact_contents_sp02 dl dd {
	padding: 0 0 10px 80px;
}

.contact_contents_sp03 {
	font-size:1.4rem;
	line-height:1.8;
	letter-spacing:0.05em;
}

.form_contents_sp {
	width:100%;
	padding: 0px 100px 100px;
}
.form_contents_sp01 {
    border-bottom: 1px dotted #ddd;
    margin-bottom:40px;
}
.form_contents_sp01 dl {
	font-size: 1.4rem;
	letter-spacing:0.05em;
    line-height: 1.1;
    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;
    border-top: 1px dotted #ddd;
    padding: 25px 0 20px 5px;
}
.form_contents_sp01 dl dt {
	color:#222;
    font-weight: 500;
    width:200px;
}
.form_contents_sp01 dl dd {
	flex:1;
    line-height: 1.8;
}
.select_input01 {
    position: relative;
    width:30%;
    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 15px;
    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:15%;
    display: inline-block;
    overflow:hidden;
    border:1px solid #ddd;
    margin-right:5px;
}
.select_input02 select {
    color: #444;
    font-size:1.4rem;
    display:inline;
    width:100%;
    height:40px;
    padding:0 15px;
    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: 10px;
    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.6rem;
    color:#333;
    border:1px solid #ddd;
    padding:10px;
    width:70%;
}
.form_contents_sp01 input[type="email"] {
	font-size: 1.6rem;
    color:#333;
    border:1px solid #ddd;
    padding:10px;
    width:100%;
}
.form_contents_sp01 textarea {
	font-size: 1.6rem;
    color:#333;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    height: 200px;
}
.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:40px;
        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:40px 40px;
        background-color:#f3f3f3;
        border:1px dotted #ddd;
        margin:40px 0 ;
}

.form_contents_sp input.wpcf7c-elm-step2 {
        width:60%;
        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:40px 40px;
        background-color:#f3f3f3;
        border:2px dotted #ddd;
        margin:20px 0 40px;
}

.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:2px dotted #ddd;
        margin:20px 0 40px;
}

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

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

.form_btn_style01 {
    cursor: pointer;
    text-align: center;
    width: 60%;
    margin: 40px auto 0px;
    display: block !important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    font-size: 1.8rem !important;
    font-weight:500;
    padding: 24px 10px;
    margin: 0 auto;
    background:url(../img/list_mk002.svg) no-repeat right 20px center;
    background-size:16px 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 16px;
	background-color:#a00;
	border:none !important;
}

.form_btn_style02 {
    cursor: pointer;
    text-align: center;
    width: 60%;
    margin: 40px auto 0px;
    display: block !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    font-size: 1.8rem !important;
    font-weight:500;
    padding: 24px 10px;
    margin: 0 auto;
    background:url(../img/list_mk004.svg) no-repeat left 20px center;
    background-size:16px 16px;
    background-color:#999;
    letter-spacing:0.1em;
    transition: all .3s;
    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 16px;
	background-color:#666;
}

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

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


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

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

@media screen and (min-width:768px) and (max-width:1023px){
.contact_contents_sp {
	width:100%;
	position:relative;
	padding-bottom:200px;
}

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

.contact_contents_sp02 {
	width:100%;
	padding: 40px 60px 30px;
	background-color:#f3f3f3;
	margin-bottom:60px;
}
.contact_contents_sp02 dl {
	font-size:1.4rem;
	line-height:1.6;
	letter-spacing:0.05em;
}
.contact_contents_sp02 dl dt {
	float:left;
}
.contact_contents_sp02 dl dd {
	padding: 0 0 10px 80px;
}

.contact_contents_sp03 {
	font-size:1.4rem;
	line-height:1.8;
	letter-spacing:0.05em;
}

.form_contents_sp {
	width:100%;
	padding: 0px 60px 60px;
}
.form_contents_sp01 {
    border-bottom: 1px dotted #ddd;
    margin-bottom:40px;
}
.form_contents_sp01 dl {
	font-size: 1.4rem;
	letter-spacing:0.05em;
    line-height: 1.1;
    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;
    border-top: 1px dotted #ddd;
    padding: 25px 0 20px 5px;
}
.form_contents_sp01 dl dt {
	color:#222;
    font-weight: 500;
    width:180px;
}
.form_contents_sp01 dl dd {
	flex:1;
    line-height: 1.8;
}
.select_input01 {
    position: relative;
    width:30%;
    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 15px;
    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:20%;
    display: inline-block;
    overflow:hidden;
    border:1px solid #ddd;
    margin-right:5px;
}
.select_input02 select {
    color: #444;
    font-size:1.4rem;
    display:inline;
    width:100%;
    height:40px;
    padding:0 15px;
    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: 10px;
    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:70%;
}
.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: 200px;
}
.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:40px;
        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:40px 40px;
        background-color:#f3f3f3;
        border:1px dotted #ddd;
        margin:40px 0 ;
}

.form_contents_sp input.wpcf7c-elm-step2 {
        width:60%;
        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:40px 40px;
        background-color:#f3f3f3;
        border:2px dotted #ddd;
        margin:20px 0 40px;
}

.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:2px dotted #ddd;
        margin:20px 0 40px;
}

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

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


.form_btn_style01 {
    cursor: pointer;
    text-align: center;
    width: 70%;
    margin: 40px auto 0px;
    display: block !important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    font-size: 1.8rem !important;
    font-weight:500;
    padding: 24px 10px;
    margin: 0 auto;
    background:url(../img/list_mk002.svg) no-repeat right 20px center;
    background-size:16px 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 16px;
	background-color:#a00;
	border:none !important;
}

.form_btn_style02 {
    cursor: pointer;
    text-align: center;
    width: 80%;
    margin: 40px auto 0px;
    display: block !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    font-size: 1.8rem !important;
    font-weight:500;
    padding: 24px 10px;
    margin: 0 auto;
    background:url(../img/list_mk004.svg) no-repeat left 20px center;
    background-size:16px 16px;
    background-color:#999;
    letter-spacing:0.1em;
    transition: all .3s;
    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 16px;
	background-color:#666;
}

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

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


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

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

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



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

@media screen and (min-width:1024px){
.page_bn_sp {
	position:relative;
	width:100%;
	padding:80px 0 270px;
	background-color:#222;
}
.page_bn_sp .page_title_sp {
	color:#fff;
}
.page_bn_sp .page_title_sp p {
	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:40px auto 0;
}
.page_bn_sp ul li {
	width:18%;
	margin-right:2.5%;
	margin-bottom:30px;
}
.page_bn_sp ul li:nth-child(5n) {
	margin-right:0;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.page_bn_sp {
	position:relative;
	width:100%;
	padding:80px 0 210px;
	background-color:#222;
}
.page_bn_sp .page_title_sp {
	color:#fff;
}
.page_bn_sp .page_title_sp p {
	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:40px auto 0;
}
.page_bn_sp ul li {
	width:23%;
	margin-right:2.6666%;
	margin-bottom:20px;
}
.page_bn_sp ul li:nth-child(4n) {
	margin-right:0;
}
}
/* ########### page_bn_sp ########### */


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

@media screen and (min-width:1024px){
.page_access_sp {
	position:relative;
	width:100%;
	background-color:#fff;
	padding-bottom:60px;
}
.page_access_sp:after {
	content:"";
	position:absolute;
  width:4%;
  height:100%;
  top: 0;
  right: 0;
  background-color:#f1f1f1;
}
.page_access_map_sp {
	position:absolute;
	top: -200px;
	left: 4%;
	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;
	justify-content: space-between;
	height:400px;
	background-color:#fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	padding:15px;
	z-index:10;
}
.page_access_map_list {
	width:32.5%;
}
.page_access_sp01 {
	width:97%;
	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;
	padding-top:250px;
}
.page_access_sp01_left {
	width:250px;
	text-align:right;
}
.page_access_sp01_left h3 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:8.0rem;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
}
.page_access_sp01_left p {
	font-size:1.3rem;
	font-weight:700;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
	padding:2px 4px 0 0 ;
}
.page_access_sp01_right {
	flex:1;
	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: 5px 90px 0 40px;
}
.page_access_sp01_right dl {
	letter-spacing:0.075rem;
	line-height:1.6;
	padding-left:26px;
}
.page_access_sp01_right dl dt {
	float:left;
	color:#222;
	font-size:1.3rem;
}
.page_access_sp01_right dl dd {
	font-size:1.3rem;
	padding:0 0 10px 90px;
}
.page_access_sp01_right dl dd:last-child {
	padding-bottom:0 ;
}

.page_access_sp01_right_left {
	width:48.5%;
}
.page_access_sp01_right_left h4 {
	color:#222;
	font-size:2.0rem;
	letter-spacing:0.05em;
	line-height:1.5;
	font-weight:700;
	margin-bottom:20px;
	border-left:1px dotted #c00;
	padding-left:24px;
}
.page_access_sp01_right_right {
	width:48.5%;
}
.page_access_sp01_right_right h4 {
	color:#222;
	font-size:2.0rem;
	letter-spacing:0.05em;
	line-height:1.5;
	font-weight:700;
	margin-bottom:20px;
	border-left:1px dotted #c00;
	padding-left:24px;
}
.page_access_sp01_right_right02 {
	width:100%;
	padding:4px 0 25px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top:25px;
    border:1px dotted #ddd;
}
.page_access_sp01_right_right03 {
	position:relative;
	width:100%;
}
.page_access_sp01_right_right02 h5 {
	color:#222;
	font-size:1.6rem;
	letter-spacing:0.05em;
	line-height:1.5;
	font-weight:700;
	margin-bottom:15px;
	margin-top:20px;
	padding-left:36px;
	padding-right:100px;
	background:url(../img/list_mk001.svg) no-repeat 22px 7px;
    background-size:12px 12px;
}
.page_access_sp01_right_right02 p.spopar_logo {
	position:absolute;
	width:70px;
	top:-10px;
	right:20px;
}
.page_access_sp01_right_right02 p.spopar_logo img {
	width:100%;
}

}

@media screen and (min-width:768px) and (max-width:1023px){
.page_access_sp {
	position:relative;
	width:100%;
	background-color:#fff;
	padding-bottom:60px;
}
.page_access_sp:after {
	content:"";
	position:absolute;
  width:4%;
  height:100%;
  top: 0;
  right: 0;
  background-color:#f1f1f1;
}
.page_access_map_sp {
	position:absolute;
	top: -150px;
	left: 4%;
	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;
	justify-content: space-between;
	height:300px;
	background-color:#fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	padding:15px;
	z-index:10;
}
.page_access_map_list {
	width:32.5%;
}
.page_access_sp01 {
	width:86%;
	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;
	padding-top:200px;
}
.page_access_sp01_left {
	width:190px;
	text-align:right;
}
.page_access_sp01_left h3 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:7.0rem;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
}
.page_access_sp01_left p {
	font-size:1.2rem;
	font-weight:700;
	color:#c00;
	line-height:1.0;
	letter-spacing:0.05em;
	padding:2px 4px 0 0 ;
}

.page_access_sp01_right {
	flex:1;
	padding: 5px 15px 0 40px;
}
.page_access_sp01_right dl {
	letter-spacing:0.075rem;
	line-height:1.6;
	padding-left:26px;
}
.page_access_sp01_right dl dt {
	float:left;
	color:#222;
	font-size:1.3rem;
}
.page_access_sp01_right dl dd {
	font-size:1.3rem;
	padding:0 0 10px 90px;
}
.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:24px;
}
.page_access_sp01_right_right {
	width:100%;
}
.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:24px;
}
.page_access_sp01_right_right02 {
	width:100%;
	padding:4px 0 25px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top:25px;
    border:1px dotted #ddd;
}
.page_access_sp01_right_right03 {
	position:relative;
	width:100%;
}
.page_access_sp01_right_right02 h5 {
	color:#222;
	font-size:1.6rem;
	letter-spacing:0.05em;
	line-height:1.5;
	font-weight:700;
	margin-bottom:15px;
	margin-top:20px;
	padding-left:36px;
	padding-right:100px;
	background:url(../img/list_mk001.svg) no-repeat 22px 7px;
    background-size:12px 12px;
}
.page_access_sp01_right_right02 p.spopar_logo {
	position:absolute;
	width:70px;
	top:-10px;
	right:20px;
}
.page_access_sp01_right_right02 p.spopar_logo img {
	width:100%;
}
}

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


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


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

@media screen and (min-width:1024px){
.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:16.666%;
	border-right:1px dotted #444;
	padding:40px 0 120px;
}
.footer_nav_list:first-child {
	border-left:1px dotted #444;
}
.footer_nav_list h5 {
	text-align:center;
	font-size:1.4rem;
	font-weight:400;
	letter-spacing:0.1em;
	margin-bottom:15px;
}
.footer_nav_list h5 a,a:link a:visited {
	color:#fff;
	display:inline-block;
	position: relative;
}
.footer_nav_list h5 a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #c00;
    width: 0;
    height: 1px;
    bottom: -3px;
    left: 0;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
}
.footer_nav_list h5 a:hover {
	color:#c00;
	text-decoration:none;
}
.footer_nav_list h5 a:hover:before {
    width: 100%;
}
.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,a:link a:visited {
	display:block;
	color:#fff;
	padding: 5px 20px;
	background:url(../img/list_mk007.svg) no-repeat right 10px center;
    background-size:11px 11px;
}
.footer_nav_list ul li a:hover {
	color:#c00;
	background:url(../img/list_mk007.svg) no-repeat right 7px center;
    background-size:11px 11px;
	background-color:#333;
}
.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:25px 0;
}
.footer_bottom_sp01 p.footer_logo {
	width:100px;
}
.footer_bottom_sp01 p.footer_logo img {
	width:100%;
}
.footer_bottom_sp01 p.copy {
	font-size:1.0rem;
	letter-spacing:0.1em;
	color:#f1f1f1;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.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:33.33333%;
	border-right:1px dotted #444;
	padding:40px 0 60px;
}
.footer_nav_list:first-child, .footer_nav_list:nth-child(4) {
	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.4rem;
	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 20px;
	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:80px;
}
.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 ############################## */


/* ############################## class style ############################## */

@media screen and (min-width: 768px){
.fadein {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 1000ms;
    }
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.fadein01 {
    opacity : 0;
    transform : translate(0, -50px);
    transition : all 1000ms;
    }
.fadein01.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.fadein02 {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 1000ms;
    }
.fadein02.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.fadein03 {
    opacity : 0;
    transform : translate(40px, 0);
    transition : all 1000ms;
    }
.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, a:link a:visited {
	position:relative;
	display: block;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    font-size: 1.8rem;
    font-weight:500;
    padding: 24px 10px;
    margin: 0 auto;
    background:url(../img/list_mk002.svg) no-repeat right 15px center;
    background-size:16px 16px;
    background-color:#c00;
	transition: all .5s;
	letter-spacing:0.05em;
	z-index: 1;
	overflow:hidden;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.btn_style01 a:hover {
	color:#fff;
}
.btn_style01 a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background-color: #111;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.btn_style01 a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn_style01 img {
	width:18px !important;
	margin-left:6px;
	vertical-align:middle;
	padding-bottom:4px;
	box-shadow: none !important;
	border: none !important;
}
.form_style01 {
	vertical-align:middle;
	padding-right:10px;
}
.hissu {
	color:#c00;
	font-size:1.2rem;
	padding-left:5px;
}
.sp {
	display:none !important;
}

/* ############################## class style ############################## */

}

