@charset "utf-8";
/*
Theme Name: Welcart Basic
Theme URI: http://sphere-links.co.jp/
Description: Welcart Basic
Version: 1.0
Author: sphere-links
Author URI: http://sphere-links.co.jp/
Tags: Welcart Basic

*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}




/*************************************************************

ここまでリセット

*************************************************************/
/*共通*/
/*全体のフォントサイズを指定、remでbodyに引っ張られないようにする*/
html {
  font-size: 62.5%;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

body {
	font-size: 1.6em;
	line-height: normal;/*詰まりすぎを防ぐ*/
	color: #3e3a39;
}
/*全体のフォントサイズを指定*/

a{
	color: #777777;
	text-decoration: none;
}

a:hover{

}

a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.clearfix:after{
  display: table;
  clear: both;
  content: "";
}

div{
	box-sizing: border-box;
}

img{
	max-width: 100%;
	vertical-align: bottom;
}

/*ヘッダー*/
@media screen and (max-width: 768px){
    body{
        padding-top: 28px;
    }
}


header{

}
@media screen and (max-width: 768px){
    header{
        margin-bottom: 0;
        padding-top: 0;
    }    
}

.h_sns {
    border-bottom: solid 1px #f2f2f2;
    margin-bottom: 20px;
    padding: 15px 0;
}

.h_sns>div{
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 1600px){
	.h_sns>div{
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px){
	.h_sns>div{
		display: block;
		text-align: center;
		padding: 5px;
	}
}


.h_sns>div h1{
	color: #808080;
	font-size: 1.1rem;
}

.h_sns>div>ul{
	display: flex;
}
@media screen and (max-width: 768px){
	.h_sns>div>ul{
		display: none;
	}
}


header nav{
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 1600px){
	header nav{
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px){
	header nav{
		padding: 0;
	}	
}

header nav .clone_nav{
    /*width: calc(100% - 600px);*/
    width: 65%;
}

header nav ul{
	display: flex;
	max-width: 1000px;
    height: 100%;
    float: right;
}

header nav ul li{
    display: flex;
    align-items: center;
    border-left: solid 1px #b9babd;
}

header nav ul li:last-child{
    border-right: solid 1px #b9babd;    
}

header nav ul a{
    display: flex;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
    height: 100%;
}

header nav ul a:hover{
    background-color: #d6ecfe;
}

#sp_g_nav{
	display: none;
}

header nav .h1_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 34%;
    margin-right: 1%;
    padding: 5px 0;    
}
@media screen and (max-width: 1199px){
    header nav .h1_wrap{
        flex-wrap: wrap;
    }
header nav ul a {
    padding: 0 15px;
}
}

header nav .h1_wrap p{
    font-size: 12px;
}

header nav h1{
    margin-right: 10px;
}

header nav h1 a{
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: normal;
    box-sizing: border-box;
}

@media screen and (max-width: 768px){
	/*SPメニューを出しつつPCを非表示に*/
	#sp_g_nav{
		display: block;
		background-color: #fff;
		height: 60px;
		position: fixed;
		top: 0;
		z-index: 20;
		width: 100%;
	}
	#g_nav{
		display: none;
	}

.sp_logo {
    position: absolute;
    top: 17px;
    left: 10px;
}
    
    .sp_logo a{
        color: #6abbfa;
    }
	
	.sp_logo img{
		width: 70%;
	}
	
	.sp_to_top{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 100px;
	}

	.lg_m{
		text-align:right;
	}
	/*メニューの動き*/
	.menu-trigger,
	.menu-trigger span{
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	  cursor :pointer;
	}
.menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 2;
    margin-top: 3px;
    margin-right: 5px;
}
	.menu-trigger span{
	  position: absolute;
	  background: #000;
	  width: 30px;
	  height: 2px;
	  left: 0;
	  right: 0;
	  margin: auto;
	}
	.menu-trigger span:nth-of-type(1){
	  top: 15px;
	}
	.menu-trigger span:nth-of-type(2){
	  top: 0;
	  bottom: 0;
	}
	.menu-trigger span:nth-of-type(3){
	  bottom: 15px;
	}
	.menu-trigger.active span:nth-of-type(1){
	  -webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2){
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3){
	  -webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	/*メニューの動き END*/

	#sp_g_nav .sp_nav ul{
		background-color: #fff;
		opacity: 0.9;
		display: block;
        width: 100%
	}
	.sp_nav{
	  display: none;
	  position: absolute;
	  top: 70;
	  width: 100%;
		z-index: 3;
	}
	#sp_g_nav .sp_nav li{
		text-align:center;
		width: 100%;
		border-bottom: solid 1px #6abbfa;
	}
	#sp_g_nav .sp_nav li a{
		display: block;
		padding: 10px;
		color: #6abbfa;
		font-size: 1.6rem;
	}
	
	.sp_nav div{
		display: flex;
		justify-content: center;
		background-color: #fff;
		opacity: 0.9;
		width: 100%;
	}
}

