﻿@charset "utf-8";
/* CSS Document */

@media (min-width: 576px){
.container {
    width: 760px;
    max-width: 100%;
}}
@media (min-width: 768px){
.container {
    width: 990px;
    max-width: 100%;
}}

@media (min-width: 992px){
.container {
width: 1100px;
max-width: 100%;
}}
@media (min-width: 1200px){
.container {
    width: 1380px;    max-width: 100%;
}}
clearfix::after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

dt.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

iframe{
    max-width: 100%;
}

.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;zoom:1;}

.movie_iframe2_wrap{    position:relative;max-width:800px;margin:0 auto;
margin-bottom:30px;veritical-align:bottom;width:100%;}
.movie_iframe2 {
    position:relative;
    width:100%;
    height:0;
    padding-top:56.2%;
}
.movie_iframe2 iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;veritical-align:bottom;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width:100%;
	hegiht:auto;
}

.bold {font-weight: bold;}


.mt3 {margin-top: 3px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}

.mb3 {margin-bottom: 3px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}

.pdg3 {padding: 3px;}
.pdg5 {padding: 5px;}
.pdg10 {padding: 10px;}
.pdg20 {padding: 20px;}
.pdg30 {padding: 30px;}
.pdg40 {padding: 40px;}
.pdg50 {padding: 50px;}

