#eng *, #eng *:after, #eng *:before {
  box-sizing: border-box;
}

#eng img {
  height: auto;
  max-width: 100%;
}

.engContainer {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .engContainer {
    margin: 0 auto;
    position: relative;
    max-width: 960px;
  }
}

/*-------------------
フォント設定
---------------------*/
html {
  font-size: 13px;
	scroll-behavior: smooth;
}
body {
  line-height: 1.3;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
}
/*:root {
  --px8: 0.6153rem;
  --px10: 0.769rem;
  --px11: 0.846rem;
  --px12: 0.923rem;
  --px13: 1rem;
  --px14: 1.077rem;
  --px15: 1.154rem;
  --px16: 1.231rem;
  --px17: 1.308rem;
  --px18: 1.385rem;
  --px19: 1.462rem;
  --px20: 1.538rem;
  --px21: 1.615rem;
  --px22: 1.692rem;
  --px23: 1.769rem;
  --px24: 1.846rem;
  --px25: 1.923rem;
  --px26: 2rem;
  --px27: 2.077rem;
  --px28: 2.154rem;
  --px29: 2.231rem;
  --px30: 2.308rem;
  --px31: 2.385rem;
  --px32: 2.462rem;
  --px33: 2.583rem;
  --px34: 2.615rem;
}*/

/* .engJumbotron */
.engJumbotron {
}

@media (min-width: 768px) {
  .engJumbotron {
    background-image: url(../img/jumbotron-bg.jpg);
    background-position: center center;
    background-size: cover;
    height: 629px;
  }
}

.engJumbotronTitle {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .engJumbotronTitle {
    padding-bottom: 60px;
    padding-top: 180px;
  }
}

.engJumbotronTitle img {
  width: 100%;
}

@media (min-width: 768px) {
  .engJumbotronTitle img {
    width: auto;
  }
}

/* .engArea */
.engArea {
  padding-bottom: 30px;
}
  
@media (min-width: 768px) {
  .engArea {
    padding-bottom: 30px;
    padding-top: 0;
  }
}

.engAreaTitle {
  font-size: 25px;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .engAreaTitle {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

.engAreaTitle span {
  color: #62B2C0;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .engAreaTitle span {
    font-size: 20px;
  }
}

/* .engKodawari */
.engKodawari {
}

.engKodawariTitle {
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .engKodawariTitle {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

.engKodawariTitle span {
  color: #62B2C0;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .engKodawariTitle span {
    font-size: 20px;
  }
}

.engKodawariBlock {
  background-position: center top;
  background-repeat: no-repeat;
  padding: 40px 20px 30px 20px;
}

.engKodawariBlock01 {
  /* background-image: url(../img/kodawari-block01-bg-sp.jpg);
  background-size: cover; */
  background: #AABBEE;
  border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
  .engKodawariBlock01 {
    /* background-image: url(../img/kodawari-block01-bg.jpg); */
    background: #AABBEE;
  }
}

.engKodawariBlock02 {
  /* background-image: url(../img/kodawari-block02-bg-sp.jpg);
  background-size: cover; */
  background-color: #AADDAA;
}

@media (min-width: 768px) {
  .engKodawariBlock02 {
    /* background-image: url(../img/kodawari-block02-bg.jpg); */
    background-color: #AADDAA;
  }
}
.engKodawariBlock03 {
  /* background-image: url(../img/kodawari-block01-bg-sp.jpg);
  background-size: cover; */
  background: #7b9279;
  border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
  .engKodawariBlock03 {
    /* background-image: url(../img/kodawari-block01-bg.jpg); */
    background: #7b9279;
  }
}

.engKodawariBlockTitle {
  background-position: left top 5px;
  background-repeat: no-repeat;
  background-size: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 35px;
  padding-left: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .engKodawariBlockTitle {
    background-position: left top 7px;
    background-size: auto;
    font-size: 26px;
    padding-left: 75px;
  }
}

.engKodawariBlockTitle01 {
  background-image: url(../img/kodawari-block-title01.png);
}

.engKodawariBlockTitle02 {
  background-image: url(../img/kodawari-block-title02.png);
}
.engKodawariBlockTitle03 {
  background-image: url(../img/kodawari-block-title01.png);
}

.engKodawariBlockTitle span {
  font-size: 24px;
}

@media (min-width: 768px) {
  .engKodawariBlockTitle span {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .engKodawariBlockList {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.5%;
  }
}

.engKodawariBlockListItem {
  border: 2px solid #fff;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .engKodawariBlockListItem {
    flex-basis: calc(100% / 7 - .5%);
    max-width: calc(100% / 7 - .5%);
    min-width:160px;
    margin-right: .5%;
  }
}

.engKodawariBlockListItem a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 45px;
  justify-content: center;
  position: relative;
}

@media (min-width: 768px) {
  .engKodawariBlockListItem a {
    font-size: 16px;
    height: 100%;
    padding: 15px 18px;
    width: 100%;
  }
}

.engKodawariBlockListItem a::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
}

