  @charset "utf-8";
/****

        PCサイト用

****/
@media screen and (min-width: 980px) {


/****/
/* elements  */
/****/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    font-family: "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}
.en {
    font-family: "Trebuchet MS",
        "Arial",
        sans-serif;
}
* html body {
    font-size: 62.5%;
    line-height: 1.6;
}
*:first-child+html body {
    font-size: 62.5%;
    line-height: 1.6;
}
p {
    font-size: 1.6rem;
    text-align: justify;
}
dt {
    font-size: 1.6rem;
}
dd {
    font-size: 1.6rem;
}
strong, th {
    font-weight: 600;
}
ul, ol {
}
li {
    font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    font-size: 1.6rem;
    padding: 9px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #aaaaaa;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a {
    color: #005bac;
    text-decoration:none;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:visited {
    color: #204862;
    text-decoration:none;
}
a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
a:active {
}
a[href^="tel:"] {
    pointer-events: none;
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
}
#main a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
}
.none {
    display: none !important;
}
.sp,
.tb {
    display: none !important;
}
.pc {
    display: inline-block !important;
}
.justifyleft {
    text-align: left !important;
}
.justifyright {
    text-align: right !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}


/****/
/* base  */
/****/
#top {
}
#wrapper {
}
.contents {
    position: relative;
    padding-top: 100px;
}
.contents a:link {
    color: #005bac;
    text-decoration:none;
}
.contents a:visited {
    color: #204862;
}
.contents a:hover {
    text-decoration: underline;
}
#main {
    display: block;
    position: relative;
    min-width: 1200px;
    overflow-x: hidden;
}
#main .inbox {
    position: relative;
    width: 1000px;
    margin: auto;
}
#main.sub {
    padding-top: 70px;
}
#main section {
    min-width: 1200px;
}


/****/
/* header  */
/****/
header {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    min-width: 1200px;
    height: 100px;
}
header #gn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    width: 100%;
}
header #logo {
    font-size: 1.3rem;
    line-height: 1;
    flex-shrink: 0;
    flex-grow: 1;
    text-align: center;
    max-width: 480px;
    min-width: 420px;
}
header #gn_contact {
    order: 2;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    display: table;
    max-width: 150px;
    width: 110px;
    height: 100px;
    flex-grow: 1;
}
header #gn_contact a {
    background: #005bac;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
}
header #gn_contact a span {
    display: block;
    margin-top: 4px;
}
header #gn_mynavi {
    order: 1;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    display: table;
    max-width: 150px;
    width: 110px;
    height: 100px;
    flex-grow: 1;
}
header #gn_mynavi a {
    background: #e60012;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
}
header #gn_mynavi a span {
    display: block;
    margin-top: 4px;
}
header #smp_open_menu {
    display: none;
}
header #gn_main {
    flex-grow: 1;
}
header #gn_main nav {
    margin: 0;
    padding: 0;
    margin-left: auto;
}
header #gn_main ul.gn_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
}
header #gn_main ul.gn_menu > li {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
    display: table;
    height: 100px;
}
header #gn_main ul.gn_menu > li > a {
    color: #333333;
    display: block;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 0 22px;
}
header #gn_main ul.gn_menu > li > a::after,
header #gn_main ul.gn_menu > li > a::after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 22px;
    background: #005bac;
    width: 0;
    transition: 0.3s;
}
header #gn_main ul.gn_menu > li.active > a::after {
    width: calc(100% - 44px);
}
.business header #gn_main ul.gn_menu > li:nth-of-type(1) > a::after,
.service header #gn_main ul.gn_menu > li:nth-of-type(2) > a::after,
.company header #gn_main ul.gn_menu > li:nth-of-type(3) > a::after,
.recruit header #gn_main ul.gn_menu > li:nth-of-type(4) > a::after {
    width: calc(100% - 44px);
}
header #gn_main ul.gn_menu li.pd div.pd_menu {
    background: #002d65;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: Alpha(opacity=0);
    opacity: 0;
    height: 0;
    overflow: hidden;
}
header #gn_main ul.gn_menu li.active div.pd_menu {
    filter: Alpha(opacity=100);
    opacity: 1;
    height: auto;
}
header #gn_main ul.gn_menu div.pd_menu > dl {
    width: 1000px;
    margin: auto;
    padding: 30px 0;
    display: flex;
}
header #gn_main ul.gn_menu div.pd_menu > dl > dt {
    width: 300px;
    margin-right: 40px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
}
header #gn_main ul.gn_menu div.pd_menu > dl > dt a {
    display: block;
    background: #ffffff;
    color: #004b8e;
}
header #gn_main ul.gn_menu div.pd_menu > dl > dt a span {
    display: block;
    padding: 10px 0 8px;
    position: relative;
}
header #gn_main ul.gn_menu div.pd_menu > dl > dt a span::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #004b8e;
    border-top: 1px solid #004b8e;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}
