@charset "utf-8";

/****************************

    common

****************************/
body{
    min-width: 1200px;
}
.pc{
    display: block!important;
}
.sp{
    display: none!important;
}
.flexBox{
    display: flex;
    justify-content: space-between;
}
.imgWrap img{
    display: block;
    width: 100%;
}
.date{
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.newsIcon{
    position: relative;
    width: 120px;
    height: 26px;
}
.newsIcon img{
    position: absolute;
    bottom: 2px;
    display: block;
}
*.companyName{
    font-weight: bold;
}
.scroll-text * {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.scroll-text *.move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
.textCenter{
    text-align: center;
}

/* pagination start */
nav.pagination{
    display: flex;
    justify-content: center;
    margin-top: 44px;
}
nav.pagination ul.page-numbers{
    display: flex;
    justify-content: space-around;
    text-align: center;
}
nav.pagination span.page-numbers,
nav.pagination a.page-numbers{
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    padding: .25em .5em;
}
nav.pagination a.page-numbers{
    text-decoration: none;
}
nav.pagination span.page-numbers{
    background-color: #B8E2E1;
}
nav.pagination a.page-numbers{
    position: relative;
}
nav.pagination a.page-numbers.prev::after,
nav.pagination a.page-numbers.next::after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    color: inherit;
}
nav.pagination a.page-numbers.prev::after{
    transform: rotate(-135deg) translateY(50%);
}
nav.pagination a.page-numbers.next::after{
    transform: rotate(45deg) translateY(-50%);
}
/* pagination end */


.innerWrap{
    width: 1000px;
    margin: 0 auto 80px;
    padding: 30px 0;
}
section h3 {
    font-size: 18px;
}

section p {
    font-size: 16px;
}
section a{
    font-size: 16px;
}
.secRight{
    width: 100%;
    padding-left: 40px;
    padding-right: 0;
    z-index: 1;
}
.innerWrap .imgWrap{
    background: #f4f4f4;
    width: 100%;
    padding: 0 10%;
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
section .secRight a{
    width: 340px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #333;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-top: 1.5em;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.swiper-container {
    width: 100%;
}
.swiper-container img{
    width: 100%;
}
.swiper-wrapper a.zoom-in:hover{
    opacity: .4;
}
.main-img {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/****************************

lightbox

****************************/

.lum-lightbox.lum-open{
    z-index: 100;
}

/****************************

gNav

****************************/
.menu-trigger{
    display: none;
}
.menu-trigger,
.menu-trigger span {
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  width: 50px;
  height: 44px;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background: none;
  border: none;
}
.menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
#header{
    position: relative;
}
.gNavSpWrap{
    display: none;
    position: absolute;
    width: 100%;
    top: 80px;
    opacity : 0;
/*     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; */
}
.gNavSpWrap.active{
    display: block;
    opacity : 1;
}
#gNavSp{
    position: relative;
    top: -4px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background: #fff;
    border: 6px solid #FBF8EB;
}
#gNavSp ul > li {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
}
#gNavSp ul > li > a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    text-decoration: none;
    color: #707070;
    border-bottom: 1px solid #707070;
    font-size: 35px;
    line-height: 1.5;
}


/****************************

header

****************************/

#header{
    margin: 0 auto;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
#header-wrap{
    position: fixed;
    top: 0;
    width: 100%;
    height: 76px;
    background: rgba(7, 15, 48, 0.6);
    border-bottom: 1px solid rgba(225, 225, 225, 0.6);
    z-index: 100;
}
.header-inner.logoWrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.header-inner.logoWrap .siteName{
    display: flex;
    align-items: center;
}
.header-inner.logoWrap .siteName a{
    min-width: 330px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.header-inner.logoWrap .siteName .logoImg{
    width: 70px;
    margin-right: .5em;
}
.header-inner.logoWrap .siteName a:hover{
    opacity: .7;
}
#header .pageImg{
    margin-bottom: 100px;
}
#header .pageImg.top{
    margin-bottom: 0;
}
#header .sampleImg{
    position: relative;
    background: #ccc;
    height: 275px;
    width: 100%;
    text-align: left;
}
#header .pageImg h2{
    width: 980px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    color: #fff;
    font-size: 26px;
    margin: 0 auto;
}
#main-nav{
    display: flex;
    justify-content:flex-start;
}
#main-nav > li{
    width: 150px;
    height: 75px;
    display: flex;
    align-items: center;

}
#main-nav > li > a{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: transparent;
    color: #fff;
    width: 100%;
    height: 75px;
    font-size: 17px;
    line-height: 1.5;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#main-nav > li > a:hover,
