@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* リキッドレイアウト対応 */
/* medium */
html body .sp {
  display: block;
}
@media screen and (min-width: 960px) {
  html body .sp {
    display: none;
  }
}

html body .pc {
  display: none;
}
@media screen and (min-width: 960px) {
  html body .pc {
    display: block;
  }
}

h1, h2, h3, h4 {
  font-weight: 500;
}

html {
  font-size: 18px;
}
@media (max-width: 415px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 960px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.section-keyvisual {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media screen and (min-width: 960px) {
  .section-keyvisual {
    padding-top: 20px;
  }
}
.section-keyvisual_img {
  max-width: 160px;
  width: 40%;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-left: 10px;
}
@media screen and (min-width: 640px) {
  .section-keyvisual_img {
    max-width: 200px;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .section-keyvisual_img {
    max-width: 316px;
    margin-left: 0;
  }
}
.section-keyvisual_txt {
  font-size: 30px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .section-keyvisual_txt {
    font-size: 40px;
  }
}
@media screen and (min-width: 960px) {
  .section-keyvisual_txt {
    font-size: 50px;
  }
}
.section-keyvisual_logo {
  width: 200px;
}
@media screen and (min-width: 640px) {
  .section-keyvisual_logo {
    width: 300px;
  }
}
.section-keyvisual .btn-wrapper {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 240px;
}
@media screen and (min-width: 960px) {
  .section-keyvisual .btn-wrapper {
    row-gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: none;
  }
}
.section-keyvisual .btn-recruit {
  max-width: 240px;
  width: 100%;
  border: 1.5px solid #003366;
  color: #003366;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .section-keyvisual .btn-recruit {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .section-keyvisual .btn-recruit {
    font-size: 18px;
    max-width: 300px;
  }
}
.section-keyvisual .btn-recruit:hover {
  background-color: transparent;
  color: #fff;
  border: 1.5px solid #fff;
  opacity: 1;
}
.section-keyvisual .btn-recruit i {
  margin-right: 0.3em;
}
.section-keyvisual .btn-freelance {
  border: 1.5px solid #003366;
  background-color: #003366;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 240px;
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .section-keyvisual .btn-freelance {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .section-keyvisual .btn-freelance {
    font-size: 18px;
    max-width: 300px;
  }
}
.section-keyvisual .btn-freelance i {
  margin-right: 0.3em;
}
.section-keyvisual .btn-freelance:hover {
  color: #003366;
  border: 1.5px solid #003366;
  opacity: 1;
}

#top-slider {
  height: 40px;
  color: black;
  margin-top: 20px;
  width: 100%;
  position: relative;
}
#top-slider + main {
  margin-top: 80px;
}
@media screen and (min-width: 960px) {
  #top-slider + main {
    margin-top: 100px;
  }
}
#top-slider .uk-slider-items {
  height: 100%;
  width: 100%;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#top-slider .uk-slider-items li {
  border: 1px solid #a4a4a4;
  border-radius: 10px;
  min-width: 12vw;
}
#top-slider .uk-slider-items li a {
  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;
  height: 100%;
  background-color: #f0f0f0;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 960px) {
  #top-slider .uk-slider-items li a {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }
}
#top-slider .uk-slider-items li a:hover {
  opacity: 1;
}
#top-slider .uk-position-center-left, #top-slider .uk-position-center-right {
  margin: 15px 5px;
  background-color: #fff;
}
#top-slider .uk-position-center-left svg, #top-slider .uk-position-center-right svg {
  width: 10px;
}
#top-slider .uk-position-center-left polyline, #top-slider .uk-position-center-right polyline {
  stroke: #333333;
  margin: 5px;
}

.section-feature {
  margin-top: 50px;
}
.section-feature_tit .flow_title {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .section-feature_tit .flow_title {
    margin-bottom: 20px;
  }
}
.section-feature_tit .flow_title span {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 204, 153, 0.9)));
  background: linear-gradient(transparent 70%, rgba(255, 204, 153, 0.9) 70%);
}
@media screen and (min-width: 960px) {
  .section-feature_tit .flow_title span {
    font-size: 22px;
  }
}
.section-feature_tit .flow_title::after {
  top: -2.5rem;
}
.section-feature_tit h3.concept_title span {
  line-height: 1;
  font-size: 27px !important;
}
@media screen and (min-width: 960px) {
  .section-feature_tit h3.concept_title span {
    font-size: 35px !important;
  }
}
.section-feature_tit h3.concept_title span.search_sub-title_blue {
  font-size: 2em !important;
}
@media screen and (min-width: 960px) {
  .section-feature_tit h3.concept_title span.search_sub-title_blue {
    font-size: 2.8em !important;
  }
}
.section-feature .uk-card {
  -webkit-box-shadow: 0 2px 18px -2px rgba(79, 79, 79, 0.9);
          box-shadow: 0 2px 18px -2px rgba(79, 79, 79, 0.9);
}
.section-feature .uk-card-title span {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
  padding: 0 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(83, 196, 242, 0.6)));
  background: linear-gradient(transparent 70%, rgba(83, 196, 242, 0.6) 70%);
}
@media screen and (min-width: 960px) {
  .section-feature .uk-card-title span {
    font-size: 18px;
  }
}
.section-feature .uk-card p {
  margin-top: 1.2em;
  line-height: 1.5;
  font-size: 13px;
}
@media screen and (min-width: 960px) {
  .section-feature .uk-card p {
    font-size: 15px;
  }
}

