@charset "UTF-8";
article, aside, figcaption, figure, footer, header, img, nav, section {
display:block
}
body, dd, div, dl, dt, h1, h2, h3, h4, html, img, li, ol, p, span, table, td, th, tr, ul, figure {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
letter-spacing: 0.03em;
font-size: 14px;
line-height: 2.0;
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
font-weight: normal;
}
ol, ul {
list-style:none
}
table{
border-collapse: collapse;
border-spacing: 0;
}
button {
border:none
}
a {  }
a:link {
color: #0066FF;
text-decoration: none;
}
a:visited {
color: #0066FF;
text-decoration: none;
}
a:hover, a:active {
color: #0066FF;
text-decoration: underline;
}
@media screen and (max-width: 767px) {
a:hover, a:active {
text-decoration: none;
}
}

/* ---------------------------------------------------------------- *
ドキュメント全体に関する設定
* ---------------------------------------------------------------- */
#container,.container{
/*display: none;*/
overflow: hidden;
position: relative;
/*width: 100%;*/
text-align: left;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
clear: both;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
padding-left: 0px;
}
@media screen and (max-width: 767px) {
#container,.container {
}
}

.Box01{
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
clear: both;
padding-top: 50px;
padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
.Box01{
padding-top: 7%;
padding-bottom: 7%;
}
}
.Box02{
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
clear: both;
padding-top: 50px;
padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
.Box02{
padding-top: 10%;
padding-bottom: 10%;
}
}
/* ------ Column ------ */
.row110{
max-width: 1100px;
margin: 0 auto;
}
.row120{
max-width: 1200px;
margin: 0 auto;
padding: 0 3%;
}
.row,.row00{
max-width: 1000px;
margin: 0 auto;
}
.row:after,.row00:after {
content: "";
display: block;
clear: both;
}
.row02 {
max-width: 900px;
margin: 0 auto;
}
.row800 {
max-width: 800px;
margin: 0 auto;
}
.row800in {
max-width: 800px;
margin: 0 auto;
}
.row720 {
max-width: 720px;
margin: 0 auto;
}
.row720in {
max-width: 720px;
margin: 0 auto;
}
.row700 {
max-width: 700px;
margin: 0 auto;
}
.row700in {
max-width: 700px;
margin: 0 auto;
}
.row480in {
max-width: 480px;
margin: 0 auto;
}
.row730 {
max-width: 730px;
margin: 0 auto;
}
.row740 {
max-width: 740px;
margin: 0 auto;
}
.row02:after {
content: "";
display: block;
clear: both;
}
.pc_only {
	display: block;
}
.sp_only {
display: none;
}

@media screen and (max-width: 767px) {
/* 左右に余白を設定 */
.row110,.row120,.row,.row02,.row720,.row730,.row800,.row700,.row740  {
padding: 0 6%;
}
.row00,.row720in,.row800in,.row480in,.row700in {
padding-top: 0;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0;
}
.col,
.col.left,
.col.right {
float: none;
margin-left: 0;
width: auto;
margin-bottom: 15px;
}
.pc_only {
display: none !important;
}
.sp_only {
	display: block;
}
}

.imgpc {
width: auto;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
.imgfull img {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 767px) {
.imgpc {
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
}


/*基本タイトル・リード・ボタン・バナー*/
h1.sec_title01{
padding-top: 10px;
text-align: center;
font-size: 26px;
padding-bottom: 10px;
margin-bottom: 30px;
line-height: 1.6em;
font-weight: bold;
} 
h1.sec_title01 span{
padding-top: 10px;
text-align: center;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-size: 14px;
display: block;
padding-bottom: 10px;
line-height: 1.2em;
font-weight: normal;
color: #000000;
}
@media screen and (max-width: 767px) {
h1.sec_title01{
padding-top: 10px;
margin-top: 10px;
margin-right: 0px;
margin-left: 0px;
font-size: 20px;
padding-bottom: 10px;
margin-bottom: 10px;
font-weight: bold;
} 
h1.sec_title01 span{
padding-top: 5px;
text-align: center;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-size: 18px;
color: #000000;
display: block;
padding-bottom: 15px;
line-height: 1.2em;
}
h1.sec_title01 img{
width: 100%;
height: auto;
display: block;
} 
}
@media screen and (max-width: 320px) {
h1.sec_title01{
font-size: 18px;
} 
}

.btmline {
position: relative;
padding-bottom: .5em;
border-bottom: 4px solid #EDEDED;
}
.btmline::after {
position: absolute;
bottom: -4px;
z-index: 2;
content: '';
width: 40%;
height: 4px;
background-color: #3498db;
margin-left: -20%;
}


h1.lead_title{
margin-bottom: 30px;
text-align: center;
font-size: 26px;
font-weight: bold;
line-height: 1.5em;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
.color01{
color: #007260 !important;
}
.color02{
color: #D17D74 !important;
}
.color03{
color: #4CBAED !important;
}
.bgcolor01{
padding-top: 10px;
padding-bottom: 10px;
color: #FFFFFF !important;
background-color: #01B2B2;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
.bgcolor02{
padding-top: 10px;
padding-bottom: 10px;
color: #FFFFFF !important;
background-color: #D17D74;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;	
}
.bgcolor03{
padding-top: 10px;
padding-bottom: 10px;
color: #FFFFFF !important;
background-color: #4CBAED;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;	
}
.bgcolor_lightgrey{
padding-top: 10px;
padding-bottom: 10px;
background-color: #EEEEEE;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
font-weight: normal !important;
}

/*p.lead{
padding: 0px;
text-align: center;
font-size: 16px;
line-height: 1.8em;
margin-bottom: 40px;
font-weight: bold;
}
p.lead strong{
background: linear-gradient(transparent 60%, #FFC0BF 60%);
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}*/


h2.lead_title{
margin-top: 0px;
margin-bottom: 20px;
text-align: center;
color: #666666;
font-size: 20px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}

/*リードフォトタイトル*/
h1.lead_photo{
text-align: center;
display: block;
margin-bottom: 30px;
}
h1.lead_photo strong{
padding-top: 10px;
padding-bottom: 10px;
margin-right: 0px;
margin-left: 0px;
text-align: center;
font-size: 26px;
font-weight: bold;
display: block;
line-height: 1.5em;
}
h1.lead_photo span{
text-align: center;
display: block;
margin-bottom: 30px;
}



/*ボタン*/
p.btn01,p.btn02 {
clear: both;
margin-left: auto;
margin-right: auto;
}
p.btn01 a{
padding-top: 20px;
padding-bottom: 20px;
margin-right: auto;
margin-left: auto;
width: 100%;
text-align: center;
margin-bottom: 0px;
display: block;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
font-size: 16px;
}
p.btn02 a{
padding-top: 10px;
padding-bottom: 10px;
margin-right: auto;
margin-left: auto;
width: 100%;
text-align: center;
margin-bottom: 0px;
display: block;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
line-height: 1.5em;
}
p.btn01.corporate a,p.btn02.corporate a{
background-color: #333333;
}
p.btn01.yellow a,p.btn02.yellow a{
background-color: #FCD006;
}
p.btn01.gray a,p.btn02.gray a{
background-color: #DDDDDD;
}
p.btn01.pink a,p.btn02.pink a{
background-color: #FF7EAD;
}
p.btn01.blue a,p.btn02.blue a{
background-color: #4CBAED;
}
p.btn01.orange a,p.btn02.orange a{
background-color: #F38200;
}
p.btn01.black a,p.btn02.black a{
background-color: #000000;
}
p.btn01 .fa,p.btn02 .fa{
color: #000000;
margin-left: 20px;
}
p.btn01 a:link,p.btn02 a:link {
text-decoration: none;
color: #000000;
}
p.btn01 a:visited,p.btn02 a:visited {
text-decoration: none;
color: #000000;
}

p.btn01 a:hover,
p.btn01 a:active {
background-color: #EC361D;
color: #FFF;
}
p.btn01 a:hover .fa,
p.btn01 a:active .fa {
color: #FFF;
}

p.btn02 a:hover,
p.btn02 a:active {
background-color: #EC361D;
color: #FFF;
}
p.btn02 a:hover .fa,
p.btn02 a:active .fa {
color: #FFF;
}

/*ホワイト*/
.wt .fa,.wt{
color: #FFF !important;
}
.wt a:link {
text-decoration: none !important;
color: #FFF !important;
}
.wt a:visited {
text-decoration: none !important;
color: #FFF !important;
}
.wt a:hover, .wt a:active {
text-decoration: none !important;
color: #FFF !important;
}

/*ブラック*/
.bk .fa{
color: #000000;
}
.bk a:link {
text-decoration: none;
color: #000000;
}
.bk a:visited {
text-decoration: none;
color: #000000;
}
.bk a:hover, .bk a:active {
text-decoration: none;
color: #000000;
}

/*コーポレートカラー*/
.corp .fa{
color: #EA6C1A !important;
}
.corp a:link {
text-decoration: none !important;
color: #EA6C1A !important;
}
.corp a:visited {
text-decoration: none !important;
color: #EA6C1A !important;
}
.corp a:hover, .corp a:active {
text-decoration: none !important;
color: #EA6C1A !important;
}


/*ボタン詳細*/
p.btn_detail {
clear: both;
margin-left: auto;
margin-right: auto;
z-index: 10;
}
p.btn_detail a{
padding-top: 8px;
padding-bottom: 8px;
margin-right: auto;
margin-left: auto;
width: 30%;
text-align: center;
margin-bottom: 0px;
display: block;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
font-size: 14px;
background-color: #ECD900;
}
p.btn_detail.color01 a{
/*background-color: #F0F0E1;*/
border: 1px solid #000000;
}
p.btn_detail.color02 a{
border: 1px solid #FFFFFF;
}
p.btn_detail a:hover,
p.btn_detail a:active {
background-color: #00336A;
color: #FFF;
width: 30%;
text-decoration: none;
}
@media screen and (max-width: 767px) {
p.btn_detail a{
width: 80%;
}
p.btn_detail a:hover,
p.btn_detail a:active {
width: 100%;
}
}

@media screen and (max-width: 767px) {
h1.sec_imgtitle{
margin-bottom: 30px;
} 
h1.sec_imgtitle img{
width: 100%;
height: auto;
display: block;
} 


h1.lead_photo strong{
padding-top: 10px;
padding-bottom: 10px;
margin-right: 0px;
margin-left: 0px;
text-align: left;
font-size: 16px;
font-weight: bold;
display: block;
line-height: 1.5em;
}
h1.lead_photo strong br{
display: none;
}
h1.lead_title{
margin-bottom: 30px;
text-align: center;
font-size: 20px;
font-weight: bold;
line-height: 1.5em;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}
h1.lead_title br{
display: none;
}
h1.lead_title span.color04{
display: block;
}
h2.lead_title{
margin-top: 0px;
margin-bottom: 30px;
text-align: center;
color: #666666;
font-size: 16px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

.bgcolor01{
padding-top: 10px;
padding-bottom: 10px;
color: #FFFFFF !important;
background-color: #01B2B2;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;	
}
.bgcolor02{
padding-top: 10px;
padding-bottom: 10px;
color: #FFFFFF !important;
background-color: #D17D74;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;	
}
.bgcolor03{
padding-top: 10px;
padding-bottom: 10px;
color: #FFFFFF !important;
background-color: #4CBAED;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.bgcolor04{
padding-top: 10px;
padding-bottom: 10px;
color: #FFFFFF !important;
background-color: #FFC926;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;	
}
.bgcolor05{
padding-top: 10px;
padding-bottom: 10px;
color: #FFFFFF !important;
background-color: #01B2B2;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;	
}
.bgcolor_lightgrey{
padding-top: 10px;
padding-bottom: 10px;
background-color: #EEEEEE;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-weight: normal !important;
}
.bgcolor_line{
padding-top: 10px;
padding-bottom: 10px;
color: #FFFFFF !important;
background-color: #5DBE38;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-weight: normal !important;
}
p.lead br{
display: none;
}
p.lead{
padding: 0px;
text-align: left;
font-size: 14px;
line-height: 1.8em;
margin-bottom: 30px;
}
p.leadfoot{
padding: 0px;
text-align: left;
font-size: 16px;
line-height: 1.8em;
margin-bottom: 50px;
}
h1.lead_photo br{
display: none;
}
h1.lead_photo img{
width: 100%;
height: auto;
display: block;
}
p.btn01 a{
padding-top: 20px;
padding-bottom: 20px;
margin-right: auto;
margin-left: auto;
font-size: 16px;
width: 98%;
text-align: center;
margin-bottom: 0px;
display: block;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;	
background-color: #FFFFFF;
padding-left: 1%;
padding-right: 1%;
}
p.btn02 a{
padding-top: 20px;
padding-bottom: 20px;
margin-right: auto;
margin-left: auto;
font-size: 16px;
width: 98%;
text-align: center;
margin-bottom: 0px;
display: block;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;	
padding-left: 1%;
padding-right: 1%
}
}



/*セクションタイトル左右にライン*/
.section-title {
text-align: center;
margin-bottom: 30px;
}
.section-title.LeltT {
text-align: left;
}
.section-title div {
}
.section-title div span {
display: inline-block;
}
.section-title h1 {
font-size: 50px;
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold;
}
.section-title h1 span.st {
font-size: 20px;
font-weight: normal;
}
.section-title h1 span.sura {
color: #0098FF;
}
.section-title h1 br {
display: none;
}

.section-title h1, .section-title h2, .section-title h3 {
display: inline-block;
}
.section-title h1 i {
font-style: normal;
display: block;
}
.section-title .line {
width: 90px;
background: #000000;
height: 1px;
margin: 5px 15px;
}
.section-title .line_wt {
width: 90px;
background: #FFFFFF;
height: 1px;
margin: 5px 15px;
}
.section-title .line.big {
width: 200px;
font-weight: bold;
}

.text-center {
vertical-align: middle;
display: table-cell;
text-align: center;
}
.fullimg img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
.section-title {
text-align: center;
margin-bottom: 20px;
}
.section-title h1 {
font-size: 23px;
padding-top: 10px;
padding-bottom: 8px;
font-weight: bold;
line-height: 1.2em;
}
.section-title div span {
display: inline-block;
font-size: 14px;
}
.section-title h1 br {
display: block;
}
.section-title .line,.section-title .line_wt {
width: 14%;
margin: 5px 1%;
}
.section-title .line.big {
width: 100%;
font-weight: bold;
}
.fullimg img {
width: 100%;
height: auto;
display: block;
}
.fullimg p,.fullimg h1 {
height: auto;
display: block;
text-align: center;
}

}



#lineLR {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center; /* for no-flexbox browsers */
margin-bottom: 10px;
}

#lineLR:before,
#lineLR:after {
	border-top: 2px dashed #A6658D;
	content: "";
	display: inline; /* for IE */
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
}

#lineLR:before {
margin-right: 0.5em;
}

#lineLR:after {
margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
#lineLR:before {
margin-right: 0.20em;
}

