body {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.05em;
  position: relative;
  color: #000;
}
a {
  color: #00baff;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
h3,
h4 {
  margin: 0px;
  padding: 0px;
}
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.cf {
	*zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.pc {
  display:block;
}
.sp {
  display:none;
}
dt,
dl,
dd {
  margin: 0px;
  padding: 0px;
}
dt{
  font-weight: normal;
}
table {
	border-collapse: collapse;
  border-spacing: 0;
}
body.index header.global {
  background:#fff ;
  position:fixed;
  width:100%; 
  height:70px; 
  box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.2); 
  z-index:9999;
  border-bottom: 3px solid #00baff;
}
body.index header.global h1.main_logo {
  margin: 14px 0 0;
  display: block;
  float: left;
}
body.index header.global h1.main_logo a {
	color: #000;
	font-size: 24px;
  background: url("../img/main_logo.png") left center no-repeat;
	background-size: 40px;
	padding: 8px 0 8px 55px;
}
body.index header.global nav {
	float: right;
}
body.index header.global .wrapper {
	width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
}
body.index header.global nav ul { 
	width:auto;
	margin:0 auto;
	display: flex;
}
body.index header.global nav ul li {
	margin-left: 35px;
}
body.index header.global nav ul li a {
	height:70px;
	font-size:15px; 
	line-height: 70px;
	font-weight: bold;
	display:block;
	color: #000;
}
body.index header.global nav ul li a:hover { 
	color: #00baff;
}
footer {
  background-color: #00baff;
	padding: 30px 0;
}
footer p.copyright {
  color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0;
}
footer .pagetop {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1000;
}
@media (max-width:640px){
img { 
	width:100%;
	height:auto;
}
.pc {
	display:none;
}
.sp {
	display:block;
}
.right {
	float:none;
}
.left {
	float:none;
}
body.index header.global {
	width:100%;
	box-shadow:none;
	z-index:9999;
	border-bottom: 0;
	height: auto;
}
body.index header.global .wrapper {
	width: auto;
	position: relative;
	padding: 0;
}
body.index header.global h1.main_logo {
  width: auto;
  margin: 0;
	position: absolute;
  top: 1px;
  left: 10px;
  z-index: 9;
	/*max-width: 200px;*/
	float: none;
}
body.index header.global h1.main_logo a {
	font-size: 16px;
  background: url("../img/main_logo.png") left center no-repeat;
	background-size: 30px;
	padding: 8px 0 8px 40px;
}
body.index header.global h1.main_logo img {
  height: auto;
	width: 100%;
}
body.index header.global .menu {
	background:#fff;
	height:50px;
	padding:0;
	box-shadow:0px 2px 4px 0px rgb(0 0 0 / 20%);
	position: relative;
	border-bottom: 1px solid #00baff;
}
body.index header.global .menu .btn {
	background:url(../img/btn_menu.png) 0 0 no-repeat;
	background-size:21px 16px;
	width:21px;
	height:16px;
	text-indent:-9999px;
	position: absolute;
	right: 10px;
	top: 16px;
}
body.index header.global .menu .btn.close {
	background:url(../img/btn_close.png) 0 0 no-repeat;
	background-size:18px 18px;
	width:18px;
	height:18px;
	text-indent:-9999px;
}
body.index header.global nav ul {
	width:auto;
	height:640px;
	background:rgba(0, 0, 0,0.7);
	margin:0 auto;
	display:none;
	border-top:none;
}
body.index header.global nav ul li {
	float:left;
	margin-left: 0;
	width:100% !important;
	background:#fff;
	border-bottom:solid 1px #00baff;
}
body.index header.global nav ul li span.jp {
	display: inline;
}
body.index header.global nav ul li:last-child {
	border-bottom: none;
}
body.index header.global nav ul li a {
	color:#4d4d4d;
	text-decoration:none; 
	width:100% !important;
	text-align:center;
	font-size:14px;
	padding:16px 0 16px;
	display:block;
	outline: none;
	text-indent:0;
	height:auto;
	line-height: 1;
	border-left:none;
}
body.index header.global nav {
	float: none;
}
footer p.copyright {
	line-height: 1.4;
}
footer .pagetop {
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 1000;
    width: 64px;
}
}


body.index .main_visual {
	width: 100%;
	max-width: 2000px;
	background:url("../img/bg_hero_home.jpg") top center no-repeat;
	background-size:cover;
	margin: 0 auto;
	padding-top: 70px;
}
body.index .main_visual .hero {
	width: 1000px;
	margin: 0 auto;
}
body.index .main_visual .hero .main_text {
	margin: 0 auto;
	color: #fff;
	font-size: 82px;
	line-height: 110px;
	padding: 50px 0;
  float: right;
}
body.index .hero img{
	width: 100%;
}
body.index.recruit .main_visual {
	width: 100%;
	max-width: 2000px;
	background:url("../img/bg_hero_recruit.jpg") top center no-repeat;
	background-size:cover;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
}
body.index.recruit .main_visual .hero {
	width: 1000px;
	margin: 0 auto;
}
body.index.recruit .main_visual .hero .main_text {
	margin: 0 auto;
	color: #000;
	font-size: 62px;
	line-height: 100px;
	padding: 67px 0 41px;
  float: none;
	font-weight: bold;
}
body.index.recruit .main_visual .hero .main_text span.features {
	color: #00baff;
}
body.index.recruit .main_visual .hero .sub_text {
	width: 568px;
	border-bottom: 5px solid #00baff;
	border-top: 5px solid #00baff;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	padding: 39px 0 37px;
}
body.index.recruit .main_visual .hero .sub_text span.num {
	font-size: 52px;
}
body.index .contents {
	width: 940px;
	margin: 0 auto;
	padding: 60px 15px 0;
}
body.index .contents section .inner {
	margin: 0 auto 70px;
}
body.index .contents section h2.section_title {
	font-size: 45px;
  text-align: center;
  display: block;
  color: #000;
  margin-bottom: 32px;
  font-weight: bold;
	margin-top: 0;
}

@media (max-width: 640px) {
body.index .main_visual {
	margin: 0 auto;
	width: auto;
	padding-top: 50px;
	background:url("../img/bg_hero_home_sp.jpg?20220727-2") top center no-repeat;
	background-size:cover;
}
body.index .main_visual .hero,
body.index.recruit .main_visual .hero {
	width: auto;
}
body.index .main_visual .hero .main_text {
	font-size: 50px;
	line-height: 1.5;
	padding: 30px 20px;
  float: none;
}
body.index.recruit .main_visual .hero .sub_text {
	width: auto;
	border-bottom: 3px solid #00baff;
	border-top: 3px solid #00baff;
	font-size: 24px;
	padding: 15px 0;
}
body.index.recruit .main_visual .hero .sub_text span.num {
	font-size: 30px;
}
body.index .contents {
	width: auto;
	margin: 0 auto;
	padding:20px 20px 0;
}
body.index .contents section .inner {
	margin: 0 auto 40px;
}
body.index .contents section h2.section_title {
 font-size: 34px;
 margin-bottom: 20px;
}
body.index.recruit .main_visual {
	background:url("../img/bg_hero_recruit_sp.jpg") top center no-repeat;
	background-size:cover;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
body.index.recruit .main_visual .hero .main_text {
	margin: 0 auto;
	color: #000;
	font-size: 30px;
	line-height: 1.5;
	padding: 67px 20px 41px;
  float: none;
	font-weight: bold;
}
}