@media (min-width: 768px) {
  .engKodawariBlockListItem a:hover {
    background-color: #fff;
    color: #72c076;
    opacity: 1;
  }
}

.engKodawariBlockListItem a:hover::before {
  border-bottom-color: #72c076;
  border-right-color: #72c076;
}

/* .engJob */
.engJob {
  background-color: #f8f7f2;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .engJob {
    padding-bottom: 40px;
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .engJobWraps {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .engJobWrap {
    flex-basis: calc(50% - 2.5%);
    max-width: calc(50% - 2.5%);
  }
}

.engJobWrap + .engJobWrap {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .engJobWrap + .engJobWrap {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .engJobWrap01 {
    position: relative;
  }
}

@media (min-width: 768px) {
  .engJobWrap01::before {
    background-color: #d0c6ac;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: -5.203%;
    text-outline: 0;
    width: 1px;
  }
}

.engJobTitle {
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .engJobTitle {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

.engJobTitle img {
  width: 30px;
}

@media (min-width: 768px) {
  .engJobTitle img {
    width: auto;
  }
}

.engJobTitle span {
  color: #72c076;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .engJobTitle span {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .engJobBlocks {
    display: flex;
    justify-content: space-between;
  }
}

.engJobBlock {
  background-color: #fff;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .engJobBlock {
    flex-basis: calc(100% / 3 - 1.5%);
    max-width: calc(100% / 3 - 1.5%);
    padding-bottom: 30px;
  }
}

.engJobBlockImg img {
  width: 100%;
}

.engJobBlock01 {
  border-bottom: 2px solid #d0c6ac;
}

@media (min-width: 768px) {
  .engJobBlock01 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.engJobBlock02 {
  border-bottom: 2px solid #c4cec3;
}

@media (min-width: 768px) {
  .engJobBlock02 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.engJobBlockTitle {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 15px;
  padding-top: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .engJobBlockTitle {
    font-size: 26px;
  }
}

.engJobBlockTitle01 {
  color: #a18d5a;
}

.engJobBlockTitle02 {
  color: #7b9279;
}

.engJobBlockTitle03 {
  font-size: 19px;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}

.engJobBlockTitle03 span {
  color: #72c076;
  font-size: 25px;
}

.engJobBlockTxt {
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .engJobBlockTxt {
    font-size: 16px;
  }
}

.engJobBlockTxtMore {
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 1.7;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .engJobBlockTxtMore {
    font-size: 16px;
  }
}

.engJobBlockTxtMore01 {
  background-image: url(../img/job-block-txt-more-bg01.png);
}

.engJobBlockTxtMore02 {
  background-image: url(../img/job-block-txt-more-bg02.png);
}

.engJobBlockList {
  border-bottom: 1px solid #72c076;
  border-top: 1px solid #72c076;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;
}

.engJobBlockListTitle {
  color: #72c076;
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  text-align: left;
  width: 4em;
}

@media (min-width: 768px) {
  .engJobBlockSearchList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.engJobBlockSearchListItem {
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .engJobBlockSearchListItem {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.engJobBlockSearchListItem a {
  align-items: center;
  color: #fff;
  display: flex;
  height: 45px;
  justify-content: center;
}

@media (min-width: 768px) {
  .engJobBlockSearchListItem a {
    width: 95px;
  }
}

.engJobBlockSearchListItem01 a {
  background-color: #d0c6ac;
}

.engJobBlockSearchListItem02 a {
  background-color: #7b9279;
}

.engJobBlockListItem {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 4em;
  text-align: left;
}

.engJobBlockSearchTitle {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
  text-align: center;
}

.engJobBlockSearchTitleX {
  color: #72c076;
  font-size: 22px;
}

.engJobBlockSearchTitleType {
  font-size: 22px;
}

.engJobBlockSearchList03 {
  text-align: center;
}

.engJobBlockSearchListItem03 {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
}

.engJobBlockSearchListItem03 a {
  align-items: center;
  background-color: #72c076;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
}

/* エリア検索（都道府県） */
#area section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  #area section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#area section dl {
  align-self: baseline;
  background-color: #F4F8FC;
  flex-basis: calc(100% / 2 - 1%);
  margin-bottom: 1.5%;
  max-width: calc(100% / 2 - 1%);
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  #area section dl {
    align-self: auto;
    flex-basis: calc(100% / 3 - 1%);
    max-width: calc(100% / 3 - 1%);
    padding: 10px;
  }
}

/* #area section dl:last-child {
  background-color: #62B2C0;
  flex-basis: 100%;
  max-width: 100%;
} */

@media (min-width: 768px) {
  /* #area section dl:last-child {
    flex-basis: calc((100% / 3) * 2 - .5%);
    max-width: calc((100% / 3) * 2 - .5%);
  } */
}

#area section dl dt {
  color: #62B2C0;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  #area section dl dt {
    font-size: 18px;
  }
}

/* #area section dl:last-child dt {
  color: #fff;
} */

#area section dl dd {
  display: none;
  font-weight: 400;
}

@media (min-width: 768px) {
  #area section dl dd {
    display: block !important;
  }
}

#area section dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

#area section dl dd ul li {
  flex-basis: calc(100% / 2 - 2%);
  font-size: 12px;
  margin-bottom: 1.5%;
  margin-left: 1%;
  margin-right: 1%;
  max-width: calc(100% / 2 - 2%);
}

