@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* @font-face {
	font-family: 'Arial';
    src: url('../fonts/Arial-Black.eot');
	src: url('../fonts/Arial-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Arial-Black.woff') format('woff'),
		url('../fonts/Arial-Black.ttf') format('truetype'),
		url('../fonts/Arial-Black.svg#Arial-Black') format('svg');
	font-weight: 500;
	font-style: normal;
} */

html {
    border: 1px solid #000;
}
body {
	margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
	color: #000;
    box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    overflow-x: hidden;
}
.mplus{
    font-family: 'M PLUS 1p', sans-serif;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.container, .rows, header, section, footer {
	width: 100%;
	float: left;
}
* {
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}
img {
 	max-width:100%;
	height: auto;
	display: block;
}

a:hover, a:visited, a:focus{
	outline:none;
	border:none;
}

a {
    text-decoration: none;
    color: inherit
}
.ow{
	overflow:hidden;
	width:100%;
}
.clear {
    clear: both;
}
a[href^="tel:"] {
    cursor: default;
}

a[href^="tel:"]:hover {
    text-decoration: none;
}
a.hv-o:hover {
    opacity: 0.7;
}
a.link:hover {
    text-decoration: underline;
    cursor: pointer;
}
br {
    font-size: 0;
}
.br-sp, .br-640, .br-767, .br-copy  {
    display: none;
}
.showPC {
    display: block;
}

.showSP,.br-390 {
    display: none;
}
.cont {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.dl-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
/* ============================ */
/* =========   GIRD   ========= */
/* ============================ */
.grid-1380 {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.grid-1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.grid-1000 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/* ============================ */
/* =========   HEADER   ========= */
/* ============================ */

header {
    width: 140px;
    position: fixed;
    left: 0;
    background: #19215A;
    z-index: 7;
    height: 100vh;
}
.wrapHead {
    align-content :space-between;
    justify-content: center;
    height: 100vh;
    position: relative;
    z-index: 3;
}
.logo {
    padding-top: 25px;
}
.logo a img {
    width: 122px;
}
.WrapSns {
    width: 100%;
}
.WrapSns li {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.WrapSns li a {
    display: block;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.WrapSns li:first-child, .WrapSns li:last-child {
    background: #F2F2F2;
}
.WrapSns li:nth-child(2), .WrapSns li:nth-child(3) {
    background: #E6E6E6;
}

.WrapSns li:first-child a img {
    width: 21px;
}
.WrapSns li:nth-child(2) a img {
    width: 24px;
}
.WrapSns li:nth-child(3) a img {
    width: 18px;
}
.WrapSns li:last-child a img {
    width: 20px;
}

.wp-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 470px;
    opacity: 0;
    background-color: #19215A;
    z-index: 1;
    display: block;
    height: 100vh;
    transition: all ease-in 0.35s;
    -webkit-transition: all ease-in 0.35s;
    -moz-transition: all ease-in 0.35s;
    -ms-transition: all ease-in 0.35s;
    -o-transition: all ease-in 0.35s;
    pointer-events: none;
}
.WrapMenu .show {
    opacity: 1;
    pointer-events: all;
}


.copyright {
    font-size: 8px;
    letter-spacing: 0.25px;
    line-height: 160%;
    color: #CCCCCC;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

.wp-menu li.active a,.wp-menu li a:hover{
    /* color: #008C50; */
}
.menuShow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
    
}
.menu-right {
    width: calc(100% - 139px);
    margin-left: 139px;
    padding-bottom: 35px;
}
.menu-right>li {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 20px;
}
.menu-right li a {
    font-size: 20px;
    color: #E6E6E6;
    letter-spacing: 0.75px;
    line-height: 160%;
    font-weight: normal;
}

.infoSubMenu {
    padding-left: 40px;
    padding-top: 18px;
}


.logo a {
    display: block;
}

.wp-menu li a:hover {
    opacity: 0.7;
}
.menu_sp, .logo , .WrapSns{
    z-index: 2;
    position: relative;
}
 /* menu tog */
 .menu_sp li {
    text-align: center;
}
.menu_sp li a {
    display: block;
    color: #008C50;
    height: 100%;
}
.menu_sp li a i {
    font-size: 30px;
    color: #008C50;
    text-align: center;
    padding: 10px
}
.chane-x {
    float: right;
    position: relative;
}
.chane-x::before {
    content: "";
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.chane-x.change::before {
    content: none;
}
.bar1, .bar2, .bar3 {
    width: 34px;
    height: 4px;
    background-color: #CCCCCC;
    margin: 10px 10px;
    transition: 0.4s;
}
.ie .bar1, .bar2, .bar3 {
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px ,10px);
    transform: rotate(-45deg) translate(-5px ,10px);
    -moz-transform: rotate(-45deg) translate(-5px ,10px);
    -ms-transform: rotate(-45deg) translate(-5px ,10px);
    -o-transform: rotate(-45deg) translate(-5px ,10px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -15px);
    transform: rotate(45deg) translate(-9px, -15px);
    -moz-transform: rotate(45deg) translate(-9px, -15px);
    -ms-transform: rotate(45deg) translate(-9px, -15px);
    -o-transform: rotate(45deg) translate(-9px, -15px);
}
/* End menu tog */


/* Slide top */
#hoSlide {
    background-image: url(../img/top1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1200px;
    display: none;
}
.link-slide a img {
    width: 433px;
}
#slide {
    position: relative;
}

#slide .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#slide .item {
    height: 860px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.owl-carousel button.owl-dot {
    outline: 0;
}

.slide-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.link-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    justify-content: center;
    padding-top: 80px;

}

.link-slide span {
    font-size: 65px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #fff;
    display: block;
    line-height: 160%;
    width: 100%;
    text-align: center;
    text-shadow: 5px 5px 3px rgba(51 ,51 ,51 , 0.75);  
}

/* End Slide top */




/* Banner Page */

#hoBanner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
    justify-content: center;
    align-items: center;
}

.bannertxt {
    justify-content: center;
    align-items: center;
}

.banner-about {
    background-image: url(../../img/about/banner-about.jpg);
}
.banner-flow {
    background-image: url(../../img/flow/banner-flow.jpg);
}
.banner-technology{
    background-image: url(../../img/technology/te-img01.jpg);
}
.banner-product{
    background-image: url(../../img/product/banner-product.jpg);
}
.banner-recruit{
    background-image: url(../../img/recruit/banner-recruit.jpg);
}
.banner-entry{
    background-image: url(../../img/entry/banner-entry.jpg);
}
.banner-contact{
    background-image: url(../../img/contact/banner-contact.jpg);
}

.bannertxt .bannerH {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    border: 2px solid #FFFFFF;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.bannertxt span {
    text-align: center;
    display: block;
    
}
.bannertxt span img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bannertxt span {
    width: 500px;
}
.banner-flow .bannertxt span {
    width: 600px;
}
.bannertxt strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    width: 100%;
    text-align: center;
    text-shadow: 5px 5px 3px rgba(51 ,51 ,51 , 0.75);
    padding-top: 15px;
}

