/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#recruit {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #5E666B;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#recruit * {
  box-sizing: border-box;
}

#recruit *:focus {
  outline: none;
}

#recruit a {
  color: inherit;
  transition: opacity .3s;
}

#recruit a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#recruit a:hover {
  text-decoration: none;
}

#recruit a:focus-visible {
  outline: none;
}

#recruit img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#recruit .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#recruit .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#recruit .pc-br {
  display: none;
}

#recruit .sp-br {
  display: inline;
}

#recruit .inline-block {
  display: inline-block;
}

#recruit .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#recruit .font-sofia {
  font-family: sofia-pro-soft, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#recruit .font-rounded {
  font-family: "m-plus-rounded-2c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#recruit .green {
  color: #6FD69B;
}

#recruit .main {
  position: relative;
}

#recruit .main .content-main {
  position: absolute;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding-top: calc(100vw / 750 * 80);
}

#recruit .main .content-main .en {
  font-size: 18px;
  font-weight: 700;
}

#recruit .main .content-main .ja {
  font-size: 24px;
}

#recruit .index {
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,251,245,1) 100%);
  padding-top: 16px;
  padding-bottom: 8px;
}

#recruit .index .ttl {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
}

#recruit .index .ttl::before {
  position: absolute;
  content: "";
  background: url("../images/recruit/recruit_index_icon_green.svg") no-repeat center center / contain;
  width: 30px;
  height: 30px;
  left: 0;
  top: calc(50% - 15px);
}

#recruit .index-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 315px;
  margin: 0 auto;
}

#recruit .index-item {
  font-size: 13px;
  margin: auto 10px 8px;
}

#recruit .content-heading {
  position: relative;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 40px;
}

#recruit .content-heading::before {
  position: absolute;
  content: "";
  background: url("../images/recruit/heading_icon_pink.svg") center center / contain;
  width: 20px;
  height: 20px;
  top: 0;
  left: calc(50% - 10px);
}

#recruit .content-heading .ja {
  display: block;
  font-size: 22px;
}

#recruit .content-heading .en {
  display: block;
  font-size: 12px;
  line-height: initial;
}

@media print, screen and (min-width: 768px) {
  #recruit {
    font-size: 18px;
  }
  
  #recruit .sp-br {
    display: none;
  }
  
  #recruit .pc-br {
    display: inline;
  }
  
  #recruit .main .content-main {
    padding-top: calc(100vw / 1920 * 80);
  }
  
  #recruit .main .content-main .en {
    font-size: 24px;
  }
  
  #recruit .main .content-main .ja {
    font-size: 46px;
  }
  
  #recruit .index {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
  
  #recruit .index-content {
    width: 960px;
    display: flex;
    align-items: center;
  }
  
  #recruit .index .ttl {
    margin-bottom: 0;
    padding-left: 40px;
  }
  
  #recruit .index-list {
    max-width: fit-content;
    margin-left: 40px;
    margin-right: 0;
  }
  
  #recruit .index-item {
    font-size: 18px;
    font-weight: 500;
    margin: 0 32px 0 0;
    transition: all .3s;
  }
  
  #recruit .index-item:last-of-type {
    margin-right: auto;
  }
  
  #recruit .content-heading {
    padding-top: 34px;
    margin-bottom: 80px;
  }
  
  #recruit .content-heading::before {
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
  }
  
  #recruit .content-heading .ja {
    font-size: 40px;
  }
  
  #recruit .content-heading .en {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1201px) {
  #recruit .index-item:hover {
    color: #6FD69B;
  }
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
/*------------content-top-------------*/
#recruit .content-top {
  margin-top: 60px;
  margin-bottom: 120px;
}

#recruit .content-top .introduction.inner {
  width: calc(100% - 50px);
}

#recruit .introduction-item .ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 24px;
}

#recruit .introduction-item .txt:not(:last-of-type) {
  margin-bottom: 2rem;
}

#recruit .content-top .img {
  margin-top: 24px;
}

#recruit .content-top .img img {
  border-radius: 15px;
  box-shadow: 0px 2px 10px 0px rgba(15, 114, 187, 0.5);
}

