@charset "UTF-8";
/* CSS Document */

/* Clearfix
---------------------------------*/
.clearfix {
  min-height: 1px;
}

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

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*------------ローディング--------------*/
#loader-bg {
  display: none;
  margin:0 auto;
  width: 100%;
  height: 100%;
  position:fixed;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
 /* position: fixed;
  top: 50%;
  left: 50%;*/
  margin-top: 20%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.load_text001{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:24px;
	color:#FFFFFF;
	
}
.load_text002{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:40px;
	color:#FFFFFF;
}
/*--------------------------*/


html {
    background: #fff;
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@media screen and (max-width:800px) {
table {
    border-collapse: collapse;
    border-spacing: 0;
}
}
fieldset,
img {
    border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
    font: inherit;
}
del,
ins {
    text-decoration: none;
}
li {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}
q:after,
q:before {
    content: '';
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sub,
sup {
    vertical-align: baseline;
}
legend {
    color: #000;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {zoom:1;
}
@media screen and (max-width:800px) {
.cf {
    zoom: 1;
    margin: 0 auto;
    width: 90%;
}
}
body,
html {
    width: 100%;
    height: 100%;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #2e2e2e;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
a {
    text-decoration: none;
    color: #2e2e2e;
}
p a {
    text-decoration: underline;
    transition: all 0.2s;
}
p a:hover {
    opacity: 0.8;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.td {
    display: table-cell;
    vertical-align: middle;
}
.sp {
    display: none;
}
.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0068b7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 9998;
}
.loading * {
    z-index: 9999;
}
.loading .countup {
    position: fixed;
    bottom: 40px;
    border-radius: 40px;
    left: 50%;
    margin: 0 0 0 -20px;
    height: 40px;
    width: 40px;
    background: #fff;
    color: #0068b7;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
}
.loading .bar {
    width: 100%;
    height: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
}
.loading .bar_inner {
    position: relative;
}
.loading .bar_inner .bar_body {
    height: 5px;
    width: 50%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background: #fff;
}
.loading .concept {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -350px;
    width: 700px;
    height: 140px;
    color: #fff;
}
.loading .concept h1 {
    font-size: 64px;
    letter-spacing: 4px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(0,60px);
    transform: translate(0,60px);
}
.loading .concept h2 {
    font-size: 32px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: -50px;
    opacity: 0;
    -webkit-transform: translate(0,100px);
    transform: translate(0,100px);
}
.loading path {
    fill: rgba(255,255,255,1);
    -webkit-transform: translate(0,60px);
    transform: translate(0,60px);
    opacity: 0;
}
.first .loading .concept h1,
.first .loading path {
    transition: all 0.6s;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
.first .loading .concept h2 {
    opacity: 1;
    transition: all 0.6s 0.3s;
    -webkit-transform: translate(0,65px);
    transform: translate(0,65px);
}
.loaded .loading {
    transition: all 0.5s;
    opacity: 0;
    -webkit-transform: 0.8;
    transform: 0.8;
}
.lt-ie9 .loading .concept h2 {
    margin-top: 10px;
}
.lt-ie9 .loading {
    display: none;
}
.loadsecond {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 9998;
}
.loadsecond .concept {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -350px;
    width: 700px;
    height: 140px;
    color: #fff;
}
.loadsecond .concept h1 {
    font-size: 64px;
    letter-spacing: 4px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    opacity: 0;
}
.loadsecond .concept h2 {
    font-size: 32px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
}
.first .loadsecond .concept h1,
.first .loadsecond .concept h2,
.first .loadsecond path {
    transition: all 0.3s;
    opacity: 1;
}
.loaded .loadsecond {
    transition: all 0.5s;
    opacity: 0;
    -webkit-transform: 0.8;
    transform: 0.8;
}
.logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90px;
    box-shadow: 0 0 2px rgba(0,0,0,.04);
}
.logo img {
    width: 100%;
    vertical-align: bottom;
}
.humbergar {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999;
    width: 90px;
    height: 90px;
    background: #505050;
    transition: all 0.3s;
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    cursor: pointer;
}
.humbergar .icop {
    background: #fff;
    width: 24px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    transition: all 0.2s cubic-bezier(0.67,.31,.03,.9) 0.05s;
}
.humbergar .p1 {
    margin-top: -11px;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.humbergar .p2 {
    margin-top: -2px;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: all 0.2s cubic-bezier(0.67,.31,.03,.9) 0.05s;
}
.humbergar .p3 {
    margin-top: 7px;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.humbergar:hover .icop {
    width: 34px;
    margin-left: -17px;
}
.loaded .humbergar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.navon .humbergar {
    background: 0 0;
}
.navon .humbergar .p1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
}
.navon .humbergar .p2 {
    width: 0;
    margin-left: 0;
}
.navon .humbergar .p3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}
.gnav {
    position: fixed;
    z-index: 9996;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    color: #fff;
    font-size: 30px;
    text-align: center;
    opacity: 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: width 0.2s linear 0s;
    overflow: hidden;
}
.navon .gnav {
    opacity: 1;
    width: 100%;
    transition: all 0.35s cubic-bezier(0.67,.31,.03,.9) 0s;
}
.navbg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.86);
    opacity: 0.95;
}
.gnav .gnav_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000px;
    height: 100%;
}
.gnav li {
    margin: 10px 0;
}
.gnav a {
    line-height: 72px;
    padding: 10px 0;
    height: 72px;
    color: #fff;
    font-weight: 700;
    position: relative;
}
.gnav span {
    position: relative;
    color: #43B1FF;
    text-shadow: none;
    line-height: 72px;
    height: 72px;
    display: inline-block;
}
.gnav span::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-height: 100%;
    color: #fff;
    content: attr(title);
    transition: max-height 0.5s;
    line-height: 72px;
    width: 100%;
    display: inline-block;
}
.gnav span:focus::before,
.gnav span:hover::before {
    max-height: 0;
}
.footer {
    padding: 30px 0 50px;
    position: relative;
}
.footer_simple {
    background: #f2f2f2;
    padding-top: 50px;
}
.links {
    float: left;
}
.blogs,
.icons {
    display: inline-block;
    padding: 9px 20px 0 0;
    vertical-align: middle;
}
.icons li {
    display: inline-block;
    margin-right: 10px;
}
.icons a {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #4A4A4A;
    text-align: center;
    line-height: 34px;
    transition: all 0.6s,background 0.3s;
    position: relative;
}
.icons a img {
    width: 21px;
    vertical-align: bottom;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -10px;
    transition: all 0.2s;
}
@media screen and (max-width:800px) {
	.icons a img {
    width: 21px;
    vertical-align: bottom;
    position: absolute;
    left: 58%;
    top: 58%;
    margin: -11px 0 0 -10px;
    transition: all 0.2s;
}
}
.icons a:hover {
    background:#9F9F9F;
}
.address {
    width: 450px;
    float: right;
}
.ftlogo {
    width: 87px;
    float: left;
    padding-right: 10px;
    margin-top: -8px;
}
.address div {
    font-size: 12px;
    padding: 14px 0;
}
.address div span {
    font-weight: 700;
}
.address div span.office {
    display: inline-block;
    margin-right: 10px;
    color: #666;
    font-weight: 400;
}
.address div span.pin{
	margin-left: 5px;
	vertical-align: middle;
}
.address p a{
	text-decoration: none;
}
.blogs a {
    background: #aaa;
    color: #fff;
    display: inline-block;
    padding: 0 14px;
    font-size: 13px;
    letter-spacing: 0.1em;
    transition: all 0.3s;
}
.blogs a:hover {
    background: #e56330;
}
.footer .copyright {
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    padding-top: 10px;
}
.top {
    width: 100%;
    height: 900px;
    text-align: center;
    color: #474747;
    background: #fafafa;
    position: relative;
}
.lt-ie9 .top>div>img {
    top: 0!important;
}
.top_inner {
    position: absolute;
    bottom: 20%;
    right: 0%;
    margin: -90px 0 0 -350px;
    width: 700px;
    height: 140px;
}
.top h1 {
    font-size: 48px;
    background-color: rgba(0, 75, 140, 0.16);
    letter-spacing: 4px;
    font-weight: 700;
    font-style: italic;
    color: #FFFFFF;
}
.top h2 {
    font-size: 28px;
    letter-spacing: 4px;
    margin-top: 28px;
}
.top_copy{
max-width: 413px;
margin: 0 auto;
margin-top: 5%;
}
@media screen and (max-width:800px) {
.top_copy{
max-width: 413px;
margin: 0 auto;
margin-top: 2%;
width: 80%;}
}
.menu {
    width: 100%;
    height: 113px;
    background: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -113px;
    border-top: 1px solid #CCC;
}
.loaded .menu {
    bottom: 0;
    transition: bottom 0.4s cubic-bezier(0.67,.31,.03,.9) 0.5s;
}
.menu li {
    display: inline-block;
    margin: 44px 25px;
}
.menu li a {
    color: #325A84;
    font-size: 16px;
    display: block;
    padding: 3px 10px;
    position: relative;
    font-weight: bold;
    letter-spacing: 4px;
}
.menu li a span {
    position: relative;
    z-index: 2;
    transition: all 0.2s;
}
.menu li a:before {
    content: '';
    transition: all 0.2s;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #0068b7;
}
.menu li a:hover span {
    color: #fff;
}
.menu li a:hover:before {
    height: 100%;
}
.cover {
    background-position: center -99px;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_area .cover {
	background-position: center -99px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width:800px) {
	.about_area .cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.about_right{
	width: 40%;
	float: right;
}
@media screen and (max-width:800px) {
	.about_right{
		display:none;
}
}
.about_right .about_img{
}
.recruit_area {
}
.recruit_area .cover {
	background-position: center -99px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width:800px) {
	.recruit_area .cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
.recruit_area .main_box {
	margin:0 auto;
	width:90%;
	max-width: 875px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.recruit_area .left_box {
	float:left;
	width: 50%;
}
.recruit_area .right_box {
	float:right;
	width: 39%;
}
.recruit_area .text001 {
	font-size:16px;
	padding-bottom: 5px;
	font-weight: bold;
}
.recruit_area .text002 {
	font-size:14px;
	padding-bottom: 9px;
}
@media screen and (max-width:800px) {
	.recruit_area .left_box {
	float: none;
	width: 100%;
}
.recruit_area .right_box {
	float: none;
	width: 100%;
}
.recruit_area .text001 {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
}
.recruit_area .text002 {
	font-size: 12px;
	padding-bottom: 16px;
}
}
.section {
    padding-bottom: 80px;
}
.section_full {
    padding-bottom: 0;
}
.section,
.section_full {
    position: relative;
}
.section h2 {
    font-size: 34px;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.2;
    padding: 0px 0 30px;
}
.section h2 span {
    font-size: 13px;
    letter-spacing: 0.2em;
    color: #98979a;
    display: block;
    padding: 10px 0 0;
}
.section .about_text001 {
    font-size: 33px;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.2;
    padding: 80px 0 61px;
    text-align: left;
    color: #1F5A8C;
}
.section .about_text001 span {
    font-size: 13px;
    letter-spacing: 0.2em;
    color: #98979a;
    display: block;
    padding: 10px 0 0;
}
@media screen and (max-width:800px) {
.section .about_text001 {
    font-size: 21px;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.2;
    padding: 51px 0 61px;
    text-align: center;
}
.section .about_text001 span {
    font-size: 13px;
    letter-spacing: 0.2em;
    color: #98979a;
    display: block;
    padding: 10px 0 0;
}
}
.about_text_area{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto;
}
.about_text_area .text001{
	font-size: 14px;
	line-height:23px;
	color:#2E2E2E;
}
@media screen and (max-width:800px) {
.about_text_area{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto;
	width: 90%;
}
.about_text_area .text001{
	font-size: 12px;
	line-height:23px;
	color:#2E2E2E;
}
}
.section p {
    padding-bottom: 30px;
}
.center {
    text-align: center;
}
.inner {
    max-width: 980px;
    min-width: 640px;
    padding: 0 120px;
    margin: 0 auto;
    position: relative;
    line-height: 1.9;
}
.inner img {
    max-width: 100%;
}
.btn {
    display: inline-block;
    color: #fff;
    background: #157AAD;
    min-width: 200px;
    box-sizing: border-box;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    border: none;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    position: relative;
    transition: all 0.3s;
}
.btn,
.btn a {
    text-decoration: none;
}
.btn:after {
    content: '';
    background: url("../img/btn_ar.png") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    transition: all 0.3s;
    -webkit-transform: scale(0) translateX(-10px);
    transform: scale(0) translateX(-10px);
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    pointer-events: none;
}
.btn:hover {
    padding-right: 60px;
}
.btn:hover:after {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    opacity: 1;
}
.btn_blue {
    background: #57bfdd;
}
.btn_grey {
    background: #aaa;
}
.shinsotsu_btn {
    width: 230px;
}
.lt-ie9 .btn:after {
    display: none;
}
.lt-ie9 .btn:hover {
    padding-right: 20px;
}
.service_item1 .btn {
    background: #F1C400;
}
.service_item2 .btn {
    background: #0856DC;
}
.service_item3 .btn {
    background: #de445a;
}
.service h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 180px;
    height: 60px;
    margin: -30px 0 0 -90px;
    padding: 0;
    z-index: 2;
    color: #fff;
    pointer-events: none;
}
.service h2 span {
    display: block;
    color: #fff;
}
.service_backpanels,
.service_backpanels li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.service_backpanels li {
    opacity: 0;
    transition: all 0.4s;
}
.service_backpanels li.selected {
    opacity: 1;
}
.service_panels {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.service_panels a {
    color: #fff;
}
.service_panels>li {
    width: 50%;
    height: 100%;
    float: left;
}
.service_panels>li>div {
    height: 100%;
    position: relative;
    color: #fff;
}
@media screen and (max-width:800px) {
	.service_panels>li>div {
    height: 275px;
    position: relative;
    color: #fff;
}
}
.service_panels .cover {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.service_panels h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    transition: margin 0.4s cubic-bezier(0.67,.31,.03,.9);
    font-weight: 700;
    z-index: 10;
}
.service_panels .disabled h3 {
    line-height: 70px;
}
.service_panels h3 span {
    font-size: 12px;
    margin-top: -44px;
    display: block;
}
.service_panels .item_detal {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 10% 10px;
    position: absolute;
    top: 100%;
    left: 0;
    transition: margin 0.4s cubic-bezier(0.67,.31,.03,.9);
}
.service_item1 .item_detal,
.service_item1 h3 {
    background: #0054CE;
}
.service_item2 .item_detal,
.service_item2 h3 {
    background: #F1C400;
}
.service_item3 .item_detal,
.service_item3 h3 {
    background: #ec768c;
}
.service_bg1,

.service_item1 .cover {
    background-position: 20% -78px;
}
.service_item1 .mask{
	background-color: rgba(0, 0, 0, 0.34);
	height: 100%;
}
.service_bg2,
.service_item2 .cover {
    background-position: center center;
}
.service_item2 .mask{
	background-color: rgba(23, 18, 0, 0.58);
	height: 100%;
}
.service_bg3,
.service_item3 .cover {
    background-position: right top;
}
.disabled .service_item3 .cover,
.service_bg3 {
    background-position: center center;
}
.service_item2 {
    background: rgba(0,0,0,.02);
}
.service_panels.on .cover {
    opacity: 0;
}
.service .service_title {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0;
}
.service .service_title span {
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding: 0 0 4px;
}
.news h2 {
    padding: 80px 40px 20px;
    color: #325A84;
}
.news h2 span {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
}
.news_archive li {
    padding: 20px 40px;
}
.news_archive li.even {
    background: #F9F9F9;
}
.news p {
    padding: 0;
    line-height: 1.4;
}
.date {
    width: 120px;
    float: left;
    clear: both;
    font-size: 13px;
    font-weight: 700;
}
.news_item {
    margin-left: 120px;
    font-size: 14px;
}
.news_bottom {
    background: #F9F9F9;
    text-align: right;
}
.about {
    height: 580px;
}
.about .item {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 35px 30px 33px 30px;
    color: #fff;
    background-color: rgba(12, 36, 49, 0.56);
    margin-top: 20%;
}
.about h2 span,
.about p {
    color: #fff;
    -webkit-font-smoothing: auto;
    font-weight: normal;
}
@media screen and (max-width:880px) {
	.about p {
padding-left: 5%;padding-right: 5%;}
}
.recruit {
height: 580px;}
.recruit .btn {
    margin-right: 15px;
    margin-top: 10px;
}
.recruit h2 {
    padding-top: 180px;
}
.recruit_imgpanel {
    width: 100%;
}
.recruit_imgpanel img {
    width: 16.6666%;
    vertical-align: bottom;
}
.subheader {
    width: 100%;
    height: 400px;
    letter-spacing: 0.2em;
    color: #fff;
    background-position: center;
}
.subheader h1 {
    font-size: 64px;
    padding-top: 30px;
    font-weight: 700;
}
.subheader h2 {
    font-size: 18px;
    font-weight: 700;
}
.subheader .blk h1,
.subheader .blk h2 {
    color: #474747;
}
.landscape {
    height: 400px;
    overflow: hidden;
    background-position: center;
}
.landscape_imgbox {
    max-height: 300px;
    overflow: hidden;
}
.ls_img {
    width: 100%;
    vertical-align: bottom;
}
.lt-ie9 .subheader>div>img {
    top: 0!important;
}
.company dl {
    font-size: 14px;
    line-height: 1.6;
    width: 45%;
    float: left;
}
@media screen and (max-width:800px) {
.company dl {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto;
    width: 90%;
    float: none;
}
}
.company dt {
    font-weight: 700;
    width: 100px;
    float: left;
    clear: left;
    padding-bottom: 20px;
}
.company dd {
    margin-left: 100px;
    padding-bottom: 20px;
}
.company dd span.office {
    color: #666;
    display: block;
    font-size: 90%;
}
.officer {
    padding-bottom: 20px;
    width: 100%;
}
.officer p {
    padding-bottom: 5px;
}
.officer .detail {
    color: #666;
    font-size: 90%;
}
.about_map {
    overflow: hidden;
    position: absolute;
    right: 120px;
    top: 180px;
}
.about_map #about_map {
    display: block;
    height: 450px;
}
.history {
    background: url("../img/bg_history.png") no-repeat center bottom;
    min-height: 380px;
}
.history_archive p {
    padding-bottom: 10px;
}
.public {
    background: #f7f8f9;
    min-height: 380px;
}
.public th {
    font-weight: 700;
    padding: 0 40px 20px 0;
}
.public td {
    padding: 0 20px 20px 0;
}
.public td.data {
    padding-right: 45px;
    text-align: right;
}
.public a {
    text-decoration: underline;
}
.map_canvas_wrap {
    position: relative;
    height: 250px;
    width: 450px;
    margin-bottom: 35px;
}
.map_canvas_wrap span {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px;
    line-height: 1;
    background: #0068b7;
    z-index: 1;
}
.map_canvas {
    width: 100%;
    height: 100%;
}
#map_canvas_tokyo {
    background: url("../img/map_tokyo.jpg") no-repeat 50% 50%;
    background-size: cover;
}
#map_canvas_okinawa {
    background: url("../img/map_okinawa.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.gm-style-iw div:first-child {
    text-align: left;
}
.news_sub {
    padding: 80px 0 0;
}
.news_sub .news_archive li {
    padding: 20px 40px;
    background: #f7f8f9;
}
.news_sub .news_archive li.even {
    background: #fff;
}
.news_sub .news_archive p {
    padding-bottom: 0;
}
.news_article .news_article_ttl {
    background: #f8f8f8;
    padding: 40px;
}
.news_article>.news_article_ttl h2 {
    font-size: 24px;
    text-align: center;
    padding: 0;
}
.news_article p.day {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin: 1em 0 0;
    padding: 0;
}
.news_article .btn {
    width: 100%;
    max-width: 200px;
    margin: auto;
    display: block;
}
.news_article_text .btn a {
    color: #fff;
}
.news_article_text {
    margin: 60px 0 0;
}
.news_article_text a {
    color: #0068b7;
    transition: all 0.2s;
}
.news_article_text a:hover {
    opacity: 0.8;
    transition: all 0.2s;
}
.news_article_text h2 {
    text-align: left;
    margin: 1em 0;
    font-size: 24px;
    padding: 0;
}
.news_article_text h3 {
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    margin: 1em 0;
}
.news_article_text h4 {
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    color: #0068b7;
    margin: 1em 0;
}
.news_article_text h5 {
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    color: #98979a;
    margin: 1em 0;
}
.news_article_text blockquote {
    position: relative;
    background: #f6fafd;
    color: #0068b7;
    padding: 60px 95px;
    margin: 60px 0;
}
.news_article_text blockquote:before {
    content: "";
    width: 24px;
    height: 19px;
    background: url("../img/quart_l.png") no-repeat center center;
    position: absolute;
    left: 40px;
    top: 40px;
}
.news_article_text blockquote:after {
    content: "";
    width: 24px;
    height: 19px;
    background: url("../img/quart_r.png") no-repeat center center;
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.news_article_text img {
    margin: 40px 0;
}
.news_article_share {
    text-align: center;
}
.news_article_share ul li {
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0;
}
.news_article_share ul li.share_fb {
    width: 98px;
}
.news_article_share ul li.share_tw {
    width: 88px;
    overflow: hidden;
    padding-top: 5px;
}
.news_article_share ul li.share_ggl {
    width: 65px;
    padding-top: 4px;
}
.service1_1,
.service2 {
    background: #f7f8f9;
}
.service1_2 h3,
.service2 h3 {
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    line-height: 30px;
    margin: 80px 0 40px;
}
.service1_2 h3 {
    background: #f7f8f9;
}
.service2 h3 {
    width: 730px;
    margin-left: auto;
    margin-right: auto;
}
.service1_1 {
    min-height: 490px;
    background-position: center;
}
.service1_1 .item {
    width: 440px;
}
.leftitm img,
.rightitm img {
    max-width: 100%;
}
.service2 .leftitm {
    width: 70%;
    padding-right: 30px;
    box-sizing: border-box;
    float: left;
}
.service2 .rightitm {
    width: 25%;
    box-sizing: border-box;
    padding-top: 80px;
    vertical-align: bottom;
    float: right;
}
.service3 {
    min-height: 420px;
    width: 100%;
    overflow: hidden;
}
.service3 .bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -362px;
    z-index: -1;
}
.project_logo li {
    width: 160px;
    float: left;
    margin-right: 2px;
}
.lt-ie9 .project_logo li {
    width: 158px;
}
.project_logo li img {
    max-width: 100%;
}
.service_first {
    padding-bottom: 40px;
}
.service_nav {
    text-align: center;
    padding: 40px 0 0;
    white-space: nowrap;
}
.service_nav li {
    display: inline-block;
    width: 27%;
    padding: 0 3%;
    text-align: center;
}
.service_nav li a {
    display: block;
}
.service_nav li div {
    display: inline-block;
    padding: 3px 10px;
    position: relative;
}
.service_nav span {
    position: relative;
    z-index: 2;
    transition: all 0.2s;
}
.service_nav li div:before {
    content: '';
    transition: all 0.2s;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #0068b7;
}
.service_nav li a:hover span {
    color: #fff;
}
.service_nav li a:hover div:before {
    height: 100%;
}
.rec_new {
    background: #f6fafd;
    padding-bottom: 60px;
    min-height: 240px;
}
.rec_new .closed {
    background: url("../img/bg_rocked.png") no-repeat right 40px;
}
.rec_new .closed span {
    color: #0068b7;
}
.rec_new h2 span {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    color: #0068b7;
    font-weight: 400;
}
.rec_career {
    padding-bottom: 120px;
    min-height: 240px;
}
.recruit_thankyou {
    padding-bottom: 114px;
    background: url("../img/bg_thankyou.jpg") no-repeat bottom right;
}
.recruit_thankyou h2 {
    padding: 0 0 30px;
}
.recruit_thankyou .recform_side {
    top: 0;
}
.contact_thankyou .inner {
    text-align: center;
}
.introduction {
    text-align: center;
    padding: 80px 0 0;
    position: relative;
}
.lt-ie9 .introduction {
    padding-bottom: 80px;
}
.badge {
    width: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin: 0 0 0 -40px;
}
.reqeruit_info table {
    margin: 0 0 15px;
}
.reqeruit_info td,
.reqeruit_info th {
    border: 10px solid #fff;
    padding: 28px 40px;
    vertical-align: top;
    text-align: justify;
}
.reqeruit_info th {
    font-weight: 700;
    width: 180px;
    background: #f6fafd;
    border-left: none;
    color: #0068b7;
    letter-spacing: 0.05em;
}
.reqeruit_info td {
    background: #f7f8f9;
    border-right: none;
    border-left: none;
    padding: 20px;
    font-size: 13px;
}
.reqeruit_info h4 {
    font-size: 14px;
    letter-spacing: 0.05em;
}
.reqeruit_info .bold {
    font-weight: 700;
}
.reqeruit_info .memo {
    font-weight: 400;
    color: #666;
}
.indent {
    padding-left: 15px;
    padding-top: 10px;
}
.reqeruit_info #mailformpro p {
    margin: 0;
    padding: 0;
}
.reqeruit_info .kojin {
    font-size: 11px;
    color: #666;
    padding: 25px;
}
.reqeruit_info .kojin .kojin-ttl {
    font-size: 12px;
    font-weight: 700;
}
.entry_btns .btn {
    width: auto;
    margin: 30px 0 0;
    display: block;
    height: 78px;
    line-height: 78px;
    font-size: 20px;
}
.rec_submit input[type=submit] {
    height: 78px;
    line-height: 78px;
    cursor: pointer;
    display: block;
    outline: 0;
    color: #fff;
    background: #57bfdd;
    border: none;
    width: 100%;
    transition: all 0.3s;
    -webkit-appearance: none;
    font-weight: 400;
}
.rec_submit:hover {
    padding-right: 0;
}
.rec_submit:hover input {
    padding-right: 60px;
}
.lt-ie9 .rec_submit:hover input {
    padding-right: 0;
}
.recform {
    position: relative;
}
.recform table {
    width: 760px;
}
.recform_side {
    width: 190px;
    position: absolute;
    left: 790px;
    top: 10px;
    text-align: center;
}
.recform_side .step {
    line-height: 50px;
    box-sizing: border-box;
    border: 3px solid #ebedf0;
    color: #999;
    font-size: 13px;
    font-weight: 700;
}
.recform_side .step.active {
    background: #0068b7;
    border: none;
    color: #fff;
}
.recform_side img {
    width: 100%;
    vertical-align: bottom;
}
.recform .guide {
    font-size: 12px;
}
.recform table td,
.recform table th {
    text-align: left;
    padding: 20px;
    vertical-align: top;
}
.recform table th {
    width: 160px;
    padding: 24px 20px;
}
:focus {
    outline: 0;
}
.recform input[type=mail],
.recform input[type=tel],
.recform input[type=text],
.recform textarea {
    border: 1px solid #dcdfe2;
    padding: 6px 12px;
    font-size: 14px;
    box-sizing: border-box;
    outline: 0;
    border-radius: 0;
}
.recform textarea {
    width: 440px;
    height: 150px;
}
.recform label {
    display: inline-block;
    vertical-align: top;
}
.recform label span {
    vertical-align: middle;
}
.customSelect,
.recform select {
    background: #fff;
    border: 1px solid #dcdfe2;
    padding: 6px 12px;
    font-size: 14px;
    box-sizing: border-box;
    width: 410px;
}
.customSelect {
    background: url("../img/parts/input_select@1x.png") center right no-repeat #fff;
}
.input_radio input {
    opacity: 0;
    filter:alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
}
.reqeruit_info td.input_radio {
    vertical-align: middle;
}
.input_radio label {
    padding: 0 0 0 5px;
    background: url("../img/parts/input_radio@1x.png") top left no-repeat;
}
.input_radio label.mfp_checked {
    background-position: bottom left;
}
.agree input {
    opacity: 0;
    filter:alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
}
.agree {
    vertical-align: middle;
}
.agree label span {
    padding: 0 10px 0 20px;
    background: url("../img/parts/input_check@1x.png") top left no-repeat;
    line-height: 23px;
    display: inline-block;
}
.agree label.checked span {
    background-position: bottom left;
}
.space_r {
    padding-right: 10px;
}
.space_b {
    padding-bottom: 10px;
}
.recform .input_large {
    width: 410px;
}
.recform .input_middle {
    width: 320px;
}
.recform .input_small {
    width: 165px;
}
.recform .input_ss {
    width: 80px;
}
.emphasize {
    font-weight: 700;
    font-size: 15px;
    color: #0068b7;
    letter-spacing: 2px;
}
.privacy {
    border: 3px solid #f2f2f2;
    height: 180px;
    overflow: scroll;
    background: #fff;
    font-size: 13px;
    color: #666;
    width: 754px;
}
h1.privacy_t {
    font-size: 14px;
    color: #0068b7;
    font-weight: 700;
    padding: 0 20px 10px;
}
.reqeruit_info #mailformpro p.privacy_txt {
    padding: 0 20px 10px;
    font-size: 12px;
}
.privacy h2 {
    font-size: 13px;
    padding: 0 0 10px;
}
.privacy span {
    color: #0068b7;
    font-weight: 700;
}
.reqeruit_info #mailformpro .privacy span {
    padding-top: 10px;
    display: inline-block;
}
.privacy ol>li {
    padding: 30px 20px;
}
.privacy ol>li.even {
    background: #f7f8f9;
}
.agree {
    padding: 10px 0 20px;
}
.agree label {
    display: inline-block;
    width: 760px;
    max-width: 100%;
    padding: 10px 0;
    background: #f2f2f2;
    text-align: center;
}
.agree_err {
    display: none;
    padding: 10px 0 0;
}
#recInputSubmit .mask {
    display: none;
}
#recInputSubmit.disabled {
    position: relative;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}
