.mobile{
    display: none !important;
}
.mt10{
    margin-top:10px !important;
}
.mt20{
    margin-top:20px !important;
}
.mt30{
    margin-top:30px !important;
}
.mt40{
    margin-top:40px !important;
}
.mt50{
    margin-top:50px !important;
}
.mb10{
    margin-bottom:10px !important;
}
.mb20{
    margin-bottom:20px !important;
}
.mb30{
    margin-bottom:30px !important;
}
.mb40{
    margin-bottom:40px !important;
}
.mb50{
    margin-bottom:50px !important;
}
.mlr30{
    margin-left:30px !important;
    margin-right:30px !important;
}
.mlr60{
    margin-left:60px !important;
    margin-right:60px !important;
}
.mlr90{
    margin-left:90px !important;
    margin-right:90px !important;
}
.mlr120{
    margin-left:120px !important;
    margin-right:120px !important;
}
.mlr150{
    margin-left:150px !important;
    margin-right:150px !important;
}
.fs18{
    font-size:18px;
}
body{
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    background-size: 5px 5px;

}
div.contentsWrapper{
    overflow: hidden;
}
div.contentsWrapper.side{
    margin-top:145px;
}
div.mainLeft{
    width:calc(24% - 10px);
    float: left;
}
div.mainRight{
    width:calc(76% - 10px);
    float: right;
}