.section-flow {
  margin-top: 110px;
  margin-bottom: 120px;
}
@media screen and (min-width: 960px) {
  .section-flow {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
.section-flow h3.concept_title {
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .section-flow h3.concept_title {
    font-size: 26px;
  }
}
.section-flow .uk-tab {
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .section-flow .uk-tab {
    margin-top: 40px;
  }
}
.section-flow .uk-tab::before {
  border-bottom: none;
}
.section-flow .uk-tab li a {
  font-size: 14px;
  border: 1px solid #53c4f2;
  border-radius: 10px;
  padding: 0.5em 1em;
  font-weight: bold;
  background-color: #fff;
  color: #53c4f2;
}
@media screen and (min-width: 960px) {
  .section-flow .uk-tab li a {
    font-size: 16px;
  }
}
.section-flow .uk-tab li.uk-active a {
  background-color: #53c4f2;
  color: #fff;
}
.section-flow .search_sub-title {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .section-flow .search_sub-title {
    margin-top: 50px;
  }
}
.section-flow .uk-card {
  -webkit-box-shadow: 0 2px 9px -2px rgba(79, 79, 79, 0.9);
          box-shadow: 0 2px 9px -2px rgba(79, 79, 79, 0.9);
  border-radius: 10px;
  padding: 20px;
}
@media screen and (min-width: 640px) {
  .section-flow .uk-card {
    padding: 20px 30px 25px 20px;
  }
}
.section-flow .uk-card:not(:last-child) {
  position: relative;
}
.section-flow .uk-card:not(:last-child)::after {
  content: "";
  display: block;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 15px solid #003366;
  border-bottom: 0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .section-flow .uk-card:not(:last-child)::after {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid #003366;
    bottom: -20px;
  }
}
.section-flow .uk-card + .uk-card {
  margin-top: 25px;
}
@media screen and (min-width: 640px) {
  .section-flow .uk-card + .uk-card {
    margin-top: 40px;
  }
}
@media screen and (min-width: 640px) {
  .section-flow .uk-card .uk-width-1-6\@s {
    border-right: 1px solid #a4a4a4;
  }
}
.section-flow .uk-card .search_item_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #a4a4a4;
}
@media screen and (min-width: 640px) {
  .section-flow .uk-card .search_item_number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 960px) {
  .section-flow .uk-card .search_item_number {
    font-size: 20px;
  }
}
.section-flow .uk-card .search_item_number span {
  font-size: 32px;
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .section-flow .uk-card .search_item_number span {
    font-size: 40px;
  }
}
.section-flow .uk-card .uk-grid-margin {
  margin-top: 20px;
}
.section-flow .uk-card .search_item_tit {
  color: #003366;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .section-flow .uk-card .search_item_tit {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .section-flow .uk-card .search_item_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.section-flow .uk-card .search_item_content {
  font-size: 14px;
  margin-top: 0.7em;
}
@media screen and (min-width: 960px) {
  .section-flow .uk-card .search_item_content {
    font-size: 16px;
  }
}

.section-news {
  background-color: #efefef;
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .section-news {
    margin-top: 150px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-news .search_sub-title h3 {
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .section-news .search_sub-title h3 {
    font-size: 26px;
  }
}
.section-news .more-btn_container {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .section-news .more-btn_container {
    margin-top: 50px;
  }
}

.section-keyvisual .btn-registration {
  max-width: 240px;
  width: 100%;
  border: 1.5px solid #53c4f2;
  color: #fff;
  background-color: #53c4f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .section-keyvisual .btn-registration {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .section-keyvisual .btn-registration {
    font-size: 18px;
    max-width: 300px;
    margin-top: 20px;
  }
}
.section-keyvisual .btn-registration:hover {
  background-color: transparent;
  color: #fff;
  border: 1.5px solid #fff;
  opacity: 1;
}
.section-keyvisual .btn-registration i {
  margin-right: 0.3em;
}
.section-keyvisual-registration_tit {
  color: #fff;
}
.section-keyvisual-registration_tit-01 {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .section-keyvisual-registration_tit-01 {
    font-size: 20px;
  }
}
.section-keyvisual-registration_tit-02 {
  display: block;
  font-size: 30px;
  margin-top: 0.1em;
}
@media screen and (min-width: 640px) {
  .section-keyvisual-registration_tit-02 {
    font-size: 36px;
  }
}
.section-keyvisual-registration_tit-03 {
  align-items: flex-start;
  margin-top: 0.25em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: column;
}
@media screen and (min-width: 640px) {
  .section-keyvisual-registration_tit-03 {
    flex-direction: row;
    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgb(255, 251, 3)));
    background: linear-gradient(transparent 70%, rgb(255, 251, 3) 70%);
  }
}
.section-keyvisual-registration_tit-03 span {
  font-size: 40px;
  margin-top: 0.2em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgb(255, 251, 3)));
  background: linear-gradient(transparent 70%, rgb(255, 251, 3) 70%);
}
@media screen and (min-width: 640px) {
  .section-keyvisual-registration_tit-03 span {
    font-size: 50px;
    background: none;
  }
}
.section-keyvisual-registration_tit-03 img {
  max-width: 250px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgb(255, 251, 3)));
  background: linear-gradient(transparent 70%, rgb(255, 251, 3) 70%);
}
@media screen and (min-width: 640px) {
  .section-keyvisual-registration_tit-03 img {
    background: none;
    width: 47%;
    max-width: none;
  }
}

