@charset "utf-8";

* {
margin: 0;
padding: 0;
line-height: 1;
box-sizing: border-box;
font-size: inherit;
}
html {
font-size: 16px;
}
html, body {
height: 100%;
}
body {
font-family: 'Noto Sans JP',sans-serif;
font-weight: 500;
color: #231815;
background-color: #EBF1FD;
letter-spacing: 0.05em;
}
body.st404 {
background-color: #cdd5e8;
}
.mont {
font-family: 'Montserrat',sans-serif;
font-weight: 400;
}
a { text-decoration: none; }
a:hover {
 opacity: 0.7;
 -moz-opacity: 0.7;
 -webkit-opacity: 0.7;
 filter:alpha(opacity=60);
}
a[href^="tel:"] { cursor: default; }
.text_deco_ul {
 text-decoration: underline;
}
img {
 border: none;
 max-width: 100%;
 height: auto;
 width: auto;
 vertical-align: bottom;
}
p {
line-height: 1.5;
letter-spacing: 0.02em;
}
.clearfix:after {
 content: '';
 display: block;
 clear: both;
 height: 0;
}
.mg-lra {
margin-left: auto;
margin-right: auto;
}
.pos_r {
position: relative;
}
.disp_n {
display: none;
}
.disp_i {
display: inline;
}
.disp_ib {
display: inline-block;
}
.disp_b {
display: block;
}
.line_hi {
line-height: inherit;
}
.line_h1 {
line-height: 1.4;
}
.text_c {
text-align: center;
}
.text_l {
text-align: left;
}
.text_r {
text-align: right;
}
.float_l {
 float: left;
}
.float_r {
float: right;
}
.ovf_h {
overflow: hidden;
}
.v_mid {
vertical-align: middle;
}
.font_m {
font-weight: 500;
}
.font_sb {
font-weight: 600;
}
.font_b {
font-weight: bold;
}
.fs {
font-size: 14px;
}
.fs-p1 {
font-size: 125%;
}
.fs-p2 {
font-size: 175%;
}
.fs-p3 {
font-size: 200%;
}
.fs-p4 {
font-size: 150%;
}
.col_n {
color: #153076;
}
.col_n2 {
color: #325BE3;
}
.col_b {
color: #78828D;
}
.bgc {
background-color: #fafafa;
}
.w100p {
width: 100%;
}
.mxn {
max-width: none;
}
.mw-1 {
max-width: 1440px;
}
.mw1240 {
max-width: 1240px;
}
.mw1000 {
max-width: 1000px;
}
.mg-t1 {
margin-top: 80px;
}
.mg-t2 {
margin-top: 100px;
}
.mg-t3 {
margin-top: 20px;
}
.mg-t4 {
margin-top: 40px;
}
.mg-t5 {
margin-top: 10px;
}
.pd-t1 {
padding-top: 80px;
}
.pd-b1 {
padding-bottom: 80px;
}
.pd-l1 {
padding-left: 20px;
}
.pd-r1 {
padding-right: 20px;
}
.pd-lr {
padding-left: 15px;
padding-right: 15px;
}
.dbox {
padding: 85px 15px;
}
.fa {
opacity: 0;
visibility: hidden;
transform: translateY(30px);
transition: transform 0.8s ease-in-out, opacity 1s ease-in-out;
}
.fa.on {
opacity: 1;
visibility:visible;
transform: translateY(0px);
}