/* End Banner Page */

/* End Haeder */

/* ============================= */
/* =========  CONTENT  ========= */
/* ============================= */

/* Top */
#Content, footer {
    width: calc(100% - 139px);
    margin-left: 139px;
}
.txt-ct {
    text-align: center;
}
.txt {
    color: #4D4D4D;
    font-size: 14px;
    letter-spacing: 0.05px;
    line-height: 214%;
}
#hoContent1 {
    padding-top: 250px;
    padding-bottom: 202px;
}
.titleStyle01img {
    font-size: 25px;
    color: #172A88;
    letter-spacing: 2px;
    align-items: center;
    height: 100px;
    max-width: 550px;
margin-bottom: 30px;
    width: 100%;
    padding-left: 50px;
    border: 1px solid #8B94C3;
        background-color: rgba(255, 255, 255, 0.5);
}

.titleStyle01 {
    font-size: 25px;
    color: #172A88;
    letter-spacing: 2px;
    align-items: center;
    height: 100px;
    max-width: 550px;
    width: 100%;
    padding-left: 50px;
    border: 1px solid #8B94C3;
        background-color: rgba(255, 255, 255, 0.5);
}
.BoxTopLR {
    position: relative;
}

.BoxTopL {
    width: 100%;
}
span.TopL-right {
	text-align: right;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 175%;
	margin-top: 15px;
	color: undefined;
}
span.TopL-right strong {
    font-size: 20px;
    font-weight: bold;
    padding-right: 9px;
}
.BoxTopL p {
    padding-top: 115px;
}
.BoxTopLR .titleStyle01 {
    position: absolute;
    top: -50px;
    left: 0;
}
#hoContent2 {
    padding-top: 65px;
    padding-bottom: 150px;
    background: #F2F2F2;
}
.titleIns img {
    width: 120px;
    margin: 0 auto;
}
.ins {
    margin-top: 50px;
}
.ins li {
    width: 14.86%;
    margin-right: 2.168%;
}
.ins li:last-child {
    margin-right: 0;
}
#hoContent3{
    padding-top: 150px;
    padding-bottom: 90px;
}
.List-menuTop li {
    width: 48.2%;
    margin-right: 3.6%;
    margin-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 450px;
}
.List-menuTop li a {
    height: 100%;
}
.List-menuTop li:nth-child(2n) {
    margin-right: 0;
}
.List-menuTop li:first-child a{
    background-image: url(../../img/index/top5.jpg);
}
.List-menuTop li:nth-child(2) a{
    background-image: url(../../img/index/top6.jpg);
}
.List-menuTop li:nth-child(3) a{
    background-image: url(../../img/index/top7.jpg);
}
.List-menuTop li:last-child a{
    background-image: url(../../img/index/top8.jpg);
}