/*ナビクローン用*/
.c_nav {
    position: fixed;
    top: -88px;
    width: 100%;
    z-index: 30;
    transition: top 0.25s;
    background-color: #59b1f7;
    opacity: 0.9;
}
@media screen and (max-width: 800px){
	.c_nav {
		display: none;
	}
}

.visible {
    top: 0;
}

.c_nav ul{
	max-width: 1109px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	width: 96%;
}

.c_nav ul li {
    height: 100%;
    width: calc(100% / 6);
    border-left: 1px solid #fff;
    box-sizing: border-box;
}
.c_nav ul li:last-child{
	border-right: 1px solid #fff;
}
.c_nav ul a {
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 20px 10px;
}

.c_nav ul a:hover{
	color: #005cd8;
}
@media screen and (max-width: 1100px){
.c_nav ul a {
    padding: 20px 0px;
    font-size: 12px;
}
}
/*トップ*/
.main {
    background: url(images/mainimage.png) no-repeat center 57%;
    background-size: cover;
    height: 919px;
    position: relative;
    margin-top: 0;
}
@media screen and (max-width: 1400px){
.main {
    height: 600px;
}
}
@media screen and (max-width: 768px){
.main {
    height: 400px;
}
}
@media screen and (max-width: 480px){
.main {
    height: 300px;
}
}



/*矢印がはみ出ないように設定*/
.slick_container{
	position: relative;
    border-radius: 0 0 0 100px;
    overflow: hidden;
}

.slick-dotted.slick-slider{
	margin-bottom: 0;
}

@media screen and (max-width: 768px){
	.slick-dotted.slick-slider{
		margin-top: 32px;
	}	
}


.slick-prev:before, .slick-next:before {
    content:"";
}

button.slick-prev, button.slick-next {
    z-index:2;
}

.slick-prev {
    left: 20px;
    width: 17px;
    height: 33px;
}
@media screen and (max-width: 768px){
	.slick-prev {
		top: 30%;
	}
}

.slick-next{
    width: 17px;
    height: 33px;
	right: 20px;
}
@media screen and (max-width: 768px){

	.slick-next{
		top: 30%;
	}
}

.slick-arrow{z-index:10;/* 値は適当に */}

.slick_container .slick-dots{
	margin-bottom: 40px;
}

.slick_container .slick-dots li{
	width: 16px;
    margin: 0 4px;	
}

.slick_container .slick-dots li button{
	width: 100%;
    margin: 0;
    padding: 0 4px;	
}

.slick_container .slick-dots li button:before {
    top: initial;
    width: 100%;
    color: transparent;
    background-color: white;
    opacity: 0.5;
    height: 2px;
    bottom: 1px;
}

.slick_container .slick-dots li.slick-active button:before {
    opacity: 0.9;
    height: 4px;
    bottom: 0;
}




h3.ttl{
	text-align: center;
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 30px;
}
h3.ttl span{
	display: block;
	color: #777777;
	font-size: 18px;
}
@media screen and (max-width: 768px){
h3.ttl {
    font-size: 34px;
}
}

#contents1{
	padding: 90px 0;
}
@media screen and (max-width: 768px){
#contents1 {
    padding: 10px 0;
    width: 98%;
    margin: 0 auto;
}
}

#contents1>div{
    width: 98%;
    max-width: 1600px;
    margin: 0 auto;    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 1000px){
    #contents1>div{
        flex-direction: column-reverse;
    }
}

.ct1_left{
    width: 660px;
    margin-right: 80px;
}
@media screen and (max-width: 1000px){
    .ct1_left{
        width: 100%;
        margin-right: 0;
    }
}

.ct1_left>div{
    background-color: #f7f7f7;
    padding: 20px 40px;
    margin-bottom: 20px;
    position: relative;
}

.ct1_left>div img{
    position: absolute;
    left: 0;
    top: 0;    
}

.ct1_left>div p:nth-of-type(1){
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ct1_right{
    width: calc(100% - 740px);
}
@media screen and (max-width: 1000px){
    .ct1_right{
        width: 100%;
        margin-bottom: 20px;
    }
}

.ct1_right p:nth-of-type(1){
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ct1_right p:nth-of-type(2) {
    line-height: 2;
    font-size: 18px;
}


.contents_inner {
  max-width: 1201px;	
	margin: 0 auto;
	position: relative;
  /*box-sizing: boder-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;*/
	padding: 0 100px;
}
@media screen and (max-width: 768px){
	.contents_inner {
		width: 90%;
		padding: 0;
	}
}

.contents_inner>p{
	position: absolute;
	font-size: 4.8rem;
	color: #fff;
	top: -3vw;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;	
	width: 8em;
}
@media screen and (max-width: 1200px){
	.contents_inner>p{
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 768px){
	.contents_inner>p{
		font-size: 2.0rem;
	}
}
#contents2 .h2_bg{
	background:#78bb4b;
	text-align: center;
	margin-bottom: 60px;
}
#contents2 .h2_bg h2 {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    padding: 25px 50px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: normal;
    /*background: url(images/icon1.png) no-repeat left 30px,url(images/icon1.png) no-repeat right 30px;*/
    box-sizing: border-box;
}
@media screen and (max-width: 1200px){
#contents2 .h2_bg h2 {
    font-size: 28px;
}
}
	