.section-registration {
  padding-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .section-registration {
    padding-bottom: 100px;
  }
}
.section-registration .worries-section_container {
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
}
@media screen and (min-width: 640px) {
  .section-registration .worries-section_container {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .section-registration .worries-section_container {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
.section-registration .worries_img_container img:first-child {
  max-width: 100px;
}
.section-registration .worries_img_container img:last-child {
  max-width: 50px;
}
.section-registration .sugupro_merit {
  margin-top: 1em;
}
.section-registration .sugupro_merit .sugupro_merit_item {
  min-width: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  padding-top: 1rem;
}
@media screen and (min-width: 640px) {
  .section-registration .sugupro_merit .sugupro_merit_item {
    padding-top: 0.4rem;
  }
}
@media (min-width: 981px) {
  .section-registration .sugupro_merit .sugupro_merit_item {
    padding-top: 1.4rem;
  }
}
.section-registration .sugupro_merit .sugupro_merit_item span {
  white-space: nowrap;
}
.section-registration .sugupro_merit .sugupro_merit_item span::after {
  position: absolute;
  left: -1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 981px) {
  .section-registration .sugupro_merit .sugupro_merit_item span::after {
    left: -24px;
  }
}
.section-registration .worries-section_item.center {
  width: 20%;
}
@media screen and (max-width: 639px) {
  .section-registration .worries-section_item.left, .section-registration .worries-section_item.right {
    width: 35%;
  }
}
.section-registration + .newmembership02 article {
  background-color: #daecf2;
}
.section-registration + .newmembership02 article form label a {
  color: #003366;
  font-weight: 500;
}
.section-registration + .newmembership02 article form label a:hover {
  text-decoration: underline;
}
.section-registration + .newmembership02 article form button {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.section-registration + .newmembership02 article .uk-checkbox::before, .section-registration + .newmembership02 article .uk-checkbox::after {
  display: none;
}

.breadcrumb-search {
  margin-top: 1em;
}

.searchpage {
  margin-top: 3em;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .searchpage {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.searchpage h3[data-step=SEARCH]::after,
.searchpage h3[data-step=Subcategory]::after,
.searchpage h3[data-step=Area]::after {
  font-size: 2rem;
  letter-spacing: 0.05em;
  top: -1.8em;
}
.searchpage_tab.search_sub-title {
  margin-top: 8.5rem;
}
.searchpage_tab.search_sub-title .radio-btn_label span {
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .searchpage_tab.search_sub-title .radio-btn_label span {
    font-size: 20px;
  }
}

.section-category button {
  font-size: 14px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
@media screen and (min-width: 960px) {
  .section-category button {
    font-size: 16px;
  }
}

#_selected-pref {
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  padding: 0.5em 0.7em;
  max-width: 100%;
  width: 250px;
  border-radius: 50px;
  background-color: #53c4f2;
}
@media screen and (min-width: 960px) {
  #_selected-pref {
    font-size: 18px;
  }
}
#_selected-pref::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.com-btn-01 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0.6em 1em;
  display: inline-block;
  max-width: 100%;
  min-width: 200px;
  max-width: 350px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #003366;
  background-color: #003366;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .com-btn-01 {
    font-size: 20px;
  }
}
.com-btn-01:hover {
  background-color: #fff;
  color: #003366;
  opacity: 1;
}
.com-btn-01.reverse {
  background-color: #fff;
  color: #003366;
}
.com-btn-01.reverse:hover {
  color: #fff;
  background-color: #003366;
}
.com-btn-01.orange {
  border: 1px solid #FE620D;
  background-color: #FE620D;
}
.com-btn-01.orange:hover {
  color: #FE620D;
  background-color: #fff;
}

.newproject_section .wrapper .buttons_container input[type=reset].com-btn-01.reverse {
  letter-spacing: 0.05em;
  border-radius: 30px;
  min-width: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  color: #003366;
  border: 1px solid #003366;
  padding: 0.6em 1em;
  height: auto;
  width: auto;
}
@media screen and (min-width: 960px) {
  .newproject_section .wrapper .buttons_container input[type=reset].com-btn-01.reverse {
    font-size: 20px;
  }
}
.newproject_section .wrapper .buttons_container input[type=reset].com-btn-01.reverse:hover {
  color: #fff;
  background: #003366;
}

.com-tit-01 {
  border-top: 2px solid #daecf2;
  border-bottom: 2px solid #daecf2;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #003366;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .com-tit-01 {
    margin-bottom: 50px;
  }
}

/*タイトル上書き*/
.past-cases_container .com-tit-01 {
  color: #003366;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .past-cases_container .com-tit-01 {
    margin-bottom: 50px;
  }
}

.mypage_tab .com-tit-01,
.mypage_wrapper_heading.com-tit-01 {
  background-color: #fff;
  color: #003366;
  margin-bottom: 3.4rem;
}

.com-tit-02 {
  background-color: #e9f3f7;
  color: #003366;
  text-align: center;
  padding: 10px;
  border-left: 4px solid #003366;
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .com-tit-02 {
    font-size: 20px;
  }
}

.mypage_wrapper_heading.com-tit-02 {
  background-color: #e9f3f7;
  color: #003366;
  padding: 10px;
}

.mypage_progress_inner .mypage_progress_box_container a h2:nth-child(2)::after {
  display: none;
}

@media screen and (max-width: 980px) {
  .newmembership02 {
    padding-bottom: 100px !important;
  }
}
.newmembership02 .btn-wrapper {
  background-color: #fff;
  padding: 0;
}
.newmembership02 .btn-wrapper .user_h1 {
  font-size: 28px;
}
@media screen and (min-width: 960px) {
  .newmembership02 .btn-wrapper .user_h1 {
    font-size: 32px;
  }
}
.newmembership02 .btn-wrapper .form-style {
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  row-gap: 1em;
}

.header-nav {
  background-color: transparent;
}
.header-nav .header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-nav .header-link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-right: 10px;
}
.header-nav .header-link span {
  width: 26px;
}
@media screen and (min-width: 960px) {
  .header-nav .header-link span {
    width: 28px;
  }
}
.header-nav .header-link span svg {
  width: 100%;
}
.header-nav .header-link.heart span {
  width: 20px;
}
@media screen and (min-width: 960px) {
  .header-nav .header-link.heart span {
    width: 24px;
  }
}