@media (min-width: 768px) {
  #area section dl dd ul li {
    flex-basis: calc(100% / 3 - 2%);
    font-size: 14px;
    max-width: calc(100% / 3 - 2%);
  }
}

#area section dl dd ul li a {
  align-items: center;
  background-color: #62B2C0;
  border-radius: 5px;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
}

#area section dl:last-child dd ul li {
  /* flex-basis: calc(100% / 4 - 1%);
  max-width: calc(100% / 4 - 1%);
  margin-left: .5%;
  margin-right: .5%; */
}

#area section dl:last-child dd ul li a {
  /* background-color: #fff;
  color: #62B2C0; */
}

/* エリア検索（地方） */
#region section {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  #region section {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#region section dl {
  background-color: #62B2C0;
  border-radius: 5px;
}

#region section dl + dl{
  margin-top: 5px;
}

@media (min-width: 768px) {
  #region section dl {
    border-radius: 5px;
    flex-basis: calc(100% / 7 - 1%);
    max-width: calc(100% / 7 - 1%);
  }
}

@media (min-width: 768px) {
  #region section dl + dl{
    margin-top: 0;
  }
}

#region section dl dt {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
}

#region section dl dd {
  display: none;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

#region section dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#region section dl dd ul li {
  flex-basis: calc(50% - 1%);
  font-weight: 400;
  margin-bottom: 1.5%;
  max-width: calc(50% - 1%);
}

#region section dl dd ul li a {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  height: 40px;
  justify-content: center;
}

.baner_img{
text-align: center;
margin: 20px;}

.baner_img img{
margin: 15px 0;}
/* ここから下がプルダウン検索CSS */

@media screen and (max-width: 780px){
  #contetns{
      background: url(../img/bg.png) center bottom;
  }
  body{
      font-family: 'Noto Sans JP', sans-serif;
  }
  .pc_hidden{
      display: block;
  }
  .sp_hidden{
      display: none;
  }
      .wrap {
      margin:20px;
      /* transform: translateY(-24px); */
  }
  .search_area{
      border: #c3c3c3 solid 1px;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
  }
  .prefecture{
      display: flex;
      /* border-bottom: #c3c3c3 solid 1px; */
      height: 50px;
  }
  #prefecture{
      border-bottom: #c3c3c3 solid 1px;

  }
  .word{
      display: flex;
      height: 50px;
  
  }
  .blue-content{
      background: #62B2C0;
      flex: 1.2;
      color: white;
      font-weight: bold;
      text-align: center;
      /* padding: 10px 0; */
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 8px;
  }
  .blue-content p{
      /* padding: 10px 0; */
      margin: auto;
      font-size: 14px;
  }
  .blue-content img{
      padding: 5px;
  }
  .top{
      border-radius: 9px 0 0 0;
  }
  .bottom{
      border-radius: 0 0 0 9px;
  }
  .content{
      flex: 2;
      display: flex;
  }
  .js-input {
      flex: 1;
      border: none;
      border-radius: 4px;
      padding: 0px 0px 0px 10px;
      margin: 6px;
      outline: none;
      font-size: 14px;
      font-weight: 700;
      background: #F3F3F3;
      border: solid #C3C3C3 1px;
      width: 100%;
      font-family: 'Noto Sans JP', sans-serif;
  }
  form{
      display: flex;
      width: 100%;
  
  }
  select{
      height: 50px;
      padding: 0 0vw 0px 16px;
      width: 100%;
      border: none;
      border-bottom: #c3c3c3 solid 1px;
      font-size: 14px;
      font-weight: 700;
      background-image: url(../img/arrrow.svg);
      background-position: right 15px center;
      background-repeat: no-repeat;
      background-size: 13px 13px;
      -webkit-appearance: none;
      -moz-appearance: none; 
      appearance: none;
      border-radius: 0 9px 0px 0 ;
      text-decoration: none;
      outline: none;
      font-family: 'Noto Sans JP', sans-serif;
      background-color: white;
      color: #000;
      /* color: #c9c9c9; */
  }
  #kodawari{
      border-radius: 0 0 9px 0;
  }
  .search{
      padding: 10px 0px 40px 0;
      display: block;
  }
  .todo-btn{
      border: none;
      color: #62B2C0;
      width: 100%;
      border-radius: 10px;
      background-color: #ffffff;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 700;
      font-family: 'Noto Sans JP', sans-serif;
  }
  ::placeholder {
      color: #C3C3C3;
    }
  #space-left{
      padding: 4px 4px 4px 4px;
      padding-left: 7px;
  }
}

