@media screen and (min-width:1024px) {
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
overflow-x: hidden !important;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
body {
	font-family: '游ゴシック体', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', Helvetica, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif, sans-serif;
  font-size: 16px;
	line-height: 180%;
	color: #454545;
	background: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
}
.forsp {
  display: none;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=70)";
}
#ntop img {
width: 100%;
border: none;
}

a {
display: block;
width: 100%;
height: 100%;
color: unset;
text-decoration: none;
}

/* header */

header {
width: 100%;
height: 100px;
position: fixed;
z-index: 100;
background-color: rgba(255,255,255,0.8);
display: flex;
font-size: 1.098vw;
transition: 0.5s;
}
header#page1 {
background-color: rgba(255,255,255,0);
}
header#page2 {
background-color: rgba(255,255,255,0);
}
header#page1.scroll-nav,header#page2.scroll-nav {
background-color: rgba(255,255,255,0.8);
}
header#page1.scroll-nav .company_logo {
background-image: url(../images/ntop_meisei_logo.svg);
}

header .company_logo {
width: 20%;
height: 62px;
background-image: url(../images/ntop_meisei_logo.svg);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
margin: 1.2vw 2vw;
transition: 0.5s;
}
header#page1 .company_logo {
background-image: url(../images/ntop_meisei_logo_w.svg);
}
header#page2 .company_logo {
background-image: url(../images/ntop_meisei_logo.svg);
}
header .company_logo2{
display: none;
}
header .gmenu {
width: 80%;
margin: 1.2vw 2vw;
display: flex;
justify-content: flex-end;
}
header .gmenu ul {
display: flex;
margin: 0;
padding: 0;
}
header .gmenu ul li {
list-style: none;
margin: 22px 0;
}
header .gmenu ul li a {
width: 100%;
height: auto;
padding: 0.293vw 2.196vw;
display: block;
color: unset;
font-weight: 300;
line-height: 80%;
text-decoration: none;
border-right: solid 1px #999;
-webkit-transition: all 0.6s ease;
 -moz-transition: all 0.6s ease;
 -o-transition: all 0.6s ease;
transition: all  0.6s ease;
}
header .gmenu ul li a:hover {
background-color: #C3DEFF;
}
header .haeder_contact {
color: #fff;
text-align: center;
margin: 12px;
}
header .haeder_contact a {
width: 100%;
height: auto;
padding: 0.878vw 2.928vw;
background-color: #2165AC;
display: block;
color: unset;
line-height: 100%;
text-decoration: none;
border-radius: 50px;
border-right: solid 1px #999;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;

}
header .haeder_contact a:hover {
background-color: #0F73DB;
}
header .gmenu ul.sub_gmenu {
display: none;
}

/* footer */

footer {
width: 100%;
background-image: url(../images/ntop_footer.jpg);
background-size: cover;
background-repeat: no-repeat;
padding: 5vw;
position: relative;
padding-top: 260px;
}
footer .footer_logo {
width: 20%;
height: 62px;
background-image: url(../images/ntop_meisei_logo_w.svg);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
}
footer a {
width: 100%;
height: 100%;
display: block;
color: #fff;
text-decoration: none;
font-weight: 300;
}
footer a:hover {
color: #CECECE;
}
footer .footer_menu {
display: flex;
position: absolute;
right: 4vw;
top: 3vw;
font-size: 15px;
}
footer ul {
margin: 0;
padding: 0;
}
footer ul li {
list-style: none;
}
footer .footer_menu ul {
width: 15vw;
}
footer .footer_menu ul li {
padding: 5px;
margin: 1.3vw 0;
}
footer .footer_menu03 {
width: 30vw;
font-size: 12px;
display: flex;
position: absolute;
right: 4vw;
bottom: 5vw;
}
footer .footer_menu03 li {
padding: 5px 20px 0 0;
}

footer .footer_sdgs {
width: 309px;
height: 78px;
background-image: url(../images/footer_sdgs.png);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
position: absolute;
top: 4.5vw;
}

/* contents */

.contents {
padding-top: 120px;
}