@media screen and (max-width: 1000px){
#contents2 .h2_bg h2 {
    font-size: 24px;
}
}

@media screen and (max-width: 768px){
#contents2 .h2_bg h2 {
    font-size: 20px;
	padding: 25px 37px;
}
}
	
#contents2 p{
	text-align: center;
}


#contents3{
    background-color: #f8f8f8;
    padding-bottom: 60px;
}

@media screen and (max-width: 768px){
	#contents3{
		margin-bottom: 50px;
	}
}

#contents3>div:nth-of-type(1) {
    padding-top: 50px;
}
@media screen and (max-width: 768px){
	#contents3>div:nth-of-type(1){
		padding-top: 20px;
	}
}

#contents3>div:nth-of-type(1)>p{
	text-align: center;
	font-size: 4.8rem;
	color: #333333;
}
@media screen and (max-width: 1200px){
	#contents3>div:nth-of-type(1)>p{
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 768px){
	#contents3>div:nth-of-type(1)>p{
		font-size: 2.0rem;
	}
}


#contents3>div:nth-of-type(1)>p span{
	display: block;
	font-size: 1.8rem;
	color: #777777;
}
@media screen and (max-width: 768px){
	#contents3>div:nth-of-type(1)>p span{
		font-size: 1.4rem;
	}
}

#contents3 .news{
	width: 98%;
	max-width: 1600px;
	margin: 0 auto;
}

#contents3 .news>p:nth-of-type(1){
    background-color: #def0fe;
    text-align: center;
    border: solid 1px #cdcdce;
    padding: 20px;
    line-height: 1.6;    
}

#contents3 .news>div{
    background-color: #fff;
    padding: 25px 10px;
}

#contents3 .news ul li{
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 10px auto;    
    align-items: center;
}

#contents3 .news ul li p:nth-of-type(1){
    margin-right: 20px;
}

#contents3 .news ul li p:nth-of-type(2){
    border: solid 1px #c5c5c5;
    padding: 3px 20px;
    margin-right: 30px;
}

#contents3 .news ul li p:nth-of-type(3){
    background-image: url("images/news_ico.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}
@media screen and (max-width: 768px){
    #contents3 .news ul li p:nth-of-type(3){
        margin-top: 10px;
        width: 100%;
    }
}

#contents3 .news ul li p:nth-of-type(3) a{
    color: #005cd8;
}

#contents3 .news>p a{
	display: block;
	width: 7em;
	text-align: center;
	margin: 30px auto 0 auto;
	background: #b2b2b2;
	padding: 20px 0;
	color: #fff;
	pointer-events: auto;
    border-radius: 10px;    
}
#contents3 .news>p a:hover{
	opacity: 0.8;
}

#contents4{
	margin: 0 auto;
}
@media screen and (max-width: 1200px){
	#contents4{
	}
}

#contents4>div:nth-of-type(1){
	background-image: url(images/contents2_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 25vw;
	margin-bottom: 50px;
}

#contents4>div:nth-of-type(1)>p{
	text-align: center;
	font-size: 4.8rem;
	color: #333333;
}
@media screen and (max-width: 768px){
	#contents4>div:nth-of-type(1)>p{
		font-size: 2.0rem;
	}
}

#contents4>ul{
	display: flex;
	justify-content: space-between;
	max-width: 1370px;
	margin: 0 auto;
	padding: 0 10px;
}
@media screen and (max-width: 768px){
	#contents4>ul{
		widows: 95%;
		display: block;
	}
}

#contents4>ul>li{
	height: 600px;
	width: 600px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
	#contents4>ul>li{
		width: 100%;
		height: inherit;
		padding: 20px;
	}
}

#contents4>ul>li:nth-of-type(1){
	background-image: url(images/contents4_bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 30px;
	padding-top: 17%;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	#contents4>ul>li:nth-of-type(1){
		padding-top: 10%;
	}
}

#contents4>ul>li:nth-of-type(2){
	background-image: url(images/contents4_bg2.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 17%;	
}
@media screen and (max-width: 768px){
	#contents4>ul>li:nth-of-type(2){
		padding-top: 10%;
	}
}


#contents4>ul>li div{
	text-align: center;
	color: #fff;
}

#contents4>ul>li>div>p:nth-of-type(1){
	margin-bottom: 30px;
}

#contents4>ul>li div p:nth-of-type(2){
	margin-bottom: 30px;
}

.for_cb p:nth-of-type(2){
	font-size: 4.2rem;
	margin-top: 30px;
}
@media screen and (max-width: 768px){
	.for_cb p:nth-of-type(2){
		font-size: 3.0rem;
	}
}