/*#lineLR {
padding-bottom: 20px;
}
#lineLR:before,
#lineLR:after {
display: none;
}*/
}



.imagetitle {
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
text-align: center;
}
.imagetitle p,.imagetitle h1{
display: inline-block;
vertical-align: middle;
}
.imagetitle h1 {
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	padding-right: 10px;
	color: #000000;
	padding-left: 10px;
	line-height: 1.3em;
}
.imagetitle h1 span {
font-weight: normal;
font-size: 14px;
text-align: left;
padding-right: 15px;
line-height: 1.5em;
display: block;
margin-top: 0px;
}
.imagetitle p{
margin-right: 10px;
margin-left: 15px;
}
@media screen and (max-width: 834px) {
.imagetitle img{
width: 100%;
height: auto;
display: block;
}
.imagetitle h1 {
	font-size: 19px;
	padding-left: 0px;
	padding-right: 5px;
	line-height: 1.3em;
}
.imagetitle h1 span {
font-size: 13px;
}
}
@media screen and (max-width: 320px) {
.imagetitle p{
width: 30%;
height: auto;
display: block;
}
.imagetitle h1 {
font-size: 18px;
}
.imagetitle h1 span {
font-size: 12px;
}
}

/*エフェクト　ボタン*/
.button-1,.button-2,.button-3{
width: 100%;
text-align: center;
cursor: pointer;
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}
.button-1 a{
font-size: 14px;
/*color: #000000;*/
text-decoration: none;
/*line-height: 70px;*/
transition: all .5s ease;
z-index: 2;
padding-top: 12px;
padding-bottom: 12px;
margin: 0;
position: relative;
/*height: 70px;*/
display: block;
line-height: 1.4em;
}
.button-2 a{
font-size: 19px;
text-decoration: none;
transition: all .5s ease;
z-index: 2;
padding-top: 9px;
padding-bottom: 9px;
margin: 0;
position: relative;
display: block;
line-height: 1.4em;
}
.button-3 a{
font-size: 28px;
text-decoration: none;
transition: all .5s ease;
z-index: 2;
padding-top: 9px;
padding-bottom: 9px;
margin: 0;
position: relative;
display: block;
line-height: 1.4em;
}
.button-1 img,.button-1 span,.button-2 img,.button-2 span,.button-3 img,.button-3 span{
display: inline-block;
vertical-align: middle;
}
.eff-1{
width: 100%;
left: -100%;
background: #EC6C00;
position: absolute;
transition: all .2s ease;
z-index: 1;
height: 300px;
}
.button-1 a:hover,.button-2 a:hover,.button-3 a:hover{
color: #FFFFFF !important;
}
.button-1:hover .eff-1,.button-2:hover .eff-1,.button-3:hover .eff-1{
left:0;
}


.bg_corp{
background-color: #00377E;
/*background-image: url(../parts/bg_gold.png);*/
/*background-position: center center;*/
}
.bg_bk{
background-color: #222222;
}
.bg_newgrad{
background-color: #18A3FF;
}
.bg_career{
background-color: #3353B4;
}

/* ---------------------------------------------------------------- *
ドキュメント全体に関する設定
* ---------------------------------------------------------------- */
#contents {
/*_zoom: 1;
overflow: hidden;*/
clear: both;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 40px;
padding-left: 10px;
}
/*　パンくず　*/
.pankuzu {
_zoom: 1;
font-size: 12px;
margin: 0px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
color: #000;
bottom: 10px;
width: 100%;
}
.pankuzu a:link {
text-decoration: underline;
color: #666;
}
.pankuzu a:visited {
text-decoration: none;
color: #666;
}
.pankuzu a:hover, .pankuzu a:active {
text-decoration: underline;
color: #666;
}



/*　パンくずWP　Breadcrumb NavXT*/
.bread-crumb {
margin:0;
padding: 0px;
}
.bread-crumb li {
font-size:12px;
color:rgb(180,180,180);
float:left;
/*margin-right:1em;*/
list-style: none outside none;
}
.bread-crumb li:after {
content : '>';
padding-left:7px;
margin-right:7px;
}
.bread-crumb li:last-child:after {
content : '';
}
/*
.bread-crumb li a {
color:rgb(120,120,120);
}*/
.bread-crumb li.current {
}


@media screen and (max-width: 767px) {
.pankuzu {
display: none;
}
}


/* ---------------------------------------------------------------- *
ヘッダ部分の設定
* ---------------------------------------------------------------- */
.header_pc {
top: 0;
left: 0;
height: 150px;
/*background-color: rgba(255,255,255,1.0);*/
z-index: 100;
margin: 0;
width: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.header_pc h1.title {
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-203%);
width: auto;
}
/*.header_pc.bgc {
background-color: rgba(0,0,0,0.7);
}*/
@media screen and (max-width: 767px) {
.header_pc {
height: auto;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
/*background-color: rgba(255,255,255,0.80);*/
}
/*.header_pc.bgc {
background-color: rgba(0,0,0,0.7);
}*/
}


/*.header-logo img {
position: absolute;
top: 25px;
left: 50%;
transform: translateX(-148%);
height: 60px;
width: auto;
}*/
.header-logo img {
position: absolute;
top: 25px;
left: 5%;
height: 60px;
width: auto;
}
@media screen and (max-width: 767px) {
.header-logo {
display: none;
}
.header-logo img{
height: 27px;
display: block;
width: auto;
margin-left: 3%;
margin-top: 3%;
margin-bottom: 3%;
margin-right: 0%;
position: static;
}
}

#sec_head{
width: 100%;
padding: 0px;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
height: 90px;
background-color: rgba(255,255,255,0.80);
}
#header{
text-align: left;
padding: 0px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
position: relative;
width: 100%;
}
#header h1.logo{
position: absolute;
top: 25px;
left: 50px;
height: 40px;
}
#header p.copy{
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
position: absolute;
z-index: 10;
top: 35px;
left: 300px;
font-size: 13px;
line-height: 1.5em;
}
@media screen and (max-width: 1050px) {
#header p.copy{
display: none;
}
}
#header strong{
font-weight: normal;
}
#header p.sitecopy {
position: absolute;
z-index: 10;
top: 70px;
right: 0px;
color: #CCCCCC;
}


.head_navi {
position: absolute;
z-index: 10;
top: 25px;
right: 150px;
width: 600px;
}
.head_navi ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.head_navi li.camp {
float: right;
margin-right: 5px;
padding: 0;
margin-left: 5px;
}
.head_navi li.camp img {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.head_navi li.type1 a,.head_navi li.type2 a,.head_navi li.type1a a,.head_navi li.type1b a {
padding-left: 30px;
padding-right: 30px;
float: right;
padding-top: 13px;
padding-bottom: 13px;
margin-top: 5px;
margin-bottom: 0px;
font-size: 13px;
margin-left: 5px;
display: block;
margin-right: 5px;
-webkit-transition: .3s;
transition: .3s;
position: relative;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.head_navi li.type1 a {
background-color: #F8E81C;
}
.head_navi li.type2 a {
background-color: #EEEEEE;
}
.head_navi li.type1a a {
background-color: #94BAD5;
font-weight: bold;
}
.head_navi li.type1b a {
background-color: #D17D74;
font-weight: bold;
}


.head_navi li.type1a a:hover {
background-color: #5392BE;
}
.head_navi li.type1b a:hover {
background-color: #B4544A;
}
.head_navi li.type2 a:hover {
background-color: #DDDDDD;
}
.head_navi li a:visited {
text-decoration: none;
}
.head_navi li a:hover, .head_navi li a:active {
text-decoration: none;
}


h1.logo_sp {
display: none;
}


@media screen and (max-width: 767px) {
#sec_head,#sec_head02{
width: 100%;
padding: 0px;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
height: auto;
}
#header{
display: none;
}
.head_navi {
display: none;
}
h1.logo_sp {
display: block;
margin: 0;
padding-top: 2.5%;
padding-bottom: 2.5%;
padding-left: 3%;
}
h1.logo_sp img{
height: 45px;
display: block;
width: auto;
margin-left: 3%;
margin-top: 3%;
margin-bottom: 3%;
margin-right: 0%;
}
}
@media screen and (max-width: 360px) {
h1.logo_sp img{
height: 35px;
}
}


/*h_ボタン*/
.h_btn {
_zoom: 1;
overflow: hidden;
clear: both;
margin-right: 0px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
width: auto;
position: absolute;
top: 20px;
left: 50%;
transform: translateX(18%);
}
.h_btn ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.h_btn li {
	text-align: right;
	padding-left: auto;
	padding-right: 0px;
}
.h_btn li img {
	float: right;
}
.h_btn li p {
	font-size: 11px;
}
.h_btn ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

@media screen and (max-width: 767px) {
/*.h_btn {
width: 100%;
margin-bottom: 30px;
position: static;
top: 15px;
right: 0%;
transform: translateX(100%);
display: block;
}*/
.h_btn {
clear: both;
margin-right: auto;
margin-left: auto;
width: 96%;
position: static;
top: 15px;
right: 100px;
right: 0%;
transform: translateX(0%);
}
}


/* ---------------------------------------------------------------- *
	バーガーナビ
 * ---------------------------------------------------------------- */
.sec_gnv{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    clear: both;
}
@media screen and (max-width: 896px) {
.sec_gnv{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}
}

.list_gnv {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 50%;
	margin-top: 0px;
	padding-bottom: 0px;
}
.list_gnv ul {
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 50px;
}
.list_gnv li {
    float: left;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-right: 3.5%;
	margin-left: 3.5%;
    margin-bottom: 0px;
    position: relative;
    width: 18%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.list_gnv li.type1 {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-left: 1%;
	position: relative;
	width: 98%;
	margin-bottom: 0%;
}
.list_gnv li.type1 a,.list_gnv li.type2 a {
	background-color: rgba(255,255,255,0.50);
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.list_gnv li.type2 {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-left: 1%;
	position: relative;
	width: 48%;
	margin-bottom: 0%;
}
.list_gnv li.sns {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-left: 1%;
	position: relative;
	width: 31.333333%;
	margin-bottom: 0%;
}
.list_gnv li h2{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}
.list_gnv li img{
	width: 100%;
	height: auto;
	display: block;
}
.list_gnv ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
@media screen and (max-width: 896px) {
.list_gnv {
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
.list_gnv ul {
	margin-bottom: 50px;
	margin-top: 0px;
}
.list_gnv li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-right: 5%;
    margin-left: 5%;
    position: relative;
    width: 40%;
    margin-bottom: 0%;
}
.list_gnv li h2{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	font-size: 13px;
}
}



/*fatNavi内*/
#bm_btn {
	_zoom: 1;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	height: auto;
	padding: 0px;
	display: none;
}
#bm_btn ul.contact {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
#bm_btn li a {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3%;
	padding-bottom: 3%;
	width: 50%;
}
#bm_btn li a {
	background-color: #F8E81C;
}
#bm_btn li.phone a{
	background-color: #F8E81C;
}
#bm_btn li i {
	padding-right: 5px;
}
#bm_btn p.bnr {
	margin-bottom: 10px;
}
#bm_btn p.bnr img {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#bm_btn ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
@media screen and (max-width: 896px) {
#bm_btn {
	_zoom: 1;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	height: auto;
	padding: 0px;
	display: block;
}
#bm_btn p.copy {
    color: #FFFFFF;
    margin-bottom: 8px;
}
#bm_btn ul.contact {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 95%;
}
#bm_btn li a {
	font-size: 16px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 1.5%;
	margin-left: 1.5%;
	width: 47%;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#bm_btn p {
	text-align: center;
}
#bm_btn p.phone {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 10px;
}

