@charset "UTF-8";
/*
サイト名：
URL：
制作開始日：
制作完了予定：

*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.5;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flex {
  display: flex;
}

#wrapper {
  /* 全体のくくり */
  width: 100%;
  margin: 0 auto;
}
#wrapper .pc {
  display: block;
}
#wrapper .sp {
  display: none;
}

header {
  overflow: hidden;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  height: 80px;
}
header > a img {
  width: 180px;
  display: block;
  height: auto;
  margin: 20px auto 10px;
}
header ul {
  float: right;
  margin: 30px 15px 0 0;
}
header ul li {
  float: left;
  margin-right: 25px;
}
header ul a {
  color: #999;
  text-decoration: none;
}
header ul a:hover {
  color: #555;
}

#top {
  width: 100%;
  /**background-image: url("images/bg-img.jpg");**/
  background-repeat: none;
  background-position: top;
  background-size: cover;
}
#top h1 {
  overflow: hidden;
  padding: 15px 10px;
}
#top h1 img {
  width: 100%;
  max-width: 920px;
  margin: 0px auto 0;
  display: block;
}

#container {
  background-color: #f9fbfc;
  overflow: hidden;
}

.banner-area {
  padding: 0 15px;
  text-align: center;
}
.banner-area img {
  margin: 20px 0;
}
.banner-area p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
}
.banner-area p a {
  font-weight: bold;
}

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

		私たちが応援します