#container {
max-width: 1920px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
position: relative;
}
#to_top {
position: fixed;
width: 50px;
height: 50px;
bottom: 20px;
right: 20px;
z-index: 10000;
visibility: hidden;
background-color: #153076;
border-radius: 50%;
padding: 10px 14px;
}
#to_top_bt {
position: absolute;
width: 16px;
height: 160px;
bottom: 20px;
right: 30px;
}
#top-head {
position: absolute;
width: 100%;
z-index: 100;
}
#top-head .inner {
padding: 10px 15px;
height: 100px;
position: relative;
}
#top-head .logo {
line-height: 100px;
width: 36%;
max-width: 430px;
display: block;
float: left;
margin-left: 7%;
font-size: 0;
}
#top-head .logo .t {
display: none;
}
.top #top-head .logo {
max-width: 500px;
}
.top #top-head .logo .t {
display: inline;
}
.top #top-head .logo .p {
display: none;
}
.top #top-head .logo img {
margin-top: 18px;
}
#global-nav {
float: right;
}
#global-nav ul {
list-style: none;
margin-top: 30px;
margin-right: 30px;
}
#global-nav li {
float: left;
margin-left: 30px;
line-height: 40px;
}
#global-nav li:first-child {
margin-left: 0;
}
#global-nav li a {
color: #fff;
font-size: 16px;
font-weight: bold;
display: inline-block;
line-height: 1;
}
#global-nav li a.r {
width: 145px;
padding: 8px 20px;
border-radius: 20px;
border: solid 1px #fff;
text-align: center;
}
#global-nav li a.r:hover {
background-color: #fff;
color: #325BE3;
}
#global-nav li a.n:after {
content: '';
display: block;
width: 0;
height: 1px;
margin-top: 5px;
background-color: #fff;
transition: 0.2s linear;
}
#global-nav li a:hover {
opacity: 1;
}
#global-nav li a.n:hover:after {
width: 100%;
}
#footer {
background: url(images/footer_bg.png) center center no-repeat;
padding: 40px 40px 15px;
background-size: cover;
}

#footer .footer_logo {
display: block;
max-width:160px;
width: 30%;
margin: 0 auto 10px;
}
#footer .info {
color: #fff;
}
#footer .info p {
margin-top: 10px;
}
#footer .menu {
padding-top: 40px;
max-width: 680px;
}
#footer .menu ul {
list-style: none;
}
#footer li {
float: left;
padding: 5px 30px;
border-left: solid 1px #fff;
}
#footer li:first-child {
border-left: none;
}
#footer li a {
font-size: 16px;
font-weight: bold;
color: #fff;
}
#footer .copyright {
margin-top: 30px;
font-size: 10px;
color: #fff;
}
#top-movie {
font-size: 0;
}
#top-movie .mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
#top-movie > img {
max-width: none;
width: 100%;
}
#top-movie > video {
width: 100%;
max-width: 100%;
}
.vm {
display: block;
width: 240px;
height: 50px;
line-height: 50px;
font-family: 'Montserrat',sans-serif;
font-size: 14px;
font-weight: bold;
position: relative;
margin-top: 30px;
padding-left: 40px;
color: #153076;
border: solid 1px #153076;
}
.vm.w {
color:#fff;
border: solid 1px #fff;
}
.vm:after {
position: absolute;
content: '';
display: block;
width: 36px;
height: 23px;
right: 20px;
top: 50%;
margin-top: -10px;
background-image: url(images/arrow_n_w.png);
background-position: right center;
background-repeat: no-repeat;
transition: 0.2s linear;
}
.vm.w:after {
background-image: url(images/arrow_w_n.png);
}
.vm:hover {
background-position: right center;
background-color: #153076;
color: #fff;
opacity: 1;
}
.vm.w:hover {
background-color: #fff;
color: #153076;
}
.vm:hover:after {
background-position: left center;
}
.top-1 {
background: url(images/top_bg1.png) center center no-repeat;
background-size: cover;
}
.top-title .i {
max-width: 367px;
}
.top-title span {
display: block;
font-size: 150%;
font-weight: bold;
color: #78828D;
margin-top: 20px;
}
.top-1 {
margin-bottom: 12%;
}
.top-1 .content {
max-width: 340px;
color: #fff;
position: relative;
z-index: 2;
}
.top-1 .img {
width: 100%;
position: relative;
}
.top-1 .img.l {
padding-right: 360px;
left: 0;
}
.top-1 .img.r {
padding-left: 360px;
right: 0;
}
.top-1 .img > div {
max-width: 860px;
margin-bottom: -20%;
}
.top-1 .top-title {
width: 367px;
}
.top-1 .top-title span {
color: #fff;
opacity: 0.8;
}
.logo-1 {
width: 32.4%;
max-width: 369px;
position: relative;
z-index: 2;
}
.scroll-text {
position: absolute;
width: 1640px;
height: 87px;
top: 0;
bottom: 0;
left: 50%;
margin: auto;
margin-left: -820px;
visibility: hidden;
}
.scroll-text .slick-list {
overflow: visible;
}
#top-recruit_bg .imgs {
margin-bottom: 10%;
z-index: 2;
}
#top-recruit_bg .imgs > div {
width: 138.5%;
margin-left: -19.25%
}
#top-recruit_bg .imgs > div > div {
width: 33.33%;
padding: 0 2%;
float: left;
}
#top-recruit_bg .bg {
width: 100%;
height: 80%;
position: absolute;
left: 0;
bottom: 0;
background: url(images/top-recruit_bg.png) center center no-repeat;
background-size: cover;
}
#top-recruit {
max-width: 810px;
margin-top: -24%;
background-color: #FAFAFA;
border-radius: 20px;
padding: 40px;
z-index: 3;
}
#top-recruit > div {
max-width: 650px;
}
.fu {
display: block;
margin: 40px auto 0;
max-width: 400px;
width: 80%;
height: 90px;
border: solid 1px #325BE3;
background-color: #325BE3;
background-image: url(images/fu.png);
background-position: center center;
background-repeat: no-repeat;
}
.fu:hover {
background-color: transparent;
background-image: url(images/fu_on.png);
opacity: 1;
}
.address {
position: absolute;
top: 0;
right: 0;
max-width: 385px;
}
.address .title {
width: 100px;
padding-left: 20px;
background: url(images/dot.png) 4px center no-repeat;
}
.gmap {
display: block;
width: 175px;
margin-bottom: 20px;
}
.gmap:after {
content: '';
position: absolute;
bottom: -3px;
left: 20px;
width: 0;
height: 1px;
background-color: #153076;
transition: 0.2s linear;
}
.gmap:hover:after {
width: 155px;
}
#map {
margin-top: 50px;
}
#map iframe {
width: 100%;
height: 350px;
vertical-align: bottom;
}