.va--t {vertical-align: top;}
.va--m {vertical-align: middle;}
.va--b {vertical-align: bottom;}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
background:transparent;
-webkit-text-size-adjust:none;
}
textarea {font-family:inherit;font-size:inherit;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
li{list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
ins {text-decoration:none;}
mark {font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
header, section, footer, aside, nav, main, article, figure {display: block;}

button[type="submit"]{
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-family:inherit;
vertical-align:baseline;
cursor:pointer;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="date"]{
border:1px solid #ddd;
vertical-align:baseline;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

input[type="submit"]{cursor:pointer;}

select{
border:1px solid #ddd;
font-family:inherit;
vertical-align:baseline;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
::-webkit-input-placeholder{
color:#888;
}
::-moz-placeholder {
color:#888;
opacity:1;
}
:-ms-input-placeholder {
color: #888;
}

.topimage{
background:url(../img/topimage.jpg) no-repeat 50% 45%;
background-size:cover;height:400px;
}

hr {
color:#EBE4D6;
height:1px;
}


a{outline:none;}
a:link     {color:#333333; text-decoration:none; }
a:visited  {color:#333333; text-decoration:none; }
a:hover    { color:#333333; text-decoration: underline;}
a:active   {color:#333333; text-decoration:none; }

/* CSS Document */

*{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	line-height: 1.5em;
}
strong,span,a,p{font-size:inherit;}


	
ul {
list-style:none;padding:0;
margin:0;
}

body{
font-size:17px;
font-family:"Hiragino Kaku Gothic W2 JIS2004","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
color:#333333;
position:relative;
width: 100%;
}

p{line-height:180%;}

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

.cl {
  min-height: 0px;
  clear:both;
}

* html .cl {
  height: 0px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
@media screen,tv{
.print{
		display:none;
	}}


@media print{
#pagetop {
	display:none;
	}
}


#pageTop {
    background: rgba(0,0,0,0.75);
    border-radius: 50%;
    color: #FFF;
    padding: 15px 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
#pageTop:hover{
	background:rgba(33,22,19,0.75);
	}

#pageTop img{width:40px;}

a[href^="tel:"] { cursor: default; }




/**/
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.nopc{display:none!important;}


/**/

.sub-wrap {
    background: #f2f2f2;
    opacity: 0;
    text-align: left;
    /* z-index: -1; */
    height: 0;
    visibility: hidden;
    position: absolute;    width: 500px;
    left: 0;
    right: 0;    margin:auto;

    top: 75px;
    z-index: -2;
/*    transition: all .2s cubic-bezier(0.125, 0.75, 0.415, 1);*/
    box-shadow: 0 4px 8px rgba(85, 85, 85, .08);
    height: 0;
    overflow: hidden;
    -webkit-transition: -webkit-box-flex 400ms cubic-bezier(0.125, 0.75, 0.415, 1);
    -webkit-transition: -webkit-flex 400ms cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: -webkit-box-flex 400ms cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: -ms-flex 400ms cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: flex 400ms cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: all 400ms cubic-bezier(0.125, 0.75, 0.415, 1);
}

.width100{width:290px !important;}

.submenu{display:none;}
.submenu li a{
    padding: 10px;} 

.trigger:hover .sub-wrap {
    opacity: 1;
    visibility: visible;
    height: auto;
 /*   height: 374px;*/
    z-index: 100;
}

.global-show{    opacity: 1;
    visibility: visible;
    height: auto;
 /*   height: 374px;*/
    z-index: 100;}

.global-hidden{opacity:0;visibility: hidden;height: 0;
 z-index: -2;
}

.sub-inner {
    margin: auto;
/*	width:500px;*/
}
.sub-center{ /*padding:20px;*/}
.sub-left {
/*font-size:40px;  */  /*padding: 20px;*/
    width: 50%;
}
.sub-right {
/*padding: 20px;*/
    width: 50%;
    position: relative;
}

/**/
.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex, .flex-st, .flex-cn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;}


/**/

#header {
	/*position: fixed;*/
	width: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	/*border-bottom: 3px solid #0DB5CA;*/background:#fff;
		box-shadow: 0px -2px 2px 2px #dddddd;
}

#header:before {
	content: "";
	display: block;
	width: 100%;
}
#header_inner {
    position: relative;
    max-width: 1600px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 38px;
    align-items: center;
	box-sizing:border-box;
}
#header_left {
    float: left;
   /* width: 27.274%;*/
}
#header_right{display:table;float: right;}

#page{margin-top:60px;}
#f-page{margin-top:60px;}

#logo {margin-top: 20px;    font-size: 24px;padding: 10px 0;
    font-weight: bold;    display: inline-block;margin-right:30px;
}
#logo a{display:block;}

#logo img {
	height:auto;
	max-height:40px;
}
.count-r{display:inline-block;}
.count-r span{font-size:20px;font-weight:bold;color:#00529b;}


h4.entry-title{font-weight:bold;}

#navi{
		/*margin-top: 20px;*/
		 color:#ffffff;height:56px;display:table-cell;

}

#navi_ul li a{font-size:17px;    display: block;text-align:center;padding: 32px 0;}
#navi_ul li a span{font-size:12px;color:#00529b;display:block;margin-top:0px;}

/*JOB*/
.awsm-job-wrap{margin-bottom:100px;min-height: 484px;}
.awsm-filter-wrap{padding:10px;}
.awsm-filter-wrap .awsm-filter-item{vertical-align: middle;}
.awsm-load-more-main a.awsm-load-more{background:#6fccff!important;}
.awsm-load-more-main a.awsm-load-more:hover{background: #00529b!important;
    color: #fff!important;}
#side_middle{margin-bottom:40px;}
#page h3.widget-title{font-size:16px;margin-bottom:10px;}
#page #side_top h3.widget-title {
    font-size: 26px;
    margin-bottom: 10px;
    padding: 10px 0;
    padding-left: 20px;
    border-left: 10px solid #6fccff;
    margin-bottom: 30px;
}.awsm-grid-item .awsm-job-item{position:relative;}
.awsm-grid-item .awsm-job-item:before{content:'';left:0;right:0;    margin: 0 auto;
    top:0px;height:3px;width:calc(100% - 10px);background:#6fccff;position:absolute;z-index:1;}

.awsm-grid-item .awsm-job-specification-item{padding:6px 0;padding-left:20px;position:relative;}

#side_top .awsm-job-wrap{margin-bottom:0;}
.awsm-job-specification-wrapper div.awsm-job-specification-item:first-child:before{content:'';position:absolute;z-index:1;top:0;bottom:0;margin:auto 0;left:0;background:url(../img/icon1.png) no-repeat 0% 50%;background-size:16px;width:16px;height:auto;display:inline-block;}
.awsm-job-specification-wrapper div.awsm-job-specification-item:nth-child(2):before{content:'';position:absolute;z-index:1;top:0;bottom:0;margin:auto 0;left:0;background:url(../img/icon2.png) no-repeat 0% 50%;background-size:16px;width:16px;height:auto;display:inline-block}
.awsm-job-specification-wrapper div.awsm-job-specification-item:nth-child(3):before{content:'';position:absolute;z-index:1;top:0;bottom:0;margin:auto 0;left:0;background:url(../img/icon3.png) no-repeat 0% 50%;background-size:16px;width:16px;height:auto;display:inline-block}
.awsm-job-specification-wrapper div.awsm-job-specification-item:nth-child(4):before{content:'';position:absolute;z-index:1;top:0;bottom:0;margin:auto 0;left:0;background:url(../img/icon4.png) no-repeat 0% 50%;background-size:16px;width:16px;height:auto;display:inline-block}
.awsm-job-more-container{color:#00529b;text-align:right;}
.awsm-job-more-container a{color:#00529b;text-align:right;display:block!important;}
.awsm-list-item .awsm-job-more-container{display:block!important;}
.awsm-list-item .awsm-job-specification-item{font-size: 13px;}

.awsm-selectric .label{font-size:14px!important;margin: 0 28px 0 10px!important;}

.awsm-list-item .awsm-job-specification-item{padding:6px 0;padding-left:20px;position:relative;display:block!important;}

.awsm-lists{
	box-shadow: none!important;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: flexbox;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.awsm-lists{box-shadow:none!important;}
.awsm-list-item .awsm-job-item{border-bottom:none!important;}
.awsm-list-item{    margin: 0 1%;background:#fff;
	border:none;
margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.13);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.13);
    border: 1px solid #ececec;
    -webkit-flex-grow: 1;
    -webkit-transition: all .3s ease;
	transition: all .3s ease;
    width: 48%!important;
}
.awsm-list-right-col{text-align:left!important;}
.awsm-list-left-col {
    float: left;
    width: 46%!important;
}.awsm-list-right-col {
    float: left;
	width: 54%!important;}
#side_top{padding:20px;background:#eee;}

.awsm-job-specification-item{    padding: 6px 0;
    padding-left: 20px;
    position: relative;display:block;}

/**/
.header_right2{display: table-cell;
    vertical-align: top;}

.linksub{
    display: table;
}
.linksub li{    display: table-cell;
    vertical-align: top;
}
.online_btn {
    background: #093f61 url(../cmn/online_img.png) no-repeat 20px center;
    background-size: 40px;
    display: block;
    box-sizing: border-box;
    color: white !important;
    width: 175px;
    height: 75px;
    line-height: 100%;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 74px;
}
.online_btn span{display:inline-block;    font-size: 14px;}
.online_btn:hover{background:#333 url(../cmn/online_img.png) no-repeat 20px center;background-size: 40px;}

.mail_btn {
    background: #fde225 url(../cmn/mail.png) no-repeat center center;
    background-size: 31px 22px;
    display: block;
    width: 75px;
    height: 75px;
}
.mail_btn:hover{background:#333 url(../cmn/mail2.png) no-repeat center center;  background-size: 31px 22px;}


.mail_block {
    text-indent: -9999px;
    display: table-cell;
}





ul#navi_ul {
    width: 100%;
    line-height: 70px;margin-right: 10px;

}
ul#navi_ul li {
	text-decoration: none;
	font-weight:bold;
	letter-spacing: 1px;
    position: relative;
    display: block;
    color: #333;
    padding: 0 13px;
    z-index: 2;line-height: 75px;
box-sizing:border-box;
}


.sub-inner li a{font-size: 14px;}

.sub-inner li{line-height: 45px;}
ul#navi_ul > li .nosp {
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    display: block;
    color: #333;
    padding: 0 13px;
    z-index: 2;
    line-height: 75px;
    box-sizing: border-box;
}

ul#navi_ul li ul li{display:block;}

ul#navi_ul li p{line-height: 75px;}
ul#navi_ul li:hover{  transition: background 0.5s;
  background: #eee;}
ul#navi_ul li a:hover {
  text-decoration: none;
}


ul#navi_ul li {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    position: relative;}
	

#main {
	margin: 0 auto;/*min-width:1100px;*/
	/*padding-top:20px;*/
}

#container {
	overflow: hidden;
	margin-top: 50px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

/*footer*/

#footer {
background:#6fccff;
    background-size: cover;padding:0 20px;
    padding-top: /*170px*/40px;
    padding-bottom: 30px;
    width: 100%;
    /* min-width: 1100px; */
    clear: both;
    margin: 0 auto;
}


.foot_ul li{display:inline-block;font-size:13px;margin-right:20px;}

.mt80{margin-top:80px!important;}

p.con{font-size:22px;font-weight:bold;text-align:center;}