#recInputSubmit.disabled .mask {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
}
#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background {
    display: none;
}
#mfp_hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
}
#mfp_hidden input {
    margin: 10px;
}
.mfp_err {
    clear: both;
    display: none;
    text-align: left;
    margin: 5px 0 0;
    padding: 3px 0 5px;
    color: #d73452;
    font-size: 12px;
    line-height: normal;
}
.mfp_parent_error {
    border: solid 2px #d73452;
}
.problem {
    background-color: #fff;
    border-color: #EC768C!important;
}
#mfp_error {
    background-color: #fff;
    border: solid 1px #ec768c;
    color: #ec768c;
    padding: 10px;
    display: none;
}
#mfp_error p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
}
#mfp_warning {
    background-color: #fff;
    border: solid 1px #ec768c;
    color: #ec768c;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    display: none;
    font-size: 14px;
}
#mfp_warning p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.recform #mfp_confirm_table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 760px;
}
.recform #mfp_confirm_table tr.mfp_colored {
    background-color: #f6f7f9;
}
.recform #mfp_confirm_table tr.mfp_achroma {
    background-color: #fff;
}
.recform #mfp_confirm_table tr td,
.recform #mfp_confirm_table tr th {
    text-align: left;
    padding: 20px;
}
.recform #mfp_confirm_table tr th {
    white-space: nowrap;
    width: 200px;
}
.recform #mfp_confirm_table tr td {
    line-height: 1.5em;
    word-break: break-all;
}
.recform .mfp_buttons {
    clear: both;
    padding: 10px 0;
    text-align: center;
}
.recform #mfp_phase_confirm {
    clear: both;
    display: none;
}
.recform #mfp_phase_confirm h4 {
    display: none;
}
.recform #mfp_phase_confirm .recform_side {
    top: 10px;
}
.recform #mfp_button_cancel,
.recform #mfp_button_send {
    font-size: 20px;
    height: 78px;
    line-height: 78px;
    cursor: pointer;
    display: block;
    outline: 0;
    color: #fff;
    background: #57bfdd;
    border: none;
    width: 100%;
    transition: all 0.3s;
    -webkit-appearance: none;
    position: relative;
}
.recform #mfp_button_cancel {
    background: #ccc;
    float: left;
    width: 48%;
}
.recform #mfp_button_send {
    float: right;
    width: 48%;
}
.recform #mfp_button_send:after {
    content: '';
    background: url("../img/btn_ar.png") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    transition: all 0.3s;
    -webkit-transform: scale(0) translateX(-10px);
    transform: scale(0) translateX(-10px);
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    pointer-events: none;
}
.recform #mfp_button_send:hover {
    padding-right: 60px;
}
.recform #mfp_button_send:hover:after {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    opacity: 1;
}
.lt-ie9 .recform #mfp_button_send:hover {
    padding-right: 0;
}
.lt-ie9 .recform #mfp_button_send:after {
    display: none;
}
.contact {
    background: #4C4C4C;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding-top: 80px;
    margin-top: 50px;
}
.contact h2 {
    text-align: center;
    color: #FFFFFF;
}
.contact h2 span {
    color: #fff;
}
.contactform {
    color: #666;
    font-size: 13px;
    padding: 10px 0;
}
.form1,
.form2 {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.form1 {
    padding-right: 10px;
}
.form2 {
    padding-left: 10px;
}
.contactform dl {
    width: 100%;
}
.contactform dt {
    background: rgba(255, 255, 255, 0.87);
    position: relative;
    z-index: 2;
    font-weight: 700;
    line-height: 24px;
}
.contactform dd {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}
.contactform dt label {
    display: block;
    padding: 10px;
}
.form1 input[type=text],
.form2 textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
.form1 dt {
    width: 172px;
    float: left;
    clear: both;
    margin-bottom: 12px;
}
.form1 dd {
    padding-left: 172px;
}
.itxt,
.itxtarea {
    border: none;
    background: rgba(236, 236, 236, 0.87);
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}
.itxt {
    height: 44px;
}
.itxtarea {
    height: 280px;
    vertical-align: bottom;
}
.f_guide {
    float: left;
    width: 50%;
}
.f_guide a,
.f_guide span {
    display: inline-block;
    padding: 14px 20px 0 0;
    color: #fff;
}
.f_guide a {
    text-decoration: underline;
}
.f_bottom {
    padding: 10px 0;
}
.f_submit {
    float: right;
    padding: 0;
}
.f_submit input[type=submit] {
    cursor: pointer;
    display: block;
    outline: 0;
    color: #fff;
    background: #157AAD;
    border: none;
    width: 100%;
    transition: all 0.3s;
    -webkit-appearance: none;
    border-radius: 0;
}
.f_submit:hover {
    padding-right: 0;
}
.f_submit:hover input {
    padding-right: 60px;
}
.lt-ie9 .f_submit:hover,
.lt-ie9 .f_submit:hover input {
    padding-right: 0;
}
.contactform .mfp_err {
    display: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-align: right;
}
.contactform .form2 .mfp_err {
    padding-top: 10px;
}
.contactform #mfp_confirm_table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
.contactform #mfp_confirm_table tr.mfp_colored {
    background-color: #fff;
}
.contactform #mfp_confirm_table tr.mfp_achroma {
    background-color: #fff;
}
.contactform #mfp_confirm_table tr td,
.contactform #mfp_confirm_table tr th {
    text-align: left;
    font-size: 13px;
    border-top: solid 3px #0368b4;
    padding: 15px;
}
.contactform #mfp_confirm_table tr th {
    white-space: nowrap;
    width: 170px;
    font-weight: 700;
}
.contactform #mfp_confirm_table tr td {
    line-height: 1.5em;
    word-break: break-all;
    background: #e8f1f8;
    color: #000;
}
.contactform .mfp_buttons {
    clear: both;
    padding: 20px 0 0;
    text-align: center;
}
.contactform .mfp_buttons button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #57bfdd;
    min-width: 200px;
    box-sizing: border-box;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    border: none;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s;
    position: relative;
}
.contactform .mfp_buttons #mfp_button_send {
    float: right;
    height: 48px;
    line-height: 48px;
    width: auto;
    font-weight: 400;
}
.contactform .mfp_buttons #mfp_button_cancel {
    background: #aaa;
    float: left;
    height: 48px;
    line-height: 48px;
    width: auto;
    font-weight: 400;
}
.contactform .mfp_buttons #mfp_button_send:after {
    content: '';
    background: url("../img/btn_ar.png") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    transition: all 0.3s;
    -webkit-transform: scale(0) translateX(-10px);
    transform: scale(0) translateX(-10px);
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    pointer-events: none;
}
.contactform .mfp_buttons #mfp_button_send:hover {
    padding-right: 60px;
}
.contactform .mfp_buttons #mfp_button_send:hover:after {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    opacity: 1;
}
.lt-ie9 .contactform .mfp_buttons #mfp_button_send:hover {
    padding-right: 0;
}
.lt-ie9 .contactform .mfp_buttons #mfp_button_send:after {
    display: none;
}
.contactform #mfp_phase_confirm {
    clear: both;
}
.contactform #mfp_phase_confirm h4 {
    font-size: 13px;
    padding: 0 0 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.totop {
    text-align: center;
    position: fixed;
    bottom: 10px;
    background: #575A5D;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    right: -60px;
    -webkit-transition: all 0.5s cubic-bezier(0.67,.31,.03,.9);
    transition: all 0.5s cubic-bezier(0.67,.31,.03,.9);
    width: 58px;  
    height: 58px;  -webkit-border-radius: 25px;/* width,heightの半分 */  -moz-border-radius: 25px;  
    border-radius: 30px;
}
.totop .bd {
    width: 16px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 24px;
    margin-left: -8px;
    -webkit-transition: all 0.2s cubic-bezier(0.67,.31,.03,.9);
    transition: all 0.2s cubic-bezier(0.67,.31,.03,.9);
}
.totop img {
    width: 16px;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -8px;
    -webkit-transition: all 0.25s cubic-bezier(0.67,.31,.03,.9);
    transition: all 0.25s cubic-bezier(0.67,.31,.03,.9);
}
.totop:hover .bd {
    height: 0;
}
.totop:hover img {
    top: 24px;
}
.scrolled .totop {
    opacity: 1;
    right: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
    .customSelect {
        background: url("../img/parts/input_select@2x.png") center right no-repeat #fff;
        background-size: 38px;
    }
    .input_radio label {
        background: url("../img/parts/input_radio@2x.png") top left no-repeat;
        background-size: 23px;
    }
    .agree label span {
        background: url("../img/parts/input_check@2x.png") top left no-repeat;
        background-size: 23px;
    }
}
.codes {
    height: 0;
    overflow: hidden;
}
@media screen and (max-width:1280px) {
    .map_canvas_wrap {
        width: 400px;
    }
}
@media screen and (max-width:1080px) {
    .about_map {
        display: none;
    }
}
@media screen and (max-width:880px) {
    .contactform {
        font-size: 12px;
    }
    .form1 dt {
        width: 150px;
    }
    .form1 dd {
        padding-left: 150px;
    }
}
@media screen and (max-width:800px) {
    body {
        font-size: 12px;
        width: 100%;
        overflow-x: hidden;
        -webkit-font-smoothing: auto;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .logo {
        width: 54px;
        height: 54px;
        overflow: hidden;
        z-index: 9999;
    }
    .logo img {
        width: 100%;
        margin: 0;
    }
    .menu {
        display: none;
    }
    .nabbtn {
        top: 0;
        left: 54px;
    }
    .humbergar {
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateX(-90px) scale(0.6);
        transform: translateX(-90px) scale(0.6);
        z-index: 9998;
    }
    .loaded .humbergar {
        -webkit-transform: translateX(0) scale(0.6);
        transform: translateX(0) scale(0.6);
        background: #085CA2;
    }
    .gnav {
        left: 100%;
        top: 0;
        height: 100%;
        width: 100%;
        font-size: 20px;
        text-align: left;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        display: block;
    }
    .gnav .td {
        display: block;
    }
    .navon .gnav {
        left: 108px;
    }
    .navbg {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.86);
        opacity: 1;
    }
    .gnav .gnav_inner {
        width: auto;
        height: 100%;
        text-align: left;
        box-sizing: border-box;
        padding: 0;
        position: static;
        display: block;
        overflow: scroll;
    }
    .gnav .td {
        vertical-align: top;
    }
    .gnav li {
        display: block;
    }
    .gnav a {
        padding: 0 30px;
        height: auto;
        color: #fff;
        font-weight: 400;
        display: block;
        font-size: 16px;
    }
    .gnav span {
        color: #fff;
        line-height: 54px;
        height: 54px;
        display: block;
    }
    .gnav span::before {
        display: none;
    }
    .gnav .sp a {
        font-size: 14px;
        color: #96d9ff;
    }
    .gnav .icons {
        padding: 10px 30px 30px;
    }
    .gnav .icons a {
        padding: 0;
    }
    .wrapper {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }
    .navon .wrapper {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section,
    .section_full {
        height: auto!important;
        padding-bottom: 0;
        min-height: 242px;
    }
    .inner {
        max-width: 100%;
        min-width: initial;
        padding: 0;
        margin: 0 auto;
        line-height: 1.9;
        margin-bottom: 35px;
    }
    .sp_sub {
        padding: 0;
    }
    .section h2 {
        padding-top: 42px;
        padding-bottom: 20px;
        color: #325A84;
        margin: 0;
    }
    .section h2 span {
        font-size: 12px;
        vertical-align: middle;
        color: #474747;
        letter-spacing: 2px;
    }
    .loading .concept {
        position: fixed;
        top: 50%;
        left: 0;
        margin: -50px 0 0;
        width: 100%;
        height: 100px;
        color: #fff;
    }
    .loading .concept h1 {
        font-size: 28px;
        letter-spacing: 2px;
        opacity: 0;
        -webkit-transform: translate(0,60px);
        transform: translate(0,60px);
    }
    .loading .concept h2 {
        font-size: 12px;
        letter-spacing: 0;
        margin-top: -35px;
        -webkit-transform: translate(0,80px);
        transform: translate(0,80px);
        font-weight: 700;
    }
    .first .loading .concept h1,
    .first .loading path {
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
    }
    .first .loading .concept h2 {
        opacity: 1;
        -webkit-transition: all 0.6s 0.3s;
        transition: all 0.6s 0.3s;
        -webkit-transform: translate(0,45px);
        transform: translate(0,45px);
    }
    .top_inner {
        background: #fff;
        top: 100%;
        height: 70px;
        padding: 10px 0;
        left: 0;
        margin: 0;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .top h1 {
        font-size: 28px;
        letter-spacing: 2px;
        margin-top: 0;
        color: #346996;
    }
    .top h2 {
        font-size: 12px;
        letter-spacing: 0;
        font-weight: 700;
        padding-top: 0;
        margin-top: 0;
    }
    .top {
        height: 350px!important;
        background-size: 976px !important;
        margin-bottom: 0;
        font-weight: 700;
        background-position: 47% -187px;
        margin-bottom: 113px;
    }
    .about .item {
        float: none;
        width: auto;
        padding: 0;
        color: #fff;
        font-weight: 700;
        text-shadow: 0 0 15px rgba(0,0,0,.3);
        margin-top: 30px;
    }
    .service {
        height: auto;
        border-top: 1px solid #ccc;
        padding-bottom: 0;
    }
    .service h2 {
        position: static;
        text-align: left;
        width: auto;
        height: auto;
        margin: 0;
        padding: 30px 18px 20px;
        color: #325A84;
    }
    .service h2 span {
        padding: 0 10px;
    }
    .service_backpanels {
        display: none;
    }
    .service_panels {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .service_panels>li {
        width: 100%;
        height: auto;
        float: none;
    }
    .service_panels .cover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .service_panels h3 {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 54px;
        line-height: 54px;
        text-align: left;
        box-sizing: border-box;
        padding: 0 18px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .service_panels h3 a {
        display: block;
    }
    .service_panels h3:after {
        content: '';
        background: url("../img/btn_ar.png") no-repeat center;
        background-size: contain;
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
        opacity: 1;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -8px;
        pointer-events: none;
    }
    .service_panels .disabled h3:after {
        content: 'Coming Soon.';
        line-height: 20px;
        background: 0 0;
        font-size: 10px;
        width: auto;
        font-weight: 400;
    }
    .service_panels .disabled h3 span {
        display: none;
    }
    .service_panels .disabled h3 {
        line-height: 54px;
    }
    .service_hv {
        min-height: 160px;
    }
    .service_panels .item_detal {
        display: none;
        font-size: 12px;
        padding: 20px 18px 0;
        position: relative;
        top: 0;
        left: 100%;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
        min-height: 210px;
    }
    .service_item1 .cover,
    .service_item2 .cover,
    .service_item3 .cover {
        background-position: center center;
    }
    .service_panels:hover .cover {
        opacity: 1;
    }
    .service .service_title {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 0;
    }
    .service .service_title span {
        border-bottom: 2px solid #fff;
        display: inline-block;
        padding: 0 0 4px;
    }
    .news h2 {
        padding: 40px 18px 20px;
    }
    .news h2 span {
        padding: 0 18px;
    }
    .news_archive li.even {
        background: #eaeaea;
    }
    .date {
        width: 100%;
        float: none;
        clear: both;
        font-size: 12px;
    }
    .news_item {
        margin-left: 0;
        font-size: 12px;
    }
    .news_bottom {
        background: 0 0;
        text-align: left;
    }
    .news .inner {
        padding: 0;
    }
    .news_archive {
        padding: 40px 0 0;
    }
    .news_archive li,
    .news_sub .news_archive li {
        padding: 18px;
        background: #f7f8f9;
    }
    .news_article {
        padding: 40px 18px 0;
    }
    .news_article .news_article_ttl {
        background: #f8f8f8;
        padding: 18px!important;
    }
    .news_article>.news_article_ttl h2 {
        font-size: 18px!important;
    }
    .news_article p.day {
        font-size: 12px!important;
    }
    .news_article_text {
        margin: 40px 0 0;
    }
    .news_article_text h2 {
        text-align: left;
        margin: 1em 0;
        font-size: 18px!important;
        padding: 0;
    }
    .news_article_text h3 {
        font-size: 16px!important;
        text-align: left;
        font-weight: 700;
        margin: 1em 0;
    }
    .news_article_text h4 {
        font-size: 16px!important;
        text-align: left;
        font-weight: 700;
        color: #0068b7;
        margin: 1em 0;
    }
    .news_article_text h5 {
        font-size: 14px!important;
        text-align: left;
        font-weight: 700;
        color: #98979a;
        margin: 1em 0;
    }
    .news_article_text blockquote {
        position: relative;
        background: #f6fafd;
        color: #0068b7;
        padding: 3em;
        margin: 30px 0;
    }
    .news_article_text blockquote:before {
        content: "";
        width: 12px;
        height: 8.5px;
        background: url("../img/quart_l.png") no-repeat center center;
        background-size: 12px 8.5px;
        position: absolute;
        left: 15px;
        top: 15px;
    }
    .news_article_text blockquote:after {
        content: "";
        width: 12px;
        height: 8.5px;
        background: url("../img/quart_r.png") no-repeat center center;
        background-size: 12px 8.5px;
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
    .news_article_text img {
        margin: 20px 0;
    }
    .news_article_share ul li {
        vertical-align: middle!important;
        margin: 10px 4px 0;
    }
    .about h2,
    .about h2 span {
        color: #fff;
        padding-left: 5%;
    }
	.recruit h2,
    .recruit h2 span {
        color: #fff;
        padding-left: 5%;
    }
    .contact h2,
    .contact h2 span {
        color: #fff;
        text-align: center;
    }
    .section.recruit {
        /* background-size: 140%!important; */
        background-repeat: no-repeat;
        background-position: right 10%;
    }
    .section.recruit h2 {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .recruit_imgpanel img {
        width: 33.3333%;
        opacity: 0.6;
    }
    .form1,
    .form2 {
        width: 100%;
        float: none;
        padding: 0;
        box-sizing: border-box;
    }
    .contactform {
        font-size: 11px;
    }
    .contactform dt {
        background: #fff;
    }
    .form1 dt {
        width: 50%;
    }
    .form1 dd {
        padding-left: 50%;
    }
    .itxtarea {
        height: 100px;
        background-color: rgb(236, 236, 236);
    }
    .f_guide {
        float: none;
        width: 100%;
        font-size: 12px;
    }
    .f_guide a,
    .f_guide span {
        padding-top: 20px;
    }
    .f_submit {
        float: none;
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
    .f_submit input[type=submit] {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }
    .footer {
        padding: 20px 0;
    }
    .links {
        width: 100%;
        float: none;
        text-align: center;
    }
    .icons {
        display: inline-block;
        padding: 20px 20px 0;
    }
    .icons li {
        display: inline-block;
        margin-right: 10px;
    }
    .icons a {
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #4A4A4A;
        text-align: center;
        line-height: 34px;
    }
    .icons a img {
        width: 14px;
        vertical-align: middle;
    }
    .address,
    .blogs {
        display: none;
    }
    .footer .copyright {
        text-align: center;
        padding-top: 20px;
    }
    .btn {
        min-width: 100%;
        /* padding: 0 40px 0 20px; */
        height: 50px;
        line-height: 50px;
        border: none;
        font-size: 13px;
        text-align: left;
        font-weight: 400;
    }
    .btn:after {
        content: '';
        background: url("../img/btn_ar.png") no-repeat center;
        background-size: contain;
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
        opacity: 1;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -8px;
        pointer-events: none;
    }
    .subheader {
        height: 170px;
    }
    .subheader h1 {
        font-size: 24px;
        padding-top: 30px;
        font-weight: 400;
    }
    .subheader h2 {
        font-size: 12px;
        font-weight: 700;
    }
    .about_map {
        display: none;
    }
    .section h2 span {
        padding: 1em 0;
        display: block;
        color: #FFFFFF;
    }
    .company dd,
    .company dt {
        font-size: 12px;
    }
    .company dd {
        margin-left: 100px;
        padding-bottom: 1em;
    }
    .company dt {
        width: 100px;
        padding-bottom: 1em;
    }
    .landscape {
        height: 170px;
    }
    .section h2 {
        font-size: 20px;
    }
    .history {
        background: url("../img/bg_history@2x.png") no-repeat center bottom;
        background-size: 320px;
    }
    .history_archive li {
        display: table;
        width: 100%;
    }
    .history_archive li .date {
        width: 100px;
        display: table-cell;
    }
    .history_archive li p {
        width: auto;
        display: table-cell;
    }
    .officer {
        padding: 0;
        position: relative;
    }
    .officer .detail {
        /* display: none; */
        padding-bottom: 1em;
    }
    /*.officer p {
        cursor: pointer;
    }
    .officer p:after {
        content: '+';
        display: inline-block;
        height: 13px;
        width: 13px;
        text-align: center;
        background: #e56330;
        color: #fff;
        line-height: 13px;
        margin: 0 0 0 6px;
    }*/
    .public td,
    .public th {
        padding: 0;
        display: block;
        float: left;
        width: 22%;
    }
    .public th {
        width: 100%;
        clear: both;
        margin: 20px 0 0;
    }
    .public tr th {
        margin: 1em 0 0;
    }
    .public tr:first-child th {
        margin: 0;
    }
    .public td.data {
        padding-right: 1em;
    }
    .public td a span {
        position: absolute;
    }
    .badge {
        width: 48px;
        top: -24px;
        left: 50%;
        margin: 0 0 0 -24px;
    }
    .section.contact {
        padding-bottom: 0;
        background-size: cover !important;
        background-repeat: no-repeat;
    }
    .news_archive p {
        padding: 0;
    }
    .service1_1 {
        background-position: center bottom;
        background-size: contain!important;
        background-repeat: no-repeat;
        min-height: 300px;
    }
    .service1_1 .item {
        width: auto;
    }
    .service1_2 h3,
    .service2 h3 {
        font-size: 14px;
        margin: 30px 0 20px;
        width: auto;
    }
    .service2 .leftitm,
    .service2 .rightitm {
        width: auto;
        padding: 0;
        float: none;
    }
    .service2 .rightitm {
        width: 50%;
    }
    .service3 {
        min-height: 300px;
        width: 100%;
        padding-bottom: 170px!important;
        overflow: hidden;
    }
    .service3 .bg {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -220px;
        width: 440px;
    }
    .project_logo {
        text-align: center;
    }
    .project_logo li {
        width: 48%;
        padding: 0 1%;
        margin: 0;
        box-sizing: border-box;
        display: inline-block;
        float: none;
    }
    .service_nav {
        padding: 30px 0 0;
    }
    .service_nav li {
        display: block;
        width: auto;
        padding: 10px 0 0;
        border-top: 1px solid #eee;
        text-align: center;
        margin-bottom: 10px;
    }
    .service_nav li:first-child {
        border-top: none;
    }
    .service_nav li img {
        width: 200px;
    }
    .service_first {
        padding-bottom: 10px;
    }
    .service_nav li a:hover span {
        color: #474747;
    }
    .service_nav li a div:before {
        display: none;
    }
    .service1_1,
    .service2,
    .service3 {
        padding: 30px 0 70px;
    }
    .reqeruit_info td,
    .reqeruit_info th {
        display: block;
    }
    .reqeruit_info th {
        width: 100%;
        text-indent: 18px;
    }
    .reqeruit_info td,
    .reqeruit_info th {
        border: none;
        border-bottom: 10px solid #fff;
        padding: 1em 0;
        vertical-align: top;
        text-align: justify;
        margin: 0;
    }
    .reqeruit_info td {
        padding: 18px;
    }
    .reqeruit_info .inner {
        padding: 0;
    }
    .reqeruit_info .introduction,
    .reqeruit_info h2 {
        padding-right: 18px;
        padding-left: 18px;
    }
    .rec_new {
        min-height: initial;
        padding: 18px;
    }
    .rec_new h2 {
        padding-right: 0;
        padding-left: 0;
    }
    .rec_new .closed {
        background: 0 0;
    }
    .reqeruit_info td .indent {
        padding-left: 0;
        padding-top: 0;
    }
    .reqeruit_info td p {
        padding-bottom: 1em;
        font-size: 12px;
    }
    .reqeruit_info td p:last-child {
        padding: 0;
    }
    .reqeruit_info h4 {
        font-size: 13px;
    }
    .entry_btns {
        padding: 0 18px;
    }
    .entry_btns .btn {
        width: auto;
        margin: 0;
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
        text-align: center;
    }
    .reqeruit_info table {
        margin: 30px 0 40px;
    }
    .reqeruit_info p.introduction {
        padding: 30px 18px 0;
        text-align: center;
    }
    .reqeruit_info p.introduction br {
        display: none;
    }
    .recform_side {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
    .emphasize {
        font-weight: 700;
        font-size: 12px;
        color: #0068b7;
        letter-spacing: 1px;
    }
    .introduction a {
        display: block;
    }
    .recform_side .step {
        line-height: 26px;
        box-sizing: border-box;
        border: 2px solid #ebedf0;
        color: #999;
        font-size: 9px;
        font-weight: 400;
        width: 80px;
    }
    .recform_side ul {
        display: table;
        padding: 20px 18px 0;
        margin: 0 auto;
    }
    .recform_side ul li.step {
        width: 80px;
        background-image: none!important;
    }
    .recform_side ul li {
        width: 20px;
        display: table-cell;
        background: url("../img/step.png") no-repeat center center;
        background-size: 4px;
    }
    .recform_side img {
        display: none;
    }
    .recform table td,
    .recform table th {
        text-align: left;
        padding: 1em 0;
        text-indent: 0;
    }
    .recform table td div {
        padding: 0 18px;
    }
    .recform table td div.mfp_err {
        padding: 0;
    }
    .reqeruit_info #mailformpro p {
        padding: 0 18px;
    }
    .recform table th {
        width: auto;
        padding: 1em 18px;
        text-indent: 0;
    }
    .recform table {
        width: 100%;
    }
    .recform input[type=mail],
    .recform input[type=tel],
    .recform input[type=text],
    .recform textarea {
        font-size: 12px;
        -webkit-appearance: none;
    }
    .recform textarea {
        width: 285px;
        height: 100px;
    }
    .customSelect,
    .recform select {
        width: 100%;
    }
    .recform select {
        font-size: 10px;
    }
    .recform .input_middle {
        width: 230px;
    }
    .recform .input_large {
        width: 285px;
    }
    .recform .input_small,
    .recform .input_ss {
        width: 235px;
        margin: 8px 0;
    }
    .rec_submit input[type=submit] {
        height: 50px;
        line-height: 50px;
    }
    .recform #mfp_phase_confirm .recform_side {
        top: 0;
    }
    .recform #mfp_confirm_table {
        width: 100%;
    }
    .recform #mfp_confirm_table tr th {
        white-space: nowrap;
        width: 100%;
        padding: 1em;
        box-sizing: border-box;
    }
    #mfp_confirm_table tr td {
        text-align: left;
        padding: 1em;
        box-sizing: border-box;
    }
    .recform .mfp_buttons {
        clear: both;
        padding: 0;
        text-align: center;
        height: 50px;
    }
    .recform #mfp_button_cancel,
    .recform #mfp_button_send {
        font-size: 13px;
        height: 50px;
        line-height: 50px;
    }
    .recruit_thankyou {
        background: url("../img/bg_thankyou.jpg") no-repeat bottom right;
        padding: 18px;
    }
    .recruit_thankyou .recform_side ul {
        display: table;
        padding: 30px 0 0;
    }
    .section .recruit_thankyou h2 {
        padding-top: 0;
    }
    .contactform .mfp_err {
        font-size: 11px;
    }
    .contactform #mfp_confirm_table tr td,
    .contactform #mfp_confirm_table tr th {
        text-align: left;
        font-size: 11px;
        border-top: none;
        padding: 10px;
    }
    .contactform #mfp_confirm_table tr th {
        white-space: nowrap;
        width: auto;
        font-weight: 700;
        padding: 10px;
    }
    .contactform .mfp_buttons {
        height: 58px;
    }
    .contactform .mfp_buttons button {
        min-width: 135px;
        font-size: 13px;
    }
    .privacy {
        margin: 0 18px;
        width: auto;
        -webkit-overflow-scrolling: touch;
    }
    h1.privacy_t {
        font-size: 12px;
        padding: 0 18px;
    }
    .privacy h2 {
        font-size: 12px;
        padding: 0 0 10px;
    }
    .privacy ol>li {
        padding: 20px 15px;
    }
    .reqeruit_info #mailformpro .privacy p {
        padding: 0;
    }
    .agree label {
        display: block;
        width: auto;
        margin: 0 18px 20px;
    }
    .agree_err {
        padding: 0 18px 10px;
    }
    .totop {
        width: 40px;
        height: 40px;
        bottom: 10px;
        opacity: 1;
        right: 10px;
        position: absolute;
    }
    .totop .bd {
        width: 10px;
        height: 2px;
        top: 16px;
        margin-left: -5px;
    }
    .totop img {
        width: 10px;
        top: 20px;
        margin-left: -5px;
    }
    .totop:hover img {
        top: 16px;
    }
}