.dashboard-header {
  padding-top: 15px;
  padding-bottom: 15px;
  row-gap: 5px;
}
@media screen and (max-width: 1100px) {
  .dashboard-header {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1025px) {
  .dashboard-header__left {
    width: 406px;
  }
}
@media screen and (max-width: 1100px) {
  .dashboard-header__left {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .dashboard-header__left .uk-navbar-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .dashboard-header__logo {
    width: 170px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .dashboard-header__right {
    width: 406px;
  }
}
@media screen and (max-width: 1024px) {
  .header__inner .toggle-button-004 {
    width: 31.6rem;
    height: 3.84rem;
    padding: 2.4px 4px;
    font-size: 1.12rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__inner .toggle-button-004::before, .header__inner .toggle-button-004::after {
    width: 14.5rem !important;
    height: 3.52rem !important;
    padding-inline: 24px !important;
  }
}
@media screen and (max-width: 1024px) {
  .header__inner .toggle-button-004.freelance::after {
    left: 17.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__inner .toggle-button-004:not(.freelance)::before {
    left: 17.1rem;
  }
}

.header-nav:has(~ .page-favorite) .mypage_progress_wrapper,
.header-nav:has(~ .page-message) .mypage_progress_wrapper {
  display: none;
}

.mypage_progress_wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.mypage_progress_wrapper .uk-table th {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  color: #333333;
  width: 25%;
}
@media screen and (min-width: 960px) {
  .mypage_progress_wrapper .uk-table th {
    font-size: 16px;
  }
}
.mypage_progress_wrapper .uk-table td {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #003366;
}
@media screen and (min-width: 960px) {
  .mypage_progress_wrapper .uk-table td {
    font-size: 25px;
  }
}
.mypage_progress_wrapper .uk-table td span {
  font-size: 13px;
  font-weight: normal;
  color: #333333;
  margin-left: 0.2em;
}
@media screen and (min-width: 960px) {
  .mypage_progress_wrapper .uk-table td span {
    font-size: 16px;
  }
}
.mypage_progress_wrapper .uk-table td a {
  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;
}
.mypage_progress_wrapper .uk-table td a:has(span)::after {
  content: "";
  display: block;
  margin-left: 7px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #53c4f2;
  border-right: 2px solid #53c4f2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mypage_progress_wrapper .uk-table td a:hover {
  color: inherit;
}

#modal-cancelpolicy .uk-modal-dialog {
  width: 680px;
}
#modal-cancelpolicy .recruitment_card_notes h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
}
#modal-cancelpolicy .recruitment_card_notes p {
  font-size: 13px;
  line-height: 1.8;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (min-width: 960px) {
  #modal-cancelpolicy .recruitment_card_notes p {
    font-size: 15px;
  }
}
#modal-cancelpolicy .recruitment_card_notes p + h3 {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  #modal-cancelpolicy .recruitment_card_notes p + h3 {
    margin-top: 22px;
  }
}

.searchpage > section {
  width: 100%;
}

.main_mypage .freelance_search_section {
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .main_mypage .freelance_search_section {
    margin-bottom: 100px;
  }
}

#_subcategories label {
  padding: 0.3em 25px;
  background-color: transparent;
  color: #333333;
  border: 1px solid #e5e5e5;
  border-radius: 500px;
  cursor: pointer;
}
#_subcategories label:has(input:checked) {
  color: #fff;
  background-color: #53c4f2;
}
#_subcategories label span {
  font-size: 13px;
}
@media screen and (min-width: 960px) {
  #_subcategories label span {
    font-size: 15px;
  }
}

article:has(.new_cards__list) {
  width: 100%;
}
@media screen and (min-width: 960px) {
  article:has(.new_cards__list) {
    min-width: 960px;
  }
}

