@charset "UTF-8";
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
@include
//////////////////////////////////　*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
ボーダー $border-gray: 1px solid #808080;
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix, .table-styleA dl {
  zoom: 1;
}
.clearfix:after, .table-styleA dl:after {
  display: block;
  content: "";
  clear: both;
}

html {
  font-size: 67.5%;
}
@media (min-width: 768px) {
  html {
    font-size: 70%;
  }
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-weight: 100;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body ul li {
  list-style-type: none;
}

/*　////////////////////////////////
テキスト
//////////////////////////////////　*/
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
OP
//////////////////////////////////　*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*　////////////////////////////////
テキストselection
//////////////////////////////////　*/
::-moz-selection {
  background: #244da0;
  color: #fff;
}
::selection {
  background: #244da0;
  color: #fff;
}

/*　////////////////////////////////
a
//////////////////////////////////　*/
a:hover, a {
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #000;
}

a:active {
  text-decoration: none;
}

/*　////////////////////////////////
img
//////////////////////////////////　*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 480px) {
  img {
    max-width: 100%;
  }
}

/*　////////////////////////////////
pagetop
//////////////////////////////////　*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.pagetop a {
  background-color: #244da0;
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-family: "Century Gothic", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic;
}

/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

/*　////////////////////////////////
共通
//////////////////////////////////　*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.container02 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1080px;
}

@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
  .container02 {
    width: 1080px;
  }
}
.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.txet-center {
  text-align: center;
}

.section-info ul.news-list li {
  border-bottom: 1px solid #999999;
  padding-bottom: 15px;
}
.section-info .title {
  font-size: 1.8rem;
}
.section-info .data {
  font-size: 1.3rem;
  color: #F7931E;
}
.section-info .text {
  font-size: 1.4rem;
  line-height: 1.4;
}

.more-btnA {
  display: inline-block;
  text-align: left;
}
.more-btnA a {
  font-weight: 400;
  padding: 8px 10px;
  margin: 10px 0;
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  background-color: #244da0;
  position: relative;
  border: solid 1px #244da0;
  width: 260px;
  font-family: "Noto Sans JP", sans-serif;
}
.more-btnA .arrow {
  display: inline-block;
  float: right;
  color: #fff;
  margin-left: 20px;
}
.more-btnA a:hover {
  border-radius: 100px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.online-link {
  display: block;
  text-align: center;
  padding: 0 15px;
}
.online-link a {
  position: relative;
  font-weight: 400;
  padding: 20px 40px;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background-image: url("../img/wave_bk.jpg");
  font-size: 2rem;
  font-weight: 100;
  background-size: 100px;
}
.online-link a span {
  color: #244da0;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  vertical-align: 3px;
  display: block;
}
.online-link a i {
  position: absolute;
  top: 50%;
  right: 1%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 2rem;
  color: #fff;
}
@media (min-width: 768px) {
  .online-link a {
    padding: 30px 70px 30px 40px;
    font-size: 2.4rem;
  }
  .online-link a span {
    display: inline-block;
    margin: 0 0 0 40px;
  }
  .online-link a i {
    top: 50%;
    right: 3%;
  }
}

.more-btnB {
  padding: 0px;
}
.more-btnB a {
  padding: 10px 40px;
  background-color: #244da0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.more-btnB a i {
  color: #fff;
  right: 3%;
  font-size: 1.8rem;
}
.more-btnB a:hover {
  color: #244da0;
  border: 3px solid #244da0;
  background-color: #fff;
}
.more-btnB a:hover i {
  color: #244da0;
}

.more-btnC {
  text-align: center;
}
.more-btnC a {
  color: #244da0;
}
.more-btnC a i {
  margin-left: 10px;
}

ul.list-styleA li {
  position: relative;
  padding-left: 20px;
}
ul.list-styleA li:before {
  color: #244da0;
  margin-right: 5px;
  content: "■";
  font-size: 1.6rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.dotted-line {
  border-bottom: 3px dotted #f2f2f2;
}

.under-line {
  border-bottom: 1px solid #f2f2f2;
}

.table-a table {
  width: 100%;
}
.table-a table tbody td, .table-a table tbody th {
  border-collapse: collapse;
}
.table-a table tbody th {
  background-color: #244da0;
  display: block;
  border-top: 1px solid #244da0;
  border-bottom: 1px solid #244da0;
  color: #fff;
  font-weight: 400;
  padding: 10px;
}
@media (min-width: 768px) {
  .table-a table tbody th {
    width: 100%;
    display: table-cell;
    width: 30%;
    border-right: 1px solid #244da0;
  }
}
.table-a table tbody td {
  vertical-align: top;
  display: block;
  border-top: none;
  padding: 10px;
}
@media (min-width: 768px) {
  .table-a table tbody td {
    padding: 10px 10px 10px 40px;
    display: table-cell;
    border-top: 1px solid #244da0;
    border-bottom: 1px solid #244da0;
  }
}
.table-a table tr:last-child {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .table-a table tr:last-child {
    border-bottom: name;
  }
}

/*
<div class="table-a"><table>
<tbody>
<tr>
<th></th>
<td></td>
</tr>
</tbody>
</table></div>
*/
.table-styleA {
  margin: 0 auto;
}
@media (min-width: 987px) {
  .table-styleA {
    width: 80%;
    border-bottom: 1px solid #244da0;
  }
}
.table-styleA dl, .table-styleA dt, .table-styleA dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-styleA dl {
  background: #e9efff;
}
.table-styleA dl dt, .table-styleA dl dd {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .table-styleA dl dt, .table-styleA dl dd {
    border-top: 1px solid #244da0;
    font-size: 1.6rem;
  }
}
.table-styleA dl dt {
  width: 100%;
  float: none;
  padding: 5px 0;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
  color: #244da0;
}
@media (min-width: 768px) {
  .table-styleA dl dt {
    text-align: left;
    width: 27%;
    float: left;
    padding: 10px 0 0 20px;
  }
}
.table-styleA dl dd {
  background: #fff;
  margin-left: 0;
  padding: 10px 0;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .table-styleA dl dd {
    margin-left: 27%;
    border-left: 1px solid #e7f4ff;
    padding: 10px 0 10px 20px;
  }
}
.table-styleA dl dd:after {
  content: "";
  display: block;
  clear: both;
}

/*
<div class="table-styleA">
<dl>
<dt></dt>
<dd></dd>
</dl>
</div>
*/
/*　////////////////////////////////
form共通
//////////////////////////////////　*/
.form-closed {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .form-closed {
    text-align: center;
  }
}
.form-closed h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #f2f2f2;
}
@media (min-width: 768px) {
  .form-closed h3 {
    font-size: 3.4rem;
  }
}
.form-closed p {
  font-size: 1.6rem;
}
@media (min-width: 987px) {
  .form-closed p {
    font-size: 2.4rem;
    line-height: 2.4;
  }
}

