*{
	text-decoration:none;
	margin:0;
	padding:0;
  	font-family: "Helvetica Neue",
    	Arial,
    	"Hiragino Kaku Gothic ProN",
    	"Hiragino Sans",
    	"BIZ UDPGothic",
    	Meiryo,
    	sans-serif;
}
body{
	font-weight:normal;
	font-size:16px;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	backdrop-filter: blur(12px);
}
body#top{
	background: none;
}
.topobi{
	font-size:1em;
	padding:10px 0;
	color:#fff;
	text-align:center;
	background-color:#2c583a;
}
#index .topobi{
	margin-bottom:40px;
	background-color:#2c583a;
}
#index header{
	text-align:center;
}
header img.pc{
	width:100%;
}
header img.s{
	display:none;
}
.enterlogo{
	width:200px;
}
#index .enterlogo{
	width:468px;
}
.topBox{
	width:980px;
	margin:0 auto 40px;
	text-align:center;
}
.topBox p{
	font-size:12px;
	line-height: 160%;
}
.enterBox{
	margin-top:60px;
}
.enterBox a{
	margin:0 40px;
}
.ForeignersConiatner,
.recruitConiatner,
.memberConiatner{
/*
	display:flex;
  	justify-content: center;
  	align-items: center;
	gap:20px;
*/
	padding:40px 0;
	margin:0 auto;
	text-align:center;
}
.ForeignersConiatner{
	background:url("../img/bg01.png") repeat center center;
}
.recruitConiatner{
	background:url("../img/bg02.png") repeat center center;
}
.memberConiatner{
	background:url("../img/bg03.png") repeat center center;
}
.ForeignersBox{
	margin:20px 0;
}
.recruitBox{
	display:flex;
  	justify-content: center;
	/*
	  align-items: center;
	*/
	gap:40px;
}
.ForeignersBox a{
	border:2px solid #acacac;
	background: linear-gradient(0deg,rgba(214, 234, 247, 1) 0%, rgba(194, 212, 224, 1) 22%, rgba(194, 212, 224, 1) 34%, rgba(239, 244, 247, 1) 100%);
}
.ForeignersBox a,
.recruitBox a{
	font-size: 30px;
	color:#ff0000;
	padding:20px 60px;
	margin-top:20px;
	margin-right:10px;
	margin-left:10px;
	border-radius:100px;
	box-shadow: 0px 8px 0px 0px rgba(74,74,74,1);
	/*
	background: #D6EAF7;
	background: linear-gradient(0deg,rgba(214, 234, 247, 1) 0%, rgba(194, 212, 224, 1) 22%, rgba(194, 212, 224, 1) 34%, rgba(239, 244, 247, 1) 100%);
	*/
  	position: relative;
  	top: 0;
  	transition: .2s ease-in-out;
}
.ForeignersBox a:hover,
.recruitBox a:hover,
.recruitBox .woman a:hover,
.recruitBox .man a:hover{
  	top: 9px; /* 元の位置から9px分下げる */
  	box-shadow: 0 0 #4C0F13; /* 影を0pxにする */
}
p.Foreigners img{
	margin-bottom:10px;
}
.ForeignersBox img{
	vertical-align:middle;
}
.recruitBox{
	font-size: 36px;
	margin:10px 0;
	text-align:center;
}
.recruitBox a{
	display:block;
	color:#fff;
	padding:30px 20px;
	margin:0 auto;
}
.recruitBox .woman a,
.recruitBox .man a{
	width: 350px;
}
.recruitBox .woman a{
	box-shadow: 0px 8px 0px 0px rgba(191,60,64,1);
background-size: auto auto;
background-color: rgba(251, 118, 118, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 1, 1, 0.07) 5px, rgba(255, 1, 1, 0.07) 10px ), linear-gradient(0deg,rgba(209, 48, 69, 0.7) 0%, rgba(255, 87, 140, 0.5) 100%);
}
.recruitBox .man a{
	box-shadow: 0px 8px 0px 0px rgba(20,81,173,1);
background-size: auto auto;
background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, 0.04) 5px, rgba(255, 255, 255, 0.04) 10px ), linear-gradient(0deg,rgba(0, 106, 156, 1) 0%, rgba(28, 172, 255, 1) 100%);
}
.bannerBox{
	padding: 0 20px;
	margin:40px auto 0;
	text-align:center;
}
/*
.bannerBox img{
	width:100%;
}
*/
iframe{
	margin-bottom:5px;
}
footer{
	padding:40px 0;
	background-color: #fff
}
#index footer{
	background: none
}
footer p{
	font-weight:normal;
    	font-size: 10px;
    	text-align: center;
}



.c-header {
  align-items: center;
  background-color: #fff; /* カスタマイズしてください */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem; /* カスタマイズしてください */
  width: 100%;
}

.c-header__logo {
  color: #000; /* カスタマイズしてください */
  min-width: 80px; /* カスタマイズしてください */
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: #000; /* カスタマイズしてください */
  display: block;
  margin-right: 20px; /* カスタマイズしてください */
  text-decoration: none;
  padding: 10px 0px; /* カスタマイズしてください */
}

.c-header__list-link:hover {
  filter: opacity(0.6); /* カスタマイズしてください */
}

.c-hamburger-menu {
  position: relative;
}

@media screen and (max-width: 820px) {
  .c-hamburger-menu__list {
    background-color: #eeeeee; /* カスタマイズしてください */
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 100%;
    width: 100%;
opacity: 0.95;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000; /* カスタマイズしてください */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4; /* カスタマイズしてください */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 820px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズしてください */
    height: 32px; /* カスタマイズしてください */
    justify-content: center;
    width: 32px; /* カスタマイズしてください */
  }
}

.c-hamburger-menu__button-mark {
  background-color: #000; /* カスタマイズしてください */
  display: block;
  height: 1px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 20px; /* カスタマイズしてください */
}

@media screen and (max-width: 820px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
}
