@charset "utf-8";
/* CSS Document */

/*--作業用*/
.outer-menu{display:;}
.loading {display:;}
/*--------------------------------------------------------------------------ページ全体を包括*/
#wrapper {
width: 100%;
margin: 0 auto;
overflow: hidden;/* 作業用 */
}

.fixed{
	position:fixed;
	top: 0;
	left: 0;
}
a {
  text-decoration: none;
}
a:hover img{opacity:1.00;filter:alpha(opacity=100);-ms-filter: "alpha( opacity=100 )";}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1.8s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150000;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1.0s;
  background-color:#FFF;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loading img {
	width: 500px;
	height: 500px;
}

body {
  animation: disableScroll .1s linear 1.0s both;
}

@media screen and (max-width:767px){
.loading img {
	width: 240px;
	height: 240px;
}
}
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
/*--------------------------------------------------------------------------ヘッダー*/

header {
	position: fixed;
	width: 100%;
	height: auto;
	text-align: center;
	top: 0;
	left: 0;
	margin: 0 auto;
	z-index: 20000;
	transition: 0.5s;
	background-color: #FFF;
}
header:hover {
	background-color: #FFF;
}
header.scroll-nav {
  background: #FFF;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}
.head {
	width: 100%;
	height: 100px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}
h1{
	width: 270px;
	height: 50px;
	padding: 0;
	border: 0;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	position: absolute;
	z-index: 10000;
	transition: 0.4s;
	background-image: url(../web/object/hlogo_normal.png);
}
h1 img{
	width: 270px;
	height: 50px;
}
header:hover h1{
	background-image: url(../web/object/hlogo_normal.png);
}
h1.scroll-nav {
  background-image: url(../web/object/hlogo_normal.png);
}


/*　上に上がる動き　*/
#header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-90px);
  }
}

/*　下に下がる動き　*/
#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-90px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


@media screen and (max-width:767px){
header {
	position: fixed;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	top:0 !important;
	left:0 !important;
	background-color: #FFF;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.head {
	width: 100%;
	min-width: 320px;
	height: 70px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	width: 216px;
	height: 40px;
	text-align: left;
	border: 0;
	font-size: 0px;
	line-height: 0px;
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 0;
	position: relative;
	float: left;
	background-image: url(../web/object/hlogo_normal.png);
	background-size: contain;
}
h1 img{
	width: 216px;
	height: 40px;
	margin-top: 0px;
}
#header.UpMove{
	animation: none;
}
#header.DownMove{
	animation: none;
}
}


/* グローバルナビ　PC*/

#gNavi {
	width: 100%;
	height: 60px;
	margin-top: 30px;
	position: absolute;
}
ul.gnv {
	width: 100%;
	height: 80px;
	float: right;
	margin-right: 245px;
}
ul.gnv li {
	width: auto;
	height: 80px;
	font-size: 17px;
	letter-spacing: 3px;
	line-height: 40px;
	float: right;
	text-align: center;
	list-style: none;
	transition: .4s;
	margin-left: 40px;
	padding-top: 3px;
	color: #000;
	font-weight: 500;
	display: block;
	transition: 0.4s;
}
ul.gnv li a{
	display:block;
	color: #000;
	transition: 0.3s;
}
ul.gnv li a:hover{
	color: #000;
	text-decoration:none;
	margin-top: -5px;
}
ul.gnv.scroll-nav li {
	color: #000;
}
ul.gnv.scroll-nav li a{
	color: #000;
}
ul.gnv.scroll-nav li a:hover{
	color: #000;
}
header:hover ul.gnv li {
	color: #000;
}
header:hover ul.gnv li a{
	color: #000;
}
header:hover ul.gnv li a:hover{
	color: #000;
}

.hcontact a{
	display: block;
	position: absolute;
	width: 200px;
	height: 40px;
	border-radius: 20px;
	background:#19648c;
	right: 10px;
	top: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	text-indent: 10px;
	transition: 0.2s;
}
.hcontact a:hover{
	background-color:#333;
	border-radius: 3px;
}

@media screen and (max-width:767px){
#gNavi { display:none;}
.hcontact { display:none;}
}

