
/*----------------------------------------初期設定リセットここから▼----------------------------------------*/
* {
	margin:0;
	padding:0;
	font-size: initial;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	box-sizing: border-box;
}
/*----------------------------------------初期設定リセットここまで▼----------------------------------------*/


/*----------------------------------------ヘッダーここから▼----------------------------------------*/

/*----------------------------------------ヘッダーここまで▲----------------------------------------*/



/*----------------------------------------ナビここから▼----------------------------------------*/
header {
  height: 70px;
  width: 100%;
  padding: 0px 15px;
  background-color: #e9e9e9;
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
  border-bottom: 0.1px solid #a9a9a9;
}
header nav {
  margin: 0 0 0 auto;
}
header ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
header a {
  color: #000000;
  font-weight: 900;
  text-decoration: none;
  display: block;
  line-height: 70px;
  padding: 0 1.5em;
}
header a:hover {
  color: #ff0000;
}
header .logo a img {
  vertical-align: middle;
}
header .personalcomputer ul li a {
  font-size:  calc(10px + 4 * (100vw - 320px)/880);
}
header .smartphone {
  display: none;
}

/*-----以下、ハンバーガーメニューの設定-----*/
@media (max-width: 768px) {
  header .personalcomputer {
    display: none;
  }
  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }
  header .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #808080;
    border-radius: 8px;
    transition: ease 0.75s;
  }
  header .icon span:nth-of-type(1) {
    top: 20px;
  }
  header .icon span:nth-of-type(2) {
    top: 32px;
  }
  header .icon span:nth-of-type(3) {
    bottom: 12px;
  }
  header .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }
  header .close span:nth-of-type(2) {
    opacity: 0;
  }
  header .close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
  }
  header .smartphone {
    top: 70px;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: rgba(34, 49, 52, 0.9);
  }
  header .smartphone ul li a {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #ffffff;
  }
  header .smartphone ul li a:hover {
	color: #A9A9A9;
	}
  header ul {
    flex-direction: column;
  }
  header a {
    text-align: center; 
    border-top: solid 0.5px rgba(255, 255, 255, 0.6);
  }
}
/*----------------------------------------ナビここまで▲----------------------------------------*/



/*----------------------------------------トップイメージここから▼----------------------------------------*/
#main-visual {
   position: relative;
   height: 100vh;
   background: url("../images/topimage.jpg") top center / cover no-repeat;
   margin: 0 0 0 0;
}
#main-visual #main-visual-inner1 {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: calc(26px + 8 * (100vw - 320px)/880);
   color: #ffffff;
   text-shadow: 2px 2px 1px #000000;
   font-weight: 900;
   white-space: nowrap;
}
#main-visual #main-visual-inner2 {
   position: absolute;
   bottom: 4%;
   right: 2%;
   font-size: calc(12px + 2 * (100vw - 320px)/880);
   color: #ffffff;
   text-shadow: 2px 2px 1px #000000;
}
@media screen and (max-width: 768px) {
  #main-visual #main-visual-inner2 {
	bottom: 8%;
	right: 2%;
	}
}
/*----------------------------------------トップイメージここまで▲----------------------------------------*/



/*----------------------------------------コンテンツ共通部分ここから▼----------------------------------------*/
.item {
	text-align: center;
	padding: 8rem 0 8rem 0;
}
.item .item-inner1 {
	font-size: calc(26px + 6 * (100vw - 320px)/880);
	font-weight: 900;
	letter-spacing: 0.02em;
	color: #20B2AA;
}
.item .item-inner2 {
	font-size: calc(12px + 2 * (100vw - 320px)/880);
	margin-top: -0.8rem;
	color: #696969;
}
.item1 {
	text-align: center;
	padding: 15rem 0 6rem 0;
}
.item1 .item1-inner1 {
	font-size: calc(26px + 6 * (100vw - 320px)/880);
	font-weight: 900;
	letter-spacing: 0.02em;
	color: #20B2AA;
}
.item1 .item1-inner2 {
	font-size: calc(12px + 2 * (100vw - 320px)/880);
	margin-top: -0.8rem;
	color: #696969;
}
.more-box {
  width: 15rem;
  height: 5rem;
  text-align: center;
  position: relative;
  border: solid 0.1rem  #a9a9a9;
  margin: 8rem auto 8rem auto;
}
.more-box a {
	text-decoration: none;
}
.more {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.more p {
  font-size:  calc(12px + 4 * (100vw - 320px)/880);
  line-height: 5rem;
  color: #000000;
  white-space: nowrap;
}
.dark-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .3;
  transition: background-color 0.3s ease;
}
.dark-cover:hover {
  background-color: black;
}
@media screen and (max-width: 768px) {
	.more-box {
		width: 12rem;
		height: 5rem;
	}
	.more p {
		line-height: 5rem;
		font-size:  calc(14px + 2 * (100vw - 320px)/880);
	}
}
@media screen and (max-width: 480px) {
	.item {
		padding: 4rem 0 4rem 0;
	}
	.item1 {
		padding: 10rem 0 2rem 0;
	}
	.more-box {
		margin: 4rem auto 4rem auto;
	}
}
/*----------------------------------------コンテンツ共通部分ここまで▲----------------------------------------*/



