body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	position: relative;
}

/* ---
	Header
----------------------------------- */

header{
	width:100%;
	background-color: #d13333;
	position: sticky;
	z-index:999;
	top:0;
}
header .inner {
	max-width: calc(1680px + 2%);
	margin:0 auto;
	padding:0;
}

.header-menu{
	width:100%;
}

.header-menu ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:0;
}
.header-menu ul li{
	width:25%;
	padding:10px 15px;
	text-align: center;
}
.header-menu ul li.nopadding{
	padding:0 15px;
}



.header-menu ul li > .sub-menu{
	display: block;
}
.header-menu ul li > .sub-menu li{
	width:100%;
	padding:0;
	text-align: center;
}

/* confirm,thanksページ */
header.contact{
	width:100%;
}
header.contact .inner{
	padding:10px;
}

@media (max-width:767px){
	
	.header-menu ul li{
		width:50%;
		padding:10px;
	}
	
	.header-menu ul li h1 img{
		width:100%;
	}
	
	.header-menu ul li:nth-child(3){
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.header-menu ul li:nth-child(3) a:nth-child(2){
		display: none;
	}
	
	.header-menu ul > li:nth-child(2),
	.header-menu ul > li:nth-child(4){
		display:none;
	}
	
}

/* ---
	Footer
----------------------------------- */

/* --- PC用フッター固定LINE --- */
.footer-fix{
	position: fixed;
	bottom:20px;
	right:20px;
}
.footer-fix a img{
	max-width:140px;
}

.footer-menu_sp{
	display:none;
}

@media (max-width:768px){
	
	.footer-fix{
		display:none;
	}
	
	.footer-menu_sp{
		display: block;
		width:100%;
		position:fixed;
		bottom:0;
		left:0;
		background: #d13333;
	}
	.footer-menu_sp ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-menu_sp ul li{
		width:50%;
		text-align: center;
	}
	.footer-menu_sp ul li img{
		max-width:90%;
		display:block;
		padding:10px;
		margin:0 auto;
	}
}

/* ---------------------------------- */

img.mw240{
	max-width:240px;
}
img.mw280{
	max-width:280px;
}

@media (max-width:768px){
	img.mw280{
		max-width:180px;
	}
}

picture{
  line-height: 0;
}
div {
  line-height: 0;
}
.mv {
  position: relative;
  line-height: 0;
}
.mv .mv_ttl__wrapper{
  position:absolute;
  width: 68vw;
  transform: translateY(-50%);
  top: 50%;
}
.mv .mv_ttl_02{
  margin-top: -3.9vw;
}

.from {
  text-align: center;
}

.panel {
  margin: 0 auto;
  text-align: left;
  width: 80%;
}
.panel th,.panel td {
  padding: 1em;
  color: #4b4b4b;
}
.panel th{
  font-weight: bold;
  width: 40%;
  margin: 10px 0 0 0;
  vertical-align: middle;
}
.panel tr {
  font-size: calc(18px + 7 * (100vw - 320px)/1600);/* max:25px min:18px  w1920〜320px */
  padding: 1em 0;
  border-bottom: 3px solid #4b4b4b;
}
.panel tr:first-of-type{
  border-top: 3px solid #4b4b4b;

}

.must{
  background-color: #ff0000;
  color: #fff;
  padding: 5px 10px;
  font-size: calc(16px + 6 * (100vw - 320px)/1600);/* max:22px min:16px  w1920〜320px */
  font-weight: bold;
  margin: 0 20px;
}
.nini{
  background-color: #4b4b4b;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
}
table {
  width: 100%;
}
input{
  height: 40px;
  background-color: #b3b3b3;
  padding: 5px;
  width: 100%;
  font-size: 20px;
}
select{
  height: 40px;
  background-color: #b3b3b3;
  padding: 5px;
  width: 30%;
  margin-top: 20px;
  margin-bottom: 30px;
}
textarea{
  resize: none;
  width: 100%;
  height: 200px;
  background-color: rgba(238, 238, 238, 0.933);
  border: none;
  font-size: 20px;
}
:checked {
  margin-left: 25px;
  border: 1px solid blue;
}
input[type=checkbox]{
  width: 15px;
}
.check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.check_box p{
  font-size: calc(18px + 7 * (100vw - 320px)/1600);/* max:25px min:18px  w1920〜320px */
  font-weight: bold;
}
input[type=submit] {
  width: 260px;
  font-size: calc(18px + 7 * (100vw - 320px)/1600);/* max:25px min:18px  w1920〜320px */
  font-weight: bold;
  padding: 30px;
  height: auto;
  margin-bottom: 3em;
  background-color: #0096ff;
  color: #fff;
}

    nav  {
      display: flex;
      justify-content: end;
      /* width: 51.4%; */
  }
nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0 0;
  }