#main-nav > li.current-menu-item > a{
    background: #070F30;
    position: relative;
}

#main-nav > li > a:after {
    position: absolute;
    content: "";
    right: 47%;
    bottom: .5em;
    margin: 0 auto;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}
#main-nav > li > a:hover:after{
    bottom: .2em;
}



/****************************

contents

****************************/

#main.topPage section h2 {
    font-size: 22px;
    margin: 30px 0;
}
#main.topPage section h2 {
    position: relative;
    text-align: center;
}
#main.topPage section .secRight p{
    margin-bottom: 0;
}
#main.topPage section#sec03 .secRight p:last-of-type{
    margin-bottom: 1.5em;
}
#commonMenu,
#main.topPage section.commonSec:nth-child(odd) {
    background: #4B4B4B;
    color: #fff;
}
#commonMenu .innerWrap .imgWrap{
    background: #fff;
}
#commonMenu .innerWrap .imgWrap p {
  color: #333;
  background: rgba(225, 225, 225, 0.6);
  border: solid #fff 5px;
  box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3);
}
#responsive-wrap{
  padding: 0;
}
section.commonSec:nth-child(odd) .innerWrap .flexBox .subSec .sub-title,
.topPage section.commonSec:nth-child(odd) *{
    color: #fff;
}
.topPage section h2{
  font-size: 28px;
}
.swiper-button-next,
.swiper-button-prev{
    width: 20px;
    height: 20px;
    z-index: 10;
}
.two-column{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#primary{
    margin: 0;
    width: 100%;
}
.site-main {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff;
}

.site-main .imgWrap{
    border: 1px solid #ccc;
}
#responsive-wrap{
    width: 100%;
    padding: 0 0 100px;
    margin: 0 auto;
}
.content-title{
    font-size: 24px;
    padding: 0 0 30px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.7;
}
.sub-title{
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0 .3em;
    margin-bottom: .6em;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    border-bottom: 2px solid #9AAAB4;
}
.sub-title:before{
    content: "";
    position: absolute;
    bottom: -2px;
    display: block;
    width: 12%;
    border-bottom: 2px solid #00ABE9;
}
.sub-title span{
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 0 .5em;
    padding: 0;
}
.content-title a{
    text-decoration: none;
}

.site-main-header{
    max-width: 1290px;
    margin: 0 auto;
}
.site-main-header h2.content-title{
    line-height: 1.4;
}
.site-main-header h2.content-title:after{
    margin-top: 10px;
}
.notice-box h3.content-title{
    font-size: 20px;
    line-height: 1.5;
}
.notice-box h3.content-title:before{
    content: none;
}
.site-main-header{
    position: relative;
}


/****************************

CONTACT

****************************/

form.wpcf7-form{
    width: 640px;
    margin: 1em 0 0;
}
form.wpcf7-form p{
    width: 100%;

}
table.table-contactform7 {
    width: 100%;
    font-size: 18px;
    font-size: 1.8em;
    text-align: end;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
    padding:10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 16px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"]{
    width: 100%;
}
.wpcf7 textarea{
    width: 100%;
}
#main span.wpcf7-not-valid-tip{
    display: inline-block;
    font-size: .8em;
}
#main div.wpcf7-response-output{
    width: 74%;
}