/* page */
.page-title {
font-size: 112.5%;
font-weight: bold;
color: #153076;
margin-bottom: 30px;
}
.page-title .en {
font-family: 'Montserrat',sans-serif;
font-size: 267%;
margin-right: 20px;
}
.about-1 .left {
width: 53%;
max-width: 530px;
z-index: 2;
}
.about-1 .right {
padding-left: 63.1%;
}
.about-1 .right > div {
z-index: 2;
}
.about-2 {
margin-top: 30px;
}
.about-2 .left {
width: 300px;
}
.president {
width: 226px;
}
.tbl-1 {
width: 100%;
margin-top: 40px;
table-layout: fixed;
}
.tbl-1 .r {
background-color: #CDDDFD;
border-radius: 10px;
padding: 30px 15px;
width: 48%;
vertical-align: top;
}
.tbl-1 .r > div {
max-width: 420px;
}
.rnum {
width: 60px;
height: 20px;
line-height: 18px;
border: solid 1px #153076;
border-radius: 20px;
font-size: 14px;
text-align: center;
margin-bottom: 5px;
}
.tbl-2 {
width: 100%;
border-collapse: collapse;
border-top: solid 2px #CDD6DD;
border-bottom: solid 2px #CDD6DD;
}
.tbl-2 tr {
border-top: solid 1px #CDD6DD;
}
.tbl-2 tr:first-child {
border-top: none;
}
.tbl-2 th {
padding: 20px;
color: #78828D;
width: 170px;
text-align: left;
line-height: 1.5;
}
.tbl-2 td {
padding: 20px 0;
line-height: 1.5;
}