-------------------------------*/
.support {
  width: 800px;
  margin: 0 auto;
  height: 346px;
  position: relative;
}
.support > div {
  float: left;
}
.support h2 img {
  margin: 70px 0 0 50px;
}
.support > img {
  position: absolute;
  bottom: 0;
  right: -850px;
  max-width: 1092px;
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.support > div p {
  font-size: 25px;
  margin: 10px 0 0 50px;
}
.support .omatisitemasu {
  position: absolute;
  top: -55px;
  right: 20%;
  z-index: 10;
}

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

		人材をお探しの企業様

--------------------------------*/
.kigyousama-bg {
  width: 100%;
  margin: 20px0;
  background-color: #fff;
  margin-top: 20px;
  /* box-shadow */
  box-shadow: 6px 7px 10px -6px #8f8f8f;
  -moz-box-shadow: 6px 7px 10px -6px #8f8f8f;
  -webkit-box-shadow: 6px 7px 10px -6px #8f8f8f;
}

.kigyousama {
  float: none;
  overflow: hidden;
  width: 800px;
  margin: 0px auto;
}
.kigyousama > img {
  float: left;
  width: 315px;
  height: auto;
}
.kigyousama .message {
  float: right;
}
.kigyousama .message img {
  margin: 30px 0 10px;
}
.kigyousama .message p {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

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

			説明会　詳細

--------------------------------*/
#information {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.info-title {
  overflow: hidden;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .info-title {
    margin-top: 25px;
  }
}
.info-title img {
  float: left;
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .info-title img {
    float: none;
    display: block;
    margin: 0 auto 20px;
    max-width: 90px;
  }
}
.info-title .circle {
  width: 132px;
  height: 132px;
  border-radius: 50%; /* これにより要素が円形になります */
  background-color: #005eb1; /* もし背景色を設定したい場合はここを変更してください */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  float: left;
  margin-bottom: 0px;
}
.info-title .circle span {
  font-size: 57px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .info-title .circle {
    float: none;
    margin: 0 auto 20px;
    max-width: 90px;
    width: 90px;
    height: 90px;
    font-size: 16px;
  }
  .info-title .circle span {
    font-size: 38px;
  }
}
.info-title h3 {
  float: left;
  color: #0c579a;
  font-weight: bold;
  font-size: 26px;
  margin: 30px 0 0 20px;
}
@media (max-width: 600px) {
  .info-title h3 {
    float: unset;
    width: 320px;
    margin: 0 auto;
  }
}
.info-title h3 .boxed-text {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  margin-right: 5px;
}
.info-title h3 .boxed-text:nth-child(8) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .info-title h3 .boxed-text {
    font-size: 22px;
    width: 35px;
    height: 35px;
  }
}
.info-title h3 .boxed-blue {
  box-sizing: border-box;
  z-index: 1;
  /* 文字グラデーション */
  background: linear-gradient(180deg, #0088ff 0%, rgb(12, 87, 154) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info-title h3 .boxed-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0; /* 角丸不要ならそのまま */
  padding: 3px; /* 枠の太さ */
  background: linear-gradient(180deg, #0088ff, rgb(12, 87, 154));
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.info-title h3 .boxed-white {
  box-sizing: border-box;
  z-index: 1;
  /* 文字グラデーション */
  background: linear-gradient(180deg, #0088ff 0%, rgb(12, 87, 154) 100%);
  color: #ffffff;
}
.info-title h3 .boxed-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0; /* 角丸不要ならそのまま */
  padding: 3px; /* 枠の太さ */
  background: linear-gradient(180deg, #0088ff, rgb(12, 87, 154));
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.info-title h3 .small-text {
  display: block;
  text-align: right;
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .info-title h3 .small-text {
    font-size: 18px;
  }
}

.info-list {
  background-color: #fff;
  max-width: 760px;
  width: 96%;
  border: solid 5px #0d579a;
  border-radius: 20px;
  padding: 20px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  /* box-shadow */
  box-shadow: 6px 7px 10px -6px #8f8f8f;
  -moz-box-shadow: 6px 7px 10px -6px #8f8f8f;
  -webkit-box-shadow: 6px 7px 10px -6px #8f8f8f;
  margin-top: 10px;
}
.info-list ul {
  width: 100%;
}
.info-list ul li {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.info-list ul li div {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  display: table-cell;
}
.info-list ul li .left {
  width: 30%;
  color: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  font-size: 18px;
  /*background: #0076de; /* Old browsers  元の色（青）
  background: linear-gradient(to bottom,  #0076de 0%,#005bab 100%);*/
  background: rgb(9, 9, 121);
  background: linear-gradient(0deg, rgb(9, 9, 121) 0%, rgb(13, 87, 154) 73%);
}
.info-list ul li .right {
  width: 70%;
  text-align: left;
  padding-left: 25px;
  border: solid 2px #0d579a;
  border-radius: 0px 6px 6px 1px;
  -moz-border-radius: 0px 6px 6px 1px;
  -webkit-border-radius: 0px 6px 6px 1px;
  font-size: 18px;
  font-weight: bold;
}
.info-list ul li .right a {
  color: inherit;
  font-size: 18px;
  font-weight: bold;
}
.info-list .koronataisaku img {
  display: block;
  margin-bottom: 20px;
}
.info-list .koronataisaku p {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.info-list img {
  display: block;
  margin: 10px auto 0;
}

.sannka {
  margin: 15px 0;
  text-align: center;
}
.sannka p {
  margin: 20px atuo;
  text-align: center;
  font-weight: 900;
  color: #0c5798;
  font-size: 33px;
}
.sannka span {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 5px 10px;
  background-color: #e83228;
  border-radius: 10px;
  margin: 5px 0;
  display: block;
}

.yoyaku-all .yoyaku img {
  border-radius: 10px;
}
.yoyaku-all .yoyaku-btn {
  display: flex;
}
.yoyaku-all .yoyaku-btn a {
  margin: 15px auto;
  text-decoration: none;
}
.yoyaku-all .yoyaku-btn a:hover {
  opacity: 0.9;
}
.yoyaku-all .yoyaku-btn a p {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(to bottom, #fa7193 0%, #f8406e 100%);
  width: fit-content;
  padding: 10px;
  border-radius: 10px 15px;
}
@media screen and (max-width: 600px) {
  .yoyaku-all .yoyaku-btn a p {
    font-size: clamp(20px, 5.34vw, 32px);
  }
}

.info-list .next {
  margin-top: 30px;
  border-top: solid 4px #005fb3;
  border-bottom: solid 4px #005fb3;
}
.info-list .next th,
.info-list .next td {
  padding: 10px 10px;
  vertical-align: middle;
}
.info-list .next th {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #0061b6;
}
.info-list .next td {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

/*-- 参加企業一覧 --*/
#company-list-bg {
  background-color: #f2f2f2;
  padding: 35px;
  margin: 40px 0;
}

#company-list {
  width: 780px;
  margin: 0 auto;
}
#company-list h2 {
  border-bottom: solid 5px #005ab0;
  padding-bottom: 10px;
}
#company-list h2 p {
  font-size: 42px;
  color: #005fba;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  position: relative;
}
#company-list h2 p span {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
  bottom: 10px;
  letter-spacing: 0;
}
#company-list h2 img.company-list-img {
  width: 430px;
  display: block;
  margin: 0 auto;
}
#company-list h2 img.company-list-img-icon {
  width: 1em;
  position: absolute;
  top: 50%;
  transform: translate(-135%, -50%);
}
#company-list table {
  width: 780px;
  font-size: 18px;
  margin: 30px auto;
}
#company-list table td {
  padding: 10px 12px 10px 13px;
  border: solid 10px #f2f2f2;
  color: #0c579a;
  font-weight: bold;
  width: 50%;
  vertical-align: middle;
  background-color: #fff;
}