.List-menuTop li a {
    position: relative;
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; */
    display: block;
}
.ie .List-menuTop li a img {
    width: 100%;
    display: inline-block;
}

.List-menuTop li a span {
    position: absolute;
    top: 90px;
    left: 50%;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.75px;
    line-height: 100%;
    text-align: center;
    text-shadow: 5px 5px 3px rgba(51 ,51 ,51 , 0.75);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.List-menuTop li a span strong {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.75px;
    display: block;
}
.listMenuSub {
    margin-top: 40px;
}

/* End Top */

/* About */
#About1{
    padding-top: 150px;
}
#About3 {
    position: relative;
    margin-top: 50px;
}
#About3 h3 {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 1;
}
#About3 iframe {
    width: 100%;
    height: 400px;
    vertical-align: middle;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

/* End About */

/* Technology */

.teCo01Item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 150px;
}
.teCo01Left{
    width: 48.551%;

}
.teCo01Right{
    width: 51.449%;

}
.te01Full{
    max-width: 480px;
    width: 100%;
    float: right;
}
.te01Full .titleStyle01 {
    position: absolute;
    top: -50px;
    left: 190px;
}
.teCo01Item:nth-child(1) .te0tCt{
    margin-top: 92px;
}
.te0tCt h4{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 150%;
    color: #172A88;
    padding-bottom: 16px;
    border-bottom: 1px solid #8B94C3;
    padding-top: 25px;
}
.teCo01Item:nth-child(1) .te0tCt h4{
    padding-top: 0;
}
.te01Txt{
    padding-right: 50px;
    font-size: 14px;
    color: #4D4D4D;
    letter-spacing: 0.5px;
    line-height: 214%;
    padding-top: 38px;
}
.te01Txt strong{
    font-size: 16px;
    line-height: 250%;
}
.te01Txt span{
    font-weight: bold;
}
.teCo01Item:nth-child(2n) .teCo01Left{
    order: 1;
}
.teCo01Item:nth-child(2n) .teCo01Right{
    order: 0;
}
.teCo01Item:nth-child(2n) .te01Full{
    float: left;
}
.teCo01Item:nth-child(2n) .te01Txt{
    padding-left: 50px;
    padding-right: 0;
}
.teCo01Item:nth-child(2n) .te0tCt h4{
    padding-left: 50px;
}
.teContent02 ul{
    font-size: 0;
    text-align: center;
}
.teContent02 ul li{
    vertical-align: middle;
    width: 31.2%;
    margin-right: 3.2%;
    margin-bottom: 3.2%;
}
.teContent02 ul li:nth-child(3n){
    margin-right: 0;
}
.teContent02{
    /* margin-top: 110px; */
    background-color: #F2F2F2;
    padding-top: 150px;
    padding-bottom: 105px;
}