/*--ハンバーガーメニュー*/
@media screen and (min-width:768px){
.outer-menu { display: none;}
}
.outer-menu {
  position: fixed;
  top: 15px;
  right: 90px;
  z-index: 100000;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 80px;
  height: 80px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: .75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity .4s ease .4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

.outer-menu .checkbox-toggle:checked + .hamburger {
	background-color: #666;
}

.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
  padding: .5em 1em;
  background-color: #19648c;
  cursor: pointer;
  transition: box-shadow .4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 0px;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 90%;
  height: 3px;
  background: #fff;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background: inherit;
  transition: all .4s ease;
}
.outer-menu .hamburger > div:after {
  top: 12px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div {
  width: 300vw;
  height: 300vw;
  color: #FEFEFE;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  transition: all .4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 100vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity .4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  justify-content: center;
}
.outer-menu .menu > div > div{
    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/}
.outer-menu .menu > div > div::-webkit-scrollbar{
	  display: none;
}
#dmcontainer {
  width: 1100px;
  height: auto;
  padding-top: 0px;
  overflow-y: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dmcontainer::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
}
#dmcontainer::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}


/* グローバルナビ　モバイル*/
@media screen and (max-width:767px){
.outer-menu {
  position: fixed;
  top: 12px;
  right: 50px;
  z-index: 100000;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 45px;
  height: 45px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger {
	background-color: #19648c;
}

.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 45px;
  height: 45px;
  padding: .5em 1em;
  background-color: #19648c;
  cursor: pointer;
  transition: box-shadow .4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 3px;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 200%;
  height: 2px;
  background: #FFF;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all .4s ease;
}
.outer-menu .hamburger > div:after {
  top: 7px;
}
#dmcontainer {
  width: 280px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #;
}
.outer-menu .menu > div > div{
    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/}
.outer-menu .menu > div > div::-webkit-scrollbar{
	  display: none;
}

#spmenu {
	position: relative;
	width: 100%;
	height: 20px;
	float: left;
}
#spmenu.f { margin-top: 30px;}
#spmenu::before {
	position: absolute;
	top: -2px;
	left: -10px;
    content: "・";
    color: #239178;
}
#spmenu .t1{
	width: 140px;
	height: 20px;
	padding-left: 10px;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #000;
}
#spmenu .t2{
	width: 130px;
	height: auto;
	float: left;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	color: #aaa;
}
#dmclogo {
	width: 100%;
	height: auto;
	margin-top: 50px;
	float: left;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #333;
}
#dmclogo img{
	width: 250px;
	height: auto;
	padding-bottom: 15px;
}
#dmctel a{
	width: 190px;
	height: 24px;
	margin-top: 30px;
	margin-left: 45px;
	float: left;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	text-align: right;
	color: #333;
	background-image: url(../web/object/dmctel.png);
	background-position: left;
	background-repeat: no-repeat;
}


}

/*--------------------------------------------------------------------------フッター*/
footer {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: left;
	padding-top: 0px;
	z-index: 1;
	 background: linear-gradient(180deg, #fff 0%, #fff 5%, #19648c 5%, #19648c 100%);
}
footer:after{
	content: "";
	clear: both;
	display: block;
}

#f_recruit {
	position: relative;
	width: 100%;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../web/object/frcback.png);
	background-repeat: no-repeat;
	background-position: left;
}
#frctxtbox {
	position: absolute;
	width: 500px;
	height: 500px;
	top:0;
	right: calc(50% + 50px);
}
#frchbox {
	width: 100%;
	height: auto;
	margin-top: 90px;
}
#frchbox .t1 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
}
#frchbox .t2{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0px;
	font-weight: 600;
	text-align: left;
	margin-top: 5px;
	margin-left: 5px;
	color: #FFF;
}