/*-- 応募方法 --*/
#contact {
  max-width: 760px;
  width: 96%;
  margin: 50px auto;
}
#contact h3 {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  color: #0d579a;
  letter-spacing: 3px;
}
#contact h3 span {
  display: block;
  font-size: 22px;
}

.tel-contact {
  margin-bottom: 40px;
}

#mail-box > img {
  display: block;
  margin: 20px auto 10px;
}

#company-entry h4,
.company-only-form h4,
#job-seeker h4,
.job-seeker-only-form h4 {
  margin: 0px 0 20px;
  font-size: 33px;
  line-height: 120%;
  letter-spacing: 0.1em;
}

#company-entry,
.company-only-form {
  box-sizing: border-box;
  padding: 30px 10px;
  border: solid 5px #005cac;
  border-radius: 30px;
  background-color: #f9f9f9;
  box-shadow: 6px 7px 10px -6px #8f8f8f;
  -moz-box-shadow: 6px 7px 10px -6px #8f8f8f;
  -webkit-box-shadow: 6px 7px 10px -6px #8f8f8f;
}
#company-entry h4,
.company-only-form h4 {
  color: #005cac;
}
#company-entry .cost,
.company-only-form .cost {
  margin-bottom: 16px;
  max-width: 515px;
  width: 90%;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 20px 10px 15px;
  margin: 10px auto 20px;
  color: #ffffff;
  background-color: #005cac;
}
#company-entry .cost p.txt,
.company-only-form .cost p.txt {
  color: #005cac;
  background-color: #ffffff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
  border-radius: 8px;
  margin-bottom: 20px;
}
#company-entry .cost p.atte,
.company-only-form .cost p.atte {
  font-size: 18px;
  text-align: right;
}
#company-entry .cost article ul,
.company-only-form .cost article ul {
  margin-bottom: 15px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#company-entry .cost article ul li:first-child,
.company-only-form .cost article ul li:first-child {
  border-radius: 10px;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #005cac;
  background-color: #ffffff;
  padding: 0 15px;
  margin-right: 30px;
}
#company-entry .cost article ul li:last-child,
.company-only-form .cost article ul li:last-child {
  padding-top: 10px;
}
#company-entry .cost article ul li:last-child div,
.company-only-form .cost article ul li:last-child div {
  font-weight: bold;
  font-size: 62px;
  line-height: 0.8em;
}
#company-entry .cost article ul li:last-child div span,
.company-only-form .cost article ul li:last-child div span {
  font-weight: bold;
}
#company-entry .cost article ul li:last-child div span.yen,
.company-only-form .cost article ul li:last-child div span.yen {
  font-size: 0.5em;
}
#company-entry .cost article ul li:last-child div span.tax,
.company-only-form .cost article ul li:last-child div span.tax {
  font-size: 0.4em;
}
#company-entry .cost article ul li:last-child small,
.company-only-form .cost article ul li:last-child small {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  #company-entry .cost,
  .company-only-form .cost {
    max-width: 300px;
  }
  #company-entry .cost p.txt,
  .company-only-form .cost p.txt {
    font-size: 18px;
    padding: 3px 0;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  #company-entry .cost p.atte,
  .company-only-form .cost p.atte {
    font-size: 12px;
  }
  #company-entry .cost article ul,
  .company-only-form .cost article ul {
    margin-bottom: 10px;
    justify-content: space-between;
  }
  #company-entry .cost article ul li:first-child,
  .company-only-form .cost article ul li:first-child {
    font-size: 20px;
    padding: 0 10px;
    margin-right: 0px;
    border-radius: 5px;
  }
  #company-entry .cost article ul li:last-child,
  .company-only-form .cost article ul li:last-child {
    padding-top: 10px;
  }
  #company-entry .cost article ul li:last-child div,
  .company-only-form .cost article ul li:last-child div {
    font-size: 36px;
  }
  #company-entry .cost article ul li:last-child small,
  .company-only-form .cost article ul li:last-child small {
    font-size: 14px;
  }
}
#company-entry > span,
.company-only-form > span {
  display: block;
  text-align: center;
  font-weight: bold;
  background: #005cac;
  color: #fff;
  margin-bottom: 16px;
  padding: 6px;
  font-size: 16px;
}

#job-seeker h4,
.job-seeker-only-form h4 {
  color: #f8416f;
}
#job-seeker > span,
.job-seeker-only-form > span {
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: center;
  color: red;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}
#job-seeker .submit input,
.job-seeker-only-form .submit input {
  border: solid 4px #f8416f;
  color: #f8416f;
}
#job-seeker .submit input:hover,
.job-seeker-only-form .submit input:hover {
  color: #fff;
  background-color: #f8416f;
}

h4 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

/*-- メール --*/
.form-box {
  width: 100%;
  margin: 20px auto;
}
.form-box table th,
.form-box table td,
.form-box table input {
  box-sizing: border-box;
  vertical-align: middle;
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form-box table th {
  color: #0c579a;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  padding: 18px 10px;
}
.form-box table th span {
  background-color: #ff5b7e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 5px;
  margin-right: 10px;
}
.form-box table input,
.form-box table textarea {
  font-size: 15px;
  border: solid 2px #005ab0;
  border-radius: 6px;
}
.form-box table input.long {
  width: 96%;
  padding: 8px;
}
.form-box table input.short {
  width: 40%;
  padding: 8px;
}

.fax {
  color: #0c579a;
  font-weight: bold;
  font-size: 16px;
}

.submit input {
  background-color: transparent;
  display: block;
  margin: 50px auto 40px;
  padding: 12px 0;
  color: #005ab0;
  width: 350px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: solid 4px #005ab0;
  border-radius: 10px;
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.submit input:hover {
  background-color: #005ab0;
  color: #fff;
}
.submit p {
  font-weight: bold;
  font-size: 14px;
  color: #005ab0;
  text-align: center;
}

/*---------------------*/
フォームのタブ切り替え .ChangeElem_Panel {
  display: none;
}

.ChangeElem_Btn_Content {
  text-align: center;
}
.ChangeElem_Btn_Content div {
  display: inline-block;
  text-align: center;
  padding: 20px 50px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: 6em;
}
.ChangeElem_Btn_Content .is-active {
  padding: 25px 50px;
}
.ChangeElem_Btn_Content .job-seeker-Btn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa7193+0,f8406e+100 */
  background: #fa7193;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fa7193 0%, #f8406e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fa7193 0%, #f8406e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fa7193 0%, #f8406e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa7193", endColorstr="#f8406e", GradientType=0);
  /* IE6-9 */
  /* border-radius */
  border-radius: 10px 10px 0px 0px;
}
.ChangeElem_Btn_Content .company-entry-Btn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0076de+0,005bab+100 */
  background: #0076de;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0076de 0%, #005bab 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0076de 0%, #005bab 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0076de 0%, #005bab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0076de", endColorstr="#005bab", GradientType=0);
  /* IE6-9 */
  /* border-radius */
  border-radius: 10px 10px 0px 0px;
}

#job-seeker,
.job-seeker-only-form {
  padding: 30px 10px;
  border: solid 5px #f8416f;
  border-radius: 30px;
  background-color: #ffeef1;
}

#company-entry,
.company-only-form {
  padding: 30px 10px;
  border: solid 5px #005cac;
  border-radius: 30px;
  background-color: #f9f9f9;
  box-shadow: 6px 7px 10px -6px #8f8f8f;
  -moz-box-shadow: 6px 7px 10px -6px #8f8f8f;
  -webkit-box-shadow: 6px 7px 10px -6px #8f8f8f;
}

#access {
  margin: 50px auto;
  width: 96%;
  max-width: 760px;
}
#access p {
  text-align: center;
  font-size: 48px;
  color: #005eb1;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 5px #005cac;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  #access p {
    font-size: 32px;
  }
}
#access .iframe_wrap {
  width: 90%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-top: 387px;
  box-shadow: 6px 7px 10px -6px #8f8f8f;
  -moz-box-shadow: 6px 7px 10px -6px #8f8f8f;
  -webkit-box-shadow: 6px 7px 10px -6px #8f8f8f;
}
#access .iframe_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*-- 電話番号 --*/
#tel-box {
  text-align: center;
}
#tel-box > img {
  display: block;
  margin: 60px auto 10px;
}
#tel-box h4 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#tel-box h5 {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}
#tel-box h5 span {
  display: block;
  font-weight: bold;
  font-size: 25px;
}
#tel-box a {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  text-decoration: none;
  color: #005ab0;
  text-align: center;
}

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

			footer

