@charset "UTF-8";
.left_container {
  float: left;
}

.right_container {
  float: right;
}

* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

li {
  list-style-type: none;
}

table {
  width: 100%;
}
table tr th, table tr td {
  border: 1px solid #ccc;
  padding: 10px;
}
table tr th {
  background: #eee;
  text-align: left;
  font-weight: normal;
  width: 250px;
  vertical-align: top;
}

/* header */
header #h_common {
  width: 980px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
header #h_common:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header #h_common #h_logo {
  width: 664px;
  margin-top: 10px;
}
header #h_common #h_logo p {
  font-size: 132%;
  color: #1cb6fb;
  margin-bottom: 10px;
}
header #h_common nav {
  width: 233px;
}
header #h_common nav ul li a {
  display: block;
  width: 233px;
  height: 65px;
  text-indent: -9999px;
}
header #h_common nav ul li a#h_link_about {
  background: url(../images/global_menu_about_off.jpg) no-repeat;
}
header #h_common nav ul li a#h_link_about:hover, header #h_common nav ul li a#h_link_about.current {
  background: url(../images/global_menu_about_on.jpg) no-repeat;
}
header #h_common nav ul li a#h_link_recruit {
  background: url(../images/global_menu_recruit_off.jpg) no-repeat;
  margin-top: 10px;
}
header #h_common nav ul li a#h_link_recruit:hover, header #h_common nav ul li a#h_link_recruit.current {
  background: url(../images/global_menu_recruit_on.jpg) no-repeat;
}
header #h_img {
  overflow: hidden;
}
header #h_img img {
  display: block;
  width: 100%;
  min-width: 980px;
}
header .top_img {
  height: 500px;
}
header .page_img {
  height: 260px;
}

/* article */
article section {
  margin-top: 60px;
}
article section h2 {
  background: url(../images/h2_background.jpg) bottom repeat-x;
  margin-bottom: 40px;
}
article section h2 span {
  font-size: 260%;
  font-weight: normal;
  width: 980px;
  margin: 0 auto;
  display: block;
}
article section .inner {
  width: 980px;
  margin: 0 auto;
  display: block;
}
article .contact {
  width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
article .contact .link a.banner1 {
  display: block;
  width: 581px;
  height: 60px;
  background: url(../images/contact_mail_off.jpg);
  text-indent: -9999px;
  margin-bottom: 10px;
}
article .contact .link a.banner1:hover {
  background: url(../images/contact_mail_on.jpg);
}
article .contact .link a.banner2 {
  display: block;
  width: 581px;
  height: 60px;
  background: url(../images/recruit_apply_off.jpg);
  text-indent: -9999px;
}
article .contact .link a.banner2:hover {
  background: url(../images/recruit_apply_on.jpg);
}
article section#advantage dl dt {
  font-size: 180%;
  color: #0364a8;
  margin-bottom: 10px;
}
article section#advantage dl dd {
  padding-left: 40px;
  margin-bottom: 40px;
}
article section#advantage dl dd:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
article section#advantage dl dd .list {
  float: left;
}
article section#advantage dl dd .list ul {
  margin-bottom: 10px;
}
article section#advantage dl dd .list ul li {
  font-size: 150%;
  color: #f00;
}
article section#advantage dl dd span.title {
  display: block;
  margin-bottom: 10px;
}
article section#advantage dl dd span.emphasis {
  font-size: 150%;
  color: #f00;
}
article section#advantage dl dd img {
  float: left;
  margin-right: 25px;
}
article section#convention ul li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
article section#convention ul li:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0 none;
}
article section#convention ul li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
article section#convention ul li p {
  float: left;
  width: 620px;
}
article section#convention ul li img {
  float: right;
}
article section#convention h3 {
  font-size: 180%;
  font-weight: normal;
  color: #0364a8;
}
article section#convention p {
  margin: 1em 0;
}
article section#convention p.emphasis {
  font-size: 150%;
  color: #f00;
}
article section#convention p.achievement {
  padding: 20px;
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
}
article section#convention .images {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
article section#convention .images img {
  width: 31%;
}
article section#contact_form p.require {
  margin-top: 15px;
  color: #f00;
  text-decoration: underline;
}
article section#contact_form table {
  margin-top: 40px;
}
article section#contact_form table tr th {
  padding-top: 13px;
}
article section#contact_form table tr th span.require {
  color: #f00;
  font-size: 85%;
  font-weight: bold;
  margin-left: 5px;
}
article section#contact_form table tr td input[type=text] {
  width: 90%;
  font-size: 100%;
}
article section#contact_form table tr td textarea {
  width: 90%;
}
article section#contact_form table tr td ul li {
  display: block;
  line-height: 160%;
}
article section#contact_form table tr td ul li input {
  margin-top: -2px;
  margin-right: 10px;
}
article section#contact_form table tr td span.error {
  display: block;
  margin-top: 5px;
  color: #f00;
  font-size: 80%;
}
article section#contact_form #submit_button {
  margin-top: 40px;
  text-align: center;
}
article section#contact_form #submit_button #confirm_button {
  width: 145px;
  height: 45px;
  background: url(../images/button_confirm.jpg);
  border: 0 none;
  text-indent: -9999px;
}
article section#contact_form #submit_button #confirm_button:hover {
  opacity: 0.85;
}
article section#contact_form_confirm table {
  margin-top: 40px;
}
article section#contact_form_confirm form {
  margin-top: 40px;
  text-align: center;
}
article section#contact_form_confirm form #return_button {
  width: 145px;
  height: 45px;
  background: url(../images/button_return.jpg);
  border: 0 none;
  text-indent: -9999px;
}
article section#contact_form_confirm form #return_button:hover {
  opacity: 0.7;
}
article section#contact_form_confirm form #return_button + input {
  margin-left: 20px;
}
article section#contact_form_confirm form #send_button {
  width: 145px;
  height: 45px;
  background: url(../images/button_send.jpg);
  border: 0 none;
  text-indent: -9999px;
}
article section#contact_form_confirm form #send_button:hover {
  opacity: 0.7;
}
article section#contact_form_confirm form #send_button + input {
  margin-left: 20px;
}
article section#contact_form_result p.error {
  color: #f00;
}

/* footer */
footer {
  margin-top: 80px;
}
footer #page_top {
  width: 980px;
  margin: 0 auto;
  display: block;
}
footer #page_top:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
footer #page_top a {
  float: right;
  display: block;
  width: 186px;
  height: 29px;
  text-indent: -9999px;
  background: url(../images/page_top.jpg) no-repeat;
}
footer #page_top a:hover {
  opacity: 0.7;
}
footer section#footer {
  margin-top: 20px;
  border-top: 3px solid #1cb6fb;
  background: #cff0fe;
}
footer section#footer #f_logo {
  width: 980px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  padding-bottom: 40px;
}
footer section#footer #f_logo p {
  font-size: 132%;
  color: #0364a8;
  margin-bottom: 20px;
}
footer section#footer #f_about {
  background: #1cb6fb;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6bcffc;
}
footer section#footer #f_about p {
  width: 980px;
  margin: 0 auto;
  display: block;
}
footer section#footer #copyright {
  background: #1cb6fb;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer section#footer #copyright small {
  width: 980px;
  margin: 0 auto;
  display: block;
  text-align: right;
  font-size: 90%;
}
