/*
html5doctor.com Reset Stylesheet
v1.6
Last Updated: 2010-08-18
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

.bg {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../img/bg_01.jpg);
    padding-top: 2rem;
    padding-bottom: 4rem;
    position: relative;
}

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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 inherit;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*=========  add common.css  ==========*/
.fl {
  display: flex;
  flex-wrap: wrap;

}

.blue {
  color: #002F71;
}

body {
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}
.bg-top{

  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-image: url(../../syokunin/style/img/bg_01.jpg);
  position: relative;
}

main {
  margin-bottom: 50px;
  padding-top: 80px;
}

.inner {
  width: 1360px;
  margin: 0 auto;
}

.only-detail-inner {
  width: 1200px;
  margin: 0 auto;
}

section.wrapper,
footer {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body .sp-only {
  display: none;
}

.tl-br {
  display: none;
}

.only-detail-inner .left-content {
  width: 25%;
  margin-right: 35px;
  margin-bottom:20px;
}

.only-detail-inner .content-center {
  flex: 1;
}

/*=========  header  ==========*/
nav.drawer-nav {
  background-color: #333;
}

ul.drawer-menu {
  width: 85%;
  margin: 30px auto;
}

ul.drawer-menu li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.header-wrap {
  height: 80px;
  justify-content: space-between;
}

.header-left,
.header-right {
  height: 100%;
}

.header-left {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.header-right {
  font-size: 15px;
}

.logo-img img {
  height: 100%;
}

.logo-img {
  height: 120px;
margin-left: -40px;
}

.logo h1 {
  font-size: 27px;
  margin-bottom: 10px;
}

.logo .sub-text {
  font-size: 11px;
  color: #fff;
  margin-top:.5rem;
}

.nav-wrap {
  align-items: center;
}

.nav-wrap li {
  margin-right: 40px;
}
.nav-wrap li a{
  color:#fff;
}
.header-btn {
  height: 100%;
  width: 115px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #002F71;
}

.header-btn:nth-of-type(2) {
  background-color: #DF2929;
}

.header-btn a {
  position: absolute;
  height: 100%;
  width: 100%;
}

.header-btn i {
  padding-bottom: 10px;
}

header {
  position: fixed;
  width: 100%;
  background-color: #333;
  z-index: 9999;
}

/*=========  footer  ==========*/
.footer-wrap {
  background-color: #333;
  color: #fff;
  padding: 75px 0 30px;
}

.footer-wrap a {
  color: #fff;
}

.footer-right p {
  margin-bottom: 20px;
}

.footer-right {
  flex: 1;
  padding: 30px 50px 0;
}

.footer-left {
  width: 80%;
  border-right: 1px solid;
  margin-bottom: 30px;
}

.footer-top {
  margin-bottom: 30px;
  border-bottom: 1px solid;
}

.footer-list-wrap {
  margin-bottom: 30px;
}

p.footer-ttl {
  font-size: 15px;
  font-weight: bold;
  margin-right: 30px;
  width: 75px;
  text-align: right;
}

.own {
  width: 33.333%;
}
/*
.own:nth-of-type(2) {
  width: 40%;
}*/

/* .own:nth-of-type(2) .footer-list ul li {
  width: 25%;
} */
.footer-list-wrap.own {
  margin-bottom: 0;
}

.own .footer-list ul li {
  /* width: 16%; */
  margin-right: 4%;
  margin-bottom: 25px;
}

.footer-left .wrap.fl {
  justify-content: space-between;
}

.footer-list {
  flex: 1;
}

.prev-wrap p:last-child {
  margin-bottom: 0;
}

.prev-wrap p {
  margin-bottom: 15px;
}

.footer-bottom-wrap {
  align-items: center;
}

.mr {
  margin-right: 42px;
}

.footer-banner {
  margin-right: 15px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: baseline;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.col-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #000;
}

.pagination>li.active span {
  background-color: #d2d2d2;
}

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

.top-ttl {
  color:#fff;
  padding: 50px 0;
  font-size: 30px;
  text-align: center;
  margin-bottom:2rem;
  margin-top:1rem;
  border-top: solid 1px #fff;      /* 線指定 */
  border-bottom:  solid 1px #fff;  /* 線指定 */
}

.search {
  margin-bottom: 80px;
}

.mt-5{
  margin-top:80px;
}

.title-img img{

}

.only-pc{
  display:block;
}
.only-sp{
  display:none;
}

.search-wrap {
  background-color:#fff;
  flex-wrap:wrap;
  max-width:500px;
  margin-left:auto;
  margin-right:auto;
  padding: 20px;
  border: 1.5px solid #002F71;
  display:flex;
  align-items:center;
}
.search-wrap .select{
  width:60%;
  padding-right:20px;
  border-right: 1px solid #002F71;
}
.search-wrap .checkbox{
  width:50%;
  padding-left:20px;
  padding-right:20px;

}

.search-wrap .checkbox .cb-inner{
  display:flex;
}
.search-wrap .button{
  width:40%;
  padding-left:20px;
}

.form-input-select {
  position: relative;
}

.form-input-select i {
  position: absolute;
  top: 8px;
  right: 18px;
  font-size: 20px;
  color: #1B669F;
}

.form-input-select select {
  width: 100%;
  margin-bottom: 17px;
  padding: 8px 15px;
  border-radius: 17px;
  color: #1B669F;
  position: relative;
}

.checkbox label {
  display: block;
  margin-bottom: 17px;
  color: #1B669F;
}

.checkbox input {
  height: 20px;
  width: 20px;
}

button#submit-form2 {
  width: 100%;
  background-color: #002F71;
  color: #fff;
  font-size: 15px;
  border-radius: 17px;
  padding: 8px;
}

button#submit-form2:focus {
  outline: none;
}

