@charset "UTF-8";
.h2-title {
  font-size: 28px;
  color: #04329B;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #04329B;
  background-color: #F9F9F9;
  padding: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DDD;
  clear: both;
}

.h3-title {
  color: #FFFFFF;
  padding-bottom: 8px;
  position: relative;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 36px;
  background-color: #044760;
  display: block;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
  border: 1px solid #FFFFFF;
  clear: both;
}
.h3-title::before {
  display: block;
  width: 2px;
  height: 24px;
  position: absolute;
  content: "";
  top: 13px;
  left: 20px;
  background-color: #65B7DA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.h4-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  color: #044760;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 36px;
  background-color: #F6F6F6;
  display: block;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  border-radius: 5px;
  clear: both;
}
.h4-title::before {
  display: block;
  width: 2px;
  height: 24px;
  position: absolute;
  content: "";
  top: 13px;
  left: 20px;
  background-color: #65B7DA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.main-content {
  width: 100%;
  max-width: 1152px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

/**
 * 共通ページネーション（large）
 */
#pagenate .page-numbers {
  padding: 5px 10px;
  font-size: 1.5em;
}
#pagenate .current {
  font-weight: bold;
  color: rgb(4, 50, 155);
}

/* pc表示 */
header .short-header {
  height: 100px;
}
header #headerMenu li:last-child span::after {
  content: "";
  position: absolute;
  top: calc((100% - 16px) / 2);
  right: 0;
  width: 1px;
  height: 16px;
  background-color: white;
}

.btn_contact a {
  background-color: #001331;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
  width: 90%;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.btn_contact a:link {
  color: #FFF;
}

.btn_contact a[href]:hover,
.btn_contact a[href]:active {
  opacity: 0.7;
  color: #FFF;
}

.btn_contact a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(http://localhost:8022/wp-content/themes/yonago/c/images/mail-icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}

#page.form {
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
}
#page.form .points {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#page.form .points a:hover, #page.form .points a:active {
  color: #3d85c6;
  text-decoration: none;
}
#page.form .points a {
  color: #0b5394;
  text-decoration: none;
}
#page.form table {
  border-collapse: collapse;
}
#page.form table td {
  border-collapse: collapse;
}
#page.form table.table_form {
  width: 98%;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
#page.form table.table_form th {
  width: 40%;
  text-align: right;
  border-right-width: 4px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: dotted;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  font-size: 14px;
  font-weight: normal;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F9F9F9;
}
#page.form .content table.table_form th p {
  font-size: 10px;
  line-height: 14px;
  color: #999;
  margin: 0px;
  padding: 0px;
}
#page.form span.required {
  display: inline-block;
  margin-left: 5px;
  color: #FFF;
  background-color: #A04918;
  font-size: 12px;
  line-height: 24px;
  padding-right: 5px;
  padding-left: 5px;
}
#page.form table.table_form td {
  padding: 20px;
  background-color: #FFF;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  border-bottom-width: 1px;
  font-size: 14px;
}
#page.form input, #page.form select, #page.form textarea {
  background-color: #FFF;
  color: #000;
  border-color: #555;
  border-width: 1px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: text;
  max-width: 100%;
}
#page.form textarea {
  width: 100%;
}
#page.form input.wpcf7-submit {
  background-color: #A04918;
  color: #FFF;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 3px solid #EEE;
  transition: 0.2s linear;
  font-size: 18px;
  line-height: 24px;
}
#page.form input.wpcf7-submit:hover {
  background-color: #FFF;
  color: #A04918;
  border-top-color: #A04918;
  border-right-color: #A04918;
  border-bottom-color: #A04918;
  border-left-color: #A04918;
  cursor: pointer;
}
#page.form input.wpcf7-previous {
  background-color: #555;
  color: #FFF;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 3px solid #EEE;
  transition: 0.2s linear;
  font-size: 14px;
  line-height: 24px;
}
#page.form input.wpcf7-previous:hover {
  background-color: #FFF;
  color: #555;
  border-top-color: #555;
  border-right-color: #555;
  border-bottom-color: #555;
  border-left-color: #555;
  cursor: pointer;
}
#page.form .wpcf7-spinner {
  display: none !important;
}
#page.form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
#page.form .wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
  display: block;
}