/*------------content01-------------*/
#recruit #content01 {
  padding-top: 70px;
  margin-top: -70px;
  margin-bottom: 40px;
}

#recruit .job-index {
  padding-top: 90px;
  margin-top: -90px;
}

#recruit .job-index .index {
  border-radius: 25px;
  margin-bottom: 40px;
  padding: 12px;
}

#recruit .job-index .index .ttl {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

#recruit .job-content-wrap {
  position: relative;
  padding: 80px 13px 40px;
  border: solid 1px #ccc;
  border-radius: 300px 300px 0 0;
  margin-bottom: 40px;
}

#recruit .job-content-wrap:last-of-type {
  margin-bottom: auto;
}

#recruit .curve-item {
  position: absolute;
  width: 84%;
  left: 50%;
  transform: translateX(-50%);
  top: 23px;
}

#recruit .curve-txt {
  overflow: visible;
}

#recruit #job01 .curve-txt {
  transform: rotate(6deg);
}

#recruit #job02 .curve-txt {
  transform: rotate(20deg);
}

#recruit #job03 .curve-txt {
  transform: rotate(22deg);
}

#recruit .curve-txt text {
  font-size: 5px;
  font-weight: lighter;
  fill: #ccc;
}

#recruit .job-content-heading {
  position: relative;
  text-align: center;
}

#recruit .job-content-heading::before {
  position: absolute;
  content: "";
  background: url("../images/recruit/recruit_heading_bg_sp.png") no-repeat center center / contain;
  width: 190px;
  height: 63px;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

#recruit .job-content-heading span {
  position: relative;
  display: block;
}

#recruit .job-content-heading .num {
  color: #ccc;
  font-size: 38px;
}

#recruit .job-content-heading .ja {
  font-size: 18px;
  font-weight: 700;
  margin-top: -11px;
}

#recruit .job-content-heading .en {
  font-size: 12px;
}

#recruit .job-content {
  border-bottom: solid 1px #ccc;
  padding: 32px 0;
  margin-bottom: 28px;
}

#recruit .summary .ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 28px;
}

#recruit .summary .img {
  width: calc(100% - 100px);
  margin: 28px auto 0;
}

#recruit .summary .img img {
  border-radius: 15px;
}

#recruit .job-content .common-ttl {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 20px;
}

#recruit .job-content .common-ttl::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background: #808585;
  border-radius: 2px;
  margin-right: 8px;
}

#recruit .job-content.oneday {
  padding-top: 0;
}

#recruit .oneday-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}

#recruit .oneday-item .img-block {
  position: relative;
  flex-shrink: 0;
  padding-bottom: 15px;
}

#recruit .oneday-item .img-block .img {
  border-radius: 60px 60px 0 0;
  overflow: hidden;
}

#recruit .oneday-item .img-block .clock {
  position: absolute;
  width: 29px;
  height: 29px;
  background: #F7F8FC;
  border-radius: 50%;
  border: solid 1px #ccc;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#recruit .oneday-item .img-block .clock::before,
#recruit .oneday-item .img-block .clock::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 9px;
  border-radius: 1px;
  background: #ccc;
  bottom: calc(50% - 1px);
}

#recruit .oneday-item .img-block .clock::before {
  /*background: blue;*/
  left: calc(50% - 1px);
}

#recruit .oneday-item .img-block .clock.hour0800::before {
  transform-origin: 60% 90%;
  transform: rotate(calc(15deg * 16));
}

#recruit .oneday-item .img-block .clock.hour0900::before {
  transform-origin: 60% 90%;
  transform: rotate(calc(15deg * 18));
}

#recruit .oneday-item .img-block .clock.hour0930::before {
  transform-origin: 0% 90%;
  transform: rotate(calc(15deg * 19));
}

#recruit .oneday-item .img-block .clock.hour1100::before {
  transform-origin: -80% 85%;
  transform: rotate(calc(15deg * 21));
}

#recruit .oneday-item .img-block .clock.hour1200::before {
  left: 50%;
}

#recruit .oneday-item .img-block .clock.hour1230::before {
  transform-origin: 50% 115%;
  transform: rotate(calc(15deg * 1));
}

