@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@700&family=Oswald:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -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;
  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;
}

ol, 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;
  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;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* FONT
***************************************************************/
.search_area_mvBox {
  padding: 100px 0 78px;
}

.search_area_mvBox .inner {
  width: 1400px;
  margin: auto;
}

.search_area_mvBox .mvIcon {
  width: 16px;
  margin: auto;
}

.search_area_mvBox .mv_title {
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #335167;
  text-align: center;
  margin-top: 20px;
}



.search_area_mvBox .mv_title2 {
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 500;
  position: relative;
  color: #335167;
  text-align: left;
  margin-top: 70px;
}


.search_area_mvBox .mv_title2::after {
  content: "";
  position: absolute;
  left: 350px;
  bottom: 0.15em;          /* 文字下からの距離を微調整 */
  width: 75%;
  height: 2px;             /* 線の太さ（お好みで変更） */
  background: #335167;;     /* 線の色 */
  z-index: -1;             /* テキストより背面に置く */
}






.page_search_areaWrap .inner {
  width: 1100px;
  margin:50px auto;
}


.title01{
  width: 55%; 
  margin: 5% auto 5% auto;
  position: relative;
  display: block;
}

/* 左の角括弧 */
 .title01::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 20px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}

/* 右の角括弧 */
.title01::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 20px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.title01 h1{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 68px;
    text-align: center;
    line-height: 1.4;
}
 .title01 p{
    font-size: 22px;
    text-align: center;
    line-height:1;
    padding-bottom: 3%;
}


.top-zone03 {
	width: 100%;
	height: 250px;
	background: url(../../files/img/search_area/works.png) center center repeat-x;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
		 -webkit-animation: fadeAnimations 3000s linear infinite;
    -moz-animation: fadeAnimations 3000s linear infinite;
    -ms-animation: fadeAnimations 3000s linear infinite;
    animation: fadeAnimations 3000s linear infinite;
    margin-top: 2%;
}



@-webkit-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}

@-moz-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}
@-ms-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}




.search_hyogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search_hyogo li {
  width: 1100px;
    margin:50px auto;
}

.search_hyogo li a {
  display: block;
  padding-bottom: 33px;
  position: relative;
  z-index: 0;
}

.search_hyogo li .listImg {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.search_hyogo li .listImg .img {
  width: 1100px;
  height: 100%;
}

.search_hyogo li .listTitleBox {
  width: 850px;
  height: 66px;
  margin: auto;
  background: #335167;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.search_hyogo li .listTitleBox i {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
}

.search_hyogo li .listTitleBox i span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  height: 3px;
}

.search_hyogo li .listTitleBox i span::before, .search_hyogo li .listTitleBox i span::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
}

.search_hyogo li .listTitleBox i span::before {
  width: 100%;
  top: 50%;
  right: calc((100% - 11px)/2);
}

.search_hyogo li .listTitleBox i span::after {
  width: 4px;
  top: calc((100% - 3px)/2);
  right: calc((100% - 12px)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search_hyogo li .listTitleBox .listTitle {
  margin-left: 18px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}



.search_areaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search_areaList li {
  width: 540px;
}

.search_areaList li a {
  display: block;
  padding-bottom: 33px;
  position: relative;
  z-index: 0;
}

.search_areaList li .listImg {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;  
}

.search_areaList li .listImg .img {
  width: 100%;
  height: 100%;
}

.search_areaList li .listTitleBox {
  width:540px;
  height: 66px;
  margin: auto;
  background: #335167;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
   /* 下側だけ角丸 */
  border-radius: 0 0 12px 12px;   
}

.search_areaList li .listTitleBox i {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
}

.search_areaList li .listTitleBox i span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  height: 3px;
}

.search_areaList li .listTitleBox i span::before, .search_areaList li .listTitleBox i span::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
}

.search_areaList li .listTitleBox i span::before {
  width: 100%;
  top: 50%;
  right: calc((100% - 11px)/2);
}

