@charset "utf-8";
html {
font-size: 16px;
}
body {
font-family: 'Noto Sans JP',sans-serif;
font-weight: 500;
color: #2A2A2A;
background-color: #FBFDFE;
letter-spacing: 0.05em;
}
.fo {
font-family: 'Oswald',sans-serif;
}
p {
line-height: 1.75;
}
.ls0 {
letter-spacing: 0;
}
.line_h1 {
line-height: 1.3;
}
.disp_n {
display: none;
}
.pos_r {
position: relative;
}
.ovf_h {
overflow: hidden;
}
.mg-t1 {
margin-top: 10px;
}
.mg-t2 {
margin-top: 20px;
}
.mg-t3 {
margin-top: 30px;
}
.mg-t4 {
margin-top: 40px;
}
.mg-t5 {
margin-top: 50px;
}

.pd-lr {
padding-left: 20px;
padding-right: 20px;
}
.pd-t1 {
padding-top: 100px;
}
.fs-1p {
font-size: 150%;
}
.fs-2p {
font-size: 200%;
}
.font_b {
font-weight: bold;
}
.mw1080 {
max-width: 1080px;
}
.mw880 {
max-width: 880px;
}
.ds {
filter: drop-shadow(0 8px 24px rgba(3,61,141,0.20));
}
.bgc_w {
background-color: #fff;
}
.bgc_sb {
background-color: #F2F9FD;
}
.dbox {
padding: 100px 20px;
}
#main {
max-width: none;
}
#top-head {
height: 100px;
padding: 25px 40px;
background-color :#FBFDFE;
z-index: 100;
}
#top-head .logo {
line-height: 50px;
float: left;
max-width: 245px;
}
#mobile-nav {
display: none;
position: absolute;
width: 60px;
height: 70px;
right: 0px;
top: 0px;
z-index: 102;
}
/* Toggle Button */
#nav-toggle {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 104;
  padding: 10px;
}
#nav-toggle div {
  position: relative;
  height: 100%;
}
#nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #033D8D;
  top: 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: 7px;
}
#nav-toggle span:nth-child(2) {
  top: 13px;
}
#nav-toggle span:nth-child(3) {
  top: 19px;
  width: 80%;
}
#global-nav {
float: right;
width: 555px;
z-index: 101;
}
#global-nav ul {
list-style: none;
}
#global-nav li {
float: left;
line-height: 50px;
margin-left: 25px;
}
#global-nav a.n {
font-size: 16px;
font-weight: bold;
color: inherit;
display: inline-block;
}
#global-nav a.n:after {
content: '';
display: block;
margin-top: 5px;
border:solid 2px #033D8D;
width: 0;
visibility: hidden;
}
#global-nav .contact a {
width: 175px;
}
#global-nav a.n:hover {
color: #033D8D;
opacity: 1;
}
#global-nav a.n:hover:after {
width: 100%;
visibility: visible;
}

.contact_btn {
color: #fff!important;
line-height: 50px;
background-color: #21A844;
display: block;
border-radius: 4px;
text-align: center;
}
.contact_btn:after {
content: '';
display: inline-block;
vertical-align: middle;
width: 31px;
height: 24px;
margin-left: 10px;
background: url(images/contact-icon_w.png) 0 0 no-repeat;
transition: transform 0.2s linear;
}
.btn {
width: 200px;
color: #fff;
line-height: 50px;
font-weight: bold;
text-align: center;
display: block;
background-color: #033D8D;
border-radius: 4px;
}

.btn:after {
content: '';
display: inline-block;
vertical-align: middle;
width: 13px;
height: 13px;
margin-left: 15px;
background: url(images/arrow_w.png) 0 0 no-repeat;
transition: transform 0.2s linear;
}
.contact_btn:hover {
opacity: 1;
background-color: #fff;
color: #21A844!important;
}
.btn:hover {
opacity: 1;
background-color: #fff;
color: #033D8D;
}
.contact_btn:hover:after {
transform: translate(2px, -4px);
background-image: url(images/contact-icon_g.png);
}
.btn:hover:after {
transform: translate(2px, -4px);
background-image: url(images/arrow_n.png);
}