#recruit .oneday-item .img-block .clock.hour1330::before {
  transform-origin: 60% 85%;
  transform: rotate(calc(15deg * 3));
  left: 50%;
}

#recruit .oneday-item .img-block .clock.hour1400::before {
  transform-origin: 60% 100%;
  transform: rotate(calc(15deg * 4));
}

#recruit .oneday-item .img-block .clock.hour1700::before {
  transform-origin: 80% 90%;
  transform: rotate(calc(15deg * 10));
}

#recruit .oneday-item .img-block .clock.hour1800::before {
  transform-origin: 70% 95%;
  transform: rotate(calc(15deg * 12));
}

#recruit .oneday-item .img-block .clock::after {
  height: 11px;
  left: 50%;
  /*transform: translateX(-50%);*/
  /*background: red;*/
}

#recruit .oneday-item .img-block .clock.minute30::after {
  bottom: auto;
  top: 50%;
}

#recruit .oneday-item .txt-block .ttl {
  font-weight: 500;
  border-bottom: solid 1px #ccc;
  padding: 0 4px 8px;
  margin-bottom: 5px;
}

#recruit .oneday-item .txt-block .txt {
  font-size: 13px;
  line-height: 1.6;
  padding: 0 4px;
}

#recruit .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 270px;
  height: 41px;
  background-color: #6FD69B;
  border-radius: 5px;
  padding: 0px 16px;
  margin: 0 auto;
}

#recruit .search-btn .form-btn-txt {
  position: relative;
  font-size: 15px;
  color: #fff;
  padding-left: 33px;
  padding-right: 16px;
  margin-right: 7px;
}

#recruit .search-btn .form-btn-txt::before {
  position: absolute;
  content: "";
  background: url("../images/recruit/recruit_search_icon01.png") no-repeat center center / contain;
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#recruit #job02 .search-btn .form-btn-txt::before {
  background-image: url("../images/recruit/recruit_search_icon02.png");
}

#recruit #job03 .search-btn .form-btn-txt::before {
  background-image: url("../images/recruit/recruit_search_icon03.png");
}

#recruit .search-btn .form-btn-txt::after {
  position: absolute;
  content: "";
  background: url("../images/recruit/recruit_arrow_right_white.svg") no-repeat center center / contain;
  width: 8px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

#recruit .link-top {
  position: relative;
  display: flex;
  width: fit-content;
  font-size: 13px;
  padding-right: 33px;
  margin: 20px auto 17px;
}

#recruit .link-top::before {
  position: absolute;
  content: "";
  background: url("../images/recruit/recruit_link_top_arrow_pink_sp.svg") no-repeat center center / contain;
  width: 25px;
  height: 25px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*------------content02-------------*/
#recruit #content02 {
  background: #F1FBF5;
  padding-top: 60px;
  padding-bottom: 80px;
}

#recruit .welfare-top-txt {
  padding: 0 5px;
}

#recruit .welfare-content {
  padding: 0 13px;
  margin-top: 40px;
}

#recruit .welfare-content .img {
  margin-bottom: 16px;
}

#recruit .welfare-content .img img {
  border-radius: 10px;
}

#recruit .welfare-content .txt-block .ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
}

/*------------content-search-jobs--------------*/
#recruit .content-search-jobs {
  position: relative;
  padding-top: calc(100vw / 750 * 520);
  padding-bottom: 60px;
}

#recruit .content-search-jobs::before {
  position: absolute;
  content: "";
  background: url("../images/recruit/recruit_searchjob_bg_sp.jpg") no-repeat center center / contain;
  width: 100%;
  height: calc(100vw / 750 * 600);
  right: 0;
  top: 0;
}

#recruit .search-jobs-wrap {
  position: relative;
  width: calc(100% - 36px);
  background: #fff;
  border-radius: 30px 30px 0 0;
  box-shadow: 0px 2px 10px 0px rgba(111, 214, 155, 0.5);
  text-align: center;
  margin: 0 auto;
  padding: 28px 0 60px;
}

#recruit .search-jobs-wrap .heading-block {
  margin-bottom: 20px;
}

#recruit .search-jobs-wrap .heading-block .en {
  display: block;
  color: #A9E6C3;
  font-size: 40px;
  font-weight: 400;
  opacity: .6;
}