#contents4>ul>li div p a{
	display: block;
	width: 115px;
	height: 45px;
	margin: 0 auto;
	background-image: url(images/btn_bg.png);
	background-repeat: no-repeat;
	line-height: 45px;
	color: #fff;
}

#contents4>ul>li div p a:hover{
	color: #ed6d00;
}

#contents4 .shifter{
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 768px){
	#contents4 .shifter{
		display: block;
	}
}

#contents4 .shifter li a{
	display: block;
	width: 115px;
	height: 45px;
	margin: 0 auto;
	background-image: url(images/btn_bg.png);
	background-repeat: no-repeat;
	line-height: 45px;
	color: #fff;	
}

#contents4 .shifter li:nth-of-type(1) a{
	width: 200px;
	background-image: url(images/btn_bg2.png);
}

#contents4 .shifter li a:hover{
	color: #ed6d00; 
}

#contents4 .shifter li:nth-of-type(1){
	margin-right: 30px;
}
@media screen and (max-width: 768px){
	#contents4 .shifter li:nth-of-type(1){
		margin-bottom: 10px;
		margin-right: 0;
	}
}

#contents5 {
    width: 98%;
    max-width: 1200px;
    margin: 150px auto 100px auto;
}
@media screen and (max-width: 768px){
#contents5 {
    margin: 60px auto 80px auto;
}
}

#contents5 table {
    max-width: 720px;
    margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
}

#contents5 table th{
	width: 33%;
	color:#3e3a39;
	border-bottom: solid 1px #6abbfa;
	padding: 8px 5px;
	text-align: left;
	font-weight: normal;
}
#contents5 table td{
	border-bottom: solid 1px #ced5c9;
	text-align: left;
	padding: 8px 5px;
	vertical-align: middle;
	color:#3e3a39;
}
.googlemap {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
	margin-bottom:100px;
}
.googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media screen and (max-width: 768px){
.googlemap {
    padding-bottom: 60%;
    margin-bottom: 60px;
}
}


#contents6{
	max-width: 1060px;
	width: 96%;
	margin: 0 auto;
}

.inq_body table{
	width: 100%;
	margin-bottom: 50px;
	margin-top: 30px;
}
@media screen and (max-width: 768px){
	.inq_body table{
		margin: 0 auto 40px auto;
	}
}
.inq_body table .t_red{
	background: #6abbfa;
	width: 50px;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}
.inq_body tr{
	border-bottom: solid 1px #f0f0f0;
}
.inq_body th{
	padding: 16px 40px 16px 0;
	text-align: left;
	vertical-align: middle;
	color: #707070;
	font-weight: normal;
    display: flex;
    justify-content: space-between;
}
.inq_body td {
    padding: 16px 0 16px 0;
}
@media screen and (max-width: 768px){
.inq_body th, .inq_body td {
    display: block;
    padding: 10px 0;
}
}
.inq_body input[type="text"], .inq_body input[type="email"], .inq_body input[type="tel"], .inq_body textarea {
    padding: 5px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    border: 1px solid #ccc;
	box-shadow: none;
}
.inq_body textarea{
	height: 240px;
}

.inq_body input[type="submit"],
.inq_body input[type="button"]{
    border: none;
    padding: 11px 60px;
    font-size: 1.6rem;
    text-align: center;
    margin: 20px auto 50px auto;
    display: block;
    cursor: pointer;
	color: #fff;
	background: #6abbfa;
	box-sizing: border-box;
	  -webkit-appearance: none;
   border-radius: 5px;
}
.inq_body input[type="submit"]:hover, .inq_body input[type="button"]:hover {
 opacity: 0.8;
}

span[id]:not([href]) {
    margin-top: -60px;
    padding-top: 60px;
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
}

br.sp{
	display: none;
}
@media screen and (max-width: 768px){
br.sp{
	display: inline;
}
}

/*下層ページ*/
.lower{
	max-width: 1600px;
	width: 100%;
}

.lower_ttl {
    background-color: #cee9fd;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
    .lower_ttl{
        margin-top: 32px;
    }
}

.lower_ttl>div{
	display: flex;
	justify-content: space-between;
	align-items: center;	
	max-width: 1640px;
	width: 100%;
	margin: 0 auto;
	height: 150px;	
	background-repeat: no-repeat;
	background-position: 98% center;
	padding: 0 20px;
}
@media screen and (max-width: 768px){
.lower_ttl>div {
    /* height: 20vw; */
    padding: 20px 10px;
    height: auto;
}
}

.lower_ttl h2 {
    font-size: 3.6rem;
    color: #555;
    font-weight: normal;
}
@media screen and (max-width: 768px){
	.lower_ttl h2{
		font-size: 2.0rem;
	}	
}

.lower_ttl h2 span{
	font-size: 2.8rem;
}
@media screen and (max-width: 768px){
	.lower_ttl h2 span{
		font-size: 1.6rem;
		display: block;
	}
}

.lower_col1{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.lower_col1{
		width: 95%;
	}
}