#ntop h3, #ntop h2 {
border: none;
margin-top: unset;
padding: unset;
text-align: unset;
background: none;
	font-family: 'Hiragino Kaku Gothic Pro', '游ゴシック体', YuGothic, 'Yu Gothic', Helvetica, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif, sans-serif;
}
.ntop_dtail_btn {
width: 190px;
height: 48px;
position: relative;
}
.ntop_dtail_btn a {
padding: 12px;
font-size: 16px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #2165AC;
border-radius: 100px;
position: absolute;
top: 0;
left: 0px;
display: block;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.ntop_dtail_btn a:hover {
background-color: #0F73DB;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

/* main */
.slide_blk {
width: 100%;
position: relative;
margin: 0 auto 175px auto;
}
.slide_blk a {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0px;
}
#ntop .slide_blk .slide_cont {
aspect-ratio: 1 / 0.427;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: relative;
margin: 0 auto;
overflow: visible;
}
#ntop .slide_blk .slide01 {
background-image: url(https://home-meisei.net/wp-content/uploads/2022/10/slide01_ph.png);
}
#ntop .slide_blk .slide01 h2 {
width: 100%;
height: 110px;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/10/slide01_txt.png);
background-size: contain;
background-repeat: no-repeat;
background-position: left 40px top;
font-size: 0px;
text-indent: -9999px;
position: absolute;
bottom: 0px;
left: 0px;
z-index: 10;
}
#ntop .slide_blk .slide02 {
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/slide03_ph.png);
}
#ntop .slide_blk .slide02 h2 {
width: 100%;
height: 110px;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/slide03_txt.png);
background-size: contain;
background-repeat: no-repeat;
background-position: left 40px top;
font-size: 0px;
text-indent: -9999px;
position: absolute;
bottom: 0px;
left: 0px;
}
#ntop .slide_blk .slide03 {
background-image: url(https://home-meisei.net/wp-content/uploads/2022/10/slide02_ph.png);
}
#ntop .slide_blk .slide03 h2 {
width: 100%;
height: 110px;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/slide02_txt.png);
background-size: contain;
background-repeat: no-repeat;
background-position: left 40px top;
font-size: 0px;
text-indent: -9999px;
position: absolute;
bottom: 0px;
left: 0px;
}
#ntop .slide_blk .slide04 {
background-image: url(https://home-meisei.net/wp-content/uploads/2025/06/slide04.png);
}
#ntop .slide_blk .slide05 {
background-image: url(https://home-meisei.net/wp-content/uploads/2023/03/slide05_ph.png);
}
#ntop .slide_blk .slide05 h1 {
width: 100%;
height: 95px;
background-image: url(https://home-meisei.net/wp-content/uploads/2023/03/slide05_txt.png);
background-size: contain;
background-repeat: no-repeat;
background-position: left 40px top;
font-size: 0px;
text-indent: -9999px;
position: absolute;
bottom: 0px;
left: 0px;
}

