@charset "UTF-8";

#top #container{
	margin-top:50px;
}
@media screen and (max-width: 768px) {
    #top #container{
        margin-top: 20px;
    }
}
@media screen and (min-width: 769px) {
    #container main.sideNone,
    #main.sideNone {
        width: auto;
        float: none;
    }
    #main.sideNone .bnrCv,
    #main.sideNone .bnrCv2,
    #main.sideNone .bnrCv3 {
        text-align: center;
    }
}


/* .mainVisual
=======================================================*/
.mainVisual {
    background-size: cover;
    width: 100%;
    height: 588px;
    min-width: 1100px;
}
.mainVisual__inner {
    width: 1100px;
    height: 588px;
    margin: 0 auto;
    position: relative;
}
.mainVisual__bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.mainVisual__title {
    position: absolute;
    top: calc((588px - 180px) / 2);
    left: 30%;
    text-align: center;
    width: 70%;
    transform: translateY(-50%);
}
.mainVisual__titleMain {
    font-weight: bold;
    color: #33bfdb;
    font-size: 6.4rem;
    margin-bottom: 10px;
}
.mainVisual__titleSub {
    font-weight: bold;
    color: #737373;
    font-size: 3.8rem;
}
.mainVisual__form {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    background: rgba(255,255,255,0.8);
    padding: 30px;
    box-sizing: border-box;
}
.mainVisual__form_left {
    left: 0;
    bottom: 30px;
    width: 100%;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 30px;
}
.mainVisualForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.mainVisualForm_left {
    background-color: white;
    padding: 20px;
    margin-bottom: 15px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.mainVisualForm__unit {
    position: relative;
    margin-right: 47px;
    width: 100%;
}
.mainVisualForm__unit:last-of-type {
    margin-right: 20px;
}
.mainVisualForm__unit_left {
    position: relative;
    margin-right: 47px;
}
.mainVisualForm__unit_left:last-of-type {
    margin-right: 0;
}
.mainVisualForm__unit:after {
    content: "";
    display: block;
    background: url("../img/img_x.png") no-repeat center center;
    height: 25px;
    width: 27px;
    position: absolute;
    top: 50%;
    right: -37px;
}
.mainVisualForm__unit:last-of-type:after {
    content: none;
}
.mainVisualForm__unit_left:after {
    content: "";
    display: block;
    background: url("../img/img_x.png") no-repeat center center;
    height: 25px;
    width: 27px;
    position: absolute;
    top: 50%;
    right: -37px;
}
.mainVisualForm__unit_left:last-of-type:after {
    content: none;
}
.mainVisualForm__title  {
    font-weight: bold;
}
.mainVisualForm__cont.select {
    position: relative;
}
.mainVisualForm__cont.select:after{
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 45%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #111;
}
.mainVisualForm__cont.select select,
.mainVisualForm__cont.select .selectBtn {
    width: 100%;
    max-width:100%;
    height: 65px;
    border: 2px #dcdcdc solid;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    outline:  none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 24px 8px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mainVisualForm__cont.select .selectBtn {
    text-align: left;
    cursor: pointer;
}
.mainVisualForm__cont.input input {
    width: 340px;
    height: 65px;
    border: 2px #dcdcdc solid;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

@media screen and (min-width: 769px) {
    .mainVisualForm__cont.input.free_word input {
        width: 100%;
    }
    .mainVisualForm__unit.search_left_unit {
        flex: 1 1 0%;
        min-width: 120px;
    }
}
.mainVisualForm__btn {
    border: none;
    outline: none;
    display: block;
    border-radius: 4px;
    background:#fdc44f;
    box-shadow: 0px 5px 0 #f7b42c;
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    transition: 0.1s;
    color: #111111;
    margin-bottom: 5px;
    color: #fff;
}
.mainVisualForm__btn:hover {
    transform: translate3d(0, 5px, 0);
    box-shadow: none;
    text-decoration: none;
}
.mainVisualForm__btn span {
    display: inline-block;
    width: 160px;
    font-size: 1.8rem;
    font-weight: bold;
}

.mainVisualForm__btn span:before, .sideForm__btn span:before, .searchForm__btnSubmit span:not(.num):before, .btnSearch01 span:before, .sideForm__title span:before {
    font-family: "Font Awesome 5 Free";
    content: '\f002';
    font-weight: 900;
    padding-right: 0.5em;
  }
.searchForm__btnSubmit span:not(.num):before {
    font-size: 2.0rem;
    position: relative;
    top: 1px;
}

.mainVisual__cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mainVisual__contInner {
    display: flex;
    position: absolute;
    top: 90px;
    right: 0;
}
.mainVisual__contBtn {
    position: absolute;
    top: 270px;
    right: 0;
}
.mainVisual__contBtn .btnEntry01 {
    width: 280px;
    height: 70px;
}
.mainVisual__contBtn .btnEntry01 span {
    font-size: 1.8rem;
}

@media screen and (min-width:769px) {
    .mainVisual__formTitle {
        margin: -30px -30px 20px;
        padding: 15px 30px;
        background-color: #ff6f6f;
        color: #fff;
        font-size: 2.0rem;
        font-weight: bold;
    }
    .mainVisualForm__unit:nth-of-type(2) select,
    .mainVisualForm__unit:nth-of-type(3) select,
    .mainVisualForm__unit:nth-of-type(2) .selectBtn,
    .mainVisualForm__unit:nth-of-type(3) .selectBtn {
        width: 100%;
        max-width:100%;
    }
    .mainVisualForm__unit_left:nth-of-type(2) select,
    .mainVisualForm__unit_left:nth-of-type(3) select,
    .mainVisualForm__unit_left:nth-of-type(2) .selectBtn,
    .mainVisualForm__unit_left:nth-of-type(3) .selectBtn {
        width: 100%;
        max-width:100%;
    }
}
@media screen and (max-width: 768px) {
    .mainVisual {
        min-width: 100%;
        height: auto;
    }
    .mainVisual__inner {
        width: 100%;
        height: auto;
    }
    .mainVisual__bg {
        width: 70%;
        height: calc(100vw / 750 * 300);
        position: static;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
    }
    .mainVisual__cont {
        height: calc(100vw / 750 * 300);
    }
    .mainVisual__title {
        left: auto;
        top: 0;
        right: 0;
        transform: none;
        width: 65%;
        height: calc(100vw / 750 * 300);
        padding-right: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .mainVisual__titleMain {
        font-size: calc(100vw / 750 * 42);
        margin-bottom: 5px;
    }
    .mainVisual__titleSub {
        font-size: calc(100vw / 750 * 20);
    }
    .mainVisual__form {
        width: 100%;
        position: static;
        top: auto;
        bottom: auto;
        background: #33bfdb;
        padding: 10px 5px 20px;
    }
    .mainVisual__form_left { 
        width: 100%;
        position: static;
        top: auto;
        bottom: auto;
        background: #33bfdb;
        margin-bottom: 15px;
    }
    .mainVisual__formTitle {
        font-weight: bold;
        text-align: center;
        font-size: 129%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: #15a6c3 solid 1px;
    }
    .mainVisualForm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mainVisualForm__unit {
        margin-right: 0;
        width: 50%;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .mainVisualForm__unit:last-of-type {
        width: 100%;
        margin: 10px 0 20px 0;
    }
    .search_left_unit{
        margin: 5px 0 10px 0 !important;
    }
    .mainVisualForm__unit:after {
        content:none;
    }
    .mainVisualForm__unit_left {
        margin-right: 0;
        width: 50%;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .mainVisualForm__unit_left:last-of-type {
        width: 100%;
        margin: 10px 0 20px 0;
    }
    .mainVisualForm__unit_left:after {
        content:none;
    }
    .mainVisualForm__cont.select select,
    .mainVisualForm__cont.select .selectBtn,
    .mainVisualForm__cont.input input {
        width: 100% !important;
        max-width: 100% !important;
        height: 50px;
    }
    .mainVisualForm__btn {
        width: 100%;
        max-width: 270px;
        height: 50px;
        line-height: 50px;
    }
    .mainVisualForm__btn span {
        font-size: 1.8rem;
    }
    .mainVisual__contInner {
        position: static;
        display: block;
        width: calc(100vw / 750 * 540);
        padding: 10px 10px 0 0;
        margin: 0 0 0 auto;
    }
    .mainVisual__contInfo {
    }
    .mainVisual__contBnr {
        width: calc(100vw / 750 * 400);
        margin: 0 0 0 auto;
    }
    .mainVisual__contBtn {
        position: static;
    }
    .mainVisual__contBtn .btnEntry01 {
        margin: 10px 10px 0 auto;
        width: calc(100vw / 750 * 360);
        height: calc(100vw / 750 * 70);
    }
    .mainVisual__contBtn .btnEntry01 span {
        font-size: calc(100vw / 750 * 18);
        padding-left: calc(100vw / 750 * 80);
    }
    .mainVisual__contBtn .btnEntry01 span:before {
        width: calc(100vw / 750 * 60);
        height: calc(100vw / 750 * 60);
        font-size: calc(100vw / 750 * 18);
    }
}


/* blog_list
=======================================================*/
.blogList {
    position: relative;
    margin: 30px 0;
    background-color: #fff;
}
.blogList_listbtn {
    position: absolute;
    top: 25px;
    right: 20px;
    width: auto;
}
.blogList_listbtn a {
    position: relative;
    display: block;
    padding: 6px 20px;
    border: 2px solid #cecdcd;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px rgba(215, 215, 215, 0.5);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.53846;
    text-align: center;
}
.blogList_listbtn a:hover {
	transform: translate3d(0, 3px, 0);
	box-shadow: none;
}
.blogList .block01__title {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.blogList {
	    margin: 65px 10px 0;
	}
	.blogList_listbtn {
        position: static;
		margin: 0 auto;
        padding: 20px 0;
		width: max-content;
	}
}

.blogList_tit {
    margin-bottom: 20px;
    padding: 17px 15px;
    border-top: 4px solid #6bcbff;
    border-bottom: 1px solid #cecdcd;
    background-position-x: 0;
    background-size: 40px;
    font-size: 2.4rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
	.blogList_tit {
        margin-bottom: 15px;
        padding: 12px 15px 11px;
        background-position: 10px 50%;
        background-size: 35px;
        font-size: 2rem;
    }
}

.mod_cards {
    overflow: hidden;
    position: relative;
}
.mod_cards:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e6e6e4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mod_cards .card {
    float: left;
    width: 50%;
    margin: 0;
    padding: 28px 28px 28px 0;
    border-bottom: 1px solid #e6e6e4;
    background: transparent;
    box-sizing: border-box;
}
.mod_cards .card .inner {
    overflow: hidden;
    padding-left: 26px;
}
.mod_cards .card:nth-child(2n) .inner {
    border-left: 2px dotted #e4e5e3;
}
.mod_cards .card .sub {
    margin-bottom: 20px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.88235;
}
.mod_cards .card .sub a {
    text-decoration: underline;
}
.mod_cards .card .sub a:hover {
    text-decoration: none;
}
.mod_cards .card .pic {
    float: left;
    width: 34%;
    margin-right: 10px;
    margin-bottom: 0;
}
.mod_cards .card .txtWrap {
    overflow: hidden;
}
.mod_cards .card .txtWrap .txt {
    margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
	.mod_cards {
        margin: 0 7px;;
    }
	.mod_cards .card {
        width: 100%;
        margin: 0;
        padding: 12px 10px;
        border-bottom: 1px solid #e6e6e4;
        background: #fff;
    }
	.mod_cards .card:nth-child(2n) {
        padding: 12px 10px;
    }
	.mod_cards .card:nth-child(2n) .inner {
        padding: 0;
        border-left: none;
    }
	.mod_cards .card .sub {
        margin-bottom: 10px;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.75;
    }
	.mod_cards .card .sub a {
        text-decoration: underline;
    }
	.mod_cards .card .pic {
        margin-bottom: 10px;
    }
    .mod_cards .card .inner {
        padding-left: 0;
    }
    .mod_cards .card .txtWrap .txt {
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .mod_cards .detail_link a {
        padding: 0 0 0 15px;
        font-size: 1.2rem;
    }
    .mod_cards .detail_link a::before {
      left: 0;
      margin-top: -7px;
    }
}

.detail_link {
	text-align: right;
	padding-top: 5px;
}
.detail_link a {
    align-items: center;
    padding: 0 0 0 30px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}
.detail_link a::before {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #33bfdb;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -9px;
}
.detail_link a:hover {
    opacity: 0.5;
}


/* prefSp
=======================================================*/
.prefSp .block01__title {
    margin-bottom: 0;
}
.prefSpBox {
    padding: 10px 10px 20px;
    position: relative;
}
.prefSpBox__sub {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    transition: all .3s;
}
.prefSpBox__sub.is-show {
    opacity: 1;
    visibility: visible;
}
.prefSpBox__title {
    font-weight: bold;
    margin-bottom: 10px;

}
.prefSpBox__list {
    display: flex;
    flex-wrap: wrap;
}
.prefSpBox__listUnit {
    width: calc((100% - 10px) / 2);
}
.prefSpBox__listUnit:nth-of-type(n + 3) {
    margin-top: 10px;
}
.prefSpBox__listUnit:nth-of-type(even) {
    margin-left: 10px;
}
.prefSpBox__listItem {
    display: block;
    background-color: #fff;
    border: 1px solid #e4e5e3;
    padding: 15px 8px;
    border-radius: 4px;
    position: relative;
    font-size: 1.6rem;
}
.prefSpBox__listItem:nth-child(even) {
    margin-left: 10px;
}
.prefSpBox__listItem:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ff6f6f;
    border-right: 1px solid #ff6f6f;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}
.prefSpBox__return {
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 1.4rem;
    padding-left: 12px;
}
.prefSpBox__return:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #ff6f6f;
    border-left: 1px solid #ff6f6f;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
}
@media screen and (min-width: 769px) {
    .prefSp {
        display: none;

    }
}


/* companyInfo
=======================================================*/
.companyInfo {
    margin: 40px 0;
}
.companyInfo__title {
    margin-bottom: 20px;
    font-size: 2.8rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .companyInfo {
        margin: 20px 0;
    }
    .companyInfo__title {
        margin-bottom: 10px;
        font-size: 2.0rem;
    }
}


/* loopLogo
=======================================================*/
.loopLogo {
    width: 100%;
    overflow: hidden;
}
.loopLogo__list {
  display: flex;
  margin: 0 -50vw;
}
.loopLogo__list > ul {
  display: flex;
  flex-shrink: 0;
}

.loopLogo__list > ul:first-child {
  -webkit-animation: loop 200s -100s linear infinite;
          animation: loop 200s -100s linear infinite;
}
.loopLogo__list > ul:last-child {
  -webkit-animation: loop2 200s linear infinite;
          animation: loop2 200s linear infinite;
}
.loopLogo__listImg {
  flex-shrink: 0;
  height: 217px;
  text-align: center;
}
.loopLogo__listImg img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
    .loopLogo__listImg {
      height: calc(197 / 375 * 100vw);
    }
    .loopLogo__list {
      margin: 0;
    }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.prefBox__tab {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 10px;
    font-size: 1.3rem;
}

.prefSpBox__tab {
    margin: 10px;
}

.prefBox__tab-title {
    font-weight: bold;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 10px;
}

.prefSpBox__tab-title {
    font-weight: bold;
    white-space: nowrap;
    margin: 10px auto 0;
}

.prefBox__tab-items,
.prefSpBox__tab-items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px
}

.prefBox__tab-item {
    cursor: pointer;
}

.prefBox__tab-item.selected,
.prefSpBox__tab-item.selected {
    font-size: larger;
    font-weight: bold;
}

.prefBox__list.hidden {
    display: none;
}

.cardSlider__title.region,
.cardSlider__title.recommend {
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
    .cardSlider__title.region,
    .cardSlider__title.recommend {
        margin: 0 0 0 10px;
        height: 36px;
    }
}

.cardSliderList__item.employment,
.cardSliderList__item.jobtype {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}