#bm_btn li a:link {
	text-decoration: none;
	color: #000000;
}
#bm_btn li a:visited {
	text-decoration: none;
	color: #000000;
}
#bm_btn li a:hover, #bm_btn li a:active {
	text-decoration: underline;
	color: #000000;
}
}
@media screen and (max-width: 320px) {
#bm_btn li a {
	font-size: 16px;
}
}



/* ---------------------------------------------------------------- *
	グローバルナビの設定
 * ---------------------------------------------------------------- */
#sec_gnavi {
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	width: 990px;
	margin-left: auto;
	margin-right: 3%;
	height: 120px;
}
@media screen and (max-width: 1200px) {
#sec_gnavi {
	display: none;
}
}
/* nav-header　iPadでのダブルタップ対応版 */
.nav-header {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0;
	height: 120px;
}

.nav-header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: 0;
	height: 100%;
	position: relative;
}
/*
.nav-header li a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 50px;
	background-color: #CCCCCC;
	top: 12px;
	right: 0px;
}*/
.nav-header li:last-child a::after {
	display: none;
}
.nav-header li {
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	width: 100px;
	font-size: 13px;
	color: #414141;
}
.nav-header #menu-item-30,.nav-header #menu-item-31{
	width: 170px;
}
/*.nav-header #menu-item-259,.nav-header #menu-item-260,.nav-header #menu-item-267{
	width: 150px;
}*/
.nav-header #menu-item-267,.nav-header #menu-item-323{
	width: 150px;
}
.nav-header li a {
	display: block;
	position: relative;
	text-decoration: none;
	margin-bottom: 0px;
	padding-top: 75px;
	height: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-header li span {
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	line-height: 1em;
	font-weight: normal;
	padding-top: -5px;
}
/*.nav-header li a:before {
	visibility: hidden;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	border-bottom: 1px solid #A6658D;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: .3s;
	transition: .3s;
	bottom: 0px;
}*/
.nav-header li a:before {
visibility: hidden;
content: "";
position: absolute;
right: 0;
left: 0;
border-bottom: 2px solid #A6658D;
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition: .3s;
transition: .3s;
bottom: -20px;
opacity: 0;
z-index: 10;
}
.nav-header li a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
bottom: 0px;
}
.nav-header a:link,
.nav-header a:visited {
color: #000000;
text-decoration: none;
}
.nav-header a:hover,.nav-header a:hover span,
.nav-header a:active {
color: #A6658D;
text-decoration: none;
}

/*current指定　固定ページ*/
.nav-header .current_page_item a::before,
.nav-header .current-menu-item a::before,
.nav-header .current-page-ancestor a::before,
.nav-header .current-menu-parent a::before,
.nav-header .current-menu-ancestor a::before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
bottom: 0px;
}
.nav-header ul li.current-menu-item,.nav-header ul li.current-menu-parent,.nav-header ul li.current-menu-ancestor {
background-position: 0 -120px;
}

@media screen and (max-width: 896px) {
.nav-header {
display: none;
}
}

/*ローカル用*/
.nav-header #menu-item-30 {
	background-image: url(../parts/n01.png);
	background-repeat: no-repeat;
}
.nav-header #menu-item-31 {
	background-image: url(../parts/n02.png);
	background-repeat: no-repeat;
}
.nav-header #menu-item-32 {
	background-image: url(../parts/n03.png);
	background-repeat: no-repeat;
}
.nav-header #menu-item-33 {
	background-image: url(../parts/n04.png);
	background-repeat: no-repeat;
}
.nav-header #menu-item-34 {
	background-image: url(../parts/n05.png);
	background-repeat: no-repeat;
}
.nav-header #menu-item-35 {
	background-image: url(../parts/n06.png);
	background-repeat: no-repeat;
}

.nav-header #menu-item-40 {
	background-image: url(../parts/n07.png);
	background-repeat: no-repeat;
}
.nav-header #menu-item-259,.nav-header #menu-item-260 {
	background-image: url(../parts/n07.png);
	background-repeat: no-repeat;
	background-position: center 0%;
}
.nav-header #menu-item-267,.nav-header #menu-item-323 {
	background-image: url(../parts/n08.png);
	background-repeat: no-repeat;
}
/*ローカル用*/

.nav-header :hover {
	background-position: 0 -120px;
}

.nav-header ul li:hover > ul, div.menu ul li:hover > ul {
    display: block;
}


/*グローバル　サブメニュー*/
.nav-header ul ul {
	display: none;
	position: absolute;
	z-index: 9;
	width: auto;
	top: 120px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-header ul ul a {
	width: 166px !important;
	color: #000 !important;
	background-color: rgba(255,255,255,0.9);
	text-indent: 0px !important;
	padding-top: 7px !important;
	padding-right: 5px !important;
	padding-bottom: 7px !important;
	padding-left: 5px !important;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	display: block !important;
	height: auto !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.nav-header ul ul a:hover {
	color: #02A4E8 !important;
}
.nav-header ul ul li {
    float: none !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 1.4em;
}
.nav-header ul ul li:first-child a {
	border-top: none !important;
}
@media screen and (max-width: 999px) {
.nav-header ul ul li {
display: none;
}
}

/* ---------------------------------------------------------------- *
トップリード
* ---------------------------------------------------------------- */
.top_lead{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}
.top_lead h2{
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.top_lead p img{
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
}
.top_lead p img{
	width: 20%;
	height: auto;
	display: block;
}
.top_lead p{
	font-size: 16px;
}
@media screen and (max-width: 767px) {
.top_lead{
padding-top: 10%;
padding-bottom: 10%;
}
.top_lead h2{
	font-size: 25px;
	margin-bottom: 25px;
}
.top_lead p img{
	padding-right: 20px;
	width: 35%;
}
}


/* ---------------------------------------------------------------- *
	トップinfo
 * ---------------------------------------------------------------- */
.sec_tinfo{
	width: 100%;
	margin: 0px;
	padding-top: 50px;
	padding-bottom: 40px;
	background-image: url(../parts/tex01.jpg);
	background-position: 0% center;
}
@media screen and (max-width: 834px) {
.sec_tinfo{
padding-top: 35px;
padding-bottom: 30px;
}
}
.t_info {
	margin: 0;
	padding: 0;
	position: relative;
	}
.t_info.archive {
    margin-left: 0px;
	}
.t_info  ol li {
	/*_zoom: 1;
	overflow: hidden;*/
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 1%;
	margin-left: 1%;
	}
.t_info  ol li img {
	width: 100%;
	height: auto;
	display: block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}
.t_info  ol li figure {
	margin-bottom: 15px;
	}
.t_info  ol li.type1 {
	float: left;
	width: 23.3%;
}
.t_info  ol li.type2 {
float: left;
width: 47.4%;
}
@media screen and (max-width: 834px) {
.t_info  ol li {
	margin-right: 0%;
	margin-left: 0%;
	}
.t_info  ol li.type1 {
	float: none;
	width: 100%;
}
.t_info  ol li.type1 figure {
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.t_info  ol li figure {
	margin-bottom: 10px;
	}
.t_info  ol li.type2 {
	float: none;
	width: 98%;
}
}

/* ---------------------------------------------------------------- *
トップバナー
* ---------------------------------------------------------------- */
.t_Box01{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 0px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 70px;
	/*background-image: url(../parts/tex01.jpg);
	background-position: center top;*/
}
@media screen and (max-width: 767px) {
.t_Box01{
margin-top: 20px;
padding-top: 15px;
padding-bottom: 40px;
}
}

.top_bnr {
_zoom: 1;
overflow: hidden;
clear: both;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
.top_bnr ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.top_bnr li {
width: 29.3333%;
margin-left: 2%;
margin-right: 2%;
float: left;
margin-bottom: 0px;
margin-top: 0px;
}
.top_bnr li img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}
.top_bnr li h2 {
	font-size: 16px;
	line-height: 2em;
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: bold;
}
.top_bnr li p {
	font-size: 14px;
	line-height: 2em;
	color: #444444;
}
.top_bnr ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
@media screen and (max-width: 834px) {
.top_bnr {
width: 100%;
}
.top_bnr li {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	float: none;
}
.top_bnr li h2 {
	font-size: 15px;
}
}


/* ---------------------------------------------------------------- *
イズム
* ---------------------------------------------------------------- */
#sec_ism{
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
background-image: url(../parts/bg_towart.jpg);
clear: both;
padding-top: 70px;
padding-bottom: 100px;
background-position: center bottom;
background-color: #ECD900;
background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
#sec_ism{
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
height: auto;
clear: both;
padding-top: 10%;
padding-bottom: 30%;
background-size: contain;
}
}
.list_ism {
clear: both;
margin-right: auto;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
}
.list_ism h2{
font-size: 42px;
line-height: 1em;
margin-bottom: 30px;
font-weight: bold;
color: #007260;
}
.list_ism p{
font-size: 20px;
line-height: 1.8em;
margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.list_ism {
width: 100%;
}
.list_ism {
_zoom: 1;
overflow: hidden;
clear: both;
margin-right: auto;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
text-align: center;
}
.list_ism h2{
font-size: 28px;
}
.list_ism p{
width: 100%;
font-size: 16px;
line-height: 1.8em;
margin-bottom: 20px;
text-align: left;
}
}
@media screen and (max-width: 320px) {
.list_ism h2{
font-size: 30px;
}
}

/*ism_ボタン*/
.ism_btn {
_zoom: 1;
overflow: hidden;
clear: both;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
width: 300px;
top: 0px;
}
.ism_btn ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.ism_btn li {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ism_btn li a span {
display: block;
}
.ism_btn li {
width: 100%;
margin-left: 0%;
margin-right: 0%;
margin-bottom: 20px;
}
.ism_btn ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

@media screen and (max-width: 767px) {
.ism_btn {
clear: both;
margin-right: auto;
margin-left: auto;
width: 100%;
margin-bottom: 20px;
}
.ism_btn li {
margin-bottom: 10px;
}
}

/* ---------------------------------------------------------------- *
先輩社員スライダー
* ---------------------------------------------------------------- */
#sec_voice{
_zoom: 1;
overflow: hidden;
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 70px;
padding-bottom: 70px;
background-image: url(../parts/tx_gry.png);
background-position: center center;
}
@media screen and (max-width: 767px) {
#sec_voice{
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15%;
padding-bottom: 15%;
}
}




/* ---------------------------------------------------------------- *
STF　トップスライダー
* ---------------------------------------------------------------- */
.stfSdr {
/*overflow: hidden;*/
width: 100%;
margin-bottom: 0px;
position: relative;
padding-top: 10px;
padding-bottom: 10px;
}
.stfSdr{
opacity: 0;
filter: alpha(opacity=0);        /* ie lt 8 */
-ms-filter: "alpha(opacity=0)";  /* ie 8 */
-moz-opacity: 0;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0;              /* Safari 1.x */
zoom: 1;
}
.stfSdr ul {
margin: 0 auto;
width: 1000px;
}
.stfSdr li {
_zoom: 1;
overflow: hidden;
float: left;
padding: 0px;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 10px;
position: relative;
/*width: 31.3333%;*/
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.stfSdr li:before {
content: '';
position: absolute;
left: 0;
width: 120%;
height: 30%;
margin-right: -10%;
margin-left: -10%;
margin-bottom: 0;
background: #007260;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
z-index: 0;
bottom: 0px;
}
.stfSdr .contents_inner {
position: absolute;
width: 100%;
height: 100%;
margin: 0 auto;
padding-top: 40px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px;
color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
top: 70%;
}
.stfSdr li h2{
padding-top: 7px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
font-size: 14px;
}
.stfSdr li h2 strong{
font-size: 20px;
}
.stfSdr ul li p.cmt{
margin-top: 10px;
color: #CCCCCC;
}
.stfSdr li img{
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
z-index: -2;
}
.stfSdr ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
@media screen and (max-width: 767px) {
.stfSdr ul {
margin-top: 20px;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
width: 80%;
}
.stfSdr {
padding: 0px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 40px;
margin-left: auto;
width: 100%;
}
.stfSdr li {
padding: 0px;
margin-top: 0px;
margin-right: 1%;
margin-left: 1%;
position: relative;
width: 98%;
margin-bottom: 0%;
}
.stfSdr li h2{
padding-top: 7px;
padding-bottom: 0px;
line-height: 1.5em;
}
}





/* ---------------------------------------------------------------- *
先輩の声　一覧
* ---------------------------------------------------------------- */
.list_voice {
clear: both;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
width: 100%;
}
.list_voice ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.list_voice li {
_zoom: 1;
overflow: hidden;
float: left;
padding: 0px;
margin-top: 0px;
margin-right: 1%;
margin-bottom: 0px;
margin-left: 1%;
position: relative;
width: 31.3333%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.list_voice li:before {
content: '';
position: absolute;
left: 0;
width: 120%;
height: 50%;
margin-right: -10%;
margin-left: -10%;
margin-bottom: 0;
background: #007260;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
z-index: 0;
bottom: 0px;
}
.list_voice .contents_inner {
position: absolute;
width: 100%;
height: 100%;
margin: 0 auto;
padding-top: 20px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 20px;
color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
top: 50%;
}
.list_voice li h2{
padding-top: 7px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
.list_voice ul li p.cmt{
margin-top: 10px;
color: #CCCCCC;
}
.list_voice li img{
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
z-index: -2;
}
.list_voice ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
@media screen and (max-width: 767px) {
.list_voice {
padding: 0px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 100%;
}
.list_voice li {
padding: 0px;
margin-top: 0px;
margin-right: 1%;
margin-left: 1%;
position: relative;
width: 48%;
margin-bottom: 0%;
}
.list_voice li h2{
padding-top: 7px;
padding-bottom: 0px;
line-height: 1.5em;
}
}


/* ---------------------------------------------------------------- *
ブログ
* ---------------------------------------------------------------- */
#sec_blog{
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 70px;
padding-bottom: 70px;
position: relative;
/*background-image: url(../parts/tx02.jpg);*/
}

#sec_blog h1.title{
padding-right: 0;
padding-left: 0;
margin-right: 0px;
margin-left: 0px;
font-size: 30px;
font-weight: bold;
text-align: center;
letter-spacing: -0.02em;
line-height: 1em;
padding-bottom: 5px;
margin-bottom: 30px;
position: relative;
}
#sec_blog h1.title span{
display: block;
color: #CCCCCC;
font-size: 16px;
letter-spacing: 0em;
padding-top: 10px;
line-height: 1.5em;
}
@media screen and (max-width: 767px) {
#sec_blog{
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15%;
padding-bottom: 15%;
}

#sec_blog h1.title{
font-size: 20px;
margin-bottom: 10px;
text-align: left;
line-height: 1.5em;
}
#sec_blog h1.title span{
font-size: 16px;
}
}