.new_cards__list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.new_cards__list .new_container .new_card_left-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.new_cards__list .new_container .img-icon_container {
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 640px) {
  .new_cards__list .new_container .img-icon_container {
    width: 65px;
    height: 65px;
  }
}
.new_cards__list .new_container .new_card_right-item > .uk-flex {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.new_cards__list .new_container .new_card_right-item_table {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .new_cards__list .new_container .new_card_right-item_table {
    font-size: 14px;
  }
}
@media screen and (min-width: 640px) {
  .new_cards__list .new_container .new_card_right-item_table > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.new_cards__list .new_container .new_card_right-item_table p {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .new_cards__list .new_container .new_card_right-item_table p {
    font-size: 14px;
  }
}
.new_cards__list .new_container .new_card_right-item_table dt {
  font-weight: 600;
}
.new_cards__list .new_container .new_card_right-item_table .uk-grid-margin {
  margin-top: 8px;
}
.new_cards__list .new_container .new_card_right-item_top .uk-card-title {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .new_cards__list .new_container .new_card_right-item_top .uk-card-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  .new_cards__list .new_container .new_card_right-item_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.new_cards__list .new_container .new_card_right-item_bottom {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .new_cards__list .new_container .new_card_right-item_bottom {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.new_cards__list .new_cards {
  max-width: 100%;
  padding: 15px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .new_cards__list .new_cards {
    padding: 15px 30px;
    margin-bottom: 15px;
  }
}
.new_cards__list .new_cards_container_inner {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.new_cards__list .new_cards_tit {
  font-weight: 600;
  color: #003366;
  font-size: 18px;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .new_cards__list .new_cards_tit {
    font-size: 20px;
  }
}
.new_cards__list .new_cards_tag {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 4px;
}
.new_cards__list .new_cards_tag .uk-badge {
  height: 20px;
  padding: 2px 10px 3px;
  background: #53c4f2;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.new_cards__list .new_card_left-item_tit {
  margin-top: 0.6em;
}
.new_cards__list .star-container {
  gap: 0.2rem;
  margin-top: 5px;
  width: auto !important;
}
@media screen and (min-width: 640px) {
  .new_cards__list .star-container {
    margin-top: 0;
  }
}
.new_cards__list .star-container_outer {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.3rem;
}
.new_cards__list .star-container img {
  width: 17px;
}
.new_cards__list .star-container_txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffd203;
  padding: 0;
  margin-top: 0 !important;
  line-height: 1;
  font-weight: 700;
  background-color: transparent;
  font-size: 1.5rem;
  margin-top: 0.4rem;
}
.new_cards__list .new_card_price {
  font-size: 16px;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .new_cards__list .new_card_price {
    font-size: 18px;
  }
}
.new_cards__list .new_card_catchcopy {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #003366;
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .new_cards__list .new_card_catchcopy {
    max-width: 75%;
  }
}
@media screen and (min-width: 960px) {
  .new_cards__list .new_card_catchcopy {
    font-size: 20px;
  }
}

.page-favorite {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .page-favorite {
    padding-top: 50px;
  }
}

#_calendar tr button {
  color: #003366;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  #_calendar tr button {
    font-size: 16px;
  }
}

#modal-schedule .uk-h2 {
  font-size: 20px;
  color: #003366;
}
@media screen and (min-width: 960px) {
  #modal-schedule .uk-h2 {
    font-size: 22px;
  }
}
#modal-schedule dl dt {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  #modal-schedule dl dt {
    font-size: 18px;
  }
}
#modal-schedule dl dd {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  #modal-schedule dl dd {
    font-size: 16px;
  }
}
#modal-schedule dl.uk-descriptionlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#modal-schedule dl.uk-descriptionlist dt {
  width: 40%;
  border-bottom: 2px solid #e9f3f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#modal-schedule dl.uk-descriptionlist dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  border-bottom: 2px solid #e9f3f7;
  padding-top: 10px;
  padding-bottom: 10px;
}
#modal-schedule dl:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 2px solid #e9f3f7;
  padding-left: 40%;
}
#modal-schedule dl:nth-of-type(2) dt, #modal-schedule dl:nth-of-type(2) dd {
  font-weight: normal;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  #modal-schedule dl:nth-of-type(2) dt, #modal-schedule dl:nth-of-type(2) dd {
    font-size: 16px;
  }
}
#modal-schedule .uk-button {
  color: #fff;
  background-color: #003366;
  font-size: 16px;
  border: 1px solid #003366;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 188px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  #modal-schedule .uk-button {
    font-size: 18px;
  }
}
#modal-schedule .uk-button:hover {
  color: #003366;
  background-color: #fff;
}