div#headerWrapper{
    width:100%;
    min-width: 1140px;
    height: 145px;
    position: fixed;
    top:30px;
    z-index: 10;
    box-shadow: 0 0 9px rgba(0,0,0,0.35);
    background:#042E8A;
}
div#header{
    width:1140px;
    height: 145px;
    margin:auto;
    position: relative;
    border-radius: 8px;
    z-index: 10;
}
div#header h1{
    background:url("../images/logo.svg") center center no-repeat;
    width:489px;
    height: 69px;
    background-size:489px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top:10px;
    left:30px;
}
ul#nav{
    width:1080px;
    height: 40px;
    position: absolute;
    bottom:10px;
    right:0;
    left:0;
    margin:auto;
    display: flex;
    justify-content: space-between;
}
ul#nav li{
    width:150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 4px;
}
ul#nav li.active,
ul#nav li:hover{
    background:#fff;
    transition: background 0.5s;
}
ul#nav li a{
    color:#fff;
    display: block;
    width:100%;
    height: 100%;
}
ul#nav li.active a,
ul#nav li:hover a{
    color:#042E8A;
}
p.inquiry,
p.tel{
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    border-radius: 4px;
    top:35px;
}
p.inquiry{
    right:120px;
    width:180px;
    background-image:url("../images/icon_inquiry.svg");
    background-repeat:no-repeat;
    background-position: left 10px center;
    background-size:22px;
}
p.tel{
    right:320px;
    width: 180px;
    background-image:url("../images/icon_tel.svg");
    background-repeat:no-repeat;
    background-position: left 10px center;
    background-size:22px;
}
p.inquiry:hover,
p.inquiry.active,
p.tel:hover{
    background-color:#1F8EEA;
    transition: background 0.5s;
}
p.inquiry a,
p.tel a{
    color:#fff;
    display: block;
    width:100%;
    height: 100%;
}
div#topSlide{
    width:100%;
    height: 100vh;
    position: relative;
}
div.slides{
    width:100%;
    height: 100vh;
}
div.slideCover{
    position: absolute;
    z-index: 2;
    width:100%;
    height: 100vh;
    background:rgba(255,255,255,0.3);
}
div.slides img{
    width:100%;
    height: 100vh;
    object-fit: cover;
}
p.catch{
    /*font-size:64px;*/
    font-size:min(5vw,64px);
    font-weight: bold;
    text-align: center;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    text-shadow: 3px 3px 9px rgba(0,0,0,0.8);
    position: absolute;
    z-index: 5;
    color:#fff;
    width:100%;
    height: 300px;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
}
p.next {
    background: url(../images/icon_downArrow.svg) no-repeat;
    width: 50px;
    height: 70px;
    background-size: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    animation-name: downArrow;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes downArrow {
    0% {
        background-position:center top;
		opacity: 1;
    }
    100% {
        background-position:center bottom;
		opacity: 0;
    }
}
h2.wide{
    width:100%;
    min-width: 1140px;
    height: 150px !important;
    color:#fff;
    text-align: center;
}
h2.wide.navy{
    background-image: repeating-linear-gradient(135deg, rgba(47, 47, 47, 0.08) 0px, rgba(47, 47, 47, 0.08) 45px,rgba(50, 50, 50, 0.08) 45px, rgba(50, 50, 50, 0.08) 86px,rgba(18, 18, 18, 0.08) 86px, rgba(18, 18, 18, 0.08) 123px,rgba(249, 249, 249, 0.08) 123px, rgba(249, 249, 249, 0.08) 141px,rgba(64, 64, 64, 0.08) 141px, rgba(64, 64, 64, 0.08) 185px,rgba(242, 242, 242, 0.08) 185px, rgba(242, 242, 242, 0.08) 196px,rgba(199, 199, 199, 0.08) 196px, rgba(199, 199, 199, 0.08) 236px),repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.08) 0px, rgba(0, 0, 0, 0.08) 48px,rgba(119, 119, 119, 0.08) 48px, rgba(119, 119, 119, 0.08) 79px,rgba(81, 81, 81, 0.08) 79px, rgba(81, 81, 81, 0.08) 110px,rgba(203, 203, 203, 0.08) 110px, rgba(203, 203, 203, 0.08) 145px,rgba(35, 35, 35, 0.08) 145px, rgba(35, 35, 35, 0.08) 184px,rgba(96, 96, 96, 0.08) 184px, rgba(96, 96, 96, 0.08) 232px,rgba(194, 194, 194, 0.08) 232px, rgba(194, 194, 194, 0.08) 267px),linear-gradient(90deg, rgb(4, 61, 140),rgb(58, 10, 94));
   background-image: repeating-linear-gradient(90deg, hsla(31,0%,65%,0.2) 0px, hsla(31,0%,65%,0.2) 0px,transparent 0px, transparent 1px,hsla(31,0%,65%,0.2) 1px, hsla(31,0%,65%,0.2) 4px,transparent 4px, transparent 5px,hsla(31,0%,65%,0.2) 5px, hsla(31,0%,65%,0.2) 8px),repeating-linear-gradient(0deg, hsla(31,0%,65%,0.2) 0px, hsla(31,0%,65%,0.2) 0px,transparent 0px, transparent 1px,hsla(31,0%,65%,0.2) 1px, hsla(31,0%,65%,0.2) 4px,transparent 4px, transparent 5px,hsla(31,0%,65%,0.2) 5px, hsla(31,0%,65%,0.2) 8px),linear-gradient(135deg, rgb(234, 234, 234),rgb(12, 12, 12));
   background-image: repeating-linear-gradient(140deg, hsla(295,0%,82%,0.12) 0px,transparent 2px,hsla(295,0%,82%,0.12) 7px,transparent 9px,hsla(295,0%,82%,0.12) 14px),repeating-linear-gradient(38deg, hsla(295,0%,82%,0.12) 0px,transparent 2px,hsla(295,0%,82%,0.12) 7px,transparent 9px,hsla(295,0%,82%,0.12) 14px),repeating-linear-gradient(0deg, hsla(295,0%,82%,0.15) 0px, hsla(295,0%,82%,0.15) 0px,transparent 0px, transparent 1px,hsla(295,0%,82%,0.15) 1px, hsla(295,0%,82%,0.15) 4px,transparent 4px, transparent 5px,hsla(295,0%,82%,0.15) 5px, hsla(295,0%,82%,0.15) 8px),repeating-linear-gradient(90deg, hsla(295,0%,82%,0.15) 0px, hsla(295,0%,82%,0.15) 0px,transparent 0px, transparent 1px,hsla(295,0%,82%,0.15) 1px, hsla(295,0%,82%,0.15) 4px,transparent 4px, transparent 5px,hsla(295,0%,82%,0.15) 5px, hsla(295,0%,82%,0.15) 8px),linear-gradient(90deg, rgb(58,58,58),rgb(58,58,58));
   background-image: radial-gradient(circle at 40% 91%, rgba(251, 251, 251,0.04) 0%, rgba(251, 251, 251,0.04) 50%,rgba(229, 229, 229,0.04) 50%, rgba(229, 229, 229,0.04) 100%),radial-gradient(circle at 66% 97%, rgba(36, 36, 36,0.04) 0%, rgba(36, 36, 36,0.04) 50%,rgba(46, 46, 46,0.04) 50%, rgba(46, 46, 46,0.04) 100%),radial-gradient(circle at 86% 7%, rgba(40, 40, 40,0.04) 0%, rgba(40, 40, 40,0.04) 50%,rgba(200, 200, 200,0.04) 50%, rgba(200, 200, 200,0.04) 100%),radial-gradient(circle at 15% 16%, rgba(99, 99, 99,0.04) 0%, rgba(99, 99, 99,0.04) 50%,rgba(45, 45, 45,0.04) 50%, rgba(45, 45, 45,0.04) 100%),radial-gradient(circle at 75% 99%, rgba(243, 243, 243,0.04) 0%, rgba(243, 243, 243,0.04) 50%,rgba(37, 37, 37,0.04) 50%, rgba(37, 37, 37,0.04) 100%),linear-gradient(90deg, rgb(34, 222, 237),rgb(135, 89, 215));
   background-image: linear-gradient(246deg, rgba(234, 234, 234, 0.04) 0%, rgba(234, 234, 234, 0.04) 33.3%,rgba(69, 69, 69, 0.04) 33.3%, rgba(69, 69, 69, 0.04) 66.6%,rgba(189, 189, 189, 0.04) 66.6%, rgba(189, 189, 189, 0.04) 99.89999999999999%),linear-gradient(81deg, rgba(126, 126, 126, 0.05) 0%, rgba(126, 126, 126, 0.05) 33.3%,rgba(237, 237, 237, 0.05) 33.3%, rgba(237, 237, 237, 0.05) 66.6%,rgba(74, 74, 74, 0.05) 66.6%, rgba(74, 74, 74, 0.05) 99.89999999999999%),linear-gradient(14deg, rgba(3, 3, 3, 0.08) 0%, rgba(3, 3, 3, 0.08) 33.3%,rgba(156, 156, 156, 0.08) 33.3%, rgba(156, 156, 156, 0.08) 66.6%,rgba(199, 199, 199, 0.08) 66.6%, rgba(199, 199, 199, 0.08) 99.89999999999999%),linear-gradient(323deg, rgba(82, 82, 82, 0.06) 0%, rgba(82, 82, 82, 0.06) 33.3%,rgba(179, 179, 179, 0.06) 33.3%, rgba(179, 179, 179, 0.06) 66.6%,rgba(212, 212, 212, 0.06) 66.6%, rgba(212, 212, 212, 0.06) 99.89999999999999%),linear-gradient(32deg, rgba(70, 70, 70, 0.02) 0%, rgba(70, 70, 70, 0.02) 33.3%,rgba(166, 166, 166, 0.02) 33.3%, rgba(166, 166, 166, 0.02) 66.6%,rgba(53, 53, 53, 0.02) 66.6%, rgba(53, 53, 53, 0.02) 99.89999999999999%),linear-gradient(38deg, rgba(129, 129, 129, 0.09) 0%, rgba(129, 129, 129, 0.09) 33.3%,rgba(38, 38, 38, 0.09) 33.3%, rgba(38, 38, 38, 0.09) 66.6%,rgba(153, 153, 153, 0.09) 66.6%, rgba(153, 153, 153, 0.09) 99.89999999999999%),linear-gradient(63deg, rgba(51, 51, 51, 0.02) 0%, rgba(51, 51, 51, 0.02) 33.3%,rgba(12, 12, 12, 0.02) 33.3%, rgba(12, 12, 12, 0.02) 66.6%,rgba(158, 158, 158, 0.02) 66.6%, rgba(158, 158, 158, 0.02) 99.89999999999999%),linear-gradient(227deg, rgba(63, 63, 63, 0.03) 0%, rgba(63, 63, 63, 0.03) 33.3%,rgba(9, 9, 9, 0.03) 33.3%, rgba(9, 9, 9, 0.03) 66.6%,rgba(85, 85, 85, 0.03) 66.6%, rgba(85, 85, 85, 0.03) 99.89999999999999%),linear-gradient(103deg, rgba(247, 247, 247, 0.07) 0%, rgba(247, 247, 247, 0.07) 33.3%,rgba(93, 93, 93, 0.07) 33.3%, rgba(93, 93, 93, 0.07) 66.6%,rgba(208, 208, 208, 0.07) 66.6%, rgba(208, 208, 208, 0.07) 99%),linear-gradient(0deg, #0b91d7,#6efc29);
   background:rgba(4,46,138,0.8);
   
}
h2.wide.green{
    background-image: radial-gradient(circle at 58% 94%, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.02) 2%,transparent 2%, transparent 100%),radial-gradient(circle at 82% 61%, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.02) 2%,transparent 2%, transparent 100%),radial-gradient(circle at 54% 96%, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.03) 2%,transparent 2%, transparent 100%),radial-gradient(circle at 45% 81%, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.01) 8%,transparent 8%, transparent 100%),radial-gradient(circle at 72% 83%, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.03) 8%,transparent 8%, transparent 100%),radial-gradient(circle at 11% 48%, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.01) 8%,transparent 8%, transparent 100%),radial-gradient(circle at 75% 28%, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.03) 8%,transparent 8%, transparent 100%),radial-gradient(circle at 54% 9%, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.02) 8%,transparent 8%, transparent 100%),radial-gradient(circle at 12% 95%, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.02) 5%,transparent 5%, transparent 100%),radial-gradient(circle at 95% 40%, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.02) 5%,transparent 5%, transparent 100%),radial-gradient(circle at 83% 86%, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.03) 5%,transparent 5%, transparent 100%),linear-gradient(0deg, rgb(83, 178, 238),rgb(59, 188, 244));
    background-image: linear-gradient(52deg, rgba(163, 163, 163, 0.09) 0%, rgba(163, 163, 163, 0.09) 33.3%,rgba(100, 100, 100, 0.09) 33.3%, rgba(100, 100, 100, 0.09) 66.6%,rgba(162, 162, 162, 0.09) 66.6%, rgba(162, 162, 162, 0.09) 99%),linear-gradient(258deg, rgba(193, 193, 193, 0.06) 0%, rgba(193, 193, 193, 0.06) 33.3%,rgba(169, 169, 169, 0.06) 33.3%, rgba(169, 169, 169, 0.06) 66.6%,rgba(92, 92, 92, 0.06) 66.6%, rgba(92, 92, 92, 0.06) 99%),linear-gradient(129deg, rgba(45, 45, 45, 0.03) 0%, rgba(45, 45, 45, 0.03) 33.3%,rgba(223, 223, 223, 0.03) 33.3%, rgba(223, 223, 223, 0.03) 66.6%,rgba(173, 173, 173, 0.03) 66.6%, rgba(173, 173, 173, 0.03) 99%),linear-gradient(280deg, rgba(226, 226, 226, 0.06) 0%, rgba(226, 226, 226, 0.06) 33.3%,rgba(81, 81, 81, 0.06) 33.3%, rgba(81, 81, 81, 0.06) 66.6%,rgba(186, 186, 186, 0.06) 66.6%, rgba(186, 186, 186, 0.06) 99%),linear-gradient(85deg, rgba(225, 225, 225, 0.04) 0%, rgba(225, 225, 225, 0.04) 33.3%,rgba(95, 95, 95, 0.04) 33.3%, rgba(95, 95, 95, 0.04) 66.6%,rgba(39, 39, 39, 0.04) 66.6%, rgba(39, 39, 39, 0.04) 99%),linear-gradient(128deg, rgba(184, 184, 184, 0.06) 0%, rgba(184, 184, 184, 0.06) 33.3%,rgba(0, 0, 0, 0.06) 33.3%, rgba(0, 0, 0, 0.06) 66.6%,rgba(140, 140, 140, 0.06) 66.6%, rgba(140, 140, 140, 0.06) 99.89999999999999%),linear-gradient(323deg, rgba(40, 40, 40, 0.07) 0%, rgba(40, 40, 40, 0.07) 33.3%,rgba(214, 214, 214, 0.07) 33.3%, rgba(214, 214, 214, 0.07) 66.6%,rgba(190, 190, 190, 0.07) 66.6%, rgba(190, 190, 190, 0.07) 99.89999999999999%),linear-gradient(61deg, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 33.3%,rgba(241, 241, 241, 0) 33.3%, rgba(241, 241, 241, 0) 66.6%,rgba(55, 55, 55, 0) 66.6%, rgba(55, 55, 55, 0) 99%),linear-gradient(0deg, #2625e3,#0bbaef);
   background:rgba(4,46,138,0.8);}
