@charset "UTF-8";
/* h1 */
.ttl-cmn-01 {
  position: relative;
  font-size: 2.7rem;
  padding: 0 0 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.6;
}
.ttl-cmn-01::after {
  content: '';
  width: 120px;
  height: 18px;
  background-image: url(./img/ttl-cmn-01.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.ttl-cmn-02 {
  position: relative;
  font-size: 2.7rem;
  margin-top: 90px;
  padding: 0 0 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.6;
}
.ttl-cmn-02::after {
  content: '';
  width: 120px;
  height: 18px;
  background-image: url(./img/ttl-cmn-02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
.ttl-cmn-02.ls-01 {
  letter-spacing: 1px;
}

.ttl-cmn-03 {
  position: relative;
  font-size: 2.4rem;
  margin: 80px 0 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-left: 20px;
}
.ttl-cmn-03::before {
  content: '';
  width: 55px;
  height: 55px;
  position: absolute;
  background-color: #E5ECF4;
  border-radius: 50%;
  top: -9px;
  left: -5px;
  z-index: -1;
}
.ttl-cmn-03.mtm {
  margin-top: 40px;
}
.ttl-cmn-03 + p {
  margin-top: 20px;
}

.ttl-cmn-04 {
  position: relative;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 7px 10px 7px 26px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 60px;
  background-color: #f2f2f2;
}
.ttl-cmn-04::before {
  content: '';
  width: 3px;
  height: 28px;
  position: absolute;
  background-color: #28509C;
  border-radius: 5px;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.ttl-cmn-04 + p {
  margin-top: 25px;
}

.ttl-cmn-05 {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #28509C;
  letter-spacing: 1px;
  margin-top: 40px;
}
figure + .ttl-cmn-05 {
  margin-top: 10px;
}
.ttl-cmn-05 + p {
  margin-top: 15px;
}


@media only screen and (max-width: 768px) {
  .ttl-cmn-01 {
    position: relative;
    font-size: 2.2rem;
    padding: 0 0 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.6;
    white-space: nowrap;
  }
  .ttl-cmn-01::after {
    content: '';
    width: 120px;
    height: 18px;
    background-image: url(./img/ttl-cmn-01.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
  }


  .ttl-cmn-02 {
    position: relative;
    font-size: 2.2rem;
    margin-top: 60px;
    padding: 0 0 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
  }
  .ttl-cmn-02::after {
    content: '';
    width: 120px;
    height: 18px;
    background-image: url(./img/ttl-cmn-02.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
  }
  .ttl-cmn-02.ls-01 {
    letter-spacing: 1px;
  }

  .ttl-cmn-03 {
    position: relative;
    font-size: 2rem;
    margin: 40px 0 0;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.6;
    padding-left: 20px;
  }
  .ttl-cmn-03::before {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    background-color: #E5ECF4;
    border-radius: 50%;
    top: -9px;
    left: -5px;
    z-index: -1;
  }
  .ttl-cmn-03.mtm {
    margin-top: 25px;
  }
  .ttl-cmn-03 + p {
    margin-top: 20px;
  }


  .ttl-cmn-04 {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 7px 10px 7px 20px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 40px;
    background-color: #f2f2f2;
  }
  .ttl-cmn-04::before {
    content: '';
    width: 3px;
    height: 22px;
    position: absolute;
    background-color: #28509C;
    border-radius: 5px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }
  .ttl-cmn-04 + p {
    margin-top: 20px;
  }

  .ttl-cmn-05 {
    position: relative;
    font-size: 1.7rem;
    line-height: 1.5;
    color: #28509C;
    letter-spacing: 1px;
    margin-top: 40px;
  }
  figure + .ttl-cmn-05 {
    margin-top: 10px;
  }
  .ttl-cmn-05 + p {
    margin-top: 10px;
  }
}

/* タイトル */


/* ボタン */
.btn-cmn-01 {
  position: relative;
  display: block;
  padding: 0 15px;
  width: 300px;
  height: 60px;
  line-height: 60px;
  background-color: #014693;
  color: #fff;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(51, 51, 51, 1) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(51, 51, 51, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  text-decoration: none;
  transition: .3s;
  letter-spacing: 1px;
  margin: 40px 0 0;
}
.btn-cmn-01:hover {
  background-color: #333;
  background-position: -100% 100%;
}
.btn-cmn-01::after {
  content: '';
  width: 25px;
  height: 15px;
  background: url(./img/btn_allow.svg) no-repeat center/contain;
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  transition: .3s;
}


.btn-cmn-02 {
  position: relative;
  display: block;
  padding: 0 15px;
  width: 300px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  color: #014693;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(1, 70, 147, 1) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(1, 70, 147, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  text-decoration: none;
  transition: .3s;
  letter-spacing: 1px;
  margin: 40px 0 0;
  font-weight: bold;
}
.btn-cmn-02:hover {
  background-color: #014693;
  color: #fff;
  background-position: -100% 100%;
}
.btn-cmn-02::after {
  content: '';
  width: 25px;
  height: 15px;
  background: url(./img/btn_allow_b.svg) no-repeat center/contain;
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  transition: .3s;
}
.btn-cmn-02:hover::after {
  background: url(./img/btn_allow.svg) no-repeat center/contain;
}

.btn-cmn-01.center,
.btn-cmn-02.center {
  margin: 40px auto 0;
}
.btn-cmn-01.center.mtl,
.btn-cmn-02.center.mtl {
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .btn-cmn-01.center,
  .btn-cmn-02.center {
    margin: 40px auto 0;
  }
  .btn-cmn-01.center.mtl,
  .btn-cmn-02.center.mtl {
    margin: 40px auto 0;
  }
}
/* ボタン */


p.catch {
  text-align: center;
  margin: 30px auto 0;
}
.main_read {
  text-align: center;
  font-size: 2rem;
  color: #28509C;
  font-weight: bold;
  margin-top: 60px;
  letter-spacing: 1px;
}
.read {
  width: 900px;
  max-width: 100%;
  margin: 30px auto 0;
  font-size: 1.6rem;
}
.txt {
  margin: 40px auto 0;
  width: 100%;
  max-width: 900px;
}

.fig-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.fig-ratio {
  padding-top: 50%;
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
figure figcaption,
figure + figcaption {
    font-size: 1.3rem;
    margin-top: 10px;
    color: #666666;
}
@media only screen and (max-width: 768px) {
  p.catch {
    text-align: left;
    margin: 20px auto 0;
  }
  .main_read {
    text-align: left;
    font-size: 1.8rem;
    color: #28509C;
    font-weight: bold;
    margin-top: 40px;
    letter-spacing: 1px;
  }
  .read {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    font-size: 1.5rem;
  }
  .txt {
    margin: 20px auto 0;
    width: 100%;
    max-width: 100%;
  }

  .fig-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .fig-ratio {
    padding-top: 80%;
    width: auto;
    max-width: unset;
    margin: auto;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 30px -15px 0;
  }
  figure figcaption,
  figure + figcaption {
      font-size: 1.3rem;
      margin-top: 10px;
      color: #666666;
  }
}


/* テーブル */
.table-cmn-01 {
  width: 100%;
  margin: 80px auto 0;
}
.table-cmn-01 thead {
  background-color: #014693;
}
.table-cmn-01 thead th {
  border: 1px solid #ccc;
  padding: 20px 25px;
  color: #fff;
}
.table-cmn-01 tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table-cmn-01 tbody tr {
  background-color: #fff;
}
.table-cmn-01 tbody th, .table-cmn-01 tbody td {
  padding: 20px 25px;
  border: 1px solid #ccc;
}
h3 + .table-cmn-01,
h4 + .table-cmn-01 {
  margin: 15px auto 0;
}

h2 + .table-cmn-01 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .table-cmn-01 {
    width: 100%;
    margin: 60px auto 0;

    -webkit-text-size-adjust: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .table-cmn-01 thead {
    background-color: #014693;
  }
  .table-cmn-01 thead th {
    border: 1px solid #ccc;
    padding: 20px 25px;
    color: #fff;
  }
  .table-cmn-01 tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
  }
  .table-cmn-01 tbody tr {
    background-color: #fff;
  }
  .table-cmn-01 tbody th, .table-cmn-01 tbody td {
    padding: 20px 25px;
    border: 1px solid #ccc;
  }
  h3 + .table-cmn-01,
  h4 + .table-cmn-01 {
    margin: 15px auto 0;
  }

  h2 + .table-cmn-01 {
    margin-top: 20px;
  }
}




.dl-table {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  margin: 60px auto 0;
}
.dl-table dt {
  width: 180px;
  font-weight: bold;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  color: #014693;
}
.dl-table dd {
  width: calc(100% - 180px);
  padding: 25px 0px;
  border-bottom: 1px solid #ccc;
}
h3 + .dl-table,
h4 + .dl-table {
  margin: 15px auto 0;
}

h2 + .dl-table {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .dl-table {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    margin: 40px auto 0;
  }
  .dl-table dt {
    width: 100%;
    font-weight: bold;
    padding: 15px 0 0;
    border-bottom: unset;
    color: #014693;
  }
  .dl-table dd {
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
  }
  h3 + .dl-table,
  h4 + .dl-table {
    margin: 15px auto 0;
  }

  h2 + .dl-table {
    margin-top: 20px;
  }
}


.news-list {
  border-bottom: 1px solid #ccc;
  margin: 60px auto 0;
}
.news-list li {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding: 25px 0;
}
.news-list li .date {
  width: 120px;
  color: #014693;
}
.news-list li a {
  display: block;
  position: relative;
  width: calc(100% - 120px);
  color: #333;
}
h3 + .news-list,
h4 + .news-list {
  margin: 15px auto 0;
}
h2 + .news-list {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .news-list {
    border-bottom: 1px solid #ccc;
    margin: 40px auto 0;
  }
  .news-list li {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    padding: 25px 0;
  }
  .news-list li .date {
    width: 100%;
    color: #014693;
  }
  .news-list li a {
    display: block;
    position: relative;
    width: 100%;
    color: #333;
  }
  h3 + .news-list,
  h4 + .news-list {
    margin: 15px auto 0;
  }
  h2 + .news-list {
    margin-top: 20px;
  }
}
/* テーブル */





/* コンタクトフォーム */
.form-table {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 40px auto 0;
  width: 100%;
}
.form-table dt {
  width: 190px;
  padding: 24px 0;
}
.form-table dd {
  width: calc(100% - 190px);
  padding: 13px 0;
}
.form-table dd.check-wrap {
  padding: 5px 0;
}

@media only screen and (max-width: 767px) {
  .form-table {
    margin-top: 0;
  }
  .form-table dt {
    width: 100%;
    padding: 25px 0 0;
  }
  .form-table dd {
    width: 100%;
    padding: 2px 0 0;
  }
  .form-table dd.check-wrap {
    padding: 0;
  }
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  font-size: 1.5rem;
  font-family: MyYuGothicM, "YuGothic", sans-serif;	/* PostScript Nameを認識できないChrome用にFull Nameを指定 */
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 12px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select,
  textarea {
    padding: 12px;
  }
}

select {
  width: auto;
  min-width: 300px;
  padding: 16px 10px;
  background: url(./img/ico_arrow_select.svg) no-repeat center right 9px;
  background-color: #f2f2f2;
  background-size: 12px 7px;

  -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
@media only screen and (max-width: 767px) {
  select {
    min-width: 1px;
    width: 100%;
  }
}

textarea {
  height: 240px;
}

.btn-submit {
  position: relative;
  width: 300px;
  transition: .3s;
}
input[type="submit"] {
  border: unset;
  text-align: left;
  position: relative;
  display: block;
  padding: 0 15px;
  width: 300px;
  height: 60px;
  line-height: 60px;
  background-color: #014693;
  color: #fff;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(51, 51, 51, 1) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(51, 51, 51, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  text-decoration: none;
  transition: .3s;
  letter-spacing: 1px;
  margin: 40px 0 0;
}
.btn-submit:hover input {
  background-color: #333;
  background-position: -100% 100%;
}
.btn-submit::after {
  content: '';
  width: 25px;
  height: 15px;
  background: url(./img/btn_allow.svg) no-repeat center/contain;
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  transition: .3s;
}

@media only screen and (max-width: 767px) {
  .btn-submit {
    margin: auto;
  }
}


/* チェックボックス */
span.wpcf7-list-item {
	display: block;
  margin: 20px 0 0;
}
span.wpcf7-list-item.first {
  margin: 10px 0 0;
}
.checkbox,
.web-check label {
	display: inline-block;
	cursor: pointer;
	padding-right: 0px;
}
.checkbox input[type="checkbox"],
.web-check label input[type="checkbox"] {
	display: none;
}
.checkbox input[type="checkbox"]:checked + span::before,
.web-check label input[type="checkbox"]:checked + span::before {
	background-color: #014693;
}
.checkbox input[type="checkbox"]:checked + span::after,
.web-check label input[type="checkbox"]:checked + span::after {
	transform: rotate(315deg) scale(1);
}
.checkbox span,
.web-check label span {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-left: 45px;
}
.checkbox span::before,
.web-check label span::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #f2f2f2;
	left: 0;
	top: calc(50% - 15px);
	transition: all .3s ease;
}
.checkbox span::after,
.web-check label span::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: scale(0);
	left: 9px;
	top: calc(50% - 4px);
	z-index: 1;
	transition: all .3s ease;
}
@media only screen and (max-width: 767px) {
	.checkbox {
			margin-top: 10px;
	}
}
/* チェックボックス */

/* ラジオ */
.radio-label {
	display: inline-block;
	padding-right: 30px;
}
.radio-label:last-of-type {
	padding: 0;
}
input[type="radio"] {
	display: none;
}
input[type="radio"] + span {
	position: relative;
	padding-left: 45px;
	cursor: pointer;
}
input[type="radio"] + span::before, input[type="radio"] + span::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	transition: all .2s ease;
	background-color: #f2f2f2;
}
input[type="radio"] + span::after {
	width: 11px;
	height: 11px;
	left: 9px;
	transform: scale(0);
	transition: all 0.2s ease;
	border: 0 none;
}
input[type="radio"]:checked + span::before {
	background-color: #014693;
}
input[type="radio"]:checked + span::after {
	background-color: #fff;
	transition-delay: .1s;
	transform: scale(1);
}
@media only screen and (max-width: 767px) {
	span.wpcf7-list-item {
		display: block !important;
		margin: 15px 0 !important;
	}
}
/* ラジオ */

.address01 {
  width: 100%;
  max-width: 240px;
}
.address_box01 {
}
.address_box01 span {
  padding: 0 5px 0 0;
  font-size: 2rem;
}
.address_box02 {
  margin: 15px 0 0;
}

.calendar {
  width: 100%;
}
.calendar_form {
  width: 100%;
	max-width: 300px;
  background-color: #f2f2f2;
  padding: 12px 10px;
  border: 1px solid #ccc;
}
.calendar_form input {
}
.calendar + select {
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .calendar_form {
    width: 100%;
  	max-width: unset;
    background-color: #f2f2f2;
    padding: 12px 10px;
    border: 1px solid #ccc;
  }
  .calendar_form input {
  }
  .calendar_form + select {
    margin: 15px 0 0;
  }
}



/* プライバシーポリシーチェック */
.wpcf7-form-control-wrap.privacy .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control-wrap.privacy .wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.wpcf7-form-control-wrap.privacy .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.wpcf7-form-control-wrap.privacy .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  background-color: #014693;
}
.wpcf7-form-control-wrap.privacy .wpcf7-list-item .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #B2B2B2;
  left: 0;
  top: calc(50% - 11px);
  transition: all .5s ease;
}
.wpcf7-form-control-wrap.privacy .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  transform: scale(1) rotate(-45deg);
}
.wpcf7-form-control-wrap.privacy .wpcf7-list-item .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: calc(50% - 6px);
  width: 14px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: scale(0);
  transition: all .5s ease;
}
/* プライバシーポリシーチェック */

/* コンタクトフォーム */











a, a img,li,li img,div,input,form,textarea {
  outline:none!important;
}
/* ナビ */
.wp-pagenavi .pages{
	display: none!important;
}
.wp-pagenavi {
    margin: 70px auto 0;
    display: block;
		text-align: center;
		height: 30px;
    width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none!important;
    border: none!important;
    padding: 10px 12px!important;
    margin: 5px!important;
		font-size: 1.6rem!important;
		color: #333!important;
		background-color: #fff!important;
    border: 1px solid #333!important;
}
.wp-pagenavi span.current {
    font-weight: bold;
		color: #fff!important;
		background-color: #333!important;
    border: 1px solid #333!important;
}
@media screen and (max-width: 768px) {
	.wp-pagenavi .pages{
		display: none!important;
	}
	.wp-pagenavi {
      margin: 60px auto 0;
	    display: block;
			text-align: center;
			height: 30px;
      width: 100%;
	}
	.wp-pagenavi a, .wp-pagenavi span {
			text-decoration: none!important;
	    border: none!important;
			padding: 8px 11px!important;
	    margin: 3px!important;
			font-size: 1.6rem!important;
			color: #333!important;
			background-color: #fff!important;
      border: 1px solid #333!important;
	}
	.wp-pagenavi span.current {
			font-weight: bold;
			color: #fff!important;
			background-color: #333!important;
      border: 1px solid #333!important;
	}
}







/* slick */
.slick-dots {
  bottom: -40px;
}
.slick-dots li {
  margin: 0 3px;
}
.slick-dots li button:before {
  content: '';
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  text-align: center;
  opacity: 1;
  background-color: #808080;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background-color: #014693;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -40px;
  }
  .slick-dots li {
    margin: 0 3px;
  }
  .slick-dots li button:before {
    content: '';
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    background-color: #808080;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background-color: #014693;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    transition: .3s;
  }
}