.page-freelance-mypage {
  margin-bottom: 150px;
  padding-top: 100px;
}
@media screen and (min-width: 960px) {
  .page-freelance-mypage {
    padding-top: 0;
    margin-bottom: 180px;
  }
}
.page-freelance-mypage .past-case_card {
  border: 20px solid #efefef;
}
.page-freelance-mypage .past-case_card__head h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #003366;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .page-freelance-mypage .past-case_card__head h4 {
    font-size: 24px;
  }
}
.page-freelance-mypage .past-case_card__head p {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .page-freelance-mypage .past-case_card__head p {
    font-size: 16px;
  }
}
.page-freelance-mypage .past-case_card__list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 640px) {
  .page-freelance-mypage .past-case_card__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-freelance-mypage .past-case_card__list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #a4a4a4;
  font-size: 14px;
  margin-top: 18px;
}
@media screen and (min-width: 640px) {
  .page-freelance-mypage .past-case_card__list div {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .page-freelance-mypage .past-case_card__list div {
    margin-top: 20px;
  }
}
.page-freelance-mypage .past-case_card__list div dt {
  width: 22%;
  white-space: nowrap;
}
.page-freelance-mypage .past-case_card__list div dd {
  width: 78%;
}
.page-freelance-mypage .past-case_card__list div .uk-text-danger {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .page-freelance-mypage .past-case_card__list div .uk-text-danger {
    font-size: 17px;
  }
}

.main_mypage #m-radioBtn {
  border-bottom: 2px solid #daecf2;
}
.main_mypage #m-radioBtn label {
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: 16px;
  width: auto !important;
  border: 2px solid #daecf2;
  margin-bottom: 0;
  border-bottom: none;
  padding: 7px 10px;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .main_mypage #m-radioBtn label {
    font-size: 18px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 960px) {
  .main_mypage #m-radioBtn label {
    font-size: 20px;
    width: 125px;
  }
}
.main_mypage #m-radioBtn label:has(input[type=radio]:checked) {
  cursor: pointer;
  border-bottom: none;
  color: #003366;
  background-color: #daecf2;
}
.main_mypage .txt-question {
  text-align: right;
}
.main_mypage .txt-question::before {
  display: none;
}
.main_mypage .payment-price_container {
  background-color: #fff;
  border: 1px solid #a4a4a4;
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
  margin-top: 20px;
}
.main_mypage .payment-price_container h3 span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .main_mypage .payment-price_container h3 span {
    font-size: 18px;
  }
}
.main_mypage #m-displayBox {
  margin-top: 20px;
}
.main_mypage .cm_box > .uk-flex {
  padding: 20px;
  border: 1px solid #a4a4a4;
  border-radius: 20px;
}
.main_mypage .cm_box > .uk-flex + .uk-flex {
  margin-top: 15px;
}
.main_mypage .cm_box_tit {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .main_mypage .cm_box_tit {
    width: 65%;
  }
}
@media screen and (min-width: 960px) {
  .main_mypage .cm_box_tit {
    width: 35%;
  }
}
.main_mypage .cm_box > .uk-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .main_mypage .cm_box > .uk-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.main_mypage .cm_box h4 {
  font-weight: 600;
  color: #003366;
  letter-spacing: 0.05em;
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .main_mypage .cm_box h4 {
    font-size: 24px;
  }
}
.main_mypage .cm_box_price_txt {
  font-size: 18px;
  margin-bottom: 0.15em;
}
@media screen and (min-width: 960px) {
  .main_mypage .cm_box_price_txt {
    font-size: 20px;
  }
}
.main_mypage .cm_box .uk-badge {
  background: #53c4f2;
  font-size: 12px;
  height: 22px;
  padding: 0 12px;
  letter-spacing: 0.03em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .main_mypage .cm_box .uk-badge {
    font-size: 15px;
    height: 25px;
    padding: 0 15px;
  }
}
.main_mypage .cm_box .uk-button {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .main_mypage .cm_box .uk-button {
    width: 40%;
  }
}

#m-displayBox2 .recruitment_card h3 {
  font-size: 18px;
  margin-top: 1.6rem;
}
@media screen and (min-width: 960px) {
  #m-displayBox2 .recruitment_card h3 {
    margin-top: 2rem;
    font-size: 20px;
  }
}
#m-displayBox2 .recruitment_card h3 + p, #m-displayBox2 .recruitment_card h3 + ul li, #m-displayBox2 .recruitment_card h3 + div {
  font-size: 16px;
  padding: 0.2em 9px;
}
@media screen and (min-width: 960px) {
  #m-displayBox2 .recruitment_card h3 + p, #m-displayBox2 .recruitment_card h3 + ul li, #m-displayBox2 .recruitment_card h3 + div {
    font-size: 18px;
  }
}
#m-displayBox2 .recruitment_card h3 + p div, #m-displayBox2 .recruitment_card h3 + ul li div, #m-displayBox2 .recruitment_card h3 + div div {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  #m-displayBox2 .recruitment_card h3 + p div, #m-displayBox2 .recruitment_card h3 + ul li div, #m-displayBox2 .recruitment_card h3 + div div {
    font-size: 18px;
  }
}
#m-displayBox2 .recruitment_card_careful {
  font-size: 16px;
  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;
}
@media screen and (min-width: 960px) {
  #m-displayBox2 .recruitment_card_careful {
    font-size: 18px;
  }
}
#m-displayBox2 .recruitment_card_careful button {
  cursor: pointer;
}
#m-displayBox2 .recruitment_card_careful button:hover {
  text-decoration: underline;
}

#recruitment_card_notes_wrap .recruitment_card_notes h3 {
  margin-bottom: 0.5em;
}
#recruitment_card_notes_wrap .recruitment_card_notes p, #recruitment_card_notes_wrap .recruitment_card_notes table {
  padding-left: 9px;
  padding-right: 9px;
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  #recruitment_card_notes_wrap .recruitment_card_notes p, #recruitment_card_notes_wrap .recruitment_card_notes table {
    font-size: 14px;
  }
}
#recruitment_card_notes_wrap .recruitment_card_notes p tbody, #recruitment_card_notes_wrap .recruitment_card_notes table tbody {
  padding-left: 9px;
  padding-right: 9px;
}

#payjp_checkout_box input[type=button] {
  font-size: 18px !important;
}
@media screen and (min-width: 960px) {
  #payjp_checkout_box input[type=button] {
    font-size: 20px !important;
  }
}