.wpcf7c-btn-confirm,
.wpcf7-back,
.wpcf7-submit {
    max-width:980px;
    padding:15px;
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: none;
    box-shadow: 0 3px 0 #ddd;
    background: #eee;
    transition: 0.3s;
    font-size: 18px;
}
.wpcf7c-btn-confirm{
    width:100%;
}
.wpcf7-back,
.wpcf7-submit {
    width:33%;
}
.wpcf7c-btn-confirm:hover,
.wpcf7-back:hover,
.wpcf7-submit:hover {
    background: #ddd;
    transform: translate3d(0px, 3px, 1px);
    -webkit-transform: translate3d(0px, 3px, 1px);
    -moz-transform: translate3d(0px, 3px, 1px);

}
.table-contactform7{
    overflow: hidden;
    table-layout: fixed;
}

.required-contactform7{
    display: inline-block;
    padding: 5px;
    background: #DE8686;
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
}

.unrequired-contactform7{
    padding: 5px;
    background: #BDBDBD;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}
.table-contactform7 th{
    font-weight:bold;
}

.table-contactform7 input,
.table-contactform7 textarea{
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
}

.address-100 input{
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
}

.message-100 textarea{
    width: 100%;
    margin: 5px 10px 10px 5px;
}
.table-contactform7 tr{
    margin-bottom: 1em;
}
.table-contactform7 tr:last-of-type th{
    vertical-align: middle;
    margin-top: 1em;
}
span.no-required.title-contactform7 {
    padding-left: 3.5em;
}


/****************************

footer

****************************/
footer{
    position: relative;
    color: #fff;
    background: #070F30;
}
footer .imgWrap{
    border: 0;
    height: 100%;
}
footer .textWrap{
    text-align: left;
    color: #fff;
    margin: 0 auto;
    padding: 62px 40px 40px;
    max-width: 1000px;
    width: 100%;
}
footer .textWrap h2{
    display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
}
footer .textWrap p{
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
footer .textWrap p.copyright{
    margin-top: 60px;
    text-align: center;
}
footer .sitemap{
    width: 30%;
}
footer .sitemap h3{
    margin: 0 0 20px;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}
footer .sitemap h3:after{
    content: "";
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
footer .sitemap li a{
    display: block;
    margin: 0 0 20px;
    font-size: 18px;
    color: #fff;
}
footer .sitemap li:last-of-type a{
    margin: 0;
}
footer .address{
    width: 40%;
    position: relative;
}
footer a.contactButton{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 300px;
    height: 40px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    background: #fff;
    color: #070F30;
    margin-top: 15px;
    border: 3px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
footer a.contactButton:hover{
    background: #070F30;
    color: #fff;
    margin-top: 15px;
    border: 3px solid #fff;
    opacity: 1;
}
footer a.contactButton:after{
    border-left: 15px solid #070F30;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
footer a.contactButton:hover:after {
    border-left: 15px solid #fff;
}
footer .moriguchi_logo{
    width: 20%;
}
footer .moriguchi_logo a:hover img{
    opacity: .6;
}


/****************************

slider

****************************/
#header .swiper-slide{
    margin-top: 76px;
}
#sliderBox .imgWrap{
  position: relative;
  margin-bottom: 100px;
}
#sliderBox .secRight .textArea,
#sliderBox .imgWrap img{
  display: none;
}
#sliderBox .secRight .textArea .sub-title{
    padding: 0;
    border-bottom: 1px solid #333;
    border-left: 0;
}

#sliderBox .imgWrap img{
    width: auto;
    height: 500px;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
#sliderBox .secRight .textArea:first-of-type,
#sliderBox .imgWrap img:first-of-type{
  display: block;
}

.p-index-pickup-pager {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
}

