<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family: 'Josefin Sans', 貂ｸ繧ｴ繧ｷ繝�け, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', 貂ｸ譏取悃, YuMincho, "Hiragino Sans", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
    font-weight: 500;
}

#video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
#video video {
    width: 100%;
    min-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.meshBG {
    width: 100%;
    background: url("../img/base/bg_mesh_re.png");
    background: url("../img/base/bg_mesh_re_15.png");
    position: absolute;
    top: 0px;
    z-index: 0;
    min-height: 1440px;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    z-index: 998;
    padding: 0px;
    margin: 0 auto;
    background: #FFF;
    -webkit-transition: .3s background;
       -moz-transition: .3s background;
        -ms-transition: .3s background;
         -o-transition: .3s background;
            transition: .3s background;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

header#top {
    /*
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
            */
}
header#top.is-animation,
header.is-animation {
    background: #014589;
    background: transparent;
    background: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
header .logo {
    position: absolute;
    top: 16px;
    left: 100px;
    left: 80px;
    width: 280px;
    transition: .2s all;
}
header.is-animation .logo {
    top: 16px;
    width: 280px;
}
header .logo img {
    width: 100%;
}
header .logo img.logoC {
    display: block;
}
header .logo img.logoW {
    display: none;
}
/*
header#top .logo img.logoC {
    display: none;
}
header#top .logo img.logoW {
    display: block;
}
header#top.is-animation .logo img.logoC {
    display: block;
}
header#top.is-animation .logo img.logoW {
    display: none;
}
*/
header .gMenu {
    position: relative;
    position: absolute;
    top: 20px;
    right: 200px;
    right: 120px;
    right: 80px;
    right: 0px;
    height: 60px;
    margin: 0 auto;
    float: right;
}
header#top.is-animation .gMenu {
    border-bottom: none;
}
header .gMenu li {
    height: 50px;
    float: left;
    text-align: center;
}
header .gMenu li a {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    height: 48px;
    padding: 0px 30px;
}
header .gMenu li a:hover {
    color: #333;
    text-decoration: none;
}
/*
header#top .gMenu li a {
    color: #FFF;
}
header#top.is-animation .gMenu li a {
    color: #333;
}
*/
header .gMenu li a img {
    position: relative;
    top: 0px;
    width: 100%;
    vertical-align: unset;
}
header .gMenu ul {
    display: block;
    background: #FFF;
}
header .gMenu li {
    position: relative;
}
header .gMenu li li a {
    display: inline-block;
    padding: 5px 20px;
    width: 140px;
    line-height: 48px;
    text-align: left;
}
header .gMenu li.has-child {
    margin-right: 10px;
}
/*==遏｢蜊ｰ縺ｮ險ｭ螳�*/
/*2髫主ｱ､逶ｮ繧呈戟縺､li縺ｮ遏｢蜊ｰ縺ｮ險ｭ螳�*/
header .gMenu li.has-child::before {
    content:'';
    position: absolute;
    top: 18px;
    right: 4px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #888;
    border-right: 2px solid #888;
    transform: rotate(135deg);
}
header .gMenu li.has-child:hover::before {
    border-top: 2px solid #004488;
    border-right: 2px solid #004488;
}

/*荳九�髫主ｱ､繧呈戟縺｣縺ｦ縺�ｋul縺ｮ謖�ｮ�*/
header .gMenu li.has-child ul {
    /*邨ｶ蟇ｾ驟咲ｽｮ縺ｧ菴咲ｽｮ繧呈欠螳�*/
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 4;
    /*蠖｢迥ｶ繧呈欠螳�*/
    background: #004488;
    width: 140px;
    /*縺ｯ縺倥ａ縺ｯ髱櫁｡ｨ遉ｺ*/
    visibility: hidden;
    opacity: 0;
    /*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ險ｭ螳�*/
    transition: all .3s;
}

/*hover縺励◆繧芽｡ｨ遉ｺ*/
header .gMenu li.has-child:hover &gt; ul,
header .gMenu li.has-child ul li:hover &gt; ul,
header .gMenu li.has-child:active &gt; ul,
header .gMenu li.has-child ul li:active &gt; ul {
    visibility: visible;
    opacity: 1;
}

/*繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳa繧ｿ繧ｰ縺ｮ蠖｢迥ｶ*/
header .gMenu li.has-child ul li a {
    color: #004488;
    background: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    border-bottom: solid 1px rgba(206, 50, 46, 0.6);
    border-bottom: solid 1px rgba(1, 69, 137, 1.0);
}

header .gMenu li.has-child ul li:last-child a{
    border-bottom: none;
}

header .gMenu li.has-child ul li a:hover,
header .gMenu li.has-child ul li a:active {
    color: #FFF;
    background: #004488;
}


header .gMenu li.contact {
    position: absolute;
    top: 70px;
    right: 0;
}
header#top .gMenu li.contact a {
    display: none;
    opacity: 0;
    color: #fa0107;
    background: #FFF;
    background: #3995c5;
    padding: 0 44px;
    height: 60px;
    line-height: 58px;
    -webkit-transition: .2s opacity;
       -moz-transition: .2s opacity;
        -ms-transition: .2s opacity;
         -o-transition: .2s opacity;
            transition: .2s opacity;
}
header .gMenu li.contact a,
header#top.is-animation .gMenu li.contact a {
    display: block;
    opacity: 1.0;
    padding: 0;
    width: 400px;
    height: 54px;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 50px;
    background: #348fb4;
}
header .gMenu li.contact a:hover {
    color: #FFF;
    background: rgba(57, 149, 197, 0.8);
    background: #3984b4;
}
header .gMenu li.contact a:hover img {
    opacity: 1.0;
}
header .gMenu li.contact a span {
    font-size: 14px;
    font-weight: 600;
}
header .gMenu li.contact a::after {
    display: none;
    opacity: 0;
}

header#top .gMenu li.contact.is-animation a {
    opacity: 1.0;
    color: #FFF;
    background: #3995c5;
}
header#top .gMenu li.contact.is-animation a:hover {
    background: rgba(57, 149, 197, 0.8);
}



/* float繧ｯ繝ｪ繧｢ */
.gMenu::before,
.gMenu::after {
    content: " ";
    display: table;
}
.gMenu::after {
    clear: both;
}
.gMenu {
    *zoom: 1;
}
.headerInner #ytWidget {
    position: absolute;
    top: 80px;
    right: 15px;
    -webkit-transition: .3s opacity;
       -moz-transition: .3s opacity;
        -ms-transition: .3s opacity;
         -o-transition: .3s opacity;
            transition: .3s opacity;
}
header#top .headerInner #ytWidget {
    right: 0px;
}
header.is-animation .headerInner #ytWidget {
    opacity: 0;
}
#yt-widget .yt-wrapper_align_right {
    display: none;
}

.headerContact {
    position: absolute;
    top: 40px;
    top: 5px;
    top: 10px;
    right: 0px;
    -webkit-transition: .5s all;
       -moz-transition: .5s all;
        -ms-transition: .5s all;
         -o-transition: .5s all;
            transition: .5s all;
}
header.is-animation .headerContact {
	top: 125px;
	top: 10px;
}
.headerContact a {
    color: #005eac;
    color: #0070bd;
    color: #FFF;
    background: #0070bd;
    font-size: 16px;
	font-weight: 600;
    padding: 10px 15px 10px 18px;
    text-decoration: none;
    -webkit-transition: .2s color, .2s background;
       -moz-transition: .2s color, .2s background;
        -ms-transition: .2s color, .2s background;
         -o-transition: .2s color, .2s background;
            transition: .2s color, .2s background;
}
header#top .headerContact a {
}
header#top.is-animation .headerContact a,
header#top .headerContact a:hover {
    color: #FFF;
    background: #005eac;
    background: #0070bd;
}



@media screen and (max-width: 1280px)
{
    /*
    header {
        height: 100px;
    }
    */
    .topPageHeader .logo,
    header .logo {
        left: 20px;
    }
    /*
    .topPageHeader .logo,
    header .logo {
        top: 23px;
    }
    header.is-animation .logo {
        top: 13px;
    }
    .topPageHeader .gMenu li a,
    */
    header .gMenu li a {
        padding: 0px 20px;
    }
    .topPageHeader .gMenu li.btn,
    header .gMenu li.btn {
        margin-left: 10px;
    }
    header .gMenu,
    header#top.is-animation .gMenu,
    .topPageHeader .gMenu {
        right: 20px;
    }
    .topPageHeader .gMenu {
        top: 20px;
    }
    .topPageHeader .gMenu li.btn a,
    header .gMenu li.btn a {
        width: 120px;
    }
    */
}







/*==================================================
縲5-3-3 蟾ｦ縺九ｉ蜿ｳ縺ｫ邱壹′莨ｸ縺ｳ繧具ｼ井ｸ矩Κ��
===================================*/
.gMenu li a{
    /*邱壹�蝓ｺ轤ｹ縺ｨ縺吶ｋ縺溘ａrelative繧呈欠螳�*/
    position: relative;
}

.gMenu li.current a,
.gMenu li a:hover{
    color: #004488;
}

.gMenu li a::after {
    content: '';
    /*邨ｶ蟇ｾ驟咲ｽｮ縺ｧ邱壹�菴咲ｽｮ繧呈ｱｺ繧√ｋ*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*邱壹�蠖｢迥ｶ*/
    width: 80%;
    height: 2px;
    background: #339abe;
    /*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ縺ｮ謖�ｮ�*/
    transition: all .3s;
    transform: scale(0, 1);/*X譁ｹ蜷�0縲〆譁ｹ蜷�1*/
    transform-origin: left top;/*蟾ｦ荳雁渕轤ｹ*/
}
.gMenu li.has-child a::after,
.gMenu li.has-child li a::after {
    display: none;
}

/*迴ｾ蝨ｨ蝨ｰ縺ｨhover縺ｮ險ｭ螳�*/
.gMenu li.current a::after,
.gMenu li a:hover::after {
    transform: scale(1, 1);/*X譁ｹ蜷代↓繧ｹ繧ｱ繝ｼ繝ｫ諡｡螟ｧ*/
}


.lang {
    display: inline-block;
    position: absolute;
    top: 100px;
    right: 100px;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 1px;
    -webkit-transition: .2s opacity;
       -moz-transition: .2s opacity;
        -ms-transition: .2s opacity;
         -o-transition: .2s opacity;
            transition: .2s opacity;
}
.lang,
.lang span,
.lang a {
    color: #FFF;
}
.lang span {
    font-weight: bold;
}




/*=== 9-1-2 荳ｸ縺悟虚縺�※繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧剃ｿ�☆ ====*/

/*繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝繧ｦ繝ｳ蜈ｨ菴薙�蝣ｴ謇*/
.scrolldown2{
    /*謠冗判菴咲ｽｮ窶ｻ菴咲ｽｮ縺ｯ驕ｩ螳懆ｪｿ謨ｴ縺励※縺上□縺輔＞*/
    position: absolute;
    bottom: 0px;
    left: 50%;
}

/*Scroll繝�く繧ｹ繝医�謠丞�*/
.scrolldown2 span{
    /*謠冗判菴咲ｽｮ*/
    position: absolute;
    left:10px;
    bottom:10px;
    /*繝�く繧ｹ繝医�蠖｢迥ｶ*/
    color: #FFF;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    /*邵ｦ譖ｸ縺崎ｨｭ螳�*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 荳ｸ縺ｮ謠丞� */
.scrolldown2::before {
    content: "";
    /*謠冗判菴咲ｽｮ*/
    position: absolute;
    bottom: 0;
    left: -4px;
    /*荳ｸ縺ｮ蠖｢迥ｶ*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFF;
    /*荳ｸ縺ｮ蜍輔″1.6遘偵°縺代※騾城℃縺励∵ｰｸ驕�縺ｫ繝ｫ繝ｼ繝�*/
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}

/*荳九°繧峨�霍晞屬縺悟､牙喧縺励※荳ｸ縺ｮ蜈ｨ菴薙′荳翫°繧我ｸ九↓蜍輔￥*/
@keyframes circlemove{
      0% { bottom: 45px; }
     100% { bottom: -5px; }
 }

/*荳翫°繧我ｸ九↓縺九￠縺ｦ荳ｸ縺碁城℃竊剃ｸ埼乗�竊帝城℃縺吶ｋ*/
@keyframes cirlemovehide{
      0% { opacity: 0 }
     50% { opacity: 1; }
    80% { opacity: 0.9; }
    100% { opacity: 0; }
 }

/* 邱壹�謠丞� */
.scrolldown2::after{
    content:"";
    /*謠冗判菴咲ｽｮ*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*邱壹�蠖｢迥ｶ*/
    width: 2px;
    height: 50px;
    background: #FFF;
}

section {
    padding: 0;
    text-align: left;
    overflow: visible;
    background: transparent;
}
section p {
    font-size: 18px;
    line-height: 2.4;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
}


/*========= 豬√ｌ繧九ユ繧ｭ繧ｹ繝� ===============*/

/*蜈ｨ蜈ｱ騾�*/

.slide-in {
    overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
    display: inline-block;

}

/*蟾ｦ蜿ｳ縺ｮ繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ*/
.leftAnime{
    opacity: 0;/*莠句燕縺ｫ騾城℃0縺ｫ縺励※豸医＠縺ｦ縺翫￥*/
}

.slideAnimeLeftRight {
    animation-name: slideTextX100;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*隕∫ｴ�繧貞ｷｦ縺ｮ譫�螟悶↓遘ｻ蜍�*/
        opacity: 0;
  }

  to {
    transform: translateX(0);/*隕∫ｴ�繧貞�縺ｮ菴咲ｽｮ縺ｫ遘ｻ蜍�*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
    animation-name:slideTextX-100;
    animation-duration: 1.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);/*隕∫ｴ�繧貞承縺ｮ譫�螟悶↓遘ｻ蜍�*/
    opacity: 0;
  }

  to {
    transform: translateX(0);/*隕∫ｴ�繧貞�縺ｮ菴咲ｽｮ縺ｫ遘ｻ蜍�*/
    opacity: 1;
  }
}