#recruit .search-jobs-wrap .heading-block .ja {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin-top: -34px;
}

#recruit .search-jobs-wrap .content-link {
  margin-top: 24px;
}

#recruit .search-jobs-wrap .search-btn .form-btn-txt::before {
  background-image: url("../images/recruit/recruit_searchjob_icon.png");
}

@media print, screen and (min-width: 768px) {
  /*------------content-top-------------*/
  #recruit .content-top {
    margin-top: 160px;
    margin-bottom: 260px;
  }
  
  #recruit .introduction-item .ttl {
    font-size: 36px;
    margin-bottom: 48px;
  }
  
  #recruit .content-top .introduction.inner {
    display: flex;
    gap: 40px;
  }
  
  #recruit .content-top .img {
    flex-shrink: 0;
    margin-top: 0;
  }
  
  #recruit .content-top .img img {
    border-radius: 30px;
    box-shadow: 0px 4px 20px 0px rgba(15, 114, 187, 0.5);
  }
  /*------------content01-------------*/
  #recruit #content01 {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 120px;
  }
  
  #recruit .job-index {
    padding-top: 80px;
    margin-top: -80px;
  }
  
  #recruit .job-index .index {
    justify-content: flex-start;
    margin-bottom: 120px;
    border-radius: 50px;
    padding: 16px 0 0 100px;
  }
  
  #recruit .job-index .index .ttl {
    margin-bottom: 0;
    font-size: 16px;
  }
  
  #recruit .job-content-wrap {
    border-top-left-radius: 600px;
    border-top-right-radius: 600px;
    padding: 120px 120px 80px;
    margin-bottom: 80px;
  }
  
  #recruit .curve-item {
    top: 50px;
    width: 90%;
  }
  
  #recruit #job01 .curve-txt {
    transform: rotate(57deg);
  }
  
  #recruit #job02 .curve-txt {
    transform: rotate(61deg);
  }
  
  #recruit #job03 .curve-txt {
    transform: rotate(62deg);
  }
  
  #recruit .curve-txt text {
    font-size: 2px;
  }
  
  #recruit .job-content-heading::before {
    background-image: url("../images/recruit/recruit_heading_bg_pc.png");
    width: 380px;
    height: 126px;
    bottom: -20px;
  }
  
  #recruit .job-content-heading .num {
    font-size: 70px;
  }
  
  #recruit .job-content-heading .ja {
    font-size: 34px;
    margin-top: -27px;
  }
  
  #recruit .job-content-heading .en {
    font-size: 16px;
    margin-top: 6px;
  }
  
  #recruit .job-content {
    padding-top: 80px;
    padding-bottom: 64px;
    margin-bottom: auto;
  }
  
  #recruit .summary.job-content {
    display: flex;
    gap: 50px;
  }
  
  #recruit .summary .ttl {
    font-size: 36px;
    margin-bottom: 56px;
  }
  
  #recruit .summary .img {
    width: auto;
    flex-shrink: 0;
    margin-top: 0;
  }
  
  #recruit .summary .img img {
    border-radius: 30px;
  }
  
  #recruit .message.job-content {
    display: flex;
    gap: 40px;
  }
  
  #recruit .message.job-content .img {
    flex-shrink: 0;
  }
  
  #recruit .job-content .common-ttl {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  
  #recruit .job-content .common-ttl::before {
    width: 22px;
    margin-right: 15px;
  }
  
  #recruit .job-content.oneday {
    padding-top: 80px;
    padding-bottom: 86px;
  }
  
  #recruit .job-content.oneday .common-ttl {
    margin-bottom: 24px;
  }
  
  #recruit .oneday-list {
    display: flex;
    justify-content: space-between;
  }
  
  #recruit .oneday-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 180px;
    margin-bottom: auto;
  }
  
  #recruit .oneday-item .img-block {
    padding-bottom: 16px;
  }
  
  #recruit .oneday-item .img-block .img {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
  }
  
  #recruit .oneday-item .txt-block .ttl {
    font-size: 16px;
    padding: 0 7px 8px 8px;
    margin-bottom: 10px;
  }
  
  #recruit .oneday-item .txt-block .txt {
    font-size: 14px;
    padding: 0 8px;
  }
  
  #recruit .oneday-item .img-block .clock {
    width: 32px;
    height: 32px;
  }
  
  #recruit .oneday-item .img-block .clock.hour0800::before {
    transform-origin: 90% 95%;
  }
  
  #recruit .oneday-item .img-block .clock.hour1700::before {
    transform-origin: 80% 100%;
  }
  
  #recruit .oneday-item .img-block .clock.hour0900::before {
    transform-origin: 150% 95%;
  }
  
  #recruit .oneday-item .img-block .clock.hour1230::before {
    transform-origin: 50% 140%;
  }
  
  #recruit .oneday-item .img-block .clock.hour1330::before {
    transform-origin: 60% 95%;
  }
  
  #recruit .oneday-item .img-block .clock.hour1800::before {
    transform-origin: 90% 100%;
  }
  
  #recruit .content-link {
    margin-top: 80px;
  }
  
  #recruit .search-btn {
    min-width: 380px;
    height: 72px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 15px;
    transition: all .3s;
  }
  
  #recruit .search-btn .form-btn-txt {
    font-size: 20px;
    padding-left: 60px;
    padding-right: 25px;
    margin-right: 20px;
  }
  
  #recruit .search-btn .form-btn-txt::before {
    width: 50px;
    height: 50px;
  }
  
  #recruit .link-top {
    font-size: 14px;
    margin: 44px auto 4px;
    padding-right: 34px;
  }
  
  #recruit .link-top::before {
    background-image: url("../images/recruit/recruit_link_top_arrow_pink_pc.svg");
    width: 30px;
    height: 30px;
    transition: all .3s;
  }
  
  #recruit .link-top::after {
    position: absolute;
    content: "";
    background: url("../images/recruit/recruit_link_top_arrow_coral_pc.svg") no-repeat center center / contain;
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s;
  }
  
  /*------------content01-------------*/
  #recruit #content02 {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  
  #recruit .welfare-top-txt {
    text-align: center;
  }
  
  #recruit .welfare-content {
    display: flex;
    gap: 40px;
    margin-top: 80px;
  }
  
  #recruit .welfare-content:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  
  #recruit .welfare-content .img {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  
  #recruit .welfare-content .img img {
    border-radius: 20px;
  }
  
  #recruit .welfare-content .txt-block .ttl {
    font-size: 36px;
    margin-bottom: 40px;
  }
  
  /*------------content-search-jobs--------------*/
  #recruit .content-search-jobs {
    padding-top: calc(100vw / 1920 * 560);
    padding-bottom: 80px;
  }
  
  #recruit .content-search-jobs::before {
    background-image: url("../images/recruit/recruit_searchjob_bg_pc.jpg");
    height: calc(100vw / 1920 * 600);
  }
  
  #recruit .search-jobs-wrap {
    width: 100%;
    border-radius: 60px 60px 0 0;
    box-shadow: 0px 4px 20px 0px rgba(111, 214, 155, 0.5);
    padding: 0 0 40px 0;
  }
  
  #recruit .search-jobs-wrap .heading-block {
    margin-bottom: 30px;
  }
  
  #recruit .search-jobs-wrap .heading-block .en {
    font-size: 100px;
    line-height: 1.4;
  }
  
  #recruit .search-jobs-wrap .heading-block .ja {
    font-size: 36px;
    margin-top: -50px;
  }
  
  #recruit .search-jobs-wrap .description-txt {
    font-size: 20px;
  }
  
  #recruit .search-jobs-wrap .content-link {
    margin-top: 32px;
  }
  
  #recruit .search-jobs-wrap .search-btn {
    width: 340px;
  }
  
}
@media print, screen and (min-width: 1201px) {
  #recruit .search-btn:hover {
    background: #A9E6C3;
  }
  
  #recruit .search-btn:hover .form-btn-txt::after {
    transform: translateY(-50%) translateX(10px);
  }
  
  #recruit .link-top:hover::before {
    opacity: 0;
  }
  
  #recruit .link-top:hover::after {
    opacity: 1;
  }
  
  
  
  
  
  
  
}