/*----------------------------------------事業内容ここから▼----------------------------------------*/
#color {
	background: rgba(17,145,32,1.00);
	padding: 0 0.5rem 0 0.5rem;
}
#text-text {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 4% 0;
	display: flex;
	justify-content: space-between;
	}
#text-text #text1000 p {
	font-size: calc(20px + 10 * (100vw - 320px)/880);
	font-weight: 900;
	line-height: 2.2em;
	letter-spacing: 0.01em;
	color: #ffffff;
	writing-mode: vertical-rl;
}
	.pc_pc img {
		width: 100%;
		max-width: 500px;
	}
	.pc_pc {
		display: block !important;
	}
	.sp_sp {
		display: none !important; 
	}
@media only screen and (max-width: 480px) { 
    .pc_pc {
		display: none !important;
	}
    .sp_sp {
		display: block !important;
	}
	.sp_sp img {
		width: 100%;
		max-width: 768px;
	}
	#text-text {
		position: relative;
		justify-content: center;
	}
	#text-text #text1000 {
		padding: 10em;
		background: rgba(255,255,255,0.6);
    	border-radius: 5px;
		position: absolute;
		top: 10%;
    	left: 2%;
		margin-left: 1rem;
	}
	#text-text #text1000 p {
		font-size: calc(18px + 14 * (100vw - 320px)/880);
		color: #000000;
		line-height: 1.6em;
	}
}
.company-box {
	position: relative;
	width: 100%;
	max-width: 950px;
	padding: 0 0.5rem 0 0.5rem;
	margin: 8rem auto 5rem auto;
}
.company-box #company0 img {
	margin: 0 auto;
	display: block;
}
.company-box-inner {
	position: absolute;
	top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#company1 {
	display: flex;
	justify-content: center;
}
#company1 #company1-pc {
	display: flex;
}
#company1 #company1-sp {
	display: none;
}
#company1 p {
	font-size: calc(20px + 8 * (100vw - 320px)/880);
	font-weight: 900;
	background-color: #e9e9e9;
	border-radius: 0.3em;
	padding: 4px 20px;
	white-space: nowrap;
	margin-right: 1rem;
	text-align: center;
}
#company2 p {
	font-size: calc(14px + 4 * (100vw - 320px)/880);
	font-weight: 900;
	text-align: center;
	line-height: 2.4em;
	text-shadow: 1px 1px 0px #ffffff;
	white-space: nowrap;
}
.pc_br {
	display: none;
}
.sp_br {
	display: block;
}
@media screen and (max-width: 480px) {
	.pc_br {
		display: block;
	}
	.sp_br {
		display: none;
	}
	.company-box {
		margin-top: 12rem;
	}
	.company-box-inner {
		width: 80%;
	}
	#company1 {
		display: block;
		margin-top: 10rem;
	}
	#company1 p {
		border-left: solid 10px #20B2AA;
		padding: 8px 0 ;
	}
	#company1 #company1-pc {
	display: none;
	}
	#company1 #company1-sp {
	display: block;
	margin: 5px 0;
	}
	#company2 {
	margin-bottom: 18rem;
	}
	#company2 p {
		line-height: 1.8em;
	}
}
/*----------------------------------------事業内容ここまで▲----------------------------------------*/