.works-1 .left {
width: 40%;
}
.works-1 .right {
width: 56%;
max-width: 560px;
}
p.list {
padding-left: 20px;
background: url(images/dot.png) 4px 8px no-repeat;
margin-top: 5px;
}
.works-2 .left {
max-width: 280px;
margin-right: 40px;
}
.works-3 {
margin-left: -15px;
margin-right: -15px;
font-size: 0;
letter-spacing: 0;
}
.works-3 > div {
font-size: 16px;
letter-spacing: 0.02em;
display: inline-block;
vertical-align: top;
width: 257px;
padding-left: 15px;
padding-right: 15px;
text-align: left;
}
.works-3 > div > div {
margin-bottom: 40px;
}
.staff {
margin-left:-20px;
margin-right: -20px;
}
.staff > div {
width: 33.33%;
margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
float: left;
}
.staff img {
border-radius: 10px;
}
.rbox {
width: 80px;
height: 30px;
line-height: 30px;
border-radius: 20px;
background-color: #153076;
color: #fff;
font-size: 14px;
text-align: center;
margin-top: 10px;
}
.rbox.bg {
background-color: #325BE3;
}
.rcomm {
font-size: 237.5%;
letter-spacing: 0.01em;
}
.recruit-2 {
margin-left: -15px;
margin-right: -15px;
font-size: 0;
letter-spacing: 0;
text-align: center;
}
.recruit-2 > div {
display: inline-block;
padding-left: 15px;
padding-right: 15px;
width: 343px;
vertical-align: top;
font-size: 16px;
text-align: left;
}
.recruit-2 > div > div {
margin-bottom: 40px;
border-radius: 10px;
padding: 30px;
background-color: #CDDDFD;
}
.rec_tbl {
width: 100%;
border-collapse: collapse;
}
.rec_tbl td {
border-bottom: solid 1px #CDD6DD;
padding: 20px 0px;
padding-left: 15px;
font-weight: 400;
line-height: 1.5;
vertical-align: top;
position: relative;
}
.rec_tbl.btn tr:first-child td {
border-top: solid 1px #CDD6DD;
}
.rec_tbl td:first-child {
width: 240px;
color: #78828D;
font-weight: bold;
}
.rec_tbl ul {
margin-left: 20px;
}
.rec_tbl p,
.rec_tbl li {
line-height: 1.5;
}
.rec_tbl.btn a {
display: block;
width: 35px;
height: 100%;
position: absolute;
top: 0;
right: 0;
background: url(images/ud-arrow.png) center center no-repeat;
transition: 0.5s linear;
}
.rec_tbl.btn a.open {
transform: rotate(180deg);
}
.desc {
height: 0;
overflow: hidden;
}
.rec_rbox {
border-radius: 20px;
padding: 12% 4%;
background-color: #CDDDFD;
}
.rec_rbox .content {
width: 80%;
position: relative;
z-index: 2;
}
.rec_rbox .content > div {
max-width: 550px;
}
.rec_rbox .bg {
position: absolute;
width: 100%;
left: 0;
bottom: 20px;
}
.rec_rbox .logo {
position: relative;
width: 15.4%;
margin-left: auto;
margin-right: 4%;
z-index: 2;
}
.rec_rbox .text {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
height: 29%;
}
.hissu {
display: inline-block;
margin-left: 10px;
padding: 5px 10px;
border-radius: 5px;
background-color: #006EA9;
color: #fff;
font-weight: bold;
font-size: 12px;
}
.wpcf7-form .form_title {
font-weight: bold;
margin-top: 30px;
}
.wpcf7-form .item_row {
/* margin-top: 10px; */
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
border: solid 1px #CDD6DD;
padding: 10px;
font-size: 16px;
width: 99%;
margin-top: 10px;
margin-bottom: 5px;
}
.wpcf7-form input[type=radio] {
width: 30px;
height: 30px;
margin-right: 5px;
vertical-align: middle;
}
.wpcf7-form input[type=checkbox] {
width: 24px;
height: 24px;
margin-right: 5px;
vertical-align: middle;
}
.wpcf7-list-item {
margin: 10px 0 0 1em;
}
.wpcf7-list-item-label {
font-size: 16px;
}
.privacy {
height: 160px;
background-color: #fff;
padding: 30px 20px;
overflow: auto;
margin: 25px auto;
font-size: 14px!important;
font-weight: 400;
}
.wpcf7-form input[type=submit] {
font-size: 20px;
font-weight: bold;
font-family: 'Noto Sans JP', sans-serif;
color: #fff;
padding: 30px;
border: none;
border-radius: 10px;
display: block;
margin: 30px auto 0;
max-width: 280px;
width: 100%;
background-color: #325BE3;
cursor: pointer;
transition: 0.3s ease-in-out;
}
.wpcf7-form input[type=submit]:hover {
background-color: #fff;
color: #006EA9;
}