@media screen and (min-width: 800px){
  .wrap_wrap{
    background-color: #62B2C0;
    padding: 40px 0 10px 0px;
  }
  .wrap {
      margin: 0px auto 30px auto;
      max-width: 960px;
  }
  .search_area{
  /*transform: translateY(-2em);*/
      border: #62B2C0 solid 3px;
      border-radius: 15px;
      display: flex;
      flex-direction: row;
      flex: 2;
      background: white;
  }
  .prefecture{
      display: flex;
      /* border-bottom: #c3c3c3 solid 1px; */
      height: 50px;
      flex: 3;
      background: white;
      border-radius: 60px 0 0 60px
  }
  .word{
      display: flex;
      height: 50px;
      background-color: white;
      flex: 5;
      border-radius: 0 60px 60px 0;
  
  }
  .blue-content{
      background: #fff;
      flex: 0.8;
      color: white;
      font-weight: bold;
      text-align: center;
      /* padding: 10px 0; */
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 8px;
  }
  .blue-content p{
      /* padding: 10px 0; */
      margin: auto;
      font-size: 18px;
  }
  .blue-content img{
      padding: 4px;
  }
  .top{
      border-radius: 60px 0 0 60px;
  }
  .bottom{
      /* border-radius: 0 0 0 10px; */
  }
  .content{
      flex: 2;
      display: inline-block;
  }
  .pc_js-input {
      flex: 1;
      border: none;
      border-radius: 4px;
      padding: 0px 0px 0px 10px;
      margin: 10px;
      outline: none;
      font-size: 18px;
      font-weight: 700;
      /* background: #F3F3F3; */
      /* border: solid #C3C3C3 1px; */
      width: 100%;
      font-family: 'Noto Sans JP', sans-serif;
  }
  form{
      display: flex;
      width: 100%;
  
  }
  select{
      height: 50px;
      padding: 10px 0vw 13px 40px;
      width: 100%;
      border: none;
      /* border-bottom: #c3c3c3 solid 1px; */
      font-size: 18px;
      font-weight: 700;
      background-image: url(../img/arrrow.svg);
      background-position: right 15px center;
      background-repeat: no-repeat;
      background-size: 13px 13px;
      -webkit-appearance: none;
      -moz-appearance: none; 
      appearance: none;
      /* border-radius: 0 10px 0 0 ; */
      text-decoration: none;
      outline: none;
     font-family: 'Noto Sans JP', sans-serif;
  }
  #koda-space{
      padding-left: 0px;
      text-align: center;
  }
  option{
      transform: translateY(-1px);
  }
  .search{
      padding-right: 10px;
      margin: auto;
  }
  .pc_todo-btn {
      border: none;
      color: white;
      width: 100%;
      border-radius: 50%;
      background-color: #62B2C0;
      padding: 9px 10.5px 7px 10.5px;
      font-size: 18px;
      font-weight: 700;
      cursor: pointer;
  }
  ::placeholder {
      color: #C3C3C3;
  }
  .pc_todo-btn img{
      width: 20px;
  }
  .pc_hidden{
      display: none;
  }
  .prefecture::after {
      content: '';
      position: relative;
      /* left: 50%; */
      bottom: -48%;
      display: inline-block;
      width: 36px;
      height: 2px;
      /* -webkit-transform: translateX(-50%); */
      /* transform: translateX(-50%); */
      /* rotate: inherit; */
      /* transform: rotateX(45deg); */
      transform: rotateZ(90deg);
      background-color: #62B2C0;
      border-radius: 2px;
  }
  /* section{
    max-width: 960px;
    margin: 0 auto;
  } */
  
  

}

#area{

    background: #62B2C0;
    color: #ffffff;
}