/* #nav-toggle */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
  background-color: #fff;
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
  background-color: #fff;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  width: 100%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
  background-color: #fff;
}

#footer {
background-color: #033D8D;
padding: 50px 20px 15px;
color: #fff;
font-size: 14px;
}
#footer > div {
max-width: 1200px;
}

#footer .wrap {
width: 100%;
float: left;
margin-right: -60px;
}
#footer .main {
margin-right: 60px;
}
#footer .main > div {
width: 100%;
}

#footer .pt {
width: 20px;
bottom: 50px;
right: 0;
position: absolute;
}
#footer .pt img {
margin-top: 10px;
transition: 0.2s linear;
}
#footer .pt a:hover {
opacity: 1;
}
#footer .pt a:hover img {
margin-top: 15px;
}

#footer .left {
width: 40%;
padding-right: 20px;
}
#footer .logo {
display: block;
max-width: 410px;
}
#footer .tel {
display: block;
width: 85%;
max-width: 215px;
margin-top: 20px;
}
#footer .contact_btn {
width: 245px;
font-size: 20px;
}

#footer .menu {
margin-left: 30px;
}
#footer .menu a {
color: #fff;
display: inline-block;
margin-top: 20px;
}
#footer .menu .m {
font-size: 18px;
}
#footer .copyright {
font-size: 10px;
color: #CDE2F4;
opacity: 0.5;
margin-top: 20px;
}
#topmain img {
max-width: none;
width: 100%;
}
#map iframe {
width: 100%;
height: 340px;
}
#scrollbar {
width: 20px;
height: 191px;
position: absolute;
bottom: 0;
right: 5.5%;
}
#scrollbar .bar {
width: 2px;
height: 110px;
background-color: #fff;
margin: 5px auto 0;
}
#scrollbar .bar:before {
content: '';
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #033D8D;
position: absolute;
top: 0;
left: 50%;
margin-left: -4px;
animation: ball 1.5s ease-in-out infinite;
}
@keyframes ball {
0% { top: 0; opacity: 0; }
5% { opacity: 1; }
95% { opacity: 1; }
100% { top: 90%; opacity: 0; }
}

.top-3 {
max-width: 1140px;
padding-left: 30px;
}
.top-title {
margin-left: -30px;
padding-left: 30px;
background: url(images/title-icon.png) left 2px no-repeat;
font-size: 250%;
letter-spacing: 0.2em;
}
.top-title .en {
display: block;
font-size: 50%;
font-weight: 400;
margin-bottom: 10px;
letter-spacing: 0.2em;
}
.top-1 > div {
width: 57%;
max-width: 450px;
padding: 40px 20px;
background-color: #fff;
margin-top: 90px;
margin-bottom: 90px;
}
.top-1 > div > div {
padding-left: 30px;
max-width: 370px;
}

.top-1-1 {
background: url(images/top-works_bg.jpg) center center no-repeat;
background-size: cover;
}
.top-1-2 {
background: url(images/top-about_bg.jpg) center center no-repeat;
background-size: cover;
}
.top-2 {
background: url(images/top-recruit_bg.jpg) center top no-repeat;
background-size: cover;
padding: 100px 20px;
}
.top-2 .left {
width: 63%;
max-width: 672px;
vertical-align: middle;
}
.top-2 .right {
width: 34%;
margin-left: 2.5%;
vertical-align: middle;
padding-left: 30px;
color: #fff;
}

#scroll_text {
position: absolute;
width: 100%;
height: 95px;
top: 5%;
left: 0;
z-index: 2;
}

#newslist {
list-style: none;
margin-top: 50px;
}
#newslist li {
margin-top: 20px;
}
#newslist a {
display: block;
padding: 20px 40px;
background-color: #fff;
color: inherit;
}
#newslist a p {
font-size: 18px;
height: 40px;
line-height: 40px;
overflow: hidden;
padding-right: 50px;
}
#newslist a p:before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 35px;
height: 35px;
border: solid 3px #033D8D;
}