.lower_col1 .service_box h3{
	text-align: center;
	margin-bottom: 30px;
	margin-top: -61px;
	padding-top: 61px;
}

.service_box{
	max-width: 1220px;
	padding:0 10px;
	margin: 0 auto 10px auto;
	padding-bottom: 70px;
}
@media screen and (max-width: 768px){
	.service_box{
		margin: 0 auto 20px auto;
	}
}

.service_box:not(:last-child){
	border-bottom: solid 1px #e8380d;
}

.service_box p{
	font-size: 2.0rem;
	line-height: 1.8;
}

.service_box p.pl_1{
	text-indent: -1em;
	padding-left: 1em;
}

.service_box div.img_box{
	text-align: center;
	margin: 20px 0;
}

.service_box p span.f_small{
	display: block;
	font-size: 1.4rem;
}

.inq_btn a{
	display: block;
	border: solid 2px #e8380d;
	border-radius: 3px;
	width: 250px;
	margin: 0 auto;
	text-align: center;
	color: #e8380d;
	font-size: 2.0rem;
	padding: 15px 20px;
	margin-top: 30px;
}

.inq_btn a:hover{
	background-color: #e8380d;
	color: #fff;
}

.service_box .job{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
@media screen and (max-width: 768px){
	.service_box .job{
		display: block;
	}
}

.service_box .job{
	margin-top: 30px;
}

.service_box .job>div:nth-of-type(2){
	text-align: center;
}
@media screen and (max-width: 768px){
	.service_box .job>div:nth-of-type(2){
		margin-top: 20px;
	}
}

.service_box ul li{
	font-size: 2.0rem;
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
}

.mb_2em{
	margin-bottom: 2em;
}

.service_box .t_cloud{
	background-color: #e8380d;
	color: #fff;
	border-radius: 3px;
	padding: 0 5px;
	margin: 0 5px;
}

.service_box .t_cloud:hover{
	background-color: #ff9032;
}

.lower_col2{
	max-width: 1220px;
	padding-left:10px;
	padding-right: 10px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
@media screen and (max-width: 768px){
	.lower_col2{
		display: block;
		margin-bottom: 50px;
	}
}

.lower_col2 .left_col{
	width: 920px;
}
@media screen and (max-width: 768px){
	.lower_col2 .left_col{
		width: 100%;
	}
}

.lower_col2 .left_col ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

@media screen and (max-width: 768px){
.lower_col2 .left_col ul {
    max-width: 400px;
    margin: 0 auto;
	
}
}

.lower_col2 .left_col ul li{
	width: 290px;
	border:solid 1px #f3f3f3;
	margin-bottom: 20px;
	border-radius: 5px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.lower_col2 .left_col ul li{
		width: 100%;
	}
}

.lower_col2 .left_col ul li:not(:nth-child(3n)){
	margin-right: 20px;
}
@media screen and (max-width: 768px){
	.lower_col2 .left_col ul li{
		margin-right: 0!important;
	}
}


.lower_col2 .left_col ul li .photo,
.item_wrap li .photo{
	padding: 20px;
}

.lower_col2 .left_col ul li .photo a{
    display: block;
    width: 100%;
    height: 170px;
    margin: 0 auto;
    box-sizing: border-box;
    border: solid 1px #efecec;
}

.lower_col2 .left_col ul li .txt{
    padding: 0 40px;
}

.lower_col2 .left_col ul li .txt p:nth-of-type(1) {
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
    font-size: 2.0rem;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.lower_col2 .left_col ul li .txt p:nth-of-type(1) a:hover{
	color: #e8380d;
}

.lower_col2 .left_col ul li>div:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    border-top: solid 1px #e5e5e5;
    margin-top: 35px;
}

.lower_col2 .left_col ul li>div:nth-of-type(2) p:nth-of-type(1) {
    color: #ed6d00;
    font-weight: bold;
}

.lower_col2 .right_col{
	width: 260px;
	margin-left: 20px;
}
@media screen and (max-width: 768px){
	.lower_col2 .right_col{
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
}

.blog_category p.cate_name {
    border: solid 1px #eee;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
    background-color: #6abbfa;
    color: #fff;
	font-size: 2.0rem;
}

.blog_category ul li {
    border-bottom: solid 1px #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.blog_category ul li a:hover{
	color: #e8380d;
}


.blog_detail .detail_ttl {
    margin-bottom: 10px;
    font-size: 2.8rem;
}

.blog_detail .detail_date{
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.blog_detail .detail_date span:nth-of-type(1){
    display: inline-block;
    background-color: #6abbfa;
    padding: 5px 20px;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 10px;
	margin-right: 20px;
}

.blog_detail .detail_photo {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
    border: 1px solid #efecec;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
.blog_detail .detail_photo {
	height: 300px;
}
}
.blog_detail .detail_photo a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog_detail .detail_cont{
	line-height: 1.8;
}

.blog_detail .articles {
    margin-top: 30px;
}

.blog_detail .articles p.next_article {
    float: right;
}

.blog_detail .articles p.prev_article {
    float: left;
}
.blog_detail .articles p.next_article a:hover,.blog_detail .articles p.prev_article a:hover {
    color: #e8380d;
}


/*会社概要*/
.company_box{
	max-width: 1200px;
	margin: 0 auto 100px auto;
}
@media screen and (max-width: 768px){
	.company_box{
		margin: 0 auto 50px auto;
	}
}

.company_box h3{
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.company_box h3:not(:first-child){
	margin-top: 30px;
}

.company_box .mes p{
	margin-bottom: 20px;
}

.company_box .ceo{
    display: flex;
    align-items: center;
    margin-top: 30px;	
}

.company_box .ceo p{
	margin-right: 30px;
}

.company_box .ceo div{
	width: 150px;
}

.company_box dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top:dashed 1px #918c8a;
	padding: 20px;
}
@media screen and (max-width: 768px){
	.company_box dl{
		display: block;
		padding: 15px;
	}
}

.company_box dl:last-child{
	border-bottom:dashed 1px #918c8a;
}

.company_box dl dt{
	width: 10em;
}
@media screen and (max-width: 768px){
	.company_box dl dt{
		margin-bottom: 10px;
	}
}

.company_box dl dd{
	width: calc(100% - 10em);
}
@media screen and (max-width: 768px){
	.company_box dl dd{
		width: 100%;
	}
}





/*プライバシーポリシー*/
.privacy_box{
	max-width: 1200px;
	margin: 0 auto 100px auto;
}
@media screen and (max-width: 768px){
	.privacy_box{
		margin: 0 auto 50px auto;
	}
}

.privacy_box p:nth-of-type(1){
	margin-bottom: 30px;
}

.privacy_box dl{
	margin-bottom: 30px;
}

.privacy_box dl dt{
	font-weight: bold;
	margin-bottom: 10px;
}

.privacy_box dl ul{
	margin-left: 1em;
}

.privacy_box dl ul li{
	text-indent: -1em;
	padding-left: 1em;
}












/*企業向け問合せ*/
p.form_sentense{
	text-align:center;
	margin-bottom:30px;
}
div.form_Wrapper{
	max-width:900px;
	margin:0 auto;
}
div.form_Wrapper table{
	border-collapse: collapse;
	margin-bottom:20px;
}
div.form_Wrapper table tr{
	border-top: 1px dotted #ddd;
}
div.form_Wrapper table tr th{
	background: #f6f6f6;
	font-size: 14px;
	color: #333333;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	padding: 18px;
	box-sizing: border-box;
	width: 270px;
	vertical-align:middle;
}
@media screen and (max-width: 768px){
	div.form_Wrapper table tr th{
		display: block;
		width: 100%;
		text-align: left;
	}
}

div.form_Wrapper table tr td{
	background: #ffffff;
	font-size: 14px;
	color: #333333;
	text-align: left;
	border-bottom: 1px dotted #ddd;
	padding: 20px;
	vertical-align:middle;
} 
@media screen and (max-width: 768px){
	div.form_Wrapper table tr td{
		display: block;
	}
}

div.form_Wrapper input[type="text"],
div.form_Wrapper input[type="URL"],
div.form_Wrapper input[type="email"],
div.form_Wrapper input[type="tel"]{
	width: 60%;
	padding: 10px;
}
@media screen and (max-width: 768px){
	div.form_Wrapper input[type="text"],
	div.form_Wrapper input[type="URL"],
	div.form_Wrapper input[type="email"],
	div.form_Wrapper input[type="tel"]{	
		width: 95%;
	}
}
div.form_Wrapper textarea{
	margin:10px 0;
	width: 60%;
	padding: 10px;
}


@media screen and (max-width: 768px){   
	div.form_Wrapper textarea{
		width: 95%;
	}
}

span.red{
	color:red;
	font-weight:bold;
	font-size:12px;
}
span.red:before{
	content:"";
	display:inline-block;
	width:5px;
}

div.submitWrapper{
	width:250px;
	margin:0 auto;
}
div.form_Wrapper input[type="submit"]{
	border: none;
	border-radius: 3px;
	padding: 20px 100px;
	background-color: #ff6800;
	font-size: 20px;
	text-align: center;
	margin: 20px auto 50px auto;
	display: block;
	cursor: pointer;
	color: #fff;
}
div.form_Wrapper input[type="submit"]:hover{
	opacity:0.5;
}

div.form_Wrapper table{
	width: 100%;
}

.wpcf7-list-item{
	display: block!important;
}




/*賛同企業*/
.app_comp_wrap{
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}
@media screen and (max-width: 768px){
	.app_comp_wrap{
		padding: 0;
	}
}

.app_comp_box{
	display: flex;
	flex-wrap: wrap;
}

.app_comp_box li{
	width: 32%;
	margin-right: 2%;
	border: solid 1px #dadada;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 4%;
	background-color: #e8380d;	
}


@media screen and (max-width: 768px){
	.app_comp_box li{
		width: 100%;
		margin-right: 0;
	}
}

.app_comp_box li:nth-child(3n){
	margin-right: 0;
}

.app_comp_box li>div:nth-of-type(1){
	text-align: center;
	min-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background-color: #fff;
}

.app_comp_box li>div:nth-of-type(2) a{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
}

.app_comp_box li>div:nth-of-type(2) a:hover{
	background-color: #f17d1a;
}

.app_comp_wrap>p.read{
	margin-bottom: 40px;
}

.app_comp_wrap>p.notice{
	text-align: right;
	margin: 20px 0;
}










/*フッター*/
footer{
	background-color: #e0e0e0;	
	color: #918c8a;
    margin-top: 100px;
}

footer .inner_footer{
	width: 1200px;
	max-width: 98%;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 30px;
}
@media screen and (max-width: 768px){
footer .inner_footer {
    width: 90%;
    padding-top: 50px;
}
}

footer .inner_footer .upper{
    text-align: center;
    margin-bottom: 30px;
}

footer .inner_footer .upper span{
    font-size: 23px;
}

footer .inner_footer .list1,
footer .inner_footer .list2{
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px){
    footer .inner_footer .list1,
    footer .inner_footer .list2{
        margin-bottom: 0;
    }
}

footer .inner_footer .list1 li,
footer .inner_footer .list2 li{
    padding: 0 20px;
    border-left: solid 1px #908d8c;
}
@media screen and (max-width: 768px){
    footer .inner_footer .list1 li,
    footer .inner_footer .list2 li{
        width: 100%;
        margin-bottom: 10px;
    }
}

footer .inner_footer .list1 li:last-child{
    border-right: solid 1px #908d8c;    
}
@media screen and (max-width: 768px){
    footer .inner_footer .list1 li:last-child{
        border-right: none;
    }
}

footer>div:nth-of-type(2){
	background-color: #6abbfa;
	color: #fff;
}

footer>div:nth-of-type(2) p{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	text-align: center;
}
@media screen and (max-width: 768px){
	footer>div:nth-of-type(2) p{
		text-align: center;
	}
}

.wpcf7c-conf {
    background-color: #dedede!important;
}
.inq_body input[type="button"].wpcf7-back {
	background: #999;
	margin-bottom: 20px;
}

.pagination{
	text-align: center;
	margin-top: 20px;
}
.pagination .page-numbers {
    width: 40px;
    height: 40px;
    border: 1px solid #e8380d;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    box-sizing: border-box;
    padding: 4px 5px 0 5px;
    color: #000000;
    margin: 0 2px 0 0;
}
.pagination .page-numbers:hover{
	text-decoration: none;
	opacity: 0.8;
}
.pagination .page-numbers.next,.pagination .page-numbers.prev{
	width: auto;
}
.pagination .page-numbers.current{
	background: #ffecda;
	border: 1px solid #e8380d;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
.alignright { float: right; margin-left: 10px;}
.alignleft { float: left; margin-right: 10px;}

.alignright,.alignleft,.aligncenter{
	margin-bottom: 20px;
}
.blog_detail p{
	overflow: hidden;
}

@media screen and (max-width: 768px){
.alignright,.alignleft,.alignnone,.aligncenter{
	float:none;
	display: block;
  margin: 0 auto 10px;
	}
}













.initiatives{
    max-width: 1300px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 80px auto;
}

.initiatives li{
    width: 46%;
}
@media screen and (max-width: 768px){
    .initiatives li{
        width: 90%;
        margin: 10px auto 20px auto;
    }
}

.initiatives h3{
    text-align: center;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 22px;    
}

.initiatives li div{
    background-color: #c3ca72;
    padding: 70px 20px;
    border-radius: 5px;
}
@media screen and (max-width: 768px){
    .initiatives li div{
        padding: 20px;
    }
}

.initiatives li:nth-of-type(1) div{
    background-image: url("images/initiatives_ill1.png") ;
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 310px;
}

.initiatives li:nth-of-type(2) div{
    background-image: url("images/initiatives_ill2.png") ;
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 310px;
}
@media screen and (max-width: 768px){
    .initiatives li:nth-of-type(1) div,
    .initiatives li:nth-of-type(2) div{
        background-size: 40%;
        min-height: inherit;
    }
}



#contents2 .initiatives li div p{
    text-align: left;
    line-height: 1.8;
}





#contents7 ul {
    width: 98%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}
#contents7 ul li {
    width: 16.6%;
    box-sizing: border-box;
    border-left: solid 1px #f3f3f3;
    border-right: solid 1px #f3f3f3;
    border-spacing: 0px;
    margin: 0 0 20px -1px;
    background-color: #fff;
    position: relative;
    padding-bottom: 80px;
}
#contents7 ul li > div {
    padding: 0 5px;
}

@media screen and (max-width: 1000px){
    #contents7 ul li {
        width: 30%;
    }
}
@media screen and (max-width: 700px){
    #contents7 ul li {
        width: 48%;
    }    
}
@media screen and (max-width: 500px){
    #contents7 ul li {
        width: 98%;
    }    
}
#contents7 ul li .catch{
	text-align: center;
	background: #5ab4fa;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