/*----------------------------------------お知らせここから▼----------------------------------------*/
.background-color {
    background: radial-gradient(#ffffff 50%,#f5f5f5 58%,#e9e9e9 90%) ;
	padding-bottom: 0.1%;
}
.news-inner {
	display: flex;
	width: 100%;
	max-width: 950px;
	height: auto;
	margin: 0 auto 6rem auto;
	padding: 0 0.5rem 0 0.5rem;
    justify-content: center;
	align-items: center;
	} 
.news-inner ul {
	width: 100%;
	max-width: 752px;
	}
.news-inner ul li { 
	list-style: none;
	padding: 1.45rem 0 1.45rem 9rem;
	border-bottom:  0.1rem solid #999999;
}
.news-inner ul li a {
	font-size: calc(17px + 1 * (100vw - 320px)/880);
	text-decoration: none;
	color: #000000;
}
.news-inner ul li a:hover {
	color: #FF0000;
}
.news-inner ul li:nth-child(1) {
	background-image: url("../images/icon_job.jpg"),url("../images/new.png");
	background-repeat: no-repeat; 
	background-position: left,right;
	animation: flash 1.2s linear infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.news-inner ul li:nth-child(2) {
	background-image: url("../images/icon_others.jpg");
	background-repeat: no-repeat; 
	background-position: left;
}
.news-inner ul li:nth-child(3) {
	background-image: url("../images/icon_others.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(4) {
	background-image: url("../images/icon_job.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(5) {
	background-image: url("../images/icon_others.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(6) {
	background-image: url("../images/icon_others.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(7) {
	background-image: url("../images/icon_event.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(8) {
	background-image: url("../images/icon_others.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(9) {
	background-image: url("../images/icon_off.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(10) {
	background-image: url("../images/icon_off.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(11) {
	background-image: url("../images/icon_event.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(12) {
	background-image: url("../images/icon_off.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(13) {
	background-image: url("../images/icon_others.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(14) {
	background-image: url("../images/icon_others.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(15) {
	background-image: url("../images/icon_job.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(16) {
	background-image: url("../images/icon_others.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(17) {
	background-image: url("../images/icon_off.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(18) {
	background-image: url("../images/icon_job.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(19) {
	background-image: url("../images/icon_event.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner ul li:nth-child(20) {
	background-image: url("../images/icon_others.jpg");
	background-repeat: no-repeat; 
	background-position: left; 
}
.news-inner p img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 768px) {
	.news-inner p img {
		display: none;
	}
	.news-inner ul li a {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.news-inner ul {
		line-height: 20em;
	}
	.news-inner ul li:nth-child(n+1) {
		background-image: none;
		padding-left: 1rem;
	}
}

/*----------------------------------------お知らせここまで▲----------------------------------------*/



/*----------------------------------------採用情報ここから▼----------------------------------------*/
#recruit-box {
	position: relative;
	padding: 0 0.5rem 0 0.5rem;
}
#recruit-box-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#recruit-inner1 {
	font-size: calc(24px + 4 * (100vw - 320px)/880);
	font-weight: 900;
	color: #000000;
	text-align: center;
}
#recruit-inner2 {
	font-size: calc(14px + 6 * (100vw - 320px)/880);
	font-weight: 900;
	color: #000000;
	text-align: center;
	line-height: 2.4em;
	text-shadow: 1px 1px 0px #ffffff;
}

.pc { 
	display: block !important;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.sp {
	display: none !important; 
}

@media only screen and (max-width: 480px) {
    .pc {
		display: none !important;
	}
    .sp {
		display: block !important; 
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
}
/*----------------------------------------採用情報ここまで▲----------------------------------------*/



/*----------------------------------------インスタグラムここから▼----------------------------------------*/

/*----------------------------------------インスタグラムここまで▲----------------------------------------*/



/*----------------------------------------フッターナビここから▼----------------------------------------*/
footer {
	clear: both;
	border-top: 0.1px solid #a9a9a9;
}
#footer-nav #footer-nav-inner {
	width: 100%;
	max-width: 63%;
	margin: 0 auto;
}
#footer-nav #footer-nav-inner ul {
	display: flex;
} 
#footer-nav #footer-nav-inner ul li {
	list-style-type: none;
	flex: 1;
	border-bottom: 0;
	border-right: 1px solid #a9a9a9;
	font-size:   calc(14px + 6 * (100vw - 320px)/880);
	}
#footer-nav #footer-nav-inner ul li:last-child {
	border-right: none;
}
#footer-nav #footer-nav-inner ul li a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000000;
}
#footer-nav #footer-nav-inner ul li a:hover {
	color: #ff0000;
}
@media screen and (max-width: 768px) {
#footer-nav {
	display: none;
	}
}
/*----------------------------------------フッターナビここまで▲----------------------------------------*/


/*----------------------------------------フッターここから▼----------------------------------------*/
	footer {
	background-color: #e9e9e9;
	padding: 35px 0 15px 0;
	width: 100%;
	}
	#footer-inner1 {
	display: flex;
	width: 100%;
	margin: 7rem auto;
	justify-content: center;
	align-items: center;
	}
	#footer-inner1 a img {
	display: block;
	}
	#footer-inner1 img:hover {
	transform:scale(1.05);
	opacity:0.8;
	transition:0.3s;
}
	#footer-inner2 {
	margin-right: 1.4rem;
	font-size:  calc(22px + 8 * (100vw - 320px)/880);
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	#footer-inner3 p {
	margin-right: 1.4rem;
	font-size:  calc(12px + 3 * (100vw - 320px)/880);
	}
	#footer-inner3-3 {
	margin-right: 1.4rem;
	font-size:  calc(12px + 3 * (100vw - 320px)/880);
	}
	#footer-inner3-3 a {
	margin-right: 1.4rem;
	font-size:  calc(12px + 3 * (100vw - 320px)/880);
	text-decoration: none;
	color: #000000;
	}
	#footer-inner4 {
	width: 100%;
	margin: 0 auto 1rem auto;
	text-align: center;
	font-size: calc(16px + 2 * (100vw - 320px)/880);
}
#footer-icon {
	display: flex;
}
#footer-icon a:first-child {
	margin-right:0.8rem;
}

@media screen and (max-width: 768px) {
	#footer-inner1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0.8rem auto 2rem auto;
}
	#footer-inner1 a img {
	padding-top: 2rem;
	}
	#footer-inner2 {
	letter-spacing: 0.2em;
	margin-right: 0;
	}
	#footer-inner3 {
	text-align: center;
	margin-top: 1rem;
	}
	#footer-inner3 p {
	margin-right: 0;
	line-height: 1.5rem;
	font-size:  calc(14px + 1 * (100vw - 320px)/880);
	}
	#footer-inner3-3 {
	background-color: rgba(255,255,255,0.4);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
	margin-top: 1.2rem;
	padding: 0.8rem 0;
	}
	#footer-inner3-3 a {
	font-size:  calc(22px + 4 * (100vw - 320px)/880);
	letter-spacing: 0.05em;
	}
}
/*----------------------------------------フッターここまで▲----------------------------------------*/