table {
  margin: 20px auto;
  width: 80%;
}
.tbl-r02 th {
  background: #eee;
  border: 1px solid rgb(204, 204, 204);
  color: #000;
  padding: 10px;
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.tbl-r02 td {
  padding: 30px 10px;
  text-align: left;
  border: 1px solid rgb(204, 204, 204);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.page__main .contact .inner{
  margin: 10em auto;
}
.page__main .contact .inner h2{
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
.page__main .contact .inner h2 span{
  text-align: center;
  display: block;
  font-size: 24px;
}

.page__main .contact .inner p{
  text-align: center;
  margin: 2em 0;
}
.jc-center {
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}
.copy {
  text-align: center;
  color: #fff;
}
footer {
  padding:20px 0;
  text-align: center;
}
footer img {
  width: 20%;
  padding:10px;
}

.ttl_box img{
  width: 45%;
  margin: 60px auto;
  text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --- 共通 --- */
.box01 img,
.box02 img,
.box03 img,
.box04 img,
.box05 img,
.box06 img,
.box07 img,
.box08 img{
	width:100vw;
}

/* --- box01 ----*/
.box01{
  position: relative;
}
.box01 .box01_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 3.1vw;
  width: 82.4%;
  opacity:1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* --- box02 ----*/
.box02{
  position: relative;
  /*margin-top: -10.2vw;*/
  /*z-index: -1;*/
}
.box02 .box02_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 12vw;
  width: 42.7%;
}

/* --- box03 ----*/
.box03{
  position: relative;
  /*margin-top: -20vw;*/
  /*z-index: -2;*/
}
.box03 .box03_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 23.5vw;
  width: 42.3%;
}

/* --- box04 ----*/
.box04{
  position: relative;
  /*margin-top: -20vw;*/
  /*z-index: -3;*/
}
.box04 .box04_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 23.5vw;
  width: 51.1%;
}

/* --- box05 ----*/
.box05{
  position: relative;
  /*margin-top: -20vw;*/
  /*z-index: -4;*/
}
.box05 .box05_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 19.5vw;
  width: 60.68%;
}

/* --- box06 ----*/
.box06{
  position: relative;
  /*margin-top: -20vw;*/
  /*z-index: -5;*/
}
.box06 .box06_ttl{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 18.5vw;
  width: 56.98%;
}

/* --- box07 ----*/
.box07{
  position: relative;
  /*margin-top: -10vw;*/
  /*z-index: -6;*/
}
.box07 .box07_ttl__wrapper{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 7.5vw;
  width: 100%;
  text-align: center;
}
.box07 .box07_ttl_01{
  width: 44.38%;
  margin:0 auto 3.13vw;
}
.box07 .box07_ttl_02{
  width: 56.98%;
  margin:0 auto;
}

/* --- box08 ----*/
/*.box08{
  position: relative;
  margin-top: -10vw;
  z-index: -7;
}
.box08 .box08_ttl__wrapper{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 9.5vw;
  width: 100%;
  text-align: center;
}
.box08 .box08_ttl_01{
  width: 44.38%;
  margin:0 auto 3.13vw;
}
.box08 .box08_ttl_02{
  width: 44.11%;
  margin:0 auto;
}*/

/* --- box09 ----*/
.box09{
  position: relative;
  background-color: #fff;
  /*margin-top: -10vw;*/
  padding-bottom: 85px;
  /*z-index: -7;*/
}
.box09 .box09_ttl_01{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 4.2vw;
  width: 35.05%;
}
.box09 .box09_ttl_02{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -12vw;
  width: 35.05%;
}
.job-info{
  position: relative;
}
.job-info div.job-info__inner{
  line-height: 1.5;
}
.job-info__inner th.h-table__header{
  font-size: calc(30px + 18 * (100vw - 320px)/1600);/* max:48px min:30px  w1920〜320px */
  color: #fff;
  background-color: #d13333;
  padding: 10px;
}
.job-info__inner td.h-table__text{
  font-size: calc(18px + 12 * (100vw - 320px)/1600);/* max:30px min:18px  w1920〜320px */
  color: #000;
  padding: 10px 60px;
}
table.h-table__inner th,
table.h-table__inner td {
  border: solid 2px #000;
  vertical-align: middle;
}