.p-index-pickup-pager__content {
  display: flex;
  align-items: stretch;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.p-index-pickup-pager__next,
.p-index-pickup-pager__num,
.p-index-pickup-pager__prev {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-index-pickup-pager__next,
.p-index-pickup-pager__prev {
  cursor: pointer;
}

.p-index-pickup-pager__prev {
  width: 27.27273%;
}

.p-index-pickup-pager__num {
  width: 45.45455%;
  display: flex;
  font-size: 24px;
  font-family: "GT America", sans-serif;
  letter-spacing: .06em;
}

.p-index-pickup-pager__num-all,
.p-index-pickup-pager__num-current {
  text-align: center;
  font-size: 32px;
}

.p-index-pickup-pager__next {
  width: 27.27273%;
}

.p-index-pickup-pager__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.p-index-pickup-pager__prev.is-over .c-pager-prev {
  -webkit-animation-name: hoverPagerPrev;
  animation-name: hoverPagerPrev;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: cubic-bezier(0, .56, .44, 1);
  animation-timing-function: cubic-bezier(0, .56, .44, 1);
}

.p-index-pickup-pager__next.is-over .c-pager-next {
  -webkit-animation-name: hoverPagerNext;
  animation-name: hoverPagerNext;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: cubic-bezier(0, .56, .44, 1);
  animation-timing-function: cubic-bezier(0, .56, .44, 1);
}
.p-index-pickup {
  position: relative;
}
.c-pager-prev {
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-image: url(../img/arrow_l.png);
}
.c-pager-slash {
    width: 24px;
    height: 24px;
    margin-right: 24px;
    margin-left: 24px;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.c-pager-next {
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-image: url(../img/arrow_r.png);
}



/*************************

commonMenu

*************************/

#commonMenu{
    border-top: 1px solid rgba(225, 225, 225, 0.8);
    border-bottom: 1px solid rgba(225, 225, 225, 0.8);
    padding: 120px 0;
}
#commonMenu .innerWrap{
    margin: 0 auto;
    padding: 0;
}
#commonMenu .innerWrap .imgWrap{
    background: none;
    position: relative;
    width: 32%;
    padding: 40px;
    border: 0;
}
#commonMenu .innerWrap .imgWrap p{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    background: rgba(7, 15, 48, 0.6);
    border: 1px solid rgba(225, 225, 225, 0.6);
}
section.subSec{
    margin: 0 0 40px;
}
section.subSec .sub-title{
    font-size: 18px;
}
section.subSec p{
    padding: 0 10px;
    margin: 0;
}
.innerWrap .flexBox{
    flex-wrap: wrap;
    padding: 0;
    justify-content: flex-start;
}
.innerWrap .flexBox .subSec{
    width: 23%;
    margin: 0 1% 30px;
}
.innerWrap .flexBox .subSec .sub-title{
    font-size: 18px;
}
.innerWrap.subSec{
    margin: 0 auto 40px;
    padding: 0;
}
.innerWrap.subSec p{
    margin: 0;
}
.innerWrap .subSec .imgWrap{
    position: relative;
    background: #fff;
    padding: 0;
}
.innerWrap .subSec .imgWrap p{
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#commonMenu h2 {
    left: 0;
    text-align: left;
}
#commonMenu a:hover{
    opacity: .7;
}
#contactSec{
    margin-top: 80px;
}
#contactSec .innerWrap .bgColor{
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(7, 15, 48, 0.6);
    color: #fff;
    border: 1px solid rgba(225, 225, 225, 0.6);
    padding: 0;
}
#contactSec .innerWrap .bgColor p{
    margin: 0;
}
#contactSec .secRight{
    text-align: left;
}
#contactSec .secRight .sub-title{
    font-size: 18px;
}

#contactSec .secRight p,
#contactSec .secRight a{
    font-size: 18px;
    margin: 0;
}
#contactSec .secRight p{
    margin: 0;
}
#contactSec .secRight a{
    margin: 1em 0 0;
}
#contactSec a:hover{
    color: #fff;
}
#contactSec a:hover{
    opacity: .7;
}

/*************************

top

*************************/
/*sec1*/
#main.topPage #sec01{
    margin-top: 0;
}
#main.topPage #sec01 .innerWrap{
    margin-bottom: 0;
}

/*sec2*/
#main.topPage #sec02{
  margin-top: 0;
}
#main.topPage #sec02.bgColor{
  position: relative;