.map_area{
	width:100%;
	/* background-image:url(../../jfield_web/img/bg_contact.jpg); */
	/* height: 500px; */
	margin-bottom: 80px;
}
.map_sub_area{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	margin-top: 22px;
}
.map_sub_area .text001{
	font-size: 15px;
	line-height:23px;
}
.map_sub_area .text002{
	font-size: 15px;
	line-height:23px;
}
@media screen and (max-width:800px) {
.map_sub_area .text001{
	font-size: 12px;
	line-height:23px;
}
.map_sub_area .text002{
	font-size: 12px;
	line-height:23px;
}
}
.title_box{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto;
	padding-top: 80px;
	padding-bottom: 60px;
}
.title_box .title{
	font-size: 34px;
	letter-spacing: 0.1em;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #325A84;
}
.title_box .text001{
font-size: 13px;
letter-spacing: 0.2em;
color: #98979a;
display: block;
padding: 10px 0 0;
text-align: center;
font-weight: bold;
}
@media screen and (max-width:800px) {
	.title_box{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto;
	padding-top: 80px;
	padding-bottom: 60px;
}
.title_box .title{
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #325A84;
}
.title_box .text001{
font-size: 12px;
letter-spacing: 0.2em;
color: #98979a;
display: block;
padding: 10px 0 0;
text-align: center;
font-weight: normal;
}
}