.list_blog {
clear: both;
margin-bottom: 20px;
width: 100%;
padding: 0;
}
.list_blog ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.list_blog li {
margin-left: 1%;
margin-right: 1%;
margin-bottom: 20px;
list-style-type: none;
padding: 10px;
width: 31.333333%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
background-color: #FFFFFF;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
float: left;
cursor: pointer;
}
.list_blog li h2{
padding-top: 0px;
padding-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
}
.list_blog li p.date{
padding-left: 0px;
color: #888888;
font-size: 12px;
padding-bottom: 0px;
margin-bottom: 0px;
padding-top: 0px;
}
.list_blog li p{
color: #000000;
}
.list_blog li .LRbox {
_zoom: 1;
overflow: hidden;
}
.list_blog li .ftBox {
display: inline;
float: left;
width: 65%;
margin-left: 5%;
}
.list_blog li .ftimgR {
display: inline;
float: left;
margin-top: 0;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
margin-left: 0px;
margin-bottom: 0px;
width: 30%;
padding-top: 5px;
}
.list_blog li .ftimgR img {
width: 100%;
height: auto;
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;	
margin: 0;
padding: 0;
}
.pdfBox img {
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
.list_blog li p.terms{
position: absolute;
top: -10px;
left: -10px;
z-index: 10;
color: #FFFFFF;
font-size: 12px;
background-color: #666666;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 20px;
padding-right: 10px;
height: 30px;
line-height: 30px;
}
.list_blog li p.terms:after {
content: "";
position: absolute;
bottom: -10px;
left: 0px;
height: 0;
width: 0;
border-top: 5px solid #000000;
border-bottom: 5px solid transparent;
border-right: 5px solid #000000;
border-left: 5px solid transparent;
z-index: -1;
}
.list_blog li p.terms:before {
content: "";
position: absolute;
height: 0;
width: 0;
border-top: 15px solid #666666;
border-bottom: 15px solid #666666;
border-right: 10px solid transparent;
border-left: 10px solid #666666;
z-index: 10;
right: -20px;
top: 0px;
}
.list_blog ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

@media screen and (max-width: 767px) {
.list_blog {
padding-top: 10px;
padding-bottom: 5px;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
margin-top: 0px;
}
.list_blog li {
margin-left: 0%;
margin-right: 0%;
margin-bottom: 20px;
list-style-type: none;
padding-left: 10px;
padding-right: 10px;
width: 100%;
padding-bottom: 10px;
padding-top: 10px;
}
}


/* ---------------------------------------------------------------- *
トップ　コンタクト
* ---------------------------------------------------------------- */
.contact {
}
.contact h2{
font-size: 50px;
line-height: 1em;
margin-bottom: 40px;
font-weight: bold;
color: #FFFFFF;
}
.contact h2 span{
font-size: 28px;
margin-bottom: 30px;
font-weight: 100;
display: block;
}
.contact p{
font-size: 18px;
line-height: 1.8em;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
text-align: left;
color: #FFFFFF;
}
.contact p.contact.btn_detail a{
width: 100%;
}
@media screen and (max-width: 767px) {
.contact {
background-color: #00499D;
width: 100%;
}
.contact {
_zoom: 1;
overflow: hidden;
clear: both;
margin-right: auto;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
text-align: center;
}
.contact h2{
font-size: 35px;
margin-bottom: 20px;
}
.contact h2 span{
font-size: 20px;
}
.contact p{
font-size: 16px;
line-height: 1.6em;
margin-bottom: 40px;
text-align: left;
}
/*.contact p br{
display: none;
}*/
}
@media screen and (max-width: 320px) {
.contact h2{
font-size: 30px;
}
.contact h2 span{
font-size: 17px;
}
}


/* ---------------------------------------------------------------- *
パララックス設定　PC
* ---------------------------------------------------------------- */
.parallax-window {
background: transparent;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 0px;
height: 550px;
text-align: center;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.2);
/*-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;*/
}
.parallax-overlay {
background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
.parallax-window {
display: none;
}
}
/* ---------------------------------------------------------------- *
パララックス設定
* ---------------------------------------------------------------- */
.parallax {
position: relative;
overflow: hidden;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex; 
background-size: cover; 
}

.background {
position: absolute;
background-repeat: no-repeat;
background-size: cover; 
}

.shadow {
background-color: #000000;
height: 100%;
width: 100%;
position: absolute;
opacity: 0.4; 
}
.split {
background-size: cover; 
}


@media screen and (max-width: 767px) {
.split-view {
display: block; 
}
.split, .two .split, .three .split {
margin: 0;
width: 100%;
}
.desc, .front {
padding: 0px; 
}
}


/* ---------------------------------------------------------------- *
エントリー
* ---------------------------------------------------------------- */
.signup{
height: 370px;
margin: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 70px;
width: 100%;
position: relative;
background-size: cover;
background-image: url(../parts/bg_signup.jpg);
background-repeat: no-repeat;
background-position: center center;
padding-top: 70px;
}
@media screen and (max-width: 767px) {
.signup{
height: 400px;
padding-bottom: 15%;
padding-top: 15%;
}
}
/*entry_ボタン*/
.entry_btn {
_zoom: 1;
overflow: hidden;
clear: both;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
width: 90%;
top: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 90px;
}
.entry_btn ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.entry_btn li {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.entry_btn li a span {
display: block;
}
.entry_btn li {
float: left;
width: 48%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 20px;
}
.entry_btn ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

@media screen and (max-width: 767px) {
.entry_btn {
clear: both;
margin-right: auto;
margin-left: auto;
width: 100%;
margin-bottom: 20px;
margin-top: 40px;
}
.entry_btn li {
margin-bottom: 10px;
float: none;
width: 100%;
margin-left: 0%;
margin-right: 0%;
}
.entry_btn li img {
width: 80%;
display: block;
height: auto;
margin-left: auto;
margin-right: auto;
}
}



/*ホーム　バックストレッチ*/
.bs_home{
height: 560px;
margin: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 70px;
width: 100%;
position: relative;
/*background-size: cover;
background-image: url(../parts/px_bg2.jpg);
background-repeat: no-repeat;
background-position: center center;*/
padding-top: 70px;
}
/*.bs_home:before {
z-index: 0;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color:rgba(0,0,0,0.20);
}*/
.bs_home h1{
text-align: center;
font-size: 35px;
color: #FFFFFF;
font-weight: bold;
position: absolute;
z-index: 10;
left: 50%;
top: 50%;
margin-left: -120px;
margin-top: -120px;
} 
.bs_home h1 a{
display: block;
color: #fff;
width: 240px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius:50%;
margin-right: auto;
margin-left: auto;
padding-top: 100px;
background-color: rgba(0,0,0,0.5);
height: 140px;
}
.bs_home h1 a span{
padding-top: 15px;
text-align: center;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-size: 16px;
color: #FFFFFF;
display: block;
font-weight: normal;
}
@media screen and (max-width: 767px) {
.bs_home{
height: 560px;
padding-bottom: 15%;
padding-top: 15%;
}
}


/* ---------------------------------------------------------------- *
works詳細
* ---------------------------------------------------------------- */
#sec_tour_d{
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
margin-left: 0px;
margin-top: 50px;
margin-bottom: 50px;
}
#sec_tour_d.memberBg{
background-color: #FFE2E2;
padding-top: 50px;
padding-bottom: 50px;
}
#sec_tour_d h1{
padding-right: 0;
padding-left: 0;
margin-right: 0px;
margin-left: 0px;
font-size: 20px;
font-weight: bold;
text-align: center;
line-height: 1em;
padding-bottom: 5px;
margin-bottom: 10px;
position: relative;
}
#sec_tour_d h1 strong{
font-size: 30px;
padding-left: 10px;
}
#sec_tour_d h1 span{
color: #8B8B8B;
font-size: 16px;
line-height: 1.5em;
padding-left: 20px;
font-weight: normal;
}
#sec_tour_d p.w_mv {
margin-bottom: 20px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
#sec_tour_d p.w_mv img {
width: 100%;
height: auto;
display: block;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
} 
@media screen and (max-width: 767px) {
#sec_tour_d{
width: 100%;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
#sec_tour_d h1{
font-size: 20px;
margin-bottom: 10px;
line-height: 1.5em;
}
#sec_tour_d h1 span{
font-size: 16px;
line-height: 1.5em;
padding-left: 0px;
display: block;
}
#sec_tour_d p.w_mv {
width: 100%;
}
#sec_tour_d p.w_mv img {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
} 
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
#sec_tour_d h1{
font-size: 18px;
}
}

