@charset "UTF-8";
/*
Theme Name: gear
Template: twentytwentyone
*/
/* CSS Document */
/* ---------------------
  - common
  - header
  - gNavi
  - top-page
  - footer
		- page_top
--------------------- */
/* ==========================================
  common
========================================== */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-weight: 500;
}
body, html {
  background: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
h1, h2, h3, h4 {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-spacing: 0;
  width: 100%;
  margin: 30px 0;
}
th, td {
  border-collapse: collapse;
  border: 1px solid #c9c9c9;
  line-height: 1.5;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding: 15px 20px;
}
th {
  background: #f1f1f1;
  text-align: center;
}
.table-scroll {
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #999;
}
/* margin padding */
.mgt10 {
  margin-top: 10px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt40 {
  margin-top: 40px;
}
.mgb40 {
  margin-bottom: 40px;
}
/* ul li */
.list_disc {
  list-style: disc outside;
  margin: 0 20px;
}
.list_disc li {
  padding-bottom: 15px;
}
/* background */
.bg_green {
  background: #9fcf39;
}
.bg_gray {
  background: #eee;
}
.bg_blue {
  background: #00a0e9;
}
/* button */
.btn a {
  display: block;
  border-radius: 60px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 30px;
  max-width: 300px;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}
.btn a::after {
  position: absolute;
  right: 15px;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.btn_b a {
  background: #000;
  color: #fff;
}
.btn_w a {
  border: 2px solid #000;
  color: #000;
}
/* txt_align */
.center {
  text-align: center;
}
/* font */
.f_20 {
  font-size: 20px;
}
.bold {
  font-weight: bold;
}
/* color */
.blue {
  color: #0079e9;
}
.green {
  color: #6fa70c;
}
.red {
  color: #F00;
}
/* col */
.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-2 {
  width: 50%;
}
.col-4 {
  width: 40%;
}
.col-6 {
  width: 60%;
}
.col-3 {
  width: 30%;
}
.col-7 {
  width: 70%;
}
/* none */
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
a:hover {
  opacity: 0.6;
}
.inner {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}
/* ==========================================
  gNavi
========================================== */
nav.inner {
  padding-top: 40px;
  width: 100%;
}
ul#gNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
ul#gNavi li a {
  color: #1ea820;
  padding-left: 10px;
}
ul#gNavi li.login a {
  background: #f4ae11;
  color: #fff;
  padding: 6px 20px;
  border-radius: 60px;
  margin-left: 20px;
}
@media screen and (max-width: 780px) {
  .menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100; /*   transform: translateX(0);
  transition: transform .5s;
 */
  }
  /* .menu-trigger.active {
  transform: translateX(-250px);
}
 */ .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: all .5s;
  }
  .menu-trigger.active span {
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  nav.inner {
    width: auto;
  }
  ul#gNavi {
    display: block;
    float: none;
  }
  nav {
    color: #fff;
    width: 300px;
    height: 100%;
    padding-top: 100px;
    padding-left: 10px;
    background-color: #e1e1e1;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(300px);
    transition: all .5s;
  }
  nav.open {
    transform: translateZ(0);
  }
  ul#gNavi {
    margin-top: 60px;
    text-align: center;
  }
  ul#gNavi li a {
    display: block;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    padding-bottom: 30px;
  }
}
/* ==========================================
  head
========================================== */
#head {
  color: #1ea820;
  padding-top: 40px;
}
#head h1 span {
  display: block;
  color: #000;
  padding-bottom: 10px;
}
#head h1 span img {
  vertical-align: middle;
  padding-right: 5px;
}
#head h3 {
  background: #e2493d;
  color: #fff;
  padding: 10px;
  border-radius: 60px;
  text-align: center;
  width: 80%;
}
#head .date {
  color: #e2493d;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #head {
    text-align: center;
  }
  #head h3 {
    font-size: 16px;
  }
}
/* ==========================================
  page entry
========================================== */
body.entry {
  display: flex;
  flex-direction: column;
}
.entry_box {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-top: 60px;
}
.entry_box .btn a {
  margin: 0;
}
@media screen and (max-width: 780px) {
  .entry_box .btn a {
    margin: auto;
  }
}
/* ==========================================
  page login
========================================== */
body.login {
  display: flex;
  flex-direction: column;
}
.login_box {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
  padding: 10px 20px;
}
.login_box p {
  margin-bottom: 10px;
}
.login_box p a {
  text-decoration: underline;
}
.login_box .btn a {
  padding: 15px;
  max-width: 180px;
  margin: 20px 0;
  position: relative;
}
.login_box .notice {
  background: #eee;
  border-radius: 4px;
  padding: 6px 10px;
  margin-top: 20px;
  text-align: left;
}
.login_box .btn a::after {
  content: '';
}
input[type=text] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
}
@media screen and (max-width: 780px) {
  .login_box .btn a {
    margin: 20px auto;
  }
}
/*////////// block ///////////*/
.block {
  padding-top: 60px;
}
.block h2 {
  font-size: 38px;
}
.block h2::before {
  content: "/";
  padding-right: 10px;
}
.block h2::after {
  content: "/";
  padding-left: 10px;
}
.block h3 {
  font-size: 20px;
  color: #15953c;
  border-left: 6px solid #9fcf39;
  padding-left: 10px;
}
.block h4 {
  font-size: 20px;
  padding-bottom: 20px;
}
.block .box {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-top: 40px;
}
.block .box_sen {
  border: 2px solid #9fcf39;
}
.box .ph {
  width: 20%;
  padding-right: 4%;
  padding-top: 30px;
  text-align: center;
}
.box .txt {
  width: 75%;
  padding-top: 30px;
}
.btn_block {
  text-align: center;
}
.btn_block .btn {
  display: inline-block;
  margin: 0 10px;
}
.btn_block .btn a {
  font-size: 16px;
  padding: 15px 30px;
  width: 180px;
}
#bnner {
  margin-top: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .block {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .block h2 {
    font-size: 34px;
  }
  .box .ph, .box .txt {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
  .btn_block .btn {
    display: block;
    margin: 0;
  }
  #bnner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .block h2 {
    font-size: 26px;
  }
}
/*////////// sponsors ///////////*/
.sponsors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sponsors li {
  width: 18%;
  text-align: center;
  padding: 10px 1%;
}
@media screen and (max-width: 780px) {
  .sponsors li {
    width: 23%;
  }
}
/* ==========================================
  page
========================================== */
.page #head .col-left {
  width: 60%;
}
.page #head .col-right {
  text-align: right;
  width: 40%;
}
.page #head h1 {
  font-size: 24px;
  padding-bottom: 5px;
}
.page #head h1 span {
  font-size: 15px;
  padding-bottom: 10px
}
.page #head h1 span img {
  width: 20px;
}
.page #head h2 {
  font-size: 20px;
}
.page #head h3 {
  font-size: 18px;
  display: inline-block;
  padding: 10px 40px;
  width: auto;
}
.page #head .date {
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  .page #head h1 {
    font-size: 30px;
  }
  .page #head h2 {
    font-size: 26px;
  }
  .page #head .col-left, .page #head .col-right {
    width: 100%;
  }
  .page #head .col-right {
    text-align: center;
    margin-top: 30px;
  }
  .page #head .col-2 {
    width: 100%;
  }
  .page #head h3 {
    padding: 10px;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .page #head h1 {
    font-size: 16px;
  }
  .page #head h2 {
    font-size: 15px;
  }
  .page #head .date, .page #head h3 {
    font-size: 16px;
  }
}
/* ==========================================
  page job
========================================== */
.job .head_title {
  padding: 60px 10px 80px;
  position: relative;
  background: url(../img/syusyoku_img_01.png) no-repeat right bottom;
}
.job .head_title h2 {
  color: #fff;
  font-size: 60px;
}
.job .head_title h2 span {
  display: block;
  font-size: 36px;
}
.job .head_title h2 span.sub_ttl {
  display: inline-block;
  background: #efec0f;
  border-radius: 60px;
  color: #000;
  padding: 10px 20px;
  font-size: 20px;
  margin-left: 10px;
}
.job .head_title .period {
  color: #000;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 30px;
}
.job .head_title .place {
  color: #000;
  font-size: 34px;
  font-weight: bold;
  line-height: normal;
  margin-top: 10px;
}
.job .head_title .period span, .job .head_title .place span{
  font-size: 28px;
}
.job .head_title .circle {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 90px;
  margin-right: 10px;
}
.job .head_title .period .circle {
  float: left;
}
.job .block h2.title {
  background: #00a0e9;
  border-radius: 60px;
  color: #fff;
  font-size: 36px;
  padding: 15px 40px;
  width: auto;
}
.job h2.title::before, .job h2.title::after {
  content: "";
}
.job .block h3 {
  color: #00a0e9;
  font-size: 24px;
  line-height: 1.5;
  border-left: none;
  padding-left: 0;
}
.job .block h4 {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.job .block p {
  padding-left: 20px;
  padding-right: 20px;
}
.job .btn a {
  font-size: 16px;
  font-weight: 500;
  padding: 6px 10px;
  margin: 0;
}
.job .btn_l a {
  display: block;
  border-radius: 60px;
	background: #EB3F42;
  font-size: 18px;
  font-weight: bold;
	color: #fff;
  padding: 20px;
  max-width: 60%;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}
.job .btn a:after {
  content: "";
}
.job dl {
  padding: 20px;
}
.job dl dt {
  border-bottom: 1px solid #ccc;
  width: 10%;
  padding-right: 4%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.job dl dd {
  border-bottom: 1px solid #ccc;
  width: 86%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.job .order {
  display: inline-block;
  background: #9fcf39;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .job .head_title h2 span.sub_ttl {
    display: block;
    font-size: 18px;
    width: 220px;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
  .job .block h2.title {
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .job .head_title {
    padding: 30px 10px;
  }
  .job .head_title h2 {
    font-size: 40px;
  }
  .job .head_title h2 span {
    font-size: 30px;
  }
  .job .head_title .period {
    font-size: 30px;
    margin-top: 30px;
  }
  .job .head_title .place {
    font-size: 28px;
    margin-top: 30px;
  }
  .job .head_title .period span, .job .head_title .place span {
    font-size: 20px;
  }
  .job .head_title .circle {
    display: block;
    border-radius: 60%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .job .head_title .place .circle {
	  float: left;
  }
  .job .block h2.title {
    font-size: 28px;
    text-align: center;
  }
  .job .block h3 {
    font-size: 20px;
  }
  .job dl dt, .job dl dd {
    width: 100%;
  }
  .job dl dt {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .job .head_title {
    padding: 30px 10px;
    background-size: 40%;
	  background-position: center right;
  }
  .job .block h2.title {
    font-size: 20px;
    text-align: center;
  }
.job .btn_l a {
  max-width: 100%;
}
}
/* ==========================================
  page job_entry
========================================== */
.job_entry .head_title {
  padding: 80px 10px;
  position: relative;
}
.job_entry .head_title h2 {
  color: #fff;
  font-size: 40px;
}
.job_entry .head_title h2 span {
  display: block;
  font-size: 20px;
}
.job_entry h3.title {
  color: #1ea820;
  font-size: 20px;
	border-top:  2px solid #1ea820;
	padding-top: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.job_entry .form_box {
  margin-top: 60px;
  margin-bottom: 60px;
}
.job_entry table {
  margin-top: 0;
}
.job_entry th {
	text-align: left;
}
.job_entry .required {
  color: #FF0004;
  margin-bottom: 0;
}
.job_entry .info {
  background: #f1f1f1;
  font-size: 13px;
  padding: 20px;
  margin-bottom: 30px;
}
.job_entry input[type="text"] {
  height: 2.4em;
  width: 80%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.job_entry input[type="checkbox"] {
	margin-right: 5px;
}
textarea, select {
	padding: 10px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.job_entry select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.job_entry select {
  position:relative;
    width: 200px;
}
.select_box{
    position: relative;
    width: 200px;
}

.select_box:after {
  content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #222;
    border-left: 2px solid #222;
    transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.job_entry .name input[type="text"] {
  width: auto;
  margin-left: 10px;
}
.job_entry .name span {
  padding-left: 10px;
  padding-right: 10px;
}
.schedule{
	width: 100%;
}
.schedule .date{
	background: #e1f5fe;
	font-weight: bold;
	font-size: 18px;
}
.job_entry .btn {
  display: inline-block;
  margin: 20px auto;
  padding: 10px 30px;
  border: none;
  border-radius: 4px;
  background-color: #1ea820;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 2px solid transparent;
}
.job_entry .btn.gray {
  background-color: #333;
}
.job_entry .btn:hover {
  background-color: #55c757;
}
.job_entry .btn.gray:hover {
  background-color: #777;
}
@media screen and (max-width: 780px) {
  .job_entry .head_title h2 {
    font-size: 32px;
    padding: 40px 0;
  }
 .job_entry .name input[type="text"] {
    width: 70%;
  }
 .job_entry .name span {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
.job_entry .head_title {
  padding: 40px 10px;
}
  .job_entry .head_title h2 {
    font-size: 24px;
  }
  .job_entry table th, .job_entry table td {
    display: block;
  }
textarea, select {
	width: 95%;
}

}
/* ==========================================
  footer
========================================== */
footer {
  margin-top: auto;
  background: #9fcf39;
  color: #fff;
  padding: 20px;
}
/* ==========================================
  page_top
========================================== */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
/* ==========================================
   @media
========================================== */
@media screen and (max-width: 780px) {
  .col-4, .col-6, .col-3, .col-7 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  /* none */
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}