header #gn_main ul.gn_menu div.pd_menu dd a {
    color: #ffffff;
}
header #gn_main ul.gn_menu div.pd_menu dd ul.imgs {
    width: 660px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header #gn_main ul.gn_menu div.pd_menu dd ul.imgs li {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    width: 315px;
}
header #gn_main ul.gn_menu div.pd_menu dd ul.imgs li:nth-of-type(n+3) {
    margin-top: 14px;
}
header #gn_main ul.gn_menu div.pd_menu dd ul.imgs li span {
    display: inline-block;
    padding: 12px 0 12px 6px;
    position: relative;
}
header #gn_main ul.gn_menu div.pd_menu dd ul.imgs li span::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%) rotate(45deg);
}
header #gn_main ul.gn_menu div.pd_menu dd.list {
    display: flex;
    width: 660px;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dl {
    flex-grow: 1;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dl:nth-of-type(n+2) {
    margin-left: 35px;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    padding: 0 8px 4px;
    border-bottom: 2px solid #fff;
    margin-bottom: 14px;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dd {
    padding: 0 8px 4px;
    text-align: left;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dd ul li {
    font-size: 1.4rem;
    line-height: 1.35;
    padding-left: 14px;
    margin-top: 8px;
    text-align: left;
    position: relative;
}
header #gn_main ul.gn_menu div.pd_menu dd.list dd ul li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%) rotate(45deg);
}
header #h_close,
header #h_contact,
header #h_tel {
    display: none !important;
}
/* フローティング */
header.fixed,
header.fixed #gn,
header.fixed #gn_contact,
header.fixed #gn_mynavi,
header.fixed #gn_main ul.gn_menu > li {
    height: 80px;
}
header.fixed {
    background: #ffffff;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    min-width: 1200px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}


/****/
/* footer */
/****/
footer {
    background: #004b8e;
    color: #ffffff;
    position: relative;
    z-index: 1;
    min-width: 1200px;
    padding: 68px 0 0;
    text-align: left;
}
footer a {
    color: #ffffff !important;
}
footer .inbox {
    position: relative;
    width: 1000px;
    margin: auto;
}
footer h2#f_logo {
    height: 20px;
    margin-bottom: 52px;
    text-align: center;
}
footer .f_nav nav {
    display: flex;
}
footer .f_nav .nav1,
footer .f_nav .nav2 {
    flex-grow: 1;
    margin-right: 48px;
}
footer .f_nav .nav3 {
    flex-grow: 1;
}
footer .f_nav .nav1 dl + dl {
    margin-top: 40px;
}
footer .f_nav .nav2 dd {
    display: flex;
}
footer .f_nav .nav2 dd + dt {
    margin-top: 20px;
}
footer .f_nav dt {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
footer .f_nav dt a {
    display: block;
    background: #ffffff;
    color: #004b8e !important;
    padding: 5px 10px 4px;
    position: relative;
}
footer .f_nav dt a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #004b8e;
    border-top: 1px solid #004b8e;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}
footer .f_nav dd dt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    margin: 0 18px 12px;
}
footer .f_nav dd ul {
    margin: 0 18px 12px;
}
footer .f_nav dd ul li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 8px;
}
footer .f_nav ul.other {
    border-top: 1px solid #6693bb;
    padding: 30px 20px 0 10px;
    margin-top: 30px;
}
footer .f_nav ul.other li {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 10px;
}
footer .f_nav ul.other li a {
    display: flex;
    align-items: center;
}
footer .f_nav ul.other li img {
    margin-right: 8px;
}
footer .f_nav ul.sub {
    margin-top: 20px;
    padding: 0 20px 0 10px;
}
footer .f_nav ul.sub li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 8px;
}
footer .copyright {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    padding: 36px 0 24px;
}
footer .copyright small {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: right;
}


/****/
/* clearfix  */
/****/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


}