#newslist a p:after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
background: url(images/arrow_n2.png) center center no-repeat;
transition: transform 0.2s linear;
}
#newslist a:hover{
opacity: 1;
}
#newslist a:hover p:before {
background-color: #033D8D;
}
#newslist a:hover p:after {
background-image: url(images/arrow_w2.png);
transform: translate(2px, -4px);
}
.date {
color: #21A844;
margin-right: 20px;
}
.pd-t1 .top-3 {
padding-bottom: 40px;
}
.top-access .addr {
width: 500px;
padding-top: 30px;
}
.top-access .addr .left {
font-weight: bold;
color: #98A6B5;
margin-right: 40px;
padding-bottom: 40px;
}
.top-access .gm {
text-decoration: underline;
color: inherit;
margin-left: 5px;
}
.top-access .gm:after {
content: '';
display: inline-block;
width: 13px;
height: 13px;
margin-left: 7px;
background: url(images/link-icon.png) center center no-repeat;
transition: transform 0.2s linear;
}
.top-access .gm:hover {
opacity: 1;
}
.top-access .gm:hover:after {
transform: translate(2px, -2px);
}
.page-title {
font-size: 250%;
letter-spacing: 0.2em;
font-weight: 500;
}
.about-1 > div,
.about-3 > div,
.works-1 > div {
max-width: 520px;
width: 48.2%;
}
.aomori {
position: absolute;
top: 0;
left: 0;
max-width: 530px;
width: 40%;
}
.about-2 .left {
max-width: 420px;
width: 38.9%;
}
.about-2 .right {
width: 57.4%;
}
.tbl-1 {
border-collapse: collapse;
width: 100%;
}
.tbl-1 th {
color: #7B8288;
padding: 20px 0;
width: 140px;
vertical-align: top;
font-weight: 500;
text-align: left;
line-height: 1.75;
}
.tbl-1 td {
padding: 20px 0;
line-height: 1.75;
}
.tbl-1 tr {
border-bottom: solid 2px #CDE2F4;
}
.tbl-1 tr:first-child {
border-top: solid 2px #CDE2F4;
}
.about-3 h3 {
font-size: 150%;
font-weight: bold;
padding: 4px 0;
padding-left: 15px;
margin-bottom: 20px;
border-left: solid 3px #033D8D;
letter-spacing: 0;
}
.works-1 {
margin-top: 80px;
}
.works-1 > div.img {
max-width: 520px!important;
}
.works-1 h3 {
font-size: 150%;
}
.works-1 h3 .num {
font-size: 133.33%;
color: #033D8D;
display: inline-block;
border-bottom: solid 3px #033D8D;
vertical-align: middle;
padding-bottom: 3px;
margin-right: 15px;
}
.workslist {
margin-left: -20px;
margin-right: -20px;
}
.workslist > div {
float: left;
width: 33.33%;
padding: 0 20px 30px;
}

@media screen and (max-width: 999px) {
.fs-1p {
font-size: 125%;
}
#top-head {
padding-left: 20px;
padding-right: 20px;
}
#global-nav {
width: 505px;
}
#global-nav li {
margin-left: 15px;
}
#footer .left {
width: 36%;
padding-right: 20px;
}
#footer .menu {
margin-left: 10px;
}

.top-title,.page-title {
font-size: 200%;
}
.top-2 .left {
width: 45%;
vertical-align: top;
}
.top-2 .right {
width: 51%;
}
#scroll_text ul li img {
width: 1000px;
}
}