.ntop_service {
width: 100%;
aspect-ratio: 1 / 0.353;
position: relative;
margin-bottom: 175px;
display: flex;
}
.ntop_service .ntop_service_txt {
min-width: 500px;
padding-left: 80px;
}
.ntop_service h3 {
font-size: 50px;
font-weight: 600;
margin-top: 10px;
}
.ntop_service .ntop_service_line {
width: 18px;
height: 200px;
background: -moz-linear-gradient(top, #4617B8, #B052FF);
background: -webkit-linear-gradient(top, #4617B8, #B052FF);
background: linear-gradient(to bottom, #4617B8, #B052FF);
position: absolute;
top: 0px;
left: 0px;
}
.ntop_service p {
font-size: 18px;
line-height: 44px;
font-weight: 300;
color: #7C35DC;
}
.ntop_service .ntop_dtail_btn {
width: 300px;
height: 48px;
margin-bottom: 30px;
position: relative;
}
.ntop_service .ntop_service_image {
aspect-ratio: 1 / 0.353;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/ntop_service_img.jpg);
background-size: contain;
background-repeat: no-repeat;
}

.ntop_whouse {
width: 100%;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/ntop_fukuura_bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
color: #fff;
text-align: center;
padding: 55px;
margin-bottom: 175px;
}
.ntop_whouse .txt01 {
font-size: 20px;
font-weight: 600;
}
.ntop_whouse h3 {
font-size: 55px;
font-weight: 600;
margin: 40px auto;
}
.ntop_whouse .ntop_dtail_btn {
margin: 0 auto 20px auto;
}
.ntop_whouse .ntop_wh_tenant {
margin: 0 100px;
padding: 1vw;
background-color: rgba(255,255,255,0.8);
border: 1px solid #666;
color: #000;
}
.ntop_whouse .ntop_wh_tenant h4 {
margin: 5px;
font-size: 130%;
color: #2165AC;
}
.ntop_whouse .ntop_wh_tenant p {
margin: 10px;
}
.ntop_whouse .ntop_wh_tenant a {
display: inline;
color: #2165AC;
text-decoration: underline;
}

.ntop_cont_blk {
width: 100%;
min-height: 401px;
}
.ntop_cont_blk .inner {
max-width: 1234px;
min-height: 401px;
margin: 105px auto;
display: flex;
}
.ntop_cont_blk .work_style {
width: 617px;
height: 400px;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/ntop_workstyle_bg.png);
background-size: contain;
background-repeat: no-repeat;
text-align: center;
color: #fff;
position: relative;
}
.ntop_cont_blk .recruite {
width: 617px;
height: 400px;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/ntop_recruit_bg.png);
background-size: contain;
background-repeat: no-repeat;
text-align: center;
color: #fff;
position: relative;
}
.ntop_cont_blk .work_style h3 {
font-size: 40px;
text-shadow: 1px 2px 3px #000000;
}
.ntop_cont_blk .recruite h3 {
font-size: 40px;
text-shadow: 1px 2px 3px #000000;
}
.ntop_cont_blk p {
font-size: 26px;
text-shadow: 1px 2px 3px #000000;
margin-top: 340px;
}
.ntop_cont_blk h3 a {
color: #ffffff;
display: block;
width: 100%;
padding: 175px 0px;
position: absolute;
top: 0;
left: 0px;
text-decoration: none;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.ntop_cont_blk h3 a:hover {
background-color: rgba(255,255,255,0.4);
text-decoration: none;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

.ntop_mov {
width: 100%;
text-align: center;
margin-bottom: 175px;
}
.youtubemov {
width: 90%;
aspect-ratio: 1 / 0.376;
    padding-left: 15%;
    padding-right: 15%;
    margin: 0 auto;
}

.ntop_news {
width: 100%;
background-color: #DEE5E8;
padding: 90px;
display: flex;
}
.ntop_news .ntop_news_title {
width: 27%;
}
.ntop_news h3 {
font-size: 55px;
margin-top: 26px;
}
.ntop_news .ntop_news_blk {
width: 76%;
}
.ntop_news div.whatsnew dl {
flex-wrap:no-wrap;
border-bottom: 1px solid #AAAAAA;
margin-bottom: 40px;
	color: #040000;
}
.ntop_news div.whatsnew dl a {
display: flex;
}
.ntop_news div.whatsnew dl dt {
width: 25%;
float: none;
}
.ntop_news div.whatsnew dl dd {
width: 75%;
margin: 0 0 40px 0;
}
.ntop_news dl dd a {
	color: #040000;
}
.ntop_news .link_btn {
width: 175px;
margin: 200px 0 0 60px;
position: relative;
}
.ntop_news .link_btn a {
font-size: 14px;
padding: 20px 0px 20px 0px;
color: #040000;
text-decoration: none;
display: block;
width: 100%;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/ntop_r_arw.png);
background-size: contain;
background-repeat: no-repeat;
background-position: right;
}
.ntop_news .link_btn a:hover {
text-decoration: underline;
}

.ntop_cont_blk2 {
max-width: 1100px;
margin: 100px auto;
display: flex;
}
.ntop_cont_blk2 .ntop_meisei_ims {
width: 48%;
aspect-ratio: 1 / 0.328;
background-image: url(../images/ntop_ban_ims.jpg);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
margin-right: 4%;
position: relative;
}
.ntop_cont_blk2 .ntop_glossary {
width: 48%;
aspect-ratio: 1 / 0.328;
background-image: url(../images/ntop_ban_glossary.jpg);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
position: relative;
}
.ntop_cont_blk2 a {
color: #ffffff;
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0px;
text-decoration: none;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.ntop_cont_blk2 a:hover {
background-color: rgba(255,255,255,0.4);
text-decoration: none;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

.ntop_contact {
width: 100%;
height: 430px;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/ntop_contact_bg.jpg);
background-size: cover;
background-repeat: no-repeat;
color: #fff;
}
.ntop_contact .inner {
width: 80%;
margin: 0 auto;
display: flex;
}
.ntop_contact h3 {
font-size: 55px;
margin-top: 26px;
}
.ntop_contact p {
margin: unset;
}
.ntop_contact .ntop_contact_left {
width: 70%;
margin-top: 130px;
}
.ntop_contact .ntop_contact_right {
margin-top: 140px;
}
.ntop_contact .ntop_contact_right a {
width: 373px;
padding: 14px;
font-size: 16px;
color: #ffffff;
text-align: center;
text-decoration: none;
border: 1px solid #fff;
border-radius: 100px;
margin-bottom: 2em;
display: block;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.ntop_contact .ntop_contact_right a:hover {
background-color: rgba(255,255,255,0.3);
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

#ntop div.whatsnew hr {
	background-color: #e5e5e5;
	color: #e5e5e5;
	border: none;
	height: 1px;
	clear: both;
	margin: 0;
}




}
/* pc end  */

@media screen and (max-width:1023px) {
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#ntop {
	font-family: 'Hiragino Kaku Gothic Pro', '游ゴシック体', YuGothic, 'Yu Gothic', Helvetica, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif, sans-serif;
 font-size: 3.4vw;
	line-height: 180%;
	color: #040000;
	background: #ffffff;
 font-weight: 500;
 overflow: hidden;
 letter-spacing: 1px;
 padding-top: 22vw;
}
.forpc {
 display: none;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=70)";
}
#ntop img {
width: 100%;
border: none;
}