/*----------------------------------------トップへ戻るボタンここから▼----------------------------------------*/
#page_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    z-index: 19;
}
#page_top a{
    position: relative;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    background: #20B2AA;
    transition: opacity .6s ease;
    color: #FFF;
    align-items: center;
    text-decoration: none;
    font-size: 40px;
    border-radius:100%;
}
#page_top a:hover {
    opacity: .3;
}
@media screen and (max-width:768px) {
#page_top a {
    width: 50px;
    height: 50px;
}
}
/*----------------------------------------トップへ戻るボタンここまで▲----------------------------------------*/



/*----------------------------------------business.htmlここから▼----------------------------------------*/
#business-box {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.b-left {
	width: 100%;
	max-width: 800px;
	display: flex;
	margin: 0 auto 5rem 0;
	padding: 0 0.5rem 0 0.5rem;
}
.b-right {
	width: 100%;
	max-width: 800px;
	display: flex;
	margin: 0 0 5rem auto;
	padding: 0 0.5rem 0 0.5rem;
}
.business-box-inner1 {
	font-size:  calc(16px + 4 * (100vw - 320px)/880);
	font-weight: 900;
	background-color: #e9e9e9;
}
.business-box-inner2 {
	font-size:  calc(13px + 3 * (100vw - 320px)/880);
	line-height: 1.8em;
	padding-left: 1.5rem;
	text-indent: 1em;
}
.business-box-inner3 {
	width: 100%;
	max-width: 10rem;
	font-size:  calc(13px + 1 * (100vw - 320px)/880);
	font-weight: 500;
	text-align: center;
	background-color: #e9e9e9;
	border-radius: 0.3em;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
	padding: 0.5rem;
	margin: 1rem 0 0 auto;
	transition: .3s;
}
.business-box-inner3:hover {
	transform: translate3d(0, 5px, 0);
    box-shadow: none;
    background: #f5f5f5;
	border: solid 1px #dcdcdc;
}
.movie {
	text-decoration: none;
	color: #000000;
	
}
.def {
	padding-right: 2rem;
}
#business-contact-box {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 5rem auto;
	padding: 0 0.5rem 0 0.5rem;
}