.date {
font-size: 16px;
display: block;
margin-bottom: 10px;
}
ul.news {
list-style: none;
}
ul.news li {
border-bottom: solid 1px #CDD6DD;
}
ul.news li a {
display: block;
padding: 15px 90px 15px 0;
height: 85px;
position: relative;
color: inherit;
}
ul.news li a:before {
content: '';
position: absolute;
width: 80px;
height: 30px;
right: 0;
top: 50%;
margin-top: -15px;
border-radius: 20px;
background-color: #CDDDFD;
transition: 0.2s linear;
}
ul.news li a:after {
content: '';
position: absolute;
width: 36px;
height: 23px;
right: 22px;
top: 50%;
margin-top: -12px;
background-image: url(images/arrow_n_w.png);
background-position: right center;
background-repeat: no-repeat;
transition: 0.2s linear;
}
ul.news li a:hover {
opacity: 1;
}
ul.news li a:hover .date,
ul.news li a:hover .title {
opacity: 0.7;
}

ul.news li a:hover:before {
background-color: #153076;
}
ul.news li a:hover:after {
background-position: left center;
}

ul.news li.no_news a:after {
background: none;
}
ul.news li .title {
height: 30px;
overflow: hidden;
}
.post .date {
display: block;
font-weight: 500;
margin-bottom: 20px;
}
.post .entry-title {
font-size: 150%;
font-weight: bold;
margin-bottom: 20px;
}
.post .entry-content {
margin-top: 15px;
}
.wp-pagenavi, .postlinks {
margin-top: 40px;
text-align: center;
font-size: 18px;
font-weight: bold;
}
.wp-pagenavi span,
.wp-pagenavi a,
.postlinks a {
font-size: 18px;
border: none;
color: #78828D;
text-align: center;
display: inline-block;
padding: 4px;
margin: 0 10px;
opacity: 1;
filter: alpha(opacity=100);
}
.wp-pagenavi span,
.wp-pagenavi a {
font-size: 20px;
font-family: 'Montserrat',sans-serif;
}