.swiper-container {
    height: 100vh;
    position: relative;
}
.swiper-container .swiper-slide {
    background-size: cover;
    background-position: center center;
}
.swiper-container .swiper-slide.slide01 {
    background-image: url("../img/top/slide01.png");
}
.swiper-container .swiper-slide.slide02 {
    background-image: url("../img/top/slide02.png");
}
.swiper-container .swiper-slide.slide03 {
    background-image: url("../img/top/slide03.png");
}
.swiper-container .swiper-slide.slide04 {
    background-image: url("../img/top/slide04.png");
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px !important;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    margin: 0 8px !important;
    /*
    width: 10px !important;
    height: 10px !important;
    */
    display: inline-block;
    border-radius: 100%;
    background: #000 !important;
    opacity: .3 !important;
}
.swiper-pagination-bullet-active {
    background: #000 !important;
    opacity: .8 !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../img/prev.png") !important;
    width: 26px !important;
    height: 40px !important;
    background-size: cover !important;
    top: 35% !important;
    left: 70px !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/next.png") !important;
    width: 26px !important;
    height: 40px !important;
    background-size: cover !important;
    top: 35% !important;
    right: 70px !important;
    //transform: scale(-1, 1);
}
.ci {
    position: absolute;
    top: auto;
    bottom: 18%;
    left: 10%;
    left: 80px;
    right: auto;
    margin: auto;
    width: 640px;
    height: 278px;
    z-index: 9999;
    bottom: 10%;
}
.recruitBnr {
    top: auto;
    bottom: 15%;
    left: auto;
    right: 0px;
    margin: auto;
    width: 400px;
    height: auto;
    z-index: 1;
}
.recruitBnr a {
    width: 400px;
    height: 54px;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 50px;
    background: #348fb4;
    text-align: center;
    text-decoration: none !important;
}
.recruitBnr a:hover {

}
.scrollImg {
    display: none;
    top: auto;
    bottom: 0px;
    left: 5%;
    right: auto;
    margin: auto;
    width: 20px;
    height: auto;
}

.scroll {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 9999;
}
.scroll a {
    color: #FFF;
    font-size: 14px;
    padding-top: 60px;
    text-decoration: none !important;
    z-index: 9999;
}
.scroll a img {
    width: 20px;
}
.scroll a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    z-index: 9999;
}
.scroll a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



.parallax {
    display: flex;
    background: none;
}
.one {
    width: 100%;
    min-height: 60vh;
}
.bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: -1;
}
.show .bg {
    opacity: 1;
}
.bg._01 {
    background-image: url("../img/top/topBG01.png");
}
.bg._02 {
    background-image: url("../img/top/topBG02.png");
}
.bg._03 {
    background-image: url("../img/top/topBG03.png");
    background-position: center top;
    background-position: center center;
}
.bg._04 {
    background-image: url("../img/top/topBG04.png");
}
.bg._05 {
    background-image: url("../img/top/topBG05.png");
}
.parallax h3 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.parallax p {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}


h2 {
    color: #348cb1;
    font-size: 64px;
    font-weight: 200;
    margin-bottom: 40px;
}
h3 {
    color: #666;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 40px;
}

#particles-js { 
    position: fixed;    /*謠冗判蝗ｺ螳�*/
    position: absolute;
    z-index: -1;        /*謠冗判繧剃ｸ逡ｪ荳九↓*/
    width: 100%;
    height: 100%;
    background-color: #35004D; /*閭梧勹濶ｲ*/
    background-color: #FFF; /*閭梧勹濶ｲ*/
}
.topVision .sectionInner {
    width: auto;
    max-width: 100%;
    margin: 0 5% 0 10%;
    padding: 100px 0;
    display: flex;
    align-items: flex-start;
}
.topVision .sectionInner div {
    width: 45%;
}
.topVision img {
    width: 55%;
    margin-top: 60px;
}


.topBusiness {
    position: relative;
    width: 1200px;
    width: 80%;
    padding: 660px 0px 140px 60px;
    margin-left: auto;
    background: url("../img/top/topBusiness.png") no-repeat;
    background-size: contain;
}
.topBusiness::before {
    position: absolute;
    top: 450px;
    right: 0px;
    content: "";
    background: #348cb1;
    width: 1200px;
    width: 100%;
    height: 860px;
    height: 800px;
    z-index: -1;
}
.topBusiness h2,
.topBusiness h3,
.topBusiness p,
.topBusiness p a {
    color: #FFF;
}

.topTechnology {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 120px;
}
.topTechnology h2 {
    padding-top: 20px;
}
.topTechnology h3 {
    position: relative;
    margin-bottom: 80px;
}
.topTechnology a:hover {
    color: #348cb1;
    text-decoration: none;
}
.topTechnology img {
    width: 400px;
    width: 30%;
    margin-left: 0px;
    margin-right: 100px;
}
.topTechnology div {
    width: 55%;
}
.topTechnology ul {
    border-top: 2px solid #348cb1;
}
.topTechnology ul li {
    border-bottom: 2px solid #348cb1;
}
.topTechnology ul li a {
    display: block;
    position: relative;
    color: #555;
    font-size: 22px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    padding: 50px 0px 50px 40px;
    /*
    transition: all 0.2s ease-out;
    */
}
.topTechnology ul li a::after {
    position: absolute;
    content: "笏�";
    top: 40px;
    right: 45px;
    color: #348cb1;
    font-size: 36px;
    transform: rotate(45deg);
}
.topTechnology h3::after {
    top: 0px;
    right: 100px;
}

.topEpisode {
    position: relative;
    width: auto;
    margin: 200px 0 100px 10%;
    padding-bottom: 140px;
}
.topEpisode .episodeLink {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 60%;
}
.topEpisode .episodeLink li {
    margin-bottom: 10px;
}

.topNews {
    position: relative;
    width: auto;
    margin: 100px 10%;
    padding-bottom: 150px;
}
.topNews p {
    display: inline-block;
    color: #348fb4;
}
.topNews p a {
    color: #333;
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom: 1px solid #348fb4;
}
.topNews p a:hover {
    color: #348fb4;
    text-decoration: none;
}
.newsList {
    position: absolute;
    top: 50px;
    left: 240px;
    width: calc(100% - 240px);
    border-top: 1px solid #348fb4;
    padding: 0px 0px 0px 40px;
}
.subPage .newsList {
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    padding: 0px;
    margin-left: 100px;
}
.newsList li {
    border-bottom: 1px solid #348fb4;
    padding: 20px 10px;
}
.newsList li a {
    color: #333;
    font-size: 20px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    line-height: 2.6;
}
.newsList li a span {
    color: #333;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    margin-left: 20px;
    margin-right: 50px;
}
.newsList li a:hover {
    color: #348fb4;
    text-decoration: none;
}

.newsDetail {
    margin-top: 50px !important;
    padding: 0px 300px 0 180px;
}
.newsDetail h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.newsDetail .date {
    display: block;
    font-size: 18px;
    text-align: right;
    margin-bottom: 30px;
}
.newsDetail p {
    margin-bottom: 20px;
}
.newsDetail a {
    color: #348fb4;
    text-decoration: underline;
}
.newsDetail .back {
    margin-top: 100px;
}




.topCompany {
    margin: 100px auto 160px;
    text-align: center;
}
.topCompany img {
    width: 80%;
}



.vision01 {
    padding: 100px 0 80px;
}
.vision01 .center img {
    width: 1140px;
    margin: 20px auto 0;
}
.vision01 .visionText,
.project .projectText {
    width: 1140px;
    margin: 20px auto 0;
}
.vision01 .visionText h3,
.project .projectText h3 {
    color: #FFF;
    font-size: 46px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}
.vision01 .visionText p,
.project .projectText p {
    color: #FFF;
    font-size: 18px;
    line-height: 2.0;
}

.parallax .sectionInner div {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 90px 120px;
    background: rgba(255, 255, 255, 0.8);
}

.vision02 .sectionInner {
    padding: 10px 0px 0px;
}
.vision02 .sectionInner div {
    padding: 90px 120px 45px;
}
.vision03 .sectionInner {
    padding: 0px 0px;
}
.vision03 .sectionInner div {
    padding: 45px 120px;
}
.vision04 .sectionInner {
    padding: 0px 0px 120px;
}
.vision04 .sectionInner div {
    padding: 45px 120px 90px;
}

.more {
    width: 1140px;
    margin: 0px auto;
}
.more a {
    width: 235px;
    margin: 100px 0;
}

.subPageHeader {
    margin-top: 170px;
    width: calc(100% - 160px);
    margin-left: 160px;
    width: 90%;
    margin-left: 10%;
}
.subPageHeader h2 {
    color: #0d0b5e;
    color: #666;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.subPageHeader h2 span {
    display: block;
    margin-top: 10px;
    color: #348fb4;
    color: #369abe;
    font-size: 60px;
    font-weight: 200;
}





.groupMenu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #369abe;
    margin-bottom: 20px;
}
.groupMenu li a {
    text-align: center;
    font-size: 20px;
    background: #FFF;
    width: auto;
    height: 70px;
    line-height: 50px;
    transition: .2s all;
    padding: 5px 20px;
}
.groupMenu li.selected a,
.groupMenu li a:hover {
    color: #555;
    background: #FFF;
    text-decoration: none;
    border-bottom: 10px solid #369abe;
}


.bgAnime {
    background: linear-gradient(135deg, #3993D1,#140958,#9900D0);
    background: linear-gradient(135deg, #348FB4,#3993D1,#140958);
    background-size: 200% 200%;
    animation: bggradient 20s ease infinite;
}
.bgAnime h3,
.bgAnime p {
    color: #FFF;
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.subPage .sectionInner {
    margin: 120px 0px 0px 80px;
    width: calc(100% - 80px);
    padding-bottom: 180px;
}
.subPage .sectionInner h2 {
    color: #FFF;
    font-size: 28px;
    padding-top: 100px;
    line-height: 2.0;
}
.subPage .sectionInner h2 span {
    display: block;
    font-size: 40px;
}

.subPage .visionInner {
    margin-left: 160px;
    width: calc(100% - 160px);
    padding: 100px 0;
}

.subPage .vision2Inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 160px;
    width: calc(100% - 160px);
}
.vision2Inner img {
    width: 15%;
    margin-right: 10%;
    margin-left: 5%;
}
.vision2Inner .visionBody {
    width: 70%;
    margin-bottom: 200px;
}
.vision2Inner h3 {
    color: #619dc4;
    font-size: 36px;
    margin-bottom: 20px;
}
.vision2Inner p {
    padding-left: 20px;
    margin-bottom: 80px;
}
.vision2Inner ul {
    width: 90%;
    border-top: 2px solid #348cb1;
}
.vision2Inner ul li {
    border-bottom: 2px solid #348cb1;
}
.vision2Inner ul li a {
    display: block;
    position: relative;
    color: #555;
    font-size: 22px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    padding: 50px 0px 50px 40px;
}
.vision2Inner a:hover {
    color: #348cb1;
    text-decoration: none;
}
.vision2Inner ul li a::after {
    position: absolute;
    content: "笏�";
    top: 40px;
    right: 45px;
    color: #348cb1;
    font-size: 36px;
    transform: rotate(45deg);
}


.businessHead {
    margin-top: 120px;
    background: url("../img/sub/business01BG.png") no-repeat;
    background-size: cover;
    padding: 10px 100px 100px;
    text-align: center;
    border-bottom: 1px solid #FFF
}
.businessHead .sectionInner {
    width: auto;
    margin: 90px 80px 0px 80px;
    padding-bottom: 0px;
}
.business h3 {
    width: 300px;
    color: #FFF;
    text-align: center;
    margin: 0 auto 60px;
}
.business h3 img {
    width: 180px;
    margin-bottom: 60px;
}
.business p {
    color: #FFF;
    text-align: left;
}
.businessBottom {
    display: flex;
    flex-wrap: wrap;
}
.businessBottom .businessLeft {
    width: calc(50% - 1px);
    background: url("../img/sub/business02BG.png") no-repeat;
    background-size: cover;
    padding: 100px 100px;
    padding: 100px 8%;
    text-align: center;
    border-right: 1px solid #FFF;
}
.businessBottom .businessRight {
    width: 50%;
    background: url("../img/sub/business03BG.png") no-repeat;
    background-size: cover;
    padding: 100px 8% 60px;
    text-align: center;
}
.businessBottom h3 {
    height: 180px;
}
.businessBottom h3 img {
    width: 260px;
    margin-bottom: 40px;
}
.businessLink {
    position: relative;
    margin-top: 60px;
    text-align: left;
}
.businessLinkLeft {
    position: relative;
    left: 0;
    margin-bottom: 50px;
}
.businessLinkRight {
    position: absolute;
    top: 0;
    right: 0;
}
.businessLink a {
    position: relative;
    color: #FFF;
    color: #000;
    font-size: 24px;
    width: 480px;
    height: 100px;
    text-align: left;
    padding: 20px 20px 20px 35px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.8);
    transition: .2s background, .2s color;
}
.businessLink a.noSpan {
    position: unset;
    line-height: 100px;
    padding: 0px 20px 0px 35px;
}
.businessLink a::after {
    position: absolute;
    content: "笏�";
    top: 27px;
    right: 18px;
    color: #FFF;
    color: #000;
    font-size: 32px;
    transform: rotate(45deg);
}
.businessLink a.noSpan::after {
    top: 0px;
    right: 55px;
}
.businessLink a span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 200;
}
.businessLink a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 1.0);
    color: #FFF;
    background: #348fb4;
}
.businessLink a:hover::after {
    color: #FFF;
}
.businessLink video {
    width: 480px;
}

.teckHead {
    margin-top: 120px;;
}
.teckHead img {
    width: calc(100% - 160px);
    margin-right: 160px;
}
.teckHead .sectionInner {
    margin: 100px 160px 0px 160px;
    width: calc(100% - 320px);
    padding-bottom: 0px;
}
.teckBody .sectionInner {
    display: flex;
    flex-wrap: wrap;
    margin: 150px 160px 0px 160px;
    width: calc(100% - 320px);
    padding-bottom: 0px;
}
.teckBody .sectionInner h3 {
    width: 30%;
    position: sticky;
    top: 80px;
    height: 100vh;
    padding-top: 80px;
}
.teckBody .sectionInner ul {
    width: 70%;
}
.teckBody .sectionInner ul li {
    margin-bottom: 40px;
}
.teckBody .sectionInner ul li img {
    margin-bottom: 20px;
}
.teckBody .sectionInner ul li h4 {
    color: #555;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.teckBody .sectionInner ul li p {
    line-height: 2.0;
}