.teContent02img ul{
    font-size: 0;
    text-align: center;
}
.teContent02img ul li{
    vertical-align: middle;
    width: 48.0%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.teContent02img ul li:nth-child(3n){
    margin-right: 0;
}
.teContent02img{
    /* margin-top: 110px; */
    background-color: #F2F2F2;
    padding-top: 150px;
    padding-bottom: 105px;
}



.te03Rows{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.BoxAB2 .te03Rows.css_lu{
    align-items:flex-start;
}
.BoxAB2 .te03Rows.css_lu .te03Full{
    padding-top: 0;
}
.te03Left{
    width: 57.246%;
}
.te03Right{
    width: 39.131%;
    margin-left: 3.623%;
}
.te03Full{
    max-width: 350px;
    width: 100%;
    margin-top: 120px;
}
.te03Right .titleStyle01{
    position: absolute;
    top: -50px;
    right: 190px;
    max-width: 500px;
    padding-left: 158px;
}
.te03Full ul{
    font-size: 0;
}
.te03Full ul li{
    float: left;
    width: 100%;
    border-top: 1px solid #999999;
    font-size: 14px;
    color: #4D4D4D;
    letter-spacing: 0.75px;
    line-height: 285%;
    min-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
.te03Full ul li:last-child{
    border-bottom: 1px solid #999999;
}
.teContent03{
    margin-top: 204px;
}
.te03Rows01 ul{
    font-size: 0;
    text-align: center;
}
.te03Rows01 ul li{
    vertical-align: middle;
    width: 31.2%;
    margin-right: 3.2%;
    margin-bottom: 3.2%;
}
.te03Rows01 ul li:nth-child(3n){
    margin-right: 0;
}
.te03Link{
    margin-top: 200px;
    text-align: center;
    margin-bottom: 100px;
}
.te03Link a{
    display: inline-block;
}
.ie .te03Link a img{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.te03Rows01{
    margin-top: 100px;
}
#technology{
    width: calc(100% - 139px);
    margin-left: 139px;
}
/* End Technology */

/* About */
.boxAB .teCo01Item{
    margin-top: 0;
}
.boxAB .te01Txt {
    padding-top: 18px;
}
#About2 {
    padding-top: 250px;
    padding-bottom: 200px;
}
.BoxAB2 .te03Full li {
    text-align: center;
    line-height: 142%;
    padding: 10px 0;
}
.BoxAB2 .te03Full li:nth-child(2n-1){
    background-color: #F2F2F2;
}
.BoxAB2 .te03Left img:nth-child(2) {
    margin-top: 50px;
}

.BoxAB2 .te03Rows {
    align-items: center;
}
.BoxAB2 .te03Full {
    padding-top: 28px;
}

/* End About */

/* Product */
#Product1 .teContent02 {
    margin-top: 0;
}
#Product1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
#Product1 .flowBtn {
    padding-right: 190px;
}
/* End Product */


/* Flow */
#Flow1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.flowitemL{
    width: 35%;
}
.flowitemR {
    width: 60%;
    margin-left: 5%;
}

.itemTT {
    align-items: center;
    border: 1px solid #000000;
    height: 70px;
    padding-left: 20px;
}
.itemTT span {
    color: #4D4D4D;
    font-size: 16px;
    letter-spacing: 0.075px;
    padding-left: 22px;
    font-weight: 500;
}
.flowitemR p {
    padding-top: 20px;
    letter-spacing: 0.075px;
}
.flow-item {
    margin-bottom: 40px;
}
.flowBtn {
    text-align: right;
}
.flowBtn a {
    display: block;
    float: right;
}
.flowBtn a img {
    width: 330px;
}

/* End Flow */


/* Recruit */
#Recruit1 {
    padding-top: 100px;
}
.recruiBox .te0tCt h4 {
    padding-top: 70px;
}
.recruiBox .te01Txt {
    padding-right: 0;
}
.recruiBox .teCo01Item {
    margin-top: 155px;
}
.recruiBox .tdRecruit .te0tCt h4 {
    padding-top: 25px;
}
.tdRecruit .teCo01Right {
    width: 48.25%;
}
.ie .tdRecruit .teCo01Right {
    width: 47.25%;
}
.tdRecruit .teCo01Left {
    width: 51.75%;
}
.RecruitContent:last-child {
    margin-top: 100px;
}
.RecruitLR .RecruitL{
    width: 30%;
}
.RecruitLR .RecruitR{
    width: 65.4%;
    margin-left: 4.6%;
}
.RecruitR span {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 175%;
    color: #4D4D4D;
    padding-bottom: 40px;
    display: block;
} 
.RecruitLR {
    margin-bottom: 155px;
}
#Recruit2 .titleStyle01{
    margin-bottom: 100px;
}