.w_spec {
_zoom: 1;
overflow: hidden;
padding: 0px;
margin-bottom: 30px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 90%;
}
.w_spec  ol {
}
.w_spec  ol li {
padding-bottom: 10px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.w_spec  ol li.type01 {
width: 38%;
margin-left: 1%;
margin-right: 1%;
}
.w_spec  ol li.type02 {
width: 58%;
margin-left: 1%;
margin-right: 1%;
}
.w_spec  ol li p.line1 {
padding-top: 10px;
padding-bottom: 10px;
margin: 0;
border-bottom: 1px solid #CCCCCC;
}
.w_spec  ol li p.line1:first-child,.w_spec  ol li p.line2:first-child {
border-top: 1px solid #CCCCCC;
}
.w_spec  ol li p span.st {
width: 20%;
display: inline-block;
}
@media screen and (max-width: 767px) {
.w_spec  ol li,.w_spec  ol li.type01,.w_spec  ol li.type02 {
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
width: 100%;
float: none;
margin-left: 0%;
margin-right: 0%;
}
.w_spec  ol li p.line2:first-child {
border-top: 0px solid #CCCCCC;
}
.w_spec  ol li.type01 {
margin-bottom: 15px;
}
}


/* ---------------------------------------------------------------- *
画像+テキスト　ハーフ
* ---------------------------------------------------------------- */
.list_half {
/*_zoom: 1;
overflow: hidden;*/
clear: both;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
.list_half ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.list_half li.imgbox {
width: 50%;
margin-left: 0%;
margin-right: 0%;
float: left;
margin-bottom: 0px;
margin-top: 0px;
}
.list_half li.imgbox img {
width: 100%;
height: auto;
display: block;
}
.list_half li h2{
padding-top: 15px;
padding-bottom: 15px;
font-size: 16px;
font-weight: bold;
margin-bottom: 15px;
padding-left: 10%;
padding-right: 10%;
}
.list_half li p{
}
.list_half li.txtbox {
margin: 0;
padding-left: 40px;
padding-top: 30px;
padding-bottom: 30px;
padding-right: 40px;
}
.list_half li.txtbox h2{
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 0px;
font-size: 28px;
color: #FFFFFF;
line-height: 1.4em;
padding: 0px;
clear: both;
}
.list_half ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
@media screen and (max-width: 1250px) {
.list_half li.txtbox h2{
font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.list_half {
width: 100%;
}
.list_half  ul li img{
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.list_half li.imgbox {
width: 90%;
margin-left: auto;
margin-right: auto;
float: none;
margin-bottom: 10px;
margin-top: 0px;
}
.list_half li h2{
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
font-weight: bold;
margin-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
}
.list_half li.txtbox {
margin: 0;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
}

/* ---------------------------------------------------------------- *
タイルギャラリー
* ---------------------------------------------------------------- */
.tile_gallery {
/*_zoom: 1;
overflow: hidden;*/
clear: both;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
width: 100%;
}
.tile_gallery ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.tile_gallery li.type100 {
width: 98%;
}
.tile_gallery li.type50 {
width: 48%;
}
.tile_gallery li.type65 {
width: 65.1%;
}
.tile_gallery li.type35 {
width: 30.9%;
}
.tile_gallery li {
float: left;
padding: 0px;
margin-top: 0px;
margin-right: 1%;
margin-bottom: 20px;
margin-left: 1%;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tile_gallery li img{
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
.tile_gallery ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
@media screen and (max-width: 767px) {
.tile_gallery {
padding: 0px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 40px;
margin-left: auto;
width: 100%;
}
.tile_gallery li.type100 {
width: 100%;
}
.tile_gallery li.type50 {
width: 100%;
}
.tile_gallery li.type65{
width: 100%;
}
.tile_gallery li.type35 {
width: 100%;
}
.tile_gallery li {
padding: 0px;
margin-top: 0px;
margin-right: 0%;
margin-left: 0%;
position: relative;
width: 100%;
margin-bottom: 15px;
}
.tile_gallery li img{
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
}



.item_box{
_zoom: 1;
overflow: hidden;
position: relative;
width: 50%;
padding: 5%;
border: solid 1px #CCC;
margin-bottom: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
} 
.item_box a{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
text-indent:-999px;
}
.item_box img{
display:block;
width:35%;
float:left;
}
.item_box .detail{
width:60%;
margin-left:5%;
float:left;
}
.item_box a:hover{
background-color:#FFF;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

/* ---------------------------------------------------------------- *
列パターン
* ---------------------------------------------------------------- */
.list_row {
_zoom: 1;
overflow: hidden;
clear: both;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
.list_row ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.list_row li.type3 {
width: 31%;
margin-left: 1.16666%;
margin-right: 1.16666%;
float: left;
margin-bottom: 20px;
}
.list_row li.type2 {
width: 46%;
margin-left: 2%;
margin-right: 2%;
float: left;
margin-bottom: 0px;
margin-top: 0px;
}
.list_row li.type2b {
width: 48%;
margin-left: 1%;
margin-right: 1%;
float: left;
margin-bottom: 0px;
margin-top: 0px;
}
.list_row li.type00 {
width: 50%;
margin-left: 0%;
margin-right: 0%;
float: left;
margin-bottom: 0px;
margin-top: 0px;
}
.list_row li.type00 img,.list_row li.type2b img {
width: 100%;
height: auto;
display: block;
}
.list_row li h2{
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
margin-bottom: 15px;
background-color: #01B2B2;
}
.list_row li p{
}
.list_row li p strong{
background: linear-gradient(transparent 60%, #FFED30 60%);
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
font-size: 20px;
line-height: 1.2em;
}
.list_row li p span{
background: linear-gradient(transparent 60%, #FFED30 60%);
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
font-size: 20px;
line-height: 1.2em;
}
.list_row li img{
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.list_row ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
@media screen and (max-width: 767px) {
.list_row {
width: 100%;
}
.list_row li.type3 {
float: none;
width: 100%;
margin-right: 0%;
margin-left: 0%;
margin-bottom: 15px;
}
.list_row li.type2 {
float: none;
width: 100%;
margin-right: 0%;
margin-left: 0%;
margin-bottom: 0px;
}
.list_row li.type2b {
float: none;
width: 100%;
margin-right: 0%;
margin-left: 0%;
margin-bottom: 15px;
}
.list_row  ul li img{
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
}




/*ブログ*/
.list_blog_d {
clear: both;
margin-bottom: 0px;
width: 100%;
padding: 0;
}
.list_blog_d ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.list_blog_d li {
margin-left: 1%;
margin-right: 1%;
margin-bottom: 10px;
list-style-type: none;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
background-color: #FFFFFF;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
}
.list_blog_d li h2{
padding-top: 0px;
padding-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
font-size: 14px;
}
.list_blog_d li p.date{
padding-left: 0px;
color: #888888;
font-size: 12px;
padding-bottom: 0px;
margin-bottom: 0px;
padding-top: 0px;
}
.list_blog_d li .Bbox {
_zoom: 1;
overflow: hidden;
}
.list_blog_d li .ftBox {
display: inline;
float: left;
width: 70%;
margin-left: 5%;
}
.list_blog_d li .ftimg {
display: inline;
float: left;
margin-top: 0;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
margin-left: 0px;
margin-bottom: 0px;
width: 25%;
padding-top: 15px;
}
.list_blog_d li .ftimg img {
width: 100%;
height: auto;
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;	
margin: 0;
padding: 0;
}
.pdfBox img {
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
.list_blog_d li p.terms{
position: absolute;
top: -10px;
left: -10px;
z-index: 10;
color: #FFFFFF;
font-size: 12px;
background-color: #94BAD5;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 20px;
padding-right: 10px;
height: 30px;
line-height: 30px;
}
.list_blog_d li p.terms:after {
content: "";
position: absolute;
bottom: -10px;
left: 0px;
height: 0;
width: 0;
border-top: 5px solid #000000;
border-bottom: 5px solid transparent;
border-right: 5px solid #000000;
border-left: 5px solid transparent;
z-index: -1;
}
.list_blog_d li p.terms:before {
content: "";
position: absolute;
height: 0;
width: 0;
border-top: 15px solid #94BAD5;
border-bottom: 15px solid #94BAD5;
border-right: 10px solid transparent;
border-left: 10px solid #94BAD5;
z-index: 10;
right: -20px;
top: 0px;
}
.list_blog_d ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

@media screen and (max-width: 767px) {
.list_blog_d {
padding-top: 10px;
padding-bottom: 5px;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
margin-top: 0px;
}
.list_blog_d li {
margin-left: 0%;
margin-right: 0%;
margin-bottom: 0px;
list-style-type: none;
padding-left: 10px;
padding-right: 10px;
width: 100%;
padding-bottom: 10px;
padding-top: 10px;
}
.list_blog_d li h2{
font-size: 13px;
}
.list_blog_d li p{
font-size: 12px;
line-height: 1.5em;
}
}

.sbi_photo_wrap img {
-moz-border-radius: 7px !important;
-webkit-border-radius: 7px !important;
border-radius: 7px !important;
}





/* ---------------------------------------------------------------- *
スタッフ紹介
* ---------------------------------------------------------------- */
#sec_staff{
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
background-image: url(../parts/tx01.png);
padding-top: 40px;
padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
#sec_staff{
}
}

#list_staff {
/*_zoom: 1;
overflow: hidden;*/
clear: both;
margin-top: 0px;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
width: 100%;
}
#list_staff ul {
list-style: none;
padding: 0px;
margin: 0px;
}
#list_staff li {
float: left;
padding-top: 2%;
padding-right: 2%;
padding-left: 2%;
padding-bottom: 2%;
margin-top: 0px;
margin-right: 1%;
margin-bottom: 40px;
margin-left: 1%;
position: relative;
width: 31.3333%;
background-color: #FFFFFF;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#list_staff li h2{
padding-top: 10px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
font-size: 16px;
font-weight: bold;
text-align: center;
}
#list_staff li h3{
padding-top: 10px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
font-size: 14px;
color: #01B2B2;
text-align: center;
font-weight: bold;
}
#list_staff li h3 span{
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
display: block;
}
#list_staff li img{
width: 100%;
height: auto;
display: block;
padding-top: 0px;
margin-left: auto;
margin-right: auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#list_staff li figure{
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #01B2B2;
padding: 4%;
}

#list_staff ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

@media screen and (max-width: 767px) {
#list_staff {
_zoom: 1;
overflow: hidden;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 100%;
padding-top: 0px;
}
#list_staff li h3{
text-align: left;
}
#list_staff li h3 span{
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
display: inline;
}
/*
#list_staff li {
float: left;
width: 48%;
padding: 3%;
margin-right: 1%;
margin-left: 1%;
margin-top: 0px;
margin-bottom: 30px;
}*/
#list_staff li {
float: none;
padding-top: 5%;
padding-right: 5%;
padding-left: 5%;
padding-bottom: 5%;
margin-top: 0px;
margin-right: 2%;
margin-bottom: 20px;
margin-left: 2%;
position: relative;
width: 96%;
}
#list_staff li figure{
padding: 2%;
}
}


/* ---------------------------------------------------------------- *
スタッフ一覧
* ---------------------------------------------------------------- */

.list_staff {
clear: both;
margin: 0;
width: 100%;
padding: 0;
}
.list_staff ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.list_staff li {
margin-left: 1.5%;
margin-right: 1.5%;
margin-bottom: 30px;
list-style-type: none;
padding: 40px;
width: 97%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
background-color: #F8F8F8;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
float: left;
}
.list_staff li p.terms:after {
content: "";
position: absolute;
bottom: -10px;
left: 0px;
height: 0;
width: 0;
border-top: 5px solid #000000;
border-bottom: 5px solid transparent;
border-right: 5px solid #000000;
border-left: 5px solid transparent;
z-index: -1;
}
.list_staff li h2{
padding-top: 0px;
padding-bottom: 7px;
padding-left: 0px;
padding-right: 10px;
color: #01B2B2;
font-size: 30px;
font-weight: bold;
}
.list_staff li h3{
padding-bottom: 10px;
padding-left: 0px;
padding-right: 10px;
font-weight: bold;
font-size: 16px;
}
.list_staff li p.item{
padding-bottom: 10px;
padding-left: 0px;
padding-right: 10px;
font-size: 14px;
}
.list_staff li p.s_lead{
padding-bottom: 15px;
padding-left: 0px;
font-size: 14px;
padding-right: 0px;
padding-top: 15px;
border-top: 1px solid #01B2B2;
border-bottom: 1px solid #01B2B2;
margin-bottom: 10px;
}
.list_staff li p.terms{
position: absolute;
top: 10px;
z-index: 10;
color: #000000;
font-size: 13px;
left: -10px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
padding-right: 20px;
}
.list_staff li p.terms.blog{
background-color: #E7E0AA;
}
.list_staff li p.terms.news{
background-color: #99CDFF;
}

.list_staff li .LRbox {
_zoom: 1;
overflow: hidden;
}
.list_staff li .ftBox {
display: inline;
float: left;
width: 55%;
margin-left: 5%;
}
.list_staff li .ftBox2 {
display: inline;
float: left;
width: 55%;
margin-right: 5%;
}
.list_staff li .ftimgR {
display: inline;
float: right;
margin-top: 0;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
margin-left: 0px;
margin-bottom: 0px;
width: 40%;
}
.list_staff li .ftimgL {
display: inline;
float: left;
margin-top: 0;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
margin-left: 0px;
margin-bottom: 0px;
width: 40%;
}
.list_staff li .ftimgR img,.list_staff li .ftimgL img {
width: 100%;
height: auto;
display: block;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
margin: 0;
padding: 0;
border-radius: 0px;
}
.pdfBox img {
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
.list_staff ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

@media screen and (max-width: 767px) {
.list_staff {
padding-top: 10px;
padding-bottom: 5px;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
margin-top: 0px;
}
.list_staff li {
margin-left: 0%;
margin-right: 0%;
margin-bottom: 30px;
list-style-type: none;
padding: 5%;
width: 100%;
position: relative;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.list_staff li h2{
padding-top: 10px;
padding-bottom: 7px;
padding-left: 0px;
padding-right: 10px;
font-size: 25px;
}
.list_staff li h3 span{
display: block;
}
/*
.list_staff li .flimgR img,.list_staff li .flimgL img {
width: 100%;
height: auto;
margin: 0;
padding: 0;
display: block;
}*/
.list_staff li .ftBox,.list_staff li .ftBox2 {
width: 100%;
margin: 0;
padding: 0;
float: none;
}
.list_staff li .ftimgR,.list_staff li .ftimgL {
width: 100%;
float: none;
margin-right: 0;
margin-left: 0;
padding: 0;
padding: 0;
}
.list_staff li .flimgR img,.list_staff li .flimgL img {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding-bottom: 0px;
} 
}




/*ホバー拡大エフェクト*/
.scale {
width: 100%;
height: auto;
/*overflow: hidden;*/
}
.scale img {
-moz-transition: -moz-transform 0.3s linear;
-webkit-transition: -webkit-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
-ms-transition: -ms-transform 0.3s linear;
transition: transform 0.3s linear;
}
.scale img:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}

.scale2 {
width: 100%;
height: auto;
/*overflow: hidden;*/
}
.scale2 {
-moz-transition: -moz-transform 0.3s linear;
-webkit-transition: -webkit-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
-ms-transition: -ms-transform 0.3s linear;
transition: transform 0.3s linear;
}
.scale2:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}






/*お知らせ*/
#sec_topcontact{
width: 100%;
margin: 0px;
padding-top: 20px;
padding-bottom: 20px;
background-color: #F1F1F1;
}

#sec_topcontact h2{
font-weight: bold;
text-align: center;
}