.teckHead.techEquip .sectionInner {
    margin: 100px 0px 0px 160px;
    width: calc(100% - 160px);
}
.techEquip .sectionInner {
    display: block;
}
.techEquip h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid #348cb1;
}
.techEquip h4 {
    text-align: center;
    color: #555;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.techEquip p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.techEquip .sectionInner ul {
    width: 100%;
}
.techEquip ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.techEquip .sectionInner ul li {
    width: 32%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 12px;
}
.techEquip ul li:last-child {
    margin-right: 0px;
}
.techEquip .sectionInner ul li img {
    margin-bottom: 20px;
}
.techProduct .sectionInner ul li {
    width: 24.25%;
    text-align: center;
    margin-right: 1%;
    margin-bottom: 12px;
}
.techProduct ul li:nth-child(4n) {
    margin-right: 0px;
}
.techProduct .sectionInner ul li img {
    margin-bottom: 0px;
}
.techEquip ul li h5 {
    color: #555;
    font-size: 20px;
    font-weight: bold;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}
.techEquip table {
    width: 100%;
}
.techEquip table tr th,
.techEquip table tr td {
    text-align: center;
    font-size: 20px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    padding: 25px 5px;
    border-bottom: 1px solid #999;
}
.techEquip table tr th {
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #333;
}




.episodeInner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.episodeInner h2 {
    position: sticky;
    height: 100vh;
    top: 100px;
    width: 30%;
}
.episodeInner .episodeBody {
    width: 70%;
}
.episodeInner img {
    margin-bottom: 40px;
}
.episodeInner h3 {
    display: inline-block;
    font-size: 32px;
    padding-bottom: 16px;
    border-bottom: 4px solid #FFF;
}
.episodeInner p {
    margin-bottom: 60px;
}


h3.groupHeader {
    padding: 80px 0px 80px 160px;
    line-height: 2.4;
    margin-bottom: 0;
}
h3.groupHeader span {
    display: block;
}
.greeting01 {
    background: url("../img/sub/greeting01.png") no-repeat;
    background-size: cover;
    padding: 80px 0px 120px 160px;
}
.greeting01 p {
    line-height: 3.2;
}
.greeting02 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 200px 0px 200px 160px;
}
.greeting02 p {
    line-height: 3.2;
    padding: 50px 0;
    width: calc(50% - 60px);
}
.greeting02 span {
    font-size: 24px;
    font-family: 'Noto Serif JP', 貂ｸ譏取悃, YuMincho, "Hiragino Sans", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
}
.greeting02 span span {
    font-size: 32px;
}
.greeting02 img {
    width: calc(50% + 60px);
    margin: auto;
}


dl.companyAbout {
    border-top: 1px solid #FFF;
    margin: 0px 200px 0px 200px;
    padding-bottom: 200px;
}
dl.companyAbout .clear {
    clear: both;
}
dl.companyAbout dt,
dl.companyAbout dd {
    color: #FFF;
    font-size: 20px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    width: 27%;
    float: left;
    border-bottom: 1px solid #FFF;
    padding: 24px 0;
    margin-bottom: 10px;
}
dl.companyAbout dd {
    width: 68%;
    margin-left: 5%;
}
dl.companyAbout dd a {
    color: #FFF;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
}

.subPageRecruit {
    background: #348fb4;
}
.subPageRecruit .subPageHeader {
    margin-top: 0px;
    padding-top: 170px;
}
.subPageRecruit .subPageHeader h2,
.subPageRecruit .subPageHeader h2 span,
.subPageRecruit .recruitInner h3,
.subPageRecruit .recruitInner p {
    color: #FFF;
}


.history .sectionInner {
    margin: 0px 0px 0px 160px;
    width: calc(100% - 160px);
    padding-bottom: 100px;
}
.timeline li {
    color: #FFF;
}
.timeline dl {
    display: flex;
    flex-wrap: wrap;
}
.timeline dl dt {
    width: 100px;
    font-size: 28px;
    line-height: 1.8;
}
.timeline dl dd {
    width: calc(100% - 120px);
    font-size: 18px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    line-height: 2.0;
}
.content .timeline li::after {
    top: 20px;
}
.timeline dd h4 {
    margin-bottom: 10px;
    font-size: 25px;
    font-family: 'Noto Serif JP', 貂ｸ譏取悃, YuMincho, "Hiragino Sans", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
}
.tab {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.tab li {
    color: #FFF;
    font-size: 26px;
    line-height: 58px;
    text-align: center;
    width: 240px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    padding: 0px 10px;
    margin-right: 20px;
    cursor: pointer;
    transition: .5s;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.tab li:hover,
.tab li.select {
    background: rgba(255, 255, 255, 0.4);
    transition: .3s;
}
.content li {
    transition: .3s;
}
.hide {
    display: none;
    transition: .3s;
}




/*
.business {
    background: #F2F2F2;
}
.business h3 {
    color: #014589;
    font-size: 48px;
    font-weight: 600;
}
.business h4 {
    color: #222;
    font-size: 46px;
    font-weight: 800;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}
.business p {
    font-size: 18px;
    font-weight: bold;
}
.business img {
    margin-top: 40px;
}
*/

.companyInfo ul {
    display: flex;
    flex-wrap: nowrap;
}
.companyInfo ul li {
    width: 100%;
}
.companyInfo ul li a {
    width: 100%;
    background: url("../img/top/recruitBG.png") no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;
    text-align: center;
    color: #FFF;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 56px;
    font-weight: 400;
    font-weight: 500;
    text-decoration: none;
    line-height: 400px;
    -webkit-transition: .3s opacity;
       -moz-transition: .3s opacity;
        -ms-transition: .3s opacity;
         -o-transition: .3s opacity;
            transition: .3s opacity;
}
.companyInfo ul li a:hover {
    opacity: 0.8;
}
.companyInfo ul li:first-child a {
    background-image: url("../img/top/companyBG.png");
}


.news .sectionInner {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 200px);
}
.news .sectionInner .newsLeft {
    width: 40%;
}
.news .sectionInner h3 {
    color: #014589;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 52px;
    font-weight: 600;
    margin-top: 100px;
    margin-bottom: 30px;
}
.news ul {
    width: 60%;
}
.news ul li {
    height: 100px;
    border-bottom: 2px solid #014589;
    margin-bottom: 4px;
}
.news ul li a {
    display: block;
    font-size: 18px;
    line-height: 2.0;
    padding: 10px 20px;
}
.news ul li a:hover {
    color: #014589;
}
.news ul li a span {
    display: block;
    color: #014589;
    font-size: 18px;
}
.news ul li a:hover span {
    text-decoration: none !important;
}
.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after {
    position: absolute;
    top: 22px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before {
    right: 1.5px;
    width: 30px;
    height: 2px;
    background: #014589;
}
.arrow::after {
    right: 2px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #014589;
    border-right: 2px solid #014589;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




.footerContact {
    text-align: center;
    background: #F2F2F2;
    padding: 20px 0;
}
.footerContact h4 {
    color: #222;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}
.footerContact p {
    color: #333;
    font-size: 20px;
    line-height: 2.0;
    margin-bottom: 60px;
}
.footerContact a.btn {
    color: #014589;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 10px 50px 15px;
    border: 4px solid #014589;
    border-radius: 40px;
    text-decoration: none;
    -webkit-transition: .2s color, .2s background;
       -moz-transition: .2s color, .2s background;
        -ms-transition: .2s color, .2s background;
         -o-transition: .2s color, .2s background;
            transition: .2s color, .2s background;
}
.footerContact a:hover.btn {
    color: #FFF;
    background: #014589;
}






.subPage {
	margin-top: 0px;
}
.subPage .subHeader {
	text-align: center;
    background: linear-gradient(to left, #006ebc 20%, #00abf8 50%);
    height: 100px;
    min-height: initial;
}
.subPage .subHeader p {
	color: #FFF;
	font-size: 32px;
	font-weight: 500;
	line-height: 108px;
    text-align: center;
}

.subPage .subMenu {
    min-height: initial;
}
.subPage .subMenu .selected a {
    color: #004488;
}



.breadcrumbs {
	width: 1300px;
	max-width: 100%;
	margin: 10px auto;
}
.breadcrumbs ul {
	display: table;
	font-size: 14px;
}
.breadcrumbs ul li {
	margin: 0 10px 0 0;
	font-size: 15px;
	float: left;
}
.breadcrumbs ul li:last-child a {
	font-size: 15px;
	line-height: 15px;
}
.breadcrumbs ul li::after {
	padding: 0 0 0 10px;
	content: "&gt;";
	font-size: 14px;
}
.breadcrumbs ul li:last-child::after {
	padding: 0;
	content: "";
}
.breadcrumbs ul li a:hover {
    color: #0070bd;
}


.eachTextAnime span {
    opacity: 0;
}
.eachTextAnime.appeartext span {
    animation:text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.delayed-image {
    /* 縺倥ｏ縺｣縺ｨ逕ｻ蜒上′陦ｨ遉ｺ縺輔ｌ繧� */
    animation: fadeIn 3.2s ease 1s 1 normal;
    -webkit-animation: fadeIn 3.2s ease 1s 1 normal;
}
 
/* 縺倥ｏ縺｣縺ｨ逕ｻ蜒上′陦ｨ遉ｺ縺輔ｌ繧� ---------縲荳蠎ｦ霑ｽ蜉�縺励※縺�◆繧我ｸ崎ｦ�*/
@keyframes fadeIn { /*荳翫�body蜀�〒蜻ｼ縺ｳ蜃ｺ縺励※縺�ｋ繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ縺ｨ蜷榊燕繧偵◎繧阪∴繧�*/
    0% {opacity: 0} /* 蟋九ａ */
    100% {opacity: 1} /* 邨ゅｏ繧� */
}
 
/*蜿､縺�ヶ繝ｩ繧ｦ繧ｶ逕ｨ縲---------縲荳蠎ｦ霑ｽ蜉�縺励※縺�◆繧我ｸ崎ｦ�*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



.kv {
    position: relative;
    z-index: -1000;
    width: 100%;
    height: 100vh;
    /*
    background: #154666;
    */
}




.projectHead {
    height: 400px;
    background: #014589;
    background: url("../img/project/projectBG.png") no-repeat;
    background-size: cover;
    background-position: center center;
}
.projectHead h2 {
    padding-left: 150px;
    padding-top: 160px;
    margin-bottom: 0;
}
.projectHead h2 span {
    display: block;
    font-size: 28px;
}
.projectMenu {
    font-size: 20px;
    padding-bottom: 28px;
    border-bottom: 2px solid #666;
    margin-bottom: 30px;
}
.projectMenu span {
    color: #014589;
    font-size: 18px;
    font-weight: bold;
}
.projectMenu a {
    font-size: 18px;
}
.projectMenu a:hover {
    color: #014589;
}

.project .sectionInner {
    overflow: hidden;
}
.project .projectMenu {
    margin-top: -120px;
    padding-top: 120px;
}

.headProject {
    margin-bottom: 60px;
}
.headProject img {
    width: 100%;
    margin-bottom: 20px;
}
.headProject a {
    width: 100%;
    color: #014589;
    font-size: 18px;
}
.headProject h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.headProject p {
    font-size: 20px;
}
.project ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    width: calc(100% + 30px);
    overflow: hidden;
    margin-right: -30px;
}
.project ul li {
    width: 31%;
    width: calc(33.3333% - 30px);
    margin-right: 3.5%;
    margin-right: 30px;
    margin-bottom: 30px;
}
.project ul li:nth-child(3n) {
    //margin-right: 0;
}
.project ul li a {
    width: 100%;
}
.project ul li img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 20px;
}
.project ul li a {
    color: #014589;
    font-size: 16px;
    margin-bottom: 5px;
}
.project ul li h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
}
.project ul li p {
    font-size: 14px;
}

.projectDetail .sectionInner {
    text-align: left;
    width: 860px;
    max-width: 100%;
    margin: 0px auto;
    padding-bottom: 0px;
}
.projectDetail .sectionInner h3 {
    color: #014589;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.projectDetail .sectionInner .date {
    font-size: 12px;
    margin-bottom: 30px;
}
.projectDetail a {
    color: #014589;
}
.projectDetail img {
    margin-top: 10px;
    margin-bottom: 20px;
}
.projectDetail .sectionInner .projectMenu {
    text-align: center;
    margin: 0px auto;
    margin-top: 100px;
    padding-top: 40px;
    border-top: 2px solid #666;
    border-bottom: none;
}





/*
.businessHead {
    height: 400px;
    background: #014589;
    background: url("../img/business/businessBG.png") no-repeat;
    background-size: cover;
    background-position: center center;
}
.businessHead h2 {
    padding-left: 150px;
    padding-top: 160px;
    margin-bottom: 0;
}
.businessHead h2 span {
    display: block;
    font-size: 28px;
}
.business {
    background: #F2F2F2;
}
.businessMenu {
    font-size: 20px;
    padding-bottom: 40px;
    border-bottom: 2px solid #666;
    margin-bottom: 60px;
}
.businessMenu span {
    color: #014589;
    font-size: 18px;
    font-weight: bold;
}
.businessMenu a {
    font-size: 18px;
}
.businessMenu a:hover {
    color: #014589;
}
.business h2 {
    color: #014589;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: -20px;
}
.subPage .business .sectionInner {
    padding-bottom: 0px;
}
.businessBody {
    background: #F2F2F2;
}
.businessBody h3 {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 2.2;
    margin-bottom: 40px;
}
.businessBody h4 {
    position: relative;
    color: #014589;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 30px;
}
.businessBody h4::after {
    position: absolute;
    content: "";
    top: 12px;
    left: 0px;
    width: 20px;
    height: 2px;
    background: #014589;
}
.businessBody p {
    font-size: 18px;
    line-height: 3.0;
    margin-bottom: 80px;
}
.businessBody .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 80px;
}
.businessBody .flex div {
    width: 50%;
}
.businessBody .flex img {
    width: 35%;
    margin-left: 15%;
}
.businessBody .flex img.leftImg {
    width: 35%;
    margin-left: 0;
    margin-right: 15%;
}

.businessTechnology {
    margin-top: -90px;
    padding-top: 90px;
}
.businessTechnology h2 {
    color: #014589;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 60px;
}
.businessTechnology .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 100px;
}
.businessTechnology .flex div {
    width: 70%;
}
.businessTechnology .flex img {
    width: 25%;
    margin-right: 5%;
}
.businessTechnology h3 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 2.2;
    margin-bottom: 10px;
}
.businessTechnology h4 {
    position: relative;
    color: #014589;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 40px;
}
.businessTechnology h4::after {
    position: absolute;
    content: "";
    top: 12px;
    left: 0px;
    width: 20px;
    height: 2px;
    background: #014589;
}
.businessTechnology p {
    font-size: 18px;
    line-height: 2.6;
    margin-bottom: 0px;
}
*/





.companyHead {
    height: 400px;
    background: #014589;
    background: url("../img/company/companyBG.png") no-repeat;
    background-size: cover;
    background-position: center center;
}
.companyHead h2 {
    line-height: 310px;
    padding-left: 150px;
    padding-top: 90px;
    margin-bottom: 0;
}
.companyMenu {
    font-size: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
}
.companyMenu span {
    color: #014589;
    font-size: 18px;
    font-weight: bold;
}
.companyMenu a {
    font-size: 18px;
}
.company table {
    border-spacing: 0px 20px;
}
.company table tr th {
    width: 20%;
    min-width: 120px;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 2.0;
    text-align: center;
    background: #F2F2F2;
}
.company table tr td {
    width: auto;
    padding: 10px 0 10px 50px;
    font-size: 16px;
    line-height: 2.0;
}
.company h3 {
    color: #014589;
    font-size: 72px;
    font-weight: 800;
    letter-spacing: -2px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.company h4 {
    position: relative;
    color: #014589;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 30px;
}
.company h4::after {
    position: absolute;
    content: "";
    top: 12px;
    left: 0px;
    width: 20px;
    height: 2px;
    background: #014589;
}
.company p {
    font-size: 18px;
    line-height: 3.0;
}
.company p span.subtitle {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 2.2;
    margin-bottom: 40px;
}
.company .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.company .flex img {
    width: 38%;
}
.company .flex img.imgRight {
    margin-left: 7%;
}
.company .flex img.imgLeft {
    margin-right: 7%;
}
.company .flex p {
    width: 55%;
}



.subPageHead {
    height: 300px;
    background: #014589;
}
.subPageHead h2 {
    padding-top: 90px;
    line-height: 210px;
    padding-left: 150px;
    margin-bottom: 0;
    font-size: 56px;
}




.fadebox {
    opacity: 0;
    transform: translate(0,100px); 
    -webkit-transform: translate(0,100px); 
    transition: 1.5s;
}
.fadebox1 {
    transform: translate(0,200px); 
    -webkit-transform: translate(0,200px); 
    transition: 1.5s;
}
.fadebox2 {
    transform: translate(0,300px); 
    -webkit-transform: translate(0,300px); 
    transition: 1.5s;
}
.fadeboxR {
    opacity: 0;
    transform: translate(100px,0); 
    -webkit-transform: translate(100px,0); 
    transition: 2s;
}
.fade-stop {
    opacity: 1.0;
    transform: translate(0,0); 
    -webkit-transform: translate(0,0);
}

.service {
    text-align: center;
}
.service h2 {
    margin-bottom: 80px;
}
.service h2::after {
    right: 0;
    margin: auto;
}
.service ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 100px;
    margin-top: 60px;
}
.service ul li {
    width: 30%;
    margin-right: 5%;
}
.service ul li:last-child {
    margin-right: 0;
}
.service ul li a {
    display: block;
    width: 100%;
}
.service ul li h3 {
    position: relative;
    width: 100%;
    height: 40px;
    color: #004488;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    background: #f2f2f2;
    margin-bottom: 0;
}
.service ul li h3::after {
    content: '';
    position: absolute;
    top: 48%;
    right: 60px;
    z-index: 2;
    width: 7px;
    height: 7px;
    border-top: solid 2px #004488;
    border-right: solid 2px #004488;
    margin-top: -4px;
    transform: rotate(45deg);
}
.service ul li a:hover {
    text-decoration: none;
}


.recruit {
    position: relative;
    background: transparent;
    background: #F2F2F2;
}
.recruit .sectionInner div {
    position: relative;
    width: 100%;
}
.recruit .sectionInner div p {
    margin-bottom: 40px;
}
.recruit .sectionInner div a {
    text-align: center;
    width: 529px;
    max-width: 100%;
    height: 61px;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    background: #FFF;
    margin-bottom: 20px;
}
.recruit .sectionInner div a:hover {
    text-decoration: none;
}
.recruit img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45%;
}


/*== 繝懊ち繝ｳ蜈ｱ騾夊ｨｭ螳� */
.btn {
    /*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ縺ｮ襍ｷ轤ｹ縺ｨ縺吶ｋ縺溘ａrelative繧呈欠螳�*/
    position: relative;
    overflow: hidden;
    /*繝懊ち繝ｳ縺ｮ蠖｢迥ｶ*/
    text-decoration: none;
    display: inline-block;
    border: 1px solid #004488;/* 繝懊�繝繝ｼ縺ｮ濶ｲ縺ｨ螟ｪ縺� */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ縺ｮ謖�ｮ�*/   
    transition: ease .2s;
}

/*繝懊ち繝ｳ蜀�span縺ｮ蠖｢迥ｶ*/
.btn span {
    position: relative;
    z-index: 3;/*z-index縺ｮ謨ｰ蛟､繧偵≠縺偵※譁�ｭ励ｒ閭梧勹繧医ｊ繧よ焔蜑阪↓陦ｨ遉ｺ*/
    color: #004488;
}

.btn:hover span{
    color: #fff;
}

.bgleft {
    position: relative;
}

/*== 閭梧勹縺梧ｵ√ｌ繧具ｼ亥ｷｦ縺九ｉ蜿ｳ�� */
.bgleft::before {
    content: '';
    /*邨ｶ蟇ｾ驟咲ｽｮ縺ｧ菴咲ｽｮ繧呈欠螳�*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*濶ｲ繧�ｽ｢迥ｶ*/
    background: #004488;/*閭梧勹濶ｲ*/
    width: 100%;
    height: 100%;
    /*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ*/
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

/*hover縺励◆髫帙�蠖｢迥ｶ*/
.bgleft:hover::before{
    transform-origin: left top;
    transform: scale(1, 1);
}

.bgleft::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-top: solid 2px #004488;
    border-right: solid 2px #004488;
    margin-top: -4px;
    transform: rotate(45deg);
}
.bgleft:hover::after {
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}



/* 閭梧勹縺悟ｷｦ縺九ｉ蜃ｺ迴ｾ�九ユ繧ｭ繧ｹ繝� */
.bgLR {
    position: relative;/*繝�く繧ｹ繝医�蝓ｺ轤ｹ縺ｨ縺ｪ繧倶ｽ咲ｽｮ繧貞ｮ夂ｾｩ*/
}

.bgLR span.mask {
    position: relative;/*閭梧勹濶ｲ縺ｮ蝓ｺ轤ｹ縺ｨ縺ｪ繧倶ｽ咲ｽｮ繧貞ｮ夂ｾｩ*/
    display: block;
    line-height: 0;/*陦後�鬮倥＆繧�0縺ｫ縺吶ｋ*/
    overflow: hidden;/*諡｡螟ｧ縺励※縺ｯ縺ｿ蜃ｺ繧玖ｦ∫ｴ�繧帝國縺�*/
}

.bgLR span.mask::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s ease-in-out;/*遘ｻ繧雁､峨ｏ繧矩溘＆繧貞､画峩縺励◆縺��ｴ蜷医�縺薙�謨ｰ蛟､繧貞､画峩*/
    transform: translateX(-100%);
    background: #004488;/*閭梧勹濶ｲ*/
    width: 100%;
    height: 100%;
}