#business-contact-box p {
	font-size: calc(13px + 3 * (100vw - 320px)/880);
	line-height: 2em;
	text-indent: -1rem;
    padding-left: 1rem;
}
#business-contact-box p:first-child {
	font-size: calc(14px + 6 * (100vw - 320px)/880);
	padding-bottom: 0.8em;
}
#contact-number {
	text-align: center;
	max-width: 400px;
	margin: 0 auto 6rem auto;
	padding: 0 0.5rem 0 0.5rem;
}
#contact-number-inner1 {
	font-size: calc(14px + 4 * (100vw - 320px)/880);
	padding: 1rem 0 1rem 0;
	border-bottom: 2px solid rgba(5,62,98,0.2);
}
#contact-number-inner2 {
	font-size:  calc(14px + 4 * (100vw - 320px)/880);
	text-shadow: 3px 1px 2px #afeeee;
	letter-spacing: 0.1em;
	font-weight: 900;
	margin: 1rem;
}
#contact-number-inner2 a {
	font-size:  calc(24px + 10 * (100vw - 320px)/880);
	font-weight: 900;
	text-decoration: none;
	color: #000000;
}
#before-after {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 8rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#before-after figcaption {
	font-size: calc(16px + 4 * (100vw - 320px)/880);
	background-color: #e9e9e9;
	border-radius: 0.75em 0.75em 0 0;
	width: 100%;
	max-width: 450px;
	padding: 0.5rem 0;
	margin: 0 auto;
}
#before-after figure img {
	width: 100%;
	max-width: 450px;
}
#before-after-box {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 0.5rem 0 0.5rem;
}
#before-after-box p {
	font-size: calc(13px + 3 * (100vw - 320px)/880);
	line-height: 1.8em;
	margin-bottom: 5rem;
}
@media screen and (max-width:768px) {
	.b-left {
		display: block;
	}
	.b-right {
		display: block;
	}
	.abc {
		text-align: center;
	}
	.abc img {
		width: 100%;
		max-width: 300px;
	}
	.def {
		padding: 0 0 2rem 0;
	}
	.business-box-inner1 {
		padding: 0.8rem 0;
		margin-bottom: 1rem;
	}
	.business-box-inner2 {
		padding-left: 0;
	}
	.business-box-inner3 {
		margin: 2rem auto 0 auto;
	}
	#before-after {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 450px;
	}
}
/*----------------------------------------business.htmlここまで▲----------------------------------------*/



/*----------------------------------------movie.htmlここから▼----------------------------------------*/
.video-box {
	position: relative;
	margin-top: 10rem;
	padding: 0 0.5rem 0 0.5rem;
}
.video {
	width: 100%;
	max-width: 950px;
	margin: auto;
}
.video video {
	width: 100%;
}
.video-title {
	position: absolute;
	top: 10%;
    left: 26%;
    transform: translate(-50%, -50%);
}
.video-title p {
	font-size: calc(26px + 34 * (100vw - 320px)/880);
	letter-spacing: 0.2em;
	color: #20B2AA;
	font-weight: 900;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
                -2px 2px 0 #FFF, 2px -2px 0 #FFF,
                0px 2px 0 #FFF,  0 -2px 0 #FFF,
                -2px 0 0 #FFF, 2px 0 0 #FFF;
}

@media screen and (max-width:768px) {
	.video-box {
		margin-top: 20rem;
	}
	.video-title {
		top: 15%;
		left: 15%;
	}
	.video-title p {
		text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
               		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
               		0px 1px 0 #FFF,  0 -1px 0 #FFF,
               		-1px 0 0 #FFF, 1px 0 0 #FFF;
	}
}
/*----------------------------------------movie.htmlここまで▲----------------------------------------*/



