@charset "UTF-8";
body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
*{
	line-height: 1.5;
}
/* ロゴ */
.logo {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.logo img {
	width: 150px;
}

/* 画像全体 */
.full {
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}
.full img {
    position: absolute;
    top: 0;
    left: -20%;
    width: 120%;
    height: 120%;
    object-fit: cover;
	object-position: top;
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 2s;
    transform: scale(1);
}
.full img.hidden {
    opacity: 0;
    transform: scale(1.02);
}
.full img:not(.hidden) {
    opacity: 1;
}


/* コンテナ */
.container {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.container2nd {
	width: 100%;
	padding-bottom: 100px;
}

/* メニューボタン */
.menu-btn {
	position: fixed;
	top: 20px;
	left: 20px;
	cursor: pointer;
	z-index: 999;
}
.menu-btn span {
	display: block;
	width: 30px;
	height: 3px;
	margin-bottom: 5px;
	background-color: #333;
	transition: transform 0.3s ease;
}

/* メニュー */
.menu {
	position: absolute;
	top: 0;
	left: -30vw;
	width: 30vw;
	height: 100%;
	padding-top: 80px;
	background-color: #ffffff;
	transition: left 0.3s ease;
	z-index: 99;
	overflow-y: scroll;
}
.menu ul {
	margin: 2vw;
}
.menu ul p{
	margin-bottom: 2px;
}
.menu ul p:nth-child(2){
	font-size: 8px;
}

.menu ul li {
	padding: 5px 15px;
	margin-bottom: 10px;
}
.menu ol li {
	padding: 10px;
	padding-left: 40px;
	margin-bottom: -20px;
	border-left: none;
}
.menu ol li p {
	padding: 5px;
}
.menu ol li p a{
	font-size: 14px;
}
.menu ul li a {
	text-decoration: none;
	color: #333;
	font-size: 18px;
}
.iconflex {
    display: flex;
    align-items: center; /* 画像とテキストを上下中央に揃える */
}
.iconflex img {
  width: 50px;
}
.menu-btn.open span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
.menu-btn.open span:nth-child(2) {
	opacity: 0;
}
.menu-btn.open span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
.menu.open {
	left: 0;
}
.menuttl{
	border-left: 4px solid #3DCCAC;
	padding: 10px 20px;
	}
	.footerFlex{
		display: flex;
		flex-wrap:wrap;
		margin-bottom: 40px;
	}
	.footerFlex li{
		width: 50%;
	}
	.footerFlex li p a{
		font-size: 14px;
	}
	.mainColor{
		color: #3DCCAE;
	}
	.mainBg{
		background: #e76375;
	}



	
.mainCachiBox{
    position: absolute;
    top: 45%;
    left: 25%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
	}
	
.mainCachiBox p{
	font-size: 60px;
	font-weight: bold;
	line-height: 1.5;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	}
	
.mainCachiBox p.sub{
	font-size: 12px;
	letter-spacing: 2.5px;
	margin-top: 20px;
	font-weight: normal!important;
	}
	
	
	
	footer{
		position: fixed;
		bottom: 0;
		z-index: 99;
		width: 100%;
		height: 35px;
		background: #FFF;
	}
	footer p{
		text-align: right;
		margin-top: 5px;
		margin-right: 8px;
		font-size: 8px;
	}
	footer ul{
		display: flex;
		width: 100%;
		height: 10px;
	}
	footer ul li{
		display: flex;
		width: 100%;
		height: 5px;
	}
	footer ul li:first-child{
		background: #eea76f;
	}
	footer ul li:nth-child(2){
		background: #50baa4;
	}
	footer ul li:nth-child(3){
		background: #9473b0;
	}
	footer ul li:nth-child(4){
		background: #68c1ea;
	}
	footer ul li:nth-child(5){
		background: #e06aa3;
	}
	footer ul li:nth-child(6){
		background: #7bbd41;
	}
	footer ul li:nth-child(7){
		background: #3e4d9e;
	}



/*下層ページ*/
.content_sub {
	width: 85%;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0 auto;
	display: flex;
}
.content_sub p {
	font-size: 14px;
	line-height: 1.8em;
}
.ttl_bg{
	width: 100%;
	margin-top: 80px;
}
.ttl_bg img{
	width: 100%;
	padding-right: 60px;
}
.right_bg{
	width: 100%;
	margin-top: 80px;
}


.heroinecall{
	width: 80%;
	margin: 40px 0 40px 10%;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
video{
	width: 640px;
}
.bt_contact_heroin{
	display: block;
	padding: 15px 60px;
	background: #3DCCAE;
	border-radius: 5px;
	color: #FFF;
}

.jigyo_box{
	width: 100%;
	padding-bottom: 20px;
}
.jigyo_box p{
	text-align: justify;
}
.jigyo_tl_sub {
	width: 100%;
	border-left:4px #3DCCAE solid;
	font-size: 20px;
	padding:10px 20px;
	margin-bottom: 20px;
}
.contact_box{
	width: 100%;
	margin: 30px 0 70px 0;
	display: flex;
	flex-wrap: wrap;
	 justify-content: center;
}
.contact_box a{
	text-decoration: none;
	margin: 20px;
}
.director-name{
	margin-top: 60px;
	margin-bottom: 40px;
	width: 40%;
}	
.director-name img{
	width: 100%;
}	

table {
	width: 100% !important;
	border-collapse: collapse;
}

table td {
	border-collapse: collapse;
}

.tb_company th,
.tb_company td {
	padding: 28px;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px solid #E6E6E6;
}

.tb_company th {
	background: #F9F9F9;
	color: #333;
	letter-spacing: 2px;
}

.tb_recruit table {
	margin-bottom: 40px;
}
	
.tb_recruit th,
.tb_recruit td {
	padding: 20px;
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid #e6e6e6;
}

.tb_recruit th {
	background: #333;
	color: #FFF;
	letter-spacing: 2px;
}


.privacy_box{
	border-bottom: 1px #999 dotted;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.privacy_tl{
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 15px;
	margin-left: 15px;
}

.privacy_box p{
	width: 95%;
	text-align: justify;
	margin: 0 0 5px 15px;
}

.privacy_tl_sub{
	margin: 30px 0 0 10px;
}

.privacy_box li{
	list-style: disc;
	line-height: 1.5em;
	margin-left: 35px;
}

ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-left: -15px;
}

.list_02 li{
	font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  list-style: none;
}

.list_02 li:before{
	content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1000px) {
.content_sub {
	width: 90%;
	margin: 0 auto;
	display: block !important;
}
.ttl_bg{
	width: 100%;
}
.ttl_bg img{
	padding-right: 0;
}

table th,
table tr
	{
		display: block;
	}
	
.tb_company th,
.tb_company td {
	width: 90vw;
	border-bottom: 1px solid #E6E6E6;
}

video{
	width: 100%;
}
.menu {
	position: fixed!important;
}
.right_bg{
	margin-top: 30px!important;
}
	
}


/*メディアクエリ*/
@media screen and (max-width: 767px) {
  /* ここにスマートフォン向けのスタイルを記述します */
	.pc_none{
		display: none!important;
	}
.menu {
	left: -100vw;
	width: 100vw;
	padding-top: 20vw!important;
}
	
.footerFlex{
	display: block!important;
	margin-bottom: 100px!important;
}
.footerFlex li{
	width: 100%!important;
}
.footerFlex li p a{
	padding-left: 30px;
	font-size: 14px!important;
}
	
.full {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.full img {
	position: absolute;
	top: 0;
	left: -122vw;
	width: 222vw;
	height: 100vh;
	object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 2s;
    transform: scale(1);
}
.mainCachiBox{
    position: absolute;
    top: 75%!important;
    left: 50%!important;
	width: 100%!important;
	padding: 2vw;
	}
	
.mainCachiBox p{
	font-size: 8vw !important;
	}
	
.mainCachiBox p.sub{
		font-size: 4vw !important;
	}
}


@media screen and (min-width: 768px) {
  /* ここにPC向けのスタイルを記述します */
	.sp_none{
		display: none!important;
	}
}

  .cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
	line-height: 1.5;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 1.2em 1.2em 3em;
    box-sizing: border-box;
    visibility: hidden;
	z-index: 10;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #fff !important;
  }
  .cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: .5em 1.5em;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }

.cc-hide1 {
    display: none;
  }

.cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }

@media screen and (max-width: 600px) {
    .cookie-consent {
      flex-direction: column;
    }
    .cookie-text {
      margin-bottom: 1em;
    }
  }