p.leadfoot{
padding: 0px;
text-align: center;
font-size: 16px;
line-height: 1.8em;
color: #444444;
margin-bottom: 40px;
}
p.leadfoot br{
display: none;
}
p.leadfoot strong{
background: linear-gradient(transparent 60%, #FBD6D7 60%);
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
color: #01B2B2;
}


@media screen and (max-width: 767px) {
#sec_topcontact{
width: 100%;
margin-right: 0px;
margin-left: 0px;
padding-bottom: 50px;
padding-top: 25px;
margin-bottom: 0px;
margin-top: 0px;
}
p.leadfoot{
padding: 0px;
text-align: center;
font-size: 16px;
line-height: 1.8em;
color: #444444;
margin-bottom: 40px;
}
p.leadfoot br{
display: block;
}
}

/*理念*/
ul.idea{
width: 100%;
margin: 0px;
padding-top: 20px;
padding-bottom: 20px;
background-color: #F1F1F1;
text-align: center;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

ul.idea li span {
padding-right: 0.25em;
font-weight: bold;
} 
@media screen and (max-width: 767px) {
ul.idea{
width: 100%;
margin: 0px;
padding-top: 20px;
padding-bottom: 20px;
font-size: 14px;
text-align: left;
padding-left: 15px;
padding-right: 15px;
}
ul.idea li{
display: -webkit-flex;
display: flex;
-webkit-align-items: top;
align-items: top;
margin-bottom: 10px;
}
}

/*バナー*/
#sec_bana{
width: 100%;
margin: 0px;
padding-top: 40px;
padding-right: 0px;
padding-bottom: 40px;
padding-left: 0px;
background-color: #FFF;
}

#list_mbana {
_zoom: 1;
overflow: hidden;
padding: 0px;
clear: both;
width: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 50px;
margin-left: 0px;
}
#list_mbana h1{
text-align: center;
display: block;
margin-bottom: 30px;
}
#list_mbana h1 strong{
padding-top: 10px;
padding-bottom: 10px;
margin-top: 30px;
margin-right: 0px;
margin-bottom: 30px;
margin-left: 0px;
text-align: center;
font-size: 26px;
font-weight: bold;
display: block;
line-height: 1.5em;
}
#list_mbana h1 span{
text-align: center;
display: block;
margin-bottom: 30px;
}
#list_mbana h2{
font-weight: bold;
font-size: 18px;
background-color: #FFD800;
text-align: center;
line-height: 100px;
margin-bottom: 10px;
}
#list_mbana p{
font-size: 16px;
line-height: 1.8em;
color: #444444;
}
#list_mbana p span{
background-color: #FFFFA2;
padding: 2px;
color: #663300;
}
#list_mbana ul {
list-style: none;
padding: 0px;
margin: 0px;
}
#list_mbana li {
float: left;
padding: 0px;
margin-top: 0px;
margin-right: 25px;
margin-bottom: 0px;
margin-left: 0px;
width: 310px;
}
#list_mbana ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

#list_mbana a:link {
color: #FFF;
text-decoration: none;
}
#list_mbana a:visited {
color: #FFF;
text-decoration: none;
}
#list_mbana a:hover, #list_mbana a:active {
color: #FFF;
text-decoration: underline;
}
@media screen and (max-width: 767px) {

}







/*--------------------------------
PAGE TOP（上へ）
---------------------------------*/
#page-top {
position: fixed;
z-index: 50;
bottom: 120px;
font-size: 30px;
}
#page-top a {
    width: 30px;
    height: 30px;
    background: #A6658D;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 12px;
    text-align: center;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-opacity: 0.5;
    opacity: 0.5;*/
}
@media screen and (max-width: 767px) {
#page-top {
position: fixed;
z-index: 50;
bottom: 10%;
font-size: 30px;
}
}



#footer{
	position: relative;
	clear: both;
	margin: 0;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #F1F1F1;
	_zoom: 1;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
#footer {
}
}


/* フッターナビ */
.f_navi {
    /*_zoom: 1;
	overflow: hidden;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.f_navi ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.f_navi li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 28%;
	position: relative;
}
.f_navi li.type1 {
	width: 16%;
}
.f_navi ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
@media screen and (max-width: 896px) {
.f_navi {
    padding-bottom: 30px;
}
.f_navi li,.f_navi li.type1 {
_zoom: 1;
overflow: hidden;
float: none;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 0px;
margin-right: 0%;
margin-bottom: 0px;
margin-left: 0%;
width: 100%;
clear: both;
border-bottom: 1px solid rgba(255,255,255,0.30);
}
}

.f_navi li h2.l_non{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 20px;
	color: #A6658D;
}
.f_navi li h2.l_pre a{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6em;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 0px;
	margin: 0;
	width: 100%;
	display: block;
}
.f_navi p a {
	font-size: 12px;
	line-height: 1.6em;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	display: block;
	padding-top: 7px;
	}

#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover, .f_navi a:active {
	color: #000000;
	text-decoration: underline;
}
.f_navi h2 a:link {
	color: #A6658D !important;
	text-decoration: none;
}
.f_navi h2 a:visited {
	color: #A6658D !important;
	text-decoration: none;
}
.f_navi h2 a:hover, .f_navi h2 a:active {
	color: #A6658D !important;
	text-decoration: underline;
}

 /* ---------------------------------------------------------------- *
	SP　最初からオープン　f_navi
 * ---------------------------------------------------------------- */
 @media screen and (max-width: 896px) {
.f_navi .nvOC{
    margin: 0;
    padding: 0;
    float: left;
    width: 30%;
}
.f_navi .toggle_box {
    margin: 0;
    padding: 0 !important;
    float: left;
    width: 70%;
}
}
 
 /* ---------------------------------------------------------------- *
	開閉コンテンツ　f_navi
 * ---------------------------------------------------------------- */
/*pcは初めからオープン*/
/*.f_navi .toggle_box {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.nvOC{
	pointer-events: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
div.nvOC.open{
	cursor: pointer;
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: right center;
	}
@media screen and (max-width: 896px) {
.f_navi .toggle_box {
	margin: 0;
	padding: 0;
	list-style: none;
	display:none;
}
div.nvOC{
	display: block;
	cursor: pointer;
	pointer-events: auto;
	background-image: url(../parts/i_open2.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
div.nvOC.open{
	cursor: pointer;
	pointer-events: auto;
	background-image: url(../parts/i_close2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 0px;
	padding-top: 0px;
	}
}*/


.f-logo {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.f-logo img {
	height: 60px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
p.f_address {
	text-align: left;
	padding-top: 30px;
}
@media screen and (max-width: 767px) {
.f-logo {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
}
.f-logo img {
	height: 45px;
	width: auto;
}
}

#copyright {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	text-align: center;
	width: 100%;
	background-color: #F1F1F1;
	color: #000000;
}
#copyright p.copyright{
	clear: both;
	margin-top: 40px;
	line-height: 1.8em;
}
@media screen and (max-width: 767px) {
#copyright {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 30px;
padding-right: 0px;
padding-left: 0px;
text-align: center;
padding-bottom: 30px;
}
#copyright p.copyright{
font-size: 12px;
}
}



/* ---------------------------------------------------------------- *
swiper　設定
* ---------------------------------------------------------------- */
/*フルスクリーン表示　トップ*/
.swiper-container {
	width: 100%;
	height: 500px;
	/*height: 100vh;*/
}
@media screen and (max-width: 767px) {
.swiper-container {
	height: auto;
}
}

.swiper-slide {
background-position: center;
background-size: cover;
}

.swiper-slide {
position: relative;
}

/*画像配置の場合*/
.swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 834px) {
.swiper-slide img {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
}



/*画像切り替えPCSP*/
.ssd01{
	background-image: url(../parts/mv01_pc.jpg?v=20201218);
}
.ssd02{
	background-image: url(../parts/mv02_pc.jpg);
}
.ssd03{
	background-image: url(../parts/mv03_pc.jpg);
}
@media screen and (max-width: 834px) {
.ssd01{
background:url(../parts/mv01_sp.jpg) center center no-repeat;
width:100%;
padding-top:114.29%;
background-size:cover;
}
.ssd02{
background:url(../parts/mv02_sp.jpg) center center no-repeat;
width:100%;
padding-top:114.29%;
background-size:cover;
}
.ssd03{
background:url(../parts/mv03_sp.jpg) center center no-repeat;
width:100%;
padding-top:114.29%;
background-size:cover;
}
/*.ssd03{
background-image: url(../parts/mv03_sp.jpg) center center no-repeat;
}*/
}

.swiper-slide .title {
font-size: 80px;
font-weight: 100;
text-align: center;
margin-top: 400px;
padding-bottom: 0px;
margin-bottom: 20px;
color: #FFFFFF;
}
.swiper-slide .subtitle {
font-size: 20px;
text-align: center;
margin-bottom: 20px;
color: #FFFFFF;
}
.swiper-slide .text {
font-size: 14px;
width: 400px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
text-align: center;
color: #FFFFFF;
}

/*swiper-button prev next　エフェクト*/
[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
transition: all .3s ease;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
visibility: visible;
}
[class^="swiper-button-"] {
/* width: 44px;*/
opacity: 0;
visibility: hidden;
}
.swiper-button-prev {
-webkit-transform: translateX(50px);
transform: translateX(50px);
}
.swiper-button-next {
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}

/*pagination　cureent2重丸*/
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px !important;
	position: relative;
	width: 12px;
	height: 12px;
	background-color: #FFFFFF;
	opacity: .4;
	padding-right: 0px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 18px;
height: 18px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border: 0px solid #FFFFFF;
border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
border-width: 1px;
}


.swiper-container .swiper-slide:before {
z-index: 0;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color:rgba(0,0,0,0);
}

/**/
.swiper-wrapper.disabled {
transform: translate3d(0px, 0, 0) !important;
}
.swiper-pagination.disabled {
display: none;
}


/* ---------------------------------------------------------------- *
	お知らせ
 * ---------------------------------------------------------------- */
.sec_news{
	width: 100%;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 70px;
}
@media screen and (max-width: 834px) {
.sec_news{
	padding-bottom: 20px;
}
}
/*お知らせ　シンプルタイプ*/
.list_info {
	_zoom: 1;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	}
.list_info.archive {
    margin-left: 0px;
	}
.list_info h1 {
font-size: 30px;
font-weight: bold;
padding-bottom: 30px;
}
.list_info h1 span {
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
}
/*.list_info h1::after {
display: block;
content: '';
position: absolute;
width: 100px;
height: 5px;
background-color: #007260;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
margin-left: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}*/
.list_info  ol {
	clear: both;
	}
.list_info  ol li a {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 5px;
	margin-left: 1%;
	position: relative;
	float: left;
	width: 31.3333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(238,238,238,0.40);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	}
.list_info  ol li dt {
	color: #999;
	padding-top: 15px;
	}
.list_info  ol li dt span {
	background-color: rgba(255,237,0,1.00);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	}
.list_info  ol li dd {
	position: relative;
	}
.list_info  ol li dd h2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
	}
.list_info  ol li dd p{
	color: #888888;
	margin-bottom: 10px;
	}
/*.list_info  ol li dd a :before {
	position: absolute;
	margin-left: -50px;
	content: '\f105';
	color: #00254B;
	font-family: fontAwesome;
	right: 10px;
	top: 30%;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}*/