a {
display: block;
width: 100%;
height: 100%;
color: unset;
text-decoration: none;
}
#ntop h3, #ntop h2 {
border: none;
margin-top: unset;
padding: unset;
text-align: unset;
background: none;
	font-family: 'Hiragino Kaku Gothic Pro', '游ゴシック体', YuGothic, 'Yu Gothic', Helvetica, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif, sans-serif;
}



/* header */

header {
width: 100%;
height: 22vw;
position: fixed;
top: 0;
z-index: 100;
background-color: rgba(255,255,255,0.8);
display: flex;
font-size: 4.2vw;
transition: 0.5s;
}

header .company_logo,header .company_logo2 {
width: 48vw;
height: 12vw;
background-image: url(../images/ntop_meisei_logo.svg);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
margin: 5.3vw 0 5.3vw 5.3vw;
transition: 0.5s;
}
header .gmenu {
width: 80%;
justify-content: flex-end;
}
header .gmenu ul {
margin: 16vw 0 6vw 0;
padding: 0;
}
header .gmenu ul li {
list-style: none;
}
header .gmenu ul li a {
width: 90%;
height: auto;
margin: 0 auto;
padding: 6vw;
display: block;
color: unset;
font-weight: 300;
line-height: 80%;
text-decoration: none;
border-bottom: solid 1px #999;
}
header .haeder_contact {
color: #fff;
text-align: center;
margin: 12px;
}
header .haeder_contact a {
width: 100%;
height: auto;
padding: 6vw;
background-color: #2165AC;
display: block;
color: unset;
line-height: 100%;
text-decoration: none;
border-radius: 50px;
}
header ul.sub_gmenu  {
margin: 6vw 0 6vw 0;
padding: 0;
font-size: 85%;
}
header ul.sub_gmenu li {
list-style: none;
}
header ul.sub_gmenu li a {
width: 90%;
height: auto;
margin: 0 auto;
padding: 4vw;
display: block;
color: unset;
font-weight: 300;
line-height: 80%;
text-decoration: none;
border-bottom: solid 1px #999;
}