.bgLR:hover span.mask::before {/*hover縺励◆譎ゅ�螟牙喧*/
    opacity: 1;
    transform: translateX(0);
}

.bgLR span.cap {
    position: absolute;
    opacity: 0;
    transition: .5s ease-in-out;/*遘ｻ繧雁､峨ｏ繧矩溘＆繧貞､画峩縺励◆縺��ｴ蜷医�縺薙�謨ｰ蛟､繧貞､画峩*/
    z-index: 3;/*繝�く繧ｹ繝医ｒ蜑埼擇縺ｫ蜃ｺ縺�*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;/*繝�く繧ｹ繝医�濶ｲ繧貞､峨∴縺溘＞蝣ｴ蜷医�縺薙％繧剃ｿｮ豁｣*/
    line-height: 2.0;/*陦後�鬮倥＆繧�1.5縺ｫ縺吶ｋ*/
    width: 98%;
}

.bgLR:hover span.cap {/*hover縺励◆譎ゅ�螟牙喧*/
    opacity: 1;
}




/*768px莉･荳九�隕九◆逶ｮ 窶ｻ1陦後�縺ｾ縺ｾ縺ｫ縺励◆縺��ｴ蜷医�荳崎ｦ√*/
@media screen and (max-width:768px) {
    .slider {
        padding: 10px 20px 0px;
        background:#fff;
    }

    .slider li {
        border-bottom:1px dashed #ccc;
    }

    .slider li:last-child {
        border-bottom:none;
    }
    .slider span {
        display:block;
        padding-bottom:10px;
    }
}




.topContact {
    text-align: center;
    background: #F2F2F2;
}
.topContact h4 {
    color: #FFF;
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
}
.topContact h4::after {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 100px;
    background: #FFF;
}
.topContact ul {
    width: 85%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}
.topContact ul li {
    width: 47%;
    margin-right: 6%;
    text-align: center;
}
.topContact ul li:last-child {
    margin-right: 0;
}
.topContact ul li a {
    font-size: 36px;
    font-weight: 400;
    line-height: 162px;
    background: #FFF;
    width: 99%;
    height: 180px;
    text-decoration: none;
}


.recruitBottom {
    width: 100%;
    padding: 100px 0px 100px 10%;
    background: #348fb4;
}
.recruitBottom h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 80px;
}
.recruitBottom h2 span {
    display: block;
    color: #FFF;
    font-size: 64px;
    font-weight: 200;
    margin-bottom: 20px;
}
.recruitMenu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #FFF;
    margin-bottom: 30px;
    padding-left: 53%;
}
.recruitMenu li a {
    position: relative;;
    text-align: center;
    font-size: 26px;
    color: #348fb4;
    background: #FFF;
    width: auto;
    height: 62px;
    line-height: 50px;
    transition: .2s all;
    padding: 5px 60px;
    margin-left: 20px;
}
.recruitMenu li a::after {
    position: absolute;
    top: 6px;
    right: 10px;
    content: "笏�";
    font-size: 20px;
    transform: rotate(45deg);
}
.recruitMenu li.selected a,
.recruitMenu li a:hover {
    color: #348fb4;
    background: #FFF;
    text-decoration: none;
}
.recruitInner li:first-child a:hover,
.recruitMenu li a:hover {
    opacity: 0.8;
}
.recruitInner li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 40px;
}
.recruitInner li span {
    display: inline-block;
    position: relative;
    top: 140px;
    left: -190px;
    color: #FFF;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 1px;
    transform: rotate(90deg);
}
.recruitInner li.interviews span {
    left: -180px;
}
.recruitInner li h3,
.recruitInner li p,
.recruitInner li a {
    color: #FFF;
}
.recruitInner li a {
    text-decoration: underline;
}
.recruitInner li ul {
    display: flex;
    flex-wrap: nowrap;
}
.recruitInner li ul li {
    background: #FFF;
    padding-left: 0px;
    margin-right: 30px;
}
.recruitInner li ul li:last-child {
    margin-right: 0px;
}
.recruitInner hr {
    border: none;
    margin-top: 50px;
    width: calc(100% - 120px);
    height: 1px;
    background: #FFF;
    margin-bottom: 50px;
}
.subPageRecruit .recruitBottom {
    padding-top: 60px;
}

.recruitInner .jobMenu {
    border-bottom: none;
}
.recruitInner .jobMenu li {
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 20px;
}
.recruitInner .jobMenu li a {
    background: transparent;
    text-decoration: none;
}
.jobMenu li.selected a,
.jobMenu li a:hover {
    color: #FFF;
    background: transparent;
    border-bottom: 10px solid #FFF;
}
.recruitInner table {
    width: 90%;
    max-width: 100%;
    margin: 0px 10% 0px 0px;
}
.recruitInner table tr th,
.recruitInner table tr td {
    padding: 20px 40px;
    font-size: 16px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    text-align: left;
    background-color: #FFF;
    border-top: 1px solid #CCC;
    border-bottom: none;
}
.recruitInner table tr th {
    width: 25%;
    color: #222;
    border-top: 1px solid #999;
    background-color: #AED1E0;
}
.btnEntry {
    margin-top: 80px;
    text-align: center;
}
.btnEntry a {
    position: relative;
    color: #FFF;
    font-size: 30px;
    line-height: 70px;
    padding: 0px 80px 3px;
    border: 1px solid #FFF;
    transition: .3s all;
}
.btnEntry a:hover {
    color: #348fb4;
    background: #FFF;
    text-decoration: none;
}
.btnEntry a::after {
    position: absolute;
    content: "笏�";
    top: 1px;
    right: 5px;
    color: #FFF;
    font-size: 30px;
    transform: rotate(45deg);
}

.benefit {
    width: 90%;
    margin-right: 10%;
}
.benefit .recruitInner li {
    padding-left: 0px;
    margin-bottom: 50px;
}
.benefit .recruitInner li h4 {
    color: #FFF;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 30px;
}
.benefit .recruitInner li p {
    margin-bottom: 60px;
}
.benefit .recruitInner li ul {
    display: flex;
    flex-wrap: wrap;
}
.benefit .recruitInner li ul li {
    width: 47.5%;
    background: transparent;
    padding-left: 0px;
    margin-right: 0;
}
.benefit .recruitInner li ul li:nth-child(odd) {
    margin-right: 5%;
}

.workstyle {
    width: 720px;
}
.workstyle h3 {
    padding-bottom: 20px;
    border-bottom: 2px solid #FFF;
    margin-bottom: 80px;
}
.workstyle h4 {
    color: #FFF;
    font-size: 26px;
    margin-bottom: 20px;
    padding-left: 40px;
}
.workstyle p {
    line-height: 3.0;
    padding-left: 65px;
    margin-bottom: 30px;
}
.recruitInner li.companystyle {
    margin-top: 200px;
    margin-bottom: 150px;
}
.recruitInner li.companystyle span {
    left: -220px;
}
.recruitInner li.companystyle  p {
    margin-bottom: 100px;
}
.recruitInner li .workstylePhoto {
    position: absolute;
    top: 50px;
    left: 900px;
    width: 320px;
}
.recruitInner li .workstylePhoto img {
    width: 320px;
    margin-bottom: 20px;
}

