.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#mvArea {
    width: 100%;
    height: 100vh;
    background-color: #000;
    color: #fff;
    position: relative;
}
@media only screen and (max-width: 640px) {
    #mvArea {
        margin-top: 80px;
    }
}
#mvArea .titleArea {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
@media only screen and (max-width: 640px) {
    #mvArea .titleArea {
        padding: 0 20px;
    }
}
#mvArea .titleArea .title {
    display: block;
    font-size: 5rem;
    font-weight: 300;
}
@media only screen and (max-width: 640px) {
    #mvArea .titleArea .title {
        font-size: 2rem;
    }
}
#mvArea .titleArea p {
    letter-spacing: 0.2em;
}
#mvArea .titleArea p.main {
    font-size: 1.4rem;
    margin-bottom: 30px;
}
#mvArea .titleArea p.sub {
    font-size: 1rem;
}
@media only screen and (max-width: 640px) {
    #mvArea .titleArea p {
        font-size: 0.8rem;
    }
}
#mvArea .movieBox {
    height: 100%;
    overflow: hidden;
}
#mvArea .movieBox video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#mvArea .movieBox:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#contentWrapper{
	min-height: 100vh;
}
.newsAllInner{
	padding-top: 70px;
}
.newsBoxPage{
	
}
.newsContainer{
	padding: 15px;
	padding-top: 25px;
}
.NEWS{
	font-size: 40px;
}
.NEWSmessage{
	text-align: center;
	display: flex;
	flex-direction: column;
}
.newsBox{
	padding: 10px;
}
.postSentence{
	display: flex;
	padding: 10px;
    font-size: 20px;
	border-top: 1px dotted #999999;
}
.postDate{
	    font-size: 20px;
    padding-right: 30px;
						}
#postTitle {
  color: rgba(0, 0, 0, 255);
  position: relative;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
    #postTitle{
        font-size: 0.8rem;
    }
	 .postDate{
        font-size: 0.8rem;
    }
	 .NEWS{
        font-size: 1.5rem;
    } 
	.newsPageLinkTag{
        font-size: 0.8rem;
    }
	.newsContainer{
		padding-top: 0px;
	}
}
#postTitle::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .0.8s;
}
#postTitle:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}

.newsPageLink{
	border-top: 1px dotted #999999;
	padding: 10px;
    font-size: 20px;
    display: flex;
    justify-content: flex-end;
}
.newsPageLinkTag{
  color: rgba(0, 0, 0, 255);
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.newsPageLinkTag::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .0.8s;
}
.newsPageLinkTag:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
.pagenation{
	display: flex;
    justify-content: flex-end;
    font-size: 20px;
}
.page-numbers{
	padding: 0px 5px;
}