.search_areaList li .listTitleBox i span::after {
  width: 4px;
  top: calc((100% - 3px)/2);
  right: calc((100% - 12px)/2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search_areaList li .listTitleBox .listTitle {
  margin-left: 18px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  /* 下側だけ角丸 */
  border-radius: 0 0 12px 12px;   
    
}








@media all and (min-width: 681px) {

    
    
    
    
  .search_areaList li {
    margin: 0 20px 50px 0;
  }
  .search_areaList li:nth-child(2n) {
    margin-right: 0;
  }
  .search_areaList li:last-child, .search_areaList li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .search_areaList li:nth-child(1) .listImg .img {
    background: url(../img/search_area/search_area_img04.jpg) no-repeat center/cover;
  }
  .search_areaList li:nth-child(2) .listImg .img {
    background: url(../img/search_area/search_area_img06.jpg) no-repeat center/cover;
  }
  .search_areaList li:nth-child(3) .listImg .img {
    background: url(../img/search_area/search_area_img07.jpg) no-repeat center/cover;
  }
  .search_areaList li:nth-child(4) .listImg .img {
    background: url(../img/search_area/search_area_img08.jpg) no-repeat center/cover;
  }
  /*.search_areaList li:nth-child(5) .listImg .img {
    background: url(../img/search_area/search_area_img08.jpg) no-repeat center/cover;
  }
  .search_areaList li:nth-child(6) .listImg .img {
    background: url(../img/search_area/search_area_img08.jpg) no-repeat center/cover;
  }*/


    
  .search_areaList li a .listImg .img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .search_areaList li a .listTitleBox {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .search_areaList li a .listTitleBox i span {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .search_areaList li a:hover .listImg .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .search_areaList li a:hover .listTitleBox {
    background: #5E788B;
  }
  .search_areaList li a:hover .listTitleBox i span {
    left: 62%;
  }
    
    
    .search_hyogo li {
    margin: 0 20px 50px 0;
  }
 
  .search_hyogo li:nth-child(1) .listImg .img {
    background: url(../img/search_area/image_hyogo.jpg) no-repeat center/cover;
  }

  .search_hyogo li a .listImg .img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .search_hyogo li a .listTitleBox {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .search_hyogo li a .listTitleBox i span {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .search_hyogo li a:hover .listImg .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .search_hyogo li a:hover .listTitleBox {
    background: #5E788B;
  }
  .search_hyogo li a:hover .listTitleBox i span {
    left: 62%;
  }
    
    
    
    
    
    
}

@media all and (max-width: 680px) {
    
    
    
  .title01{
  width: 80%; 
  margin: 5% auto 5% auto;
  position: relative;
  display: block;
}

/* 左の角括弧 */
 .title01::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 20px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}

/* 右の角括弧 */
.title01::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 20px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.title01 h1{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
}
 .title01 p{
    font-size: 15px;
    text-align: center;
    line-height:1;
    padding-bottom: 3%;
}  
    
        
 .top-zone03 {
	width: 100%;
	height: 100px;
	background: url(../../files/img/search_area/works.png) center center repeat-x;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
		 -webkit-animation: fadeAnimations 3000s linear infinite;
    -moz-animation: fadeAnimations 3000s linear infinite;
    -ms-animation: fadeAnimations 3000s linear infinite;
    animation: fadeAnimations 3000s linear infinite;
    margin-top: 2%;
}



@-webkit-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}

@-moz-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}
@-ms-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}

.search_area_mvBox .mv_title2 {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  color: #335167;
  text-align: left;
  margin-top: 70px;
}


.search_area_mvBox .mv_title2::after {
  content: "";
  position: absolute;
  left: 200px;
  bottom: 0.15em;          /* 文字下からの距離を微調整 */
  width: 40%;
  height: 1px;             /* 線の太さ（お好みで変更） */
  background: #335167;;     /* 線の色 */
  z-index: -1;             /* テキストより背面に置く */
}
   
    
    
    
    
    
  .search_area_mvBox {
    padding: 30px 0;
  }
  .search_area_mvBox .inner {
    width: 100%;
  }
  .search_area_mvBox .mvIcon {
    width: 12px;
  }
  .search_area_mvBox .mv_title {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 14px;
  }
  .page_search_areaWrap .inner {
    width: 100%;
      margin:50px 0;
  }
  .search_areaList li {
    width: 84%;
    margin-bottom: 5px;
      margin:2% auto;
  }
  .search_areaList li:last-child {
    margin-bottom: 0;
  }
  .search_areaList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 0;
  }
  .search_areaList li .listImg {
    width: 50%;
    height: 110px;
     border-radius: 12px 0 0 12px;    
      
  }
  .search_areaList li .listTitleBox {
    width: 50%;
     height: 110px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 20px 0;
    border-radius: 0 12px 12px 0;     
      
      
  }
  .search_areaList li .listTitleBox i {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    width: 24px;
    height: 24px;
  }
  .search_areaList li .listTitleBox i span {
    width: 7px;
    height: 2px;
  }
  .search_areaList li .listTitleBox i span::before {
    width: 100%;
    top: 50%;
    right: calc((100% - 7px)/2);
  }
  .search_areaList li .listTitleBox i span::after {
    width: 2px;
    top: calc((100% - 2px)/2);
    right: calc((100% - 6px)/2);
  }
  .search_areaList li .listTitleBox .listTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 15px;
    margin-bottom: 12px;
  }
  .search_areaList li:nth-child(1) .listImg .img {
    background: url(../img/search_area/search_area_img04_sp.jpg) no-repeat center/cover;
  }
  .search_areaList li:nth-child(2) .listImg .img {
    background: url(../img/search_area/search_area_img06_sp.jpg) no-repeat center/cover;
  }
  .search_areaList li:nth-child(3) .listImg .img {
    background: url(../img/search_area/search_area_img07_sp.jpg) no-repeat center/cover;
  }
  .search_areaList li:nth-child(4) .listImg .img {
    background: url(../img/search_area/search_area_img08_sp.jpg) no-repeat center/cover;
  }
  /*.search_areaList li:nth-child(5) .listImg .img {
    background: url(../img/search_area/search_area_img05_sp.jpg) no-repeat center/cover;
  }
  .search_areaList li:nth-child(6) .listImg .img {
    background: url(../img/search_area/search_area_img06_sp.jpg) no-repeat center/cover;
  }
  .search_areaList li:nth-child(7) .listImg .img {
    background: url(../img/search_area/search_area_img07_sp.jpg) no-repeat center/cover;
  }
  .search_areaList li:nth-child(8) .listImg .img {
    background: url(../img/search_area/search_area_img08_sp.jpg) no-repeat center/cover;
  }*/
    
    
  .search_hyogo li {
    width: 100%;
    margin-bottom: 5px;
  }

  .search_hyogo li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 0;
  }
  .search_hyogo li .listImg {
    width: 50%;
    height: auto;
  }
  .search_hyogo li .listTitleBox {
    width: 50%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 20px 0;
  }
  .search_hyogo li .listTitleBox i {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    width: 24px;
    height: 24px;
  }
  .search_hyogo li .listTitleBox i span {
    width: 7px;
    height: 2px;
  }
  .search_hyogo li .listTitleBox i span::before {
    width: 100%;
    top: 50%;
    right: calc((100% - 7px)/2);
  }
  .search_hyogo li .listTitleBox i span::after {
    width: 2px;
    top: calc((100% - 2px)/2);
    right: calc((100% - 6px)/2);
  }
  .search_hyogo li .listTitleBox .listTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 15px;
    margin-bottom: 12px;
 
      
  }
  .search_hyogo li:nth-child(1) .listImg .img {
    background: url(../img/search_area/search_area_img01_sp.jpg) no-repeat center/cover;
      width:100%;
  }

    
    
    
    
    
    
}

/* 採用情報
***************************************************************/