h2.wide span{
    width:1140px;
    height: 150px;
    line-height: 150px;
    font-size:36px;
    text-align: center;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
}
/* アコーディオン */
.accordion {
    width: 100%;
    min-width:1140px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
}
.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}
.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 33.333%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}
.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}
.accordion ul li div a {
    display: block;
    height: 600px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /*padding: 15px 20px;*/
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
}
.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div a h2 {
    text-overflow: clip;
    line-height: 120px;
    margin-bottom: 2px;
    text-align: center;
    background:rgba(255,255,255,0.75) !important;
    margin:0 !important;
    /*font-family: a-otf-midashi-mi-ma31-pr6n, serif !important;*/
    color:#003D5B !important;
    font-size:32px !important;
    font-weight: bold;
}
.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}
.accordion ul li:nth-child(1) {
  background-image: url("../images/accordion01.jpg");
  background-size:cover;
}
.accordion ul li:nth-child(2) {
  background-image: url("../images/accordion02.jpg");
  background-size:cover;
}
.accordion ul li:nth-child(3) {
  background-image: url("../images/accordion03.jpg");
  background-size:cover;
}
.accordion ul:hover li, .accordion ul:focus-within li {
  width: 8%;
}
.accordion ul li:focus {
  outline: none;
}
.accordion ul:hover li:hover,
.accordion ul li:focus, .accordion ul:focus-within li:focus {
  width: 60%;
}
.accordion ul:hover li:hover a,
.accordion ul li:focus a, .accordion ul:focus-within li:focus a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion ul:hover li:hover a *,
.accordion ul li:focus a *, .accordion ul:focus-within li:focus a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion ul:hover li {
  width: 8% !important;
}
.accordion ul:hover li a * {
  opacity: 0 !important;
}
.accordion ul:hover li:hover {
  width: 60% !important;
}
.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion ul:hover li:hover a * {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion h2{
}
.accordion p{
    font-size:32px !important;
    text-align: center !important;
    margin:50px auto !important;
}
@media screen and (max-width: 640px) {
  body {
    margin: 0;
  }

  .accordion {
    height: auto;
  }
  .accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.about {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #666;
}
.about a {
  color: blue;
  text-decoration: none;
}
.about a:hover {
  text-decoration: underline;
}
/* end of アコーディオン */
div.contentsWrapper{
    width:100%;
    min-width: 960px;
}
div.contents{
    width: 1140px;
    background:#fff;
    margin:20px auto;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
div.contentsWrapper.second{
    padding-top:150px;
}


div.secondBannar,
div.infoWrapper{
    padding:20px;
    display: flex;
    justify-content: space-between
}
div.featureWrapper{
    padding:10px;
    display: flex;
    justify-content: space-between
}
div.feature{
    background:#efefef;
    margin:10px;
    width:300px;
}
div.feature h2{
    line-height: 4em !important; 
    text-align: center !important; 
    font-size: 20px !important;
    font-weight: bold !important;
    color:#fff !important;
    height: auto !important;
}１
div.feature h2.col1{
    background:#4FC4CF;
}
div.feature h2.col2{
    background:#994ff3;
}
div.feature h2.col3{
    background:#CF9145;
}
div.feature p{
    text-align: justify;
    padding:10px;
}
div.info{
    width:540px;
    background:#efefef;
}
div.h2Wrapper {
    width: 100%;
    height: 48px;
    color: #fff;
    overflow: hidden;
}
div.h2Wrapper h2 {
    width: 60% !important;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 18px !important;
    text-indent: 20px !important;
    float: left !important;
    position: relative !important;
    background:#33559E !important;
}
div.h2Wrapper h2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color:#33559E transparent transparent transparent;
    border-width: 48px 32px 0 0;
    position: absolute;
    top: 0;
    right: -32px;
}
div.h2Wrapper span.title {
    display: block;
    width: calc(40% - 15px);
    height: 48px;
    line-height: 48px;
    padding-right: 15px;
    text-align: right;
    float: right;
    background:#ccc ;
    color:#003D5B;
}
div.info ul,
div.newsList ul{
    margin:20px;
}
div.info ul li,
div.newsList ul li{
    margin-bottom: 10px;
    border-left:4px solid #405EBD;
    padding-left:10px;
}
div.info ul span.date,
div.newsList ul span.date{
    display: block;
    font-size:12px;
}
section.design00 h2{
    /*width:100%;
    height: 60px;
    line-height: 60px;
    background:#145096;
    font-size:22px;
    text-align: center;
    font-weight: bold;
    color:#fff;*/
}
section.design00 h3{
    width:calc(100% - 20px);
	margin:20px auto;
    height: 60px;
    line-height: 60px;
    border-bottom:2px solid #145096;
    font-size:22px;
    text-align: left;
	text-indent:20px;
    font-weight: bold;
    color:#145096;
}
div.snsWrapper{
    padding:0 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.snsWrapper img{
    margin:20px auto 0;
}

div#footerWrapper{
    width:100%;
    min-width:1140px;
    background:#333
}
div#footer{
    width:1140px;
    margin:auto;
    overflow: hidden;
    position: relative;
    padding-top:100px;
}
div#footer h2{
    background:url("../images/logo.svg") center center no-repeat;
    width:489px;
    height: 69px;
    background-size:489px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top:30px;
    left:0;
    right:0;
    margin:auto;
}
div#footer ul {
    display: flex;
    justify-content: space-between;
    margin-top:70px;
    margin-bottom:50px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    padding:25px 0;
}
div#footer ul ul{
    display: block;
    margin-left:1em;
    margin-top:10px;
}
div#footer ul ul li{
    list-style: disc;
    color:#fff;
}
div#footer ul a{
    color:#fff;
}
p.copy{
    text-align: center;
    font-size:12px;
    margin:10px auto;
    color:#fff;
}
p.totop{
    width:50px;
    height: 50px;
    background-image:url("../images/icon_totop.svg");
    background-size:50px;
    background-position: center top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    right:30px;
    bottom:50px;
}
p.totop a{
    display: block;
    width:100%;
    height: 100%;
}
p.totop:hover{
    background-position: center bottom;
}
div.inquiry {
    margin:20px;
}
div.inquiry form{
    overflow: hidden;
}
dl.general{
    margin:50px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
dl.general dt,
dl.general dd{
    padding:20px 10px;
    border-top:1px solid #ccc;
    overflow: hidden;
}
dl.general dt{
    width:calc(30% - 20px);
    float: left;
    clear: both;
}
dl.general dd{
    width:calc(70% - 20px);
    float: right;
}
dl.general dt.must{
    background:url("../images/icon_must.svg") right 5px top 10px no-repeat;
    background-size:35px;
}
dl.general strong{
    font-weight: bold;
}
div#map{
    padding-bottom:25px;
}
dl.general li{
    margin-left:20px;
    list-style: disc;
}
input[type=text]{
    width:calc(100% - 20px);
    padding:0 10px;
    background:#efefef;
    line-height: 2em;
}
input[type=tel]{
    background:#efefef;
}
textarea{
    width:calc(100% - 20px);
    padding:10px;
    height: 300px;
    background:#efefef;
}
select{
    padding:0 40px 0 10px;
    line-height: 2.5em;
    background:url("../images/icon_arrow_down.svg") right 10px center no-repeat #efefef;
    background-size:13px;
    cursor: pointer;
}
select:hover{
    background-color:#ccc;
}
div.submit{
    margin:50px auto;
    display: flex;
    justify-content: space-around;
}
input[type=submit]{
    width:200px;
    height: 60px;
    line-height: 60px;
    background:#0071BC;
    font-size: 24px;
    color:#fff;
    cursor: pointer;
}
input[type=submit]:hover{
    background:#28A745;
}
input[type=button]{
    width:200px;
    height: 60px;
    line-height: 60px;
    background:gray;
    font-size: 24px;
    color:#fff;
    cursor: pointer;
    border-radius: 30px;
}
input[type=button]:hover{
    background:#333;
}
input[type=radio]{
    width:16px;
    height: 16px;
    border-radius: 8px;
    border:2px solid #145096;
    cursor: pointer;
    vertical-align: middle;
}
input[type=radio]:checked{
    background-color: #145096;
}
input[type=radio] + label{
    margin-left:10px;
    margin-right:30px;
    cursor: pointer;
}
div.policycheck{
    width:50%;
    border:10px solid #ccc;
    margin:20px auto;
    padding:20px;
    position: relative;
}
input[type=checkbox]{
    width:20px;
    height: 20px;
    border:2px solid #145096;
    cursor: pointer;
    vertical-align: middle;
}
input[type=checkbox]:checked{
    background-color: #145096;
}
input[type=checkbox] + label{
    margin-left:20px;
    cursor: pointer;
}