/*----------------------------------------machines.htmlここから▼----------------------------------------*/
#machines-box {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 10rem auto;
	padding: 0 0.5rem 0 0.5rem;
}
#machines-box p {
	font-size: calc(13px + 3 * (100vw - 320px)/880);
}
#machines-box figcaption {
	font-size: calc(18px + 6 * (100vw - 320px)/880);
	font-weight: 900;
}
.machines-box-inner {
	display: flex;
}
.machines-box-inner figure:first-child {
	padding-right: 5rem;
}
.machines-box-inner figure img {
	width: 100%;
	max-width: 450px;
	transition: 0.3s;
}
.machines-box-inner figure img:hover {
	filter: brightness(0.6);
}
@media screen and (max-width:768px) {
	.machines-box-inner {
		display: block;
	}
	.machines-box-inner figure {	
		text-align: center;
	}
	.machines-box-inner figure:first-child {
		padding-right: 0;
	}
	.lightbox-img {
		pointer-events: none;
	}
}
/*----------------------------------------machines.htmlここまで▲----------------------------------------*/



/*----------------------------------------news.htmlここから▼----------------------------------------*/

/*----------------------------------------news.htmlここまで▲----------------------------------------*/



/*----------------------------------------news1.htmlここから▼----------------------------------------*/
.news1 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 0.5rem 0 0.5rem;
}
.news1-date {
	font-size: calc(13px + 3 * (100vw - 320px)/880);
}
.news1-title {
	font-size: calc(16px + 4 * (100vw - 320px)/880);
	font-weight: 900;
	border-bottom: 2px solid rgba(5,62,98,0.2);
}
.news1-inner {
	font-size: calc(13px + 3 * (100vw - 320px)/880);
	line-height: 2em;
}
.news1-image {
	margin-left: auto;
	display: block;
}
.news2-image {
	display: none;
}
.news1-box {
	width: 100%;
	max-width: 950px;
	margin: 3rem auto 0 auto;
	display: flex;
	align-items: center;
	padding: 0 0.5rem 0 0.5rem;
}
.news1-box ul {
	margin-bottom: 2rem;
}
.news1-box ul li {
	font-size: calc(13px + 3 * (100vw - 320px)/880);
	line-height: 2em;
	list-style-type: none;
}
.news-box {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
.triangle1 {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #c0c0c0;
  border-bottom: 20px solid transparent;
}
.triangle2 {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #c0c0c0;
}
@media screen and (max-width:768px) {
	.news-box {
		width: 100%;
		max-width: 200px;
	}
	.news1-title {
		font-size: calc(17px + 1 * (100vw - 320px)/880);
	}
	.news1-box {
		display: block;
	}
	.news1-box ul li {
	font-size: calc(13px + 3 * (100vw - 320px)/880);
	text-indent: -4rem;
    padding-left: 4rem;
}
	.news1-inner {
		font-size: calc(13px + 3 * (100vw - 320px)/880);
	}
	.news1-image {
		display: none;
	}
	.news2-image {
		display: block;
		text-align: center;
		margin-top: 5rem;
	}
}
/*----------------------------------------news1.htmlここまで▲----------------------------------------*/


/*----------------------------------------recruit.htmlここから▼----------------------------------------*/
.tytle1 {
	padding: 0 0.5rem 0 0.5rem;
}
.tytle {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 5rem auto;
	position: relative;
	padding-top: 0.8em;
	font-size: calc(36px + 2 * (100vw - 320px)/880);
	letter-spacing: 0.02em;
	border-bottom: 2px solid rgba(5,62,98,0.2);
}
.tytle span {
	position: relative;
	z-index: 2;
}
.tytle::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0px;
	color: rgba(5,62,98,0.2);
	font-size:  calc(45px + 20 * (100vw - 320px)/880);
	font-weight: 900;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	letter-spacing: 0.1em;
	text-transform: uppercase;
	z-index: 1;
}
.greeting {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	padding: 0 0.5rem 0 0.5rem;
}
.greeting-img1 {
	padding-right: 2rem;
}
.greeting-img2 {
	padding-left: 2rem;
}
.greeting img {
	width: 100%;
	max-width: 460px;
}
.greeting-text {
	width: 100%;
	max-width: 470px;
}
.greeting-text p {
	font-size: calc(13px + 3 * (100vw - 320px)/880);
	line-height: 1.7em;
}
.greeting-text p:last-child {
	text-align: right;
}
#sample-box {
	padding: 0 0.5rem 0 0.5rem;
}
.sample_box3_1 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 4rem auto;
    position: relative;
    padding: 1em 1.5em;
    border: solid 2px #20b2aa;
    border-radius: 8px;
    color: #000000;
}
.sample_box3_1 .sample_box_title{
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 1.8rem;;
    background: #ffffff;
    color: #20B2AA;
    font-weight: bold;
}
.sample_box3_1 p {
	font-size: calc(13px + 3 * (100vw - 320px)/880);
	line-height: 2em;
    padding: 1.5rem 2.1rem 1.5rem 2.4rem;
}
.box29 {
	width: 100%;
	max-width: 212px;
	min-height: 180px;
	margin: auto;
    background: #ffffff;
	border: solid 0.5px #696969;
}
.box29 .box-title {
    font-size: calc(15px + 1 * (100vw - 320px)/880);
    background: rgba(32,178,170,0.2);
    padding: 6px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
	font-size: calc(13px + 3 * (100vw - 320px)/880);
    padding: 15px 20px;
    margin: 0;
}
.triangle {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #c0c0c0;
  margin: 1rem auto;
}
#recruit-schedule {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 950px;
	justify-content: space-between;
	margin: 0 auto 5rem auto;
	padding: 0 0.5rem 0 0.5rem;
}
.job {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.job p {
	font-size: calc(18px + 2 * (100vw - 320px)/880);
}
@media screen and (max-width:768px) {
	.greeting {
		display: block;
		margin-bottom: 5rem;
	}
	.greeting-text {
		width: 100%;
		margin: auto;
	}
	.greeting-img1 {
		text-align: center;
		padding-right: 0;
	}
	.greeting-img1 img {
		width: 100%;
		max-width: 460px;
	}
	.greeting-img2 {
		text-align: center;
		padding-left: 0;
	}
	.greeting-img2 img {
		width: 100%;
		max-width: 460px;
	}
	#recruit-schedule {
		display: block;
		margin-bottom: 4rem;
	}
	.triangle {
	transform: rotate(90deg);
	}
	.box29 {
		min-height: 120px;
	}
}
/*----------------------------------------recruit.htmlここまで▲----------------------------------------*/