background:linear-gradient(75deg,#fff 0%,#fff 50%,#f4f4f4 50%,#f4f4f4 100%);
}
#main.topPage #sec02.bgColor .subSec{
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 50%;
    height: 400px;
    margin: 0;
}
#main.topPage #sec02.bgColor .subSec .innerWrap{
    max-width: 700px;
    width: 100%;
}
#main.topPage #sec02.bgColor .subSec:nth-of-type(1) .innerWrap{
    margin: 0 50px 0 auto;
}
#main.topPage #sec02.bgColor .subSec:nth-of-type(2) .innerWrap{
    margin: 0 auto 0 50px;
}
#main.topPage #sec02.bgColor .subSec a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    text-decoration: none;
}
#main.topPage #sec02.bgColor .subSec a:hover{
    opacity: .6;
}

/*************************

equipment

*************************/
/*sec1*/
#equipmentSec #sec01 #sliderBox .imgWrap{
    min-height: 600px;
    background: none;
}
#equipmentSec table{
    width: 100%;
    margin: 0 auto 20px;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 18px;
}
#equipmentSec .scroll tr:nth-child(even) {
    background: #E6E6E6;
}
#equipmentSec table th {
    background: #070F30;
    color: #FFF;
}
#equipmentSec table th,
#equipmentSec table td {
    padding: 10px;
    border: 1px solid #CCC;
    vertical-align: top;
}

/*************************

#company

*************************/

#companySec{
    max-width: 1000px;
    margin: 0 auto 120px;
}

/*sec1*/
#companySec #sec1 h2{
    font-weight: bold;
    margin-bottom: 30px;
}
#companySec #inner #sec1 p{
    margin-bottom: 0;
    margin-left: 0;
    text-indent: 1em;
    line-height: 2;
    font-size: 18px;
    font-size: 1.8em;
}

/*sec2*/
#companySec #inner #sec2{
    margin-top: 100px;
}
#companySec .tablelist1{
    margin-top : 0px;
    border-bottom-style : none;
    border-bottom-color : #000040;
    width : 100%;
    border-collapse : separate;
    table-layout : auto;
    empty-cells : show;
    margin-left : 0;
}
#companySec .tablelist1 p{
    font-size: 16px;
    margin: 0 0 1em;
}
#companySec .tablelist1 p:last-of-type{
    margin: 0;
}
#companySec .tablelist1 tr{
    text-indent: 2em;
}
#companySec .tablelist1 .mapLink a{
    margin-left: .5em;
}
#companySec table.tablelist1 th,
#companySec table.tablelist1 td{
    font-size: 16px;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    text-align: left;
}
#companySec a{
    font-size: 16px;
}
#companySec #access{
    margin: 60px 0 0;
}
#companySec #access .sub-title{
    font-size: 20px;
    margin: 0 0 40px;
}
#companySec #access .mapBox{
    display: flex;
    width: fit-content;
    margin: 0;
    padding: 20px;
    border: 1px solid #ccc;
}
#companySec .tablelist1 tr:nth-child(even) {
    background: #E6E6E6;
}

/*************************

#work

*************************/
#workSec #sec01 .flexBox{
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 0;
}
#workSec #sec01 .flexBox .imgWrap{
    position: relative;
    width: 32%;
    margin: 0 .5% 20px;
padding: 1%;
    background: none;
}
#workSec #sec01 .flexBox .imgWrap p{
    position: absolute;
    /* top: 0; */
    right: 0;
    left: 0;
    bottom: 20px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-shadow: black 1px 1px 0, black -1px -1px 0, black -1px 1px 0, black 1px -1px 0, black 0px 1px 0, black 0-1px 0, black -1px 0 0, black 1px 0 0;
}
#workSec #movie{
    margin-top: 100px;
}


/*************************

#privacy

*************************/

#privacySec{
    max-width: 1000px;
    margin: 0 auto;
}
#privacySec .content-box p{
    font-size: 20px;
    padding-left: 1em;
}
#privacySec .content-box p.mgb45{
    margin-bottom: 45px;
}
#privacySec .commonSec{
    margin-bottom: 40px;
}
#privacySec .noMargin{
    margin: 0!important;
}