.subPage .recruitInterview {
    margin: 50px 0px 0px 160px;
    width: calc(100% - 160px);
}
.recruitInterview img {
    width: calc(100% - 160px);
    margin: 100px 0;
}
.recruitInnerHeader {
    position: relative;
    margin-bottom: 100px;
}
.recruitInnerHeader img {
    width: 860px;
    margin-top: 0;
}
.subPage .recruitInnerHeader h2 {
    position: absolute;
    top: 50px;
    left: 960px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.0;
}
.subPage .recruitInnerHeader h2 span {
    font-size: 16px;
}


.footerTech ul {
    display: flex;
    flex-wrap: wrap;
    width: 86%;
    margin: 200px auto;
}
.footerTech ul li {
    width: 42%;
    margin: 0 4%;
}


footer {
    position: relative;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 90px);
    height: 84vh;
    background: url("../img/base/footerBG.png") no-repeat;
    background-size: cover;
    background-position: center center;
    background: #FFF;
    padding-top: 100px;
}
footer .footerInner {
    position: relative;
}
footer .footerLogo {
    position: absolute;
    top: 0px;
    left: 80px;
    width: 400px;
    width: 28%;
    max-width: 100%;
}
footer .footerLogo img {
    width: 380px;
    max-width: 100%;
}
footer .footerLogo p {
    margin: 40px 0px;
    font-size: 16px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
}
footer .footerLogo .banner p {
    margin: 0px 0px 10px;
    color: #666;
    font-weight: bold;
}
footer .footerLogo .banner img {
    width: 360px;
}
footer .footerMenu {
    position: relative;
    top: 40px;
    left: 40%;
    width: 60%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
footer .footerMenu ul {
    margin-right: 4%;
}
footer .footerMenu ul li {
    text-align: left;
    margin-bottom: 40px;
}
footer .footerMenu ul li a {
    display: block;
    color: #444;
    font-size: 14px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    width: 200px;
    margin-bottom: 10px;
}
footer .footerMenu ul li h6,
footer .footerMenu ul li h6 a {
    position: relative;
    left: -3px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    font-family: 貂ｸ繧ｴ繧ｷ繝�け, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    margin-bottom: 15px;
}
footer .footerMenu ul li a:hover {
    color: #348fb4;
}
footer .footerMenu ul li h6::before {
    position: absolute;
    top: -1px;
    left: -26px;
    content: "笏�";
    color: #348fb4;
    font-size: 16px;
    transform: rotate(45deg);
}
footer .footerMenu ul:nth-child(2) li:first-child h6::before,
footer .footerMenu ul:nth-child(3) li:first-child h6::before {
    display: none;
}


footer .copyright {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: auto;
    background: #0d0d55;
    padding: 10px 0;
}
footer .copyright p {
    color: #EEE;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}

.pagetop {
    position: absolute;
    right: 50px;
    bottom: 200px;
}
.pagetop a {
    display: block;
    padding: 0px;
    width: 30px;
    text-align: center;
}


.menuTab {
    width: 900px;
    height: 50px;
    text-align: center;
    margin: 0px auto;
}
.menuTab ul li {
    position: relative;
    display: inline-block;
}
.menuTab ul li::after {
    position: absolute;
    top: -8px;
    right: -14px;
    content: "";
    width: 1px;
    height: 40px;
    background: #CCC;
}
.menuTab ul li:last-child::after {
    display: none;
}
.menuTab ul li a {
    position: relative;
    font-size: 18px;
    text-decoration: none;
}
.menuTab ul li.selected a,
.menuTab ul li a:hover {
    color: #004488;
}
/*
.menuTab ul li a:hover::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #004488;
}
*/


.serviceHead {
    min-height: initial;
    border-bottom: 1px solid #CCC;
}
.serviceHead .sectionInner {
    padding-bottom: 0px;
}
.serviceSub {
    background: #F2F2F2;
    text-align: center;
}



.fixed-background {
    min-height: 50vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
 
.backgroundContents {
    background-image: url("../img/service01BG.jpg");
}
.backgroundSystem {
    background-image: url("../img/service02BG.jpg");
}
.backgroundConsult {
    background-image: url("../img/service03BG.jpg");
}
.backgroundRecruit {
    min-height: calc(100vh - 90px);
    background-image: url("../img/recruitBG.jpg");
}



.backgroundRecruit img {
    position: absolute;
    top: 60px;
    left: 0;
    width: 70%;
    top: 120px;
    left: 100px;
    width: 60%;
}
.backgroundRecruit h2::after {
    display: none;
}
.backgroundRecruit p {
    position: relative;
    top: 100vh;
    top: calc(100vh - 90px);
    color: #FFF;
    font-size: 36px;
    font-weight: 300;
    background: #004488;
    padding: 5px 140px;
}
.backgroundRecruit h3 {
    position: relative;
    top: 100vh;
    top: calc(100vh - 90px);
    text-align: center;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    background: #FFF;
    padding: 80px 0;
}
.recruitbottom {
    background: #F2F2F2;
    text-align: center;
    padding-top: 300px;
}
.recruitbottom p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}
.recruitbottom .btn {
    width: 479px;
    height: 59px;
    font-size: 18px;
    line-height: 42px;
    background: #FFF;
    margin-top: 80px;
}
.recruitbottom .btn:hover {
    text-decoration: none;
}


.jobinfoRecruit {
    min-height: unset;
    border-bottom: 1px solid #CCC;
}
.jobinfoRecruit p {
    color: #FFF;
    font-size: 36px;
    font-weight: 300;
    background: #004488;
    padding: 5px 140px;
}
.jobinfoRecruit .sectionInner {
    padding: 0px;
}
.jobinfoRecruit ul {
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 100px;
    margin-top: 60px;
}
.jobinfoRecruit ul li {
    width: 100%;
    margin-right: 5%;
}
.jobinfoRecruit ul li:last-child {
    margin-right: 0;
}
.jobinfoRecruit ul li a {
    display: block;
    width: 100%;
}

.jobinfoList {
    background: #F2F2F2;
    text-align: center;
}
.jobinfoList ul li {
    width: 90%;
    margin: 0px auto 40px;
    padding: 30px 40px;
    background: #FFF;
    text-align: left;
    border: 2px solid #004488;
}
.jobinfoList ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
}
.jobinfoList ul li a:hover {
    opacity: 0.7;
}
.jobinfoList .btn {
    width: 479px;
    height: 59px;
    font-size: 18px;
    line-height: 42px;
    background: #FFF;
    margin-top: 80px;
}
.jobinfoList .btn:hover {
    text-decoration: none;
}

.jobinfoDetail {
    text-align: center;
    background: #F2F2F2;
}
.jobinfoDetail h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 0px auto 60px;
}
.jobinfoDetail h2::after {
    display: none;
}

.jobinfoDetail table {
    background: #FFF;
    padding: 40px 0px;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    border-spacing: 0px 30px;
}
.jobinfoDetail table tr th,
.jobinfoDetail table tr td {
    font-size: 16px;
    font-family: 貂ｸ繧ｴ繧ｷ繝�け, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    padding: 10px 0px;
}
.jobinfoDetail table tr th {
    text-align: center;
    width: 20%;
    border-right: 2px solid #004488;
}
.jobinfoDetail table tr td {
    text-align: left;
    width: 80%;
    padding: 10px 30px 10px 50px;
}
.jobinfoDetail .btn {
    width: 479px;
    height: 59px;
    font-size: 18px;
    line-height: 42px;
    background: #FFF;
    margin: 80px auto 0px;
}
.jobinfoDetail .btn:hover {
    text-decoration: none;
}




.privacy {
    background: #f2f2f2;
    padding: 60px 0px 120px;
    margin-top: 120px;
}
.privacy .sectionInner {
    background: #FFF;
    width: 1200px;
    max-width: 100%;
    margin: 0px auto;
    padding: 50px 60px 30px;
}
.privacy h4 {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}
.privacy p {
    font-size: 16px;
	margin-bottom: 20px;
}

.contactInner {
    background: #F2F2F2;
    margin-top: 100px;
    padding: 60px 0 120px;
    text-align: center;
}
.contactInner .sectionInner {
    background: #FFF;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 60px 0;
}
.contactInner .sectionInner * {
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
}
.contactInner .sectionInner h4 {
    font-size: 20px;
    margin-bottom: 40px;
}
.contactInner .sectionInner table {
    width: 840px;
    max-width: 100%;
    margin: 20px auto;
    margin-bottom: 80px;
}
.contactInner .sectionInner table tr th,
.contactInner .sectionInner table tr td {
    padding: 20px 40px;
    text-align: left;
    border-top: 1px solid #DDD;
}
.contactInner .sectionInner table tr th {
    width: 20%;
    background-color: #F2F2F2;
    border-top: 1px solid #CCC;
    border-bottom: none;
}
.contactInner .sectionInner table tr:last-child td {
    border-bottom: 1px solid #DDD;
}
.contactInner .sectionInner table tr:last-child th {
    border-bottom: 1px solid #CCC;
}





@media screen and (max-width: 1024px)
{

body {
    width: 100%;
    font-size: 12px;
}
header, footer {
    width: 100%;
}
footer .footerInfo {
    width: unset;
}
.main {
    width: 100%;
}

header {
    position: absolute;
    position: fixed;
    height: 60px;
    margin: 0 auto;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 20px;
}
header#top.is-animation {
    position: fixed;
    -webkit-box-shadow: none;
            box-shadow: none;
}
header#top .logo {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 200px;
}
header .logo,
header.is-animation .logo,
header#top.is-animation .logo {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 200px;
}
header .gMenu,
header.is-animation .gMenu {
    display: none !important;
}

header .contact {
    text-align: right;
    margin-top: 20px;
}
header .contact a {
    color: #FFF;
    background: #348fb4;
    padding: 10px 10px;
}
header .contact a:hover {
    color: #FFF !important;
}

#g-nav ul {
    top: 40%;
}
#g-nav ul li a img {
    width: 72px;
    margin-bottom: 20px;
}


.lang {
    top: 80px;
    right: 28px;
}


.mainImage,
.topPage .swiper-container {
    width: 100%;
    height: calc(100vh - 100px);
}

#video {
    height: 90vh;
}
#video video {
    height: 100vh;
    width: auto;
}
.kv {
    height: 90vh;
}

.ci {
    position: absolute;
    top: 120px;
    left: 30px;
    right: auto;
    margin: auto;
    width: 80%;
    height: 100px;
    z-index: 9;
}
.recruitBnr {
    top: unset;
    bottom: 40px;
    bottom: 20%;
    left: unset;
    right: 0px;
    margin: auto;
    width: 250px;
    height: auto;
    z-index: 9;
}
.recruitBnr a {
    width: 100%;
    height: 44px;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 42px;
    background: #348fb4;
    text-align: center;
    text-decoration: none !important;
}

.headerContact {
	display: none;
}
.scroll {
    position: absolute;
    width: 20px;
    text-align: center;
    right: unset;
    left: 20px;
    bottom: 5%;
    margin: auto;
}
.scrolldown2 {
    position: absolute;
    bottom: 72px;
    left: 30px;
}

.logoW {
    width: 200px;
    margin-bottom: 20px;
}

.flex {
    display: block;
    flex-wrap: unset;
}
section {
    padding: 0;
    text-align: left;
    min-height: initial;
}
section p {
    font-size: 12px;
    line-height: 2.4;
}
.sectionInner {
    width: 100%;
    padding: 30px 20px;
}




h2 {
    color: #348cb1;
    font-size: 32px;
    font-weight: 200;
    margin-bottom: 20px;
}
h3 {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 20px;
}

.topVision .sectionInner {
    width: auto;
    max-width: 100%;
    margin: 0;
    display: block;
    align-items: flex-start;
    padding: 30px 20px;
}
.topVision .sectionInner div {
    width: 100%;
}
.topVision .sectionInner h2,
.topVision .sectionInner h3 {
    padding-left: 10px;
}
.topVision img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.topVision p {
    text-align: center;
}
.topVision .more a {
    text-align: center;
}
.topVision .more a img {
    width: 50px;
}

.moreArrow {
    text-align: left;
    margin-top: 20px;
}
.moreArrow a img {
    width: 40px;
}


.topBusiness {
    position: relative;
    width: 100%;
    padding: 240px 0px 100px 30px;
    margin-left: auto;
    background: url("../img/top/topBusinessSP.png") no-repeat;
    background-size: contain;
}
.topBusiness::before {
    position: absolute;
    top: 140px;
    right: 0px;
    content: "";
    background: #348cb1;
    width: 100%;
    height: 400px;
    z-index: -1;
}
.topBusiness h2 {
    font-size: 24px;
}
.topBusiness p {
    padding-right: 20px;
}

.topTechnology {
    position: relative;
    display: block;
    margin-top: 0px;
}
.topTechnology h2 {
    padding-top: 0px;
}
.topTechnology h3 {
    position: relative;
    margin-bottom: 20px;
}
.topTechnology h3 a {
    display: block;
}
.topTechnology a:hover {
    color: #348cb1;
}
.topTechnology img {
    width: calc(100% - 30px);
    margin-left: 0px;
    margin-right: 30px;
    margin-top: 30px;
}
.topTechnology div {
    width: 100%;
    padding: 0px 30px;
}
.topTechnology ul {
    border-top: 1px solid #348cb1;
}
.topTechnology ul li {
    border-bottom: 1px solid #348cb1;
}
.topTechnology ul li a {
    display: block;
    position: relative;
    color: #555;
    font-size: 16px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    padding: 15px 0px 15px 20px;
}
.topTechnology h3::after,
.topTechnology ul li a::after {
    position: absolute;
    content: "笏�";
    top: 15px;
    right: 10px;
    color: #348cb1;
    font-size: 20px;
    transform: rotate(45deg);
}
.topTechnology h3::after {
    top: 0px;
    right: 30px;
}

.topEpisode {
    position: relative;
    width: auto;
    margin: 40px 0px 20px 30px;
    padding-bottom: 0;
}
.topEpisode p {
    padding-right: 18px;
}
.topEpisode .episodeLink {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    margin-top: 20px;
}
.topEpisode .episodeLink li {
    margin-bottom: 10px;
}