.foot_logo{font-weight:bold;font-size:28px;margin-bottom: 30px; font-family:"ヒラギノ角ゴ W6 JIS2004","Hiragino Kaku Gothic W6 JIS2004";}

#copyright{font-size:12px;margin-top:40px;}

.button {
  text-decoration: none;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.mail_btn2 {
    background: #fde225 url(../cmn/mail.png) no-repeat 20px 50%;
    display: block;float:right;
background-size: 40px;
    display: block;
    box-sizing: border-box;
    color: #333 !important;
    width: 300px;
    height: 75px;
    line-height: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-top: 27px;
    padding-left: 74px;
	text-decoration:none;
}

.mail_btn2:hover{	text-decoration:none;    background: #fff url(../cmn/mail.png) no-repeat 20px 50%;
border:2px solid #666;

}



.mail_btn3 {
    background: #fde225 url(../cmn/mail.png) no-repeat 20px 50%;
    display: block;margin:0 auto;
background-size: 40px;
    display: block;
    box-sizing: border-box;
    color: #333 !important;
    max-width:560px;width:100%;
    height: 75px;
    line-height: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-top: 27px;
    padding-left: 74px;
	text-decoration:none;
}

.mail_btn3:hover{	text-decoration:none;    background: #fff url(../cmn/mail.png) no-repeat 20px 50%;
border:2px solid #666;
}


#contact_box{max-width:900px;margin:0 auto;display:block;}
.contactbox{padding:20px;background:#fff;display:inline-block;box-sizing:border-box;margin-bottom:40px;width: 100%;}

.contactbox p{/*width:710px;float:left;display:block;font-size:16px;*/color:#333333;}
/*#sitemap2{margin-bottom:30px;}*/

/**/


input[type="tel"],
input[type="email"] {
    border: 1px solid #ccc;
    padding: 5px;
    color: #666;


}

input[type="text"], textarea {
    border: 1px solid #ccc;
    padding: 5px;
    color: #666;
   

}

 textarea { 
    width: 100%;    height: 200px;}

input[type="submit"]:hover{background:#666;}

.table_contact th {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #cccccc;    border-bottom: 1px solid #cccccc;

    background: #eee;
    position: relative;
    text-align: left;padding-right:70px;
}

.table_contact td {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;    border-top: 1px solid #cccccc;    border-bottom: 1px solid #cccccc;
background:#fff;
}

.table_contact tr:last-child {
    border-bottom: 1px solid #cccccc;
}

.table_contact {
    width: 100%;
    margin: 0 auto;
}

.table_contact tbody,
.table_contact tr {
    width: 100%;
}
span.require {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 55px;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    color: #fff;
    background: #00529b;
    z-index: 1;
    font-size: 14px;
    text-align: center;
}


/**/

#sitemap2 ul
{
/*float:left;
padding-left:26px;padding-right:26px;*/
border-left:dotted 1px #CCCCCC;
/*height: 220px;*/
    box-sizing: border-box;
   /* width: 25%;*/
}

#sitemap2 li a{
/*margin-top:2px;
padding-top:2px;*/
font-size:14px;
color:#ffffff;
}

#sitemap li a:hover{
text-decoration:underline;
}

.fo14{font-size:14px;}
.fo15{font-size:15px;}

.fo20{font-size:20px;}
/*
.info_l{float:left;width:25%;}
*/
/**/
h2{font-size:36px;margin-bottom:54px;display:inline-block;line-height: 36px;font-weight:bold;    line-height: 140%;}

h2 span{font-size:14px;display:block;letter-spacing:2px;padding-bottom:16px;position:relative;margin-bottom:20px;}

h2 span:before{content:'';position:absolute;z-index:10;bottom:0;left:0;right:0;margin:auto;height:2px;background:#00529b;width:42px;}

#about h2{color:#e73219;font-size:36px;font-weight:bold;    line-height: 120%;}
#about h3{font-size:21px;font-weight:bold;margin-bottom:30px;}
#about h4{margin-top:38px;margin-bottom:30px;}

.g-box p{color:#fff;font-size:16px;font-weight:bold;line-height:150%;text-align:center;}
.g-box{padding:30px 15px;    background: linear-gradient(to right,#e26a4d,#00529b);border-radius:15px;position:relative;margin-top:67px;
margin-bottom:-50px;
}
.ser_wrap{ background: url(../img/back1.png) repeat-y center center;
background-size: 100%;padding:46px 0;}
.ser_wrap h3.ore{color:#e87900;font-size:24px;margin-bottom:30px;font-weight:bold;}
.ser_wrap h3.red{color:#00529b;font-size:24px;margin-bottom:30px;font-weight:bold;}
.ser_wrap .col-md-6{text-align:center;}

.snsbox{background:#fff;border-radius:24px;text-align:center;padding:24px;margin-bottom:48px;}
.snsbox h4{margin-bottom:20px;}

.arrow1{position:absolute;z-index:10;left:0;right:0;margin:auto;top:-50px;padding-left: 44px;}
.arrow2{position:absolute;z-index:10;left:0;right:0;margin:auto;top:-60px;padding-left: 44px;}

.w730{width:730px;max-width:100%;height:auto;margin:0 auto;text-align:center;margin-bottom:98px;}

.reabox{background:#efefef;padding:18px;text-align:center;border-radius:10px;
text-align:center;
}

.reabox h5{color:#00529b;font-size:20px;padding-bottom:20px;border-bottom:1px solid #00529b;margin-bottom:15px;}

.reabox h5 img{margin-bottom:20px;}

.reabox h5 span{display:block;}

.case_tasya{width:43.6%;float:left;}
.case_zisya{width:43.6%;float:right;}

.box_in{background:#fff;border-radius:24px;text-align:center;padding:24px;margin-bottom:48px;height:272px;position:relative;}

.search1{margin-top:60px;}

.seiyaku-c{background:#00529b;color:#fff;font-weight:bold;padding:26px;text-align:center;border-radius:6px;position:relative;}
.seiyaku-c h4{color:#fff;line-height:100%;margin-bottom:0}

#service2{margin-top:120px;}

.w1100{max-width:1100px;margin:0 auto;display:block;}


.more{
	display:block;
	margin:0 auto;
	width:260px;
	height:42px;
	line-height:42px;
	position:relative;
	text-decoration:none;
	text-align:center;
	color:#fff;
	z-index:0;
	border-radius:21px;color:#fff!important;-webkit-transition: all .3s;
    transition: all .3s;
}

.more span{position:absolute;z-index:10;top:0;bottom:0;margin:auto;right:25px;    display: inline-block;
    height: 25px;-webkit-transition: all .3s;
    transition: all .3s;}

.more:hover{text-decoration:none;}
.more:hover span {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    display: inline-block;
    height: 25px;
}
.more:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;top:0;
	left:0;
	transition:0.5s;	border-radius:21px;
	background:linear-gradient(to right,#e26a4d,#00529b);
}
 
.more:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
	left:0;top:0;	border-radius:21px;
	background:linear-gradient(to left,#e26a4d,#00529b);
}
 
.more:hover:before{
	opacity:0;
}

.more2{
	display:block;
	margin:0 auto;
	width:260px;
	height:42px;
	line-height:42px;
	position:relative;
	text-decoration:none;
	text-align:center;
	color:#00529b!important;
	background:#fff;
	z-index:0;
	border-radius:21px;font-weight:bold;
}

.more2 span{position:absolute;z-index:10;top:0;bottom:0;margin:auto;right:25px;    display: inline-block;
    height: 25px;    -webkit-transition: all .3s;
    transition: all .3s;}

.more2:hover{text-decoration:none;}
.more2:hover span {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    display: inline-block;
    height: 25px;
}



/**/
/*
#about{padding:60px 0;padding-bottom:0;
 background: url(../img/promo_img.jpg) no-repeat center center;
background-size: cover;

}

#about p{font-size:16px;}
*/

.about1{padding:60px 0; background: url(../img/promo_img.jpg) no-repeat center center;
background-size: cover;}
.about2{padding:60px 0;}
.company_table{width:100%;max-width:800px;margin:0 auto;margin-bottom:50px;}
.company_table th{    width: 25%;padding:20px 10px;border-bottom:1px solid #00529b;border-top:1px solid #00529b;color:#00529b;text-align:center;font-weight:bold;background: #eee;}
.company_table td{    width: 75%;padding:20px 10px;border-bottom:1px solid #00529b;border-top:1px solid #00529b;}


/**/

#service{padding:60px 0;
 background: url(../img/back_service.jpg) no-repeat center center;
	background-size: cover;

}

/*#service ul{width:100%;display:inline-block;}
*/
#service li{/*width:33%;*/text-align:center;/*display:inline-block;margin-bottom:40px;*/vertical-align:top;}
#service li img{margin-bottom:20px;}
#service h3{font-size:24px;line-height: 120%;font-weight:bold;margin-bottom:46px;}
/*#service li:nth-child(4){clear:both;}*/


.example li .e-box{padding:30px 0;background: linear-gradient(to right,#e26a4d,#00529b);color:#fff;border-radius:16px;box-sizing:border-box;}
.example li h4{margin-bottom:20px;}
.example li p{font-size:15px;margin-bottom:30px;line-height: 110%;}
.example li img{margin:0 4px;}

#reason{padding:60px 0;
 background: url(../img/back_reason.jpg) no-repeat center center;
	background-size: cover;}
#reason h4{position:relative;padding-left:60px;min-height: 50px;
    display: table;}
#reason h4 span{vertical-align:middle;}
#reason h4 span.num{font-size: 40px;display:inline-block;margin-right: 10px;}

#reason h4 span.question{    display: table-cell;}
#reason h4 span.que{top:0;left:0;position:absolute;z-index:1;padding: 10px;
    background: #00529b;
    color: #fff;
    margin-right: 10px;
    width: 50px;
    display: inline-block;
text-align: center;}

.reason-box{padding:20px 40px;background:rgba(255,255,255,0.9);}

.page .reason-box h3{font-size:18px;font-weight:bold;margin-bottom:26px;margin-top:24px;text-align:center;padding-bototm:0;}
.page .reason-box h3:after{content:none;}
.reason-box p{font-size:15px;}
.reason-box img{margin:0 auto;display:block;}
.icon-m24{margin-bottom:24px;}

#data{padding:70px 0;}

#data img{margin-bottom:20px;}
.inyo{margin-bottom:46px;}

#case_study{background:#efefef;padding:50px 0;    padding-bottom: 177px;}

.page #case_study h3{text-align:center;padding-bottom:0;    color: #e73219;    margin-bottom: 20px;}
.page #case_study h3:after{content:none;}
.case_l{background:#ffffff;float:left;width:50%;min-height:360px;padding-top:64px;padding-left:34px;padding-bottom:30px;position:relative;}
.case_l h3{font-size:22px;margin-bottom:28px;}
.case_l ul{margin-bottom:20px;    height: 100px;}

.case_box{color:#00529b;font-size:22px;letter-spacing:2px;font-weight:bold;position:absolute;z-index:10;top: -46px;
    left: 54px;}
.case_box .case{font-size:22px;margin-right: 10px;}
.case_box .number{font-size:64px;}

.case_r{float:right;width:50%;padding-top:36px;padding-bottom:30px;position:relative;}
.case_r div{background:#666;}
.case_r div iframe{vertical-align:bottom;}
.case_r img{width:100%;height:auto;}
.url{margin-top:20px;text-align: center;}
.url a {
    font-size: 14px;
    padding: 6px;
    border-bottom: 1px solid #00529b;
    /* border-radius: 10px; */    -webkit-transition: all .3s;
    transition: all .3s;
}
.url a:hover{color:#00529b;text-decoration:none;}

.case_l2{background:#ffffff;float:right;min-height:360px;width:50%;padding-top:64px;padding-left:34px;padding-bottom:30px;position:relative;}
.case_l2 h3{font-size:22px;margin-bottom:28px;}
.case_l2 ul{margin-bottom:26px;    height: 100px;}


.case_r2{float:left;width:50%;padding-top:36px;padding-bottom:30px;position:relative;}
.case_r2 div{background:#666;}
.case_r2 div iframe{vertical-align:bottom;}

.case_r2 img{width:100%;height:auto;}
.case_wrap{clear:both;margin-bottom:18px;margin-top:50px;display:inline-block;width:100%;}

/**/

.dog{position:absolute;bottom: -214px;left:0;z-index:10;}

/**/

.cat_box{display:block;margin-top:10px;min-height:62px;}

.cat_label{display: inline-block;
    padding: 2px;
    background: #fde225;
    margin-right: 3px;
    font-size: 14px;
    margin-bottom: 5px;}

.zisseki{padding:60px 0;text-align:center;}
.zisseki h2{font-size:24px;}
.zisseki h3{font-size:20px;margin-bottom:20px;}

.movie_iframe{width:100%;max-width:948px;color:#fff;font-size:22px;text-align:center;height:514px;margin:0 auto;    margin-bottom: -150px;    position: relative;
}
.movie_iframe video{width: 100%;
    max-width: 100%;
	height: auto;}

/**/

/* --------------------------------
 * CONTACT
 * -------------------------------- */

.body .contact .bodywrap{margin-top:32px;}

#contact_box{padding:40px;border:2px solid #d7dfe2;margin:40px 0;box-sizing:border-box;}
#contact_box table{width:100%;}
#contact_box th{display:block;font-size:17px;font-weight:bold;margin-bottom:10px;padding:5px 0;}
#contact_box td{display:block;margin-bottom:34px;}
.emphasis{
	font-size:14px;color:#fff;background:#ff0000;width:53px;height:28px;line-height:28px;display:inline-block;text-align:center;margin-left:14px;}

.mw_wp_form .vertical-item{
	float:left;width:50%;margin-bottom:10px;}
input[type="text"],input[type="email"], input[type="number"], input[type="url"], input[type="password"], input[type="date"],input[type="tel"],textarea{
	background:#fff;padding:6px;font-size:16px;border:1px solid #cccccc;}

input[type="text"], input[type="email"]{
    width: 80%;
}
textarea {
    width: 100%;
}
.radio{padding:15px 0;}

.mwform-zip-field{display: block;
    margin-bottom: 20px;}

.contact_bottom li{text-align:center;font-size:17px;padding:16px 0;padding-bottom:46px;}
.contact_bottom a{color:#0084a3!important;}

#contact_box div.contact_bottom div.item {
    /* width: 400px; */
    margin: 20px auto;
    text-align: center;
}
#contact_box div.item input[type=submit] {
    color: #fff;
    background: #383838;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* width: 400px; */
    max-width: 326px;width:100%;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
   /* box-shadow: #000000 3px 3px 2px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);*/
    border: none;
    letter-spacing: 0.06em;
    margin: 25px auto;
}
#contact_box div.item input[name=submitconfirm] {
	width: 165px;
    height: 45px;
}
#contact_box div.item input[name=submitBack] {
	width: 165px;
    height: 45px;
}
#contact_box div.item  input[type=submit]:hover{background:#0A3B95;}
.mw_wp_form .error {
    font-size: 93%;
    color: #000000;
    display: block;
    margin-top: 10px;
}


.radio input[type="radio"]{
    display: none!important;
}

.radio  input[type="radio"] + span{
  padding-left: 26px;
  position:relative;
  margin-right: 20px;
}

.radio  input[type="radio"] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;bottom:0;margin:auto 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 2px solid #cccccc;
  border-radius: 50%;
}

.radio  input[type="radio"]:checked + span{
  color: #009a9a;
}

.radio  input[type="radio"]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;bottom:0;margin:auto 0;
  left: 2px;
  width: 9px;
  height: 9px;
  background: #009a9a;
  border-radius: 50%;
}

@media (max-width: 992px){
	.f-box h2{display:block;}
.contact{max-width:inherit;}}
@media screen and (max-width: 900px){
.mw_wp_form .vertical-item {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
#contact_box {
    padding: 5%;}

#content_div.page div#contact_box div.contact_bottom div.item input[type=submit] {
    width: 250px;
    margin: 20px 0;font-size: 18px;margin-top:40px;
}
	
}

#mw-wp-form-captcha {
    text-align: center;
    padding: 0 3% 2.0em 3%;
    line-height: 2.5em;
}
#mw-wp-form-captcha img{margin-bottom:10px;}
#mw-wp-form-captcha input{width:200px;height:50px;margin:0 auto;margin-top:10px;}

.page_contact-confirm h4{position:relative;text-align:center;font-size:22px;color:#008aaa;font-weight:bold;padding-bottom:20px;display:table;margin:0 auto;margin-bottom:20px;}
.page_contact-confirm h4:after{content:'';position:absolute;z-index:10;border-bottom:4px dotted #a1dbe5;left:0;right:0;margin:auto;bottom:0;width:calc(100% - 60px)}

.page_contact-complete h4{position:relative;text-align:center;font-size:22px;color:#008aaa;font-weight:bold;padding-bottom:20px;display:table;margin:0 auto;margin-bottom:56px;}
.page_contact-complete h4:after{content:'';position:absolute;z-index:10;border-bottom:4px dotted #a1dbe5;left:0;right:0;margin:auto;bottom:0;width:calc(100% - 60px)}

.page_contact-err h4{position:relative;text-align:center;font-size:22px;color:#ff4848;font-weight:bold;padding-bottom:20px;display:table;margin:0 auto;margin-bottom:20px;}
.page_contact-err h4:after{content:'';position:absolute;z-index:10;border-bottom:4px dotted #f7bfbf;left:0;right:0;margin:auto;bottom:0;width:calc(100% - 60px)}

/**/

.apply_btn{
    background: #EA5442 url(../img/icon_fly.png)no-repeat 25px 50%;background-size:30px;
    color: #fff!important;
    font-size: 20px;
    padding: 20px;padding-left:40px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    max-width: 290px;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 36px;
    font-weight: bold;border:1px solid #EA5442;
}
.apply_btn:hover{background:#fff url(../img/icon_fly2.png)no-repeat 25px 50%;background-size:30px;color:#EA5442!important;text-decoration:none;border:1px solid #EA5442;}

#recruit_content dl{width:100%;display:table;border-bottom: 1px solid #ccc;}
#recruit_content{width: 850px;
    margin: 0 auto;
    max-width: 100%;padding-bottom:30px;}
#recruit_content dt {
    display: table-cell;
    width: 30%;
    text-align: left;
    box-sizing: border-box;padding: 20px 0 20px 20px;
	position:relative;background: #ededed;border-right: 2px solid #6fccff;
}


#recruit_content dd {
	text-align:left;    width: 70%;
padding: 20px;
    display: table-cell;
    box-sizing: border-box;line-height: 150%;
}

#recruit_content h3 {
    background: #6fccff url(../img/icon_content.png) no-repeat 10px 50%;
    background-size: 30px;
	    text-align: left;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
}
#job_company  h3 {
    background: #6fccff url(../img/icon_bill.png) no-repeat 10px 50%;
    background-size: 30px;
	    text-align: left;
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
    position: relative;
    padding-left: 50px;
}

#job_company dl{width:100%;display:table;border-bottom: 1px solid #ccc;}
#job_company{width: 850px;
    margin: 0 auto;
    max-width: 100%;    padding: 30px;    padding-bottom: 40px;

    border: 1px solid #6fccff;
    margin-bottom: 40px;margin-top: 30px;
}
#job_company dt {
    display: table-cell;
    width: 30%;
    text-align: left;
    box-sizing: border-box;padding: 20px 0 20px 20px;
	position:relative;
}


#job_company dd {
	text-align:left;    width: 70%;
padding: 20px;
    display: table-cell;
    box-sizing: border-box;line-height: 150%;
}

h4.midashi{color:#00529b;}




/**/

.news_wrap{padding:80px 0;overflow:hidden;}
.news_l{float:left;width:46%;}


#news_list{border-top:1px solid #ccc;    margin-bottom: 20px;}
#news_list li{padding:20px 0;border-bottom:1px solid #ccc;}

/*.check1{margin:0 -1%;}*/
.check1{margin-bottom:30px;}
.check1 li div{background:#fff url('../cmn/b_icon.png') no-repeat 10px 50%;    margin: 0 1%;padding:10px;font-weight:bold;padding-left:46px;box-sizing:border-box;}

.check2 li{background:#fff url('../cmn/b_icon.png') no-repeat 10px 50%;padding:10px;display:block;margin-bottom:18px;font-weight:bold;padding-left:46px;box-sizing:border-box;}
.check2{margin-top:20px;}


.news_date{display:inline-block;width:23%;}
.news_content{display:inline;width:70%;}

.awsm-job-single-wrap {
    margin-bottom: 0!important;
}.awsm-job-content {
    padding-bottom: 0!important;
}

/*下層*/
h3.serh3{font-size:28px;padding-left:87px;padding-bottom: 46px;
    padding-top: 26px;margin-top:10px;margin-bottom:24px;} 
.breadcrumbs,.breadcrumbs span,.breadcrumbs a{font-size:12px;}
.breadcrumbs{padding-bottom:20px;padding-top:20px;}


h3.serh3{background-repeat:no-repeat;background-position:0% 0%;position: relative;}

h3.serh3:after{content:'';position:absolute;z-index:1;bottom:0;width:100%;height:12px; background-image: linear-gradient(-45deg, #FEE226 25%, #ffffff 25%, #ffffff 50%, #FEE226 50%, #FEE226 75%, #ffffff 75%, #ffffff);left: 0;
    background-size: 4px 4px;}


.kaso_back{   background: url(../img/kaso_back.jpg) no-repeat center center;
background-size: cover;
background-position: center center;position: relative;padding:100px 0;}
.kaso_back h2{font-size:36px;    margin-bottom: 0;}

.b_contact{background: url(../img/b_contact.jpg) no-repeat center 100%;
background-size: cover;}

.b_company{background: url(../img/b_company.jpg) no-repeat center 30%;
background-size: cover;}
.b_it_tool{background: url(../img/b_company.jpg) no-repeat center 30%;
background-size: cover;}

.b_news{background: url(../img/b_news.jpg) no-repeat center 70%;
background-size: cover;}
.b_global{background: url(../img/global.jpg) no-repeat center 70%;
background-size: cover;}
/**/
.post{margin-bottom:50px;}


.section-img {
    box-shadow: 10px 10px 0 rgba(255,127,0,1);
    display: inline-block;
  /*  width: 100%;*/
}

#main_service{padding-bottom:45px;}

.step{background:#fde225;padding:50px 0;padding-top:34px;}

.nav-below{margin-top:40px;margin-bottom:50px;}

.post p{margin-top:40px;}


.step_ore{    margin-right: 2.5%;
    width: 100px;
    height: 100px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    background: #ff7f00;
    vertical-align: middle;
    box-sizing: border-box;float:left;font-size: 40px;padding-top: 14px;
}


.step_ore span {
    font-size: 18px;
    display: block;
    line-height: 100%;
}

.step_ore {
    -webkit-filter: drop-shadow( 5px 5px 0 rgba(255,255,255,1));
        filter: drop-shadow( 5px 5px 0 rgba(255,255,255,1));
        }


.step_con{float:left;width:72%;}
.step_icon{float:right;width:14%;}


.step li{padding:16px 0;border-bottom:1px dotted #fff;display:inline-block;margin-right:5%;}
.step li:nth-child(even){margin-left:5%;margin-right:0;}
.step_con h4{font-size:24px;    margin-bottom: 10px;}

/**/

.logo_l{float:left;width:30%;text-align:center;margin-bottom:40px;}
.logo_r{float:right;width:60%;padding-top:50px;margin-bottom:40px;}


.page h3 {
    font-size: 20px;position: relative;
	margin-bottom:20px;}

.post h1{
    font-size: 30px;
    padding-bottom: 26px;
    padding-top: 10px;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
.post h1:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 12px;
    background-image: linear-gradient(-45deg, #00529b 25%, #ffffff 25%, #ffffff 50%, #00529b 50%, #00529b 75%, #ffffff 75%, #ffffff);
    left: 0;
    background-size: 4px 4px;
}
.page h2.single-title{
    font-size: 30px;
    padding-bottom: 26px;
    padding-top: 10px;
    position: relative;
    text-align: left;
    margin-bottom: 30px;display:block;
}
.page h2.single-title:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 12px;
    background-image: linear-gradient(-45deg, #00529b 25%, #ffffff 25%, #ffffff 50%, #00529b 50%, #00529b 75%, #ffffff 75%, #ffffff);
    left: 0;
    background-size: 4px 4px;
}
@media (min-width: 1024px){
/*1024px以上*/
.tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
}
.fixapply{   background: #EA5442 url(../img/icon_fly.png)no-repeat 50% 20px;background-size:30px;
    color: #fff!important;
    font-size: 20px;
    padding: 20px;padding-top:40px;padding-bottom:0;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 70px;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
    border: 1px solid #EA5442;    height: 283px;
}

.fixapply:hover{background:#fff url(../img/icon_fly2.png)no-repeat 50% 20px;background-size:30px;color:#EA5442!important;text-decoration:none;border:1px solid #EA5442;}


.sidefixed{
    position: fixed;
    right: 0;
    top: 26%;
    z-index: 100;
    box-shadow: 0px 0px 3px 1px #ccc;
    -moz-box-shadow: 0px 0px 3px 1px #ccc;
    -webkit-box-shadow: 0px 0px 3px 1px #ccc;}

#side_top h3.widget-title{font-weight:bold;background: #666 url(../img/icon_content.png) no-repeat 10px 50%;
    background-size: 30px;
    text-align: left;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;border-radius: 6px;}
#side_middle{padding:20px;background:#eee;border-radius: 6px;padding-bottom: 10px;}
h3.sagasu{font-weight:bold;background: #666 url(../img/icon_ser.png) no-repeat 10px 50%;
    background-size: 30px;
    text-align: left;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;border-radius: 6px;}

.nav-below{display:inline-block;width:100%;}
.nav-previous{float:left;display:inline-block;}
.nav-next{float:right;display:inline-block;}

.time{font-size:10px;}

.post_cate .block {
    width: 80px;
    margin: 10px 0;
}
.post_cate .news_text{width:calc(100% - 80px);padding:10px;padding-left:20px;}
.post_cate a {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.news_box{
    border-bottom: 1px dotted #ccc;
}
.news_ul{    padding: 10px;}

.news_ul a{display:flex;    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;}

.news_ul .block{width:80px;margin: 10px 0;}
.news_text{width:calc(100% - 80px);padding:10px;padding-left:20px;}

.block {overflow:hidden;}
.block img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;    width: 100%;
    height: auto;max-width:80px;height:auto;}
.news{box-sizing:border-box;border:3px solid #6fccff;border-radius:6px;}
.news h3{text-align:left;color:#fff;background:#6fccff;padding:10px;margin-bottom:0;position:relative;padding-left:50px;}
.news h3{background:#6fccff url(../img/news_icon.png) no-repeat 10px 50%;background-size:30px;}
.news_ul a:hover{text-decoration:none!important;}
.news_ul li{border-bottom:1px dotted #ccc;}
.news_box:hover{background: #eee;}
.news_box:hover .block img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.news_box a{text-decoration:none!important;}
.news_box a span a{display:inline;}
.page .new_tit{color:#00529b;font-weight:bold;font-size: 14px!important; line-height: 140%;margin-bottom:6px;}

.tit_wrap{position:relative;display:table;width:100%;height:100%;}

.tit{display:table-cell;width:100%;height:100%;text-align:center;vertical-align:middle;}

	/**/
	
	input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], input[type="date"],textarea{width:100%;}
	
	.toiform{width:100%;max-width:800px;border-top:1px solid #D7D7D7;margin:0 auto;margin-bottom:20px;}
.toiform th{background:#fde225;		padding:15px;width:30%;box-sizing:border-box;				border-bottom:1px solid #D7D7D7;
}

.toiform td{
	width:70%;box-sizing:border-box;
		padding:15px;
				border-bottom:1px solid #D7D7D7;
	}
	
	.toiform tr:nth-child(even) td{background:#f5f6f1;}
	
	.required{font-size: 14px;
    background: #ff7f00;color:#fff;border-radius:2px;
    display:inline-block;padding:2px;margin-right: 10px;}
	
.wimg img{max-width:100%;height:auto;}
.cimg img{max-width:100%;height:auto;}
.wimg_wrap{margin-top:40px;}
.cimg_wrap{margin-top:40px;}

.backimg{background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;background-size: cover;
    width: 100%;}

.backimg:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}

#searchform{margin-bottom:20px;}
#s-box{margin-bottom:10px;}

	input[type="submit"]{    background:#00529b;color:#fff;
    padding: 10px;margin:0 auto;display:block;margin-bottom:20px;max-width: 290px;width:100%;
-webkit-transition: all .3s;
  transition: all .3s;    border-radius: 30px;
    font-weight: bold;font-family:"Hiragino Kaku Gothic W2 JIS2004","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
	
	input[name="submitBack"]{background: #eeeeee;
    padding: 15px;}
	
#searchform input[type="submit"]{max-width: 200px;}

	/*質問*/
	
/*--プライバシー--*/

.kazu {
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 10px;
}

.kazu2 {
    list-style-type: upper-roman;
    list-style-position: inside;
    padding-left: 10px;
}
.kazu li ,.kazu2 li{
    list-style: inherit;
}

.page h4{font-size: 1.3rem;margin-bottom:10px;}

.waku3{background:#f5f6f1;padding:40px;margin-bottom:40px;margin-top:20px;}

.waku3 p{margin-bottom:10px;}

.h20{height:20px;}

.taio{width:100%;background:#fff;}

.taio th{padding:10px;font-weight:bold;width:30%;}

.taio td{padding:10px;width:70%;}

h3.kasen {
    font-size: 30px;
    padding-bottom: 6px;
    display: inline-block;
    border-bottom: 7px solid #FF7D00;
    margin-bottom: 30px;
}
h4{margin-bottom:10px;font-size:20px;font-weight:bold;}

.zissekibox h4 {
    font-size: 20px;
    margin-bottom: 10px;font-weight:bold;
	padding-bottom:10px;border-bottom:2px solid #fde225;
}

#zisseki{
    padding: 60px 0;background:#f5f6f1;
}

.zissekibox{background:#fff;padding:40px;margin-bottom:40px;}


.custam_rei{background: #fde225;
    padding: 50px 0;}
	
	.renkei1{background:#fff;padding:40px;margin-bottom:30px;}
	
	.renkei1 li{list-style:disc;}
	
	.hpbox{border-top:1px solid #fde225;    padding-top: 20px;}
	
	.hpbox_in{border-bottom:1px solid #fde225;margin-bottom:20px;}
	
	
	/**/
	
.agency{background: #fde225;
    padding: 50px 0;}
	
	.soft1{width:100%;}
	.soft1 th{padding:10px;width:30%;border-bottom:1px solid #ccc;background: #eee;}
	
	.soft1 td{padding:10px;width:70%;border-bottom:1px solid #ccc;background: #fff;}
	

.soft_point{background: #fde225;
    padding: 50px 0;}

.point_ye{   /* margin-right: 2.5%;*/
margin:0 auto;
    width: 100px;
    height: 100px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    box-sizing: border-box;font-size: 40px;padding-top: 14px;
}
.point_ye {
    -webkit-filter: drop-shadow( 5px 5px 0 rgba(155,155,155,1));
    filter: drop-shadow( 5px 5px 0 rgba(155,155,155,1));
}

.point_ye span {
    font-size: 18px;
    display: block;
    line-height: 100%;
}

.point_con {
/*    float: left;
    width: 72%;*/
}

.point_icon {
	text-align:center;
 /*   float: right;
    width: 14%;*/
}

.point li {
    padding: 16px 0;
    border-bottom: 1px dotted #fff;
  /*  display: inline-block;*/
 /*   margin-right: 5%;*/
}
/**/

#support .check1 li div{border:1px solid #ccc}


.parent {
	display:block;
	margin:0 auto;
/*	width: 226px ;
	height: 226px ;
	line-height: 226px ;  */  margin-bottom: 20px;
	text-align: center ;	/* テキストは中央揃えしないと見苦しい */
}

.target {
	transition: .85s ;		/* アニメーションの秒数を指定 */
	-webkit-transform: rotateY( 0deg ) ;	/* iOS8(2015年9月頃まで)をサポート */
	transform: rotateY( 0deg ) ;
	margin: 0 ;
	padding: 0 ;
}

.parent:hover .target {
	-webkit-transform: rotateY( 360deg ) ;	/* iOS8(2015年9月頃まで)をサポート */
	transform: rotateY( 360deg ) ;
}
#single_news{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 36px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 60px;
}


/*css radio02*/
.wpcf7-radio input{
  display: none;
}
span.wpcf7-list-item{display:block!important;margin:auto!important;position:relative;}
.wpcf7-list-item-label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.wpcf7-list-item-label::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label{
  color: #00529b;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label::after{
  content: "";
  display: block;
position: absolute;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 10px;
  background: #00529b;
  border-radius: 50%;
}

/**/

#global h4{    font-size: 22px;color:#00529b;}
/*
.content-text_left .text {
    box-shadow: 0 7px 20px 0 rgba(0,0,0,.1);
}*/

.content-text .text {
    background-color:rgba(255,255,255,.76);
   /* border-radius: 6px;*/
    box-sizing: border-box;
    overflow: visible;
    padding: 40px 65px;
    max-width: 580px;width:100%;
}

.content-text h2 {
    color: #cc0059;
    font-size: 90px;
    margin-top: -110px;
    margin-bottom: 10px;
}

.content-text h2 span{
    display: inline-block !important;
    
}

.content-text h2 span::before{
    background: none;
}

.content-text .text p.title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5em;
}

.content-text .text p.title span {
    color: #cc0059;
    font-size: 34px;
}

.content-text_right {
    background-position: 0;
}
.content-text_left .content-inner {
    background-position: 100%;
}
#step01 .content-inner {
    background-image: url(../img/service_1.jpg);
}
#step02 .content-inner {
    background-image: url(../img/service_2.jpg);
}
#step03 .content-inner {
    background-image: url(../img/service_3.jpg);
}
#step04 .content-inner {
    background-image: url(../img/service_4.jpg);
}
#step05 .content-inner {
    background-image: url(../img/service_5.jpg);
}


.content-text_right .text {
  /*  box-shadow: 0 7px 20px 0 rgba(0,0,0,.1);*/
    margin-left: auto;
}

.content-text .content-inner {
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 524px;
    margin-top: 80px;
    overflow: visible;
}
.content-inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

#step06 .content-inner {
    height: auto !important;
    margin-top: 0px;
}

#step06 .round-rectangle {
    margin-top: 80px;
    padding: 70px 50px;
    text-align: left;
    width: 100%;
}
.textflex {
    align-items: center;
    display: flex;
}

#step06 h2 {
    font-weight: 700;
    margin-right: 30px;
    margin-top: 0;
}

#step06 .round-rectangle p.title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .5em;
    word-break: keep-all;
}

#step06 .round-rectangle p:last-child {
    margin-left: 80px;
}

.round-rectangle {
    background-color:rgba(255,255,255,.76);   /* border-radius: 6px;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,.15);*/ padding: 70px 50px;
}
.round-rectangle h4{margin-bottom:40px;}

.service-box{
    background: none;
}

#step07{
    margin-top: 40px;
}

#step07 h3{
    text-align: center;
}

#step07 .round-rectangle p.title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .5em;
    word-break: keep-all;
}
#step07 .content-inner {
    height: auto !important;
    margin-top: 0px;
}#step07 .round-rectangle {
    margin-top: 40px;
    padding: 70px 50px;
    text-align: left;
    width: 100%;
}
#step07 ul{
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

#step07 li{
    list-style: circle;
    margin-bottom: 10px;list-style-position: inside;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

#option{
    background: #efefef;
    padding: 50px 0;
}

#option ul{
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

#option li{
    list-style: circle;
    margin-bottom: 10px;list-style-position: inside;
    padding-left: 1.2em;
    text-indent: -1.2em;
}
#schedule{    padding: 50px 0px;
}


#scheme{
    padding: 50px 0px;
}

#scheme img{
    max-width: 100%;
    height: auto;
}

#single .row ,#single img ,#single ul ,#single p{
    margin-bottom: 30px;
}

.yarpp-related {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.side .yarpp-thumbnails-horizontal .yarpp-thumbnail{
    width: 100%;
    height: auto;
    padding: 4px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    margin-bottom: 10px;
}

.side .yarpp-thumbnails-horizontal .yarpp-thumbnail img{
    float: left;
    width: 40%;
    height: auto;
}

.side .yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-title{
    float: left;
    width: 50%;
    font-size: 11px;
    height: auto;
    overflow: visible;
}

.yarpp-related h3{
    margin-bottom: 20px !important;
    margin-top: 30px !important;
}



 /* ページャー */
.pagination1{
    margin-top:50px;
    text-align:center}
.page-numbers li{display:inline-block;}
a.page-numbers,
.pagination1 .current{
    background-color: #fff;
    border: solid 1px #00529b;
    border-radius:0px;
    padding:6px 9px;
    margin:0 2px;
    text-decoration: none;
    color:#00529b;line-height: 140%;}
 
.pagination1 .current{
    background-color: #00529b;
    border: solid 1px #00529b;
    color:#FFFFFF;line-height: 140%;}
 
.pagination1 a:hover{
    color: #ffffff!important;
    border: solid 1px #00529b;
    background-color: #00529b;}
.time_tb{border:1px solid #ccc;max-width:460px;margin:0 auto;width:100%;margin-top:6px;}
.time_tb th{padding:6px;border:1px solid #ccc;text-align:center;background:#00529b;color:#fff;}
.time_tb td{padding:6px;border:1px solid #ccc;text-align:center;}