/*------グーグルマップレスポンシブ-------*/
.ggmap {
position: relative;
/* padding-bottom: 56.25%; */
padding-top: 30px;

overflow: hidden;
/* max-height: 550px; */height: 500px;}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width:480px) {
	.ggmap {
position: relative;
/* padding-bottom: 56.25%; */
padding-top: 30px;
overflow: hidden;
/* max-height: 550px; */
height: 280px;
}
}

/*------service 国内wifiレンタル事業-------*/
.wifi_service_area{
margin: 0 auto;
width: 90%;
max-width: 900px;
margin-top: 48px;
margin-bottom: 33px;
}
.wifi_service_area .title{
font-size: 27px;
font-weight: bold;
color: #205E82;
margin-bottom: 34px;
}
.wifi_service_area .left_box{
width: 42%;
float: left;
margin-right: 16%;
}
.wifi_service_area .left_box .name{
font-size: 18px;
font-weight: bold;
color: #4C4C4C;
margin-bottom: 16px;
}
.wifi_service_area .left_box .text001{
font-size: 14px;
line-height: 23px;
}
.wifi_service_area .left_box .service_contact{
margin-top: 32px;
margin-bottom: 12px;
line-height: 24px;
}
.wifi_service_area .left_box .service_contact span{
font-weight: bold;
}
.wifi_service_area .right_box{
width: 40%;
float: left;
}
.service_link_area{
	margin:0 auto;
	margin-bottom: 63px;
	margin-top: 40px;
}
/*------tw,zh項目------*/
.wifi_service_area_ch{
margin: 0 auto;
width: 90%;
max-width: 900px;
margin-top: 48px;
margin-bottom: 33px;
border-top: 1px solid #ccc;padding-top: 43px;}
.wifi_service_area_ch .left_box{
width: 45%;
float: left;
margin-right: 4%;
}
.wifi_service_area_ch .left_box .name{
font-size: 18px;
font-weight: bold;
color: #4C4C4C;
margin-bottom: 16px;
}
.wifi_service_area_ch .left_box .text001{
font-size: 14px;
line-height: 23px;
}
.wifi_service_area_ch .left_box .service_contact{
margin-top: 32px;
margin-bottom: 12px;
line-height: 24px;
}
.wifi_service_area_ch .left_box .service_contact span{
font-weight: bold;
}

.wifi_service_area_ch .right_box{
width: 45%;
float: right;

}
.wifi_service_area_ch .right_box .name{
font-size: 18px;
font-weight: bold;
color: #4C4C4C;
margin-bottom: 16px;
}
.wifi_service_area_ch .right_box .text001{
font-size: 14px;
line-height: 23px;
}
.wifi_service_area_ch .right_box .service_contact{
margin-top: 32px;
margin-bottom: 12px;
line-height: 24px;
}
.wifi_service_area_ch .right_box .service_contact span{
font-weight: bold;
}

.wifi_service_area_ch .service_link_area{
	margin:0 auto;
	margin-bottom: 63px;
	margin-top: 40px;
	text-align:left;
}

/*------/tw,zh項目------*/

@media screen and (max-width:600px) {
.wifi_service_area .title{
font-size: 21px;
font-weight: bold;
color: #205E82;
margin-bottom: 34px;
}
.wifi_service_area .left_box{
width: 100%;
float: none;
margin-right: 0;
margin-bottom: 24px;}
.wifi_service_area .right_box{
width: 80%;
float: none;
margin: 0 auto;
}

.wifi_service_area_ch .title{
font-size: 21px;
font-weight: bold;
color: #205E82;
margin-bottom: 34px;
}
.wifi_service_area_ch .left_box{
width: 100%;
float: none;
margin-right: 0;
margin-bottom: 24px;}
.wifi_service_area_ch .right_box{
width: 100%;
float: none;
margin: 0 auto;
}
.wifi_service_area_ch .service_link_area{
	margin:0 auto;
	margin-bottom: 63px;
	margin-top: 40px;
	text-align:center;
}
}
@media screen and (max-width:800px) {
	.service_link_area .btn{
		text-align:center;
		min-width: 100%;
}
}