/*----------------------------------------company.htmlここから▼----------------------------------------*/
#philosophy {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 7rem auto;
}
.tytle-inner {
	font-size: calc(13px + 5 * (100vw - 320px)/880);
	padding: 0 0.5rem 0 0.5rem;
}

table {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 5rem auto;
	padding: 0 0.5rem 0 0.5rem;
}
table th {
	width: 25%;
	 background: rgba(32,178,170,0.2);
}
table td {
	background: rgba(233,233,233,0.5);
}
table th,table td {
	padding: 10px 5px;
	font-size: calc(13px + 3 * (100vw - 320px)/880);
}
table .job-inner {
	text-indent: -1rem;
    padding-left: 1rem;
}
#access {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
#access p {
	font-size: calc(13px + 3 * (100vw - 320px)/880);
	padding-bottom: 1rem;
}
#map {
  position: relative;
  width: 100%;
  max-width: 950px;
  padding-top: 25%;
  margin: 0 auto 10rem auto;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*----------------------------------------company.htmlここまで▲----------------------------------------*/



/*----------------------------------------contact.htmlここから▼----------------------------------------*/
.iframe-wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*----------------------------------------contact.htmlここまで▲----------------------------------------*/



/*----------------------------------------maintenance.htmlここから▼----------------------------------------*/
#maintenance {
	text-align: center;
	padding: 0 0.5rem 0 0.5rem;
	margin-bottom: 10rem;
}
#maintenance p {
	font-size: calc(12px + 8 * (100vw - 320px)/880);
	margin: 18rem 0 1rem 0;
}
#maintenance img {
	width: 100%;
	max-width: 20%;
	margin: 1.5rem 0 1.5rem 0;
}
@media screen and (max-width:480px) {
	#maintenance img {
		width: 100%;
		max-width: 35%;
	}
}
/*----------------------------------------maintenance.htmlここまで▲----------------------------------------*/



/*----------------------------------------privacypolicy.htmlここから▼----------------------------------------*/
#privacypolicy {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 0.5rem 0 0.5rem;
}
.title-0 {
	font-size: calc(10px + 4 * (100vw - 320px)/880);
	line-height: 1.8em;
}
.title-a {
	font-size: calc(14px + 6 * (100vw - 320px)/880);
	font-weight: 900;
	padding-top: 2rem;
}
.title-a-inner {
	font-size: calc(10px + 4 * (100vw - 320px)/880);
	text-indent: -2rem;
    padding-left: 2rem;
	line-height: 1.8em;
}
/*----------------------------------------privacypolicy.htmlここまで▲----------------------------------------*/