--------------------------------*/
.city-b {
  width: 100%;
  background-image: url("images/city-b.png");
  background-repeat: none;
  background-position: center;
  height: 83px;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-top: 100px;
}

#footer-bg {
  background-color: #fff;
  margin-top: -10px;
}

footer {
  width: 100%;
  max-width: 980px;
  margin: 10px auto 0;
  padding-bottom: 10px;
  overflow: hidden;
}
footer .Company-left {
  float: left;
  margin: 10px 0 0 20px;
}
footer .Company-left h2 {
  font-size: 16px;
  font-weight: bold;
}
footer .Company-left a {
  color: #005ab0;
  text-decoration: none;
}
footer .Company-left a:hover {
  text-decoration: underline;
}
footer .Company-right {
  float: right;
  margin: 10px 20px 0 0;
  text-align: center;
}
footer .Company-right img {
  width: 180px;
  height: auto;
  display: block;
  margin-top: 10px;
}

.none-img .inner > p {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.none-img .inner .waku-syurui {
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  /**************************

  	スマートフォン用css

  ***************************/
  #wrapper .sp {
    display: block;
  }
  #wrapper .pc {
    display: none;
  }
  header {
    width: 100%;
  }
  #top {
    height: auto;
    overflow: hidden;
  }
  #top .city-w {
    background-size: 1000px;
    height: 60px;
  }
  #top h1 {
    padding: 5px;
  }
  #top h1 img {
    margin-bottom: 30px;
  }
  #information {
    width: 100%;
  }
  .kigyousama {
    width: 100%;
  }
  .kigyousama > img {
    width: 70%;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .kigyousama .message {
    float: none;
  }
  .kigyousama .message img {
    display: block;
    margin: 10px auto 10px;
    max-width: 90%;
  }
  .kigyousama .message p {
    font-size: 15px;
    width: 80%;
    margin: 10px auto;
  }
  .kigyousama .message p br {
    display: none;
  }
  .info-list {
    width: 98%;
    margin: 15px auto;
    padding: 10px 7px;
    border-radius: 8px;
  }
  .info-list > p {
    font-size: 12px;
  }
  .info-list .sannka .sp {
    display: inline;
  }
  .info-list .sannka span {
    font-size: 18px;
  }
  .info-list ul li {
    display: block;
  }
  .info-list ul li div {
    display: block;
  }
  .info-list ul li .left {
    width: 100%;
    font-size: 14px;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    box-sizing: border-box;
  }
  .info-list ul li .right {
    padding: 10px;
    width: 100%;
    border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    box-sizing: border-box;
    border-top: none;
  }
  .info-list ul li .right,
  .info-list ul li .right a {
    font-size: 14px;
  }
  .info-list .next th,
  .info-list .next td {
    display: block;
  }
  .info-list .next th {
    font-size: 18px;
  }
  .info-list .next td {
    font-size: 16px;
  }
  .points-sp {
    width: 100%;
  }
  #contact {
    width: 100%;
    margin-top: 20px;
  }
  #tel-box a {
    font-size: 44px;
  }
  #tel-box h5 span {
    font-size: 22px;
  }
  #mail-box > img {
    margin-top: 30px;
  }
  .form-box {
    width: 96%;
  }
  h2 > img {
    margin: 15px 15px;
  }
  /*------------------------

  	タブ切り替え

  ------------------------*/
  #mail-box #company-entry h4,
  #mail-box #job-seeker h4 {
    font-size: 20px;
  }
  .ChangeElem_Btn_Content div {
    font-size: 15px;
    padding: 15px 10px;
  }
  .ChangeElem_Btn_Content .is-active {
    padding: 20px;
  }
  #job-seeker {
    border: solid 5px #ff5b7e;
    border-radius: 15px;
    padding: 15px 10px;
  }
  #company-entry {
    border: solid 5px #1171c7;
    border-radius: 15px;
    padding: 15px 10px;
  }
  .form-box table th {
    font-size: 18px;
    padding: 18px 0px;
    padding-bottom: 10px;
  }
  .form-box table th,
  .form-box table td {
    display: block;
  }
  .form-box table input.short {
    width: 100%;
  }
  .fax {
    display: block;
    text-align: left;
    padding-left: 10px;
    font-size: 18px;
  }
  .form-box table th span {
    float: none;
    margin-left: 0;
  }
  .city-b {
    background-size: 1200px;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .submit input {
    width: 86%;
    margin: 50px auto 20px;
  }
  footer {
    width: 100%;
  }
  footer .Company-left,
  footer .Company-right {
    float: none;
    text-align: center;
  }
  footer .Company-right img {
    display: none;
  }
  /*---- 参加企業一覧 -----*/
  #company-list-bg {
    padding: 20px 0;
  }
  #company-list {
    width: 94%;
    margin: 0 auto;
  }
  #company-list table {
    width: 100%;
  }
  #company-list table td {
    display: block;
    padding: 8px 0 8px 10px;
    border: solid 5px #f6f6f6;
    width: 100%;
    box-sizing: border-box;
  }
  #company-list table td input {
    display: block;
    margin-bottom: 5px;
  }
  #mail-box .form-box table input.long,
  #mail-box .form-box table input.short {
    width: 100%;
  }
  .form-box table td input,
  .form-box table td textarea {
    width: 100%;
  }
  .form-box table .button input {
    width: auto;
  }
  .job-only {
    width: 100%;
  }
  .company-only-form {
    width: 96%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */