/* MbDevelopment */
/* body  ここから*/
body {
	margin: 0px;
    padding: 0px;
	font-family: "游ゴシック", "Yu Gothic", sans-serif!important;
	
}

/* メイン ここから*/
.main {
  padding-top: 100px;
}
.main-content {
  background-size: 100% auto;
}
.pc_hidden {
	display:none!important;
}
.sp_hidden {
	display:block!important;
}
@media (max-width: 768px) {
  .main {
    padding-top: 7.2rem;
  }
	.pc_hidden {
	display:block!important;
}
.sp_hidden {
	display:none!important;
}
}




/* header ここから*/
.header {
  width:100%;
  height: 100px;
  z-index: 900;
  display: flex;
  position: fixed;
  background: #fff;
  z-index:999;
  align-items: center;
top:0;
}
.header a {
	text-decoration:none;
}

.header-logo {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.header-logo img {
  width: 140px;
  height: auto;
}

.header-nav {
  width: 400px;
  display: flex;
  align-items: center;
  margin-left:auto;
  justify-content: flex-end;
  align-items: center;
	margin-right: 20px;
}

.menu-list {
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  list-style: none;
	margin-left:0;
	line-height: 120%;
}

.menu-list li {
  margin:0 auto;
	letter-spacing: 2px;
	position:relative;
}

.menu-list a {
  text-decoration: none;
  color: #000;
	font-family: 'Akrobat Black', sans-serif;
padding-bottom: 5px;
  position: relative;
}
.menu-list a::before {
  background: #000;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.menu-list a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}


.header-btn-container {
  width: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-btn-youtube img {
  width: 36px;
  height: auto;
}

.header-btn-twitter img {
  width: 32px;
  height: auto;
}

.header-link.active::after {
  width: 100%;
}

.header-link:hover::after {
  width: 100%;
}

.menu-sp {
	display:none;
}

@media (max-width: 1200px) {
  .main-content {
    background-size: cover;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .menu-list {
    font-size: 13px;
	 flex-wrap: wrap;
  }
  .header-logo img {
    width: 250px;
  }
  .header-btn-container {
    width: 68px;
  }
  .header-nav {
    width: 600px;
    margin-right: 22px;
  }
}

@media (max-width: 768px) {
	.menu-sp {
	display:block;
}
	.menu-sp ul {
	list-style: none;
	padding:0;
	}
	.menu-sp li {
	margin:15px 0;
		    font-family: 'Akrobat Black', sans-serif;
		font-size:18px;
	}
	.menu-sp img {
		width:50%;
		display:block;
		text-align: center;
		margin:100px auto 50px;
	}
	.menu-sp a {
	text-decoration: none;
	color: #fff;
	}
	.menu-list-sp {
		width:100%;
		margin:0 auto;
		text-align: center;
	}
  .header {
    height: 60px;
    padding-left: 20px;
  }
  .header-logo {
    height: 60px;
  }
  .header-logo img {
    width:90px;
  }
  .header-logo {
    margin-left:0px;
  }
  /* d9df6cf5fe4a996dfd103ae658c42ff2 */
  .header-toggle {
    z-index: 999;
    position: fixed;
    top: 17px;
    right: 15px;
    width: 3rem;
    height: 3rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .header-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 75%;
    background: #000;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  /* 9dcc1eace7497c0d9f1cabf08fcce937 */
  .header-toggle span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .header-toggle span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .header-toggle span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .header-toggle.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0rem;
    left: 0.4rem;
  }
  .header-toggle.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .header-toggle.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px;
    left: 0.4rem;
  }

  .header-nav {
    margin: 0;
  }
  .menu-list {
    display: block;
  }
  .header-nav {
    display: none;
  }
  .header-btn-container {
    display: none;
  }

  .header {
    display: flex;
    box-sizing: border-box;
  }
  .menu-sp {
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    background-color: #000;
    width: 100%;
    left: 0;
    top: 60px;
    height: 0;
    overflow: auto;
    color: white;
    transition: 0.3s ease;
    text-align: center;
	display:block;
	align-items: center;
  }
  .header.active .menu-sp {
    height: 100%;
  }
  .header-btn-container-sp {
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    margin-top: 3rem;
    padding-bottom: 5rem;
  }
  .header-btn-container-sp a img {
    width: 4rem;
  }
}

.content_nav {
	width:110px;
	height: 33px;
	background: #000;
	color: #fff;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	letter-spacing: 2px;
	margin-right:20px;
}
@media (max-width: 768px) {
.content_nav {
    width: 80px;
    height: 31px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 0px;
    margin-right: 83px;
    text-align: left;
    margin-left: auto;
    position: absolute;
    right: 0;
    bottom: 12px;
}
}


.nav {
  display: flex;
  width: 310px;
}
.nav > li {
  position: relative;
  width: 100px;
}
.nav > li:first-child{
}
.nav a {
  display: block;
  line-height: 1;
  z-index: 1;
}
.nav {
  flex-flow: row wrap;
}
.nav a {
  padding: 0.5em 0;
  font-size: 16px;
  color: #0071b9;
  text-align: center;
}
.sub {
  display: none;
 position: absolute;
    left: 0;
    top: 3em;
    width: 200px;
    z-index: 3;
    background: #000;
	list-style:none;
	padding:15px 20px;
}
.sub > li > a {
  font-size: 14px;
  color: #fff;
  line-height: 2.5;
}
.sub > li > a:hover {
 color:#888;
  opacity: 1;
}


	.title_work_page {
		width:75%;
		height:180px;
		background-image: url("../images/title_company_ba_new.png");
		margin-top:100px;
		position: relative;
		text-align:right;
		left: 100%; 
		 transform: translateX(-100%);   
		display:flex;
		align-items:center;
	}
  .title_work_page_title {
color: #fff;
    font-family: 'Akrobat Black', sans-serif;
    letter-spacing: 5px;
    font-size: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(264%, 0%);
    -ms-transform: translate(-50%, -50%);
}

.title_work_page_title-blog {
  -webkit-transform: translate(315%, 0%);
}


@media (max-width: 768px) {
		.title_work_page {
	width: 85%;
    height: 100px;
    background-image: url(../images/title_company_ba_new.png);
    margin-top: 60px;
    position: relative;
    text-align: right;
    left: 100%;
    transform: translateX(-100%);
    display: flex;
    align-items: center;
}
	 .title_work_page_title {
    font-family: 'Akrobat Black', sans-serif;
    font-size: 22px;
    position: absolute;
     transform: translate(-50%, -50%);
    -webkit-transform: translate(-33%, 0%)!important;
    -ms-transform: translate(-50%, -50%);
}
	}


@media (max-width: 768px) {
	.menu-list-sp_title {
		display:flex;
		justify-content:center;
		align-items:center;
		font-size:20px;
		font-family: 'Akrobat Black', sans-serif;
	}
	.menu-list-sp_title_sen {
		width:180px;
		margin-left:10px;
	 border-bottom:#fff 1px solid;
	}
	.menu-list-sp_title_sen2 {
		width:250px;
		margin:20px auto 30px;
	 border-bottom:#fff 1px solid;
		text-align:center;
	}
}

.work {
  padding: 0 20px;
}

.work_single {
  position: relative;
}

.work_link {
  position: fixed;
  top: 40%;
  left: 50%;
  width: 25px;
  margin-left: 460px;
}

.work_flex {
	width: 1260px;
	display:flex;
	justify-content: space-between;
	margin: 0 auto;
	flex-wrap: wrap;
	gap: 30px;
}

.works-content {
  overflow:hidden;
}

.work_flex::after{
  content:"";
  display: block;
  width:400px;
}

.works-content__link {
  position: relative;
  display: inline-block;
  max-width:400px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.works-content__link-thumb {
	text-align:center;
  overflow: hidden;
}

.works-content__link-thumb img {
	vertical-align:top;
	max-width:400px;
  width: 100%;
	height:auto;
  transition:.5s all;
}

.works-content a {
    text-decoration: none;
}

.works-content-txts {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10%;
    color: #fff;
    background-color: #555555b3;
    transition: .3s ease-in-out;
    opacity: 0;
}

.works-content__link:hover .works-content__link-thumb img {
  transform: scale(1.1); 
}



.works-content:hover .works-content-txts {
    opacity: 1;
}

.works-content-txts__title {
    color: #fff;
    margin: 0;
    padding: 16px 0 24px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

.works-content-txts__category {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: .07em;
}

@media (max-width: 1300px) {
  .work_flex {
    width: 940px;
    gap: 20px;
  }

  .works-content {
    max-width: 300px;
  }

  .work_flex::after{
    max-width: 300px;
  }

  .works-content__link {
    max-width: 300px;
  }

  .work_flex img {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .work_flex {
    max-width: 768px;
    width: 100%;
    display: block;
    margin: 40px auto 0 auto;
  }

  .works-content {
    max-width: 768px;
    width: 100%;
    margin-top: 20px;
  }

  .work_flex::after{
    max-width: 768px;
    width: 100%;
  }

  .works-content__link {
    max-width: 768px;
    width: 100%;
  }

  .work_flex img {
    max-width: 768px;
    width: 100%;
  }
}