#area-strength .content-area ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
}
@media only screen and (max-width: 640px) {
    #area-strength .content-area ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column wrap;
    }
}
#area-strength .content-area ul li {
    width: calc((100% - 20px * (3 - 1)) / 3 - 0.1px);
    margin-right: 20px;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 40px 20px 15px;
    box-shadow: 0px 3px 5px rgba(25, 53, 77, 0.2);
}
#area-strength .content-area ul li:nth-child(3n + 0) {
    margin-right: 0;
}
#area-strength .content-area ul li:nth-last-child(-n + 3) {
    margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
    #area-strength .content-area ul li:nth-last-child(-n + 3) {
        margin-bottom: 0px;
    }
    #area-strength .content-area ul li:nth-last-child(-n + 3):last-child {
        margin-bottom: 0;
    }
}
#area-strength .content-area ul li:nth-child(1) {
    margin-top: 0;
}
#area-strength .content-area ul li:nth-child(2) {
    margin-top: 0;
}
#area-strength .content-area ul li:nth-child(3) {
    margin-top: 0;
}
@media only screen and (max-width: 640px) {
    #area-strength .content-area ul li {
        width: calc((100% - 0px * (1 - 1)) / 1 - 0.1px);
        margin-right: 0px;
        margin-bottom: 20px;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        align-items: center;
        padding: 20px;
    }
    #area-strength .content-area ul li:nth-child(1n + 0) {
        margin-right: 0;
    }
    #area-strength .content-area ul li:nth-last-child(-n + 1) {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
    #area-strength .content-area ul li:nth-last-child(-n + 1) {
        margin-bottom: 20px;
    }
    #area-strength .content-area ul li:nth-last-child(-n + 1):last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 640px) {
    #area-strength .content-area ul li:nth-child(1) {
        margin-top: 0;
    }
}
#area-strength .content-area ul li .thum {
    width: 70%;
    margin: 0 auto;
}
@media only screen and (max-width: 640px) {
    #area-strength .content-area ul li .thum {
        -webkit-box-flex: 0;
        flex: 0 0 35%;
        width: 35%;
        margin-right: 25px;
    }
}
@media only screen and (max-width: 640px) {
    #area-strength .content-area ul li .text {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
    }
}
#area-strength .content-area ul li h3 {
    margin-top: 25px;
    font-size: 1.5rem;
}
@media only screen and (max-width: 640px) {
    #area-strength .content-area ul li h3 {
        margin-top: 0;
        font-size: 1.2rem;
    }
}
#area-strength .content-area ul li h3 span {
    display: block;
    line-height: 1;
    text-align: right;
    font-weight: normal;
}
@media only screen and (max-width: 640px) {
    #area-strength .content-area ul li h3 span {
        text-align: left;
    }
}
#area-strength .content-area ul li h3 span.en {
    font-size: 0.6em;
    margin-bottom: 5px;
}
#area-strength .content-area ul li h3 span.jp {
    font-size: 1em;
}
#area-fullline .content-area .fulllineList {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
#area-fullline .content-area .fulllineList li {
    width: calc((100% - 20px * (4 - 1)) / 4 - 0.1px);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #19354d;
    border-radius: 5em;
    padding: 10px 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
}
#area-fullline .content-area .fulllineList li:nth-child(4n + 0) {
    margin-right: 0;
}
#area-fullline .content-area .fulllineList li:nth-last-child(-n + 4) {
    margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
    #area-fullline .content-area .fulllineList li:nth-last-child(-n + 4) {
        margin-bottom: 20px;
    }
    #area-fullline .content-area .fulllineList li:nth-last-child(-n + 4):last-child {
        margin-bottom: 0;
    }
}
#area-fullline .content-area .fulllineList li:nth-child(1) {
    margin-top: 0;
}
#area-fullline .content-area .fulllineList li:nth-child(2) {
    margin-top: 0;
}
#area-fullline .content-area .fulllineList li:nth-child(3) {
    margin-top: 0;
}
#area-fullline .content-area .fulllineList li:nth-child(4) {
    margin-top: 0;
}
@media only screen and (max-width: 640px) {
    #area-fullline .content-area .fulllineList li {
        width: calc((100% - 20px * (2 - 1)) / 2 - 0.1px);
        margin-right: 20px;
        margin-bottom: 0px;
        padding: 10px 10px;
        margin-bottom: 15px !important;
    }
    #area-fullline .content-area .fulllineList li:nth-child(2n + 0) {
        margin-right: 0;
    }
    #area-fullline .content-area .fulllineList li:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
    #area-fullline .content-area .fulllineList li:nth-last-child(-n + 2) {
        margin-bottom: 0px;
    }
    #area-fullline .content-area .fulllineList li:nth-last-child(-n + 2):last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 640px) {
    #area-fullline .content-area .fulllineList li:nth-child(1) {
        margin-top: 0;
    }
    #area-fullline .content-area .fulllineList li:nth-child(2) {
        margin-top: 0;
    }
}
#area-fullline .content-area .fulllineList li .icon {
    display: inline-block;
    -webkit-box-flex: 0;
    flex: 0 0 40px;
    margin-right: 15px;
}
@media only screen and (max-width: 640px) {
    #area-fullline .content-area .fulllineList li .icon {
        -webkit-box-flex: 0;
        flex: 0 0 20px;
        margin-right: 7px;
    }
}
#area-fullline .content-area .fulllineList li .icon img {
    vertical-align: middle;
}
#area-fullline .content-area .fulllineList li p {
    display: inline-block;
    -webkit-box-flex: 1;
    flex: 1 1 100%;
}
@media only screen and (max-width: 640px) {
    #area-fullline .content-area .fulllineList li p {
        font-size: 0.8rem;
    }
}
#area-fullline .content-area .customizable-area {
    margin-top: 40px;
}
#area-fullline .content-area .customizable-area .customizable-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
    #area-fullline .content-area .customizable-area .customizable-title {
        font-size: 1.5rem;
    }
}
#area-fullline .content-area .customizable-area .customizable-title span {
    display: block;
    line-height: 1;
    font-weight: normal;
}
#area-fullline .content-area .customizable-area .customizable-title span.jp {
    font-size: 0.4em;
    margin-bottom: 10px;
}
#area-fullline .content-area .customizable-area .customizable-title span.en {
    font-size: 1em;
}
#area-fullline .content-area .customizable-area .customizable-title:before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #19354d;
    margin: 0 auto 20px;
}
@media only screen and (max-width: 640px) {
    #area-serviceflow .content-area {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 1070px) {
    #area-company {
        padding-left: 20px;
        padding-right: 20px;
    }
}
#area-company .content-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
}
@media only screen and (max-width: 640px) {
    #area-company .content-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-flow: column-reverse wrap;
    }
}
#area-company .content-area #gMap {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    height: 300px;
    box-shadow: 0 3px 5px rgba(25, 53, 77, 0.2);
    position: relative;
}
#area-company .content-area #gMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 640px) {
    #area-company .content-area #gMap {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        display: block;
        height: 200px;
    }
}
#area-company .content-area .infoCont {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    padding-left: 50px;
}
@media only screen and (max-width: 640px) {
    #area-company .content-area .infoCont {
        padding: 0;
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
    }
}
#area-company .content-area .infoCont > li {
    margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
    #area-company .content-area .infoCont > li {
        margin-bottom: 7px;
    }
}
#area-company .content-area .infoCont > li dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    font-weight: 400;
    font-size: 0.9rem;
}
@media only screen and (max-width: 640px) {
    #area-company .content-area .infoCont > li dl {
        font-size: 0.8rem;
    }
}
#area-company .content-area .infoCont > li dl dt {
    -webkit-box-flex: 0;
    flex: 0 0 6em;
}
#area-company .content-area .infoCont > li dl dd {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
}
#worksSlide .slick-track {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    align-items: stretch;
}
#worksSlide .slick-track .slick-slide {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(25, 53, 77, 0.2);
}
#worksSlide .works-slider .slide-cont {
    text-align: left;
    padding: 0;
}
#worksSlide .works-slider .slide-cont .text {
    padding: 20px;
}
#worksSlide .works-slider .slide-cont .text h3 {
    font-size: 1.2rem;
    color: #19354d;
}
@media only screen and (max-width: 640px) {
    #worksSlide .works-slider .slide-cont .text h3 {
        font-size: 0.9rem;
    }
}
#worksSlide .works-slider .slide-cont .text h3:after {
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    background-color: #19354d;
    margin-top: 10px;
    margin-bottom: 10px;
}
#worksSlide .works-slider .slide-cont .text h3 span {
    display: block;
    line-height: 1;
}
#worksSlide .works-slider .slide-cont .text h3 span.jp {
    font-size: 0.6em;
    margin-bottom: 7px;
}
#worksSlide .works-slider .slide-cont .text h3 span.en {
    letter-spacing: 0;
}
#worksSlide .works-slider .slide-cont .text p {
    font-size: 0.8rem;
    color: #19354d;
}
@media only screen and (max-width: 640px) {
    #worksSlide .works-slider .slide-cont .text p {
        font-size: 0.7rem;
    }
}
#worksSlide .works-slider .slidepager-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
    z-index: 20;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    justify-content: center;
}
#worksSlide .works-slider .slidepager-dots li {
    text-indent: -99999px;
    width: 20px;
    height: 3px;
    background: rgba(25, 53, 77, 0.2);
    margin: 0 6px;
    display: block;
}
#worksSlide .works-slider .slidepager-dots li:hover {
    cursor: pointer;
}
#worksSlide .works-slider .slidepager-dots li.slick-active {
    background: #19354d;
}
#newsSlide .news-slider {
    padding-bottom: 20px;
}
#newsSlide .news-slider .slide-cont {
    text-align: left;
    box-shadow: 0 3px 5px rgba(25, 53, 77, 0.2);
    padding: 0;
}
#newsSlide .news-slider .slide-cont .textBox {
    padding: 15px;
}
#newsSlide .news-slider .slide-cont .textBox .metaGroup .date {
    font-size: 0.8rem;
}
#newsSlide .news-slider .slide-cont .textBox .postTitle a {
    color: #19354d;
    line-height: 1;
}
#newsSlide .news-slider .slide-cont .textBox .postTitle:after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #19354d;
    margin: 7px 0;
}
#newsSlide .news-slider .slide-cont .textBox p {
    color: #19354d;
    font-size: 0.8rem;
}
.slickSlider {
    background: transparent;
    display: none;
}
.slickSlider.slick-initialized {
    display: block;
}
.slickSlider .slick-list {
    padding-bottom: 20px;
    margin: 0 30px;
}
.slickSlider .slick-slide {
    margin: 0 15px;
}
.slickSlider .slick-arrow {
    text-indent: -99999px;
    width: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.slickSlider .slick-arrow:hover {
    cursor: pointer;
    opacity: 0.4;
}
.slickSlider .slick-arrow.prev {
    background: url(../../images/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    left: 0;
}
@media only screen and (max-width: 1070px) {
    .slickSlider .slick-arrow.prev {
        left: 0;
    }
}
.slickSlider .slick-arrow.next {
    background: url(../../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    right: 0;
}
@media only screen and (max-width: 1070px) {
    .slickSlider .slick-arrow.next {
        right: 0;
    }
}
.slickSlider .slidepager-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
    z-index: 20;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    justify-content: center;
}
.slickSlider .slidepager-dots li {
    text-indent: -99999px;
    width: 30px;
    height: 5px;
    background: rgba(25, 53, 77, 0.2);
    margin: 0 4px;
    display: block;
}
.slickSlider .slidepager-dots li:hover {
    cursor: pointer;
}
.slickSlider .slidepager-dots li.slick-active {
    background: #19354d;
}
#area-contact {
    text-align: center;
}
#area-contact .btn {
    margin-top: 20px;
}