#Recruit2 .RecruitLR:last-child {
    margin-bottom: 0;
}
#Recruit2 {
    padding-top: 200px;
}
#Recruit3 {
    padding-top: 200px;
}
#Recruit3 table {
    margin-top: 100px;
    width: 100%;
}
#Recruit3 table td {
    font-size: 14px;
    letter-spacing: 2px;
    border-bottom: 1px solid #999999;
    color: #4D4D4D;
    line-height: 178%;
    padding: 8px 0;
}
#Recruit3 table tr:first-child td {
    border-top: 1px solid #999999;
}
#Recruit3 table td:first-child {
    background-color: #F2F2F2;
    width: 280px;
    padding-left: 70px;
}

#Recruit3 table td:last-child{
    padding-left: 70px;
}


/* End Recruit */

/* Entry */
#Entry1 {
    padding-top: 90px;
    padding-bottom: 100px;
}
.txtEntry {
    letter-spacing: 0.75px;
}
.txtEntry strong {
    color: #C30D23;
    font-weight: normal;
}


.BoxContactList li {
    width: 48.2%;
    margin-right: 3.6%;
}
.BoxContactList li:last-child {
    margin-right: 0;
}
.BoxContactList li a{
    display: block;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    background: #008C50;
    border: 1px solid #008C50;
    color: #fff;
    position: relative;
}
.BoxContactList li:last-child a{
    border: 1px solid #008C50;
    background: #fff;
}
.BoxContactList li a span{
    font-size: 25px;
    letter-spacing: 0;
    display: block;
    font-weight: bold;
}
.BoxContactList li a p{
    font-size: 16px;
    letter-spacing: 0;
    color: #fff;
    margin-top: 10px;
}