@media screen and (max-width: 1400px){
    #contents7 ul li .catch{
        min-height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 768px){
    #contents7 ul li .catch{
        min-height: inherit;
    }
}


#contents7 ul li .item_name{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
#contents7 ul li .photo {
    text-align: center;
}

#contents7 ul li .photo a {
    display: block;
    width: auto;
    height: 207px;
    box-sizing: border-box;
    border: none;
    background-size: contain!important;
}

#contents7 ul li .txt{
    padding: 0 20px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;    
}

#contents7 ul li .txt p.item_name{
    margin-bottom: 10px;
}

#contents7 ul li .txt p.item_name a{
    color: #79ae55;
    font-weight: bold;
}

.tags{
    background-color: #f0a231;
    padding: 3px 10px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
}

.item_btn a{
display: block;
    width: 160px;
	font-size: 14px;
    background-color: #def0fe;
    text-align: center;
    padding: 5px;
    margin: 15px auto 10px auto;
    box-sizing: border-box;  
	position: relative;
	color: #333;
}
.item_btn a:before{
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #787575;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
}
.item_btn a:hover{
    background-color: #b1d1ea;
}

.catch_copy{
    color: #a22225;
    font-size: 1.8rem;
    margin-bottom: 10px;    
}

.catch_copy li{
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-size: 4%;
    padding-left: 35px;
    margin-bottom: 7px;
}