.list_info  ol li dd a:hover :before {
	right: 0px;
}
.list_info  ol li dd span.cate{
	background-color: #B6A563;
	color: #FFF;
	width: 150px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}
* html .list_info  ol li dd {
	zoom: 1;
	}
.list_info  ol li dd h2 a:link {
	text-decoration: none;
	color: #666666;
}
.list_info  ol li dd h2 a:visited {
	color: #666666;
	text-decoration: none;
}
.list_info  ol li dd h2 a:hover, .list_info  ol li dd h2 a:active {
	color: #666666;
	text-decoration: underline;
}

.list_info  ol li dd .cate a:link {
	text-decoration: none;
	color: #FFF;
}
.list_info  ol li dd .cate a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.list_info  ol li dd .cate a:hover, .list_info  ol li dd .cate a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.list_info li p.update{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 0px;
	background-color: #FF0000;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 120px;
	top: 0px;
	display: inline-block;
	z-index: 2;
}
@media screen and (max-width: 834px) {
.list_info {
}
.list_info h1 {
font-size: 20px;
left: -80px;
top: 10px;
padding-bottom: 20px;
}
.list_info h1::after {
width: 70px;
}
.list_info  ol li a {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 20px;
	margin-left: 0%;
	position: relative;
	float: none;
	width: 100%;
	border-radius: 10px;
	padding-right: 20px;
	padding-left: 20px;
	}
.list_info  ol li dt {
	color: #999;
	float: none;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.list_info  ol li dd {
	margin-left: 0px;
	}
.list_info  ol li dd h2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10%;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.list_info  ol li dd span.cate{
	color: #FFF;
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	float: none;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 90%;
	margin-left: auto;
	}
.list_info li p.update{
	font-size: 11px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	left: 110px;
	top: -10px;
}
}

/* ---------------------------------------------------------------- *
	ターゲット
 * ---------------------------------------------------------------- */
.list_target {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.list_target ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list_target li.tg {
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    margin-bottom: 30px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    background-color: rgba(204,204,204,0.30);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.list_target li.tg img {
	width: 100%;
	height: auto;
	display: block;
}
.list_target li h3{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #007260;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.list_target li p{
}
.list_target li p strong{
	background: linear-gradient(transparent 60%, #FFED30 60%);
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
}
.list_target li img{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}
.list_target ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
@media screen and (max-width: 834px) {
.list_target {
	width: 100%;
}
.list_target li.tg {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 15px;
}
.list_target li h3{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
}




/* ---------------------------------------------------------------- *
	ショップリスト　アーカイブス
 * ---------------------------------------------------------------- */
#archives_shop {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#archives_shop ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#archives_shop li {
	width: 30.333333%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
	margin-bottom: 50px;
}
#archives_shop li h2{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    background-color: #007260;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
}
#archives_shop li p{
}
#archives_shop li p strong{
	font-size: 18px;
	font-weight: bold;
}
#archives_shop li p a{
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#archives_shop ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#archives_shop li .f_Box {
    overflow: hidden;
*zoom: 1;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
#archives_shop li h2{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #0B5851;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 5px;
}
#archives_shop  ul li {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
}



/* ---------------------------------------------------------------- *
	イベント
 * ---------------------------------------------------------------- */
 #sec_event{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	/*background-image: url(../parts/tx02.jpg);*/
	position: relative;
}
 #sec_event_d{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	 background-image: url(../parts/tx01b.jpg);
	position: relative;
}
#sec_event_d h1{
	padding-right: 0;
	padding-left: 0;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.02em;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 0px;
	position: relative;
}
#sec_event_d h1 span{
	display: block;
	color: #663300;
	font-size: 16px;
	letter-spacing: 0em;
	padding-top: 10px;
	line-height: 1.5em;
}
.event_bg{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}
@media screen and (max-width: 834px) {
 #sec_event{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#sec_event_d h1{
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5em;
}
#sec_event_d h1 span{
	font-size: 16px;
}
.event_bg img{
	width: 100%;
	margin-right: 0px;
}
 #sec_event .section-title{
	padding-top: 15%;
}
 #sec_event .section-title h1{
	padding-top: 10px;
	padding-bottom: 0px;
}
 #sec_event span.m_title{
	display: block;
}
}

.list_event {
	/*_zoom: 1;
	overflow: hidden;*/
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}
.list_event ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list_event li.type4 {
	float: left;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
	position: relative;
	width: 23%;
	background-color: #FFFFFF;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.list_event li.type4 figure img {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.list_event li h2{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4em;
}
.list_event li h3{
	padding-bottom: 10px;
	font-weight: normal;
	line-height: 1.4em;
}
.list_event li p{
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	line-height: 1.5em;
}
.list_event li p.update{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 0px;
	background-color: #FF0000;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: -5px;
	display: inline-block;
	z-index: 10;
}
.list_event li p.indent-100 {
padding-left:7em;
text-indent:-7em;
}
.list_event li p.date{
	color: #BBBBBB;
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	font-weight: normal;
	line-height: 1.8em;
}
.list_event ul li p.terms{
	position: absolute;
	top: -15px;
	left: -10px;
	z-index: 10;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #94BAD5;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}
.list_event ul li p.terms:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 5px solid #000000;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000000;
	border-left: 5px solid transparent;
	z-index: -1;
}
.list_event ul li p.terms:before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border-top: 15px solid #94BAD5;
	border-bottom: 15px solid #94BAD5;
	border-right: 10px solid transparent;
	border-left: 10px solid #94BAD5;
	z-index: 10;
	right: -20px;
	top: 0px;
}
.list_event ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

@media screen and (max-width: 834px) {
.list_event {
}
.list_event li {
	float: left;
	width: 46%;
	padding-bottom: 0px;
	margin-right: 2%;
	margin-left: 2%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.list_event li.type4 {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0.5%;
	margin-bottom: 15px;
	margin-left: 0.5%;
	width: 49%;
	padding-bottom: 0px;
	padding-top: 10px;
}
.list_event li h2{
	font-size: 14px;
}
.list_event li .item p.update{
	width: 40px;
	height: 40px;
	line-height: 40px;
}
}




/* ---------------------------------------------------------------- *
	ブログイベント
 * ---------------------------------------------------------------- */
.sec_column {
	padding-top: 40px;
	padding-bottom: 5px;
	margin: 0;
	background-color: #303030;
}
.list_column {
	/*_zoom: 1;
	overflow: hidden;*/
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}
.list_column ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list_column li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
	position: relative;
	width: 230px;
	background-color: #FFFFFF;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.list_column li figure {
	padding: 10px;
}
.list_column li figure img {
	width: 100%;
	height: auto;
	display: block;
	/*-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;*/
}
.list_column li p.terms:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 5px solid #000000;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000000;
	border-left: 5px solid transparent;
	z-index: -1;
}
.list_column li h2{
	padding-top: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
.list_column li h3{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 13px;
}
.list_column li h2 i.fa{
	padding-left: 15px;
}
.list_column li p{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 13px;
	color: #444444;
}
.list_column li p.date{
	padding-left: 10px;
	color: #888888;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}
.list_column li p.terms{
	position: absolute;
	top: 20px;
	z-index: 10;
	color: #000000;
	font-size: 12px;
	left: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 20px;
}
.list_column li p.terms.blog{
	background-color: #E7E0AA;
}
.list_column li p.terms.news{
	background-color: #99CDFF;
}
.list_column li p.icon{
	position: absolute;
	top: 70px;
	z-index: 10;
	color: #000000;
	left: -15px;
	width: 65px;
}
.list_column li p.icon img{
	width: 100%;
	height: auto;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #FFFFFF;
}
.list_column ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.list_column li p.update{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 0px;
	background-color: #A6658D;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 15px;
	display: inline-block;
	z-index: 10;
}
@media screen and (max-width: 767px) {
.list_column {
	/*_zoom: 1;
	overflow: hidden;*/
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	padding-top: 0px;
}
.list_column li {
	float: left;
	width: 46%;
	padding-bottom: 0px;
	margin-right: 2%;
	margin-left: 2%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.list_column li p.terms:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 4px solid #000000;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #000000;
	border-left: 4px solid transparent;
	z-index: -1;
}

.list_column li img{
	width: 100%;
	height: auto;
	display: block;
	padding-top: 0px;
	}
.list_column li h2{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5em;
}
.list_column li p.terms{
	position: absolute;
	top: 10px;
	z-index: 10;
	color: #000000;
	font-size: 12px;
	left: -8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.list_column li p.icon{
	position: absolute;
	top: 70px;
	z-index: 10;
	color: #000000;
	left: -15px;
	width: 50px;
}
.list_column li p.update{
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 10px;
}
}


 
 /*ブログナビ*/
#event_nav {
  overflow: hidden;
}

#event_nav ul {
  position: relative;
  left: 50%;
  float: left;
}

#event_nav ul li {
	position: relative;
	left: -50%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#event_nav ul li i.fa{
	margin-left: 10px;
}
#event_nav ul li a{
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 12px;
}
#event_nav ul li.blog a{
	background-color: #E7E0AA;
}
#event_nav ul li.news a{
	background-color: #99CDFF;
}
#event_nav ul li.works a{
	background-color: #8EC21F;
}
/*
#event_nav ul{
}
#event_nav ul li{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#event_nav ul li i.fa{
	margin-left: 10px;
}
#event_nav ul li a{
	color: #000000;
	background-color: #E7E0AA;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
*/
@media screen and (max-width: 767px) {
#event_nav ul li a{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
}