.h-table__inner span.em{
  color:#ff0000 ;
}

/* --- form --- */
.Requirements_boxbig{
  background-color: #fff;
}
.from{
  background-color: #d13333;
  margin-bottom: 160px;
}
.entry_ttl{
  width: 35.05%;
  padding: 25px 0;
  margin: 0 auto;
}
.panel .tbl-form{
  width: 100%;
  max-width: 1135px;
}
.panel .tbl-form tr.radio td{
  display: flex;
  align-items: center;
}
.panel .tbl-form tr.radio input{
  width: 20px;
  margin: 0 10px 0 0;
}
.panel .tbl-form tr.radio input:checked{
  margin-left: 0;
}
.panel .tbl-form tr.date div{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.panel .tbl-form tr.date .date_no{
  width: 130px;
}
.panel .tbl-form tr.date input{
  flex: 1;
}



.Requirements_box {
  background-color: #fff;
  box-shadow: 15px 15px 0px 0 rgb(69 69 69);
  padding: 50px;
}
.Requirements_ttl_box {
  margin: 0 auto;
  text-align: center;
}

.Requirements_ttl_box ul {
  display: flex;
  justify-content: space-around;
  max-width: 680px;
  margin: 5em auto 0 auto;
}

.Requirements_ttl_box ul li {
  padding: 10px 30px;
  min-width: 250px;
  background-color: #454545;
  color: #fff;
}


.Requirements_box h2 {
  background-color: #454545;
  color: #fff;
  padding: 20px;
  font-size: 26px;
  display: inline-block;
}

.Requirements_box h3 {
  color: #d93600;
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0 0 0;
}
.Requirements_box p {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
}

.Requirements_box_list_main {
  margin: 0 0 30px 0;
}
.Requirements_box_list {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.Requirements_box_list p {
  padding: 0 20px;
}

.red_txt {
  font-size: 13px;
  color: #d93600;
}
.cta_box {

}
.cta_box .inner{
  background-image: url(../img/contact_bk.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: center center;
  height: 600px;
  background-size: contain;
}
.cta_box .inner ul {
  padding: 30px;
  display: flex;
  justify-content: space-around;
}

.cta_box .inner ul li{
  width: 45%;
}
.cta_box .inner .ttlimg{
  margin: 5em 0 0 0;
}
.mv img{
  width:100vw;
}
@media screen and (max-width: 1024px) {
  .panel th, .panel td {
    display: block;
    width: 100%;
}
input {
  font-size: 16px;
  height: 60px;
}
.flex {

  text-align: center;
}
/* h1 {
  width: 100%;
} */
nav ul {
  width: 100%;
}

}

/* --- confirm page ----*/
body.confirm__page table{
  width: 100%;
}
body.confirm__page table.tbl-r02 th{
  width: 40%;
}


@media screen and (max-width: 767px) {
	nav {
		display: flex;
		justify-content: end;
		width: 100%;
	}
	.from img {
		margin: 60px auto;
		text-align: center;
	}
	.panel {
		margin: 0px auto;
		text-align: left;
		width: 90%;
	}
	.check_box {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
		flex-direction: column;
	}
	.check_box p {
		display: flex;
		font-size: 12px;
	}
	.check_box p .must {
		padding: 5px 5px;
		font-size: 12px;
		font-weight: bold;
		display: block;
		margin: 0px 0;
	}
	input[type="submit"] {
	    width: 260px;
	    font-size: 20px;
	    font-weight: bold;
	    padding: 15px;
	    height: auto;
	    margin-bottom: 3em;
	    background-color: #ff0000;
	    color: #fff;
	}
	.hd_item03 {
	    position: fixed;
	    bottom: 0;
	    right: 0;
	    width: 20%;
	}

  nav {
  display: flex;
  width: 100%;
  justify-content: end;
  }

  nav ul li {
  padding: 0px 5px;
  }
  .panel {
  width: 100%;
  }
  table {
  margin: 20px auto;
  width: 90%;
  }

  /* --- mv ----*/
  .mv .mv_ttl__wrapper{
    width: 96%;
    top: 30%;
  }

  /* --- box01 ----*/
  .box01 .box01_ttl{
    width: 95%;
  }

  /* --- box02 ----*/
  .box02 .box02_ttl{
    width: 68vw;
    top: 16vw;
  }

  /* --- box03 ----*/
  .box03 .box03_ttl{
    width: 68vw;
    top: 26vw;
  }

  /* --- box04 ----*/
  .box04{
    /*margin-top:  -12vw;*/
  }
  .box04 .box04_ttl{
    width: 81.37vw;
    top: 17vw;
  }

  /* --- box05 ----*/
  .box05{
    /*margin-top:  -14vw;*/
  }
  .box05 .box05_ttl{
    width: 96.6vw;
    top: 17vw;
  }

  /* --- box06 ----*/
  .box06{
    /*margin-top:  -20vw;*/
  }
  .box06 .box06_ttl{
    width: 55vw;
    top: 17vw;
  }

  /* --- box07 ----*/
  .box07{
    /*margin-top:  -9vw;*/
  }
  .box07 .box07_ttl__wrapper{
    top: 11vw;
  }
  .box07 .box07_ttl_01{
    margin: 0px auto 5vw;
    width: 55vw;
  }
  .box07 .box07_ttl_02{
    width: 96vw;
    top: 17vw;
  }

  /* --- box08 ----*/
  .box08 .box08_ttl__wrapper{
    top: 15vw;
  }
  .box08 .box08_ttl_01{
    margin: 0px auto 5vw;
    width: 55vw;
  }
  .box08 .box08_ttl_02{
    width: 70.2vw;
    top: 17vw;
  }

  /* --- box09 ----*/
  .box09 .box09_ttl_01{
    width: 70vw;
    top: 7.2vw;
  }
  .job-info{
    position: relative;
  }
  .box09 .box09_ttl_02{
    width: 70vw;
    top: -26vw;
  }
  .job-info div.job-info__inner{
    padding-top: 20px;
  }
  .job-info__inner th.h-table__header{
    font-size: 18px;
    font-weight: bold;
    width: 110px;
    padding: 7px;
  }
  .job-info__inner td.h-table__text{
    font-size: 18px;
    padding: 7px;
  }

  /* --- form --- */
  .entry_ttl{
    width: 70vw;
    padding: 0;
  }

  .panel .tbl-form{
    width: 90%;
  }
  .from{
	  margin-bottom: 100px;
  }

  .cta_box .inner {
    background-size: cover;
    margin: 2em 0;
    height: auto;
  }
  .cta_box .inner ul {
    flex-direction: column;
  }
  .cta_box .inner ul li {
    width: 100%;
  }
  .inner {
    padding: 4em 5%;
  }
  .Requirements_ttl_box ul {
    flex-direction: column;
  }
  .Requirements_ttl_box ul li {
    width: 80%;
    margin: 10px auto;
  }
  .Requirements_box h2 {
    width: 180px;
    padding: 10px;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    text-align: center;
  }
  .Requirements_box {
    padding: 50px 15px;
  }
  .from img {
    margin: 60px auto;
    text-align: center;
    width: 80%;
  }
  .Requirements_ttl_box {
      padding: 2em auto;
      text-align: center;
  }
  footer{
    padding-top: 10px;
  }
}

/* 個人情報 */
.privacy__txt {
  font-size: 1.4rem;
  max-width: 700px;
  margin: 0 auto 10px;
}

.form__privacywrap {
  overflow: hidden;
  overflow-y: scroll;
  height: 140px;
  background: #fff;
  margin: 0 auto 15px;
  max-width: 100%;
  padding: 10px 3%;
  border: solid 1px #ccc;
}

.form__privacy {
  font-size: 1.4rem;
  line-height: 2;
  color: #111;
}


@media screen and (max-width: 640px) {
  .mv {
    line-height: 0;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 90%;
  }
  .tbl-r02 th, .tbl-r02 td {
    /* border-bottom: none; */
    display: block;
    width: 100% !important;
    padding: 30px 15px;
}
.tbl-r02 td {
  font-size: 16px;
}
button.input-button.reset__btn{
  display: block;
  margin: 30px auto;
}

}

/*# sourceMappingURL=style.css.map */


.shake {
  animation: shake 1.2s infinite;
}

@keyframes shake {
  0% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    50% { transform: translateX(2px); }
    75% { transform: translateX(-2px); }
    100% { transform: translateX(0); }
}