#form .mw_wp_form_complete {
  background-color: #ffb;
  padding: 20px;
  margin-bottom: 40px;
}
#form .form {
  margin-bottom: 60px;
}
#form .form .table-styleA {
  margin-bottom: 50px;
}
#form .form .table-styleA dd.address input {
  margin: 10px 0;
}
#form .form dd {
  vertical-align: middle;
}
#form .form dd input[type=checkbox] {
  width: auto;
}
#form .form dd input[type=radio] {
  width: auto;
}
#form .required-text {
  font-size: 1.2rem;
}
#form .required-text span.required {
  margin: 0 10px 20px 0;
}
#form span.required {
  background-color: #f7931e;
  color: #fff;
  padding: 5px 6px;
  border-radius: 30px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}
#form .table-styleA dd {
  padding: 10px 10px 10px 20px;
}
#form .table-styleA span.required {
  margin-left: 10px;
}
#form .table-styleA input, #form .table-styleA textarea {
  width: 80%;
  font-size: 1.6rem;
  line-height: 1.6;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Chrome, Safari */
}
#form .table-styleA ::-webkit-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::-moz-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA :-ms-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::-ms-input-placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .table-styleA ::placeholder {
  color: #808080;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
#form .privacy {
  overflow-y: scroll;
  height: 200px;
  background-color: #eee;
  padding: 20px;
  border: 1px solid #c5c5c5;
}
#form .privacy dl dt {
  margin-bottom: 10px;
  font-size: 16px;
}
#form .privacy dl dd {
  margin-bottom: 30px;
}
#form .form-button {
  text-align: center;
  margin: 30px 0 0 0;
}
#form .form-button input[type=submit] {
  background-color: #f2f2f2;
  color: #fff;
  border-radius: 0px;
  padding: 10px 50px;
  font-size: 24px;
  border: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#form .form-button input[type=submit]:hover {
  background-color: #244da0;
  border-radius: 100px;
}
#form .tel {
  font-size: 2.2rem;
}
@media (min-width: 1220px) {
  #form .tel {
    font-size: 3rem;
  }
}
#form .tel img {
  width: 36px;
  margin-right: 10px;
}
@media (min-width: 1220px) {
  #form .tel img {
    width: 43px;
  }
}
#form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