/*ポイント*/
.list_point {
	/*_zoom: 1;
	overflow: hidden;*/
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	width: 100%;
	background-color: rgba(238,238,238,0.70);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.list_point ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list_point li {
	float: left;
	padding-top: 50px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list_point li h3{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 15px;
}
.list_point li h3 strong{
	font-size: 16px;
	color: #D30003;
	font-weight: bold;
}
.list_point li figure{
	float: left;
	width: 20%;
	margin-right: 15px;
}
.list_point li figure img{
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.list_point li p.terms{
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #A6658D;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 10px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}
.list_point li p.terms:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 5px solid #000000;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000000;
	border-left: 5px solid transparent;
	z-index: -1;
}
.list_point li p.terms:before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border-top: 25px solid #A6658D;
	border-bottom: 25px solid #A6658D;
	border-right: 10px solid transparent;
	border-left: 10px solid #A6658D;
	z-index: 0;
	right: -20px;
	top: 0px;
}
.list_point ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
.list_point {
	margin-bottom: 20px;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.list_point li {
	float: none;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.list_point li h3{
	font-size: 14px;
}
.list_point li figure{
	width: 30%;
	margin-right: 10px;
}
.list_point li p.terms{
	top: -10px;
	left: -10px;
	z-index: 10;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
}
.list_point li p.terms:before {
	border-top: 20px solid #A6658D;
	border-bottom: 20px solid #A6658D;
	border-right: 10px solid transparent;
	border-left: 10px solid #A6658D;
}
}



/* ---------------------------------------------------------------- *
	ご相談からの流れ
 * ---------------------------------------------------------------- */
.r_flow {
	_zoom: 1;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	bottom: 0px;
	right: 0px;
	height: auto;
	clear: both;
}
.r_flow ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.r_flow li.type5 {
	width: 32.3333%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.r_flow li.type2 {
	width: 65.6666%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.fBg1 {
    background-color: #DD9B9D;
}
.fBg2 {
    background-color: #F9978C;
}
.r_flow li i {
	display: block;
	padding-bottom: 10px;
}
.r_flow li h3 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.r_flow li p {
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
}
.r_flow li p.fNum {
	font-size: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	padding-left: 5px;
	line-height: 1em;
}
.r_flow li p span {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
.r_flow ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
.r_flow {
	_zoom: 1;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0px;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	bottom: 0px;
	right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.r_flow ul {
	width: 100%;
}
.r_flow li.type5,.r_flow li.type2 {
	width: 99.0%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
	margin-bottom: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.r_flow li h3 {
font-size: 16px;
}
}
@media screen and (max-width: 360px) {
.r_flow li.type5 {
	margin-bottom: 1.2%;
}
.r_flow li p {
	font-size: 12px;
	line-height: 1.5em;
}
}

/*Awesome カスタマイズ*/
ul.fa-ul {
}
ul.fa-ul li {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
ul.fa-ul li span.fa-li {
	top: -0.1em;
	color: #607FD0;
}
@media screen and (max-width: 767px) {
ul.fa-ul li {
	font-size: 14px;
}
}
/*インデント*/
p.indent-1 {
padding-left:1em;
text-indent:-1em;
}





/*ナンバリング*/
.list_num {
	clear: both;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 100%;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
	background-color: rgba(241,241,241,0.60);
	position: relative;
}
.list_num ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list_num ol li {
margin-bottom: 20px;
padding-left: 0px;
position: relative;
clear: both;
padding-right: 0px;
_zoom: 1;
overflow: hidden;
}

.list_num ol li:before {
content: counter(my-counter);
counter-increment: my-counter;
background-color: #AD3E95;
color: #ffffff;
display: block;
float: left;
line-height: 30px;
margin-left: 0px;
text-align: center;
height: 30px;
width: 30px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-right: 10px;
}
.list_num ol li h3 {
float: left;
width: 23%;
font-size: 16px;
font-weight: bold;
}
.list_num ol li h3.type1 {
float: none;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.list_num ol li p {
float: left;
width: 70%;
}
.list_num ol li h3.indent {
margin-bottom: 10px;
position: relative;
font-size: 18px;
font-weight: bold;
padding-left:3em;
text-indent:0em;
}
.list_num p.terms{
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #A6658D;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 10px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}
.list_num p.terms:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 5px solid #000000;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000000;
	border-left: 5px solid transparent;
	z-index: -1;
}
.list_num p.terms:before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border-top: 25px solid #A6658D;
	border-bottom: 25px solid #A6658D;
	border-right: 10px solid transparent;
	border-left: 10px solid #A6658D;
	z-index: 0;
	right: -20px;
	top: 0px;
}
@media screen and (max-width: 767px) {
.list_num {
margin-bottom: 20px;
padding-top: 25px;
padding-right: 25px;
padding-left: 25px;
padding-bottom: 15px;
}
.list_num ol li h3 {
	float: none;
	width: 100%;
}
.list_num ol li h3.indent {
	font-size: 14px;
	padding-top: 2px;
	line-height: 1.8em;
}
.list_num ol li p {
	float: none;
	width: 100%;
}
.list_num p.terms{
	top: -10px;
	left: -10px;
	z-index: 10;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
}
.list_num p.terms:before {
	border-top: 20px solid #A6658D;
	border-bottom: 20px solid #A6658D;
	border-right: 10px solid transparent;
	border-left: 10px solid #A6658D;
}
}


.list_num2 {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 30px;
	background-color: rgba(241,241,241,0.60);
}
.list_num2 ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0px;
	margin-bottom: 10px;
	clear: both;
}
.list_num2 ol li {
    margin-bottom: 15px;
    padding-left: 0px;
    position: relative;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
}
.list_num2 ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #AD3E95;
	color: #FFFFFF;
	display: block;
	float: left;
	line-height: 30px;
	margin-left: 0px;
	text-align: center;
	height: 30px;
	width: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
}
.list_num2 ol li p.indent {
padding-left:40px;
text-indent:0px;
}
.list_num2 ol li p strong{
	font-weight: bold;
}
@media screen and (max-width: 767px) {
.list_num2 {
margin-bottom: 20px;
padding-top: 25px;
padding-right: 25px;
padding-left: 25px;
padding-bottom: 15px;
}
.list_num2 ol li {
    margin-bottom: 15px;
    padding-left: 0px;
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}
}


.list_num3 {
    clear: both;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    width: 100%;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list_num3 ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list_num3 ol li.number {
  margin-bottom: 15px;
  padding-left: 0px;
  position: relative;
}
.list_num3 ol li.number:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #E7E7E7;
    display: block;
    float: left;
    line-height: 30px;
    margin-left: 0px;
    text-align: center;
    height: 30px;
    width: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.list_num3 ol li.number.az:before {
    content: counter(my-counter,lower-alpha);
    counter-increment: my-counter;
    background-color: #E7E7E7;
    display: block;
    float: left;
    line-height: 30px;
    margin-left: 0px;
    text-align: center;
    height: 30px;
    width: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.list_num3 ol li.number.az2:before {
    content: counter(my-counter,upper-alpha);
    counter-increment: my-counter;
    background-color: #E7E7E7;
    display: block;
    float: left;
    line-height: 30px;
    margin-left: 0px;
    text-align: center;
    height: 30px;
    width: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.list_num3 ol li p.indent {
padding-left:40px;
text-indent:0px;
}
@media screen and (max-width: 767px) {

}


/*背景イメージ*/
.cstgbg{
	position: relative;
}
.cstg01{
	width: 398px;
	height: 465px;
	background-image: url(../parts/ctg_p03.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 20px;
	z-index: 0;
	right: 0px;
}
@media screen and (max-width: 767px) {
.cstg01{
	height: 150px;
	background-position: right top;
	top: 70px;
	background-size: contain;
}
}
@media screen and (max-width: 320px) {
.cstg01{
	height: 120px;
}
}


.cslgbg{
	position: relative;
}
.selfbg{
	position: relative;
}
.cslg01{
width: 276px;
height: 453px;
background-image: url(../parts/clg_p01.png);
background-repeat: no-repeat;
background-position: center top;
position: absolute;
top: -100px;
z-index: 0;
left: 50%;
transform: translateX(-240%);
}
.cslg02{
width: 287px;
height: 461px;
background-image: url(../parts/clg_p02.png);
background-repeat: no-repeat;
background-position: center top;
position: absolute;
top: -100px;
z-index: 0;
left: 50%;
transform: translateX(130%);
}
.cslg03{
width: 388px;
height: 333px;
background-image: url(../parts/p_decision.png);
background-repeat: no-repeat;
background-position: center top;
position: absolute;
top: -100px;
z-index: 0;
left: 50%;
transform: translateX(-180%);
}
.cslg04{
width: 387px;
height: 385px;
background-image: url(../parts/p_decision2.png);
background-repeat: no-repeat;
background-position: center top;
position: absolute;
top: 200px;
z-index: 0;
left: 50%;
transform: translateX(60%);
}
.cslg05{
width: 454px;
height: 322px;
background-image: url("../parts/p_analysis.png");
background-repeat: no-repeat;
background-position: center top;
position: absolute;
top: 20px;
z-index: 0;
left: 40%;
transform: translateX(60%);
}
.cslg06{
width: 367px;
height: 273px;
background-image: url("../parts/p_suggest.png");
background-repeat: no-repeat;
background-position: center top;
position: absolute;
top: 40px;
z-index: 0;
left: 46%;
transform: translateX(60%);
}

@media screen and (max-width: 767px) {
.cslgbg{
padding-top: 150px;
}
.selfbg{
padding-top: 130px;
}
.cslg01{
height: 180px;
background-position: left top;
top: -30px;
background-size: contain;
left: 50%;
transform: translateX(-50%);
}
.cslg02{
height: 180px;
background-position: right top;
top: -30px;
background-size: contain;
left: 50%;
transform: translateX(-50%);
}
.cslg03{
height: 160px;
background-position: left top;
top: -30px;
background-size: contain;
left: 50%;
transform: translateX(-50%);
}
.cslg04{
height: 200px;
background-position: right top;
top: 0px;
background-size: contain;
left: 50%;
transform: translateX(-50%);
}
.cslg05{
	height: 160px;
	background-position: right top;
	top: -30px;
	background-size: contain;
	left: 50%;
	transform: translateX(-75%);
}
.cslg06{
	height: 160px;
	background-position: right top;
	top: -20px;
	background-size: contain;
	left: 50%;
	transform: translateX(-70%);
}
}


/*パラダイムシフト*/
.pd_shift {
_zoom: 1;
overflow: hidden;
clear: both;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
width: 100%;
}
.pd_shift ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.pd_shift li {
width: 46%;
margin-left: 2%;
margin-right: 2%;
float: left;
margin-bottom: 0px;
margin-top: 0px;
}
.pd_shift p.ps_arw img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.pd_shift li img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}
.pd_shift li h2 {
	font-size: 20px;
	line-height: 2em;
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: bold;
	margin-left: 30px;
	color: #607FD0;
}
.pd_shift li p {
	font-size: 15px;
	line-height: 2em;
	color: #444444;
	margin-left: 30px;
}
.pd_shift li p i {
	padding-right: 7px;
}
.pd_shift ul:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
@media screen and (max-width: 834px) {
.pd_shift {
width: 100%;
}
.pd_shift li {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	float: none;
}
.pd_shift li h2 {
	font-size: 18px;
	margin-left: 20px;
}
.pd_shift li p {
	font-size: 14px;
	margin-left: 20px;
}
.pd_shift p.ps_arw img {
	width: 40%;
	height: auto;
	display: block;
}
}



/*ドット*/
.list_dot {
	/*_zoom: 1;
	overflow: hidden;*/
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
}
.list_dot ul {
	list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 20px;
}
.list_dot ul li.dot {
	font-size: 14px;
	margin-bottom: 5px;
	list-style-type: none;
	position: relative;
	}
.list_dot ul li.dot::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.3em;
	width: 10px;
	height: 10px;
	background-color: #44B5E0;
	border-radius: 100%;
}
.list_dot ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
.list_dot {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
}


/*個性分析　職業を探す*/
.ana_B1 {
_zoom: 1;
overflow: hidden;
clear: both;
margin-right: auto;
margin-bottom: 40px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
.ana_B1 ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.ana_B1 li{
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
width: 100%;
margin-bottom: 40px;
margin-top: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ana_B1 li h2{
padding-top: 0px;
padding-bottom: 15px;
padding-left: 0px;
font-size: 20px;
font-weight: bold;
color: #E50003;
line-height: 1.4em;
}
.ana_B1 li p{
font-size: 15px;
margin-bottom: 40px;
}
.ana_B1 li .txt{
width: 40%;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ana_B1 li figure.photo{
width: 60%;
}
.ana_B1 li figure img {
width: 100%;
height: auto;
display: block;
}
@media screen and (max-width: 767px) {
.ana_B1 li{
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
flex-direction: column;
-ms-flex-direction: column;
width: 100%;
margin-left: 0%;
margin-right: 0%;
margin-bottom: 20px;
}
.ana_B1 li .txt{
width: 100%;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ana_B1 li figure.photo{
width: 100%;
}
.ana_B1 li h2{
padding-bottom: 10px;
font-size: 16px;
}
.ana_B1 li p{
font-size: 14px;
margin-bottom: 20px;
}
}


/*レイアウトの説明　矢印の意味*/
.ana_i {
/*_zoom: 1;
overflow: hidden;*/
clear: both;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
width: 85%;
}
.ana_i ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.ana_i li{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0;
	box-sizing: border-box;
}
.ana_i li p{
	padding-left: 0px;
	margin-left: 20px;
}
.ana_i li .txt{
width: 90%;
}
.ana_i li figure.photo{
width: 10%;
}
.ana_i li img {
width: 100%;
height: auto;
display: block;
}
@media screen and (max-width: 767px) {
.ana_i {
width: 100%;
}
.ana_i li .txt{
width: 85%;
}
.ana_i li figure.photo{
width: 15%;
}
.ana_i li p{
	font-size: 13px;
	line-height: 1.6em;
}
}
@media screen and (max-width: 375px) {
.ana_i li p{
font-size: 12px;
line-height: 1.3em;
}
}




.flex_Box {
_zoom: 1;
overflow: hidden;
clear: both;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
.flex_Box ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.flex_Box li{
display: flex;
display: -webkit-flex;
width: 50%;
margin-left: 0%;
margin-right: 0%;
margin-bottom: 35px;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
float: left;
padding-right: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.flex_Box li h2{
padding-bottom: 15px;
padding-left: 0px;
font-size: 16px;
font-weight: bold;
line-height: 1.4em;
}
.flex_Box li p{
}
.flex_Box li .txt{
	width: 65%;
	padding-left: 20px;
	padding-right: 30px;
}
.flex_Box li figure.photo{
width: 35%;
}
.flex_Box li img {
width: 100%;
height: auto;
display: block;
}
@media screen and (max-width: 767px) {
.flex_Box li{
	flex-direction: column;
	-ms-flex-direction: column;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-bottom: 30px;
}
.flex_Box li .txt{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
}
.flex_Box li figure.photo{
width: 100%;
}
}
@media screen and (max-width: 375px) {

}




/*オプション*/
.list_item {
	_zoom: 1;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	width: 100%;
}
.list_item ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list_item h3 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
	color: rgba(255,255,255,1.00);
}
.list_item li {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	float: left;
	width: 48%;
	text-align: center;
	background-color: rgba(247,247,247,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
}
.list_item li span{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}
.list_item ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
.list_item {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	width: 100%;
}
.list_item li {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
}



/*通常のWEBサイト対策とサジェスト表示対策の違い*/
.sug01 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: rgba(184,228,255,1.00);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 50px;
border-radius: 10px;
margin-bottom: 50px;
}
.sug01_inner,.sug02_inner {
background-color: rgba(255,255,255,1.00);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 50px;
border-radius: 10px;
}
.sug02 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: rgba(255,142,0,1.00);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 50px;
border-radius: 10px;
margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.sug01,.sug02 {
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 15px;
	margin-left: 6%;
	margin-right: 6%;
}
.sug01_inner,.sug02_inner {
background-color: rgba(255,255,255,1.00);
padding: 15px;
}
}