.topNews {
    position: relative;
    width: auto;
    margin: 40px 30px;
    padding-bottom: 0px;
}
.topNews p {
    display: inline-block;
    color: #348fb4;
}
.topNews p a {
    color: #333;
    font-size: 16px;
    padding-bottom: 3px;
    border-bottom: 1px solid #348fb4;
}
.topNews p a:hover {
    color: #348fb4;
    text-decoration: none;
}
.newsList {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #348fb4;
    padding: 0px 0px 20px 0px;
}
.newsList li {
    border-bottom: 1px solid #348fb4;
    padding: 10px 0px;
}
.subPage .newsList {
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    padding: 0px;
    margin-left: 0px;
}
.newsList li a {
    color: #333;
    font-size: 12px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    line-height: 2.0;
}
.newsList li a span {
    display: block;
    color: #333;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    margin-left: 0px;
    margin-right: 10px;
}
.newsList li a:hover {
    color: #348fb4;
    text-decoration: none;
}

.newsDetail {
    margin-top: 20px !important;
    padding: 0px 0px 0 10px;
}
.newsDetail h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.newsDetail .date {
    display: block;
    font-size: 13px;
    text-align: right;
    margin-bottom: 30px;
}
.newsDetail a {
    color: #348fb4;
    text-decoration: underline;
}
.newsDetail .back {
    margin-top: 40px;
}



.topCompany {
    margin: 60px auto 0px;
    text-align: center;
}
.topCompany img {
    width: 100%;
}

.one {
    width: 100%;
    min-height: 40vh;
}
.parallax {
    width: 100%;
    overflow: hidden;
}
.parallax h2 {
    width: 300px;
}

.bg._01 {
    background-image: url("../img/top/topBGSP01.png");
}
.bg._02 {
    background-image: url("../img/top/topBGSP02.png");
}
.bg._03 {
    background-image: url("../img/top/topBGSP03.png");
    background-position: center top;
    background-position: center center;
}
.bg._04 {
    background-image: url("../img/top/topBGSP04.png");
}
.bg._05 {
    background-image: url("../img/top/topBG05.png");
}


.parallax h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.parallax p {
    color: #555;
    font-size: 14px;
    font-weight: 600;
}
.parallax .sectionInner div {
    background: rgba(255, 255, 255, 0.7);
}

.vision01 .visionText {
    width: calc(100% - 60px);
    margin: 20px auto 0;
}
.project .projectText {
    width: calc(100% - 50px);
    margin: 20px auto 0;
}
.vision01 {
    padding: 20px 0;
}
.vision01 .visionText h3,
.project .projectText h3 {
    color: #FFF;
    font-size: 18px;
}
.vision01 .visionText p,
.project .projectText p {
    color: #FFF;
    font-size: 14px;
    line-height: 2.0;
}
.vision02 .sectionInner div {
    padding: 40px 30px 30px;
}
.vision03 .sectionInner div {
    padding: 40px 30px 40px;
}
.vision04 .sectionInner {
    padding: 0px 0px 20px;
}
.vision04 .sectionInner div {
    padding: 40px 30px 30px;
}

.more {
    width: calc(100% - 40px);
}
.more a {
    width: 100%;
    margin: 20px 0;
    text-align: right;
}
.more a img {
    width: 160px;
}



.subPageHeader {
    margin-top: 100px;
    width: calc(100% - 30px);
    margin-left: 30px;
}
.subPageHeader h2 {
    color: #0d0b5e;
    color: #666;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}
.subPageHeader h2 span {
    display: block;
    margin-top: 5px;
    color: #348fb4;
    font-size: 32px;
    font-weight: 200;
}
.subPageHeader h2.sp span {
    color: #666;
    font-size: 24px;
    margin-bottom: 10px;
}





.groupMenu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #348fb4;
    margin-bottom: -20px;
    padding-left: 100px;
    width: 100%;
}
.groupMenu li {
    width: 70px;
    height: 50px;
    overflow: hidden;
}
.groupMenu li a {
    text-align: center;
    font-size: 14px;
    background: #FFF;
    width: 100%;
    height: 50px;
    line-height: 40px;
    transition: .2s all;
    padding: 5px 0px;
}
.groupMenu li.selected a,
.groupMenu li a:hover {
    color: #555;
    background: #FFF;
    text-decoration: none;
    border-bottom: 5px solid #348fb4;
}