.main_text{
    margin-bottom: 30px;
}

.item_details_list{
    margin-top: 20px;
    background-color: #f8f8f8;
    padding: 10px;    
}

.item_details_list li{
    margin-bottom: 5px;
}

.em4{
    text-indent: -4em;
    padding-left: 4em;    
}

.em6{
    text-indent: -6em;
    padding-left: 6em;    
}

.em7{
    text-indent: -7em;
    padding-left: 7em;    
}

.sub_text{
    margin-bottom: 20px;
}

.sub_text dt{
    background-color: #bb664b;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 10px;    
}

.read_item_name{
    min-height: inherit;
    margin-bottom: 10px;
    background-color: #78bb4b;
    color: #fff;
    padding: 10px;
    font-weight: normal;
    border-radius: 2px;    
}






.terms_wrap,
.privacy_wrap{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
}

.terms_wrap dl{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #6abbfa;
}

.terms_wrap dl dt{
    color: #6abbfa;
    margin-bottom: 5px;
}

.terms_wrap dl dd{
    margin-left: 1em;
}


.law{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.law table th {
    width: 33%;
    color: #707070;
    border-bottom: solid 1px #6abbfa;
    padding: 8px 5px;
    text-align: left;
    font-weight: normal;
}

.law table td {
    border-bottom: solid 1px #ced5c9;
    text-align: left;
    padding: 8px 5px;
    vertical-align: middle;
    color: #707070;
}

.customer{
    margin-top: 30px;
    border: solid 2px #6abbfa;
    padding: 20px;    
}

.customer dt{
    font-size: 1.8rem;
    color: #6abbfa;
    font-weight: bold;
    margin-bottom: 5px;    
}

.customer ul{
    line-height: 1.6;
}

.privacy_wrap>p{
    margin-bottom: 20px;
    background-color: #6abbfa;
    color: #fff;
    padding: 10px 15px;
    font-weight: normal;
    border-radius: 2px;    
}

.privacy_wrap>div{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #6abbfa;
}

.privacy_wrap div p span{
    color: #6abbfa;
}

.privacy_wrap ol{
    margin-left: 1em;
}

.privacy_wrap li{
    text-indent: -1.4em;
    padding-left: 1.5em;    
}


.lower_col1_type1{
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
    .lower_col1_type1{
        width: 95%;
    }
}



.item_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_wrap li{
    width: 30%;
    border: solid 1px #f3f3f3;
    padding-bottom: 20px;
}
@media screen and (max-width: 768px){
    .item_wrap li{
        width: 100%;
        margin-bottom: 20px;
    }
}

.item_wrap li .photo a{
    display: block;
    width: 100%;
    height: 170px;
    margin: 0 auto;
    box-sizing: border-box;
    border: none;
    background-size: contain!important;
}

.item_wrap li .txt{
    padding: 0 20px;
}

.item_wrap li .txt p:nth-of-type(1){
    margin-bottom: 10px;
    min-height: 3em;
}
@media screen and (max-width: 768px){
    .item_wrap li .txt p:nth-of-type(1){
        min-height: inherit;
    }
}

.item_wrap li .txt p:nth-of-type(1) a{
    color: #78bb4b;
}

.more_details{
    width: 200px;
    margin: 10px auto;
}

.more_details a{
    display: block;
    width: 100%;
    background-color: #ff8c00;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.more_details a:hover{
    background-color: #ffa334;
}


.single-item img{
    width: 100%;
}



.slick-dots li button:before {
    font-size: 18px;
}