.wp-pagenavi span.current {
color: #153076;
border: none;
border-bottom: solid 2px #153076;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.postlinks .prev,
.postlinks .next {
width: 50px;
height: 50px;
border: solid 2px #CDD6DD;
border-radius: 10px;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
}
.wp-pagenavi a.previouspostslink, .postlinks .prev {
background-image: url(images/icon-arrow-l-a.png);
}
.wp-pagenavi a.nextpostslink, .postlinks .next {
background-image: url(images/icon-arrow-r-a.png);
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.postlinks .prev:hover,
.postlinks .next:hover {
background-color: #fff;
border-color: #153076;
}
.wp-pagenavi a.previouspostslink:hover, .postlinks .prev:hover {
/*background-image: url(images/icon-arrow-l-a_b.png);*/
}
.wp-pagenavi a.nextpostslink:hover, .postlinks .next:hover {
/*background-image: url(images/icon-arrow-r-a_b.png);*/
}
.postlinks {
max-width: 440px;
}
.postlinks a {
padding: 0;
margin: 0;
line-height: 50px;
}
.postlinks a .text {
display: inline-block;
position: relative;
}
.postlinks a .text:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;
display: block;
width: 0;
height: 1px;
background-color: #153076;
transition: 0.2s linear;
}
.postlinks a:hover .text:after {
width: 100%;
}

.postlinks .list {
display: inline-block;
max-height: 100%;
}
.postlinks .list a {
display: inline-block;
vertical-align: middle;
text-align: center;
margin-left: 10px;
margin-right: 10px;
}
.wp-pagenavi a:hover {
color: #153076;
border-bottom: solid 2px #153076;
}
.postlinks a:hover {
color: #153076;
/*text-decoration: underline;*/
}
.postlinks .prev {
margin-right: 10px;
}
.postlinks .next {
margin-left: 10px;
}

@media screen and (max-width: 1280px){
#top-head .logo {
width: 25%;
}
.top #top-head .logo .t {
display: none;
}
.top #top-head .logo {
max-width: 430px;
}
.top #top-head .logo img {
margin-top: auto;
}
.top #top-head .logo .p {
display: inline;
}
}
@media screen and (max-width: 999px){
body.open {
 overflow: hidden;
}
#top-head {
position:absolute;
margin-top: 100px;
top: -100px!important;
padding-right: 0;
padding-left: 0;
background-color: transparent;
width: 100%;
z-index: 100;
}
#top-head .inner {
position: static;
height: 60px;
padding-top: 5px;
padding-bottom: 5px;
}
#top-head .inner:before {
content: '';
position: absolute;
z-index: 102;
top: 0;
left: 0;
width: 100%;
height: 60px;
}
#top-head .bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 103;
}
#top-head.fixed {
position: fixed;
margin-top: 0;
top: 0!important;
-webkit-transition: top 0.65s ease-in-out;
-moz-transition: top 0.65s ease-in-out;
transition: top 0.65s ease-in-out;
}
#top-head.fixed .bg {
background-color: #153076;
opacity: 0.6;
height: 60px;
}
#top-head .logo {
position: relative;
line-height: 50px;
width: auto;
max-width: 240px;
margin-right: 50px;
margin-left: auto;
z-index: 104;
}
#top-head .logo img {
max-height: 50px;
}

#top-head.open {
height: 100%;
}
#top-head.open .mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.6);
}
#mobile-nav {
display: block;
}
#nav-toggle {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 104;
  padding: 3px 15px;
/*  background-color: #000;*/
}
#nav-toggle div {
  position: relative;
  margin-top: 10px;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
#global-nav {
width: 100%;
max-height: 100%;
overflow: auto;
max-width: none;
float: none;
clear:both;
font-size: 0;
top: -2000px;
margin-top: -60px;
padding-top: 60px;
position: absolute;
left: 0;
z-index: 101;
background-color: #F8F8F8;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
#global-nav ul {
margin: auto auto;
}
#global-nav ul li {
float: none;
display: block;
padding: 0px;
width: auto!important;
margin-left: auto!important;
border-top: solid 1px #153076;
}
#global-nav ul li:first-child {
border-top: none;
}
#global-nav > ul > li a {
padding: 22px 15px!important;
display: block;
line-height: 1;
font-size: 16px;
color: #153076!important;
position: relative;
}
#global-nav > ul > li a:after {
content: '';
background: url(images/menu-arrow.png) center center no-repeat;
position: absolute;
width: 6px!important;
height: 10px!important;
top: 50%;
right: 20px;
left: auto;
visibility: visible;
opacity: 1;
background-color: transparent!important;
margin-top: -5px!important;
}
#global-nav > ul > li a.r {
border: none;
text-align: left;
width: auto;
}
#global-nav > ul > li a.r:hover {
background-color: transparent;
}

