@charset "UTF-8";
@import 'sanitize.css';
:root {
--easeOutExpo:cubic-bezier(0.16, 1, 0.3, 1);
}
body { margin: 0; padding: 0; font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;  font-size: 16px; line-height: 1.6667; color: #252525; background: #fff; }
h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0; font-weight: normal; letter-spacing: normal; }
ul,li,ol{ margin: 0; padding: 0; list-style: none;}
a{ text-decoration: none; cursor: pointer; color: #291341; }
h1{text-align: center;}
.clr:after{ content:""; display:block; height:0; clear:both; visibility:hidden; }
header{height: auto;}
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}
/* HeaderMenu */
.HeaderMenu{ width: auto; height: 100px; margin: auto; position: relative; }
.HeaderMenuBox{ width: auto; max-width: 90%; height: auto; margin: auto; margin-top: 26px; }
.HeaderMenuBox a{ color: #fff; }
.HeaderMenuBox .SPNav{ width: auto; margin: auto; position: relative; display: flex; flex-wrap: nowrap; justify-content:space-between; align-items: center; }
.HeaderMenuBox .Logo{ width: 150px; text-align: left; margin-bottom: 5px;}
.HeaderMenuBox .Logo img{ width: auto; height: auto; max-width: 150px; max-height:40px; }
.HeaderMenuBox .NavigationTP{ width: 100%; height: auto; order: 1; margin-right: auto; /*margin-top: 20px;*/ }
.HeaderMenuBox .NavigationTP ul{ margin: auto; height: auto; display: flex; flex-wrap: nowrap; justify-content: right; align-items: center;}
.HeaderMenuBox .NavigationTP ul li{ margin: 0 20px; font-size: 14px; font-weight: 600; letter-spacing: 1px; position: relative; z-index: 2; }
.HeaderMenuBox .NavigationTP ul li a{ color: #fff; }
.HeaderMenuBox .NavigationTP ul li:after { background: none repeat scroll 0 0 transparent; bottom: -8px; content: ""; display: block; height: 1px; left: 0%; position: absolute; background: #fff; transition: width 0.3s ease 0s, left 0.3s ease 0s; width: 0; }
.HeaderMenuBox .NavigationTP ul li:hover:after { width: 100%; left: 0;  }
.HeaderMenuBox .NavigationTP ul li img{ width: 12px; height: auto;}
.NSCLBox{ display: flex; flex-wrap: nowrap; justify-content: right; align-items: center; }
.SCLBox{ width: 400px; order: 2; display: flex; /*justify-content: right;*/ align-items: center; }
.NavTPColor ul li a{  color: #fff!important; }
.NavTPColor ul li a:hover{  color: #fff!important; }
.HeaderMenuBox .NavigationTP ul li a:hover{ color: #fff; }
.HeaderMenuBox .NavigationTP ul li:hover .HeaderMenuBox .NavigationTP ul li a:hover:after { width: 100%; left: 0;  }
.HeaderMenuBox .NavigationTP ul li:hover .SubMenu ul{ display: block!important; }
.HeaderMenuBox .NavigationTP ul li:hover .SubMenu{ display: block!important; position: absolute; height: auto; left: 0; top: 17px; opacity: 1; padding: 35px 10px 10px 0px; transition: all .3s; z-index: -1;}
.HeaderMenuBox .NavigationTP ul li .SubMenu{ position: absolute; width: 190px; height: 0; top: 100px; opacity: 0; transition: all .3s; z-index: -1; }
.HeaderMenuBox .NavigationTP ul li .SubMenu ul{ display: none; height: auto; padding: 0px 0px; }
.HeaderMenuBox .NavigationTP ul li .SubMenu ul li{ margin: 0; padding: 0; clear: both; position: relative; background-color: rgba(0, 0, 0, 0.6); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.HeaderMenuBox .NavigationTP ul li .SubMenu ul li:after { background: none repeat scroll 0 0 transparent; bottom: -1px; content: ""; display: block; height: 0.5px; left: 0%; position: absolute; background: #ccc; transition: width 0.3s ease 0s, left 0.3s ease 0s; width: 0; }
.HeaderMenuBox .NavigationTP ul li .SubMenu ul li:hover:after { width: 100%; left: 0;  }
.HeaderMenuBox .NavigationTP ul li .SubMenu ul li a{ color: #fff; display: block; padding: 10px 15px; font-size: 15px; font-weight: 500; }
.HeaderMenuBox .NavigationTP ul li .SubMenu ul li a:hover{ color: #ccc; }
.HeaderMenuBox .NavigationTP ul li .SubMenu ul li a:before{content:'';}
.HeaderMenuBox .LangTP{ height: auto; position: relative; }
.SPNav{ width: 70%; height: auto; }

.PageMenu .HeaderMenuBox .NavigationTP ul li a{ color: #000; }
.PageMenu .HeaderMenuBox .Logo img{ mix-blend-mode: difference; }
.PageMenu .HeaderMenuBox .NavigationTP ul li img{ mix-blend-mode: difference!important; filter: invert(100);}
.PageMenu .HeaderMenuBox .NavigationTP ul li:after { background: #000;}

/* MobileMenu */
.MobileMenu{ display: none; top: 0; left: 0; width: 100%; height: 60px; position: relative; z-index: 9; background: rgba(0, 0, 0, 0);  backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); flex-wrap: nowrap; justify-content: space-between; z-index: 999999; transition: all .3s; }
.MobileMenu .LogoMB{ display: flex; align-items: center; width: auto; margin-left: 15px;}
.MobileMenu .LogoMB span{ font-size: 10px; font-weight: 500; }
.MobileMenu .LogoMB img{ width: 100%; max-width: 150px; height: auto; }
.MobileMenu .PropertyBB{ width: 70%; display: flex; flex-wrap: wrap; justify-content: right; align-items: center;}
.activeMenu{ display: block!important; position: fixed; width: 100%; height: 100%; left: 0!important; opacity: 1!important; overflow: scroll; transition: all .3s;}

/* menuIcon */
.menuIcon { margin: 0; width: 50px; height: 50px; cursor: pointer; padding: 12px 4px; position: relative; }
.line1,.line2,.line3 { position: absolute; margin-top: 2px; left: 0; right: 0; margin: auto; width: 30px; height: 1px; border-radius: 100px;pointer-events: none; background-color: #fff; transition: all 300ms ease-out;}
.line1 { margin-top: 0px; }
.line2 { margin-top: 11px; }
.line3 { margin-top: 22px; }
.active .line1 { width: 28px; margin-top: 12px; transform: rotate(45deg); background-color:#fff; }
.active .line2 { width: 28px; opacity: 0; }
.active .line3 { width: 28px; margin-top: 12px; transform: rotate(-45deg); background-color: #fff; }
.HiddenNone{ display: block!important; opacity: 1!important; transition: all .3s;}

/* Menu Fixed Top */
.HeaderMenu { display: inline; position: fixed; left:0; top:0; width:100%; box-sizing:border-box; transition: top 0.6s; z-index: 999999; } /* z-index: 999999999999; */
.HeaderMenu.off-canvas { top: -170px; }
.HeaderMenu.off-canvas { background-color: rgba(0, 0, 0, 0.6); }
.HeaderMenu.off-canvas .HeaderMenuBox .Logo img{ max-height: 40px!important; }
.HeaderMenu.fixed { top:0; z-index: 999999999999;} 
/*.PageMenu .HeaderMenu.fixed{ background-color: #262626!important;}*/
/*.PageMenu{ background-color: #262626;}
.PageMenu.fixed{ background-color: #262626!important;}
.PageMenu.off-canvas{ background-color: rgba(0, 0, 0, 0.6)!important; }*/
.PageMenu{ background-color: #fff;}
.PageMenu.fixed{ background-color: #fff!important;}
.PageMenu.off-canvas{ background-color: rgba(255, 255, 255, 0.6)!important; }
.HeaderMenu.fixed .HeaderMenuBox .Logo img{ max-height: 40px!important; }
.HeaderMenu.fixedBox { position: fixed!important; top:0; z-index: 999999999999; }
.HeaderMenu.fixedBox .HeaderMenuBox .Logo img{ max-height: 40px!important; }
.FixedMenu { position: fixed!important; }
.FixedMenu .HeaderMenuBox .Logo img{ max-height: 40px!important; }

.SearchBox{ position: relative; margin: 0 15px; }
.SearchBox button{ position: absolute; left: 0; background-color: transparent; width: 25px; height: 25px; outline: 0; border: 0; padding: 0; cursor: pointer; }
.SearchBox button img{ width: 100%; max-width: 20px; height: auto; }
.SearchBox input{ width: 100%; height: 30px; color: #fff;  border: none; background-color: transparent; border-bottom: 1px solid #fff; outline: 0; padding-left: 30px; }

.ContactBTN{ margin: 0 15px; width: 136px; height: 33px; }
.ContactBTN a{ font-size: 14px; font-weight: 600; padding: 4px 25px; border-radius: 100px; border: 1px solid #fff; position: relative; }
.ContactBTN img{ display: none; }

.button { pointer-events: auto; cursor: pointer; background: #fff; margin: 0; position: relative; display: inline-block;}
.button::before,.button::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.button--mimas { border-radius: 0.5rem; overflow: hidden; color: #fff; background: #fff; }
.button--mimas span { position: relative; mix-blend-mode: difference; }
.button--mimas::before { content: ''; background: #262626; width: 120%; left: -10%; transform: skew(30deg); transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1); }
.button--mimas:hover::before { transform: translate3d(100%,0,0); }
.button--mimas:hover span { color: #fff;}
.ContactBTN a.button--mimas:hover{border: 1px solid #000;}

.LangTop{ margin: 0 0 0 15px; position: relative; padding-left: 25px; }
.LangTop:before{ position: absolute; width: 18px; height: 18px; content: ''; left: 0; top: 5px; background: url(../images/icon/icon-lang.svg) no-repeat center; background-size: contain; }
.polylang_langswitcher{ position: relative;}
.polylang_langswitcher select{ display: inline-block; color: #fff; font-size: 18px; font-weight: 500px; outline:none; width: 70px; margin-top: 0px; padding: 0px 10px; -webkit-appearance: none; -moz-appearance: none; background-color: #fff; appearance: none; border:0px solid #bdbdbd; background: url(../images/icon/icon-arrow-down.svg) no-repeat right center; background-size: 12px; background-position: right 0.8rem center; }

.PageMenu .polylang_langswitcher select{ color: #000; background: url(../images/icon/icon-arrow-down-black.svg) no-repeat right center; background-size: 12px; background-position: right 0.8rem center; }
.PageMenu .LangTop{ color: #000;}
.PageMenu .LangTop:before{ background: url(../images/icon/icon-lang-black.svg) no-repeat center; }

/* Footer */
footer{ padding: 0; margin: 0; background-color: #262626; color: #fff; }
footer .FooterBox{ width: auto; height: auto; padding: 60px 0; display: flex; flex-wrap: nowrap; justify-content: space-between; }
footer .FooterBox a{ color: #fff; transition: all .3s;}
footer .FooterBox a:hover{ color: #999; transition: all .3s;}
footer .FooterBox p{ margin: 0;}
footer .FooterBox .FooterContact{ max-width: 400px; }
footer .FooterBox .FooterContact .Logo{ margin: 0;}
footer .FooterBox .FooterContact .Logo img{  max-width: 150px;}
footer .FooterBox .FooterContact .Addtess{ font-size: 14px; margin-top: 60px;}
footer .FooterBox .FooterContact .Addtess span{ display: block; }
footer .FooterBox .FooterContact .Social{ margin-top: 20px;}
footer .FooterBox .FooterContact .Social img{ max-width: 35px; }
footer .FooterBox .FooterContact .Social a{ margin-right: 10px;}
footer .FooterBox .FooterLinks{ display: flex; justify-content: right; align-items: flex-start; font-size: 14px; }
footer .FooterBox .FooterLinks .FooterLinksBox{ margin-left: 60px; margin-top: 50px;}
footer .FooterBox .FooterLinks .FooterLinksBox ul li{ list-style-type: square; padding: 5px 0; }
footer .FooterBox .FooterLinks .FooterLinksBox ul li p{ padding: 5px 0;}
footer .FooterBox .FooterLinks .TwoColLink ul{ list-style-type: square;}
footer .FooterBox .FooterLinks .TwoColLink ul li{ list-style-type: square; justify-content: left; }
footer .FooterBox .FooterLinks .TwoColLink ul li span:nth-child(1){ display: inline-block; width: 85px; }
footer .CopyRight{ position: relative; text-align: center; color: #fff; font-size: 12px; position: relative; padding: 20px 0; }
footer .CopyRight a{ color: #fff; }
footer .CopyRight .PrivacyPolicyLinks{ position: absolute; right: 0; top: 20px;}

/*@keyframes fade-in-move-down {
    0% {
      opacity: 0;
      transform: translateY(4rem);
    } 
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
.slick-active { animation: fade-in-move-down 1s; }
.slick-active .BuildingInfo{ animation: fade-in-move-down 1.6s; }*/

/*.TitleHeaderBox{ display: flex; justify-content: left; align-items: end; }
.TitleHeaderBox .Picture{ width: 100%; height: auto; max-width: 600px; max-height: 90px; margin: 0; padding: 0;}
.TitleHeaderBox .Picture img{ width: auto; height: auto; max-height: 90px; }
.TitleHeaderBox h2{ margin: 0; padding: 0;}*/

/* HeaderTitle */
.HeaderTitle{ margin: 0 0 60px 0; position: relative; z-index: 9; }
/*.HeaderTitle .TitleEN{ position: relative; left: 0; top: -15px; margin: 0; padding: 0; font-size: 150px; line-height: 150px; font-weight: 600; color: #CDCDCD; font-family: "Roboto", sans-serif; z-index: 0; }*/
.HeaderTitle h2{ width: 100%; position: relative; margin: 0 0 0 20px; padding: 0; font-size: 16px; font-weight: 700; z-index: 1; }
.HeaderTitle .Captions{ font-size: 18px; margin: 0; padding: 0; margin-top: 20px; }
.HeaderTitleBox{ display: flex; flex-wrap: nowrap; justify-content: left; text-align: left; align-items: flex-end; }
.HeaderTitleBox .TitleENSVG{ /*width: 100%; height: auto; max-width: 100%; max-height: 90px;*/ margin: 0; padding: 0; }
.HeaderTitleBox .TitleENSVG img{ width: auto; height: auto; max-width: 618px; max-height: 90px; margin: 0; padding: 0; }
.HeaderTitle p{ margin: 0; padding: 0;}

/* HeaderTitleWWR */
.HeaderTitleWWR{ margin: 0 0 60px 0; position: relative; z-index: 9; text-align: center; }
.HeaderTitleWWR h2{ position: relative; margin: 50px 0; padding: 0; font-size: 56px; font-weight: 800; z-index: 1; }
.HeaderTitleWWR .TitleENSVG{ margin: 0;}
.HeaderTitleWWR .TitleENSVG img{ width: auto; height: auto; max-width: 100%; max-height: 36px; }
.HeaderTitleWWR .Captions{ font-size: 20px; line-height: 40px; margin: 0; padding: 0; margin-top: 20px; }

/* HeaderTitlePage */
.HeaderTitlePage{ margin: 0 0 60px 0; position: relative; z-index: 9; }
.HeaderTitlePage .TitleEN{ position: relative; left: 0; top: -15px; margin: 0; padding: 0; font-size: 110px; line-height: 150px; font-weight: 600; color: #CDCDCD; font-family: "Roboto", sans-serif; z-index: 0; }
.HeaderTitlePage h2{ position: relative; margin: 0; padding: 0; font-size: 30px; font-weight: 600; margin-top: -90px; z-index: 1; }
.HeaderTitlePage .Captions{ font-size: 18px; margin: 0; padding: 0; margin-top: 20px; }

/* HeaderTitlePageStyle3 */
.HeaderTitlePageStyle3{ margin: 0 0 60px 0; position: relative; z-index: 9; }
.HeaderTitlePageStyle3 .TitleEN{ position: relative; left: 0; top: -15px; margin: 0; padding: 0; font-size: 110px; line-height: 150px; font-weight: 600; color: #CDCDCD; font-family: "Roboto", sans-serif; z-index: 0; }
.HeaderTitlePageStyle3 h2{ position: relative; margin: 0; padding: 0; font-size: 40px; font-weight: 600; margin-top: -90px; z-index: 1; }
.HeaderTitlePageStyle3 .Captions{ font-size: 18px; margin: 0; padding: 0; margin-top: 20px; }

/* HeaderTitlePageS */
.HeaderTitlePageS{ margin: 0 0 60px 0; position: relative; z-index: 9; }
.HeaderTitlePageS h2{ position: relative; left: 0; top: -15px; margin: 0; padding: 0; font-size: 110px; line-height: 150px; font-weight: 600; color: #e1e1e1; font-family: "Roboto", sans-serif; z-index: 0; }
.HeaderTitlePageS .TitleEN{ position: relative; margin: 0; padding: 0; font-size: 40px; font-weight: 600; margin-top: -90px; z-index: 1; }
/*.HeaderTitlePageS .TitleEN{ position: relative; left: 0; top: -15px; margin: 0; padding: 0; font-size: 110px; line-height: 150px; font-weight: 600; color: #e1e1e1; font-family: "Roboto", sans-serif; z-index: 0; }
.HeaderTitlePageS h2{ position: relative; margin: 0; padding: 0; font-size: 40px; font-weight: 600; margin-top: -90px; z-index: 1; }*/
.HeaderTitlePageS .Captions{ font-size: 18px; margin: 0; padding: 0; margin-top: 20px; }

/* HeaderTitlePageH2 */
.HeaderTitlePageH2{ margin: 0 0 40px 0; position: relative; z-index: 9; }
.HeaderTitlePageH2 .TitleEN{ position: relative; text-align: center; left: 0; top: 0; margin: 0; padding: 0; font-size: 110px; line-height: 150px; font-weight: 600; color: #CDCDCD; font-family: "Roboto", sans-serif; z-index: 0; }
.HeaderTitlePageH2 h2{ position: relative; margin: 0 0 60px; padding: 0; text-align: center; font-size: 32px; font-weight: 700; margin-top: 40px; z-index: 1; }
.HeaderTitlePageH2Intro h2{ font-size: 44px!important;}

/* AllPageBox */
.AllPageBox{ width: auto; height: auto; margin: auto; margin-top: 150px; margin-bottom: 0px; padding-bottom: 50px; max-width: 1160px; border-bottom: 1px solid #eee; }
.AllPageWidth{ width: auto; height: auto; max-width: 1160px; margin: auto; }
.AllPageWide{ width: auto; height: auto; max-width: 1400px; margin: auto; position: relative; z-index: 9; }


.H1Picture{ margin: 0; padding: 0px 0 80px 0;}

/* OurWorksList */
.OurWorksBox{ padding: 100px 0; position: relative; overflow: hidden;}
/*.OurWorksBox:before{ width: 40%; height: 40%; position: absolute; content: ''; left: 0; bottom: 5%; z-index: 0; background: url(../images/our-works/bg-left-our-works.png) no-repeat left top; background-size: contain;  }
.OurWorksBox:after{ width: 40%; height: 40%; position: absolute; content: ''; right: 0; top: 3%; z-index: 0; background: url(../images/our-works/bg-right-our-works.png) no-repeat top right; background-size: contain;  }*/
.OurWorksList{ padding: 0; position: relative; z-index: 1; }
.OurWorksList ul{ margin: 0; padding: 0; }
.OurWorksList ul li{ margin: 100px 0;}
.OurWorksList ul li:first-child{ margin-top: 0;}
.OurWorksList ul li:last-child{ margin-bottom: 0;}
.OurWorksList ul li p{ margin: 0;}
.OurWorksList ul li a{ display: flex; flex-wrap: nowrap; justify-content: right; color: #000;}
.OurWorksList ul li:nth-child(odd) a{ justify-content: left;}
.OurWorksList ul li:nth-child(odd) .Detail{ width: 50%; padding-right: 10%; padding-left: 3%; padding-top: 20px; order: 1;}
.OurWorksList ul li .FeatureImage{ width: 50%; height: 420px; overflow: hidden; order: 2;}
.OurWorksList ul li .FeatureImage img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s; }
.OurWorksList ul li:hover .FeatureImage img{ opacity: 0.8; transform: scale(1.05); transition: all .3s; }
.OurWorksList ul li .Detail{ width: 50%; padding-right: 3%; padding-left: 10%; padding-top: 20px; order: 1;}
.OurWorksList ul li:nth-child(odd) .FeatureImage{ order: 1;}
.OurWorksList ul li:nth-child(odd) .Detail{ order: 2;}
.OurWorksList ul li .Detail .Category{ font-size: 18px; color:#808080; }
.OurWorksList ul li .Detail .Title{ font-size: 24px; font-weight: 700; }
.OurWorksList ul li .Detail .Captions{ font-size: 16px; line-height: 31px; margin-top: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; @supports (-webkit-line-clamp: 8) { overflow: hidden; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; } }
.OurWorksList ul li .Detail .ReadMore{ display: none; margin-top: 20px;}
.OurWorksList ul li .Detail .ReadMore img{ width: auto; max-width: 32px; height: auto; }
.OurWorksList ul li:hover .Detail{color:#888; transition: all .3s; }
/* ViewMoreBox */
.ViewMoreGray{ padding: 60px 0 0 0; text-align: center;}
.ViewMoreBTNGray { pointer-events: auto; cursor: pointer; margin: 0;background: #ebebeb; margin: auto; width: 100%; max-width: 280px; padding: 10px 25px 10px 30px; font-size: 15px; font-weight: 600; position: relative; display: flex; justify-content: space-between; align-items: center;}
.ViewMoreBTNGray::before,.ViewMoreBTNGray::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ViewMoreBTNGray--mimas { border-radius: 100px; overflow: hidden; color: #fff; background: #838383; }
.ViewMoreBTNGray--mimas span { position: relative; color: #333; }
.ViewMoreBTNGray--mimas::before { content: ''; background: #ebebeb; width: 120%; height: 100px; left: -10%; transform: skew(30deg); transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1); }
.ViewMoreBTNGray--mimas:hover::before { transform: translate3d(100%,0,0); }
.ViewMoreBTNGray--mimas:hover .IconArrow{ margin-right: -10px; transition: all .3s; }
.ViewMoreBTNGray--mimas:hover span{ color: #fff;}
.ViewMoreBTNGray .IconArrow{ transition: all .3s; }
.ViewMoreBTNGray .IconArrow img{ max-width: 30px; height: auto; }

/* ViewMoreBox */
.ViewMoreBox{ padding: 80px 0 0 0; text-align: center;}
.ViewMoreBTN { pointer-events: auto; cursor: pointer; background: #fff; margin: 0; margin: auto; width: 100%; max-width: 250px; padding: 18px 25px 18px 30px; font-size: 16px; font-weight: 600; position: relative; display: flex; justify-content: space-between; align-items: center;}
.ViewMoreBTN::before,.ViewMoreBTN::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ViewMoreBTN--mimas { border-radius: 100px; overflow: hidden; color: #fff; background: #fff; }
.ViewMoreBTN--mimas span { position: relative; mix-blend-mode: difference; }
.ViewMoreBTN--mimas::before { content: ''; background: #262626; width: 120%; left: -10%; transform: skew(30deg); transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1); }
.ViewMoreBTN--mimas:hover::before { transform: translate3d(100%,0,0); }
.ViewMoreBTN--mimas:hover .IconArrow{ margin-right: -10px; transition: all .3s; }
.ViewMoreBTN .IconArrow{ transition: all .3s; }
.ViewMoreBTN .IconArrow img{ max-width: 32px; height: auto; }

/* ViewMoreBoxBlack */
.ViewMoreBoxBlack{ padding: 80px 0 0 0; text-align: center;}
.ViewMoreBTNBlack { pointer-events: auto; cursor: pointer; background: #fff; margin: 0; margin: auto; width: 100%; max-width: 250px; padding: 18px 25px 18px 30px; font-size: 16px; font-weight: 600; position: relative; display: flex; justify-content: space-between; align-items: center;}
.ViewMoreBTNBlack::before,.ViewMoreBTNBlack::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ViewMoreBTNBlack--mimas { border-radius: 100px; overflow: hidden; color: #fff; background: #fff; }
.ViewMoreBTNBlack--mimas span { position: relative; mix-blend-mode: difference; }
.ViewMoreBTNBlack--mimas::before { content: ''; background: #000; width: 120%; left: -10%; transform: skew(30deg); transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1); }
.ViewMoreBTNBlack--mimas:hover::before { transform: translate3d(100%,0,0); }
.ViewMoreBTNBlack--mimas:hover .IconArrow{ margin-right: -10px; transition: all .3s; }
.ViewMoreBTNBlack .IconArrow{ transition: all .3s; }
.ViewMoreBTNBlack .IconArrow img{ max-width: 32px; height: auto; }

/* ViewMoreBoxBlue */
.ViewMoreBoxBlue{ padding: 80px 0 0 0; text-align: center;}
.ViewMoreBTNBlue { pointer-events: auto; cursor: pointer; background: #fff; margin: 0; margin: auto; width: 100%; max-width: 250px; padding: 18px 25px 18px 30px; font-size: 16px; font-weight: 600; position: relative; display: flex; justify-content: space-between; align-items: center;}
.ViewMoreBTNBlue::before,.ViewMoreBTNBlue::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ViewMoreBTNBlue--mimas { border-radius: 100px; overflow: hidden; color: #fff; background: #fff; }
.ViewMoreBTNBlue--mimas span { position: relative; mix-blend-mode: normal; }
.ViewMoreBTNBlue--mimas:hover span { position: relative; mix-blend-mode: difference; }
.ViewMoreBTNBlue--mimas::before { content: ''; background: #11296E; color: #fff; width: 120%; left: -10%; transform: skew(30deg); transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1); }
.ViewMoreBTNBlue--mimas:hover::before { transform: translate3d(100%,0,0); }
.ViewMoreBTNBlue--mimas:hover .IconArrow{ margin-right: -10px; transition: all .3s; }
.ViewMoreBTNBlue .IconArrow{ transition: all .3s; }
.ViewMoreBTNBlue .IconArrow img{ max-width: 32px; height: auto; }

/* ViewMoreBox */
.ViewMoreBoxGreen{ padding: 80px 0 0 0; text-align: center;}
.ViewMoreBTNGreen { pointer-events: auto; cursor: pointer;  background: #838383;  margin: 0; margin: auto; width: 100%; max-width: 250px; padding: 18px 25px 18px 30px; font-size: 16px; font-weight: 600; position: relative; display: flex; justify-content: space-between; align-items: center;}
.ViewMoreBTNGreen::before,.ViewMoreBTNGreen::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ViewMoreBTNGreen--mimas { border-radius: 100px; overflow: hidden; color: #333;  background: #838383;  }
.ViewMoreBTNGreen--mimas:hover { color: #fff; }
.ViewMoreBTNGreen--mimas span { position: relative;}
.ViewMoreBTNGreen--mimas::before { content: ''; background: url(../images/recruit/bg-btn-recruitment.png) no-repeat center; background-size: cover; width: 120%; left: -10%; transform: skew(30deg); transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1); }
.ViewMoreBTNGreen--mimas:hover::before { transform: translate3d(100%,0,0); }
.ViewMoreBTNGreen--mimas:hover .IconArrow{ margin-right: -10px; transition: all .3s; }
.ViewMoreBTNGreen .IconArrow{ transition: all .3s; }
.ViewMoreBTNGreen .IconArrow img{ max-width: 32px; height: auto; }

/* FooterContact */
.FooterTailContact{ padding: 100px 0; /*background: url(../images/footer/bg-tail-contact.png) no-repeat center; background-size: cover;*/ overflow: hidden; }
.FooterTailContact .FooterContactBox{ width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.FooterTailContact .FooterContactBox p{ margin: 0; font-size: 18px; position: relative; z-index: 2;}
.FooterTailContact .FooterContactBoxBG:before{ width: 100%; height: 100%; content: ''; position: absolute; background-color: rgba(0, 0, 0, 0.2); top: 0; left: 0; z-index: 1;}
.FooterTailContact .FooterContactBoxBG{ position: relative; width: 48%; height: 300px; color: #fff; padding: 0 40px; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; background: url(../images/footer/contact-us-small.png) no-repeat center; background-size: cover; z-index: 0; overflow: hidden; transition: all .5s; }
.FooterTailContact .FooterContactBoxBG:hover{ transform: scale(1.02); opacity: 0.8; transition: all .3s; }
.FooterTailContact .FooterContactBoxBG .IconReadMore{ margin-right: 0px; transition: all .5s; }
.FooterTailContact .FooterContactBoxBG:hover .IconReadMore{ margin-right: -5px; transition: all .5s; }
.FooterTailContact .FooterRecruitBoxBG::before{ width: 100%; height: 100%; content: ''; position: absolute; background-color: rgba(0, 0, 0, 0.2); top: 0; left: 0; z-index: 1;}
.FooterTailContact .FooterRecruitBoxBG{ position: relative; width: 48%; height: 300px; color: #fff; padding: 0 40px; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; background: url(../images/footer/bg-recruit.jpg) no-repeat center; background-size: cover; z-index: 0; overflow: hidden; transition: all .3s; }
.FooterTailContact .FooterRecruitBoxBG:hover{ transform: scale(1.02); opacity: 0.8; transition: all .3s; }
.FooterTailContact .FooterRecruitBoxBG .IconReadMore{ margin-right: 0px; transition: all .5s; }
.FooterTailContact .FooterRecruitBoxBG:hover .IconReadMore{ margin-right: -5px; transition: all .5s; }
.FooterTailContact .FooterContactBox .Title{ font-size: 50px; font-weight: 900; line-height: 70px;}
.FooterTailContact .FooterContactBox .LeftContact{ padding-right: 20px;}
.FooterTailContact .FooterContactBoxWideBG:before{ width: 100%; height: 100%; content: ''; position: absolute; background-color: rgba(0, 0, 0, 0.2); top: 0; left: 0; z-index: 1;}
.FooterTailContact .FooterContactBoxWideBG{ position: relative; width: 100%; height: 170px; color: #fff; padding: 0 40px; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; background: url(../images/recruit/contact-us.png) no-repeat center; background-size: cover; z-index: 0; overflow: hidden; transition: all .5s; }
.FooterTailContact .FooterContactBoxWideBG:hover{ transform: scale(1.02); opacity: 0.8; transition: all .3s; }
.FooterTailContact .FooterContactBoxWideBG .IconReadMore{ margin-right: 0px; transition: all .5s; }
.FooterTailContact .FooterContactBoxWideBG .IconReadMore img{ width: 48px; height: auto; }
.FooterTailContact .FooterContactBoxWideBG:hover .IconReadMore{ margin-right: -5px; transition: all .5s; }

/* NewsBox */
.NewsBox{ background-color: #f7f7f7; padding: 100px 0; /*background: url(../images/news/bg-news.png) no-repeat right bottom; background-size: contain;*/ overflow: hidden;}
.NewsBoxList{ padding: 0; }
.NewsBoxList ul{ margin: 0; padding: 0; }
.NewsBoxList ul li{ margin: 50px 0;}
.NewsBoxList ul li:first-child{ margin-top: 0;}
.NewsBoxList ul li:last-child{ margin-bottom: 0;}
.NewsBoxList ul li p{ margin: 0;}
.NewsBoxList ul li a{ display: flex; flex-wrap: nowrap; justify-content: left; color: #000;}
.NewsBoxList ul li a:hover{color: #888;transition: all .3s; }
.NewsBoxList ul li .FeatureImage{ width: 380px; height: 170px; overflow: hidden;}
.NewsBoxList ul li .FeatureImage img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s; }
.NewsBoxList ul li:hover .FeatureImage img{ opacity: 0.8; transform: scale(1.05); transition: all .3s; }
.NewsBoxList ul li .Detail{ width: 100%; padding-left: 40px; }
.NewsBoxList ul li .Detail .Date{ font-size: 16px; color:#4C4C4C; }
.NewsBoxList ul li .Detail .Title{ font-size: 20px; font-weight: 700; }
.NewsBoxList ul li .Detail .Category{ font-size: 14px; font-weight: 600; color: #4C4C4C; margin-top: 10px; }
.NewsBoxList ul li a:hover .Category{color: #888;transition: all .3s; }
/* RecruitBox */
.RecruitBox{ padding: 0 0 100px 0; overflow: hidden; }
.RecruitBox .RecruitContactBox .TitleEN{ color: rgba(205, 205, 205, 0.5); letter-spacing: -5px; margin-left: -15px; font-size: 110px; font-weight: 900; }
.RecruitBox .RecruitContactBox .HeaderTitle h2{ font-size: 20px; margin-top: -30px; margin-left: 0; }
.RecruitBox .RecruitContactBox .Captions{ font-size: 18px; margin-top: 10px; }
.RecruitBox .RecruitContactBox{ width: 100%; }
.RecruitBox .RecruitContactBox p{ margin: 0; position: relative; z-index: 1;}
.RecruitBox .RecruitContactBox a{ position: relative; width: 100%; height: 360px; color: #fff; padding: 0 60px; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; background: url(../images/toppage/bg-recruit-top.jpg) no-repeat center; background-size: cover; z-index: 0; overflow: hidden; transition: all .5s; }
.RecruitBox .RecruitContactBox a:before{ width: 100%; height: 100%; content: ''; position: absolute; background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0)); top: 0; left: 0; z-index: 1;}
.RecruitBox .RecruitContactBox a:hover{ transform: scale(1.02); opacity: 0.8; transition: all .3s; }
.RecruitBox .RecruitContactBox a .IconReadMore{ margin-right: 0px; width: 250px; padding: 10px 35px; transition: all .5s; }
.RecruitBox .RecruitContactBox .IconReadMore img{ margin-right: 0px; transition: all .5s; }
.RecruitBox .RecruitContactBox .IconReadMore:hover img{ margin-right: -10px; transition: all .5s; }
.RecruitBox .RecruitContactBox .Title{ font-size: 50px; font-weight: 600; line-height: 70px;}
.RecruitBox .RecruitContactBox .LeftContact{ padding-right: 20px;}

/* MediaBox */
.MediaBox{ background-color: #f7f7f7; padding: 100px 0; position: relative; overflow: hidden; z-index: 9; /*background: #f7f7f7 url(../images/media/bg-media.png) no-repeat right bottom; background-size: 35%;*/}
.MediaList{ padding: 0; }
.MediaList ul{ margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: left; gap: 4%; }
.MediaList ul li{ width: 48%; margin: 0 0 50px 0;}
.MediaList ul li:last-child{ margin-bottom: 0;}
.MediaList ul li:nth-last-child(-n + 2){ margin-bottom: 0;}
.MediaList ul li p{ margin: 0;}
.MediaList ul li a{ display: flex; flex-wrap: nowrap; justify-content: left; color: #000;}
.MediaList ul li a:hover{color: #888;transition: all .3s; }
.MediaList ul li .FeatureImage{ width: 100%; max-width:200px; height: 110px; overflow: hidden;}
.MediaList ul li .FeatureImage img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s; }
.MediaList ul li:hover .FeatureImage img{ opacity: 0.8; transform: scale(1.05); transition: all .3s; }
.MediaList ul li .Detail{ padding-left: 25px; }
.MediaList ul li .Detail .Category{ position: relative; display: inline-block; min-width: 140px; font-size: 16px; font-weight: 600; color: #fff; text-align: center; padding: 5px 20px; background-color: #111; margin-bottom: 15px; }
.MediaList ul li .Detail .Category:before{ position: absolute; content: ''; left: -6px; top: -2px; width: 0px; height: 0px; border-style: solid; border-width: 0 8px 8px 8px; border-color: transparent transparent #E8E8E8 transparent; transform: rotate(315deg); } 
.MediaList ul li .Detail .Date{ width: 100%; font-size: 16px; }
.MediaList ul li .Detail .Title{ font-size: 18px; font-weight: 700; }

/* MemberBox */
.MemberBox{ padding: 0 0 0 0; position: relative; overflow: hidden; }
.MemberBox .MemberSectionBox .HeaderTitle{ margin-bottom: 40px;}
.MemberBox .MemberSectionBox .TitleEN{ color: rgba(205, 205, 205, 0.5); font-size: 110px; letter-spacing: -5px; font-weight: 900; margin-left: -10px; }
.MemberBox .MemberSectionBox h2{ margin-top: -25px; margin-left: 0; font-size: 20px; font-weight: 700; color: #000;}
.MemberBox .MemberSectionBox .Captions{ color: #000; font-size: 18px; margin-top: 10px; }
.MemberBox .MemberSectionBox{ position: relative; width: 100%; height: auto; color: #fff; padding: 50px 0 140px 0; background: url(../images/members/bg-members.png) no-repeat right center; background-size: auto 120%; overflow: hidden;}
.MemberBox .MemberSectionBox:before{ width: 100%; height: 100%; content: ''; position: absolute; background-image: linear-gradient(to right,rgba(229,153,140,1) 18%,rgba(229,153,140,1) 20%,rgba(156,130,166,0.9) 30%, rgba(109,148,189,0.8) 40%, rgba(94,182,205,0.3) 50%, rgba(94,182,205,0) 100% ); /*background: url(../images/members/bg-member-left.svg) no-repeat left center;*/  top: 0; left: 0; z-index: 1; } 
.MemberBox .MemberSectionBox p{ margin: 0; position: relative; z-index: 1;}
.MemberBox .MemberSectionBox a:hover{ transform: scale(1.02); opacity: 0.8; transition: all .3s; }
.MemberBox .MemberSectionBox .IconReadMore a{ margin-left: 0; width: 250px; padding: 10px 30px; transition: all .5s; }
.MemberBox .MemberSectionBox .IconReadMore a:hover{ background: rgba(255, 255, 255, 0.3)!important;}
.MemberBox .MemberSectionBox .IconReadMore img{ margin-right: 0px; transition: all .5s; }
.MemberBox .MemberSectionBox .IconReadMore a:hover img{ margin-right: -10px; transition: all .5s; }
.MemberBox .MemberSectionBox .Title{ font-size: 50px; font-weight: 600; line-height: 70px;}
.MemberBox .MemberSectionBox .LeftContact{ text-align: left;}
/* MemberTeamBox */
.MemberBox .MemberTeamBoxBG{ padding-bottom: 80px; /*background: url(../images/members/bg-members-2.png) no-repeat top center; background-size: cover;*/ }
.MemberBox .MemberTeamBox{ display: flex; flex-wrap: nowrap; justify-content: space-between; position: relative; margin-top: -70px; z-index: 2; color: #000; font-size: 22px; font-weight: 600; }
.MemberBox .MemberTeamBox p{ margin: 0; }
.MemberBox .MemberTeamBox a{ color: #000;}
.MemberBox .MemberTeamBox .PhotoBox{ position: relative; width: 48%; background-color: #c2c2c2; transition: all .3s; }
.MemberBox .MemberTeamBox .PhotoBox:hover{ transform: scale(1.02); transition: all .3s; }
.MemberBox .MemberTeamBox .PhotoBox .Picture{ background-color: #000; height: 300px; overflow: hidden;display: flex; justify-content: center; align-items: center;}
.MemberBox .MemberTeamBox .PhotoBox .Picture img{ width: 100%; height: auto; max-width: 100%;}
.MemberBox .MemberTeamBox .PhotoBox .ReadMore{ padding: 15px 20px; }
.MemberBox .MemberTeamBox .PhotoBox .ReadMore a{ display: flex; flex-wrap: nowrap; justify-content: space-between; }
.MemberBox .MemberTeamBox .PhotoBox .ReadMore a:hover img{ margin-right: -5px; transition: all .3s; }
.MemberBox .MemberTeamBox .PhotoBox .ReadMore img{ width: auto; height: auto; max-width: 32px; transition: all .3s; }
.MemberBox .MemberTeamBox .YoutubeBox{ position: relative; width: 48%; background-color: #c2c2c2; transition: all .3s; }
.MemberBox .MemberTeamBox .YoutubeBox:hover{ transform: scale(1.02); transition: all .3s; }
.MemberBox .MemberTeamBox .YoutubeBox img{ width: 100%; height: auto; max-width: 32px;}
.MemberBox .MemberTeamBox .YoutubeBox .YoutubeIframe{ width: 100%; height: 300px; overflow: hidden; position: relative;}
.MemberBox .MemberTeamBox .YoutubeBox .YoutubeIframe .YTIframe{ width: 100%; margin: 0; position: relative; padding-bottom: 54%; height: 0; overflow: hidden; text-align: center; }
.MemberBox .MemberTeamBox .YoutubeBox .YoutubeIframe .YTIframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.MemberBox .MemberTeamBox .YoutubeBox .ReadMore{ padding: 20px 20px; }
.ReadmoreLR a{ width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between; }

/* OurStrengthBox */
.OurStrengthBox .TitleEN{ color: #F2F2F2; font-size: 150px; position: relative; z-index: 1; }
.OurStrengthBox{ background: url(../images/our-strength/bg-our-strength.png) no-repeat top center; background-size: cover; padding: 100px 0 0 0;  overflow: hidden;}
.OurStrengthBoxList{ padding: 0; }
.OurStrengthBoxList ul{ margin: 0; padding: 0;}
/*.OurStrengthBoxList ul li{ width: 100%; height: auto; margin-top: -50px;}
.OurStrengthBoxList ul li:first-child{ margin-top: 0; }
.OurStrengthBoxList ul li p{ margin: 0;}
.OurStrengthBoxList ul li a{ color: #000; padding: 50px 50px 100px 50px; display: flex; flex-wrap: nowrap; justify-content: left; color: #000; position: relative; background-color: #eee; border-radius: 50px 50px 0 0; box-shadow: 0px 3px 15px  rgba(0, 0, 0, 0.2);}
.OurStrengthBoxList ul li .FeatureImage{ width: 50%; height: 400px; overflow: hidden;}
.OurStrengthBoxList ul li .FeatureImage img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s; }
.OurStrengthBoxList ul li .FeatureImage:hover img{ opacity: 0.8; transform: scale(1.05); transition: all .3s; }
.OurStrengthBoxList ul li .Detail{ width: 50%; padding-right: 50px; }
.OurStrengthBoxList ul li .Detail .Title{ font-size: 40px; font-weight: 700; line-height: 55px; }
.OurStrengthBoxList ul li .Detail .Title:hover{ color: #333; }
.OurStrengthBoxList ul li .Detail .Captions{ font-size: 16px; font-weight: 500; margin-top: 30px; }
.OurStrengthBoxList ul li .IconReadMore{ margin-top: 30px; display: flex; flex-wrap: nowrap; justify-content: left; }
.OurStrengthBoxList ul li .ViewMoreBTN{ color: #fff; padding: 10px 25px 10px 30px; margin: 0 10px 0 0; }
.OurStrengthBoxList ul li .ViewMoreBTN--mimas{ margin-left: 0; }
.OurStrengthBoxList ul li .IconReadMore img{ margin-left: 0; transition: all .3s;}
.OurStrengthBoxList ul li .ViewMoreBTN:hover img{ margin-right: -10px; transition: all .3s; }
.OurStrengthBoxList ul li .ViewMoreBTNBlue--mimas{ margin-left: 0; }
.OurStrengthBoxList ul li .ViewMoreBTNBlue{ color: #fff; padding: 10px 25px 10px 30px; margin: 0 10px 0 0;}
.OurStrengthBoxList ul li .ViewMoreBTNBlue:hover img{ margin-right: -10px; transition: all .3s; }*/
.OurStrengthBoxList ul li{ width: 100%; height: auto; margin-top: -350px; padding: 50px 50px 400px 50px; display: flex; flex-wrap: nowrap; justify-content: left; color: #000; position: relative; background-color: #eee; border-radius: 50px 50px 0 0; box-shadow: 0px 3px 15px  rgba(0, 0, 0, 0.2);}
.OurStrengthBoxList ul li:first-child{ margin-top: 0; }
.OurStrengthBoxList ul li:last-child{ padding: 50px 50px 100px 50px; }
.OurStrengthBoxList ul li:nth-child(1){ z-index: 1; background: #f0f0f0 url(../images/our-strength/bg-our-strength-01.png) no-repeat left bottom; background-size: contain; }
.OurStrengthBoxList ul li:nth-child(2){ z-index: 2; background: #f0f0f0 url(../images/our-strength/bg-our-strength-02.png) no-repeat left bottom; background-size: contain; }
.OurStrengthBoxList ul li:nth-child(3){ z-index: 3; background: #f0f0f0 url(../images/our-strength/bg-our-strength-03.png) no-repeat left bottom; background-size: contain; }
.OurStrengthBoxList ul li p{ margin: 0;}
.OurStrengthBoxList ul li a{ color: #000;}
.OurStrengthBoxList ul li .FeatureImage{ width: 50%; height: 400px; overflow: hidden;}
.OurStrengthBoxList ul li .FeatureImage img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s; }
.OurStrengthBoxList ul li .FeatureImage:hover img{ opacity: 0.8; transform: scale(1.05); transition: all .3s; }
.OurStrengthBoxList ul li .Detail{ width: 50%; padding-right: 50px; }
.OurStrengthBoxList ul li .Detail .Title{ font-size: 40px; font-weight: 700; line-height: 55px; }
.OurStrengthBoxList ul li .Detail .Captions{ font-size: 16px; font-weight: 500; margin-top: 30px; }
.OurStrengthBoxList ul li .IconReadMore{ margin-top: 30px; display: flex; flex-wrap: nowrap; justify-content: left; }
.OurStrengthBoxList ul li .ViewMoreBTN{ color: #fff; padding: 10px 25px 10px 30px; margin: 0 10px 0 0; }
.OurStrengthBoxList ul li .ViewMoreBTN--mimas{ margin-left: 0; }
.OurStrengthBoxList ul li .IconReadMore img{ margin-left: 0; transition: all .3s;}
.OurStrengthBoxList ul li .ViewMoreBTN:hover img{ margin-right: -10px; transition: all .3s; }
.OurStrengthBoxList ul li .ViewMoreBTNBlue--mimas{ margin-left: 0; }
.OurStrengthBoxList ul li .ViewMoreBTNBlue{ color: #fff; padding: 10px 25px 10px 30px; margin: 0 10px 0 0;}
.OurStrengthBoxList ul li .ViewMoreBTNBlue:hover img{ margin-right: -10px; transition: all .3s; }

/* ProjectStoryBox */
.ProjectStoryBox .HeaderTitle .TitleEN{ color: #fff; font-size: 150px; position: relative; z-index: 1; overflow: hidden; }
.ProjectStoryBox .HeaderTitle h2{ color: #fff;}
.ProjectStoryBox .HeaderTitle .Captions{ color: #fff;}
.ProjectStoryBox{ background: url(../images/project-story/bg-project-story.png) no-repeat top center; background-size: cover; padding: 100px 0 100px 0; overflow: hidden;}
.ProjectStoryBox .ProjectStoryBoxList{ width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between; position: relative; margin-top: 50px; }
.ProjectStoryBox .ProjectStoryBoxList p{ margin: 0; }
.ProjectStoryBox .ProjectStoryBoxList a{ color: #fff; position: relative; z-index: 0;}
.ProjectStoryBox .ProjectStoryBoxList a:before{ width: 100%; height: 100%; content: ''; position: absolute; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; z-index: 1;}
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR{ position: relative; width: 48%; background-color: #000; transition: all .3s; }
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR:hover .Picture img{ transform: scale(1.02); opacity: 0.8; transition: all .3s; }
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR .Picture{ position: relative; width: 100%; max-width: 100%; height: 330px; overflow: hidden;}
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR .Picture img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s;}
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR .Picture:before{ width: 100%; height: 100%; content: ''; position: absolute; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; z-index: 1;}
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR .ReadMoreLR{ width:100%; height: auto; font-weight: 700; padding: 20px 30px; position: absolute; content: ''; bottom: 0; left: 0; z-index: 1; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-end; }
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR .ReadMoreLR a{ position: relative;}
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR .ReadMoreLR p:nth-child(1){ width: 100%; display: block; margin: 0; padding: 0; position: relative;}
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR .ReadMoreLR span{ display: block; width: 100%; font-size: 22px; }
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR .ReadMoreLR span.Small{ display: block; width: 100%; font-size: 18px;}
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR .ReadMore img{ width: auto; height: auto; max-width: 32px; transition: all .3s; }
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR:hover .ReadMoreLR img{ margin-right: -5px; transition: all .3s; }
.ProjectStoryBox .ProjectStoryBoxList .ProjectStoryLR .ReadMoreLR .IconRight{ padding-right: 0; text-align: right;}
.HeadingSP{ display: none;}

/* OurServices */
.OurServicesBox{ /*background-color: #E8E8E8;*/ padding: 100px 0; overflow: hidden;}
.OurServicesBoxList{ padding: 0; max-width: 1160px; margin: auto; }
.OurServicesBoxList ul{ margin: 0; display: flex; flex-wrap: wrap; justify-content: left; align-items: center; }
.OurServicesBoxList ul li{ color: #000; text-align: center; width: 33.33%; padding-bottom: 50px; /*min-height: 490px;*/ border-right: 1px solid #ccc; }
.OurServicesBoxList ul li a.Links{ padding: 50px 40px 10px 40px; /*min-height: 490px;*/ display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; position: relative; z-index: 2; color: #000;}
.OurServicesBoxList ul li a.Links:hover{color: #888;}
.OurServicesBoxList ul li .Title{ min-height: 160px; margin: 0; font-size: 28px; line-height: 40px; font-weight: 700; transition: all .3s; }
.OurServicesBoxList ul li:hover .Title{ /*transform: scale(1.03);*/ transition: all .3s; }
.OurServicesBoxList ul li .Title span{ display: block; }
.OurServicesBoxList ul li .ItemList{ width: 100%; margin-top: 0px; font-size: 18px; }
/*.OurServicesBoxList ul li .ItemList p{ padding: 5px 10px; margin: 0 0 10px 0; background-image: linear-gradient(to right,rgba(98,141,182,0.5) 0%,rgba(104,114,169,0.5) 60%, rgba(139,200,116,0.5) 100% ); border-radius: 5px;}*/
.OurServicesBoxList ul li .ItemList p:last-child{ margin-bottom: 0;}
/*.OurServicesBoxList ul li:last-child{ background-color: #000;}*/
.OurServicesBoxList ul li:first-child{ border-left: 1px solid #ccc;}
.OurServicesBoxList ul li:last-child .ViewMoreBTN--mimas{ border: 1px solid #fff;}
.OurServicesBoxList ul li.LastLI{ display: flex!important; flex-direction: column!important; justify-content: center!important; align-items: center!important;}
.OurServicesBoxList ul li a.Links .IconArrowLinks{ position: relative; margin: 35px 0 0 0; z-index: 3; width: auto; height: auto; /*right: 20px; bottom: 20px; content: '';*/ }
.OurServicesBoxList ul li a.Links .IconArrowLinks img{ margin-right: 0px; width: 32px; height: auto; transition: all .3s;}
.OurServicesBoxList ul li a.Links:hover .IconArrowLinks img{ margin-right: -15px; opacity: 1; transition: all .3s;}
.OurServicesBoxList ul li .Logo{ margin: 40px 0 0 0; }
.OurServicesBoxList ul li .Logo img{ width: 100%; height: auto; max-height: 90px; max-width: 300px; }
.OurServicesBoxList ul li .ItemList p{ padding: 5px 5px; }
.OurServicesBoxList ul li:nth-child(1){ position: relative; /*background: url(../images/our-services/our-services-01.png) no-repeat center; background-size: cover;*/ z-index: 0; }
.OurServicesBoxList ul li:nth-child(1):before{ width: 100%; height: 100%; content: ''; position: absolute; /*background-color: rgba(22, 42, 63, 0.7);*/ top: 0; left: 0; z-index: 1; transition: all .3s;}
.OurServicesBoxList ul li:nth-child(1):hover:before{ /*background-color: rgba(22, 42, 63, 0.8);*/ transition: all .3s;}
.OurServicesBoxList ul li:nth-child(1) .ItemList p{ margin: 0 0 10px 0; /*background-image: linear-gradient(to right,rgba(98,141,182,0.5) 0%,rgba(104,113,169,0.5) 60%, rgba(139,200,116,0.5) 100% );*/ background: url(../images/our-services/bg-os-1.svg) no-repeat center; background-size: cover; border-radius: 3px;}
.OurServicesBoxList ul li:nth-child(2){ position: relative; /*background: url(../images/our-services/our-services-02.png) no-repeat center; background-size: cover;*/ z-index: 0; }
.OurServicesBoxList ul li:nth-child(2):before{ width: 100%; height: 100%; content: ''; position: absolute; /*background-color: rgba(0, 57, 79, 0.7); top: 0; left: 0;*/ z-index: 1; transition: all .3s;}
.OurServicesBoxList ul li:nth-child(2):hover:before{ /*background-color: rgba(0, 57, 79, 0.8);*/ transition: all .3s; }
.OurServicesBoxList ul li:nth-child(2) .ItemList p{ margin: 0 0 10px 0; /*background-image: linear-gradient(to right,rgba(139,200,116,0.5) 0%,rgba(104,113,169,0.5) 60%, rgba(208,116,110,0.5) 100% );*/  background: url(../images/our-services/bg-os-2.svg) no-repeat center; background-size: cover; border-radius: 3px;}
.OurServicesBoxList ul li:nth-child(3){ position: relative; /*background: url(../images/our-services/our-services-03.png) no-repeat center; background-size: cover;*/ z-index: 0; }
.OurServicesBoxList ul li:nth-child(3):before{ width: 100%; height: 100%; content: ''; position: absolute; /*background-color: rgba(15, 82, 84, 0.7);*/ top: 0; left: 0; z-index: 1; transition: all .3s;}
.OurServicesBoxList ul li:nth-child(3):hover:before{ /*background-color: rgba(15, 82, 84, 0.8);*/ transition: all .3s;}
.OurServicesBoxList ul li:nth-child(3) .ItemList p{ margin: 0 0 10px 0; /*background-image: linear-gradient(to right,rgba(208,116,110,0.5) 0%,rgba(104,113,169,0.5) 60%, rgba(139,200,116,0.5) 100% );*/  background: url(../images/our-services/bg-os-3.svg) no-repeat center; background-size: cover; border-radius: 3px;}
.OurServicesBoxList ul li:nth-child(4){ position: relative; /*background: url(../images/our-services/our-services-04.png) no-repeat center; background-size: cover;*/ z-index: 0; }
.OurServicesBoxList ul li:nth-child(4):before{ width: 100%; height: 100%; content: ''; position: absolute; background-color: rgba(26, 73, 124, 0.7); top: 0; left: 0; z-index: 1; transition: all .3s;}
.OurServicesBoxList ul li:nth-child(4):hover:before{ background-color: rgba(26, 73, 124, 0.8); transition: all .3s; }
.OurServicesBoxList ul li:nth-child(5){ position: relative; /*background: url(../images/our-services/our-services-05.png) no-repeat center; background-size: cover;*/ z-index: 0; }
.OurServicesBoxList ul li:nth-child(5):before{ width: 100%; height: 100%; content: ''; position: absolute; background-color: rgba(9, 84, 102, 0.7); top: 0; left: 0; z-index: 1; transition: all .3s;}
.OurServicesBoxList ul li:nth-child(5):hover:before{ background-color: rgba(9, 84, 102, 0.8); transition: all .3s; }

.OurServicesBoxList3Box{ padding: 0; max-width: 1160px; margin: auto; }
.OurServicesBoxList3Box ul{ margin: 0; display: flex; flex-wrap: wrap; justify-content: left; /*border-left: 1px solid #f2f2f2;*/ }
.OurServicesBoxList3Box ul li{ color: #000; text-align: left; width: 33.33%; padding-bottom: 40px; font-size: 14px; /*background-image: url(../images/toppage/line-grey.jpg), url(../images/toppage/line-grey.jpg); background-repeat: repeat-x, repeat-y; background-position: left bottom, right bottom;*/ }
.OurServicesBoxList3Box ul li p{ margin: 0;}
.OurServicesBoxList3Box ul li a{ color: #000; }
.OurServicesBoxList3Box ul li .Picture{ position: relative; width: 100%; max-width: 100%; height: 200px; overflow: hidden;}
.OurServicesBoxList3Box ul li .Picture img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s;}
.OurServicesBoxList3Box ul li a:hover .Picture img{ transform: scale(1.03); opacity: 0.8; transition: all .3s; }
.OurServicesBoxList3Box ul li .Title{ margin: 0; padding: 15px 20px; font-size: 18px; font-weight: 700; transition: all .3s; }
.OurServicesBoxList3Box ul li:hover .Title{ /*transform: scale(1.03);*/ transition: all .3s; }
.OurServicesBoxList3Box ul li .Captions{ padding: 0px 20px; font-weight: 300;}

/* Whoweare */
.WhoweareBox{ /*background-color: #E8E8E8;*/ padding: 100px 0; position: relative; overflow: hidden;}
/*.WhoweareBox:before{ width: 60%; height: 40%; position: absolute; content: ''; left: 0; top: 5%; z-index: 0; background: url(../images/who-we-are/bg-left-who-we-are.png) no-repeat left top; background-size: contain;  }
.WhoweareBox:after{ width: 65%; height: 45%; position: absolute; content: ''; right: 0; bottom: 0%; z-index: 0; background: url(../images/who-we-are/bg-right-who-we-are.png) no-repeat top right; background-size: contain;  }
.WhoweareBox .HeaderTitle .TitleEN{ text-align: center; }
.WhoweareBox .HeaderTitle h2{ text-align: center; }
.WhoweareBox .HeaderTitle .Captions{  text-align: center; }*/
.WhoweareBoxList{ padding: 0; }
.WhoweareBox .ViewMoreBox{ padding: 40px 0 0 0;}
.wave-hover { height: auto; padding: 40px 0; color: white; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; gap: 1rem; }
.wave-hover p img{ width: 100%; height: auto; max-width: 100%; position: relative; transition: all .3s; }
.wave-hover > p { transition: all 0.3s ease-in-out; /*animation: 3s float backwards ease-in-out infinite;*/}
/*.wave-hover p:nth-child(2){ animation-delay: 0.4s;}
.wave-hover p:nth-child(3){ animation-delay: 0.8s;}
.wave-hover p:nth-child(4){ margin-bottom: auto; animation-delay: 1.2s;}
.wave-hover p:nth-child(5){ animation-delay: 1.6s;}*/
@keyframes wave {
  0% {
    transform: rotate(0deg) translateY(0em);
  }
  50% {
    transform: rotate(6deg) translateY(-6rem);
  }
  100% {
    transform: rotate(0deg) translateY(0em);

  }
}
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0px);
  }
}
.wave-hover:hover p { animation: 2s  float backwards ease-in-out infinite;  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);}
.wave-hover:hover p:nth-child(2) { animation-delay: 0.2s; }
.wave-hover:hover p:nth-child(3) { animation-delay: 0.3s;  }
.wave-hover:hover p:nth-child(4) { animation-delay: 0.4s; }
.wave-hover:hover p:nth-child(5) { animation-delay: 0.6s;  }


.LineWaveBox{ width: 100%; height: 400px; top: 32%; overflow: hidden; position: absolute; z-index: 2;}
.line-wave { position: absolute; width: 200%; height: 400px; left: 0; top: 0; overflow: hidden; pointer-events: none; z-index: -1;
  --move-period: 30s;
  --scale-period: 25s;
  --color-one: rgba(220, 220, 220, 1);
  --color-two: rgba(151, 209, 220, 1);
  --color-three: rgba(152, 178, 209, 1);
  --color-four: rgba(213, 226, 239, 1);
}
.line-wave path { transform-origin: center; stroke-width: 2; fill: transparent; }
.line-wave g:nth-child(1) { animation: move-across var(--move-period) infinite linear; }
.line-wave g:nth-child(2) { animation: move-across calc(var(--move-period) * 1.2) calc(var(--move-period) * -0.33) infinite linear; }
.line-wave g:nth-child(3) { animation: move-across calc(var(--move-period) * 1.4) calc(var(--move-period) * -0.66) infinite linear; }
.line-wave g:nth-child(4) { animation: move-across calc(var(--move-period) * 1.6) calc(var(--move-period) * -0.99) infinite linear; }
.line-wave g:nth-child(1) path { animation: scale-y calc(var(--scale-period)) calc(var(--scale-period) * -0.2) infinite ease; stroke: var(--color-one); }
.line-wave g:nth-child(2) path { animation: scale-y calc(var(--scale-period) * 1.2) calc(var(--scale-period) * -0.53) infinite ease; stroke: var(--color-two); }
.line-wave g:nth-child(3) path { animation: scale-y calc(var(--scale-period) * 1.1) calc(var(--scale-period) * -0.86) infinite ease; stroke: var(--color-three); }
.line-wave g:nth-child(4) path { animation: scale-y calc(var(--scale-period) * 1.3) calc(var(--scale-period) * -0.68) infinite ease; stroke: var(--color-four); }
@keyframes scale-y {
  0% {
    transform: scaleY(30%);
  }
  50% {
    transform: scaleY(-30%);
  }
  100% {
    transform: scaleY(30%);
  }
}
@keyframes move-across {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* HighlightTop */
.HighlightTop{ background: url(../images/toppage/bg-marquee.png) no-repeat center; background-size: cover; padding: 50px 0 50px 0; color: #fff; position: relative; overflow: hidden;}
.MarqueeBox { width: 100%; height: auto; overflow: hidden; padding:0; }
.MarqueeBox span { position:relative; padding: 0 50px 0 0; height: auto; font-size: 26px; font-weight: 500; letter-spacing: 2px; color: #969696; font-family: "Roboto", sans-serif; overflow:visible; white-space:nowrap; }
.HighlightTopTail{ margin-top: 20px; font-size: 20px; font-weight: 600; text-align: center;}
.MarqueePhoto{ width: auto; max-width: 500px; height: auto; max-height: 120px; vertical-align: middle;}
.marquee { width: 100%; overflow: hidden; padding:0; }
.marquee span { position:relative; padding: 0 60px 0 0; overflow:visible; white-space:nowrap; font-size: 26px; font-weight: 500; letter-spacing: 2px; color: #969696; font-family: "Roboto", sans-serif; }

/* right_banner */
/*#right_banner{ position: absolute; right: 0; transform: translateX(-25%); z-index: 99; background: url(../images/icon/bg-contact-icon.svg) no-repeat center; background-size: contain; border-radius: 100px; box-shadow: 0px 3px 5px  rgba(0, 0, 0, 0.2); }*/
#right_banner{ position: fixed; bottom: 21px; right: 0; transform: translateX(-25%); z-index: 99; background: url(../images/icon/bg-contact-icon.svg) no-repeat center; background-size: contain; border-radius: 100px; box-shadow: 0px 3px 5px  rgba(0, 0, 0, 0.2); }
.right_banner a{ width: 125px; height: 125px; border-radius: 100px; text-align: center; display: flex; justify-content: center; align-items: center; color: #4c4c4c; font-size: 14px; font-weight: 600;transition: all 0.3s ease-in-out;}
.right_banner img{ display: block; margin: auto; width: 100%; height: auto; max-width: 45px; transition: all 0.3s ease-in-out;}
.right_banner a:hover{ transform: scale(1.05); color: #fff; background-color: rgba(0, 0, 0, 0.4); border-radius: 100px; transition: all 0.3s ease-in-out; box-shadow: 2px 3px 10px  rgba(0, 0, 0, 0.5); }
.right_banner a:hover img{ filter: brightness(0) invert(1); transition: all 0.3s ease-in-out; }

/* reveal Effects */ 
.reveal_who{ position: relative; transform: translateY(0px); opacity: 0; transition: 1.5s all ease; }
.reveal_who.active{ transform: translateY(0); opacity: 1; }

/* reveal Effects */ 
.reveal{ position: relative; transform: translateY(100px); opacity: 0; transition: 1s all ease; }
.reveal.active{ transform: translateY(0); opacity: 1; }

/* reveal Effects 
.revealup{ position: relative; transform: translateY(100px); opacity: 0; transition: 1s all ease; }
.revealup.active{ transform: translateY(0); opacity: 1; }
*/ 
.revealup{ 
 position: relative;
 overflow: hidden;
}
.revealup:after{
 content: '';
 display: block;
 width: 100%;
 height: 100%;
 background: #fff;
 position: absolute; 
 bottom: 0%;
 transition: bottom 1.5s var(--easeOutExpo) 0.5s;  
}  
.revealup.active:after{ bottom: 100%;}

/* reveal Effects */ 
.reveal_os{ position: relative; transform: translateY(100px); opacity: 1; transition: 0.3s all ease; }
.reveal_os.active{ transform: translateY(0); opacity: 1; }

.reveal_os_slow{ position: relative; transform: translateY(330px); opacity: 1; transition: 0.3s all ease; }
.reveal_os_slow.active{ transform: translateY(0); opacity: 1; }

/* ####### For Header ####### */
/* reveal Effects */ 
.reveal_up_header{ position: relative; transform: translateY(100px); opacity: 0; transition: 1s all ease; }
.reveal_up_header.active{ transform: translateY(0); opacity: 1; }

/* reveal Effects reveal_left */ 
.reveal_left{ position: relative; transform: translateX(-100px); opacity: 0; transition: 1s all ease; }
.reveal_left.active{ transform: translateX(0); opacity: 1; }

/* reveal Effects reveal_right*/ 
.reveal_right{ position: relative; transform: translateX(100px); opacity: 0; transition: 1s all ease; }
.reveal_right.active{ transform: translateX(0); opacity: 1; }

/* reveal Effects reveal_up_slow */ 
.reveal_up_slow{ position: relative; transform: translateY(50px); opacity: 0; transition: 1s all ease; }
.reveal_up_slow.active{ transform: translateY(0); opacity: 1; }

/* reveal Effects reveal_up_slower */ 
.reveal_up_slower{ position: relative; transform: translateY(120px); opacity: 0; transition: 1s all ease; }
.reveal_up_slower.active{ transform: translateY(0); opacity: 1; }

/* reveal Effects for Right Picture reveal_right_slower */ 
.reveal_right_slower{ position: relative; transform: translateY(200px); opacity: 0; transition: 1s all ease; }
.reveal_right_slower.active{ transform: translateX(0); opacity: 1; }

/* reveal Effects for Left Picture */ 
.reveal_left_picture{ position: relative; transform: translateX(-100px); opacity: 0; transition: 1s all ease; }
.reveal_left_picture.active{ transform: translateX(0); opacity: 1; }

/* reveal Effects for Right Picture */ 
.reveal_right_picture{ position: relative; transform: translateX(100px); opacity: 0; transition: 1s all ease; }
.reveal_right_picture.active{ transform: translateX(0); opacity: 1; }

/* reveal Effects Service 1 */ 
.reveal_up_services_1{ position: relative; transform: translateY(50px); opacity: 0; transition: 1s all ease; }
.reveal_up_services_1.active{ transform: translateY(0); opacity: 1; }

/* reveal Effects Service 2 */ 
.reveal_up_services_2{ position: relative; transform: translateY(50px); opacity: 0; transition: 1s all ease; }
.reveal_up_services_2.active{ transform: translateY(0); opacity: 1; }

/* reveal Effects Service 3 */ 
.reveal_up_services_3{ position: relative; transform: translateY(50px); opacity: 0; transition: 1s all ease; }
.reveal_up_services_3.active{ transform: translateY(0); opacity: 1; }


/* Loading page Overlay */
body.loaded { overflow-y: auto; }

.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999999999999; }
.overlay .overlayDoor:before, .overlay .overlayDoor:after { content: ""; position: absolute; width: 50%; height: 100%; background: rgba(0, 0, 0, 0.6); transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1); transition-delay: 0.8s; }
.overlay .overlayDoor:before { left: 0; }
.overlay .overlayDoor:after { right: 0; }
.overlay.loaded .overlayDoor:before { left: -50%; }
.overlay.loaded .overlayDoor:after { right: -50%; }
.overlay.loaded .overlayContent { opacity: 0; margin-top: -15px; }
.overlay .overlayContent { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1); }
.overlay .overlayContent .skip { display: block; width: 130px; text-align: center; margin: 50px auto 0; cursor: pointer; color: #fff; font-weight: 700; padding: 12px 0; border: 2px solid #fff; border-radius: 3px; transition: 0.2s ease; }
.overlay .overlayContent .skip:hover { background: #ddd; color: #444; border-color: #ddd; }
.loader { width: 128px; height: 128px; border: 3px solid #fff; border-bottom: 3px solid transparent; border-radius: 50%; position: relative; -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; display: flex; justify-content: center; align-items: center; }
.loader .inner { width: 64px; height: 64px; border: 3px solid transparent; border-top: 3px solid #fff; border-radius: 50%; -webkit-animation: spinInner 1s linear infinite; animation: spinInner 1s linear infinite; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}
@keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}

/* HTML: <div class="loader"></div> */
.loaders {
  width: fit-content;
  font-family: monospace;
  font-size: 25px;
  letter-spacing: 3px;
  color: #eee;
  clip-path: inset(0 3ch 0 0);
  animation: l4 1s steps(4) infinite;
}
.loaders:before {
  content:"Loading..."
}
@keyframes l4 {to{clip-path: inset(0 -1ch 0 0)}}

.MarginTopBreadcrumb{ margin-top: 100px;}

/* HeaderPageBox */
.HeaderPageBox{ width: auto; height: 200px; margin-top: 100px; display: flex; align-items: center; }
.HeaderPageBox .AllPageWidth{ width: 100%; text-align: right; }
.HeaderPageBox h1{ font-size: 36px; font-weight: 700; color: #fff; }
.HeaderPageBoxRecruit{ background: url(../images/recruit/bg-top-recruitment.png) no-repeat center; background-size: cover; }

.HeaderPageBoxAbout{ background: url(../images/about/bg-top-about.png) no-repeat center; background-size: cover; }

/* BreadcrumbTopAll */
.BreadcrumbTopAll{ padding: 20px 0; font-size: 12px; color: #4c4c4c; margin-top: 100px;}
.BreadcrumbTopAll a{ color: #4c4c4c;}
.BreadcrumbTopAll img{ width: 15px; height: auto; vertical-align: sub;}
.BreadcrumbTopAll ul{ display: inline; }
.BreadcrumbTopAll ul li{ display: inline-block; margin-right: 20px; position: relative;}
.BreadcrumbTopAll ul li:after{ width: 10px; height: 10px; position: absolute; content: ''; right: -18px; top: 6px; background: url(../images/recruit/icon-arrow-right.svg) no-repeat center; background-size: contain; }
.BreadcrumbTopAll ul li:last-child:after{ display: none; }
.BreadcrumbTopAll ul li br{ display: none;}

/* ContentNormalBox */
.ContentNormalBox{ padding: 50px 0; position: relative; overflow: hidden;}
.ContentNormalBox .HeaderTitlePageH2 .TitleEN{ text-align: center; }
.ContentNormalBox .HeaderTitlePageH2 h2{ font-size: 28px; text-align: center; }
.IntroInfoBox{ max-width: 900px; margin: auto; font-size: 18px; font-weight: 300; text-align: center; }

.MessageBox{ margin-top: 40px; line-height: 31px; font-size: 16px; }
.MessageBox .Picture{ margin: 0 0 40px 0; }
.MessageBox .Picture img{ width: 100%; max-width: 100%; height: auto; }
.MessageBox .MessageInfoBox{ max-width: 900px; margin: auto; font-size: 18px; font-weight: 300; }
.MessageBoxSection{ margin-top: 0px;}
.MessageBoxSection .SubjectGradient{ font-size: 35px;}
.MessageBoxSection .HeaderSmallPic{ max-width: 133px; max-height: 100%!important;}
.MessageBoxSection .HeaderTitlePageH2 h2{ font-size: 31px; text-align: center; }

/* ContentNormalBox */
.ContentNormalPddBox{ padding: 50px 0; position: relative; overflow: hidden;}

/* WhyMediator */
.WhyMediatorBox{ background-color: #f2f2f2; padding: 100px 0; position: relative; overflow: hidden;}
.WhyMediatorBox .HeaderTitlePageH2 .TitleEN{ text-align: center; }
.WhyMediatorBox .HeaderTitlePageH2 h2{ font-size: 40px; text-align: center; }
.WhyMediatorBox .HeaderMiddlePic{ max-width: 295px; }
.WhyMediatorBox .SubjectGradient{ font-size: 42px;}
.Picture2BoxLR{ max-width: 900px; margin: auto; margin-top: 40px; display: flex; justify-content: space-between; }
.Picture2BoxLR p{ width: 48%; }
.Picture2BoxLR p img{ width: 100%; height: auto; max-width: 100%; }

/* CoreValueBox */
.CoreValueBox{ /*background: url(../images/project-story/bg-project-story.png) no-repeat top center; background-size: cover;*/ background-color: #cce0dc; padding: 100px 0; overflow: hidden;}
.CoreValueBox .HeaderTitlePageH2 .TitleEN{ text-align: center; font-size: 150px; position: relative; z-index: 1; overflow: hidden; }
.CoreValueBox .HeaderTitlePageH2 h2{ font-size: 40px; text-align: center;}
.CoreValueBox .HeaderSmallPic{ max-width: 230px; }
.CoreValueBox .SubjectGradient{ font-size: 45px!important;}
/*.CoreValueBox .HeaderTitle .Captions{ color: #fff;}*/
.CoreValueBoxDetail{ max-width: 900px; margin: auto;}
.CoreValueBoxDetail .HeaderTitlePageH2 p{ font-size: 18px; font-weight: 300;}
.CoreValueList{ margin-top: 20px; }
.CoreValueList ul{ display: flex; flex-wrap: nowrap; justify-content: center; gap: 40px; }
.CoreValueList ul li{ text-align: center; }
.CoreValueList ul li img{ width: 100%; max-width: 100%; height: auto; }
.CoreValueList ul li p{ margin: 15px 0 0 0; font-size: 20px; font-weight: 900; }
.CoreValueList ul li:nth-child(1){ color: #3ebad0; }
.CoreValueList ul li:nth-child(2){ color: #ef8e69; }
.CoreValueList ul li:nth-child(3){ color: #23b193; }
.CoreValueList ul li:nth-child(4){ color: #9573af; }
.CoreValueList ul li:nth-child(5){ color: #ef8e69; }

.PopupValueContent .CoreValueList{padding: 20px 40px;}
.PopupValueContent .CoreValueList ul{ display: block; }
.PopupValueContent .CoreValueList ul li{ display: block; text-align: left; margin: 0 0 20px;}
.PopupValueContent .CoreValueList ul li div{ display: flex; flex-wrap: nowrap; justify-content: center; gap: 20px; }
.PopupValueContent .CoreValueList ul li img{ width: 100%; max-width: 150px; height: auto; }
.PopupValueContent .CoreValueList ul li:nth-child(1n) p{color: #252525; font-size: 16px; font-weight: 300;}
.PopupValueContent .CoreValueList ul li p span{display: block; font-size: 1.2em; font-weight: 700;}
.PopupValueContent .CoreValueList ul li:nth-child(1) p span{ color: #3ebad0; }
.PopupValueContent .CoreValueList ul li:nth-child(2) p span{ color: #ef8e69; }
.PopupValueContent .CoreValueList ul li:nth-child(3) p span{ color: #23b193; }
.PopupValueContent .CoreValueList ul li:nth-child(4) p span{ color: #9573af; }
.PopupValueContent .CoreValueList ul li:nth-child(5) p span{ color: #ef8e69; }

.PopupValue {
    display: none; /* 初期は非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    z-index: 9999999;
}

.activePopup {
    display: flex;
}

.PopupValueContent {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 60%;
    max-width: 900px;
    position: relative;
    text-align: center;
    background: #fff;
    margin: 100px auto;
}

.close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.close img{ width: 32px; height: auto;}


/* MediatorStyleBox */
.MediatorStyleBox{ padding: 100px 0; position: relative; overflow: hidden;}
.MediatorStyleBox .HeaderTitlePageStyle3 .TitleEN{ text-align: center; }
.MediatorStyleBox .HeaderTitlePageStyle3 h2{ text-align: center; }
.MediatorStyleBox .SubjectGradient{ font-size: 43px;}
.PictureWireBox{ margin-top: 40px; width: 100%; overflow: hidden; display: flex; flex-wrap: nowrap;  }
.PictureWireBox p{ width: 33.33%; }
.PictureWireBox p img{ width: 100%; height: auto; max-width: 100%; }
.MediatorStyleBox .HeaderSmallPic{ max-width: 310px; max-height: 100%!important;}

/* HRHandbookBox */
.HRHandbookBox{ background-color: #fbfbfb; padding: 100px 0; position: relative; overflow: hidden;}
.HRHandbookBox .HeaderTitlePageStyle3 .TitleEN{ text-align: center; }
.HRHandbookBox .HeaderTitlePageStyle3 h2{ text-align: center; }
.HRHandbookBox .HeaderMiddlePic{ max-width: 293px; }
.HRHandbookBox .SubjectGradient{ font-size: 43px;}
.HRHandbookPicture{ max-width: 900px; height: auto; margin: auto; margin-top: 40px; position: relative;}
.HRHandbookPicture ul li img{ display: block; width: 100%; height: auto; max-width: 100%;}
.HRHandbookDownload{ max-width: 900px; margin: auto; margin-top: 30px; font-size: 18px; font-weight: 300; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.DownloadLink{ min-width: 250px; padding-left: 30px;}
.DownloadLink a{ display: block; font-size: 15px; font-weight: 700; position: relative; background-color: #ebebeb; color: #000; padding: 15px 40px 15px 20px; border-radius: 5px;}
.DownloadLink a:after{ width: 11px; height: 19px; content: ''; position: absolute; right: 20px; top: 18px; background: url(../images/recruit/icon-arrow-down-black.svg) no-repeat top center; background-size: cover; }
.slick-prev:before { background-image: url('../images/icon/icon-slide-left.svg'); background-size: cover; display: inline-block; width: 70px!important; height: 70px!important; content:""; }
.slick-next:before { background-image: url('../images/icon/icon-slide-right.svg'); background-size: cover; display: inline-block; width: 70px!important; height: 70px!important; content:""; }
.slick-prev, .slick-next{ width: 70px!important; height: 70px!important; top: 50%!important; z-index: 1; }
.slick-next{ right: 20px!important;}
.slick-prev{ left: 20px!important;}
.slick-track { float: left!important; }

/* RecruitmenBox */
.RecruitmenBox{ padding: 0 0 100px 0; position: relative; overflow: hidden;}
.RecruitmenBox .HeaderTitlePageH2 .TitleEN{ text-align: center; }
.RecruitmenBox .HeaderTitlePageH2 h2{ text-align: center; }
.RecruitmenBox .HeaderTitlePageH2 .Captions{ text-align: center; font-size: 22px; font-weight: 700; }
.RecruitmenBox .HeaderMiddlePic{ max-width: 260px;}
.RecruitmenBox .SubjectGradient{ font-size: 43px;}
.RecruitmenBoxIMG{ margin: 0; padding-bottom: 100px; overflow: hidden;}
.RecruitmenBoxIMG img{ width: 100%; height: auto; max-width: 100%;}
.RecruitmenBoxList{ margin: 20px; max-width: 900px; margin: auto;}
.RecruitmenBoxList ul{ display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4%; }
.RecruitmenBoxList ul li{ width: 46%; border-top: 1px solid #262626; border-bottom: 1px solid #262626; }
.RecruitmenBoxList ul li:nth-child(1){ margin-bottom: -1px;}
.RecruitmenBoxList ul li:nth-child(2){ margin-bottom: -1px;}
.RecruitmenBoxList ul li a{ display: block; padding: 20px 20px; position: relative; color: #000; transition: 0.3s all ease;}
.RecruitmenBoxList ul li a:hover{ background-color: #262626; color: #fff; transition: 0.3s all ease; }
.RecruitmenBoxList ul li a:after{ position: absolute; content: ''; right: 20px; top: 35px; width: 12px; height: 21px; background: url(../images/icon/icon-readmore-right.svg) no-repeat center; background-size: contain; transition: 0.3s all ease;}
.RecruitmenBoxList ul li a:hover:after{ right: 15px; background: url(../images/icon/icon-readmore-right-w.svg) no-repeat center; transition: 0.3s all ease; }
.RecruitmenBoxList ul li p{ margin: 0; font-size: 18px; font-weight: 300;}
.RecruitmenBoxList ul li p:nth-child(1){ font-size: 20px;}
.RecruitmenBox .ViewMoreBTNGreen { max-width: 400px!important; }
.ViewMoreBTNGreen--mimas span:nth-child(1){ width: 100%; }
.PopupRecruit{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999999999999; display: none; transition: 0.3s all ease; }
.PopupRecruitBox{ width: 90%; margin: auto; height: 90%; display: flex; justify-content: center; align-items: center; }
.activePopup{ display: block; transition: 0.3s all ease; }
.RecruitDetailPopup{ background-color: #fff; width: 100%; max-width: 1100px; height: 100%; top: 5%; overflow-y: scroll; padding: 60px; position: relative; }
.RecruitDetailPopup .ClosePopup{ position: fixed; margin-left: 960px; margin-top: -10px; }
.RecruitDetailPopup .ClosePopup img{ width: 32px; height: auto;}
.RecruitDetailPopup .Title{ margin: 0; font-size: 30px; font-weight: 600;}
.RecruitDetailPopup .ViewMoreBTNGreen { max-width: 400px!important;}
.RecruitDetailInfo{ margin-top: 50px;}
.DRows{ margin: 0 0 40px 0; display: flex; flex-wrap: nowrap; justify-content: left; align-items:flex-start;}
.DRows .DRowsTitle{ margin: 0; font-weight: 400; min-width: 170px;}
.DRows .DRowsDetail{ width: 100%; margin-left: 20px; line-height: 31px; font-weight: 300;}
.RecruitDetailPopup .ViewMoreBoxBlack{ padding: 20px 0 0 0!important; }

.RecruitDetailInfo .DRowsDetail ul{ margin-left: 20px;}
.RecruitDetailInfo .DRowsDetail li{ list-style: disc; list-style-position: outside; margin-bottom: 3px; }
.RecruitDetailInfo .DRowsDetail ol{ margin-left: 25px; counter-reset: my-sec-counter; }
.RecruitDetailInfo .DRowsDetail ol ol{ margin-left: 20px; margin-top: 10px; }
.RecruitDetailInfo .DRowsDetail ol ol ol{ margin-left: 20px; margin-top: 10px; }
.RecruitDetailInfo .DRowsDetail ol li{ list-style-type:decimal!important; position: relative; display: block!important; margin-bottom: 10px;  }
.RecruitDetailInfo .DRowsDetail ol li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -22px; }
.RecruitDetailInfo .DRowsDetail ol li li{ margin-left: 20px;}
.RecruitDetailInfo .DRowsDetail ol li li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -22px; }
.RecruitDetailInfo .DRowsDetail ol li li li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -27px; }
.RecruitDetailInfo .DRowsDetail iframe{ width: 100%!important; min-height: 400px; margin: 0px 0!important;}


/* VRMediatorBox */
.VRMediatorBox{ padding: 100px 0; position: relative; background-color: #fbfbfb; overflow: hidden;}
.VRMediatorBox .HeaderTitlePageH2 .TitleEN{ text-align: center; }
.VRMediatorBox .HeaderTitlePageH2 h2{ font-size: 40px; text-align: center; }
.VRMediatorBox .HeaderTitlePageH2 .Captions{ max-width: 700px; margin: auto; margin-top: 20px; text-align: left; font-size: 18px; font-weight: 300; }
.VRMediatorBox .HeaderSmallPic{ max-width: 350px;}
.VRMediatorBox .SubjectGradient{ font-size: 42px;}
.LineVRMediator{ width: 100%; height: 20px; position: absolute; margin-top: 300px;  background-image: linear-gradient(90deg, #23b193 0%, #3ebad0 25%, #9573af  50%, #ef9589 75%)!important; /*background: url(../images/recruit/line-recruit.svg) center;*/ }
.VRMediatorBoxList{ margin: 20px; max-width: 1160px; margin: auto; position: relative;}
.VRMediatorBoxList ul{ gap: 20px;}
.VRMediatorBoxList ul li{ width: 100%; max-width: 280px; padding: 100px 0;}
.VRMediatorBoxList ul li a{ color: #000; }
.VRMediatorBoxList ul li p{ margin: 15px 0;}
.VRMediatorBoxList ul li p span{  display: block;}
.VRMediatorBoxList ul li .Detail{ padding: 20px 20px;}
.VRMediatorBoxList ul li .Picture{ /*width: 280px;*/ height: 200px; margin: 0; text-align: center; position: relative; display: flex; align-items: end; }
.VRMediatorBoxList ul li .Picture img{ width: 100%; height: auto; max-width: 100%; }
.VRMediatorBoxList ul li .Picture .RecruitHover{ display: none; }
.VRMediatorBoxList ul li:hover .Picture .RecruitHover{ display: block; }
.VRMediatorBoxList ul li:hover .Picture .RecruitOut{ display: none; }
.VRMediatorBoxList ul li .Position{ font-size: 20px; font-weight: 700;}
.VRMediatorBoxList ul li .NameEN{ font-size: 18px; /*color: #bcdff5;*/ }
.VRMediatorBoxList ul li .NameJP{ font-size: 16px;}
.VRMediatorBoxList .slick-prev:before { background-image: url('../images/icon/icon-slide-left.svg'); background-size: cover; display: inline-block; width: 70px!important; height: 70px!important; content:""; }
.VRMediatorBoxList .slick-next:before { background-image: url('../images/icon/icon-slide-right.svg'); background-size: cover; display: inline-block; width: 70px!important; height: 70px!important; content:""; }
.VRMediatorBoxList .slick-prev, .VRMediatorBoxList .slick-next{ width: 70px!important; height: 70px!important; top: 35%!important; z-index: 1; }
.VRMediatorBoxList .slick-next{ right: -70px!important;}
.VRMediatorBoxList .slick-prev{ left: -70px!important;}
.VRMediatorBoxList .slick-track { float: left!important; }
.VRMediatorBoxBGFFF{ background-color: #fff; padding: 100px 0; }

/* StaffInfoBox */
.StaffInfoBox{ padding: 100px 0; background-color: #f2f2f2; position: relative; overflow: hidden;}
.StaffInfoBoxLR{ max-width: 1160px; margin: auto; position: relative; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.StaffInfoBoxLeftPicture{ order: 2; width: 100%; max-width: 450px; height: 580px; display: flex; justify-content: center; align-items: center; position: relative; }
.StaffInfoBoxLeftPicture img{ width: 100%; height: auto; max-width: 100%; border-radius: 1000px;}
.StaffInfoBoxRightInfo{ order: 1; font-size: 18px; padding-right: 60px; max-width: 610px;}
.StaffInfoBoxRightInfo p{ margin: 0; }
.StaffInfoBoxRightInfo .Position{ font-size: 20px;}
.StaffInfoBoxRightInfo .Name{ margin: 30px 0; font-size: 46px; font-weight: 700; line-height: 60px;}
.StaffInfoBoxRightInfo .Name span{ display: block;}
.StaffItemList{ margin-top: 40px;}
.SRows{ margin: 0 0 10px 0; display: flex; flex-wrap: nowrap; justify-content: left; align-items:flex-start;}
.SRows .DRowsTitle{ margin: 0; min-width: 170px;}
.SRows .DRowsDetail{ width: 100%; margin: 0;line-height: 31px;}
.StaffInfoBoxRightInfo .Descriptions{ padding-top:20px; margin-top: 20px; border-top: 0px solid #262626;}
.BGf2f2f2{ background-color: #f2f2f2; background:none;}
.BGf7f7f7{ background-color: #f7f7f7;}
.MarginForPage{ margin-top: 150px;}
.MBTIBox{ position: absolute; margin-top: 96%; width: auto; height: auto; display: flex; justify-content: center; align-items: center; background-color: #fff; font-size: 21px; font-weight: 700; border-radius: 100px; padding: 5px 20px 5px 50px; box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);}
.MBTIBox p{ margin: 0;}
.MBTIBox .Icon{ position: absolute; left: 10px; width: 30px; height: 30px; padding: 5px; display: flex; justify-content: center; align-items: center; border-radius: 100px; background-color: #123; color: #fff; }
.MBTIBox .Icon img{ width: 100%; height: auto; max-width: 100%; }
/* StaffList */
.StaffList{ margin: 20px; max-width: 1160px; margin: auto; position: relative; padding-top: 100px; }
.StaffList ul{ display: flex; justify-content: left; flex-wrap: wrap; gap: 2.33%; }
.StaffList ul li{ width: 100%; max-width: 23.25%; position: relative; margin: 50px 0;}
.StaffList ul li a{ color: #000; }
.StaffList ul li p{ margin: 15px 0;}
.StaffList ul li p span{  display: block;}
.StaffList ul li .Detail{ padding: 20px 20px;}
.StaffList ul li .Picture{ /*width: 280px;*/ height: 200px; margin: 0; text-align: center; position: relative; display: flex; align-items: end; }
.StaffList ul li .Picture img{ width: 100%; height: auto; max-width: 100%; }
.StaffList ul li .Picture .RecruitHover{ display: none; }
.StaffList ul li a:hover .RecruitHover{ display: block; }
.StaffList ul li a:hover .RecruitOut{ display: none; }
.StaffList ul li .Position{ font-size: 20px; font-weight: 700;}
.StaffList ul li .NameEN{ font-size: 18px;}
.StaffList ul li .NameJP{ font-size: 16px;}
.StaffList ul li:nth-child(4n+1):before{ width: 700%; height: 20px; position: absolute; content: ''; left: -150%; margin-top: 200px; /*background: url(../images/recruit/line-recruit.svg) center;*/ 
    /*background-image: linear-gradient(to right, #23b193 0%, #23b193 25%, #3ebad0 25%, #3ebad0 50%, #9573af 50%, #9573af 75%, #f95892 75%, #f95892 100%);*/
    background-image: linear-gradient(90deg, #8adfcd 0%, #7ed7e7 25%, #bfa5d4  50%, #e8afa7 75%)!important;
   }
/*.BoxCOlour1{ width: 100%; height: 20px; position: absolute; content: ''; left: 0%; margin-top: 200px;
    background-image: linear-gradient(to right, #23b193 0%, #23b193 25%, #3ebad0 25%, #3ebad0 50%, #9573af 50%, #9573af 75%, #f95892 75%, #f95892 100%);
   }*/
/*
.StaffList ul li:nth-child(1):before{ width: 1000%; height: 25px; position: absolute; content: ''; left: -150%; margin-top: 200px; background: url(../images/recruit/line-recruit.svg) center; }
.StaffList ul li:nth-child(5):before{ width: 1000%; height: 25px; position: absolute; content: ''; left: -150%; margin-top: 200px; background: url(../images/recruit/line-recruit.svg) center; }
.StaffList ul li:nth-child(9):before{ width: 1000%; height: 25px; position: absolute; content: ''; left: -150%; margin-top: 200px; background: url(../images/recruit/line-recruit.svg) center; }
.StaffList ul li:nth-child(13):before{ width: 1000%; height: 25px; position: absolute; content: ''; left: -150%; margin-top: 200px; background: url(../images/recruit/line-recruit.svg) center; }
.StaffList ul li:nth-child(17):before{ width: 1000%; height: 25px; position: absolute; content: ''; left: -150%; margin-top: 200px; background: url(../images/recruit/line-recruit.svg) center; }
.StaffList ul li:nth-child(21):before{ width: 1000%; height: 25px; position: absolute; content: ''; left: -150%; margin-top: 200px; background: url(../images/recruit/line-recruit.svg) center; }*/






/* ServicesPage */
.HeaderPageBoxServices{ background: url(../images/our-services/bg-services.png) no-repeat center; background-size: cover; }
.ServicesPage{ padding: 0 0 100px 0; margin: 0; background-color: #f7f7f7; background: none; position: relative; overflow: hidden; }
.FooterTailContact .FooterServicesBoxBG{ background: url(../images/our-services/bg-service-tail.jpg) no-repeat center!important;  }
/*.ServicesPage .HeaderTitlePageS .TitleEN{ text-align: center; }*/
.ServicesPage .HeaderTitlePageS h2{ text-align: center; }
.ServicesPageList{ max-width: 1160px; margin: auto; position: relative; margin-top: 0px; }
.ServicesPageList ul{ margin: 0;}
.ServicesPageList ul li{ display: flex; justify-content: left; flex-wrap: nowrap; margin-bottom: 100px; }
.ServicesPageList ul li:last-child{ margin-bottom: 0;}
.ServicesPageList ul li .LeftInfo{ width: 100%; max-width: 450px; height: auto; position: relative; color: #fff; text-align: left;}
.ServicesPageList ul li .LeftInfo a.Links{ padding: 40px 40px; display: flex; flex-direction: column; justify-content: center; text-align: center; height: 100%; position: relative; z-index: 2; color: #fff;}
.ServicesPageList ul li .Picture{ margin: 0; position: relative; width: 100%; max-width: 100%; height: 280px; overflow: hidden;}
.ServicesPageList ul li .Picture img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s;}
.ServicesPageList ul li .Title{ margin: 0; margin-bottom: 20px; font-size: 30px; font-weight: 600; transition: all .3s; }
.ServicesPageList ul li .Title span{ display: block; }
/*.ServicesPageList ul li a.TitleH{ color: #000; font-size: 24px; font-weight: 600; padding-right: 40px; position: relative;}
.ServicesPageList ul li a.TitleH:after{ position: absolute; bottom: -3px; margin-right: 0; width: 40px; height: 40px; content: ''; background-color: #ccc; background: url(../images/icon/icon-readmore-right.svg) no-repeat center; background-size: 12px; }*/
.ServicesPageList ul li .TitleH{ margin-top: 0; color: #000; font-size: 24px; font-weight: 600; padding-right: 00px; position: relative;}
.ServicesPageList ul li .TitleH:after{ display: none; position: absolute; bottom: -3px; margin-right: 0; width: 40px; height: 40px; content: ''; background-color: #ccc; background: url(../images/icon/icon-readmore-right.svg) no-repeat center; background-size: 12px; }
.ServicesPageList ul li .Logo{ margin: 0 0 0 0; }
.ServicesPageList ul li .Logo img{ width: 100%; height: auto; max-height: 90px; max-width: 300px; }
.ServicesPageList ul li .LeftInfo .ItemList p{ padding: 5px 5px; }
.ServicesPageList ul li .LeftInfo .ItemList p:last-child{ margin-bottom: 0; }
/*.ServicesPageList ul li:nth-child(1) .LeftInfo{ position: relative; background: url(../images/our-services/our-services-01.png) no-repeat center; background-size: cover; z-index: 0; }
.ServicesPageList ul li:nth-child(1) .LeftInfo:before{ width: 100%; height: 100%; content: ''; position: absolute; background-color: rgba(22, 42, 63, 0.7); top: 0; left: 0; z-index: 1; transition: all .3s;}
.ServicesPageList ul li:nth-child(1) .LeftInfo:hover:before{ background-color: rgba(22, 42, 63, 0.8); transition: all .3s;}
.ServicesPageList ul li:nth-child(1) .ItemList p{ width: 100%; display: block; margin: 0 0 10px 0; background-image: linear-gradient(to right,rgba(98,141,182,0.5) 0%,rgba(104,113,169,0.5) 60%, rgba(139,200,116,0.5) 100% ); border-radius: 3px;}
.ServicesPageList ul li:nth-child(2) .LeftInfo{ position: relative; background: url(../images/our-services/our-services-02.png) no-repeat center; background-size: cover; z-index: 0; }
.ServicesPageList ul li:nth-child(2) .LeftInfo:before{ width: 100%; height: 100%; content: ''; position: absolute; background-color: rgba(0, 57, 79, 0.7); top: 0; left: 0; z-index: 1; transition: all .3s;}
.ServicesPageList ul li:nth-child(2) .LeftInfo:hover:before{ background-color: rgba(0, 57, 79, 0.8); transition: all .3s; }
.ServicesPageList ul li:nth-child(2) .ItemList p{ margin: 0 0 10px 0; background-image: linear-gradient(to right,rgba(139,200,116,0.5) 0%,rgba(104,113,169,0.5) 60%, rgba(208,116,110,0.5) 100% ); border-radius: 3px;}
.ServicesPageList ul li:nth-child(3) .LeftInfo{ position: relative; background: url(../images/our-services/our-services-03.png) no-repeat center; background-size: cover; z-index: 0; }
.ServicesPageList ul li:nth-child(3) .LeftInfo:before{ width: 100%; height: 100%; content: ''; position: absolute; background-color: rgba(15, 82, 84, 0.7); top: 0; left: 0; z-index: 1; transition: all .3s;}
.ServicesPageList ul li:nth-child(3) .LeftInfo:hover:before{ background-color: rgba(15, 82, 84, 0.8); transition: all .3s;}
.ServicesPageList ul li:nth-child(3) .ItemList p{ margin: 0 0 10px 0; background-image: linear-gradient(to right,rgba(208,116,110,0.5) 0%,rgba(104,113,169,0.5) 60%, rgba(139,200,116,0.5) 100% ); border-radius: 3px;}
.ServicesPageList ul li:nth-child(4) .LeftInfo{ position: relative; background: url(../images/our-services/our-services-04.png) no-repeat center; background-size: cover; z-index: 0; }
.ServicesPageList ul li:nth-child(4) .LeftInfo:before{ width: 100%; height: 100%; content: ''; position: absolute; background-color: rgba(26, 73, 124, 0.7); top: 0; left: 0; z-index: 1; transition: all .3s;}
.ServicesPageList ul li:nth-child(4) .LeftInfo:hover:before{ background-color: rgba(26, 73, 124, 0.8); transition: all .3s; }
.ServicesPageList ul li:nth-child(5) .LeftInfo{ position: relative; background: url(../images/our-services/our-services-05.png) no-repeat center; background-size: cover; z-index: 0; }
.ServicesPageList ul li:nth-child(5) .LeftInfo:before{ width: 100%; height: 100%; content: ''; position: absolute; background-color: rgba(9, 84, 102, 0.7); top: 0; left: 0; z-index: 1; transition: all .3s;}
.ServicesPageList ul li:nth-child(5) .LeftInfo:hover:before{ background-color: rgba(9, 84, 102, 0.8); transition: all .3s; }*/
.ServicesPageList ul li .RightInfo{ width: 100%; height: auto; padding-left: 50px; font-size: 16px;}
.ServicesPageList ul li .RightInfo .ViewMoreBoxBlack{ padding: 20px 0 0 0; }
.ServicesPageList .ViewMoreBTNBlack{  margin-right: 0!important; }
.ServicesPageList .ViewMoreBTNGray{ margin-right: 0;}


/* AboutPage */
.AboutPageBox{ padding: 100px 0; background-color: #fbfbfb; position: relative; overflow: hidden;}
.AboutPageBox .MessageInfoBox{ max-width: 900px; margin: auto; text-align: center; font-size: 18px; font-weight: 300; line-height: 35px; }
.AboutPageBox .MessageInfoBox p{ margin-top: 30px;}
.Purpose .HeaderTitlePageH2 .TitleEN{ text-align: center; }
.Purpose .HeaderTitlePageH2 .TitleEN img{ width: auto; max-width: 500px; height: auto;}
.Purpose .HeaderSmallPic{ max-width: 175px;}
.AboutPageHeadingPC{ display: block; margin: auto; }
.AboutPageHeadingSP{ display: none; }
.H2Mar0{ margin: 0!important;}
.Vision{ background-color: #fff;}
/*.Vision .HeaderTitlePageH2 h2{ color: #fff; }*/
.Vision .HeaderTitlePageH2 .TitleEN img{ width: auto; max-width: 500px; height: auto;}
.Vision .MessageInfoBox{ font-size: 18px; line-height: 35px; text-align: center;}
.Vision .HeaderSmallPic{ max-width: 132px;}
.Vision .SubjectGradient{ font-size: 43px;}
.HeaderSmallPic{ max-height: 40px; display: block; margin: auto;}
.HeaderMiddlePic{ max-height: 65px; display: block; margin: auto;}
.StrengthsBG{ background-color: #fbfbfb;}
.AboutMediator{ margin-top: 0px;}
.AboutMediator .HeaderSmallPic{ max-width: 331px; }
.AboutMediator .HeaderTitlePageH2Intro h2{ margin: 100px 0;}
.AboutMediator h1{ margin: 40px 0 0; font-size: 40px; text-align: center;}


/* MessageListBox */
.MessageListBox{ margin-top: 80px;}
.MessageListBox ul{ margin: 0;}
.MessageListBox ul li{ display: flex; flex-wrap: nowrap; justify-content: left; align-items: center; margin-bottom: 80px;  }
.MessageListBox ul li .Picture{ width: 100%; max-width: 400px; text-align: center; }
.MessageListBox ul li .Picture img{ width: auto; max-width: 300px; height: auto; max-height: 280px;}
.MessageListBox ul li .Detail{ width: 100%; margin-left: 60px; }
.MessageListBox ul li .Detail .Title{ font-size: 30px; font-weight: 700; padding-left: 100px; position: relative; }
.MessageListBox ul li .Detail .Title span{ position: absolute; top: 0; left: 0; width: 100px; text-align: left; color: #ccc; font-size: 103px; line-height: 90px; font-weight: 300; font-family: "Roboto", serif; font-style: italic; }
.MessageListBox ul li .Detail .Captions{ font-size: 16px; font-weight: 300; }
.ViewMoreBoxBlack2 { display: flex;  justify-content: center;}
.ViewMoreBoxBlack2 a{ margin: 0 50px 0 50px;}


/* ServicesPage */
.ServicesPageBox{ padding: 80px 0 100px 0; position: relative; overflow: hidden;}
.ServicesPageBox .HeaderTitlePageH2{ margin-bottom: 30px;}
.ServicesPageBox .HeaderTitlePageH2 h2{ font-size: 28px; margin-bottom: 0; font-weight: 700;}
.ServicesPageBox .HeaderTitlePageH2 .TitleEN img{ width: auto; max-width: 750px; height: auto;}
.ServicesPageBox .MessageInfoBox{ max-width: 900px; margin: auto; text-align: left; font-size: 18px; font-weight: 300; line-height: 35px; }
.ServicesPageBox .HeaderWirePic{ max-width: 760px;}
.ServicesEMList{ margin-top: 80px; color: #fff; }
.ServicesEMList ul{ margin: 0; display: flex; flex-wrap: nowrap; justify-content: space-between; gap: 2.5%; }
.ServicesEMList ul li{ width: 32%; height: auto; padding: 40px 30px 20px 30px; /*background-color: #262626;*/ text-align: center; display:flex; flex-direction:column; justify-content: space-between; border-radius: 10px; }
.ServicesEMList ul li:nth-child(1){ background: url(../images/our-services/EM-01.png) no-repeat center; background-size: cover; }
.ServicesEMList ul li:nth-child(2){ background: url(../images/our-services/EM-02.png) no-repeat center; background-size: cover; }
.ServicesEMList ul li:nth-child(3){ background: url(../images/our-services/EM-03.png) no-repeat center; background-size: cover; }
.ServicesEMList ul li .Icon{ margin-bottom: 30px;}
.ServicesEMList ul li .Icon img{ width: auto; height: auto; max-width: 65px;}
.ServicesEMList ul li .Title{ margin-bottom: 30px; color: #000; font-size: 22px; font-weight: 400;}
.ServicesEMList ul li .Links{ margin: 0;}
.ServicesEMList ul li .Links img{ width: auto; height: auto; max-width: 24px;}
.ServicesEMList ul li .Links a{ color: #fff;}
.ServicesEMList ul li p{ margin: 0;}
.HeaderWirePic{ width: 100%; max-width: 800px; display: block; margin: auto;}

/* Services3Box */
.Services3Box{ margin: 0; padding: 80px 0; position: relative; overflow: hidden;}
.Services3Box .Services3Inner{ max-width: 900px; margin: auto; text-align: center; font-size: 18px; line-height: 35px; }
.Services3Box .Services3Inner h2{ font-size: 40px; line-height: 60px; font-weight: 700;}
.Services3Box .Services3Inner .Icon img{ width: auto; height: auto; max-width: 80px;}
.Services3Box .Services3Inner .Captions{ margin-top: 50px; font-size: 28px; font-weight: 700;}
.Services3Box .Services3Inner .Decriptions{ text-align: left; font-size: 18px; font-weight: 300;}
.Services3Box .Services3Inner .Picture{ margin: 40px 0;}
.Services3Box .Services3Inner .Picture img{ width: 100%; height: auto; max-width: 730px;}
.Services3Box .Services3List{ padding-top: 50px; text-align: center;}
.Services3Box .Services3List .Title{ font-size: 25px; font-weight: 700;}
.Services3Box .Services3List ul{ margin: 0; display: flex; justify-content: center; gap: 3%; }
.Services3Box .Services3List ul li{ width: 32%; margin: 0; font-size: 20px; text-align: left;}
.Services3Box .Services3List ul li .Picture{ margin-bottom: 20px; background-color: #ccc; text-align: center;}
.Services3Box .Services3List ul li .Picture img{ width: 100%; height: auto; max-width: 100%; }
.BGF2{ background-color: #f2f2f2;}
.BGF7{ background-color: #f7f7f7;}

/* StickyNavigation */
.StickyNav { position: fixed; top: 100px; right: 60px; width: auto; height: 100px; /*height: auto;*/ color: #231815; /*width: 63px; height: 63px;*/ z-index: 999999;opacity: 0;  transition: opacity 0.8s ease, top 0.8s ease;
}
.StickyNav.sticky-active { opacity: 1;  top: 0px; }
.StickyNav p{ margin: 0;}
.fixed { position: fixed; top: 0; }
.fixed .line { stroke:#000; }
.fixed .Hamburger{ border: 0px solid #000;} /* 1 > 0 */

.Hamburger{ display: flex; justify-content: center; align-items: center; color: #fff; width: 63px; height: 63px; background-color: transparent; border: 1px solid #fff; overflow: hidden; border-radius: 100px; margin-top: 20px; z-index: 999; }
.ham { cursor: pointer; -webkit-tap-highlight-color: transparent; transition: transform 400ms; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.hamRotate.active { transform: rotate(45deg); stroke:red; }
.hamRotate180.active { transform: rotate(180deg); stroke:red; }
.line { fill:none; transition: stroke-dasharray 400ms, stroke-dashoffset 400ms; stroke:#fff; stroke-width:2.5; stroke-linecap:round; }
.ham4 .top { stroke-dasharray: 40 121; }
.ham4 .bottom { stroke-dasharray: 40 121; }
.ham4.active .top { stroke-dashoffset: -68px;  stroke:red; }
.ham4.active .bottom { stroke-dashoffset: -68px; stroke:red; }
.ham4.active .middle { stroke:red; }
.StickyNavPage .Hamburger{  border: 0px solid #000; } /* 1 > 0 */
.StickyNavPage .line { stroke:#000; }

/*  StickyNavMenuBox */
.StickyNavMenu{ opacity: 0; position: fixed; width: 100%; height: auto; left: 0; top: -200%;  z-index: -1; background-color: #e6e6e6; transition: all .5s; }
.StickyNavMenu .StickyNavMenuBox{ position: relative; width: auto; max-width: 1160px; margin: auto; padding: 90px 0 100px 0; }
.StickyNavMenu.StickyNavMenuOpen{ display: block; }
.StickyNavMenuFixed{ position: fixed!important; display: block; opacity: 1!important; color: #fff; width: 100%!important; height: 100%!important; top: 0!important; right: 0!important; transition: all .3s; }
.HamburgerClose{ border: 1px solid red!important; }
.BodyHidden { overflow: hidden!important; }

/* SHeader */
.SHeader{ display: flex; justify-content: space-between; }
.SHeader .SLogo{ width: auto;}
.SHeader .SLogo img{ width: 100%; height: auto; max-width: 150px; }
.SHeader .polylang_langswitcher select{ color: #231815; background: url(../images/icon/icon-arrow-down-black.svg) no-repeat right center; background-size: 12px; background-position: right 0.8rem center; }
.SHeader .LangTop:before{ background: url(../images/icon/icon-lang-black.svg) no-repeat center; }
.SHeader .SCLBox{ justify-content: right;}
.SBody{ display: flex; justify-content: left; flex-wrap: wrap; margin-top: 20px; color: #231815; }
.SBody .SBodyBox{ width: 33.33%; padding-right: 40px; color: #231815; margin-top: 20px; }
.SBody .SBodyBox .Title{ font-size: 22px; font-weight: 600;}
.SBody .SBodyBox a{ color: #231815; }
.SBody .SBodyBox .ColorWeak a{ opacity: 0.4!important;}
.SBody .SBodyBox .ColorWeak li:before{ opacity: 0.4!important;}
.SBody .SBodyBox .TitleLinks{ margin-bottom: 10px;}
.SBody .SBodyBox ul{ margin: 10px 0 10px 20px; }
.SBody .SBodyBox ul li{ margin: 0; font-size: 16px; position: relative;}
.SBody .SBodyBox ul li::before { position: absolute; left: 10px; top: 10px; content: ''; display: inline-block; height: 18px; width: 18px; background-size: contain; background-image: url("../images/icon/icon-arrow-right-list.svg");  margin-right: 5px; }
.SBody .SBodyBox ul li a{ padding: 5px 5px 5px 35px; display: block; }
.SBody .SBodyBox ul li a:hover{ background-color: rgba(255, 255, 255, 0.5); }

/* WhoweareBox Slide */
.kvAnimation02 { /*background-color: #ccc;*/ width: 100%;  position: relative; }
.kvAnimation02__ttl { position: absolute; width: 1160px; left: 0; right: 0; margin: auto; padding-top: 100px; background-color: #fff; }
.kvAnimation02__ttlInner { position: sticky; left: 0; height: 100vh; top: 0px; background-color: #fff; z-index: 9; }
/*.kvAnimation02__char { display: -webkit-box; display: -ms-flexbox; display: flex; }*/
.kvAnimation02__content { position: relative; width: 100%; max-width: 1160px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; }
.kvAnimation02__txtWrap { position: relative; width: 100%; max-width: 1160px; padding: 440px 0 100px 0; }
.kvAnimation02__txt{ font-size: 22px; font-weight: 400; line-height: 40px; text-align: center; }

/* SingleOurWorks */
.AllPageWidth.forSingle{max-width:900px;}
.SingleOurWorks{ padding: 50px 0 50px 0;}
.SingleOurWorks h1{ font-size: 38px; font-weight: 700; text-align: center; padding: 40px 0;}
.SingleOurWorks .CategoryShare{ display: flex; justify-content: space-between; border-top: 1px solid #f2f2f2; padding: 20px 0; line-height: 31px; }
.SingleOurWorks .CategoryShare p{ margin: 0;}
.SingleOurWorks .CategoryShare .CategoryList{ width: 75%; }
.SingleOurWorks .CategoryShare .SNSShare{ width: 25%; text-align: right; }
.SingleOurWorks .CategoryShare .SNSShare img{ max-width: 32px; vertical-align: middle; margin-left: 5px; }
.SingleOurWorks .OurWorksGallery{ margin: 0 0 30px 0;}
.SingleOurWorks .FirstInfos{ border-top: 1px solid #f2f2f2; padding: 20px 30px; }
.SingleOurWorks .FirstInfos ul{ margin: 0; padding: 0;}
.SingleOurWorks .FirstInfos ul li{ display: flex; justify-content: left; margin: 0; clear: both; }
.SingleOurWorks .FirstInfos ul li p{ margin: 10px 0;}
.SingleOurWorks .FirstInfos ul li p:nth-child(1){ min-width: 145px; font-weight: 600;}
.SingleOurWorks .FirstInfos ul li p:nth-child(2){ margin-left: 20px; }
.SingleOurWorks .OurWorksDetails{ border-top: 1px solid #f2f2f2; padding: 20px 30px; }

.ProjectStoryDetail{ background-color: #f2f2f2; text-align: center; }

.PSLinkBox{ max-width: 800px; margin: auto; }
.PSLinkBox .Title{ font-size: 20px; font-weight: 600;}
.PSLinkBox .Picture{ margin: 30px 0; }
.PSLinkBox .Picture img{ width: 100%; height: auto; max-width: 100%; }
.PSLinkBox .Links{ margin: 30px 0 30px 0; padding: 0;}

.SingleOurWorks .OurWorksDetails h2 { margin: 60px 0 25px 0; padding:0; font-weight: 700;  font-size: 24px}
.SingleOurWorks .OurWorksDetails h2:first-child{margin-top:20px}
.SingleOurWorks .OurWorksDetails h2 + p,.SingleOurWorks .OurWorksDetails h3 + table, .SingleOurWorks .OurWorksDetails h3 + ul, .SingleOurWorks .OurWorksDetails h3 + img {	margin-top: 40px; }
.SingleOurWorks .OurWorksDetails h3 { margin: 40px 0 25px 0; padding:0; font-weight: 700;  font-size: 20px}
.SingleOurWorks .OurWorksDetails h3 + p,.SingleOurWorks .OurWorksDetails h3 + table, .SingleOurWorks .OurWorksDetails h3 + ul, .SingleOurWorks .OurWorksDetails h3 + img {	margin-top: 30px; }
.SingleOurWorks .OurWorksDetails p { margin: 30px 0 30px; line-height: 2em; font-weight: 300;}
.SingleOurWorks .OurWorksDetails table{margin: 40px auto; }
.SingleOurWorks .OurWorksDetails table th{font-weight: 600;}
.SingleOurWorks .OurWorksDetails table th,.SingleOurWorks .OurWorksDetails table td{border: 1px solid #ddd; padding: 8px 12px;}
.SingleOurWorks .OurWorksDetails img{ width: auto; max-width: 720px; height: auto; margin: 40px auto; display: block;}
.SingleOurWorks .OurWorksDetails a{ text-decoration: underline; }
.SingleOurWorks .OurWorksDetails ul{ margin: 30px 0 30px 30px;}
.SingleOurWorks .OurWorksDetails ul li{ list-style: disc; list-style-position: outside; margin-bottom: 5px; font-weight: 500;}
.SingleOurWorks .OurWorksDetails ol{ margin-left: 30px; counter-reset: my-sec-counter; }
.SingleOurWorks .OurWorksDetails ol ol{ margin-left: 20px; margin-top: 10px; }
.SingleOurWorks .OurWorksDetails ol ol ol{ margin-left: 20px; margin-top: 10px; }
.SingleOurWorks .OurWorksDetails ol li{ list-style-type:decimal!important; position: relative; display: block!important; margin-bottom: 10px;font-weight: 500; }
.SingleOurWorks .OurWorksDetails ol li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -22px; }
.SingleOurWorks .OurWorksDetails ol li li{ margin-left: 20px;}
.SingleOurWorks .OurWorksDetails ol li li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -22px; }
.SingleOurWorks .OurWorksDetails ol li li li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -27px; }
.SingleOurWorks .OurWorksDetails iframe{ width: 100%!important; min-height: 400px; margin: 0px 0!important;}

.SuccessTail{ padding: 100px 0 0 0;}
.SuccessTail h2{ text-align: center; padding: 0 0 0 0;}
.SuccessList{ padding: 0; }
.SuccessList ul{ margin: 0; padding: 0; display: flex; justify-content: center; gap: 40px; }
.SuccessList ul li{ width: 33.33%;}
.SuccessList ul li p{ margin: 0; }
.SuccessList ul li a{ display: block; color: #000; }
.SuccessList ul li a:hover{ color: #888;transition: all .3s; }
.SuccessList ul li .FeatureImage{ width: 100%; height: 250px; overflow: hidden;}
.SuccessList ul li .FeatureImage img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s; }
.SuccessList ul li:hover .FeatureImage img{ opacity: 0.8; transform: scale(1.05); transition: all .3s; }
.SuccessList ul li .Detail{ width: 100%; margin-top: 20px; }
.SuccessList ul li .Detail .Date{ font-size: 16px; color:#4C4C4C; }
.SuccessList ul li .Detail .Title{ font-size: 18px; font-weight: 600; overflow: hidden; font-family: 'Ellipsis','Noto Sans JP', sans-serif; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; }
.SuccessList ul li .Detail .Title br{ display: none;}
.SuccessList ul li .Detail .Category{ font-size: 14px; font-weight: 600; color: #4C4C4C; margin-top: 10px; }
.SuccessList ul li a:hover .Category{ color: #888;transition: all .3s; }

/* ManagerList */
.ManagerList{ margin: 0; }
.ManagerList .ManagerListBox{ margin: 0; padding: 50px 40px 0 40px; display: flex; justify-content: left; flex-wrap: nowrap; border-top: 1px solid #f2f2f2; }
.ManagerList .ManagerListBox .LeftSubject{ width: 120px; }
.ManagerList .ManagerListBox .RightList{ width: 100%; }
.ManagerList .ManagerListBox .RightList ul{ display: flex; justify-content: left; flex-wrap: wrap; gap: 3%; }
.ManagerList .ManagerListBox .RightList ul li{ width: 48.5%; margin-bottom: 30px; font-size: 20px; font-weight: 700; }
.ManagerList .ManagerListBox .RightList ul li p{ margin: 0; padding: 0; margin-top: 5px; font-size: 16px; font-weight: 400; }
.ManagerList .ManagerListBox .RightList ul li:nth-last-child(1){ margin-bottom: 0; font-weight: 700;}
.ManagerList .ManagerListBox .RightList ul li:nth-last-child(2){ margin-bottom: 0;}

/* StaffInterview */
.StaffInterview{ padding: 50px 0;}
.StaffInterview .StaffInterviewListBox{ margin: 0; padding: 50px 40px; display: flex; justify-content: left; flex-wrap: nowrap; border-top: 1px solid #f2f2f2; }
.StaffInterview .StaffInterviewListBox .LeftProfile{ max-width: 250px; text-align: center; font-size: 18px; font-weight: 700; text-align: left;}
.StaffInterview .StaffInterviewListBox .LeftProfile .ProfilePicture{ width: 220px; height: 220px; border-radius: 50%; overflow: hidden; margin-bottom: 20px; background-color: #f2f2f2;}
.StaffInterview .StaffInterviewListBox .LeftProfile .ProfilePicture img{ display: block; width: 100%; max-width: 250px; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s;}
.StaffInterview .StaffInterviewListBox .LeftProfile p{ margin: 0; font-size: 16px; font-weight: 300; }
.StaffInterview .StaffInterviewListBox .LeftProfile span{ margin: 5px 0 0; display: block; font-weight: 600; font-size: 16px;}
.StaffInterview .StaffInterviewListBox .LeftProfile span.JP{ margin: 0; display: block; font-weight: 300; font-size: 14px;}
.StaffInterview .StaffInterviewListBox .RightInfo{ width: auto; margin-left: 50px; }
.StaffInterview .StaffInterviewListBox .RightInfo .RightInfoBox{ padding: 40px 50px 20px; background-color: #f2f2f2;}
.StaffInterview .StaffInterviewListBox .RightInfo .RightInfoBox .Title{ margin: 0; font-size: 20px; font-weight: 800;  text-align: center;}
.StaffInterview .StaffInterviewListBox .RightInfo .RightInfoBox .Title span{ display: inline-block; font-size: 25px; font-weight: 700; margin-left: 50px; text-align: center;}
.StaffInterview .StaffInterviewListBox .RightInfo .RightInfoBox .StaffComment{ margin-top: 10px; padding: 15px 60px 30px; line-height: 33px; position: relative; }
.StaffInterview .StaffInterviewListBox .RightInfo .RightInfoBox .StaffComment:before{ width: 50px; height: 50px; content: ''; position: absolute; text-align: center; left: -20px; top: 0px; background-image: url('../images/icon/icon-q-left.png'); background-repeat: no-repeat; background-size: contain;}
.StaffInterview .StaffInterviewListBox .RightInfo .RightInfoBox .StaffComment:after{ width: 60px; height: 60px; content: ''; position: absolute; text-align: center; right: -20px; bottom: 0px; background-image: url('../images/icon/icon-q-right.png'); background-repeat: no-repeat; background-size: contain;}
.StaffInterview .StaffInterviewListBox .RightInfo .ViewMoreBTNGray{ margin: 0; max-width: 300px;}

.SlideImages{ max-width: 100%; margin: auto;}
.SlideImages .rtl-slider-flex { width: 100%; box-sizing: border-box;  position: relative; }
.SlideImages .rtl-slider-flex .rtl-slider { width: 100%;}
.SlideImages .rtl-slider-flex .rtl-slider-slide { background:  url("") no-repeat center/cover; }
.SlideImages .rtl-slider-flex .rtl-slider .rtl-slider-slide{ background-size: contain; height: 600px; padding: 0px; background-color: #f2f2f2; display: flex!important; align-items: center!important; justify-content: center!important;}
.SlideImages .rtl-slider-flex .rtl-slider .rtl-slider-slide img{ width:auto; height: auto; max-width: 100%; max-height: 600px; display: block; margin: auto;  margin: 0;}
.SlideImages .rtl-slider-flex .rtl-slider-nav { width: 100%; margin-top: 40px; }
.SlideImages .rtl-slider-flex .rtl-slider-nav .rtl-slider-slide { width: 20%; height: 100px; background-color: #fff; text-align: center; opacity: 0.75; transition: all 0.3s ease; cursor: pointer; }
.SlideImages .rtl-slider-flex .rtl-slider-nav .rtl-slider-slide img{ display: block; width: 900px; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; }
.SlideImages .rtl-slider-flex .rtl-slider-nav div{ margin-right: 5px;}
.SlideImages .rtl-slider-flex .rtl-slider-nav div:last-child(){ margin-right: 0px;}
.SlideImages .rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide { opacity: 1; }
.SlideImages .slick-prev:before { background-image: url('../images/icon/icon-slide-left.svg'); background-size: cover; display: inline-block; width: 60px!important; height: 60px!important; content:""; }
.SlideImages .slick-next:before { background-image: url('../images/icon/icon-slide-right.svg'); background-size: cover; display: inline-block; width: 60px!important; height: 60px!important; content:""; }
.SlideImages .slick-prev,.SlideImages  .slick-next{ width: 60px!important; height: 60px!important; top: 46%!important; z-index: 9;}
.SlideImages .slick-track { float: left!important; }
.SlideImages .slick-next{ right: 0!important;}
.SlideImages .slick-prev{ left: 0!important;}

/* OurWorksBoxList */
.H1OurWorks{ margin: 0; padding: 0 0 0 0;}
.H1OurWorks .HeaderSmallPic{ max-width: 230px; }
.OurWorksBoxList{ padding: 50px 0; }
.OurWorksBoxListBG{ background-color: #f2f2f2; padding: 20px 0;}
.OurWorksBoxList h1{ text-align: center; font-weight: 900; font-size: 40px;}
.OurWorksBoxList h1 span.gradient{ 
  background-color: #f3ec78;
  background-image: linear-gradient(90deg, #3ebad0, #9573af, #ef9589);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent;
}
.OurWorksBoxList .CategoryList{ margin: 30px 0 60px;}
.ViewMoreBoxCompany.CategoryList{ display: block;text-align: center;  }
.ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray {pointer-events: auto; cursor: pointer;background: #ebebeb; width: auto; max-width: 180px; padding: 15px 30px 15px 30px; font-size: 15px; font-weight: 600; position: relative; display: inline-block; text-align: center; margin: 0 10px 10px!important;}
.ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray.active::before,.ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray.active::after{background: #838383; background-image: linear-gradient(90deg, #fcea7e, #e59977, #e5a8c4); color:#fff;}
.ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray.active span{color: #fff;}
.ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray::before,.ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray--mimas { border-radius: 100px; overflow: hidden; color: #fff; background: #838383; background-image: linear-gradient(90deg, #fcea7e, #e59977, #e5a8c4);}
.ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray--mimas span { position: relative; color: #333; }
.ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray--mimas::before { content: ''; background: #ebebeb; width: 135%; height: 130px; left: 3%; transform: skew(30deg); transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1); }
.ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray--mimas:hover::before { transform: translate3d(100%,0,0); }
.ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray--mimas:hover span{ color: #fff;}
.ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray--mimas.active:hover{background-image: linear-gradient(90deg, #fcea7e, #e59977, #e5a8c4);}
.OurWorksBoxList .ViewMoreBoxCompany.CategoryList .ViewMoreBTNGray {  max-width: 100%; }

/* .OurWorksBoxList .CategoryList ul{ display: flex; justify-content: center; flex-wrap: wrap; gap: 1%; }
.OurWorksBoxList .CategoryList ul li a{ display: block; padding: 8px 20px; border: 1px solid #eee; margin-bottom: 10px; }
.OurWorksBoxList .CategoryList ul li a:hover{ background-color: #123; color: #fff;}*/
.OurWorksBoxList .TagsList{ margin: 30px 0;}
.OurWorksBoxList .TagsList h2{ font-weight: 700; margin-bottom: 20px;}
.OurWorksBoxList .TagsList ul{ display: flex; justify-content: left; flex-wrap: wrap; gap: 1%; }
.OurWorksBoxList .TagsList ul li a{ display: block; font-size: 14px; padding: 5px 10px; border: 1px solid #ccc; background-color: #fff; margin-bottom: 10px; }
.OurWorksBoxList .TagsList ul li a:hover{ background-color: #123; color: #fff;}
#Tags {
    transition: height 0.5s ease-in-out;
}
.seeMore,.seeMoreDetail {
display: block;
width: auto;
height: auto;
max-width: 240px;
margin: 20px auto -30px;
text-align: center;
transition: opacity 0.7s ease, transform 0.7s ease, margin 0.7s ease;
opacity: 0.7;
cursor: pointer;
overflow: hidden;
}

.seeMore span,.seeMoreDetail span {
    text-align: center;
    display: block;
    font-size: 10px;
}

.seeMore svg,.seeMoreDetail svg {
    width: 40px;
    height: 40px;
    stroke: white; /* 矢印の色 */
}

.seeMore:hover,.seeMoreDetail:hover {
    opacity: 1;
}

/* 非表示時のアニメーション */
.seeMore.hide,.seeMoreDetail.hide {
    opacity: 0;
    transform: translateY(10px); /* 上にフェードアウト */
    pointer-events: none; /* クリックを無効化 */
    margin: 0 auto -40px;
}

.OurWorksBoxItemList{ padding: 0; margin-top: 50px; }
.OurWorksBoxItemList ul{ margin: 0; padding: 0; display: flex; justify-content: left; flex-wrap: wrap; gap: 3%; }
.OurWorksBoxItemList ul li{ margin-bottom: 30px; width: calc(94% / 3); }
.OurWorksBoxItemList ul li p{ margin: 0;}
.OurWorksBoxItemList ul li a{ display: block; color: #000;}
.OurWorksBoxItemList ul li a:hover{color: #888;transition: all .3s; }
.OurWorksBoxItemList ul li .FeatureImage{ width: 100%; height: 220px; overflow: hidden;}
.OurWorksBoxItemList ul li .FeatureImage img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s; }
.OurWorksBoxItemList ul li:hover .FeatureImage img{ opacity: 0.8; transform: scale(1.05); transition: all .3s; }
.OurWorksBoxItemList ul li .Detail{ width: 100%; margin-top: 10px; }
.OurWorksBoxItemList ul li .Detail .Date{ font-size: 15px; color:#4C4C4C; margin-bottom: 5px;}
.OurWorksBoxItemList ul li .Detail .Title{ font-size: 17px; font-weight: 700; overflow: hidden; font-family: 'Ellipsis','Noto Sans JP', sans-serif; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; }
.OurWorksBoxItemList ul li .Detail .Title br{ display: none;}
.OurWorksBoxItemList ul li .Detail .Category{ font-size: 14px; font-weight: 600; color: #4C4C4C; margin-top: 10px; }
.OurWorksBoxItemList ul li a:hover .Category{color: #888;transition: all .3s; }
.OurWorksBoxItemList ul li .Detail .Link{ margin-top: 20px; }
.OurWorksBoxItemList ul li .Detail .Link a{ text-decoration: underline; }



/* Gradient Text */
span.GradientText{ font-weight: 900; background-color: #f3ec78; background-image: linear-gradient(90deg, #3ebad0 0%, #9573af 45%, #ef9589 75%); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent; }
span.GradientTextStyle2{ font-weight: 900; background-color: #f3ec78; background-image: linear-gradient(90deg, #ef9589, #9573af, #3ebad0); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent; }
span.GradientTextStyle3{ font-weight: 900; background-color: #f3ec78; background-image: linear-gradient(90deg, #fcea7e, #e59977, #e5a8c4); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent; }
span.GradientTextStyle4{ font-weight: 900; background-color: #f3ec78; background-image: linear-gradient(90deg, #e8afa2, #e7b1c8, #92f4fc); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent; }
span.GradientTextStyle5{ font-weight: 900; background-color: #f3ec78; background-image: linear-gradient(90deg, #e3988c 30%, #8678ae 55%, #5fb5cc 100%); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent; }
span.GradientTextStyle6{ font-weight: 900; background-color: #f3ec78; background-image: linear-gradient(90deg, #964c8d 20%, #e8b4cc 40%, #da7582 60%, #f1c778 100%); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent; }
span.GradientTextStyle7{ font-weight: 900; background-color: #f3ec78; background-image: linear-gradient(90deg, #fdea7e 15%, #e19174 35%, #e5a8c4 100%); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent; }
span.GradientTextStyle8{ font-weight: 900; background-color: #f3ec78; background-image: linear-gradient(90deg, #429a67 0%, #7bc2c1 50%, #7790bd 55%, #d0f76d 75%); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent; }
/*span.GradientTextStyle9{ font-weight: 900; background-color: #f3ec78; background-image: linear-gradient(90deg, #3ebad0 0%, #9573af 45%, #ef9589 75%); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent;  -moz-text-fill-color: transparent; }*/
.SubjectGradient{ margin: 0; font-size: 40px; text-align: center;}

/* Article */
.Article{ padding: 50px 0; }
.Article .H1Picture{ margin: 0; padding: 0px 0 80px 0;}
.Article h1{ text-align: center; font-weight: 900; font-size: 40px; }
.Article h1 span.gradient{ 
  background-color: #f3ec78;
  background-image: linear-gradient(90deg, #3ebad0, #9573af, #ef9589);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent;
}
.ArticleBG{ background-color: #f2f2f2; padding: 20px 0;}
.Article .CategoryList{ margin: 30px 0;}
.Article .CategoryList ul{ display: flex; justify-content: center; flex-wrap: wrap; gap: 1%; }
.Article .CategoryList ul li a{ display: block; padding: 8px 20px; border: 1px solid #eee; margin-bottom: 10px; }
.Article .CategoryList ul li a:hover{ background-color: #123; color: #fff;}
.Article .TagsList{ margin: 30px 0;}
.Article .TagsList h2{ font-weight: 700; margin-bottom: 20px;}
.Article .TagsList ul{ display: flex; justify-content: left; flex-wrap: wrap; gap: 1%; }
.Article .TagsList ul li a{ display: block; font-size: 14px; padding: 5px 10px; border: 1px solid #ccc; background-color: #fff; margin-bottom: 10px; }
.Article .TagsList ul li a:hover{ background-color: #123; color: #fff;}
.ArticleItemList{ padding: 0; margin-top: 50px; }
.ArticleItemList ul{ margin: 0; padding: 0; display: flex; justify-content: left; flex-wrap: wrap; gap: 3%; }
.ArticleItemList ul li{ margin-bottom: 30px; width: calc(94% / 3); }
.ArticleItemList ul li p{ margin: 0;}
.ArticleItemList ul li a{ display: block; color: #000;}
.ArticleItemList ul li a:hover{color: #888;transition: all .3s; }
.ArticleItemList ul li .FeatureImage{ width: 100%; height: 220px; overflow: hidden;}
.ArticleItemList ul li .FeatureImage img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s; }
.ArticleItemList ul li:hover .FeatureImage img{ opacity: 0.8; transform: scale(1.05); transition: all .3s; }
.ArticleItemList ul li .Detail{ width: 100%; margin-top: 10px; }
.ArticleItemList ul li .Detail .Date{ font-size: 15px; color:#4C4C4C; margin-bottom: 5px;}

@font-face {
  font-family: 'Ellipsis';
  src: local('Helvetica');
  unicode-range: U+2026;
}

.ArticleItemList ul li .Detail .Title{ font-size: 17px; font-weight: 700; overflow: hidden; font-family: 'Ellipsis','Noto Sans JP', sans-serif; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; }
.ArticleItemList ul li .Detail .Title br{ display: none; }
.ArticleItemList ul li .Detail .Category{ font-size: 16px; font-weight: 600; color: #4C4C4C; margin-top: 10px; }
.ArticleItemList ul li a:hover .Category{color: #888;transition: all .3s; }
.ArticleItemList ul li .Detail .Link{ margin-top: 20px; }
.ArticleItemList ul li .Detail .Link a{ text-decoration: underline; }
.ArticleItemList2Column ul li{ margin-bottom: 30px; width: 48.5%!important; }
.ArticleItemList2Column ul li .FeatureImage{ height: 280px; }
.RelatedArticleProjectStory{ padding: 100px 0 100px 0!important; background-color: #f2f2f2; margin-top: 100px;}

/* SingleArticle */
.SingleArticle{ padding: 50px 0 0 0;}
.SingleArticle h1{ font-size: 32px; font-weight: 700; text-align: left; padding: 40px 0;}
.SingleArticle .CategoryShare{ display: flex; justify-content: space-between; border-top: 1px solid #f2f2f2; padding: 20px 0px; line-height: 31px; }
.SingleArticle .CategoryShare p{ margin: 0;}
.SingleArticle .CategoryShare .CategoryList{ width: 75%; }
.SingleArticle .CategoryShare .SNSShare{ width: 25%; text-align: right; }
.SingleArticle .CategoryShare .SNSShare img{ max-width: 35px; vertical-align: middle; margin-left: 3px; }
.SingleArticle .FeatureSingleArticle{ margin: 0 0 30px 0;}
.SingleArticle .FeatureSingleArticle img{ width: calc(100% - 60px); width: 100%; height: auto; max-width: 100%; margin: 0px;}

/*■■■■■ SingleArticleDetails ■■■■■*/
.SingleArticleDetails{ border-top: 1px solid #f2f2f2; padding: 20px 30px 0 30px; }
.SingleArticleDetails h2 {font-size: 28px;
  padding-left: 10px;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  line-height: 1.6em;
  border-left: 8px solid #252525;
  margin-top: 60px;
  position: relative; /*padding: 12px 0px; margin-top: 45px; font-weight: 700; letter-spacing: 1px; border-bottom: 2px solid #000;*/ }
  .SingleArticleDetails h2::before {
    content: "";
    width: 8px;
    height: 100%;
    background: solid #252525;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
.SingleArticleDetails h2 + p,.SingleArticleDetails h2 + table, .SingleArticleDetails h2 + ul, .SingleArticleDetails h2 + img { margin-top: 30px; }
.SingleArticleDetails h3 { margin: 40px 0 25px 0; padding:0; font-weight: 700;  font-size: 24px}
.SingleArticleDetails h3 + p,.SingleArticleDetails h3 + table, .SingleArticleDetails h3 + ul, .SingleArticleDetails h3 + img {	margin-top: 30px; }
.SingleArticleDetails p { margin: 30px 0 30px; line-height: 2em; font-weight: 300;}
.SingleArticleDetails table{margin: 40px auto; }
.SingleArticleDetails table th{font-weight: 600;}
.SingleArticleDetails table th,.SingleArticleDetails table td{/*border: 1px solid #ddd;*/ padding: 8px 12px;}
.SingleArticleDetails img{ /*width: auto;*/ max-width: 720px; height: auto; margin: 20px auto; display: block;}
.SingleArticleDetails a{ text-decoration: underline; }
.SingleArticleDetails ul{ margin: 30px 0 30px 30px;}
.SingleArticleDetails ul li{ list-style: disc; list-style-position: outside; margin-bottom: 5px; font-weight: 500;}
.SingleArticleDetails ol{ margin-left: 30px; counter-reset: my-sec-counter; }
.SingleArticleDetails ol ol{ margin-left: 20px; margin-top: 10px; }
.SingleArticleDetails ol ol ol{ margin-left: 20px; margin-top: 10px; }
.SingleArticleDetails ol li{ list-style-type:decimal!important; position: relative; display: block!important; margin-bottom: 10px;font-weight: 500; }
.SingleArticleDetails ol li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -22px; }
.SingleArticleDetails ol li li{ margin-left: 20px;}
.SingleArticleDetails ol li li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -22px; }
.SingleArticleDetails ol li li li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -27px; }
.SingleArticleDetails iframe{ width: 100%!important; min-height: 420px; margin: 0px 0!important;}

.TagsList.singleBottom{ margin: 120px 0 30px;}
.TagsList.singleBottom p{ font-weight: 700; margin-bottom: 20px; font-size: 24px}
.TagsList.singleBottom ul{ display: flex; justify-content: left; flex-wrap: wrap; gap: 1%; }
.TagsList.singleBottom ul li a{ display: block; font-size: 14px; padding: 5px 10px; border: 1px solid #ccc; background-color: #fff; margin-bottom: 10px; }
.TagsList.singleBottom ul li a:hover{ background-color: #123; color: #fff;}

.h1subtitle {
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 0px;
}

.h1title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.375;
  text-align: left;
  padding-bottom: 14px;
  margin-bottom: 40px;
}

  .h2title {
  font-size: 30px;
  padding-left: 10px;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  line-height: 1.5;
  border-left: 8px solid #252525;
  margin-bottom: 20px;
  position: relative;
}

.h2title::before {
  content: "";
  width: 8px;
  height: 100%;
  background: solid #252525;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 20px;
}

  .h3title {
   border-bottom: 2px solid #252525;
   padding-bottom: 3px;
   line-height: 40px;
   font-size: 20px;
   text-align: left;
   font-weight: 700;
   font-family: 'Kanit', sans-serif;

  }

.guestSpeaker {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
margin-left: 50px;
width: auto;
}

.guestPIC {
justify-content: center;
align-items: center; 
max-width: 120px !important; 
max-height: 120px !important;
border-radius: 50%;
margin-top: 10px;
}

.guestINFO {
padding-left: 20px;
font-family: 'Sarabun', sanserif; 
font-size: 16px;
justify-content: center;
}

.two-column {
display: flex;
gap: 10px;
}

.two-column img {
width: 100%;
height: auto;
display: block;
}
    /* Two columns layout for larger screens */
    @media (min-width: 600px) {
        .gallery {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    /* One column layout for smaller screens */
    @media (max-width: 599px) {
        .gallery {
            grid-template-columns: 1fr;
        }
      }
.two-column div {
flex-direction: row;
border: 1px solid #dcdcdc; 
padding: 15px;
flex:1;
}

.SPOnly {
display:none;
}

.TableAdjust {
width: 15%;
}
        
/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 600px) {
.guestSpeaker {
flex-direction: column;
align-items: center;
justify-content: center;
margin-left: 0px;
}

.guestPIC {
max-width: 150px !important; 
max-height: 150px !important;
justify-content: center;
}

.guestINFO {
text-align: center;}

.two-column {
flex-direction: column;
}

.SPOnly {
display:block;
}

.TableAdjust {
width: 20%;
}
}























.RelatedArticle{ padding: 100px 0 0 0;}
.RelatedArticle h2{ text-align: center; padding: 0 0 0 0; margin-top: 0;}
.RelatedArticleList{ padding: 0; }
.RelatedArticleList ul{ margin: 0; padding: 0; display: flex; justify-content: center; gap: 40px; }
.RelatedArticleList ul li{ width: 33.33%;}
.RelatedArticleList ul li p{ margin: 0; }
.RelatedArticleList ul li a{ display: block; color: #000; }
.RelatedArticleList ul li a:hover{ color: #888;transition: all .3s; }
.RelatedArticleList ul li .FeatureImage{ width: 100%; height: 250px; overflow: hidden;}
.RelatedArticleList ul li .FeatureImage img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; transition: all .3s; }
.RelatedArticleList ul li:hover .FeatureImage img{ opacity: 0.8; transform: scale(1.05); transition: all .3s; }
.RelatedArticleList ul li .Detail{ width: 100%; margin-top: 20px; }
.RelatedArticleList ul li .Detail .Date{ font-size: 16px; color:#4C4C4C; }
.RelatedArticleList ul li .Detail .Title{ font-size: 18px; font-weight: 600; overflow: hidden; font-family: 'Ellipsis','Noto Sans JP', sans-serif; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; }
.RelatedArticleList ul li .Detail .Title br{ display: none;}
.RelatedArticleList ul li .Detail .Category{ font-size: 14px; font-weight: 600; color: #4C4C4C; margin-top: 10px; }
.RelatedArticleList ul li a:hover .Category{ color: #888;transition: all .3s; }


/* Company */
.Company{ padding: 0 0 50px 0; }
.Company h1{ text-align: center; font-weight: 900; font-size: 40px; }
.Company h2{ text-align: center; font-weight: 700; padding: 50px 0; font-size: 35px; line-height: 1.8em;}
.Company .HeaderTitlePageH2{ margin: 0 30px; padding: 50px 0 100px; position: relative; z-index: 1;}
.CompanyBG{ background-color: #f2f2f2; padding: 20px 0;}
.CEOPictureBox{ max-width: 900px; margin: auto; margin-top: 50px; padding: 0 20px; }
.CEOPictureBox .Captions{ margin: 0 0 30px 0; line-height: 35px; }
.CEOPictureBox .CEOPicture{ max-width: 860px; margin: auto; margin-bottom: 60px; }
.CEOPictureBox .CEOPicture img{ width: 100%; max-width: 100%; height: auto;} 
.CEOPictureBox .profile{ text-align: right;}
.CEOPictureBox .profile p{ text-align: left; display: inline-block;}
.CEOPictureBox .profile p img{ text-align: left; display: inline-block; max-width:240px;}
.CEOPictureBox .CEOPosition{ margin: 5px 0; display: block;}
.CEOPictureBox .NameEN{ margin: 5px 0; font-size: 20px; font-weight: 700;display: block;}
.CEOPictureBox .NameJP{ margin: 5px 0; font-size: 15px;display: block;}
.CEOPictureBox .date{ margin: 5px 0 10px; display: block; font-size: 17px;text-align: right;font-weight: 300;}
.CEOPictureBox .CEODetail{ margin: 30px 0 0 0; line-height: 35px; font-weight: 300;}
.CEOPictureBox .CEODetail p{ margin: 20px 0;  text-align: left; font-size: 17px; }
#profileDetail{ margin: 20px 0;  text-align: left; font-size: 15px; font-weight: 200;}
#profileDetail .NameEN{ margin: 5px 0; font-size: 20px; font-weight: 700;display: block;}
#profileDetail .NameJP{ margin: 5px 0; font-size: 15px;display: block;}
.CompannyList{ margin: 0px 0 0 0; position: relative; z-index: 2;}
/*CompannyList ul{ display: flex; justify-content: center; flex-wrap: nowrap; gap: 2%; }
.CompannyList ul li a{ display: block; font-size: 18px; font-weight: 700; padding: 15px 30px; border: 1px solid #ccc; background-color: #fff; color: #4C4C4C; }
.CompannyList ul li a.active{ background-color: #4C4C4C; color: #fff;}
.CompannyList ul li a:hover{ background-color: #4C4C4C; color: #fff;}*/

.CompannyList ul{ display: flex; justify-content: center; flex-wrap: nowrap; gap: 2%; }

.ViewMoreBoxCompany{ display: flex;  justify-content: center;flex-wrap: nowrap; gap: 2%;}
.ViewMoreBoxCompany .ViewMoreBTNGray { pointer-events: auto; cursor: pointer; margin: 0 0 10px!important;background: #ebebeb; margin: auto; width: 100%; max-width: 180px; padding: 15px 25px 15px 25px; font-size: 15px; font-weight: 600; position: relative; display: block;text-align: center;}
.ViewMoreBoxCompany .ViewMoreBTNGray.active::before,.ViewMoreBoxCompany .ViewMoreBTNGray.active::after{background: #838383; background-image: linear-gradient(90deg, #fcea7e, #e59977, #e5a8c4); color:#fff;}
.ViewMoreBoxCompany .ViewMoreBTNGray.active span{color: #fff;}
.ViewMoreBoxCompany .ViewMoreBTNGray::before,.ViewMoreBoxCompany .ViewMoreBTNGray::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ViewMoreBoxCompany .ViewMoreBTNGray--mimas { border-radius: 100px; overflow: hidden; color: #fff; background: #838383; background-image: linear-gradient(90deg, #fcea7e, #e59977, #e5a8c4);}
.ViewMoreBoxCompany .ViewMoreBTNGray--mimas span { position: relative; color: #333; }
.ViewMoreBoxCompany .ViewMoreBTNGray--mimas::before { content: ''; background: #ebebeb; width: 120%; height: 100px; left: -10%; transform: skew(30deg); transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1); }
.ViewMoreBoxCompany .ViewMoreBTNGray--mimas:hover::before { transform: translate3d(100%,0,0); }
.ViewMoreBoxCompany .ViewMoreBTNGray--mimas:hover span{ color: #fff;}
.ViewMoreBoxCompany .ViewMoreBTNGray--mimas.active:hover{background-image: linear-gradient(90deg, #fcea7e, #e59977, #e5a8c4);}

/* CompanyProfile */
.CompanyProfile{ max-width: 800px; margin: auto; margin-top: 100px; }
/*.CompanyProfileList ul li{ margin: 20px 0; display: flex; justify-content: left; flex-wrap: nowrap;}*/
.CompanyProfileList .Rows{ margin: 20px 0; display: flex; justify-content: left; flex-wrap: nowrap;; line-height: 35px;  }
.CompanyProfileList .Rows .Left{ width: calc(100% - 680px); min-width: 180px; max-width: 180px; margin: 0; font-weight: 700; }
.CompanyProfileList .Rows .Right{ width: calc(100% - 140px); margin: 0}
.CompanyProfileList .Rows .Right.GoogleMap{ width: 100%; height: auto; overflow: hidden; position: relative;}
.CompanyProfileList .Rows .Right.GoogleMap .YTIframe{ width: 100%; margin: 0; position: relative; padding-bottom: 54%; height: 0; overflow: hidden; text-align: center; }
.CompanyProfileList .Rows .Right.GoogleMap .YTIframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.CompanyProfileList .Rows .Right ol{ margin-left: 15px; /*counter-reset: item;*/counter-reset: my-sec-counter; }
.CompanyProfileList .Rows .Right ol ol{ margin-left: 20px; margin-top: 10px; }
.CompanyProfileList .Rows .Right ol ol ol{ margin-left: 20px; margin-top: 10px; }
.CompanyProfileList .Rows .Right ol li{ list-style-type:decimal!important; position: relative; display: block!important; margin-bottom: 10px; }
.CompanyProfileList .Rows .Right ol li:before { /*content: counters(item, "") "."; counter-increment: item;*/ counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -15px; }
.CompanyProfileList .Rows .Right ol li li{ margin-left: 20px;}
.CompanyProfileList .Rows .Right ol li li:before { /*content: counters(item, ".") ". )"; counter-increment: item;*/ counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -22px; }
.CompanyProfileList .Rows .Right ol li li li:before { /*content: counters(item, ".") ". )"; counter-increment: item;*/ counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -27px; }

/* AccessMap */
.AccessMap{ max-width: 800px; margin: auto; margin-top: 50px; padding-bottom: 50px; }
.AccessMap .GoogleMap{ width: 100%; margin-bottom: 40px;}
.AccessMap .GoogleMap{ width: 100%; height: auto; overflow: hidden; position: relative;}
.AccessMap .GoogleMap .YTIframe{ width: 100%; margin: 0; position: relative; padding-bottom: 54%; height: 0; overflow: hidden; text-align: center; }
.AccessMap .GoogleMap .YTIframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.AccessMap .AccessLinks{ display: flex; justify-content: center; gap: 5%; }
.AccessMap .AccessLinks img{ width:100%; max-width: 24px; height: auto;}
.AccessMap .AccessLinks p{ width: 45%;}
.AccessMap .AccessLinks a{ display: flex; justify-content: space-between; width: 100%; margin: auto; padding: 10px 20px; background-color: #4C4C4C; color: #fff; text-align: center; border-radius: 10px;  }

.AccessBox{ background-color: #f2f2f2; padding: 100px 0;}
.AccessBox h2{ text-align: center; font-weight: 700; }
.AccessLR{ display: flex; justify-content: space-between; gap:5%; max-width: 900px; margin: 50px auto 0; }
.AccessLR .AccessLeft{ width: 47.5%; border-top: 1px solid #ccc;}
.AccessLR .AccessRight{ width: 47.5%; border-top: 1px solid #ccc;}
.AccessLR .AccessLeft .Rows, .AccessLR .AccessRight .Rows{ display: flex; justify-content: left; flex-wrap: nowrap; border-bottom: 1px solid #ccc; padding: 20px 0;}
.AccessLR .AccessLeft .Rows .Left, .AccessLR .AccessRight .Rows .Left{ width: calc(100% - 680px); min-width: 120px; max-width: 120px; margin: 0; font-weight: 700; }
.AccessLR .AccessLeft .Rows .Right, .AccessLR .AccessRight .Rows .Right{ width: calc(100% - 140px); width: 100%; margin: 0}

.PhotoLR{ display: flex; justify-content: space-between; gap:5%; max-width: 900px; margin: auto; margin-top: 50px; }
.PhotoL{ width: 47.5%; text-align: right; }
.PhotoR { width: 47.5%; text-align: left;}
.PhotoLR img{ width: 100%; height: auto; max-width: 100%; }

/* CookiePrivacyPolicy */
.CookiePrivacyPolicy{ padding: 0 0 50px 0; }
.CookiePrivacyPolicy .HeaderTitlePageH2{ background-color: #fff;}
.CookiePrivacyPolicy h1{ text-align: center; font-weight: 900; font-size: 40px; }
.CookiePrivacyPolicy .HeaderTitlePageH2{ margin: 0; padding: 100px 0; position: relative; z-index: 1;}
.CookiePrivacyPolicyBox{ max-width: 800px; margin: auto; margin-top: 50px; line-height: 33px; font-size: 16px; }

.CookiePrivacyPolicyBoxLI ol{ margin-left: 15px; counter-reset: my-sec-counter; }
.CookiePrivacyPolicyBoxLI ol ol{ margin-left: 15px; margin-top: 10px; }
.CookiePrivacyPolicyBoxLI ol ol ol{ margin-left: 15px; margin-top: 10px; }
.CookiePrivacyPolicyBoxLI ol li{ list-style-type:decimal!important; position: relative; display: block!important; margin-bottom: 0px; margin-left: 5px; }
.CookiePrivacyPolicyBoxLI ol li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ") "; margin-left: -18px; }
.CookiePrivacyPolicyBoxLI ol li li{ margin-left: 20px;}
.CookiePrivacyPolicyBoxLI ol li li:before {  counter-increment: my-sec-counter; content: "(" counter(my-sec-counter) ") "; margin-left: -23px; }
.CookiePrivacyPolicyBoxLI ol li li li:before { counter-increment: my-sec-counter; content: "" counter(my-sec-counter) ". "; margin-left: -27px; }

.CookiePrivacyPolicyBox ul{ margin-left: 20px;}
.CookiePrivacyPolicyBox ul li{ list-style: disc; list-style-position: outside; margin-bottom: 5px; }
.CookiePrivacyPolicyBox .title{ font-weight: bold; font-size: 20px; display: block; text-align: center;}

.CookiePrivacyPolicy ul.q-a{ margin: 50px 0; }
.CookiePrivacyPolicy ul.q-a li{ margin: 0 0 80px 0; padding: 0; list-style: none; position: relative; }
.CookiePrivacyPolicy ul.q-a li p.question{ font-weight: bold; position: relative;padding: 0 0 0 55px; margin: 0 0 30px;font-size: 1.2em;}
.CookiePrivacyPolicy ul.q-a li p.question:before { content: 'Q'; position: absolute; left: -40px;   top: 50%; /* 親要素の高さの50% */
transform: translateY(-50%); /* 中心に調整 */display: block; font-size: 72px;  color: #f5f5f5; font-weight: 900; line-height: 1.3em; letter-spacing: -.5px;     background-image: linear-gradient(90deg, #3ebad0 0%, #9573af 45%, #ef9589 75%);   background-color: #f3ec78;
background-image: linear-gradient(90deg, #fcea7e, #e59977, #e5a8c4);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent; width: 60px; text-align: center; }
.CookiePrivacyPolicy ul.q-a li p.answer{position: relative; padding: 0 0 0 55px;  }
.CookiePrivacyPolicy ul.q-a li p.answer:before {
  content: 'A';
  position: absolute;
  left: -40px;
  top: 50%; /* 親要素の高さの50% */
  transform: translateY(-50%); /* 中心に調整 */
  display: block;
  font-size: 72px;
  color: #cecece;
  font-weight: 900;
  line-height: 1.3em;
  letter-spacing: -0.5px;
  width: 60px;
  text-align: center;
}
.CookiePrivacyPolicy ul.q-a li p.Link{ position: relative; padding: 0 0 0 55px; display: inline-block; }
.CookiePrivacyPolicy ul.q-a li p.Link img{ margin-left: 10px; width: 16px; max-width: 100%; height: auto; }
.CookiePrivacyPolicy  a{ text-decoration: underline; color: #252525; }

/* ContactUs */
/* CookiePrivacyPolicy */
.ContactUs{ padding: 0 0 50px 0; }
.ContactUs .HeaderTitlePageH2{ background-color: #fff;}
.ContactUs h1{ text-align: center; font-weight: 900; font-size: 40px; }
.ContactUs .HeaderTitlePageH2 .Captions{ text-align: center; }
.ContactUs .HeaderTitlePageH2{ margin: 0; padding: 100px 0 0; text-align: center; position: relative; z-index: 1; }
.ContactUs .ContactBox{ max-width: 800px; margin: auto; margin-top: 100px; margin-bottom: 100px; line-height: 35px; }

.ContactUsBoxStep{ margin:0px 0 0 0; position: relative; z-index: 2;}
.ContactUsBoxStep ul{ display: flex; justify-content: center; flex-wrap: nowrap; gap: 10%; }
.ContactUsBoxStep ul li{ display: block; font-size: 40px; font-weight: 600; display: flex; justify-content: center; align-items: center; width: 120px; height: 120px; border-radius: 100px; font-family: 'Roboto'; border: 1px solid #ccc; background-color: #fff; color: #4C4C4C; text-align: center; position: relative; }
.ContactUsBoxStep ul li:after{ position: absolute; content: ''; right: 110%; width: 50%; height: 1px; background-color: #707070; }
.ContactUsBoxStep ul li:first-child:after{ display: none; }
.ContactUsBoxStep ul li span{ display: block; margin-top: 0; font-size: 16px; margin-top: -2px;}
.ContactUsBoxStep ul li.active{ background-color: #707070; color: #fff;}

.ContactForm{ margin: 50px 0 0 0; padding: 0;}
.ContactForm .TitleFormHead { font-size: 20px; text-align: left; font-weight: 700; margin-bottom: 30px; }
.ContactForm a{ text-decoration: underline; color: #252525;}
.ContactForm ul li{ display: flex; justify-content: left; flex-wrap: nowrap; border-bottom: 1px solid #ccc; padding: 25px 0;}
.ContactForm ul li:last-child{ border-bottom: 0;}
.ContactForm ul li .Left{ width: calc(100% - 680px); min-width: 250px; max-width: 250px; margin: 0; font-weight: 600; padding-left: 50px; padding-right: 20px; position: relative; }
.ContactForm ul li .Left p{ margin: 0;}
.ContactForm ul li .Left span{ position: absolute; left: 0; top: 6px; width: 40px; height: 23px; line-height: 2; padding: 0 5px; font-size: 12px; font-weight: 300; text-align: center; background-color: #ce052c; color: #fff;}
.ContactForm ul li .Left.PaddLeft0{ padding-left: 0!important;}
.ContactForm ul li.LaddingTop0{ padding-top: 10px;}
.ContactForm ul li.LaddingBottom0{ padding-bottom: 10px; border-bottom: 0px solid #ccc;}
.ContactForm ul li .Right{ width: calc(100% - 140px); width: 100%; margin: 0}
.ContactForm ul li .Right label{ margin-right: 10px;}
.ContactForm ul li .Right.RadioCheckbox label{ display: inline-block;}
.ContactForm ul li .Right p{ margin: 0!important;}
.ContactForm ul li .Right input[type="radio"]{ margin-right: 5px; transform: scale(1.2);}
.ContactForm ul li .Right input[type="checkbox"]{ margin-right: 5px; transform: scale(1.2);}
.ContactForm ul li .Right input[type="text"]{ box-sizing: border-box; /*display: block;*/ width: 100%; height: 42px; padding: 8px 12px; border: 1px solid #bebebe; background: #f5f5f5; font-size: 16px; line-height: 32px; text-indent: 5px; transition: all .2s ease; }
.ContactForm ul li .Right input[type="tel"]{ box-sizing: border-box; /*display: block;*/ width: 100%; height: 42px; padding: 8px 12px; border: 1px solid #bebebe; background: #f5f5f5; font-size: 16px; line-height: 32px; text-indent: 5px; transition: all .2s ease; }
.ContactForm ul li .Right input[type="url"]{ box-sizing: border-box; /*display: block;*/ width: 100%; height: 42px; padding: 8px 12px; border: 1px solid #bebebe; background: #f5f5f5; font-size: 16px; line-height: 32px; text-indent: 5px; transition: all .2s ease; }
.ContactForm ul li .Right input[type="email"]{ box-sizing: border-box; /*display: block;*/ width: 100%; height: 42px; padding: 8px 12px; border: 1px solid #bebebe; background: #f5f5f5; font-size: 16px; line-height: 32px; text-indent: 5px; transition: all .2s ease; }
.ContactForm ul li .Right textarea{ box-sizing: border-box; /*display: block;*/ width: 100%; height: auto; padding: 8px 12px; border: 1px solid #bebebe; background: #f5f5f5; font-size: 16px; line-height: 32px; text-indent: 5px; transition: all .2s ease; }
.ContactForm ul li .Right .Remark{ font-size: 14px; color: #999; line-height: 21px;}
.ContactForm .resume_file_alert{ display: none;}
/*.ContactForm ul li .Right input[type=submit]{ cursor: pointer; background-color: #262626; color: #fff; width: 100%; padding: 15px; font-size: 20px; min-height: 62px; font-weight: 600; max-width: 250px; border: 1px solid #000; border-radius: 0px;  -webkit-appearance: none;  -moz-appearance: none; appearance: none; transition: all .3s;}*/
.ContactForm ul li input[type=submit]{ padding: 15px; width: 100%; background-color: #ebebeb; font-weight: 700; font-size: 18px; max-width: 250px; margin-right: 10px; border:0px solid #000; border-radius: 100px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; transition: all .3s;  }
.ContactForm ul li input[type=submit]:hover{ background-color: #000; color: #fff; }
.ContactForm ul li button{ padding: 15px 30px; width: 100%; background-color: #ebebeb; font-weight: 700; font-size: 18px; min-width: 150px; max-width: 250px; /*margin-right: 10px;*/ border:0px solid #000; border-radius: 100px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; transition: all .3s;  }
.ContactForm ul li button:hover{ background-color: #000; color: #fff; }
.others_frm{display: none;}
.others_frm_2{display: none;}
.ThanksContact{ text-align: center; font-size: 20px; font-weight: 600;}
.OthersInquiry{ width: auto!important;}
.OthersHearMediator{ width: auto!important;}
.cm4cf7-message-for-confirmation{ text-align: center!important;}

/* PagenotFound */
.PagenotFound{ text-align: center; }
.PagenotFound h1{ font-size: 30px; font-weight: 700; margin-top: 50px;}
.PagenotFound h1 span{ display: block;}
.PagenotFound .Captions{ margin: 80px 0 50px 0; text-align: center; font-size: 18px; font-weight: bold; line-height: 2em;}

/* RedBox */
.RedBox{ display: block; text-align: center; color: red; font-weight: bold;}

/* pagination */
#pagination { padding: 0; margin: 60px 0 40px; overflow: hidden; }
#pagination ul { position: relative; padding: 0; margin: 0; text-align: center; }
#pagination li { display: inline-block; padding: 0; margin: 0 5px; text-align: center; list-style: none; }
#pagination li a { background: #f5f5f5; }
#pagination li a:hover { background: #f8f8f8; }
#pagination li:first-child:hover { opacity: .6; }
#pagination li span, #pagination li a { position: relative; letter-spacing: .5px; }
#pagination span, #pagination a { display: block; float: left; width: auto; padding: 15px 17px; margin: 2px 2px 2px 0; color: #000;  text-decoration: none; border-radius: 3px;}
#pagination .active { padding: 15px 17px; background: #e1e1e1;  border-radius: 3px;}
#pagination li:first-child span:before, #pagination li:first-child a:before, #pagination li:last-child span:after, #pagination li:last-child a:after { position: absolute; display: block; width: 9px; height: 16px; margin-top: -7px; content: ""; }
#pagination li:first-child a, #pagination li:first-child span{ padding-left: 27px; background: none; }
#pagination li:first-child span:before, #pagination li:first-child a:before { top: 50%; left: 0; background: url(../images/icon/icon-arrowLeft.svg) no-repeat; background-size: 9px 16px; }
#pagination li:last-child:hover { opacity: .6; }
#pagination li:last-child a, #pagination li:last-child span { padding-right: 27px; margin: 2px 0px; background: none; }
#pagination li:last-child span:after, #pagination li:last-child a:after { top: 50%; right: 0; background: url(../images/icon/icon-arrowRight.svg) no-repeat; background-size: 9px 16px; }

.EmptyPost{ font-size: 18px; color: #ccc; font-weight: bold; text-align: center; padding: 100px 0 0 0;}

.ThankyouPage{ text-align: center; margin-top: 50px;}
.ThankyouPage .Title{ font-size: 18px; font-weight: 700; }
.Center{ text-align: center!important;}

.Viewall{ padding-top: 0;}

.TextMBTIBox{ position: absolute; right: 5%; top: 0; writing-mode: vertical-rl; transform: rotate(180deg); margin: 0; font-size: 10rem; line-height: 130px; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); font-weight: bold; color: white; text-align: center; }
.MBTIBoxDisplay{ display: inline-block; margin-top: 30px; padding: 8px 20px 8px 30px; font-size: 20px; font-weight: 500; position: relative; }
.MBTIBoxDisplay:before{ width: 10px; height: 10px; position: absolute; left: 10px; top: 22px; content: ''; border-radius: 100px; }
.MBTIBoxDisplay.blue:before{ background-color: #188cfc; }
.MBTIBoxDisplay.green:before{ background-color: #06ca60; }
.MBTIBoxDisplay.purple:before{ background-color: #963cef; }
.MBTIBoxDisplay.orange:before{ background-color: #ef863c; }

.cookie-notice-container a{ color: #fff; text-decoration: underline; }

.cf7-spinner {
  width: 30px;
  height: 30px;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin: 20px auto;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}


#infinite-loader img {
    opacity: 0.6;
}