/* 位置を右上に固定 */
#toggle {
    position: fixed;
    top:  5.3vw;
    right:  5.3vw;
}
/* ハンバーガーメニューの大きさ指定 */
#toggle-box {
    position: relative;
    width:  12vw;
    height: 12vw;
    cursor: pointer;
  background: #016AEC;
}
#toggle-box > span {
  width: 5.3vw;
  height: 0.5vw;
  left: 0;
  right: 0;
  top: 5.3vw;
  bottom: 5.3vw;
  margin: auto;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform .6s ease-in-out;
}
#toggle-box > span:nth-child(1) {
    top: 0;
}
#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
    bottom: 0;
}

/* ハンバーガーメニュークリックで、「×」マークにアニメーション */
.is-open #toggle-box > span {
    background: #fff;
}
.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}
.is-open #toggle-box > span:nth-child(3) {
  top: 9%;
  left: 6%;
  transform: rotate(-45deg) translatey(-50%);
}

/* 重なり順指定 */
#toggle {
    z-index: 1000;
}
#main {
    position: relative;
    z-index: 990;
}

/* 中身メニュー、初期は非表示 */
#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    display: none;
}

/* is-openクラスが追加されると、メニューが表示される */
.is-open {
    overflow: hidden;
}
.is-open #nav-content {
  z-index: 999;
  visibility: visible;
  opacity: 1;
    display: block;
}
.is-open #nav-content a{
  pointer-events: auto;
}


/* footer */

footer {
width: 100%;
background-image: url(../images/sp_ntop_footer.jpg);
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding: 10vw 0;
}
footer .footer_logo {
width: 100%;
height: 13vw;
padding: 5vw;
background-image: url(../images/ntop_meisei_logo_w.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
font-size: 0px;
text-indent: -9999px;
margin-bottom: 10vw;
}

footer a {
width: 100%;
height: 100%;
display: block;
color: #fff;
text-decoration: none;
font-weight: 300;
}
footer .footer_menu {
width: 90vw;
font-size: 3.6vw;
display: flex;
margin: 0 auto;
}
footer ul {
margin: 0;
padding: 0;
}
footer ul li {
list-style: none;
}
footer .footer_menu ul {
width: 90vw;
}
footer .footer_menu ul li {
padding: 5px;
margin: 1.3vw 0;
}
footer .footer_menu03 {
width: 90vw;
font-size: 3.2vw;
display: flex;
justify-content: space-between;
margin: 0 auto;
}
footer .footer_menu03 li {
padding: 5vw 0;
}

footer .footer_sdgs {
width: 60vw;
height: 18vw;
padding: 5vw;
margin: 0 auto 10vw auto;
background-image: url(../images/footer_sdgs.png);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
}
/* contents */

.ntop_dtail_btn {
width: 66vw;
height: 12vw;
position: relative;
}
.ntop_dtail_btn a {
width: 66vw;
padding: 3.8vw 8.8vw;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #2165AC;
border-radius: 10vw;
position: absolute;
top: 0;
left: 0px;
display: block;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.ntop_dtail_btn a:hover {
background-color: #0F73DB;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

/* main */
.slide_blk {
position: relative;
margin: 0 auto 22.66vw auto;
}
#ntop .slide_blk .slide01 {
width: 86.66vw;
height: 73.33vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/10/sp_slide01_ph.png);
background-size: contain;
background-repeat: no-repeat;
position: relative;
margin: 0 auto;
overflow: visible;
}
#ntop .slide_blk .slide01 h2 {
width: 78vw;
height: 23.33vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/10/sp_slide01_txt.png);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
position: absolute;
bottom: 0px;
left: 0px;
z-index: 10;
}
#ntop .slide_blk .slide02 {
width: 86.66vw;
height: 73.33vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/sp_slide02_ph.png);
background-size: contain;
background-repeat: no-repeat;
position: relative;
overflow: visible;
}
#ntop .slide_blk .slide02 h2 {
width: 82.66vw;
height: 14.66vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/sp_slide02_txt.png);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
position: absolute;
bottom: 0px;
left: 0px;
}
#ntop .slide_blk .slide03 {
width: 86.66vw;
height: 73.33vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/10/sp_slide03_ph.png);
background-size: contain;
background-repeat: no-repeat;
position: relative;
overflow: visible;
}
#ntop .slide_blk .slide03 h2 {
width: 64.53vw;
height: 21.86vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/sp_slide03_txt.png);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
position: absolute;
bottom: 0px;
left: 0px;
}
#ntop .slide_blk .slide04 {
width: 86.66vw;
height: 73.33vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2025/06/slide04.png);
background-size: contain;
background-repeat: no-repeat;
position: relative;
overflow: visible;
}
#ntop .slide_blk .slide05 {
width: 86.66vw;
height: 73.33vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2023/03/sp_slide05_ph.png);
background-size: contain;
background-repeat: no-repeat;
position: relative;
overflow: visible;
}
#ntop .slide_blk .slide05 h2 {
width: 80vw;
height: 19vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2023/03/sp_slide05_txt.png);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
position: absolute;
bottom: 0px;
left: 0px;
}