.main_mypage .form_row,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row {
  border-top: 1px solid #a4a4a4;
}
.main_mypage .form_row dt,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row dt {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: #fcfdfe;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .main_mypage .form_row dt,
  .m-membership_edit02 .form_container article .form_mypage_membership .form_row dt {
    font-size: 16px;
  }
}
.main_mypage .form_row dd,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row dd {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .main_mypage .form_row dd,
  .m-membership_edit02 .form_container article .form_mypage_membership .form_row dd {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.main_mypage .form_row input[type=text], .main_mypage .form_row select,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row input[type=text],
.m-membership_edit02 .form_container article .form_mypage_membership .form_row select {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  .main_mypage .form_row input[type=text], .main_mypage .form_row select,
  .m-membership_edit02 .form_container article .form_mypage_membership .form_row input[type=text],
  .m-membership_edit02 .form_container article .form_mypage_membership .form_row select {
    font-size: 16px;
  }
}
.main_mypage .form_row .radio_label .radio_label_item,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row .radio_label .radio_label_item {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.main_mypage .form_row .radio_label .radio_label_item label,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row .radio_label .radio_label_item label {
  border-radius: 20px;
  padding: 7px;
  border: 2px solid #daecf2;
  color: #003366;
  font-size: 14px;
  margin-bottom: 0;
  margin-bottom: 0;
}
.main_mypage .form_row .radio_label .radio_label_item label:has(input[type=radio]:checked),
.m-membership_edit02 .form_container article .form_mypage_membership .form_row .radio_label .radio_label_item label:has(input[type=radio]:checked) {
  background: #daecf2 !important;
}
@media screen and (min-width: 960px) {
  .main_mypage .form_row .radio_label .radio_label_item label,
  .m-membership_edit02 .form_container article .form_mypage_membership .form_row .radio_label .radio_label_item label {
    font-size: 16px;
  }
}
.main_mypage .form_row .address_search,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row .address_search {
  border-radius: 20px;
  background: #daecf2;
  color: #003366;
  font-weight: bold;
  padding: 3px;
  border: none;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .main_mypage .form_row .address_search,
  .m-membership_edit02 .form_container article .form_mypage_membership .form_row .address_search {
    font-size: 16px;
  }
}
.main_mypage .form_row .address_search:hover,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row .address_search:hover {
  border: none;
}
.main_mypage .form_row.form_bank_container .form_bank,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row.form_bank_container .form_bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.main_mypage .form_row.form_bank_container .form_bank span,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row.form_bank_container .form_bank span {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .main_mypage .form_row.form_bank_container .form_bank span,
  .m-membership_edit02 .form_container article .form_mypage_membership .form_row.form_bank_container .form_bank span {
    font-size: 16px;
  }
}
.main_mypage .form_row.form_bank_container .form_bank input,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row.form_bank_container .form_bank input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 960px) {
  .main_mypage .form_row.form_bank_container .form_bank input,
  .m-membership_edit02 .form_container article .form_mypage_membership .form_row.form_bank_container .form_bank input {
    max-width: 250px;
  }
}
.main_mypage .form_row .form_invoice,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row .form_invoice {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.main_mypage .form_row .form_invoice span,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row .form_invoice span {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .main_mypage .form_row .form_invoice span,
  .m-membership_edit02 .form_container article .form_mypage_membership .form_row .form_invoice span {
    font-size: 18px;
  }
}
.main_mypage .form_row #_areas span, .main_mypage .form_row #_categories span,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row #_areas span,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row #_categories span {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .main_mypage .form_row #_areas span, .main_mypage .form_row #_categories span,
  .m-membership_edit02 .form_container article .form_mypage_membership .form_row #_areas span,
  .m-membership_edit02 .form_container article .form_mypage_membership .form_row #_categories span {
    font-size: 14px;
  }
}
.main_mypage .form_row .identification_dd_item,
.m-membership_edit02 .form_container article .form_mypage_membership .form_row .identification_dd_item {
  margin-bottom: 0;
  border-radius: 10px;
  font-size: 14px;
  border: 1px solid #daecf2;
  background: #daecf2;
  margin-left: 0;
  padding: 5px 10px;
  color: #003366;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .main_mypage .form_row .identification_dd_item,
  .m-membership_edit02 .form_container article .form_mypage_membership .form_row .identification_dd_item {
    font-size: 16px;
  }
}
.main_mypage .user_lists,
.m-membership_edit02 .form_container article .form_mypage_membership .user_lists {
  max-width: none;
  width: 100%;
}

/*上書き*/
.m-membership_edit02 .form_container article form dl .form_row {
  background-color: #fcfdfe !important;
}

.m-membership_edit02 {
  padding-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .m-membership_edit02 {
    padding-bottom: 100px;
  }
}

.newproject_section {
  padding-bottom: 100px;
}
.newproject_section .wrapper .search_container {
  width: 100%;
}
.newproject_section .newproject_register_container form {
  width: 100%;
}
.newproject_section .newproject_register_container form h2 {
  color: #003366;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.newproject_section .newproject_register_container form h2 span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  border: none;
  color: #003366;
  padding: 0;
  border-radius: 0;
}
@media screen and (min-width: 960px) {
  .newproject_section .newproject_register_container form h2 span {
    font-size: 20px;
  }
}
.newproject_section .newproject_register_container form h2::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #003366;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dt {
  background-color: #fcfdfe;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  width: 100%;
  font-size: 16px;
  padding: 15px;
}
@media screen and (max-width: 980px) {
  .newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dt {
    font-size: 18px;
  }
}
.newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dd {
  width: 100%;
  display: block;
  padding: 15px;
}
.newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dd .identification_dd_item {
  width: 100%;
}
.newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dd input, .newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dd select {
  padding: 5px 10px;
  border-radius: 5px;
}
.newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dd .address_search {
  border-radius: 20px;
  background: #daecf2;
  color: #003366;
  font-weight: bold;
  padding: 3px;
  border: none;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dd .address_search {
    font-size: 16px;
  }
}
.newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dd .address_search:hover {
  border: none;
}
.newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dd .radio_label_item {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  row-gap: 5px;
}
.newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dd .radio_label_item label {
  border-radius: 20px;
  padding: 7px;
  border: 2px solid #daecf2;
  color: #003366;
  font-size: 14px;
  margin-bottom: 0;
  margin-bottom: 0;
}
.newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dd .radio_label_item label:has(input[type=radio]:checked) {
  background: #daecf2 !important;
}
@media screen and (min-width: 960px) {
  .newproject_section .newproject_register_container form .search_container .newproject-form__block .form_row dd .radio_label_item label {
    font-size: 16px;
  }
}
.newproject_section .newproject_register_container form .search_container .newproject-form__block #_schedule-add {
  margin-left: 15px;
  display: block;
  max-width: 230px;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 20px;
  background-color: #e9f3f7;
  color: #003366;
}
@media screen and (min-width: 960px) {
  .newproject_section .newproject_register_container form .search_container .newproject-form__block #_schedule-add {
    font-size: 16px;
  }
}