div.footerMapWrapper {
    width:100%;
    display: flex;
    justify-content: space-between;
}
div.footerMap{
    width:30%;
    margin:10px;
    color:#fff;
}
div.footerMap h3{
    text-align: center;
    font-size: 20px;
    color:#fff !important;
    border-color:#fff;
}
div.footerMap p{
    margin:0 15px 10px;
}
ul.switch{
    width:860px;
    height: 50px;
    margin:200px auto 0;
    display: flex;
    justify-content: space-between;
}
ul.switch li{
    width:170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
ul.switch li a{
    display: block;
    width:100%;
    height:100%;
    background:transparent;
}
ul.switch li.active a,
ul.switch li a:hover{
    display: block;
    width:100%;
    height:100%;
    background:#405EBD;
    color:#fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    border-radius: 4px;
    transition: all 0.2s;
}
ul.switch_vertical,
ul.switch_vertical2{
    margin-top:2px
}
ul.switch_vertical li{
    width:100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px;
}
ul.switch_vertical2 li{
    width:calc(100% - 20px);
    padding:10px;
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 10px;
}
ul.switch_vertical li a{
    display: block;
    width:calc(100%);
    height:100%;
    background:transparent;
}
ul.switch_vertical2 li a{
    display: block;
    width:calc(100% - 20px);
    padding:10px;
    height:100%;
    background:transparent;
}
ul.switch_vertical li.active a,
ul.switch_vertical li a:hover{
    display: block;
    width:100%;
    height:100%;
    background:#405EBD;
    color:#fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    border-radius: 4px;
    transition: all 0.2s;
}
ul.switch_vertical2 li.active a,
ul.switch_vertical2 li a:hover{
    display: block;
    background:#405EBD;
    color:#fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    border-radius: 4px;
    transition: all 0.2s;
}

div.main{
    width:1140px;
    background:#fff;
    box-shadow:3px 3px 9px rgba(0,0,0,0.35);
    margin:30px auto 50px;
}
h2.main{
    width:100%;
    height: 100px;
    line-height: 100px;
    font-size:32px;
    background-image: repeating-linear-gradient(135deg, rgba(6, 6, 6, 0.08) 0px, rgba(6, 6, 6, 0.08) 36px,rgba(0, 0, 0, 0.08) 36px, rgba(0, 0, 0, 0.08) 83px,rgba(70, 70, 70, 0.08) 83px, rgba(70, 70, 70, 0.08) 115px,rgba(147, 147, 147, 0.08) 115px, rgba(147, 147, 147, 0.08) 150px,rgba(142, 142, 142, 0.08) 150px, rgba(142, 142, 142, 0.08) 182px),repeating-linear-gradient(135deg, rgba(71, 71, 71, 0.08) 0px, rgba(71, 71, 71, 0.08) 32px,rgba(184, 184, 184, 0.08) 32px, rgba(184, 184, 184, 0.08) 78px,rgba(122, 122, 122, 0.08) 78px, rgba(122, 122, 122, 0.08) 99px,rgba(245, 245, 245, 0.08) 99px, rgba(245, 245, 245, 0.08) 117px,rgba(23, 23, 23, 0.08) 117px, rgba(23, 23, 23, 0.08) 127px),repeating-linear-gradient(135deg, rgba(79, 79, 79, 0.08) 0px, rgba(79, 79, 79, 0.08) 129px,rgba(249, 249, 249, 0.08) 129px, rgba(249, 249, 249, 0.08) 220px,rgba(120, 120, 120, 0.08) 220px, rgba(120, 120, 120, 0.08) 327px,rgba(52, 52, 52, 0.08) 327px, rgba(52, 52, 52, 0.08) 445px,rgba(230, 230, 230, 0.08) 445px, rgba(230, 230, 230, 0.08) 520px),repeating-linear-gradient(135deg, rgba(72, 72, 72, 0.08) 0px, rgba(72, 72, 72, 0.08) 50px,rgba(86, 86, 86, 0.08) 50px, rgba(86, 86, 86, 0.08) 171px,rgba(231, 231, 231, 0.08) 171px, rgba(231, 231, 231, 0.08) 270px,rgba(245, 245, 245, 0.08) 270px, rgba(245, 245, 245, 0.08) 326px,rgba(123, 123, 123, 0.08) 326px, rgba(123, 123, 123, 0.08) 458px),linear-gradient(90deg, rgb(4,46,138),rgb(64,94,189));
}
h3.main{
    width:calc(100% - 70px);
    font-size:24px;
    padding-left: 60px;
    padding:12px 10px 12px 60px;
    color:#fff;
    border-radius: 4px;
    background-image:url("../images/icon_dot.svg"),linear-gradient(to left,#405EBD, #042E8A);
    background-repeat:no-repeat;
    background-size:20px,100%;
    background-position: left 20px center,center center;
}
h3.main + h4.main{
    margin-top:30px;
}
h4.main{
    margin-left:50px;
    height: 50px;
    line-height: 50px;
    font-size:20px;
    text-indent: 60px;
    color:#042E8A;
    border-bottom: 2px solid #042E8A;
    background-image:url("../images/icon_dot_blue.svg");
    background-repeat:no-repeat;
    background-size:20px;
    background-position: left 20px center,center center;
    
}
h2.main span{
    margin-left:40px;
    border-left:4px solid #fff;
    padding-left:30px;
    color:#fff;
}
div.mainInner{
    padding:30px;
    overflow: hidden;
}
div.ceo{
    font-size: 18px;
    margin:0 200px 50px;
}
p.rinen{
    font-size:48px;
    text-align: center;
    margin:50px auto;
}
p.rinen + ol{
    padding:20px;
    margin:0 240px;
    font-size:20px;
    background:#efefef;
    margin-bottom:50px;
    border-radius: 4px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
p.rinen + ol li{
    margin-left:30px;
    line-height: 2em;
    font-weight: bold;
}
div.companyProfile{
    margin:50px 200px; 
}
dl.company{
    overflow: hidden;
    border-bottom:1px solid #ccc;
}
dl.company dt,
dl.company dd{
    padding:10px;
    border-top:1px solid #ccc;
}
dl.company dt{
    width:calc(24% - 20px);
    float: left;
    clear: both;
    font-weight: bold;
}
dl.company dd{
    width:calc(76% - 20px);
    float: right;
}
dl.company h4{
    font-weight: bold;
}
dl.company ul{
    margin:5px auto 10px 30px
}
dl.company ul li{
    list-style: disc;
}
ul.products{
    margin:10px auto 10px 120px;
}
ul.products li{
    list-style: disc;
}
dl.dot{
    margin-left:50px;
}
dl.dot,
dl.dot dt,
dl.dot dd{
    border:none !important;
    font-weight: normal !important;
    padding:0;
}
dl.dot dt{
    width:55% !important;
}
dl.dot dd{
    width:45% !important;
    text-indent: 1em;
}
div.companySlide {
    width:920px;
    height: 540px;
    margin:30px auto 0;
    position: relative;
    overflow: hidden;
}
div.office2 img{
    width:100%;
    height: auto;
}
button.slick-prev {
	background: url("../images/arrow_prev.svg") no-repeat;
	background-size: 30px;
	left: 10px;
}
button.slick-next {
	background: url("../images/arrow_next.svg") no-repeat;
	background-size: 30px;
	right: 10px;
}
button.slick-arrow {
	text-indent: -9999px;
	position: absolute;
	width: 32px;
	height: 61px;
	top: calc(50% - 60px);
	z-index: 1;
	border: none;
	cursor: pointer;
}
ul.slick-dots {
	width: 100%;
	height: 20px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}
ul.slick-dots li {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #ccc;
	border-radius: 10px;
	margin: 5px;
}
li.slick-active {
	background-color: #042E8A !important;
}
img.slick-cloned{
    opacity: 0.5;
}
div.branch{
    margin:30px 100px 30px 100px
}
div.branchPhoto{
    margin:30px 240px;
    display: flex;
    justify-content: space-around;
}
div.branchPhoto img{
    padding:5px;
    background:#fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}

div.branch div.map{
    margin:20px auto;
    width:100%;
    height: 450px;
}
div.constructionPhotoWrapper {
    margin:30px 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
div.constructionPhotoWrapper img{
    padding:5px;
    background:#fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    width:200px;
    margin-bottom: 10px;

}

p.construction {
    margin:0 60px 60px;
}
p.construction img.half{
    width:40%;
    float:left;
    margin-right:20px;
    margin-bottom:60px;
}
div.spec {
    margin:20px 60px 60px;
}
div.recruitImg{
    width:960px;
    margin:0 auto 20px;
}
div.recruitImg img{
    width:960px;
    height: auto;
    object-fit: cover;
}

div.staffBox {
    width:960px;
    margin: 20px auto 20px;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top:20px;
    border-top:3px solid #405EBD;
}
div.staffPhoto{
    width: 320px;
    position: relative;
    float: left;
    margin-right: 20px;
}
div.staffPhoto img{
    width:320px;
    height: auto;
}
dl.staffName{
    width:240px;
    height: 80px;
    padding:10px 0;
    background:#fff;
    text-align: center;
    left:0;
    right:0;
    bottom:-45px;
    margin: auto;
    position: absolute;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
    border-bottom:4px solid #042E8A;
}
dl.staffName dd{
    font-size:24px;
    color:#042E8A;
}
dl.staffName dd span{
    display: block;
    font-size:14px;
    color:#333;
}
p.staffMessage{
    width:calc(100% - 60px);
    padding:30px;
    color:#042E8A;
    font-size:24px;
    position: relative;
    margin-bottom: 20px;
}
p.staffMessage::before{
    content: "";
    width: 30px;
    height: 22.5px;
    background-image: url(../images/cite1.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
p.staffMessage::after{
    content: "";
    width: 30px;
    height: 22.5px;
    background-image: url(../images/cite2.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}
div.staffRight{
    width:calc(100% - 340px);
    float: right;
}
dl.faq{
    
}
dl.faq dt{
    font-weight: bold;
}
dl.faq dd{
    margin-left:50px;
}
dl.faq dt:before {
    content: "Q ";
    font-family: "policy";
    color: pink;
    font-size: 30px;
}
dl.faq dd:before {
    content: "A ";
    font-family: "policy";
    color: skyblue;
    font-size: 30px;
}
div.day {
    width: 960px;
    margin: 20px auto 40px;
    display: flex;
    justify-content: space-between;
}
div.dayLeft{
    width:45px;
    background:url("../images/ring.svg") center top repeat-y;
}
div.dayRight{
    padding:20px;
    width:875px;
    background-color:#FFFAEA;
    position: relative;
    background-image:url("../images/clock.svg");
    background-repeat:no-repeat;
    background-position: bottom -80px right -100px;
}
div.dayRight h3{
    font-size:32px;
    text-align: center;
    margin:20px auto 30px;
    color:#042E8A;
    font-weight: bold;
    border-bottom:3px solid #042E8A;
}
div.daydlbox{
    overflow: hidden;
}
div.day dl{
    overflow: hidden;
}
div.day dl dt{
    width:86px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    float: left;
    clear: both;
    background:#042E8A;
    border-radius: 16px;
    margin-bottom:30px;
}
div.day dd{
    width:calc(100% - 100px);
    line-height: 32px;
    margin-left:13px;
    float: right;
    overflow: hidden;
    background:url("../images/dot2.svg") right center repeat-x;
    background-size:14px;
    font-weight: bold;
}
div.day dd span{
    background:#FFFAEA;
    padding-right: 10px;
}
div.day dl dd:after{
    /*content:"・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";*/
}
div.day dl:nth-child(1){
    width:calc(100% - 360px);
    margin-left:360px;
}
div.day dl:nth-child(2){
    width:calc(100% - 320px);
    margin-left:320px;
}
div.day dl:nth-child(3){
    width:calc(100% - 280px);
    margin-left:280px;
}
div.day dl:nth-child(4){
    width:calc(100% - 240px);
    margin-left:240px;
}
div.day dl:nth-child(5){
    width:calc(100% - 200px);
    margin-left:200px;
}
div.day dl:nth-child(6){
    width:calc(100% - 160px);
    margin-left:160px;
}
div.day dl:nth-child(7){
    width:calc(100% - 120px);
    margin-left:120px;
}
div.day dl:nth-child(8){
    width:calc(100% - 80px);
    margin-left:80px;
}
div.day dl:nth-child(9){
    width:calc(100% - 40px);
    margin-left:40px;
}
div.day img.photo2-5{
    position: absolute;
    width:330px;
    height: auto;
    left:0;
    top:110px;
}
div.recruit3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:20px 100px;
}
div.welfare{
    width:calc(33% - 40px);
    border:10px solid #ccc;
    margin-bottom:20px;
}
div.welfare img{
    width:100%;
    height: auto;
    object-fit: cover;
}
div.welfare h4{
    font-size:18px;
    line-height: 3em;
    text-align: center;
    background:#042E8A;
    color:#fff;
}
div.welfare p{
    padding:15px;
    text-align:justify;
}
p.welfare{
    color:#042E8A;
    font-size:24px;
    text-align: center;
    margin:50px auto;
}

div.entryWrapper {
    margin:20px 100px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
div.entry{
    width:calc(50% - 40px);
    margin-bottom:20px;
    padding:10px;
    border:1px solid #042E8A;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
div.noentry{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    background:rgba(0,0,0,0.8);
}
div.noentry p{
    width:100%;
    height: 1em;
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    text-align: center;
    color:#fff;
    font-size:20px;
}
div.entry h3{
    background:#042E8A;
    color:#fff;
    text-align: center;
    line-height: 3em;
    margin-bottom: 20px;
}
dl.entry{
    overflow: hidden;
}
dl.entry dt,
dl.entry dd{
    padding:5px;
    border-top:1px solid #ccc;
}
dl.entry dt{
    width:calc(30% - 10px);
    float: left;
    clear: both;
}
dl.entry dd{
    width:calc(70% - 10px);
    float: right;
}
dl.entry span{
    display: block;
    color:#042E8A;
    font-weight: bold;
}
p.entry{
    width:80%;
    height: 45px;
    margin:20px auto;
    text-align: center;
    background:#DE3907;
    line-height: 45px;
    font-size:18px;
    border-radius: 4px;
}
p.entry a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
}
p.entry:hover{
    width:80%;
    height: 45px;
    margin:20px auto;
    text-align: center;
    background:#07BA09;
    line-height: 45px;
    font-size:18px;
    border-radius: 4px;
}


div.newsBody {
    margin:20px;
}
div.newsBody p{
    margin-bottom:10px;
}
div.newsBody img{
    max-width: 100%;
    margin-bottom:10px;
}
div.newsBody ul,
div.newsBody ol{
    margin-bottom:10px;
    margin-left:40px;
}
div.newsBody ul li{
    list-style: disc;
}
ul.news{
    margin-bottom:20px;
}
ul.news li{
    margin-left:20px;
    margin-bottom:10px;
    list-style: disc;
}


h3.news {
    font-size:20px;
    margin-bottom:20px;
    border-bottom:1px solid #042E8A;
    color:#042E8A;
    font-weight: bold;
}

div.prevnext {
    border-top:1px solid #ccc;
    margin-top:20px;
    padding-top:20px;
    display: flex;
    justify-content: space-between;
}
div.prev{
    background:url("../images/arrow_prev.svg") left 0.25em no-repeat;
    background-size:8px;
    padding-left:15px;
    width:calc(50% - 20px);
}
div.next{
    background:url("../images/arrow_next.svg") right 0.25em no-repeat;
    background-size:8px;
    padding-right:15px;
    width:calc(50% - 20px);
    text-align: right;
}



div.worksWrapper {
    margin:20px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.works{
    width:360px;
    height: 240px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
div.works img{
    transition: all 0.2s;
}
div.works img:hover{
    transform:scale(1.1);
    transition: all 0.2s;
}
div.works h4{
    text-align: center;
    color:#fff;
    width:100%;
    height: 50px;
    line-height: 50px;
    background:#042E8A;
    position: absolute;
    left:0;
    right:0;
    bottom:10px;
}
dl.form{
    width:760px;
    margin:20px auto;
    border-bottom:1px solid #ccc;
    overflow: hidden;
}
dl.form dt{
    width:calc(30% - 20px);
    padding:15px 10px;
    float: left;
    clear: both;
    border-top:1px solid #ccc;
}
dl.form dt.must{
    background:url("../images/iconMust.svg") right 10px top 15px no-repeat;
    background-size:40px;
}
dl.form dd{
    width:calc(70% - 20px);
    padding:15px 10px;
    float: right;
    border-top:1px solid #ccc;
}
dl.form input[type=text],
dl.form input[type=mail],
dl.form input[type=tel],
dl.form textarea,
dl.form select{
    width:calc(100% - 20px);
    padding:0 10px;
    line-height:2em;
    border:1px solid #999;
}
dl.form textarea{
    line-height: 1.5em;
}
dl.form .half,
dl.form select{
    width:calc(50% - 20px) !important;
}
dl.form input[type=radio],
dl.form label{
    cursor: pointer;
}
input[type=submit]{
	width:240px;
	height: 60px;
	line-height: 60px;
	font-size:24px;
	color:#fff;
	text-align: center;
	border-radius: 4px;
    background:#DE3907;
    cursor: pointer;
}
p.inquiry a{
    color:#fff;
}
input[type=submit]:hover{
    background:#39b54a;
}
input[type=button]{
	width:240px;
	height: 60px;
	line-height: 60px;
	font-size:24px;
	color:#fff;
	text-align: center;
	border-radius: 4px;
    background:#ccc;
    cursor: pointer;
}
input[type=button]:hover{
    background:#333;
}
form textarea{
	width:100%;
	height: 200px;
	border:1px solid #ccc;
}
div.submit{
    display: flex;
    text-align: center;
	margin:30px auto;
    justify-content: space-around;
}

ul.works {
    width:100%;
}

ul.works li{
    padding:10px;
    border-left:8px solid #425DA1;
    border-radius: 4px;
    margin-bottom:10px;
    background:#efefef;
    padding-right: 100px;
    position: relative;
    min-height: 40px;
}
ul.works h4{
    color:#042E8A;
    font-weight: bold;
}
ul.works a{
    display: inline-block;
    width:90px;
    height: 32px;
    border:3px solid #425DA1;
    text-align: center;
    line-height: 36px;
    position: absolute;
    top:10px;
    right:10px;
    border-radius: 4px;
}
ul.works a:hover{
    background:#425DA1;
    color:#fff;
}
h3.sideTitle{
    color:#425DA1;
    font-weight: bold;
    font-size:18px;
    border-bottom:3px solid #425DA1;
    margin-top:60px;
    margin-bottom:10px;
}
ul.category li{
    background:url("../images/icon_dot_blue.svg") left top 0.2em no-repeat;
    background-size:12px;
    padding-left:26px;
}
h2.screen-reader-text {
    display: none;
}
div.nav-links{
    margin:20px;
    border-top:1px solid #ccc;
    padding-top:20px;
}
div.nav-links a{
    display: inline-block;
    height: 24px;
    min-width: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 5px;
    background:#ccc;
    padding:0 3px;
}
div.nav-links a.next{
    background:none;
}
div.nav-links span.current{
    display: inline-block;
    width:24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background:#042E8A;
    color:#fff;
    padding:0 3px;
}



h4.archive {
    font-size:18px;
    color:#042E8A;
    font-weight: bold;
    border-bottom:3px solid #042E8A;
    margin:30px auto;
    
}

p.construction div.year {
    display: inline;
    background:red !important;
}
p.construction div.year {
    display: inline;
}
p.construction div.year {
    display: inline;
}

div.construction {
    margin:0 60px 60px;
}

ul.staffList {
    width:100%;
    height: auto;
    margin:50px auto;
    display: flex;
    justify-content: space-around;
}
ul.staffList li {
    width:calc((100% / 6) - 20px);
    margin:0 10px;
    display: block;
    text-align: center;
    border-radius: 10px;
    padding:10px 0;
    transition: all 0.3s;
}
ul.staffList a{
    width:100%;
    height: 100%;
}
ul.staffList li:hover,
ul.staffList li.ui-tabs-active{
    background:#efefef;
    box-shadow: 3px 3px 12px rgba(0,0,0,0.35);
    transition: all 0.3s;
}
ul.staffList img{
    width:calc(100% - 20px);
    margin-bottom: 10px;
}

div.access_mapWrapper {
    margin:20px auto;
    width:880px;
}
div.access_mapWrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
div.access_mapWrapper img:hover {
    opacity: 0.8;
}
div.entryBody{
    margin:10px;
}
div.entryBody h1,
div.entryBody h2,
div.entryBody h3,
div.entryBody h4,
div.entryBody h5,
div.entryBody h6{
    font-weight: bold;
    margin-bottom:1em;
}
div.entryBody h1{
    font-size:30px;
}
div.entryBody h2{
    font-size:28px;
}
div.entryBody h3{
    font-size:26px;
}
div.entryBody h4{
    font-size:24px;
}
div.entryBody h5{
    font-size:22px;
}
div.entryBody h6{
    font-size:20px;
}

div.entryBody p{
    margin-bottom:10px;
}
div.entryBody p strong{
    font-weight: bold;
}
div.entryBody ol,
div.entryBody ul{
    margin:10px 0 10px 30px;
}
div.entryBody ul li{
    list-style: disc;
}
div.entryBody blockquote{
    margin:20px;
    padding:15px;
    background:#efefef;
    border-radius: 4px;
}
div.entryBody img{
    max-width: 100%;
    height: auto;
}
div.title p.date{
    text-align: right;
    margin-bottom:5px;
}
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
    /*box-sizing: border-box;*/
    line-height: 1.4em;
    background: #fff;
    transform: scale(0.3);
    transition: 0.5s;
    position: relative;
}
body.dark .modal_content {
    background: #000;
}
@media screen and (max-width:640px){
.modal_content {
    align-self: center;
    /*box-sizing: border-box;*/
    line-height: 1.4em;
    background: #fff;
    transform: scale(0.3);
    transition: 0.5s;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
}
}

.close_button {
  position: absolute;
  top: 20px;
  right: 16px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background:url("../images/close_icon.svg") center center no-repeat;
  background-size:30px;
}
.close_button:hover{
    background-image:url("../images/close_icon_d.svg")
}
.modal_wrap{

}
.modal_content{
    display: block;
    height: 90vh;
    width:80vw;
    max-width:1280px;
}
.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: scale(1);
    border-radius: 10px;
}
.modal_content h2{
    line-height: 66px;
    text-align: center !important;
    border-bottom:1px solid #ccc !important;
    font-size: 28px;
    font-weight: bold;
}
body.dark .modal_content h2{
    color:#fff;
    border-bottom:1px solid #cc1e1e !important;
}
@media screen and (max-width:640px){
.modal_content h2{
    line-height: 66px;
    text-align: center !important;
    border-bottom:1px solid #ccc !important;
    font-size: 22px;
    font-weight: bold;
}
}
div.privacyBox{
    width:300px;
    margin:20px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
input[type=checkbox]{
    width:16px;
    height: 16px;
    border:2px solid var(--main-color);
    cursor: pointer;
    margin-right: 30px;
}
input[type=checkbox]:checked{
    background:var(--main-color);
}
.open_button {
    color:var(--main-color);
    cursor: pointer;
}
.open_button:hover {
    text-decoration: underline;
}
div.nextSectionWrap {
    width: 100%;
    height: calc(100% - 77px);
    display: flex;
    justify-content: center;
    align-items: center;
}
div.nextSection {
    padding:20px 40px;
    overflow-y: auto;
    width: calc(80% - 20px);
    height: calc(100% - 150px) !important;
    display: block;
    text-align: left;
    padding-right: 20px;
}
div.nextSection h3 {
    font-size:18px;
    font-weight: bold;
    color:var(--main-color);
    margin:40px 0 10px;
}
div.nextSection p{
    margin-left:100px;
}
p.button {
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    margin-left:none !important;
}
p.button.close {
    background: gray;
}
p.button.confirm {
    background: green;
}
p.button.confirm:hover {
    background: lightgreen;
    color: #000;
}
p.button.close:hover {
    background: lightgray;
    color: #000;
}

p.mono {
    font-size:24px;
    margin:100px 50px;
}
dl.mono{
    margin:50px 100px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background:#efefef;
}
dl.mono dt{
    width:250px;
    height: 250px;
    float: left;
    clear: both;
    background-position: center center;
    background-size:cover;
    background-repeat:no-repeat;
    position: relative;
}
dl.mono dd{
    width:calc(100% - 250px - 30px);
    float:right;
    font-size:18px;
}
dl.mono dd ul{
    padding:30px 30px 30px 60px;
}
dl.mono dd li{
    list-style: disc;
}
dl.mono1 dt{
    background-image:url("../images/mono1.jpg");
}
dl.mono2 dt{
    background-image:url("../images/mono2.jpg");
}
dl.mono3 dt{
    background-image:url("../images/mono3.jpg");
}
dl.mono4 dt{
    background-image:url("../images/mono4.jpg");
}
dl.mono dt h4{
    position: absolute;
    line-height: 3em;
    height: 3em;
    background:rgba(255,255,255,0.7);
    text-align: center;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    font-size:20px;
    font-weight: bold;
}
dl.mono1 dt h4{
    height: 3em !important;
    line-height: 1.2em;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.mononext {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background:url("../images/monoArrow.svg") no-repeat;
    width:37px;
    height: 75px;
    background-size:37px;
    margin:auto;
}
h3.mono{
    font-size:20px;
    font-weight: bold;
    margin-top:25px;
    text-align: center;
    color:var(--main-color);
    border-bottom:1px solid var(--main-color);
}

div.monoImageWrapper {
    width:800px;
    display: flex;
    flex-wrap: wrap;
    margin:25px auto 100px;
    padding:5px;
    background:var(--main-color);
}
div.monoImageWrapper img{
    width:200px;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s;
    cursor: pointer;
}
div.monoImageWrapper img:hover{
    transform: scale(2);
    box-shadow: 3px 3px 12px rgba(0,0,0,0.35);
    transition: all 0.2s;
}
div.monoLink{
    width:800px;
    margin:25px auto;
    display: flex;
    justify-content: space-around;
}
div.monoLink p{
    width:200px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 4px;
    background:repeating-linear-gradient(45deg, rgba(0,0,0,0.06),transparent,rgba(0,0,0,0.08),rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0.06),rgba(0,0,0,0.04),transparent,rgba(0,0,0,0.07),rgba(0,0,0,0.06),rgba(0,0,0,0.1) 3px),linear-gradient(90deg, rgb(18,84,176),rgb(21,106,226));
}
div.monoLink p:hover{
    background:repeating-linear-gradient(45deg, rgba(0,0,0,0.06),transparent,rgba(0,0,0,0.08),rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0.06),rgba(0,0,0,0.04),transparent,rgba(0,0,0,0.07),rgba(0,0,0,0.06),rgba(0,0,0,0.1) 3px),linear-gradient(90deg, rgb(13,135,53),rgb(18,196,77));
}
div.monoLink p a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
    font-size:24px;
}

div.monoWrapper{
    width:100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top:20px;
}
div.mono{
    width:calc((100% / 3) - 20px);
    background:#efefef;
    margin:10px;
}
div.mono h3{
    font-size:20px;
    height: 70px;
    display: flex;
    align-items: center;
    background-image: repeating-linear-gradient(45deg, rgba(253, 227, 38,0.1) 0px, rgba(253, 227, 38,0.1) 1px,transparent 1px, transparent 11px),repeating-linear-gradient(135deg, rgba(253, 227, 38,0.1) 0px, rgba(253, 227, 38,0.1) 1px,transparent 1px, transparent 11px),linear-gradient(90deg, rgb(55, 150, 84),rgb(79, 148, 16));
    color:#fff;
    padding:0 10px;
}
div.mono img{
    width:100%;
    height: 226px;
    object-fit: cover;
}
div.mono p{
    padding:10px;
    text-align: justify;
}
p.instagram {
    width:40px;
    height: 40px;
    background:url("../images/instagram.svg");
    background-size:40px;
    position: absolute;
    top:34px;
    right:10px;
}
p.facebook {
    width:40px;
    height: 40px;
    background:url("../images/facebook.svg");
    background-size:40px;
    position: absolute;
    top:34px;
    right:60px;
}
p.instagram a,
p.facebook a{
    width:100%;
    height: 100%;
    display: block;
}