.ntop_service {
width: 100%;
position: relative;
margin-bottom: 13.33vw;
}
.ntop_service .ntop_service_txt {
padding-left: 6.66vw;
}
.ntop_service h3 {
font-size: 7.33vw;
font-weight: 600;
}
.ntop_service .ntop_service_line {
width: 2.66vw;
height: 26.66vw;
background: -moz-linear-gradient(top, #4617B8, #B052FF);
background: -webkit-linear-gradient(top, #4617B8, #B052FF);
background: linear-gradient(to bottom, #4617B8, #B052FF);
position: absolute;
top: 0px;
left: 0px;
}
.ntop_service p {
line-height: 6.4vw;
font-weight: 300;
color: #7C35DC;
margin-bottom: 7vw;
}
.ntop_service .ntop_dtail_btn {
width: auto;
height: 48px;
position: relative;
margin-bottom: 5vw;
}
.ntop_service .ntop_service_image {
width: 100vw;
height: 49.5vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/ntop_service_img.jpg);
background-size: contain;
background-repeat: no-repeat;
background-position: right;
}

.ntop_whouse {
width: 100%;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/sp_ntop_fukuura_bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
color: #fff;
text-align: center;
padding: 9.33vw 5vw;
margin-bottom: 23vw;
}
.ntop_whouse .txt01 {
font-size: 3.73vw;
font-weight: 600;
margin: 1vw auto;
}
.ntop_whouse h3 {
font-size: 7.4vw;
line-height: 140%;
font-weight: 600;
margin: 3vw auto 6vw auto;
}
.ntop_whouse .ntop_dtail_btn {
margin: 0 auto;
}
.ntop_whouse .ntop_wh_tenant {
margin: 0 auto 5vw auto;
padding: 1vw;
background-color: rgba(255,255,255,0.8);
border: 1px solid #666;
color: #000;
}
.ntop_whouse .ntop_wh_tenant h4 {
margin: 5px;
font-size: 130%;
color: #2165AC;
}
.ntop_whouse .ntop_wh_tenant p {
margin: 10px;
}
.ntop_whouse .ntop_wh_tenant a {
display: inline;
color: #2165AC;
text-decoration: underline;
}

.ntop_cont_blk {
width: 100%;
}
.ntop_cont_blk .inner {
max-width: 86.66vw;
margin: 13vw auto;
}
.ntop_cont_blk .work_style {
width: 100%;
height: 53.33vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/ntop_workstyle_bg.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
text-align: center;
color: #fff;
position: relative;
}
.ntop_cont_blk .recruite {
width: 100%;
height: 53.33vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/ntop_recruit_bg.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
text-align: center;
color: #fff;
position: relative;
}
.ntop_cont_blk .work_style h3 {
font-size: 5.86vw;
text-shadow: 1px 2px 3px #000000;
}
.ntop_cont_blk .recruite h3 {
font-size: 5.86vw;
text-shadow: 1px 2px 3px #000000;
}
.ntop_cont_blk p {
font-size: 3.6vw;
font-weight: 600;
text-shadow: 1px 2px 3px #000000;
padding-top: 46vw;
}
.ntop_cont_blk h3 a {
color: #ffffff;
display: block;
width: 100%;
padding: 23vw 0px;
position: absolute;
top: 0;
left: 0px;
text-decoration: none;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

.ntop_mov {
width: 100%;
text-align: center;
margin-bottom: 23vw;
}
.youtubemov {
width: 86.66vw;
aspect-ratio: 1 / 0.376;
    height: 44vw;
    margin: 0 auto;
}

.ntop_news {
width: 100%;
background-color: #DEE5E8;
padding: 9.33vw 6.66vw;
}
.ntop_news .ntop_news_title {
display: flex;
}
.ntop_news h3 {
width: 46vw;
font-size: 8.8vw;
margin-top: 6vw;
color: #5a5a5a;
}
.ntop_news div.whatsnew dl {
border-bottom: 1px solid #AAAAAA;
}
.ntop_news div.whatsnew dl dt {
margin: 6vw 0 1vw 0;
	color: #040000;
}
.ntop_news div.whatsnew dl dd {
margin: 0 0 6vw 0;
	color: #040000;
}
.ntop_news div.whatsnew dl dd a {
	color: #040000;
}
.ntop_news .link_btn {
width: 41vw;
position: relative;
}
.ntop_news .link_btn a {
padding: 20px 0px 20px 0px;
color: #040000;
text-decoration: none;
display: block;
width: 100%;
position: absolute;
top: 0;
left: 0px;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/sp_ntop_r_arw.png);
background-size: contain;
background-repeat: no-repeat;
background-position: right;
}
.ntop_news .link_btn a:hover {
text-decoration: underline;
}

.ntop_cont_blk2 {
max-width: 86.66vw;
margin: 13vw auto;
}
.ntop_cont_blk2 .ntop_meisei_ims {
width: 100%;
aspect-ratio: 1 / 0.328;
background-image: url(../images/ntop_ban_ims.jpg);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
margin-bottom: 10vw;
position: relative;
}
.ntop_cont_blk2 .ntop_glossary {
width: 100%;
aspect-ratio: 1 / 0.328;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/ntop_ban_glossary.jpg);
background-size: contain;
background-repeat: no-repeat;
font-size: 0px;
text-indent: -9999px;
position: relative;
}
.ntop_cont_blk2 a {
color: #ffffff;
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0px;
text-decoration: none;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

.ntop_contact {
width: 100%;
height: 86.66vw;
background-image: url(https://home-meisei.net/wp-content/uploads/2022/08/sp_ntop_contact_bg.jpg);
background-size: contain;
background-repeat: no-repeat;
background-color: #0c202c;
color: #fff;
}
.ntop_contact .inner {
max-width: 86.66vw;
margin: 0 auto;
}
.ntop_contact h3 {
font-size: 8.8vw;
margin: 1vw 0;
}
.ntop_contact p {
margin: unset;
}
.ntop_contact .ntop_contact_left {
padding-top: 9vw;
}
.ntop_contact .ntop_contact_right {
margin-top: 12vw;
}
.ntop_contact .ntop_contact_right a {
width: 100%;
padding: 5vw;
font-size: 4vw;
color: #ffffff;
text-align: center;
text-decoration: none;
border: 1px solid #fff;
border-radius: 100px;
margin-bottom: 5vw;
display: block;
-webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

}
/* sp end  */




/* animate  */
.animation {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 1000ms;
    }
 
.animation.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.animation.scrollin:nth-of-type(2) {
	transition-delay: 0.3s;
}
.animation.scrollin:nth-of-type(3) {
	transition-delay: 0.5s;
}
.animation.scrollin:nth-of-type(4) {
	transition-delay: 0.8s;
}


.animate {
    opacity : 0.0;
    transform : translate(0, 0);
    transition : all 1200ms 1.2s;
    }
.animate.scrollin {
    opacity : 1;
    transform : translate(0, 0);
	   transition-delay: 0.8s;
    }