/*----------------------------------------------------------------------------*/
/* reCAPTCHAの表示位置調整 */
.grecaptcha-badge {
  /* 前面に出すなら値を大きく */
  z-index: 10000 !important;
  /* 表示を消す */
  /*visibility: hidden !important;*/
  /* 正の値を大きくすると上に、負なら下に移動 */
  bottom: 80px !important;
}

#news-list {
  /*コラム一覧----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
}
#news-list.default .items {
  width: calc(50% - 0px);
  height: 160px;
  float: left;
}
#news-list.default .items a {
  display: flex;
  justify-content: space-evenly;
}
#news-list.default .items a .text-area {
  width: 50%;
}
#news-list.default .items a .text-area .main-content {
  padding-top: 0.5rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news-list.default .items a .image-area {
  max-height: 10rem;
  width: calc(50% - 40px);
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#news-list.default .items a .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#news-list.default .items:nth-of-type(odd) {
  border-right: solid 2px gray;
  float: left;
}
#news-list.column select {
  margin: 20px;
  background-color: #FFF;
  color: #000;
  border-color: #555;
  border-width: 1px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: text;
}
#news-list.column .dl_list dt {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  position: relative;
}
#news-list.column .dl_list dd {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  position: relative;
}

#news .main-content img {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 400px;
}
#news .main-content .image-area {
  max-width: 400px;
  max-height: 400px;
  display: table;
  margin: 0.8rem auto;
}
#news .msg {
  width: 100%;
  max-width: 500px;
  margin: 2rem auto;
  padding-left: 16px;
  padding-right: 16px;
}
#news .msg .btn_contact a::before {
  content: unset;
}
#news .img-ad {
  margin: 2rem auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-evenly;
}
#news .img-ad div {
  margin: 0 5px;
}
#news .img-ad div div {
  margin: 0;
}
#news .img-ad img {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 400px;
}

#page {
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
}
#page .content {
  clear: both;
}
#page .main {
  margin-bottom: 10px;
}
#page .content::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#page .content p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 30px;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 10px;
}
#page .content img.img_left {
  background-color: #F6F6F6;
  padding: 10px;
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#page .content img.img_right {
  background-color: #F6F6F6;
  padding: 10px;
  float: right;
  display: block;
  margin-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#page .content table.table_company {
  width: 98%;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
#page .content table.table_company th,
#page .content table.table_company td {
  padding: 30px;
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E3E3E3;
}
#page .content table.table_company th {
  background-color: #F9F9F9;
  color: #00365E;
  letter-spacing: 2px;
}
#page .place {
  clear: both;
}
#page .place .place_title {
  padding-top: 50px;
}
#page .google a[href]:hover, #page .google a[href]:active {
  color: #3d85c6;
}
#page .google a[href]:hover {
  text-decoration: none;
}
#page .google a[href]:link {
  text-decoration: none;
}
#page .google a:link {
  color: #0b5394;
}
#page .content .contact {
  text-align: center;
  background-color: #F9F9F9;
  border: 2px solid #FFF;
  margin-bottom: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
  margin-top: 50px;
}
#page .content .contact h2 {
  background-color: #F6F6F6;
  padding-top: 20px;
  padding-bottom: 15px;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0/10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0/10px 10px 0 0;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #066C93;
}
#page .company_recruitment img {
  float: none;
  margin: auto;
  width: 100%;
  aspect-ratio: auto;
  max-height: 290px;
}
#page .company_recruitment .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
#page .company_view ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page .company_view ul li {
  display: block;
  width: 30%;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  color: #000;
}
#page .company_view ul li p {
  font-size: 12px;
  margin: 10px;
}
#page .company_view ul li p.text_l {
  text-align: left;
}
#page .company_view ul li a {
  text-decoration: none;
  color: #000;
}
#page .company_view ul li p strong {
  font-size: 18px;
  font-weight: normal;
}
#page .company_view ul li .mask {
  width: 100%;
  height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.2s linear;
}
#page .company_view ul li .mask img {
  margin: 0 auto;
}
#page .company_view ul li a img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
}
#page .company_view ul li a:hover .mask {
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
}
#page .company_view ul li a:hover img {
  opacity: 0.7;
}
#page .staff_view {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page .staff_view .staff {
  display: block;
  width: 50%;
  box-sizing: border-box;
  color: #000;
}
#page .staff_view img.img_right {
  width: 40%;
}
#page .container404 {
  margin: 20px;
  font-size: 20px;
  text-align: center;
}

/* tablet表示 */
@media screen and (min-width: 520px) and (max-width: 1099px) and (min-width: 640px) and (max-width: 850px) {
  #footerMenuArea {
    display: unset;
  }
  #footerMenuArea ul li span {
    padding-right: 32px;
    padding-left: 32px;
  }
  #footerMenuArea #footerMenu2 {
    margin-top: 24px;
  }
  #addressArea {
    display: grid;
    justify-items: center;
  }
  #addressArea p {
    margin-top: 16px;
    margin-left: 0;
  }
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
  #news .img-ad {
    display: grid;
    max-width: 300px;
  }
  #news .img-ad div {
    margin: 5px 0;
  }
  #news .img-ad div div {
    margin: 0;
  }
  #news .img-ad img {
    width: 100%;
    height: auto;
  }
  #page .content img.img_left,
  #page .content img.img_right {
    max-width: 320px;
  }
}
/* sp表示 */
@media screen and (max-width: 519px) {
  .btn_contact a {
    height: 80px;
  }
  .btn_contact a::before {
    width: 28px;
    height: 28px;
  }
  #footerMenu1 li:last-child span {
    padding-right: unset;
  }
  #footerMenu2 li:last-child span {
    padding-right: unset;
  }
  #page.form {
    width: 100% !important;
    max-width: 100% !important;
  }
  #page.form table.table_form {
    width: 98% !important;
    table-layout: fixed;
    padding-left: 0px;
    padding-right: 0px;
  }
  #page.form table.table_form tbody {
    width: 100% !important;
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
  }
  #page.form table.table_form tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
  }
  #page.form table.table_form th,
  #page.form table.table_form td {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #page.form table.table_form th,
  #page.form table.table_form td {
    width: 100% !important;
    text-align: center !important;
  }
  #page.form table.table_form th {
    width: 100% !important;
    border-right: none !important;
  }
  #news-list.default .items {
    width: 100%;
    float: unset;
  }
  #news-list.default .items:nth-of-type(odd) {
    border-left: unset;
    float: unset;
  }
  #news .img-ad {
    display: grid;
    max-width: 300px;
  }
  #news .img-ad div {
    margin: 5px 0;
  }
  #news .img-ad div div {
    margin: 0;
  }
  #news .img-ad img {
    width: 100%;
    height: auto;
  }
  #page .content img.img_left,
  #page .content img.img_right {
    float: none;
    margin: auto;
  }
  #page .content table.table_company th,
  #page .content table.table_company td {
    display: block;
    padding: 20px;
  }
  #page .place .place_title {
    padding-top: 0px;
  }
  #page .company_view ul li {
    width: 50%;
  }
  #page .company_view ul li {
    padding: 0px;
  }
  #page .company_view ul li img {
    width: 140px;
    margin: 0 auto;
  }
  #page .company_view ul li a .mask {
    width: 140px;
    height: 140px;
  }
  #page .staff_view .staff {
    display: block;
    width: 100%;
    text-align: left;
  }
  #page .staff_view img.img_right {
    float: right;
    margin-left: 10px;
  }
}/*# sourceMappingURL=style.css.map */