@charset "UTF-8";
.contents ol {
  display: block;
  list-style-type: decimal;
  margin: 0 0 0.5em 1em;
}
@media print, screen and (min-width: 768px) {
  .contents ol {
    margin: 0 0 0.5em 1.5em;
  }
}
.contents ol li {
  display: list-item;
  padding: 0;
  list-style-type: none;
}
.contents ol.alpha > li {
  list-style-type: lower-alpha;
}
.contents ol.roman > li {
  list-style-type: lower-roman;
}
.contents ol.disc > li {
  list-style-type: disc;
}
.contents ol.circle > li {
  list-style-type: circle;
}
.contents ol.square > li {
  list-style-type: square;
}
.contents ol.none > li {
  list-style-type: none;
}
.contents > ol {
  margin: 0 0 0.5em 1.5em;
}
.contents > ol > li > span, .contents > ol > li::marker {
  font-weight: bold;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .contents > ol > li > span, .contents > ol > li::marker {
    font-size: 1.8rem;
  }
}
.contents ul.disc {
  list-style: disc;
  padding-left: 22px;
}
.contents ul.disc li {
  display: list-item;
}
.contents ul.disc li::marker {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
/* --------------------------------------------------------------
	会社案内
-------------------------------------------------------------- */
.company_nav {
  padding: 0 0 5px 0;
}
.company_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
}
.company_nav ul li {
  width: 32%;
  height: 40px;
  line-height: 40px;
  margin: 0 2% 10px 0;
  padding: 0;
  background-color: #f4f4f4;
  text-align: center;
}
.company_nav ul li.active {
  background-color: #222f74;
}
.company_nav ul li.active a {
  color: #fff;
}
.company_nav ul li:last-of-type {
  margin: 0 0 10px 0;
}
.company_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
}
@media print, screen and (min-width: 768px) {
  .company_nav {
    padding: 0 0 20px 0;
  }
  .company_nav ul li {
    height: 50px;
    line-height: 50px;
  }
}
/* 会社概要
---------------------------------------- */
.company p.msg {
  padding: 15px 0 0 0;
}
.company p.img {
  padding: 15px 0 0 0;
}
@media print, screen and (min-width: 768px) {
  .company p.msg {
    padding: 20px 0 0 0;
  }
  .company p.img {
    padding: 20px 0 0 0;
  }
}
/* 営業拠点
---------------------------------------- */
.office .main section {
  padding: 0 0 15px 0;
}
.office .main section:last-of-type {
  padding: 0;
}
.office p.img {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .office .main section {
    padding: 0 0 30px 0;
  }
  .office p.img {
    padding: 0 0 20px 0;
  }
}
/* 沿革
---------------------------------------- */
.history .main section {
  padding: 0 0 15px 0;
}
.history .main section:last-of-type {
  padding: 0;
}
.history p.img {
  text-align: center;
}
table.history {
  border-top: solid 1px #efefef;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
table.history tr {
  border-bottom: solid 1px #efefef;
}
table.history tr:nth-of-type(even) {
  background-color: #fffff0;
}
table.history th {
  width: 85px;
  padding: 5px 0 5px 5px;
  text-align: left;
  vertical-align: top;
}
table.history td {
  padding: 5px 5px 5px 0;
}
@media print, screen and (min-width: 768px) {
  .history .main section {
    padding: 0 0 30px 0;
  }
  .history p.img {
    padding: 0 0 20px 0;
  }
  table.history {
    font-size: 1.5rem;
  }
  table.history th {
    width: 10.5em;
    padding: 5px 0 5px 10px;
  }
}
/* 主催事業
---------------------------------------- */
.sponsorship .hl_b {
  margin: 0 0 20px 0;
}
.sponsorship .main section {
  padding: 0 0 10px 0;
}
.sponsorship .event {
  padding: 0 5px;
}
.sponsorship figure {
  padding: 15px 0 0 0;
  text-align: center;
}
.sponsorship figure figcaption {
  padding: 5px 0 0 0;
}
@media print, screen and (min-width: 768px) {
  .sponsorship .hl_b {
    margin: 0 0 30px 0;
  }
  .sponsorship figure figcaption {
    padding: 5px 0;
  }
}
/* --------------------------------------------------------------
	採用ガイド
-------------------------------------------------------------- */
.recruit .main section {
  padding-bottom: 10px;
}
.recruit .main section section:last-of-type {
  padding-bottom: 0;
}
.recruit p {
  line-height: 1.7;
}
.recruit .hl_a, .recruit .hl_b {
  margin: 0 0 20px 0;
}
.recruit .portrait {
  text-align: center;
}
dl.recruit {
  line-height: 1.7;
}
dl.recruit dt {
  padding: 0 0 5px 0;
  font-weight: bold;
}
dl.recruit dd {
  padding: 0 0 15px 0;
}
.recruit_btn {
  padding: 30px 0 10px;
  border-top: solid 1px #ccc;
}
.recruit_btn p {
  padding: 0 0 20px 0;
}
.recruit_btn p a.btn {
  width: 80%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .recruit .main section {
    padding-bottom: 20px;
  }
  .recruit .block_layout .col_l {
    width: calc(100% - 240px);
    padding: 0 20px 0 0;
  }
  .recruit .block_layout .col_r {
    width: 240px;
    padding: 0 0 20px 0;
  }
  .recruit .portrait {
    padding: 0 0 25px 0;
  }
  .recruit .portrait img {
    width: 410px;
  }
  dl.recruit dd {
    padding: 0 0 30px 0;
  }
  dl.recruit dd:last-of-type {
    padding: 0 0 15px 0;
  }
  .recruit_btn {
    display: flex;
    padding: 40px 0;
  }
  .recruit_btn p {
    width: 50%;
    padding: 0;
  }
  .recruit_btn p a.btn {
    width: 240px;
    margin: 0 20px 0 auto;
  }
  .recruit_btn p a.youkou {
    margin: 0 20px 0 auto;
  }
  .recruit_btn p a.contact {
    margin: 0 auto 0 20px;
  }
}
/* メールでお問い合わせ
---------------------------------------- */
.contact .main section {
  padding: 0 0 20px 0;
}
.contact .main section:last-of-type {
  padding-bottom: 25px;
}
.contact .privacy_policy {
  padding: 20px 0 0 0;
}
.contact .privacy_policy h4 {
  padding: 0 0 5px 0;
  font-size: 1.6rem;
}
.contact .privacy_policy .scroll {
  border: solid 1px #ccc;
  height: 120px;
  padding: 5px 5px 5px 10px;
  overflow-y: scroll;
}
.contact .consent_txt {
  padding: 10px 0;
}
.contact .consent_check {
  text-align: center;
}
.progress {
  display: none;
}
.progress ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0 15px 15px 0;
}
.progress ol li {
  position: relative;
  width: 27%;
  height: 30px;
  line-height: 30px;
  background-color: #e3e3e3;
  color: #656565;
  font-size: 1.3rem;
  text-align: center;
  padding: 0 0 0 5px;
}
.progress ol li.active {
  color: #ffffff;
  font-weight: bold;
  background-color: #222f74;
}
.progress ol li.active:after {
  border-left: 15px solid #222f74;
}
.progress ol li:after {
  position: absolute;
  top: 0;
  right: -30px;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #e3e3e3;
}
.confirm .progress {
  display: none;
}
.confirm .privacy_policy {
  display: none;
}
.mw_wp_form_input .progress.input, .mw_wp_form_confirm .progress.confirm {
  display: block;
}
.contact .my_form_submit, .confirm .my_form_submit {
  padding: 15px 0 0 0;
}
.mw_wp_form_input input[name='submitConfirm'][disabled] {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .contact .main section {
    padding: 0 0 40px 0;
  }
  .contact .sec_cothersite table.responsive {
    margin-bottom: 20px;
  }
  .contact .sec_cothersite table.responsive:last-of-type {
    margin-bottom: 0;
  }
  .contact .privacy_policy h4 {
    font-size: 1.8rem;
  }
  .contact .privacy_policy .scroll {
    height: 150px;
    padding: 10px;
  }
  .contact .consent_txt {
    padding: 20px 0;
    text-align: center;
  }
  .contact section.mail table th, .confirm table th {
    width: 30% !important;
  }
  .contact .my_form_submit, .confirm .my_form_submit {
    padding: 30px 0 0 0;
  }
  .progress ol {
    padding: 5px 20px 25px 0;
  }
  .progress ol li {
    width: 30%;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    padding: 0 0 0 10px;
  }
  .progress ol li:after {
    right: -40px;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #e3e3e3;
  }
  .progress ol li.active::after {
    border-left: 20px solid #222f74;
  }
}
/* 送信完了画面
---------------------------------------- */
.thanks .complete_msg {
  padding: 15px 0 20px;
  text-align: center;
}
.thanks .return_top a {
  width: 60%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .thanks .complete_msg {
    padding: 15px 0 30px;
    text-align: center;
  }
  .thanks .return_top a {
    width: 40%;
  }
}