@media screen and (max-width: 800px) {
body.open {
overflow: hidden;
}

#top-head {
position: absolute;
width: 100%;
height: 70px;
margin-top: 100px;
top: -100px;
left: 0;
padding-top: 15px;
padding-bottom: 15px;
}
#top-head.fixed {
position: fixed;
margin-top: 0;
top: 0;
-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.open {
position: fixed;
height: 100%;
background-color: #033D8D;
}
#top-head .logo {
line-height: 40px;
max-width: 190px;
}
#top-head.open .logo .n {
display: none;
}
#top-head.open .logo .w {
display: inline;
}
#mobile-nav {
display: block;
}

#global-nav {
opacity: 0;
position: absolute;
float: none;
width: 100%;
height: 100%;
overflow: auto;
clear:both;
font-size: 0;
top: 0;
left: 0;
padding-top: 70px;
-webkit-transition: opacity .8s ease-in-out;
-moz-transition: opacity .8s ease-in-out;
transition: opacity .8s ease-in-out;
}
.open #global-nav {
opacity: 1;
}
#global-nav ul {
margin: 50px auto 0;
}
#global-nav li {
display: block;
float: none;
margin-left: auto;
line-height: 1;
padding: 10px 0;
}
#global-nav a {
font-size: 18px;
color: #fff!important;
height: 50px;
line-height: 50px;
display: block!important;
text-align: center;
}
#global-nav .contact a {
width: auto;
background-color: #fff;
color: #033D8D!important;
max-width: 245px;
margin-left: auto;
margin-right: auto;
}
.contact_btn:after {
background-image: url(images/contact-icon_n.png)!important;
}
#global-nav a.n:after {
display: none;
}
#footer .left {
width: auto;
}
#footer .right {
display: none;
}
#topmain {
margin-top: 70px;
}
.about-1 > div,
.about-2 .left {
float: none;
width: auto;
}
.about-1 > div.float_l,
.about-2 .right {
float: none;
width: auto;
max-width: none;
margin-top: 30px;
}
}

@media screen and (max-width: 639px) {
html {
font-size: 14px;
}
.dbox,.top-3 {
padding-top: 60px;
padding-bottom: 60px;
}
.fs-1p {
font-size: 100%;
}
#scrollbar {
display: none;
}
.top-1 {
margin-bottom: 15%;
}
.top-1 > div {
width: 57%;
padding: 10px;
margin-top: 25%;
margin-bottom: -10%;
}
.top-1 > div .mg-t3,
.top-2 .right .mg-t3 {
margin-top: 15px;
}
.top-1 > div > div,
.top-2 .right,
.top-3 {
padding-left: 15px;
}
.top-title {
margin-left: -15px;
padding-left: 15px;
font-size: 121.4%;
background-position: left top;
background-size: 9px 8px;
}
.top-title .en {
margin-bottom: 5px;
}

.btn {
font-size: 75%;
width: 100px;
line-height: 30px;
}
.btn:after {
width: 7px;
height: 7px;
margin-left: 10px;
background-size: 7px 7px;
}
#scroll_text ul li img {
width: 640px;
}
#newslist {
margin-top: 40px;
}
#newslist a {
padding: 10px;
}
#newslist a p {
font-size: 14px;
padding-right: 40px;
}
#newslist a p:before {
width: 25px;
height: 25px;
top: 50%;
margin-top: -15px;
}
#newslist a p:after {
width: 30px;
height: 30px;
top: 50%;
margin-top: -15px;
background-size: 12px 12px;
}
.date {
margin-right: 10px;
}
.pd-t1 {
padding-top: 60px;
}
.pd-t1 .top-3 {
padding-top: 0px;
padding-bottom: 20px;
}
.top-access .top-title {
float: none;
}
.top-access .addr {
width: auto;
padding-top: 20px;
float: none;
}
.top-access .addr .left {
padding-bottom: 30px;
}
.page-title {
font-size: 180%;
}
.tbl-1 th {
width: 90px;
}
.about-3 h3 {
font-size: 135%;
padding-left: 10px;
margin-bottom: 10px;
}
}
@media screen and (max-width: 480px) {
.top-access .addr .left {
padding-bottom: 5px;
float: none;
}
.about-3 > div {
float: none;
width: auto;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
}