#frctxtbox .st1{
	width: 100%;
	text-align: left;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 25px;
	color: #FFF;
}
#frctxtbox .st2{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: ;
	margin-top: 20px;
	color: #FFF;
}
#frcBackbox {
	position: absolute;
	right: 0%;
	width: 50%;
	padding-top: 34.722%;
	z-index: 1020;
	max-width: 864px;
	max-height: 600px;
}
#frcBackbox .bgImg{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime2 14s infinite;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	max-height: 600px;
	border-radius: 10px 0px 0px 10px;
}
#frcBackbox .src1{
	display:block;
	background-image: url(../web/object/recruit1.webp); 
}
#frcBackbox .src2{
	background-image: url(../web/object/recruit2.webp);  
	animation-delay: 7s;
}

@keyframes bgAnime2 {
   0% { opacity: 0; }
   5% { opacity: 1; }
   50% { opacity: 1; }
  55% { opacity: 0; }
}

.recruitbtn a{
	position: relative;
	margin-top: 30px;
	display:block;
	width: 400px;
	height: 50px;
	outline: 1px solid #fff;
	outline-offset: -1px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	overflow: hidden;
}
.recruitbtn a:hover{
	color: #19648c;
	outline: 1px solid #444;
}

.slidebtn2::before,
.slidebtn2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.slidebtn2,
.slidebtn2::before,
.slidebtn2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.slidebtn2:hover {
  color: #FFF;
  text-decoration: none;
}
.slidebtn2::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.slidebtn2:hover::after {
  top: 0;
  left: 0;
  background-color: #fff;
}

#foot {
	width: 100%;
	height: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #FFF;
}
#foot .fbox{
	width: 1100px;
	height: 100px;
	margin: 0 auto;
}
#foot .logo{
	width: 270px;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}
#foot .logo img{
	width: 270px;
	height: auto;
	padding-bottom: 15px;
}

#foot .sitemap{
	width: 600px;
	height: 14px;
	float: left;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	margin-left: 230px;
	margin-top: 40px;
}
#foot .sitemap li{
	width: auto;
	height: 14px;
	float: left;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	list-style:none;
	margin-left: 35px;
}
#foot .sitemap li a{
	color: #000;
}

#cr{
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
	color: #fff;
	background-color: #000;
}




@media screen and (max-width:767px){
footer {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #19648c 10%, #19648c 100%);
}
#f_recruit {
	position: relative;
	width: 320px;
	height: auto;
	min-height: inherit;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	display: flex;
    justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap-reverse;
	background-image: none;
	padding-bottom: 15px;
}
#frctxtbox {
	position: relative;
	width: 320px;
	height: auto;
	top:0;
	right: 0;
	margin-top: 10px;
}
#frchbox {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
#frchbox .t1 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}
#frchbox .t2{
	width: 100%;
	height: auto;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0px;
	font-weight: 600;
	text-align: center;
	margin-top: 5px;
	margin-left: 0px;
	color: #FFF;
}

#frctxtbox .st1{
	width: 100%;
	text-align: center;
	font-size: 19px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: 600;
	margin-top: 20px;
	color: #FFF;
}
#frctxtbox .st2{
	width: 100%;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: ;
	margin-top: 10px;
	color: #FFF;
}
#frcBackbox {
	position: relative;
	right: 0%;
	width: 320px;
	height: 222px;
	padding-top: 0;
	z-index: 1020;
}
#frcBackbox .bgImg{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime2 14s infinite;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	max-height: 222px;
	border-radius: 8px 8px 0px 0px;
}
#frcBackbox .src1{
	display:block;
	background-image: url(../web/object/recruit1.webp); 
}
#frcBackbox .src2{
	background-image: url(../web/object/recruit2.webp);  
	animation-delay: 7s;
}
.recruitbtn a{
	position: relative;
	display:block;
	width: 310px;
	height: 40px;
	margin-top: 25px;
	margin-left: 5px;
	outline: 1px solid #19648c;
	outline-offset: -3px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #19648c;
	overflow: hidden;
	float: left;
	text-decoration: none;
}
.recruitbtn a:hover{
	outline: 1px solid #fff;
}

#foot {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #FFF;
}
#foot .fbox{
	width: 320px;
	height: 80px;
	margin: 0 auto;
}
#foot .logo{
	width: 320px;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
#foot .logo img{
	width: 220px;
	height: auto;
	padding-bottom: 15px;
}

#foot .sitemap{ display:none;}

#cr{
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
}
}