.BoxContactList li:last-child a span {
    color: #008C50;
}
.BoxContactList li:last-child a p {
    color: #000;
}
.BoxContactList li a::before {
    content: '';
    position: absolute;
    background-image: url(../img/contact1.svg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.BoxContactList li:last-child a::before {
    background-image: url(../img/contact2.svg);
}
.BoxContactList {
    margin-top: 135px;
}
.contactForm {
    margin-top: 95px;
}
.contactForm .txtForm {
    display: block;
    font-size: 18px;
    line-height: 166%;
    color: #000000;
    margin-bottom: 70px;
}
.contactForm table {
    width: 100%;
}
.contactForm td:first-child {
    width: 310px;
    padding-right: 30px;
    padding-left: 40px;
}
.contactForm table tr:first-child td{
    border-top: 1px solid #8B94C3;
} 
.contactForm table tr td {
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 0.75px;
    color: #4D4D4D;
    border-bottom: 1px solid #8B94C3;
}
.contactForm table tr:last-child td {
    vertical-align: top;
    padding-top: 25px;
}
.contactForm table tr td:last-child {
    padding: 25px 0;
    padding-right: 40px;
}
span.big {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.contactForm table tr td input {
    width: 100%;
    border: none;
    border: 1px solid #CCCCCC;
    height: 50px;
    outline: none;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.contactForm table tr td textarea {
    width: 100%;
    height: 250px;
    border: none;
    padding-left: 25px;
    padding-right: 25px;
    outline: none;
    resize: none;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #CCCCCC;
}
span.btnSubmit input {
    width: 300px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background: #19215A;
    font-family: inherit;
    border: 1px solid #19215A;
    outline: none;
    cursor: pointer;
    transition: ease all 0.35s;
}
span.btnSubmit input:hover {
    opacity: 0.7;
}
.contactForm table td input.maxw-200 {
    max-width: 200px;
    margin-bottom: 25px;
}
.btnSubmit {
    margin-top: 30px;
    display: block;
}
.contactForm .vl-top td {
    vertical-align: top;
}
.contactForm .vl-top td:first-child{
    padding-top: 40px;
}
.contactForm td.maxw-200 label {
    display: inline-block;
    font-weight: 500;
}
.mgr-50 {
    margin-right: 50px;
}
.contactForm td.maxw-200 input {
    width: 15px;
    padding-top: 0;
    margin: 0;
    vertical-align: middle;
}
.contactForm td.maxw-200 span {
    line-height: 160%;
    padding-left: 3px;
}
.contactForm table tr td.he150 input {
    height: 150px;
}
.contactForm table tr:last-child td p {
    letter-spacing: 1px;
}
.contactForm table tr:last-child input {
    width: 22px;
    height: 22px;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.contactForm table tr:last-child a {
    color: #C30D23;
}
.contactForm table tr:last-child .checkmark {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 176%;
    padding-left: 10px;
}
.contactForm table tr:last-child td {
    border-bottom: none;
}
.checkAgr {
    text-align: center;
    padding-top: 6px;
}
.entryLink {
    margin-top: 200px;
    margin-bottom: 100px;
}
/* End Entry */

/* Contact */
.PolicyCon {
    padding-left: 40px;
    padding-top: 40px;
}
.PolicyCon p {
    letter-spacing: 0.1px;
    line-height: 235%;
}
.PolicyCon p strong.policyTT {
    color: #172A88;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.75px;
    display: block;
    padding-top: 16px;
}
.PolicyCon p strong.policySub {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.75px;
    display: block;
    padding-top: 5px;
}
#Contact1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.phoneContact {
    padding-left: 40px;
    margin-top: 45px;
}
.phoneContact a {
    font-size: 45px;
    color: #4D4D4D;
    letter-spacing: 0.25px;
    font-weight: 500;
}
.phoneContact p {
    font-size: 30px;
    letter-spacing: 0.25px;
    font-weight: 500;
}
.BoxCont2 {
    margin-top: 85px;
}
strong.red {
    color: #C30D23;
    font-weight: normal;
}
.BoxCont2 p {
    margin-top: 45px;
    padding-left: 40px;
}
.policy {
    margin-top: 200px;
}
.contactForm td.maxw-196 input {
    width: 196px;
}
.contactForm .phonecon {
    display: inline-block;
    padding-right: 26px;
    position: relative;
}

.contactForm .phonecon:last-child {
    padding-right: 0;
}
.contactForm .phonecon:first-child::before, .contactForm .phonecon:nth-child(2)::before {
    content: '';
    position: absolute;
    background-image: url(../../img/contact/contact1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 11px;
    height: 2px;
    top: 50%;
    right: 6px;
    transform: scaleY(-50%);
    -webkit-transform: scaleY(-50%);
    -moz-transform: scaleY(-50%);
    -ms-transform: scaleY(-50%);
    -o-transform: scaleY(-50%);
}
/* End Contact */



/* Footer ======================= */

.wrapFt {
    background-color: #AD181F;
    padding-top: 55px;
    padding-bottom: 40px;
}

.logo-ft a {
    width: 100%;
    display: inline-block;
}
.logo-ft a img {
    width: 149px;
}
.sns-ft img {
   width: 32px; 
}
.wrapFt {
    color: #fff;
}
.menu-ft li {
    margin-right: 52px;
}
.menu-ft li:last-child {
    margin-right: 0;
}
.menu-ft li a{
    font-size: 13px;
    letter-spacing: 0.75px;
    line-height: 153%;
    color: #fff;
}
.submenuFt .subMenu {
    padding-left: 15px;
    padding-top: 3px;
}
.sns-ft a {
    display: block;
}
.logo-ft {
    width: 11%;
}
.menu-ft {
    width: 70%;
    margin-left: 8%;
    margin-right: 8.6%;
    padding-top: 5px;
}
.sns-ft {
    width: 2.4%;
}
.scrolltop {
    text-align: center;
    width: 70px;
    height: 71px;
    line-height: 40px;
    display: block;
    position: fixed;
    bottom: 141px;
    right: 0px;
    z-index: 99;
}

.videoPc {
    width: 100%;
    /* min-width: 1000px; */
    height: 100%;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
}
video {
    position: fixed;
    z-index: -100;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    /* width: auto; */
    min-width: 100%;
    min-height: 100vh;
}

.videoPc button{
    background-image: url(../img/icon_audio_on.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 32px;
    background-color: transparent;
    border: 0;
    outline: none;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    right: 20px;
}

.videoPc button.mutevideo{
    background-image: url(../img/icon_audio_off.png);
}

@media all and (-ms-high-contrast:none) {
    .scrolltop {
       bottom: 143px;
       right: 0px;
       z-index: 99;
   }
   .link-slide a img {
       width: 433px;
       height: 197px;
   }
 
}
.cr-ft {
    display: none;
}

/* End Footer */