.slick-next {
  right: -45px;
}
.slick-prev {
  left: -45px;
}
.slick-prev, .slick-next {
  width: 45px;
  height: 45px;
  background: #014693;
  z-index: 1;
}
.slick-next:before,
.slick-prev:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit- transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  opacity: 1;
}
.slick-prev:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 20px;
}
.slick-next:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: #014693;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .slick-prev, .slick-next {
    width: 45px;
    height: 45px;
    background: #014693;
    z-index: 1;
  }
  .slick-next:before,
  .slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit- transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  .slick-prev:before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 20px;
  }
  .slick-next:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 20px;
  }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #014693;
  }
}
/* slick */


.table-recruit {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 30px 0 0;
}
.table-recruit tr {
  border-bottom: 1px solid #ccc;
}
.table-recruit tr th {
  padding: 25px 0px;
  width: 180px;
  font-weight: bold;
  color: #014693;
}
.table-recruit tr td {
  padding: 25px 0px;
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .table-recruit {
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 30px 0 0;
  }
  .table-recruit tr {
    border-bottom: 1px solid #ccc;
  }
  .table-recruit tr th {
    display: block;
    padding: 20px 0 0;
    width: 100%;
    font-weight: bold;
    color: #014693;
  }
  .table-recruit tr td {
    display: block;
    padding: 0 0 20px;
    width: 100%;
  }
}








/* ナビ */
.only-pc {
	display: block;
}
.only-sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	.only-pc {
		display: none;
	}
	.only-sp {
		display: block;
	}
}