.recruitment_card_notes {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .recruitment_card_notes {
    font-size: 18px;
  }
}
.recruitment_card_notes .uk-badge {
  height: 20px;
  padding: 2px 10px 3px;
  background: #53c4f2;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.recruitment_card_notes dl {
  padding-left: 10px;
  padding-right: 10px;
}
.recruitment_card_notes dl + h3 {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .recruitment_card_notes dl + h3 {
    margin-top: 15px;
  }
}
.recruitment_card_notes h3 ~ div {
  padding-left: 10px;
  padding-right: 10px;
}
.recruitment_card_notes dd {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .recruitment_card_notes dd {
    font-size: 16px;
  }
}
.recruitment_card_notes dd + dt {
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .recruitment_card_notes dd + dt {
    margin-top: 10px;
  }
}
.recruitment_card_notes .com-tit-02 {
  background-color: #e9f3f7;
  font-size: 18px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .recruitment_card_notes .com-tit-02 {
    font-size: 20px;
  }
}

.user_message02__table {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .user_message02__table {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .user_message02__table {
    font-size: 18px;
  }
}
.user_message02__table thead {
  color: #003366;
  text-align: center;
}
.user_message02__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user_message02__table td:first-child {
  width: 8%;
}
.user_message02__table td:nth-chld(2) {
  width: 18%;
}
.user_message02__table td:nth-child(3) {
  width: 56%;
}
.user_message02__table td:last-child {
  width: 18%;
}
.user_message02__table td .img-mail {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .user_message02__table td .img-mail {
    width: 30px;
  }
}
.user_message02__table tbody tr {
  border-top: 1px solid #daecf2 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search_details02 .modal_body_profile_name .uk-flex {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.search_details02 .modal_body_profile_star {
  line-height: 1.3;
}
.search_details02 .recruitment_card h3 {
  padding: 0;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .search_details02 .recruitment_card h3 {
    font-size: 18px;
  }
}
.search_details02 .recruitment_card p, .search_details02 .recruitment_card p span {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .search_details02 .recruitment_card p, .search_details02 .recruitment_card p span {
    font-size: 16px;
  }
}
.search_details02 .recruitment_card .badge-wrap {
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
.search_details02 .recruitment_card .tag-wrap {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-top: 0.3rem;
}
.search_details02 .recruitment_card .tag-wrap span {
  font-size: 11px;
}
@media screen and (min-width: 960px) {
  .search_details02 .recruitment_card .tag-wrap span {
    font-size: 12px;
  }
}
.search_details02 .recruitment_card .uk-badge {
  font-size: 11px;
  line-height: 1;
  padding: 2px 8px;
  height: 18px;
}
@media screen and (min-width: 960px) {
  .search_details02 .recruitment_card .uk-badge {
    height: 20px;
    font-size: 12px;
  }
}
.search_details02 .recruitment_card .uk-table {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .search_details02 .recruitment_card .uk-table {
    font-size: 16px;
  }
}
.search_details02 .recruitment_card .uk-table tr td:first-child {
  min-width: 20%;
  white-space: nowrap;
}
.search_details02 .recruitment_card .works-wrap .works-item {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  row-gap: 5px;
}
.search_details02 .recruitment_card .works-wrap .works-item + .works-item {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .search_details02 .recruitment_card .works-wrap .works-item + .works-item {
    margin-top: 15px;
  }
}
@media screen and (min-width: 640px) {
  .search_details02 .recruitment_card .works-wrap .works-item {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.search_details02 .recruitment_card .works-wrap .works-item figure {
  aspect-ratio: 1/1;
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
}
@media screen and (min-width: 640px) {
  .search_details02 .recruitment_card .works-wrap .works-item figure {
    width: 75px;
  }
}
@media screen and (min-width: 960px) {
  .search_details02 .recruitment_card .works-wrap .works-item figure {
    width: 90px;
  }
}
.search_details02 .recruitment_card .works-wrap .works-item figure img {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search_details02 .recruitment_card .works-wrap .works-item_tit {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .search_details02 .recruitment_card .works-wrap .works-item_tit {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .search_details02 .recruitment_card .works-wrap .works-item_tit {
    font-size: 16px;
  }
}
.search_details02 .recruitment_card .works-wrap .works-item_price {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .search_details02 .recruitment_card .works-wrap .works-item_price {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .search_details02 .recruitment_card .works-wrap .works-item_price {
    font-size: 16px;
  }
}