.all-wrapper {
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  共通
  //////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*------------------------
  ページナビ
  -------------------------*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  header
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  footer
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  top
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  company
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  business
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  recruit
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  contact
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  news
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*　////////////////////////////////
  info
  //////////////////////////////////　*/
}
.all-wrapper h2, .all-wrapper .title-bar {
  text-align: center;
  border: none;
  margin-bottom: 80px;
  font-family: "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, serif;
  font-size: 2.4rem;
  position: relative;
}
.all-wrapper h2:after, .all-wrapper .title-bar:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: inline-block;
  width: 190px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  /*位置調整*/
  background-color: #244da0;
}
.all-wrapper h2 span, .all-wrapper .title-bar span {
  position: absolute;
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (min-width: 768px) {
  .all-wrapper h2, .all-wrapper .title-bar {
    font-size: 3rem;
    margin-bottom: 100px;
  }
}
.all-wrapper .title-bar {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .all-wrapper .title-bar {
    font-size: 2.8rem;
  }
}
.all-wrapper .sub-title {
  font-size: 1.7rem;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media (min-width: 480px) {
  .all-wrapper .sub-title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .all-wrapper .sub-title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.all-wrapper h3 {
  border: none;
}
.all-wrapper h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #244da0;
}
.all-wrapper .kasou-title {
  font-size: 2.8rem;
}
.all-wrapper .kasou-title:after {
  content: none;
}
.all-wrapper .midashi {
  font-size: 2.4rem;
  padding: 15px;
}
.all-wrapper .midashi:after {
  content: none;
}
@media (min-width: 768px) {
  .all-wrapper .midashi {
    font-size: 2.2rem;
    line-height: 1;
  }
}
@media (max-width: 987px) {
  .all-wrapper .md-left {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .all-wrapper .sm-left {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .all-wrapper .sp-left {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .all-wrapper .row {
    margin-bottom: -30px;
  }
  .all-wrapper .row div {
    margin-bottom: 30px;
  }
}
.all-wrapper .btnA a {
  width: 320px;
  border-radius: 5px;
  background-color: #244da0;
  border-color: #244da0;
  margin: 40px 0 20px;
}
@media (max-width: 768px) {
  .all-wrapper .btnA a {
    width: 290px;
  }
}
.all-wrapper .btnA a .thinright {
  position: relative;
}
.all-wrapper .btnA a .thinright::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 20px;
  width: 30px;
  height: 1px;
  background: #fff;
}
.all-wrapper .btnA a .thinright::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 42px;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.all-wrapper .btnA a:hover .thinright::before {
  background: #244da0;
}
.all-wrapper .btnA a:hover .thinright::after {
  border-color: transparent transparent #244da0 #244da0;
}
.all-wrapper .btnA a:hover {
  color: #244da0;
  opacity: 0.9;
}
.all-wrapper .tel-contact {
  text-align: center;
}
.all-wrapper .tel-contact p {
  margin: 50px 0 10px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #000;
}
.all-wrapper .tel-contact .tel-btn {
  display: block;
  margin: 30px 15px 20px;
}
.all-wrapper .tel-contact .tel-btn a {
  padding: 10px 20px;
  margin: 10px 0;
  border: 3px solid #244da0;
  border-radius: 30px;
  font-size: 1.8rem;
}
.all-wrapper .tel-contact .tel-btn a:hover {
  border-radius: 0;
  background-color: #244da0;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.all-wrapper .tel-contact .tel-btn a img {
  display: inline-block;
  max-height: 20px;
  width: auto;
  margin: 0 10px 5px 0;
}
.all-wrapper .tel-contact .btnA {
  display: inline-block;
  margin: 0 15px;
}
.all-wrapper a.top-tel {
  display: inline-block;
  pointer-events: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #244da0;
  margin: 0 10px 0 30px;
}
@media (max-width: 768px) {
  .all-wrapper a.top-tel {
    pointer-events: initial;
    display: none;
  }
}
.all-wrapper a.recruit_btn {
  display: inline-block;
  background: #db5800;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 45px 15px 30px;
  border-radius: 5px;
  line-height: 1;
  margin: 0 10px;
  position: relative;
}
.all-wrapper a.recruit_btn::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.all-wrapper a.tap-tel {
  font-size: 2.4rem;
  font-weight: bold;
  pointer-events: none;
}
@media (max-width: 768px) {
  .all-wrapper a.tap-tel {
    pointer-events: initial;
    display: none;
  }
}
.all-wrapper .pagenavi {
  margin: 30px auto;
}
.all-wrapper .pagenavi .wp-pagenavi a {
  color: #244da0;
  border-color: #244da0;
}
.all-wrapper .pagenavi .wp-pagenavi .current {
  padding: 8px 12px;
  color: #fff;
}
.all-wrapper header.header {
  border-bottom: 5px solid #244da0;
}
.all-wrapper header.header h1 {
  background-color: #244da0;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .all-wrapper header.header h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .all-wrapper header.header h1 {
    padding: 7px 0;
    font-size: 1.2rem;
  }
}
.all-wrapper header.header .head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 987px) {
  .all-wrapper header.header .head_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.all-wrapper header.header .tel-right {
  text-align: right;
  margin-top: 15px;
}
.all-wrapper header.header .tel-right p {
  font-weight: bold;
  font-size: 1.5rem;
  display: none;
}
@media (min-width: 768px) {
  .all-wrapper header.header .tel-right p {
    display: block;
  }
}
.all-wrapper header.header .inner {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .all-wrapper header.header .inner {
    margin-bottom: 20px;
  }
}
.all-wrapper header.header .inner .head-logo {
  display: inline-block;
  margin-top: 10px;
  /*float: left;
  @media (max-width: $screen-sm-min) {
    float: initial;
  }*/
}
.all-wrapper header.header .inner .head-logo .site-name a {
  text-align: left;
}
.all-wrapper header.header .inner .head-logo .site-name a img, .all-wrapper header.header .inner .head-logo .site-name a p {
  display: inline-block;
  vertical-align: middle;
}
.all-wrapper header.header .inner .head-logo .site-name a img {
  margin-right: 5px;
  max-width: 60px;
  height: auto;
}
.all-wrapper header.header .inner .head-logo .site-name a p {
  font-family: "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, serif;
  text-align: center;
  font-size: 3rem;
  font-weight: bolder;
}
.all-wrapper header.header .inner .head-logo .site-name a p span {
  font-size: 1.2rem;
  letter-spacing: 0.5rem;
}
.all-wrapper header.header .inner .head-logo .site-name a p span:hover {
  opacity: 1;
}
.all-wrapper header.header .inner .header-menu {
  display: block;
}
@media (max-width: 768px) {
  .all-wrapper header.header .inner .header-menu .sp-nav {
    display: inline;
  }
}
@media (max-width: 768px) {
  .all-wrapper header.header .inner .header-menu .pc-nav {
    display: none;
  }
}
.all-wrapper header.header .inner .header-menu .pc-nav ul li a {
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1220px) {
  .all-wrapper header.header .inner .header-menu .pc-nav ul li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 987px) {
  .all-wrapper header.header .inner .header-menu .pc-nav ul li a {
    padding: 10px 7px;
  }
}
@media (max-width: 800px) {
  .all-wrapper header.header .inner .header-menu .pc-nav ul li a {
    font-size: 1.3rem;
  }
}
.all-wrapper header.header .inner .header-menu .pc-nav ul li a:hover {
  background-color: #fff;
  color: #244da0;
  border-bottom: 1px solid #244da0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.all-wrapper header.header .main-visual-top {
  border: none;
  background: #d3d3d3;
}
@media (max-width: 987px) {
  .all-wrapper header.header .main-visual-top .container {
    padding: 0;
  }
}
.all-wrapper header.header .main-visual-top img {
  width: 100%;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a, .all-wrapper .breadcrumb-wrap .breadcrumb li span {
  font-weight: bold;
}
.all-wrapper .contact-area {
  text-align: center;
  margin-top: 30px;
}
.all-wrapper .contact-area p {
  font-weight: bold;
}
.all-wrapper .contact-area .tap-tel {
  display: block;
  margin: 20px 0;
}
.all-wrapper .contact-area .entry-btn, .all-wrapper .contact-area .recruit-btn {
  margin: 15px 5px;
  border: 4px solid #244da0;
  border-radius: 5px;
  display: inline-block;
}
.all-wrapper .contact-area .entry-btn p, .all-wrapper .contact-area .entry-btn i, .all-wrapper .contact-area .recruit-btn p, .all-wrapper .contact-area .recruit-btn i {
  color: #244da0;
  display: inline-block;
}
.all-wrapper .contact-area .entry-btn p:hover, .all-wrapper .contact-area .entry-btn i:hover, .all-wrapper .contact-area .recruit-btn p:hover, .all-wrapper .contact-area .recruit-btn i:hover {
  opacity: 1;
}
.all-wrapper .contact-area .entry-btn a, .all-wrapper .contact-area .recruit-btn a {
  display: inline-block;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 20px 40px;
}
.all-wrapper .contact-area .entry-btn a:hover, .all-wrapper .contact-area .recruit-btn a:hover {
  opacity: 1;
}
.all-wrapper .contact-area .entry-btn i, .all-wrapper .contact-area .recruit-btn i {
  font-size: 3rem;
  margin-right: 5px;
  line-height: 1;
  vertical-align: -3px;
}
.all-wrapper .contact-area .entry-btn:hover, .all-wrapper .contact-area .recruit-btn:hover {
  background-color: #244da0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.all-wrapper .contact-area .entry-btn:hover p, .all-wrapper .contact-area .entry-btn:hover i, .all-wrapper .contact-area .recruit-btn:hover p, .all-wrapper .contact-area .recruit-btn:hover i {
  color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.all-wrapper .contact-area .recruit-btn {
  background-color: #244da0;
}
.all-wrapper .contact-area .recruit-btn a p {
  color: #fff;
}
.all-wrapper .contact-area .recruit-btn:hover {
  background: #fff;
}
.all-wrapper .contact-area .recruit-btn:hover a p {
  color: #244da0;
}
.all-wrapper .pc-nav {
  text-align: center;
}
@media (max-width: 768px) {
  .all-wrapper .pc-nav {
    display: none;
  }
}
.all-wrapper .pc-nav ul li {
  display: inline-block;
}
.all-wrapper .pc-nav ul li a {
  padding: 10px 40px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
@media (max-width: 1220px) {
  .all-wrapper .pc-nav ul li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 987px) {
  .all-wrapper .pc-nav ul li a {
    padding: 10px 20px;
  }
}
@media (max-width: 800px) {
  .all-wrapper .pc-nav ul li a {
    font-size: 1.3rem;
  }
}
.all-wrapper .pc-nav ul li a:hover {
  background-color: #fff;
  color: #244da0;
  border-bottom: 1px solid #244da0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.all-wrapper footer.footer {
  text-align: center;
  margin-top: 20px;
  padding: 70px 0 0;
}
.all-wrapper footer.footer .inner {
  padding: 0 15px;
}
.all-wrapper footer.footer .inner .foot-logo {
  margin-bottom: 20px;
}
.all-wrapper footer.footer .inner .foot-logo img, .all-wrapper footer.footer .inner .foot-logo p {
  display: inline-block;
}
.all-wrapper footer.footer .inner .foot-logo img {
  max-width: 60px;
  height: auto;
  vertical-align: -4px;
}
.all-wrapper footer.footer .inner .foot-logo p {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .all-wrapper footer.footer .inner .foot-logo p {
    text-align: center;
  }
}
.all-wrapper footer.footer .inner p {
  margin-bottom: 20px;
  line-height: 2.8rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .all-wrapper footer.footer .inner p {
    text-align: left;
  }
}
.all-wrapper footer.footer .inner .hokuto {
  margin-bottom: 40px;
}
.all-wrapper footer.footer .copyright {
  padding: 10px 0;
  background: #244da0;
}
.all-wrapper footer.footer .copyright p {
  background: #244da0;
  border: none;
}
.all-wrapper #top header.header {
  border-bottom: none;
}
.all-wrapper #top #top-info-a {
  border: none;
  padding: 0;
}
.all-wrapper #top #top-info-a .btnA a {
  margin: 0;
}
@media (max-width: 768px) {
  .all-wrapper #top #first-sec {
    margin-top: 40px;
  }
}
.all-wrapper #top .sp-tel {
  text-align: center;
}
.all-wrapper #top .sp-tel a.top-tel {
  float: initial;
  display: none;
}
@media (max-width: 768px) {
  .all-wrapper #top .sp-tel a.top-tel {
    display: inline-block;
    margin-top: 30px;
  }
}
.all-wrapper #top .section02 h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin-bottom: 30px;
}
.all-wrapper #top .section02 ul {
  margin: 30px 0;
}
.all-wrapper #top .section02 ul li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .all-wrapper #top .section02 ul li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .all-wrapper #top .section02 ul li {
    font-size: 1.5rem;
  }
}
.all-wrapper #top .section02 h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #244da0;
  margin-bottom: 20px;
}
.all-wrapper #top .section02 .row {
  margin-bottom: 60px;
}
.all-wrapper #top .section02 .row2 {
  margin-bottom: 0px;
}
.all-wrapper #company .map .row div {
  text-align: center;
}
.all-wrapper #company .map .row div h4 {
  text-align: left;
}
.all-wrapper #company .map .row div iframe {
  margin-bottom: 5px;
}
.all-wrapper #company .map .row div a {
  font-weight: bold;
  color: #244da0;
}
.all-wrapper #company .map .row div p {
  font-weight: normal;
  margin-top: 10px;
}
.all-wrapper #business .transport .box {
  margin-bottom: 60px;
}
.all-wrapper #business .transport .img-box {
  margin-bottom: 30px;
}
.all-wrapper #recruit .img-box {
  margin-bottom: 30px;
}
.all-wrapper #recruit .pr .box {
  margin-bottom: 40px;
}
.all-wrapper #recruit .content .flow {
  margin-top: 20px;
}
.all-wrapper #recruit .content .flow ul {
  margin-bottom: 10px;
}
.all-wrapper #recruit .content .flow ul li {
  font-weight: bold;
  margin-bottom: 10px;
}
.all-wrapper #recruit .content .flow p {
  font-weight: bold;
}
.all-wrapper #contact {
  margin-bottom: 100px;
}
.all-wrapper #contact .tel-area {
  background-color: #eaeff4;
  padding: 20px;
  margin-bottom: 80px;
}
.all-wrapper #contact .tel-area p {
  font-size: 2rem;
}
@media (max-width: 480px) {
  .all-wrapper #contact .tel-area p {
    font-size: 1.6rem;
  }
}
.all-wrapper #contact .tel-area a {
  color: #244da0;
  font-size: 3rem;
}
@media (max-width: 480px) {
  .all-wrapper #contact .tel-area a {
    font-size: 2.6rem;
  }
}
.all-wrapper #contact .tel-contact {
  margin-bottom: 60px;
}
.all-wrapper #contact .tel-contact p {
  font-weight: normal;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .all-wrapper #contact .tel-contact p {
    text-align: left;
  }
}
.all-wrapper #contact .tel-contact p span#blue {
  font-size: 2rem;
  color: #244da0;
}
.all-wrapper #contact .tel-contact p span {
  font-size: 1.8rem;
  font-weight: bold;
}
.all-wrapper #contact .tel-contact .tel-btn {
  margin-top: 20px;
}
.all-wrapper #contact p.hissu {
  padding: 15px 0 5px;
}
.all-wrapper #contact .table-styleA {
  margin-bottom: 80px;
}
.all-wrapper #contact .table-styleA dl dd.kubun input {
  width: initial;
}
.all-wrapper #contact h4 {
  color: #000;
  font-size: 2.4rem;
  border: none;
  margin-bottom: 30px;
}
.all-wrapper #contact span.mwform-checkbox-field-text {
  font-weight: bold;
}
.all-wrapper #primary .midashi {
  background-color: #fff;
  color: #000;
  font-size: 2rem;
  border-left: 10px solid #244da0;
  padding: 10px 0 10px 10px;
  text-align: left;
  border-bottom: none;
}
.all-wrapper #primary ul.post-categories li a {
  background-color: #244da0;
}
.all-wrapper #primary .entry-content h2:after {
  content: none;
}
.all-wrapper #secondary .sidebar h2.widget-title {
  background-color: #244da0;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, serif;
}
.all-wrapper #secondary .sidebar .widget_search input.search-submit {
  background-color: #5289bb;
}
.all-wrapper #secondary .sidebar .calendar_wrap .wp-calendar-table td a {
  background-color: #5289bb;
}
.all-wrapper #secondary .sidebar .calendar_wrap .wp-calendar-table td#today {
  background-color: #244da0;
}
.all-wrapper .news-top {
  text-align: center;
}
.all-wrapper .news-top h3.nt {
  border: none;
  font-size: 2.2rem;
  font-weight: bold;
  color: #244da0;
}
.all-wrapper .list-news-wrap p.click {
  margin: 10px 0;
  text-align: left;
  font-size: 1.5rem;
}

.grecaptcha-badge {
  bottom: 80px !important;
}