/* #nav-toggle */
.open #nav-toggle span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
width: 0;
left: 50%;
}
.open #nav-toggle span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-315deg);
-moz-transform: rotate(-315deg);
transform: rotate(-315deg);
}
/* #global-nav */
.open #global-nav {
/* #global-nav top + #mobile-head height */
-moz-transform: translateY(2060px);
-webkit-transform: translateY(2060px);
transform: translateY(2060px);
}
.open #top-head .inner:before {
background-color: #153076;
opacity: 0.6;
}
#footer .menu {
display: none;
}
.scroll-text {
width: 140%;
height: 19%;
left: 0;
margin-left: -20%;
}
}
@media screen and (max-width: 767px){
.mg-t1 {
margin-top: 60px;
}
.mg-t2 {
margin-top: 80px;
}
.top-1 {
margin-bottom: 80px;
}
.top-1 .content {
float: none;
max-width: none;
}
.top-1 .img.r {
padding-left: 0px;
margin-top: 40px;
}
.top-1 .img.l {
padding-right: 0;
margin-top: 40px;
}
.top-1 .img > div {
margin-bottom: -110px;
}
.address {
position: relative;
margin: 40px auto 0;
}
.about-1 .left {
width: 65%;
margin-bottom: 20px;
}
.about-1 .right {
float: right;
padding-left: 70%;
}
.staff {
margin-left:-10px;
margin-right: -10px;
}
.staff > div {
max-width: 326px;
padding-left: 10px;
padding-right: 10px;
}
}
@media screen and (max-width: 639px) {
html,.works-3 > div,.recruit-2 > div {
font-size: 14px;
}
.top-title .i {
max-width: 220px;
}
#top-recruit {
padding-left: 20px;
padding-right: 20px;
}
.vm {
width: 220px;
padding-left: 20px;
margin-left: auto;
margin-right: auto;
}
.vm:after {
right: 15px;
}
.page-title {
font-size: 100%;
}
.page-title .en {
font-size: 170%;
margin-right: 10px;
}
ul.news li a {
padding-right: 70px;
}
ul.news li a:before {
width: 56px;
}
ul.news li a:after {
right: 10px;
}
.tbl-2 th {
width: 100px;
padding-left: 10px;
padding-right: 10px;
}
.about-2 .left {
width: auto;
float: none;
margin-bottom: 10px;
}
.works-1 > div {
float: none;
width: auto!important;
}
.works-1 .right {
margin-top: 30px;
}
.works-2 .left {
float: none;
margin-right: auto;
margin-bottom: 20px;
}
.works-2 .ovf_h {
max-width: 280px;
margin-left: auto;
margin-right: auto;
}
.list {
background-position: 4px 7px;
}
.staff > div {
width: auto;
float: none;
}
.rcomm {
font-size: 185%;
}
.rec_tbl td:first-child {
padding-left: 10px;
width: 110px;
}
.rec_rbox {
padding: 40px 20px 160px;
}
.rec_rbox .content {
width: auto;
}
.rec_rbox .content > div {
float: none;
}
.rec_rbox .logo {
width: 24%;
}
.wp-pagenavi span,
.wp-pagenavi a {
font-size: 16px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.postlinks .prev,
.postlinks .next {
width: 40px;
height: 40px;
background-size: 12px 12px;
}
.postlinks a {
line-height: 40px;
font-size: 15px;
}
}

@media screen and (max-width: 479px) {
.dbox {
padding-top: 60px;
padding-bottom: 60px;
}
#top-head .inner,
#top-head .inner:before,
#top-head.fixed .bg {
height: 50px;
}
#top-head .logo {
line-height: 40px;
}
#top-head .logo img {
max-height: 40px;
}
#nav-toggle {
top: 0;
}
.open #global-nav {
    -moz-transform: translateY(2050px);
    -webkit-transform: translateY(2050px);
    transform: translateY(2050px);
}
.topimage > div {
width: 110%;
margin-left: -5%;
}
.fu {
height: 70px;
}
ul.news li {
height: auto;
}
.date {
display: block;
margin-bottom: 10px;
}
.tbl-1,
.tbl-1 tr,
.tbl-1 tbody,
.tbl-1 td {
display: block;
width: auto!important;
}
.tbl-1,
.tbl-1 td {
margin-top: 30px;
}
.recruit-2 > div {
width: auto;
display: block;
max-width: 343px;
}
}