.banenr img {
  width: 100%;
}

.banenr {
  margin-bottom: 20px;
}

.col-item {
  background-color:#fff;
  box-shadow: 0px 2px 11px 0px #00000045;
  position: relative;
  overflow: hidden;
}

p.new span {
  position: absolute;
  transform: rotate(-45deg);
  top: 24px;
  right: 45px;
  font-weight: bold;
}

p.new {
  position: absolute;
  right: -41px;
  top: -7px;
  padding: 30px 50px 20px;
  background-color: #df2929;
  transform: rotate(45deg);
  color: #fff;
  font-size: 13px;
}

.col-text-wrap {
  position: relative;
  padding: 20px;
}

.col-bottom {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  text-align: right;
  color: #9B9B9B;
}

.col-text-ttl {
  line-height: 1.4;
  font-weight: bold;
}

.col-img img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.popu-img {
  width: 40%;
  line-height: 0;
}

.popu-img img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.popu-text {
  width: 60%;
  padding: 10px 10px;
  flex-flow: column;
  justify-content: space-between;
  background-color: #CCE0EF;
}

.popu-ttl {
  font-weight: bold;
  line-height: 1.4;
}

.popu-bottom {
  font-size: 12px;
  font-weight: bold;
  color: #9F9F9F;
  text-align: right;
}

.list-item {
  box-shadow: 3px 3px 7px 0px #00000026;
  margin-bottom: 40px;
  position: relative;
  background-color:#fff;
}

.item-img {
  width: 44%;
  line-height: 0;
}

.list-text-wrap {
  width: 56%;
  padding: 25px 15px;
}

.item-img img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-item a.wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.list-text {
  position: relative;
}
.list-item .fav-btn{
    position: absolute;
    top: 10px;
    right:10px;
    display: inline-block;
    color: #DBDBDB;
    font-size: 20px;
    z-index:10;
}

.list-ttl {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.lower-ttl{
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight:bold;
    border-left:4px #002F71 solid;
    padding-left:.5rem;
}


.txt-box{
display:flex;
flex-wrap:wrap;
}
.txt-box .txt{
width:50%;
  line-height:1.5rem;
}
.txt-box .img{
width:50%;
padding-left:1rem;
}
.txt-box .img img{
  width:100%;
}

.mt-1{
  margin-top:.5em;
}
.mt-2{
  margin-top:1em;
}
.mt-3{
  margin-top:1.5em;
}
.mt-4{
  margin-top:2em;
}
.to-detail {
  text-align:center;
}
.to-detail a{
  background-color: #002f71;
padding: 10px 15px;
color: #fff;
font-size:20px;
border-radius: 30px;
}
.list-box{
  justify-content: space-between;
  display:flex;
  flex-wrap:wrap;
}
.list-box .item{
  width:49%;
  padding: 2rem;;
    border: 2px solid #002f71;

    margin-bottom: 1rem;
}
.list-box .ttl{
  color: #002f71;
  font-size:20px;
}
.list-box .txt{
  margin-top:1rem;
  line-height:1.5rem;
}
.list-box .list{
    margin-top:1rem;
}
.list-box .info .list{}
.list-box .info .list li{
  padding: 10px;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 25px;
    background-color: #CCE0EF;
    margin-top:.5rem;
}


.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #fff!important;
  }

  .head-txt-area{
    padding:10px;
    text-align:right;
    font-size:12px;
    font-weight:normal;
    background-color:#444;
    color:#fff;
  }
  .head-txt-area h1{
    font-weight:normal;
  }