.bgAnime {
    background: linear-gradient(45deg, #349BC0,#3993D1,#3993D1);
    background-size: 200% 200%;
    animation: bggradient 20s ease infinite;
    margin-top: 40px;
}

.subPage .sectionInner {
    margin: 0px;
    width: 100%;
    padding: 30px 30px 40px 30px;
}
.subPage .sectionInner h2 {
    color: #FFF;
    font-size: 28px;
    padding-top: 100px;
    line-height: 2.0;
}
.subPage .sectionInner h2 span {
    display: block;
    font-size: 40px;
}

.subPage .visionInner {
    margin-left: 0px;
    width: 100%;
    padding: 40px 20px 40px 30px;
}
.subPage .visionInner p {
    line-height: 2.4;
}

.subPage .vision2Inner {
    display: block;
    margin: 0px;
    width: 100%;
    padding: 50px 20px 60px;
}
.vision2Inner img {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.vision2Inner .visionBody {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.vision2Inner h3 {
    color: #619dc4;
    font-size: 18px;
    margin-bottom: 20px;
}
.vision2Inner p {
    padding-left: 0px;
    margin-bottom: 40px;
}
.vision2Inner ul {
    width: 80%;
    border-top: 1px solid #348cb1;
    margin: auto;
    margin-top: 80px;
}
.vision2Inner ul li {
    border-bottom: 1px solid #348cb1;
}
.vision2Inner ul li a {
    display: block;
    position: relative;
    color: #555;
    font-size: 14px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    padding: 10px 0px 10px 20px;
}
.vision2Inner a:hover {
    color: #348cb1;
}
.vision2Inner ul li a::after {
    position: absolute;
    content: "笏�";
    top: 8px;
    right: 5px;
    color: #348cb1;
    font-size: 18px;
    transform: rotate(45deg);
}


.businessHead {
    margin-top: 40px;
    background: url("../img/sub/business01BG.png") no-repeat;
    background-size: cover;
    padding: 10px 0px 50px;
    text-align: center;
    border-bottom: 1px solid #FFF
}
.businessHead .sectionInner {
    width: auto;
    margin: 20px 0px 0px 0px;
    padding-bottom: 0px;
}
.business h3 {
    width: 300px;
    color: #FFF;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto 40px;
}
.business h3 img {
    width: 100px;
    margin-bottom: 40px;
}
.business p {
    color: #FFF;
    text-align: left;
}
.businessBottom {
    display: block;
}
.businessBottom .businessLeft {
    width: 100%;
    background: url("../img/sub/business02BG.png") no-repeat;
    background-size: cover;
    padding: 60px 30px;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #FFF;
}
.businessBottom .businessRight {
    width: 100%;
    background: url("../img/sub/business03BG.png") no-repeat;
    background-size: cover;
    padding: 60px 30px;
    text-align: center;
}
.businessBottom h3 {
    height: auto;
}
.businessBottom h3 img {
    width: 160px;
    margin-bottom: 0px;
}
.businessLink {
    position: relative;
    margin-top: 60px;
    text-align: left;
}
.businessLinkLeft {
    position: relative;
    left: 0;
    margin-bottom: 30px;
}
.businessLinkRight {
    position: relative;
    top: 0;
    right: 0;
}
.businessLink a {
    position: relative;
    font-size: 18px;
    width: 100%;
    height: 70px;
    text-align: left;
    padding: 10px 10px 10px 20px;
    /*
    color: #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.2);
    */
    transition: .2s background;
}
.businessLink a.noSpan {
    position: unset;
    line-height: 65px;
    padding: 0px 10px 0px 20px;
}
.businessLink a::after {
    position: absolute;
    content: "笏�";
    top: 18px;
    right: 5px;
    /*
    color: #FFF;
    */
    font-size: 24px;
    transform: rotate(45deg);
}
.businessLink a.noSpan::after {
    top: 0px;
    right: 5px;
}
.businessLink a span {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 200;
}
.businessLink a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.35);
}
.businessLink video {
    width: 100%;
}


.teckHead {
    margin-top: 40px;;
}
.teckHead img {
    width: calc(100% - 30px);
    margin-right: 30px;
}
.teckHead .sectionInner {
    margin: 10px 0px 0px;
    width: 100%;
    padding-bottom: 0px;
}
.teckBody .sectionInner {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px 0px 0px;
    width: 100%;
    padding-bottom: 0px;
}
.teckBody .sectionInner h3 {
    width: 25%;
    position: sticky;
    top: 40px;
    height: 100vh;
    padding-top: 20px;
}
.teckBody .sectionInner ul {
    width: 75%;
}
.teckBody .sectionInner ul li {
    width: 48%;
    margin-right: 4%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 14px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    margin-bottom: 14px;
}
.techEquip .sectionInner ul li {
    width: 48%;
    margin-right: 4%;
    text-align: center;
}
.techEquip ul li:nth-child(even) {
    margin-right: 0px;
}
.teckBody .sectionInner ul li img {
    margin-bottom: 10px;
}
.teckBody .sectionInner ul li h4 {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.teckBody .sectionInner ul li p {
    line-height: 2.0;
}

.teckHead.techEquip .sectionInner {
    margin: 0px 0px 0px 40px;
    width: calc(100% - 40px);
}
.techEquip .sectionInner {
    display: block;
}
.techEquip h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid #348cb1;
}
.techEquip h4 {
    text-align: center;
    color: #555;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.techEquip p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}
.techEquip .sectionInner ul {
    width: 100%;
}
.techEquip ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.techEquip ul li {
    width: 48%;
    margin: 0 2%;
    text-align: center;
}
.techEquip ul li:nth-child(odd) {
    margin-left: 0px;
}
.techEquip ul li:nth-child(even) {
    margin-right: 0px;
}
.techEquip ul li h5 {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}
.techEquip table {
    width: 100%;
}
.techEquip table tr th,
.techEquip table tr td {
    text-align: center;
    font-size: 12px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    padding: 10px 2px;
    border-bottom: 1px solid #999;
}
.techEquip table tr th {
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #333;
}




.episodeInner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.episodeInner h2 {
    position: relative;
    height: auto;
    top: unset;
    width: 30%;
}
.episodeInner .episodeBody {
    width: 70%;
}
.episodeInner img {
    margin-bottom: 40px;
}
.episodeInner h3 {
    display: inline-block;
    font-size: 32px;
    padding-bottom: 16px;
    border-bottom: 4px solid #FFF;
}
.episodeInner p {
    margin-bottom: 60px;
}


h3.groupHeader {
    padding: 20px 40px 20px 40px;
    line-height: 2.2;
    margin-bottom: 0;
}
h3.groupHeader span {
    display: block;
}
.greeting01 {
    background: url("../img/sub/greeting01.png") no-repeat;
    background-size: cover;
    background: transparent;
    padding: 0px 40px;
}
.greeting01 p {
    line-height: 2.2;
}
.greeting02 {
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 40px 40px 40px 40px;
}
.greeting02 p {
    line-height: 2.2;
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
}
.greeting02 span {
    display: block;
    text-align: right;
    font-size: 14px;
    font-family: 'Noto Serif JP', 貂ｸ譏取悃, YuMincho, "Hiragino Sans", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
}
.greeting02 span span {
    display: inline;
    font-size: 18px;
}
.greeting02 img {
    width: 100%;
    margin: auto;
}


dl.companyAbout {
    border-top: 1px solid #FFF;
    margin: 0px 20px 0px 40px;
    padding-bottom: 30px;
}
dl.companyAbout .clear {
    clear: both;
}
dl.companyAbout dt,
dl.companyAbout dd {
    color: #FFF;
    font-size: 12px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    width: 22%;
    float: left;
    border-bottom: 1px solid #FFF;
    padding: 10px 0;
    margin-bottom: 10px;
}
dl.companyAbout dd {
    width: 74%;
    margin-left: 4%;
}
dl.companyAbout dd a {
    color: #FFF;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
}

.subPageRecruit {
    background: #348fb4;
}
.subPageRecruit .subPageHeader {
    margin-top: 0px;
    padding-top: 90px;
}
.subPageRecruit .subPageHeader h2,
.subPageRecruit .subPageHeader h2 span,
.subPageRecruit .recruitInner h3,
.subPageRecruit .recruitInner p {
    color: #FFF;
}


.history .sectionInner {
    margin: 0px 0px 0px 10px;
    width: calc(100% - 10px);
    padding-bottom: 40px;
    padding-top: 0px;
}
.timeline {
    width: 100%;
    margin: 0px auto !important;
    padding: 0px !important;
}
.timeline li {
    position: relative;
    color: #FFF;
    list-style: none;
    padding: 0 0 10px 0 !important;
}
.timeline dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 10px !important;
}
.timeline dl dt {
    width: 40px;
    font-size: 14px;
    line-height: 2.1;
}
.timeline dl dd {
    width: calc(100% - 40px);
    font-size: 16px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    line-height: 2.0;
}
.content .timeline li::after {
    top: 10px;
    left: -9px;
}
.border-line {
    left: -5px !important;
}
.timeline dd h4 {
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'Noto Serif JP', 貂ｸ譏取悃, YuMincho, "Hiragino Sans", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
    line-height: 2.0;
}
.tab {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.tab li {
    color: #FFF;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    width: 94px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    padding: 0px 5px;
    margin-right: 10px;
    cursor: pointer;
    transition: .5s;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.tab li:hover,
.tab li.select {
    background: rgba(255, 255, 255, 0.4);
    transition: .3s;
}
.content li {
    transition: .3s;
}
.hide {
    display: none;
    transition: .3s;
}

.episodeMenu {
    padding-left: 160px;
}
.episodeMenu li {
    width: 50px;
}
.episodeMenu li a {
    font-size: 16px;
}

.episodeInner {
    display: block;
}
.subPage .episodeInner h2 {
    width: 100%;
    margin-right: 0;
    font-size: 16px;
    padding-top: 0px;
}
.subPage .episodeInner h2 span {
    font-size: 20px;
}
.episodeInner .episodeBody {
    width: 100%;
}
.episodeInner img {
    margin-bottom: 40px;
}
.episodeInner h3,
.episodeInner p {
    color: #FFF;
}
.episodeInner h3 {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 2px solid #FFF;
}
.episodeInner p {
    line-height: 2.4;
    margin-right: 0px;
    margin-bottom: 20px;
}






/*
.business h3 {
    color: #014589;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.business h4 {
    color: #222;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}
.business img.sp {
    margin-top: 20px;
}
.business p {
    font-size: 13px;
    font-weight: bold;
}
.business .businessMore {
    text-align: right;
    width: 100%;
}
.business .businessMore img {
    width: 160px;
}
*/


.companyInfo ul {
    display: block;
}
.companyInfo ul li a {
    width: 100%;
    background-size: cover;
    height: 180px;
    text-align: center;
    color: #FFF;
    font-size: 36px;
    line-height: 180px;
}



.news .sectionInner {
    display: block;
    width: 100%;
}
.news .sectionInner h3 {
    text-align: center;
    width: auto;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news .sectionInner .newsLeft {
    width: 100%;
}
.news .sectionInner ul {
    width: 100%;
}
.news ul li {
    height: 70px;
    overflow: hidden;
    border-bottom: 2px solid #014589;
    margin-bottom: 4px;
}
.news ul li a {
    display: block;
    font-size: 12px;
    margin: 10px 0px;
    padding: 0px 15px 0px 0px;
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.news ul li a span {
    display: block;
    font-size: 12px;
    padding-bottom: 0;
}
.news .newsMore {
    margin-top: 30px;
    text-align: right;
}
.news .newsMore img {
    width: 160px;
}
.arrow::before {
    right: 1.5px;
    width: 15px;
    height: 2px;
    background: #014589;
}
.arrow::after {
    right: 2px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #014589;
    border-right: 2px solid #014589;
}


.pagetop {
    position: absolute;
    right: 30px;
    bottom: 80px;
}
.pagetop a {
    display: block;
    padding: 0px;
    width: 20px;
    text-align: center;
}


.recruitBottom {
    width: 100%;
    padding: 30px 30px;
    background: #348fb4;
}
.recruitBottom h2 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 30px;
}
.recruitBottom h2 span {
    display: block;
    color: #FFF;
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 10px;
}
.subPageRecruit .slider {
    padding: 0px 0px;
    margin: 30px 0 0;
}
.subPageRecruit .slider li {
    border: none;
}
.recruitMenu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    border-bottom: 1px solid #FFF;
    margin-bottom: 0px;
    padding: 0px;
    padding-left: calc(100% - 250px);
    margin-top: 20px;
}
.recruitMenu li {
    width: 100px;
}
.recruitMenu li:first-child {
    margin-right: 20px;
}
.recruitMenu li a {
    position: relative;;
    text-align: center;
    font-size: 14px;
    color: #348fb4;
    background: #FFF;
    width: 100%;
    height: 34px;
    line-height: 30px;
    transition: .2s all;
    padding: 2px 0px;
    margin: 0px;
}
.recruitMenu li a::after {
    position: absolute;
    top: 2.4px;
    right: 1px;
    content: "笏�";
    font-size: 12px;
    transform: rotate(45deg);
}
.recruitMenu li.selected a,
.recruitMenu li a:hover {
    color: #348fb4;
    background: #FFF;
    text-decoration: none;
}
.recruitInner li:first-child a:hover,
.recruitMenu li a:hover {
    opacity: 0.8;
}
.recruitInner li {
    padding-left: 40px;
    margin-bottom: 20px;
}
.recruitInner li h3 {
    font-size: 17px;
}
.recruitInner li span {
    display: inline-block;
    position: relative;
    top: 58px;
    left: -70px;
    color: #FFF;
    font-size: 11px;
    letter-spacing: 1px;
    transform: rotate(90deg);
}
.recruitInner li.interviews span {
    left: -66px;
}
.recruitInner li h3,
.recruitInner li p,
.recruitInner li a {
    color: #FFF;
}
.recruitInner li a {
    text-decoration: underline;
}
.recruitInner li ul {
    display: block;
}
.recruitInner li ul li {
    background: transparent;
    padding-left: 0px;
    margin-right: -30px;
}
.recruitInner li ul li:last-child {
    margin-right: -30px;
}
.recruitInner li ul li p {
    margin-top: 5px;
}
.recruitInner li.interviews ul li p span {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}
.recruitInner hr {
    border: none;
    margin-top: 30px;
    width: calc(100% - 10px);
    height: 1px;
    background: #FFF;
    margin-bottom: 30px;
}
.subPageRecruit .recruitBottom {
    padding-top: 30px;
}

.recruitInner .jobMenu {
    padding-left: 0px;
    margin-bottom: 10px;
    border-bottom: none;
}
.recruitInner .jobMenu li {
    width: auto;
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 20px;
}
.recruitInner .jobMenu li a {
    background: transparent;
    text-decoration: none;
}
.jobMenu li.selected a,
.jobMenu li a:hover {
    color: #FFF;
    background: transparent;
    border-bottom: 5px solid #FFF;
}
.recruitInner table {
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 0px;
}
.recruitInner table tr th,
.recruitInner table tr td {
    padding: 10px 10px 10px 15px;
    font-size: 12px;
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
    text-align: left;
    background-color: #FFF;
    border-top: 1px solid #CCC;
    border-bottom: none;
}
.recruitInner table tr th {
    width: 61px;
    color: #222;
    border-top: 1px solid #999;
    background-color: #AED1E0;
}
.btnEntry {
    margin-top: 80px;
    text-align: center;
}
.btnEntry a {
    color: #FFF;
    font-size: 20px;
    line-height: 50px;
    padding: 0px 60px 3px;
    border: 1px solid #FFF;
    transition: .3s all;
}
.btnEntry a:hover {
    color: #348fb4;
    background: #FFF;
    text-decoration: none;
}
.btnEntry a::after {
    position: absolute;
    content: "笏�";
    top: 1px;
    right: 5px;
    color: #FFF;
    font-size: 20px;
    transform: rotate(45deg);
}

.benefit {
    width: 100%;
    margin-right: 0;
}
.benefit .recruitInner li {
    padding-left: 0px;
    margin-bottom: 10px;
}
.benefit .recruitInner li h4 {
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 3px;
}
.benefit .recruitInner li p {
    margin-bottom: 20px;
}
.benefit .recruitInner li ul {
    display: flex;
    flex-wrap: wrap;
}
.benefit .recruitInner li ul li {
    width: 100%;
    background: transparent;
    padding-left: 0px;
    margin-right: 0;
}
.benefit .recruitInner li ul li:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 0;
}
.benefit .recruitInner li img {
    margin-top: 10px;
    margin-bottom: 15px;
}

.workstyle {
    width: 100%;
}
.workstyle h3 {
    padding-bottom: 20px;
    border-bottom: 2px solid #FFF;
    margin-bottom: 30px;
}
.workstyle h4 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 0px;
}
.workstyle p {
    line-height: 2.2;
    padding-left: 0px;
    margin-bottom: 30px;
}
.recruitInner li.companystyle {
    margin-top: 30px;
    margin-bottom: 30px;
}
.recruitInner li.companystyle span {
    left: -220px;
}
.recruitInner li.companystyle  p {
    margin-bottom: 30px;
}
.recruitInner li .workstylePhoto {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
}
.recruitInner li .workstylePhoto img {
    width: 320px;
    margin-bottom: 20px;
}

.subPage .recruitInterview {
    margin: 20px 0px 0px 0px;
    width: 100%;
}
.recruitInterview img {
    width: 100%;
    margin: 20px 0;
}
.recruitInnerHeader {
    position: relative;
    margin-bottom: 0px;
}
.recruitInnerHeader img {
    width: 860px;
    margin-top: 0;
}
.subPage .recruitInnerHeader h2 {
    position: relative;
    top: unset;
    left: unset;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.0;
    padding-top: 20px;
}
.subPage .recruitInnerHeader h2 span {
    font-size: 16px;
}


.footerTech ul {
    display: block;
    width: calc(100% - 100px);
    margin: 50px auto;
}
.footerTech ul li {
    width: 100%;
    margin: 30px 0 0;
}

footer {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.footerContact {
    background: #FFF;
    padding: 0px 40px;
    margin-bottom: 40px;
}
.footerContact p {
    color: #333;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.footerContact ul {
    display: block;
    padding: 0px;
    text-align: center;
}
.footerContact ul li {
    width: 100%;
    margin: 0px auto 20px;
}
.footerContact ul li a,
.footerContact ul li span {
    display: block;
    color: #FFF;
    background: #348fb4;
    background: #3985b5;
    font-size: 14px;
    padding: 8px 0 10px;
}
.footerContactBottom a {
    font-size: 13px;
}
footer .footerLogo {
    position: relative;
    left: unset;
    bottom: unset;
    width: calc(100% - 80px);
    margin: auto;
    text-align: center;
}
footer .footerLogo .banner {
    margin-bottom: 40px;
}
footer .footerLogo p {
    margin: 10px 0px;
    font-size: 12px;
}
footer .footerMenu {
    display: none;
}
footer .copyright {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    max-width: 100%;
    margin: auto;
    background: #FFF;
}
footer .copyright p {
    text-align: center;
    color: #348fb4;
    font-size: 11px;
}




.projectHead {
    height: 200px;
}
.projectHead h2 {
    padding-left: 40px;
    padding-top: 90px;
}
.projectHead h2 span {
    display: block;
    font-size: 18px;
}
.projectMenu {
    font-size: 16px;
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 20px;
}
.projectMenu a,
.projectMenu span {
    font-size: 16px;
}
.headProject {
    margin-bottom: 20px;
}
.headProject h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.headProject p {
    font-size: 14px;
}
.project ul {
    display: block;
    width: 100%;
    margin-right: 0px;
}
.project ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
.project ul li img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 20px;
}
.project ul li a {
    color: #014589;
    font-size: 16px;
    margin-bottom: 5px;
}
.project ul li h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
}
.project ul li p {
    font-size: 14px;
}
.projectDetail .sectionInner h3 {
    color: #014589;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}




/*
.businessHead {
    height: 200px;
}
.businessHead h2 {
    padding-left: 40px;
    padding-top: 90px;
}
.businessHead h2 span {
    display: block;
    font-size: 18px;
}
.businessMenu {
    font-size: 16px;
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 30px;
}
.businessMenu span {
    color: #014589;
    font-size: 16px;
    font-weight: bold;
}
.businessMenu a {
    font-size: 16px;
}
.businessMenu a:hover {
    color: #014589;
}
.business h2 {
    color: #014589;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 0px;
}
.businessBody {
    background: #F2F2F2;
}
.businessBody .sectionInner {
    padding-bottom: 1px;
}
.businessBody h3 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.businessBody h4 {
    position: relative;
    color: #014589;
    font-size: 12px;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 20px;
}
.businessBody h4::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    width: 15px;
    height: 1px;
    background: #014589;
}
.businessBody p {
    font-size: 14px;
    line-height: 2.0;
    margin-bottom: 0px;
}
.businessBody .flex {
    display: block;
    margin-bottom: 40px;
}
.businessBody .flex div {
    width: 100%;
}
.businessBody .flex img,
.businessBody .flex img.leftImg {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

.businessTechnology {
    margin-top: 0px;
    padding-top: 0px;
}
.businessTechnology h2 {
    color: #014589;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 50px;
}
.businessTechnology .flex {
    display: block;
    margin-bottom: 0px;
}
.businessTechnology .flex div {
    width: 100%;
}
.businessTechnology .flex img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-right: 0;
    margin-bottom: 60px;
}
.businessTechnology h3 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 2.2;
    margin-bottom: 10px;
}
.businessTechnology h4 {
    position: relative;
    color: #014589;
    font-size: 12px;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 20px;
}
.businessTechnology h4::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    width: 15px;
    height: 1px;
    background: #014589;
}
.businessTechnology p {
    font-size: 14px;
    line-height: 2.0;
    margin-bottom: 20px;
}
*/





.companyHead {
    height: 200px;
}
.companyHead h2 {
    line-height: 140px;
    padding-left: 40px;
    padding-top: 60px;
}

.companyMenu {
    font-size: 16px;
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 20px;
}
.companyMenu a,
.companyMenu span {
    font-size: 16px;
}

.company table {
    border-spacing: 0px 10px;
}
.company table tr th {
    width: 74px;
    min-width: unset;
    padding: 5px 0px;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 2.0;
    text-align: center;
    background: #F2F2F2;
}
.company table tr td {
    width: auto;
    padding: 5px 0 5px 12px;
    font-size: 14px;
    line-height: 2.0;
}
.company table tr td.member {
    font-size: 13px;
    letter-spacing: -1px;
    padding: 0px 0 0px 12px;
    line-height: 2.0;
}
.company table.history tr td {
    font-size: 13px;
    line-height: 1.8;
}
.company h3 {
    color: #014589;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -2px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.company h4 {
    position: relative;
    color: #014589;
    font-size: 12px;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 20px;
}
.company h4::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    width: 15px;
    height: 1px;
    background: #014589;
}
.company p {
    font-size: 14px;
    line-height: 2.0;
    margin-bottom: 20px;
}
.company .mar100 {
    margin-bottom: 60px !important;
}
.company .flex {
    display: block;
}
.company .flex p {
    width: 100%;
}
.company .flex.mar30 {
    margin-bottom: 20px !important;
}
.company p span.subtitle {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.8;
    margin-bottom: 20px;
}



.subPageHead {
    height: 150px;
}
.subPageHead h2 {
    line-height: 100px;
    padding-left: 40px;
    padding-top: 60px;
    font-size: 26px;
    letter-spacing: 0px;
}

#privacy .sectionInner p.date {
    text-align: left;
}
#privacy .sectionInner p {
    font-size: 12px;
}






@media screen and (min-width: 768px) {

header .contact a span {
    letter-spacing: 0px;
}

.ci {
    top: 0;
    bottom: 0;
    left: 40px;
    width: 410px;
    height: 320px;
}

.sectionInner {
    width: calc(100% - 100px);
}
.one {
    width: 100%;
    min-height: 25vh;
}
.vision04 .sectionInner {
    padding: 0px 0px 100px;
}
.vision01 .visionText,
.project .projectText {
    width: calc(100% - 100px);
}


.episode ul li {
    width: 100%;
    height: 280px;
}
.episode ul li a h4 {
    margin-top: 100px;
    margin-bottom: 10px;
    font-size: 28px;
}
.episode ul li a p {
    font-size: 24px;
}
.episode ul li a p br {
    display: none;
}

.companyInfo ul {
    display: flex;
    flex-wrap: nowrap;
}
.companyInfo ul li {
    width: 100%;
}
.companyInfo ul li a {
    width: 100%;
    background: url("../img/top/recruitBG.png") no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
    text-align: center;
    color: #FFF;
    font-size: 32px;
    text-decoration: none;
    line-height: 200px;
}
.companyInfo ul li a:hover {
    opacity: 0.8;
}
.companyInfo ul li:first-child a {
    background-image: url("../img/top/companyBG.png");
}


.business img.sp {
    margin-top: 20px;
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.company img.pc.sign {
    display: block;
}
.company img.sp.sign {
    display: none;
}

.project ul li img {
    height: 300px;
}
.episodePara {
    height: 300px;
}
.businessTechnology .flex img,
.businessBody .flex img,
.businessBody .flex img.leftImg {
    height: 300px;
}

footer .footerLogo {
    width: 40%;
}



}


.service h2 {
    margin-bottom: 30px;
}
.service p {
    text-align: center;
    font-size: 12px;
}
.service ul {
    display: block;
    padding: 0px 40px;
    margin-top: 0px;
}
.service ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.service ul li:last-child {
    margin-bottom: 0px;
}
.service ul li h3 {
    height: 30px;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
}
.service ul li h3::after {
    top: 52%;
    right: 40px;
    width: 5px;
    height: 5px;
}

.recruit {
    overflow: hidden;
}
.recruit img {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 20px;
}
.recruit .sectionInner div p {
    font-size: 12px;
    margin-bottom: 10px;
}
.recruit .sectionInner div a {
    text-align: center;
    width: 100%;
    height: 41px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    background: #FFF;
    margin-bottom: 20px;
}
.recruit .sectionInner div a:last-child {
    margin-bottom: 0;
}
.bgleft::after {
    width: 5px;
    height: 5px;
}



.topContact ul {
    display: block;
    width: 80%;
    margin: 0px auto;
}
.topContact ul li {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.topContact ul li:first-child {
    margin-bottom: 30px;
}
.topContact ul li a {
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 40px;
}


.breadcrumbs {
    display: none;
}

.menuTab {
    background: #FFF;
    width: 100%;
    height: 40px;
    text-align: center;
}
.menuTab ul {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
}
.menuTab ul li {
    width: 100%;
    padding: 0;
    margin: 0;
}
.menuTab ul li::after {
    position: absolute;
    top: 10px;
    right: 0px;
    content: "";
    width: 1px;
    height: 20px;
    background: #CCC;
}
.menuTab ul li h2 {
    position: relative;
    font-size: 14px;
    line-height: 42px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.menuTab ul li h2::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #0070bd;
}
.menuTab ul li a {
    font-size: 12px;
    line-height: 46px;
    text-decoration: none;
    letter-spacing: -0.5px;
    border-bottom: 2px solid transparent;
}

.subPage .subInner {
    padding: 30px 20px;
    width: 100%;
    max-width: 100%;
}
.subPage .subInner h3 {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
}
.subPage .subInner h4 {
    color: #0070bd;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}


.serviceSub p {
    text-align: center;
    font-size: 12px;
}



.companyBottom table {
    background: #FFF;
    padding: 10px 0px;
    width: 100%;
    max-width: 100%;
    margin: auto;
    border-spacing: 10px;
}
.companyBottom table tr th,
.companyBottom table tr td {
    font-size: 14px;
    padding: 5px 0px;
}
.companyBottom table tr th {
    width: 25%;
    max-width: 60px;
    padding-right: 10px;
}
.companyBottom table tr td {
    width: 75%;
    max-width: 180px;
    padding-left: 10px;
}
.fixed-background {
    min-height: unset;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
}

.backgroundRecruit {
    min-height: unset;
    height: 65vh;
    background-image: url("../img/recruitBGSP.jpg");
    background-size: contain;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.backgroundRecruit img {
    position: absolute;
    width: 80%;
    top: 130px;
    left: 0;
    right: 0;
    margin: auto;
}
.backgroundRecruit p {
    position: relative;
    top: 65vh;
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    background: #004488;
    padding: 5px 20px;
}
.backgroundRecruit h3 {
    position: relative;
    top: 65vh;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    background: #FFF;
    padding: 20px 0;
}





.jobinfoRecruit p {
    position: relative;
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    background: #004488;
    padding: 5px 20px;
}
.jobinfoRecruit ul {
    margin-top: 20px;
}
.jobinfoList ul li {
    width: 100%;
    margin: 0px auto 20px;
    padding: 15px 10px 15px 15px;
    background: #FFF;
    text-align: left;
    border: 2px solid #004488;
}
.jobinfoList ul li h3 {
    margin-bottom: 10px;
}
.jobinfoList ul li p {
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
}

.jobinfoList .btn {
    width: 280px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    background: #FFF;
    margin-top: 10px;
}

.jobinfoDetail {
    text-align: center;
    background: #F2F2F2;
}
.jobinfoDetail h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0px auto 30px;
}

.jobinfoDetail table {
    background: #FFF;
    padding: 10px 0px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    border-spacing: 10px 20px;
}
.jobinfoDetail table tr th,
.jobinfoDetail table tr td {
    font-size: 12px;
    padding: 10px 0px;
}
.jobinfoDetail table tr th {
    text-align: center;
    width: 20%;
    border-right: 2px solid #004488;
}
.jobinfoDetail table tr td {
    text-align: left;
    width: 80%;
    padding: 10px 8px 10px 10px;
}
.jobinfoDetail .btn {
    width: 280px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    background: #FFF;
    margin-top: 10px;
}



.privacy {
    background: #f2f2f2;
    padding: 20px 20px;
    margin-top: 40px;
}
.privacy .sectionInner {
    background: #FFF;
    width: 1000px;
    max-width: 100%;
    margin: 0px auto;
    padding: 20px 20px 0.5px;
}
.privacy h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.privacy p {
    font-size: 12px;
    margin-bottom: 20px;
}

.contactInner {
    background: #F2F2F2;
    margin-top: 40px;
    padding: 20px 0 40px;
    text-align: center;
}
.contactInner .sectionInner {
    background: #FFF;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 40px 0;
}
.contactInner .sectionInner * {
    font-family: 繝｡繧､繝ｪ繧ｪ, Meiryo, 'Noto Sans JP', sans-serif;
}
.contactInner .sectionInner h4 {
    font-size: 12px;
    margin-bottom: 30px;
}
.contactInner .sectionInner table {
    width: calc(100% - 60px);
    margin: 20px auto;
    margin-bottom: 30px;
}
.contactInner .sectionInner table tr th,
.contactInner .sectionInner table tr td {
    padding: 10px 12px;
    text-align: left;
    border-top: 1px solid #DDD;
}
.contactInner .sectionInner table tr th {
    width: 25%;
    background-color: #F2F2F2;
    border-top: 1px solid #CCC;
    border-bottom: none;
}
.contactInner .sectionInner table tr:last-child td {
    border-bottom: 1px solid #DDD;
}
.contactInner .sectionInner table tr:last-child th {
    border-bottom: 1px solid #CCC;
}
div.mfp_buttons button {
    font-size: 14px;
    background: #3985b5 !important;
    border: none;
}



.contact .subInner h3 {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    background: #f2f2f2;
    height: 30px;
    line-height: 30px;
    margin-bottom: 50px;
}
.contact .subInner h3 span {
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    letter-spacing: 1px;
    height: 30px;
    width: 150px;
    display: block;
    margin-bottom: 10px;
}



/*
.accordionbox {
    width: 100%;
    background: #F2F2F2;
    border-bottom: 1px solid #CCC;
    margin: 0px auto 10px;
    padding: 0px;
}
.accordionlist dt {
    display: block;
    padding: 11px 0;
    border-top: 1px solid #CCC;
    background-image: url(arrow_on.png);
    background-size: 9px;
    background-position: 12px 0px;
    background-repeat: no-repeat;
    background-color: #FFF;
}
.accordionlist dt .title {
    padding-left: 30px;
    float: left;
    font-size: 18px;
}
.accordionbox .parentLink {
    padding-left: 35px;
    font-size: 18px;
    display:block;
    background: #FFF;
    border-top: 1px solid #CCC;
    background-image: url(arrow_on.png);
    background-size: 9px;
    background-position: 12px 0px;
    background-repeat: no-repeat;
    background-color: #FFF;
}
.accordionlist dd {
    display:none;
    background: #fff;
}
.accordion_icon,
*/
.accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.accordion_icon {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 10px;
}
.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #CCC;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 15px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 15px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*�九�ｼ榊�繧頑崛縺�*/
.accordion_icon.active span:nth-of-type(1) {
    display:none;
}
.accordion_icon.active span:nth-of-type(2) {
    top: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.clearfix {
    zoom: 1;
}
/*
.accordionbox ul li {
    height: 49px;
    padding: 0px 0px 0px 46px;
    background-image: url(arrow_on.png);
    background-size: 9px;
    background-position: 24px -2px;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
    border-bottom: 1px solid #CCC;
}
.accordionbox ul li:first-child {
    border-top: 1px solid #CCC;
}
.accordionbox .parentLink a,
.accordionbox ul li a {
    height: 49px;
    display: block;
    color: #333;
    text-align: left;
    font-size: 18px;
    text-decoration: none;
}
.accordionbox .parentLink a {
    height: 60px;
}
.accordionbox .parentLink a span,
.accordionbox ul li a span {
    height: 24px;
    padding: 14px 0 15px;
    display: block;
}
*/
.accordionlist dt {
    padding: 0;
    position: absolute;
    top: 20px;
    right: 0;
}
.accordionlist dt .title {
    font-size: 14px;
    padding-left: 0px;
    width: 100%;
    text-align: left;
    margin: 10px 0px;
    letter-spacing: 0;
}
.accordionlist dd {
    padding: 0;
}




}

/* iPad mini 蟇ｾ蠢�*/

@media screen and (min-width: 768px) {

.rd .sectionBG03 {
    background-position: initial;
}
.episode .sectionBG01 img,
.episode .sectionBG03 img {
    object-fit: unset;
    height: auto;
}

}


/*繝峨Ο繝ｯ繝ｼ繝｡繝九Η繝ｼ縺ｮClose譎ゅ�繧ｹ繧ｿ繧､繝ｫ繧ｷ繝ｼ繝� */
.drawer {
    position:fixed;
    top: 0px;
    right:0;
    width: 100%;
    width: 200px;
    height: 100vh;
    margin: auto;
    text-align: center;
    background: rgba(0, 51, 23, 0.8);
    background: rgba(0, 114, 192, 0.9);
    background: rgba(206, 50, 46, 0.9);
    padding: 40px 0px 80px;
    padding: 10px 10px;
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition:ease .5s;
    transition:ease .5s;
    z-index: 10000;
    opacity: 0;
    //transition: z-index 0s, opacity ease 0.5s;
}

/* 繝峨Ο繝ｯ繝ｼ繝｡繝九Η繝ｼ縺ｮ髢矩哩繝懊ち繝ｳ */
.drbtn {
    position: fixed;
    top: 10px;
    bottom: 50px;
    bottom: unset;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor:pointer;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    font-size: 10px;
    padding-bottom: 2px;
    z-index: 10000;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    background: transparent;
    /*
    -webkit-box-shadow: 0px 2px 4px 0px rgba(37,37,37,0.1);
            box-shadow: 0px 2px 4px 0px rgba(37,37,37,0.1);
    */
}
/* 繝上Φ繝舌�繧ｬ繝ｼ繝懊ち繝ｳ繧剃ｽ懊ｋ繧ｹ繧ｿ繧､繝ｫ繧ｷ繝ｼ繝� */
.hambarg {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 2px;
    width: 20px;
    background: #004488;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}
.hambarg:nth-child(1) {
    top:  35%;
    left: 50%;
}
.hambarg:nth-child(2) {
    top:  50%;
    left: 50%;
}
.hambarg:nth-child(3) {
    top:  65%;
    left: 50%;
}
/* 繝峨Ο繝ｯ繝ｼ繝｡繝九Η繝ｼ繧丹PEN縺ｫ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ繧ｷ繝ｼ繝� */
.drawer.action {
    opacity: 1.0;
    -webkit-transform:translateX(0);
    transform:translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
 
/* 繝懊ち繝ｳ繧偵ラ繝ｭ繝ｯ繝ｼ繝｡繝九Η繝ｼ蜀�↓陦ｨ遉ｺ */
.drbtn.action {
    right: 20px;
    bottom: 50px;
}
.drawer.action span {
    color: #FFF;
}
.action .hambarg {
    background: #FFF;
}

 
/* 繝上Φ繝舌�繧ｬ繝ｼ繝懊ち繝ｳ繧偵娯恂縲阪↓螟峨∴繧� */
.drbtn.action .hambarg:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}
.drbtn.action .hambarg:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
}
.drbtn.action .hambarg:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}
.drawer .spLogo {
    width: 50px;
    margin-bottom: 20px;
}
.drawer ul {
    padding-left: 20px;
    padding-top: 50px;
}
.drawer ul li {
    margin: 0px;
    float: none;
    height: auto;
    padding: 5px 0;
    text-align: left;
}
.drawer ul li.noLink {
	color: #CCC;
	font-size: 14px;
}
.drawer ul li ul {
	padding-left: 10px;
}
.drawer ul li ul li {
	padding-bottom: 0;
	margin-bottom: 0;
}
.drawer ul li a {
    color: #FFF;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    height: auto;
    padding: 0px;
    position: relative;
}
.drawer li.acd &gt; a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 20%;
    top: 14px;
    right: -25px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -8px;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
        -ms-transition: .3s all;
         -o-transition: .3s all;
            transition: .3s all;
}
.drawer li.acd &gt; a.action::before {
    margin-top: -3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.drawer ul.sub {
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 0px;
    padding: 0px 0;
    transition: ease .3s;
}
.drawer ul.sub.action {
    margin-top: 5px;
    padding: 5px 0;
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
}
.drawer ul.sub li {
    margin: 0;
    padding: 0;
    height: 0px;
    padding-left: 5px;
}
.drawer ul.sub a {
    font-size: 15px;
}
.drawer ul.sub.action li {
    height: auto;
    margin-bottom: 5px;
}









@media screen and (max-width: 359px) {





}




</pre></body></html>