@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Arimo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

a {
  text-decoration: none;
  outline: none;
  color: #5999D5;
}
a.text-link {
  display: inline-block;
  position: relative;
}
a.text-link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(89, 153, 213, 0.8);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  mix-blend-mode: hard-light;
}
a.text-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*
 * form
 * -------------------------------------------------------------------
 */
input[type=checkbox].styled {
  margin: 8px;
}
input[type=checkbox].styled + strong::after {
  font-size: 20px !important;
  top: -2px !important;
  left: -33px !important;
}
input[type=checkbox].styled + strong::before {
  top: 2px !important;
  left: -30px !important;
  width: 14px !important;
  height: 14px !important;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
}

#main-wrap #inner-wrap {
  margin-top: 0;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@-webkit-keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * MODAL
 * -------------------------------------------------------------------
 */
@-webkit-keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes modalShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
 * Module
 * -------------------------------------------------------------------
 */
.home #course-list-wrap dd.course_progress div.course_progress_blue {
  height: 100%;
}

body.xprofile #panels #right-panel #buddypress #mobile-item-nav-wrap {
  overflow-x: scroll;
  padding: 0;
}

.bp-user #content .entry-content,
.qa #content .entry-content {
  padding: 0;
}
.bp-user #content .entry-buddypress-content #buddypress,
.bp-user #content .entry-content #buddypress,
.qa #content .entry-buddypress-content #buddypress,
.qa #content .entry-content #buddypress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 70px 24px;
  gap: 24px;
}
@media all and (max-width: 600px) {
  .bp-user #content .entry-buddypress-content #buddypress,
  .bp-user #content .entry-content #buddypress,
  .qa #content .entry-buddypress-content #buddypress,
  .qa #content .entry-content #buddypress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 20px 40px;
  }
}
.bp-user #content .entry-buddypress-content #buddypress #item-header,
.bp-user #content .entry-content #buddypress #item-header,
.qa #content .entry-buddypress-content #buddypress #item-header,
.qa #content .entry-content #buddypress #item-header {
  width: 300px;
  min-height: calc(100vh - 191px);
  position: relative;
  z-index: 0;
}
@media all and (max-width: 600px) {
  .bp-user #content .entry-buddypress-content #buddypress #item-header,
  .bp-user #content .entry-content #buddypress #item-header,
  .qa #content .entry-buddypress-content #buddypress #item-header,
  .qa #content .entry-content #buddypress #item-header {
    width: 100%;
  }
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover,
.qa #content .entry-content #buddypress #item-header .item-header-cover {
  position: relative;
  margin-bottom: 40px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner {
  position: relative;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .bb-cover-photo,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .bb-cover-photo,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .bb-cover-photo,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .bb-cover-photo {
  height: calc(100% - 100px);
  margin-top: 100px;
  border-radius: 15px;
  overflow: hidden;
  top: 0;
  z-index: 1;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .bb-cover-photo #header-cover-image,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .bb-cover-photo #header-cover-image,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .bb-cover-photo #header-cover-image,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .bb-cover-photo #header-cover-image {
  background-image: none;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-avatar,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-avatar,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-avatar,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-avatar {
  margin: 16px 0 24px;
  border-radius: 100%;
  overflow: hidden;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-avatar img.avatar,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-avatar img.avatar,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-avatar img.avatar,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-avatar img.avatar {
  max-width: 210px;
  position: inherit !important;
  width: 150px !important;
  height: 150px !important;
  margin: 0;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content {
  padding: 24px;
  margin-left: 0;
  width: 100%;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic {
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .profile-name,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .profile-name,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .profile-name,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .profile-name {
  font-weight: 600;
  font-size: 24px !important;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 8px;
  word-break: break-all;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .romaji,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .romaji,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .romaji,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .romaji {
  font-family: "SF Pro", sans-serif;
  font-weight: 270;
  font-size: 15px;
  letter-spacing: 0.08em;
  opacity: 0.5;
  margin-bottom: 32px;
  word-break: break-all;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .area,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .area,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .area,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .area {
  text-align: center;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .company,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .company,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .company,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .company {
  margin-top: 40px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .company h3,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .company h3,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .company h3,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .company h3 {
  margin-bottom: 8px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h2,
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h3,
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h4,
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h5,
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h6,
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic p,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h2,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h3,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h4,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h5,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h6,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic p,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h2,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h3,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h4,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h5,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h6,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic p,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h2,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h3,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h4,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h5,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h6,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic p {
  color: #ffffff;
  margin: 0;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h2,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h2,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h2,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h2 {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.08em;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h3,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h3,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h3,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic h3 {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  opacity: 0.7;
  display: inherit;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic p,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic p,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic p,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic p {
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic hr,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic hr,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic hr,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic hr {
  background-color: #ffffff;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .level,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .level,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .level,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .level {
  margin-bottom: 12px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .level__badge,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .level__badge,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .level__badge,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .level__badge {
  max-width: 200px;
  margin: 0 auto;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .level__text,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .level__text,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .level__text,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .level__text {
  font-family: "SF Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.08em;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .help-link,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .help-link,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .help-link,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .help-link {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.7;
  padding: 0 0 0 20px;
  background-color: transparent;
  background-image: url(../img/module/icon-help.svg);
  background-position: center left;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 48px;
  width: auto;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .help-link:hover,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .help-link:hover,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .help-link:hover,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .help-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .learndash-course-points,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .learndash-course-points,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .learndash-course-points,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .learndash-course-points {
  margin-bottom: 40px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .learndash-course-points .point,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .learndash-course-points .point,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .learndash-course-points .point,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .learndash-course-points .point {
  font-family: "SF Pro", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .learndash-course-points .unit,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .learndash-course-points .unit,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .learndash-course-points .unit,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .learndash-course-points .unit {
  font-family: "SF Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar {
  position: relative;
  width: 90%;
  margin: 16px auto 40px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 12px;
  height: 24px;
  overflow: hidden;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-webkit-progress-bar,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-webkit-progress-bar,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-webkit-progress-bar,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0.3);
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-webkit-progress-value,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-webkit-progress-value,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-webkit-progress-value,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-webkit-progress-value {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-moz-progress-bar,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-moz-progress-bar,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-moz-progress-bar,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-moz-progress-bar {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-ms-fill,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-ms-fill,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-ms-fill,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar progress::-ms-fill {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar p,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar p,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar p,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar p {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  opacity: 0.7;
  font-family: "SF Pro", sans-serif;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar .start,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar .start,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar .start,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar .start {
  position: absolute;
  left: 0;
  bottom: -20px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar .max,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar .max,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar .max,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .progress-bar .max {
  position: absolute;
  right: 0;
  bottom: -20px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .acquisition-year,
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .other-qualification,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .acquisition-year,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .other-qualification,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .acquisition-year,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .other-qualification,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .acquisition-year,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .other-qualification {
  font-family: "SF Pro", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item {
  margin: 12px;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item.facebook .sns-link,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item.facebook .sns-link,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item.facebook .sns-link,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item.facebook .sns-link {
  background-image: url(../img/module/LogoFB.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item.twitter .sns-link,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item.twitter .sns-link,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item.twitter .sns-link,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item.twitter .sns-link {
  background-image: url(../img/module/LogoTW.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item .sns-link,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item .sns-link,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item .sns-link,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item .sns-link {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item .sns-link:hover,
.bp-user #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item .sns-link:hover,
.qa #content .entry-buddypress-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item .sns-link:hover,
.qa #content .entry-content #buddypress #item-header .item-header-cover__inner .cover-content__one #item-header-content .basic .sns-list__item .sns-link:hover {
  opacity: 0.6;
}
.bp-user #content .entry-buddypress-content #buddypress #item-header #pdf-export,
.bp-user #content .entry-content #buddypress #item-header #pdf-export,
.qa #content .entry-buddypress-content #buddypress #item-header #pdf-export,
.qa #content .entry-content #buddypress #item-header #pdf-export {
  width: 100%;
  background: #F5F5F5;
  border: 1px solid #244AAD;
  border-radius: 5px;
  color: #244AAD;
  padding-left: 60px;
  background-image: url(../img/module/icon-download.svg);
  background-position: 84px center;
  background-repeat: no-repeat;
}
.bp-user #content .entry-buddypress-content .full-width,
.bp-user #content .entry-content .full-width,
.qa #content .entry-buddypress-content .full-width,
.qa #content .entry-content .full-width {
  width: 100%;
}

body:not(.boxed) #buddypress #item-main-content #item-nav .item-list-tabs ul {
  background-color: transparent;
  padding: 0;
}
body:not(.boxed) #buddypress #item-main-content #item-nav .item-list-tabs ul .hideshow ul {
  padding: 20px;
  background-color: #e9edf8;
}
body:not(.boxed) #buddypress #item-main-content #item-nav .item-list-tabs ul .hideshow ul li#membership-personal-li, body:not(.boxed) #buddypress #item-main-content #item-nav .item-list-tabs ul .hideshow ul li#招待-personal-li {
  display: none;
}
body:not(.boxed) #buddypress #item-main-content #item-nav .item-list-tabs ul .hideshow ul li a {
  text-align: left;
}
body:not(.boxed) #buddypress #item-main-content #item-body #subnav {
  margin: -8px -16px 24px;
  width: calc(100% + 32px);
}
body:not(.boxed) #buddypress #item-main-content #item-body #subnav ul {
  min-height: inherit;
  padding: 8px;
  background-color: #F5F5F5;
  border-radius: 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body:not(.boxed) #buddypress #item-main-content #item-body #subnav ul .last,
body:not(.boxed) #buddypress #item-main-content #item-body #subnav ul #bp-create-doc-button {
  margin-right: 0;
  margin-left: auto;
}

.bp-messages #buddypress #item-main-content #item-body #subnav,
.membership_account #buddypress #item-main-content #item-body #subnav {
  margin-bottom: 0 !important;
}
.bp-messages #buddypress #item-main-content #item-body #subnav ul,
.membership_account #buddypress #item-main-content #item-body #subnav ul {
  background-color: transparent !important;
  padding: 0 !important;
}

.invite-anyone #buddypress #item-main-content #item-body #subnav ul {
  background-color: transparent !important;
  padding: 0 !important;
  margin-left: -15px !important;
}

body.bp-user #panels #right-panel #buddypress #mobile-item-nav-wrap {
  height: 120px;
  margin: 0 -24px 24px;
  width: 100vw !important;
  padding: 0 24px;
}
body.bp-user #panels #right-panel #buddypress #mobile-item-nav-wrap #mobile-item-nav ul li {
  width: 80px;
}
body.bp-user #panels #right-panel #buddypress #mobile-item-nav-wrap #mobile-item-nav ul li::before {
  font-size: 24px;
  width: 80px;
}

.create-svg-avatar .custom-profile {
  display: none;
}

#membership-personal-li,
#招待-personal-li {
  display: none;
}

/* ==========================================================================
   共通Class
========================================================================== */
.container {
  width: calc(100% - 24px);
  max-width: 1100px;
  margin: 0 auto;
}

.arimo {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#main-wrap {
  min-height: calc(100vh - 72px - 55px);
}
@media all and (max-width: 600px) {
  #main-wrap {
    min-height: calc(100vh - 91px - 154px);
  }
}

.bg_blue {
  background-color: #0437A2;
}
.bg_blue .sec_ttl {
  color: #fff;
}
.bg_blue .sec_ttl__inner::before, .bg_blue .sec_ttl__inner::after {
  background-color: #fff;
}

section.def_padding {
  padding: 100px 0;
}
@media all and (max-width: 600px) {
  section.def_padding {
    padding: 50px 0;
  }
}

@media print {
  .print_hide {
    display: none !important;
  }
}
/* ==========================================================================
   タイトル
========================================================================== */
.sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media all and (max-width: 600px) {
  .sec_ttl {
    font-size: 22px;
  }
}
.sec_ttl small {
  display: block;
  font-size: 12px;
}
.sec_ttl__inner {
  display: inline-block;
  position: relative;
}
.sec_ttl__inner::before, .sec_ttl__inner::after {
  content: "";
  width: 28px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
}
.sec_ttl__inner::before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  left: -52px;
}
@media all and (max-width: 600px) {
  .sec_ttl__inner::before {
    left: -42px;
  }
}
.sec_ttl__inner::after {
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  right: -52px;
}
@media all and (max-width: 600px) {
  .sec_ttl__inner::after {
    right: -42px;
  }
}

.under__page_title {
  min-height: 320px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 100px;
}
@media all and (max-width: 600px) {
  .under__page_title {
    min-height: 243px;
  }
}
@media all and (max-width: 600px) and (max-width: 600px) {
  .under__page_title {
    padding: 30px 12px;
  }
}
.under__page_title__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.under__page_title__bg picture {
  height: 100%;
}
.under__page_title__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under__page_title__label {
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  position: relative;
  z-index: 2;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.under__page_title__label__main {
  position: relative;
  font-size: 42px;
  font-style: normal;
}
@media all and (max-width: 600px) {
  .under__page_title__label__main {
    font-size: 28px;
  }
}
.under__page_title__label__main::before, .under__page_title__label__main::after {
  content: "";
  width: 52px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #fff;
  position: absolute;
  bottom: 28px;
}
@media all and (max-width: 600px) {
  .under__page_title__label__main::before, .under__page_title__label__main::after {
    width: 28px;
    bottom: 20px;
  }
}
.under__page_title__label__main::before {
  right: calc(100% + 28px);
}
@media all and (max-width: 600px) {
  .under__page_title__label__main::before {
    right: calc(100% + 10px);
  }
}
.under__page_title__label__main::after {
  left: calc(100% + 28px);
}
@media all and (max-width: 600px) {
  .under__page_title__label__main::after {
    left: calc(100% + 10px);
  }
}
.under__page_title__label__sub {
  font-size: 18px;
}
@media all and (max-width: 600px) {
  .under__page_title__label__sub {
    font-size: 16px;
  }
}

/* ==========================================================================
   キャンプの使い方 - USE CAMP -
========================================================================== */
.use_camp {
  padding: 75px 0 136px;
}
@media all and (max-width: 600px) {
  .use_camp {
    padding: 35px 0 115px;
  }
}
.use_camp__list {
  margin-top: 40px;
}
@media all and (max-width: 600px) {
  .use_camp__list {
    margin-top: 20px;
  }
}
.use_camp__list:not(.slick-initialized) {
  opacity: 0;
}
.use_camp__list__item {
  padding: 0 1.7578125vw;
}
@media all and (max-width: 600px) {
  .use_camp__list__item {
    padding: 0 12px;
  }
}
.use_camp__list__item a {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.use_camp__list__item a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.use_camp__list .slick-arrow {
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  outline: none;
  display: block;
  width: 1.5625vw;
  height: 3.4375vw;
  border-radius: 0;
  background: url("../img/module/slider_arrow1.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  cursor: pointer;
}
@media all and (max-width: 600px) {
  .use_camp__list .slick-arrow {
    width: 20px;
    height: 44px;
    top: calc(100% + 24px);
    bottom: auto;
  }
}
.use_camp__list .slick-arrow.slick-prev {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 28.5vw;
}
@media all and (max-width: 600px) {
  .use_camp__list .slick-arrow.slick-prev {
    -webkit-transform: none;
            transform: none;
    left: 12px;
  }
}
.use_camp__list .slick-arrow.slick-next {
  -webkit-transform: translateX(50%) scaleX(-1);
          transform: translateX(50%) scaleX(-1);
  right: 28.5vw;
}
@media all and (max-width: 600px) {
  .use_camp__list .slick-arrow.slick-next {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    right: 12px;
  }
}
.use_camp__list .slick-arrow:hover, .use_camp__list .slick-arrow:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.use_camp__list .slick-arrow::before {
  content: none;
}
.use_camp__list-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 12px;
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
  width: 100%;
}
@media all and (max-width: 600px) {
  .use_camp__list-dots {
    top: calc(100% + 39px);
  }
}
.use_camp__list-dots button {
  display: block;
  color: transparent;
  font-size: 0;
  padding: 0;
  line-height: 0;
  outline: none;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
}
.use_camp__list-dots button:hover {
  background: #FF5C00;
}
.use_camp__list-dots button:hover, .use_camp__list-dots button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.use_camp__list-dots .slick-active button {
  background: #FF5C00;
}
.use_camp .nodata {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

/* ==========================================================================
   メンバー限定コンテンツ - JOB SUPPORT -
========================================================================== */
.job_support {
  padding: 75px 0 95px;
}
@media all and (max-width: 600px) {
  .job_support {
    padding: 60px 0 54px;
  }
}
.job_support__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media all and (max-width: 600px) {
  .job_support__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
  }
}
.job_support__banner__item {
  width: 48.9090909091%;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25)) brightness(100%);
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25)) brightness(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media all and (max-width: 600px) {
  .job_support__banner__item {
    width: 100%;
  }
}
.job_support__banner__item:hover {
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25)) brightness(105%);
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25)) brightness(105%);
}

/* ==========================================================================
   コースカテゴリー
========================================================================== */
.course_list {
  padding: 100px 0;
}
@media all and (max-width: 600px) {
  .course_list {
    padding-top: 43px;
  }
}
.course_list #course-list-wrap {
  margin: 0;
}
.course_list #course-list-wrap dd.course_progress div.course_progress_blue {
  height: 100%;
}
.course_list .ld-course-list-content {
  gap: 42px 20px;
}
@media all and (max-width: 600px) {
  .course_list .ld-course-list-content {
    gap: 20px;
  }
}
.course_list .course.type-sfwd-courses,
.course_list .course.type-sfwd-lessons {
  float: none;
  padding: 0;
  margin-bottom: 0;
  width: calc((100% - 60px) / 4);
}
@media all and (max-width: 600px) {
  .course_list .course.type-sfwd-courses,
  .course_list .course.type-sfwd-lessons {
    width: calc((100% - 20px) / 2);
  }
}

.pmpro_content_message {
  text-align: center;
}
.pmpro_content_message a:hover {
  color: #000;
}

/* ==========================================================================
   ログインページ
========================================================================== */
.pmpro-login .pmpro_member_display_name {
  text-align: center;
}
.pmpro-login .pmpro_member_log_out {
  margin-top: 30px;
  text-align: center;
}
.pmpro-login .pmpro_member_log_out a {
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  letter-spacing: 1.2px;
  padding: 12px 4px 11px;
  background: #00a6dc url("../img/module/icon-logout.svg") no-repeat right 15px center/14px auto;
  border-radius: 4px;
  display: inline-block;
  width: 200px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  line-height: 17px;
  cursor: pointer;
  text-shadow: none;
}
.pmpro-login .pmpro_member_log_out a:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.15);
}
.pmpro-login .pmpro_lost_password_wrap {
  max-width: 300px;
  margin: 0 auto;
}
.pmpro-login .pmpro_lost_password_wrap .pmpro_lost_password-instructions {
  margin-bottom: 10px;
}
.pmpro-login .pmpro_lost_password_wrap .pmpro_form input[type=text] {
  width: 100%;
  max-width: none;
}
.pmpro-login .pmpro_lost_password_wrap .pmpro_form .pmpro_submit {
  text-align: center;
}
.pmpro-login .pmpro_lost_password_wrap .pmpro_actions_nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pmpro-login .pmpro_login_wrap {
  max-width: 300px;
  margin: 0 auto;
}
.pmpro-login .pmpro_login_wrap #loginform input[type=text],
.pmpro-login .pmpro_login_wrap #loginform input[type=password] {
  width: 100%;
  max-width: none;
}
.pmpro-login .pmpro_login_wrap #loginform .login-submit {
  text-align: center;
}
.pmpro-login .pmpro_login_wrap .pmpro_actions_nav {
  text-align: center;
}

.post-edit-link {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.post-edit-link__wrapper {
  position: relative;
}

/* ==========================================================================
   WYSIWYG
========================================================================== */
.entry-content img {
  display: block;
}
.entry-content img.alignleft, .entry-content img.alignright {
  float: none;
}
.entry-content img.alignleft {
  margin-left: 0;
  margin-right: auto;
}
.entry-content img.alignright {
  margin-left: auto;
  margin-right: 0;
}

.category-use_camp .entry-content {
  padding: 100px 0;
}
@media all and (max-width: 600px) {
  .category-use_camp .entry-content {
    padding: 50px 0;
  }
}
.category-use_camp .entry-content h1,
.category-use_camp .entry-content h2,
.category-use_camp .entry-content h3,
.category-use_camp .entry-content h4,
.category-use_camp .entry-content h5,
.category-use_camp .entry-content h6,
.category-use_camp .entry-content p,
.category-use_camp .entry-content .mu_register p {
  word-wrap: break-word;
  margin: 0;
}
.category-use_camp .entry-content h1:nth-child(n+2),
.category-use_camp .entry-content h2:nth-child(n+2),
.category-use_camp .entry-content h3:nth-child(n+2),
.category-use_camp .entry-content h4:nth-child(n+2),
.category-use_camp .entry-content h5:nth-child(n+2),
.category-use_camp .entry-content h6:nth-child(n+2),
.category-use_camp .entry-content p:nth-child(n+2),
.category-use_camp .entry-content .mu_register p:nth-child(n+2) {
  margin-top: 24px;
}
@media all and (max-width: 600px) {
  .category-use_camp .entry-content h1:nth-child(n+2),
  .category-use_camp .entry-content h2:nth-child(n+2),
  .category-use_camp .entry-content h3:nth-child(n+2),
  .category-use_camp .entry-content h4:nth-child(n+2),
  .category-use_camp .entry-content h5:nth-child(n+2),
  .category-use_camp .entry-content h6:nth-child(n+2),
  .category-use_camp .entry-content p:nth-child(n+2),
  .category-use_camp .entry-content .mu_register p:nth-child(n+2) {
    margin-top: 16px;
  }
}
.category-use_camp .entry-content p {
  font-size: 22px;
  line-height: 1.5909090909;
}
@media all and (max-width: 600px) {
  .category-use_camp .entry-content p {
    font-size: 16px;
  }
}
.category-use_camp .entry-content h2 {
  padding: 12px 20px;
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: 0.01em;
  text-indent: 0.1em;
  font-weight: 700;
  color: #0437A2;
}
@media all and (max-width: 600px) {
  .category-use_camp .entry-content h2 {
    padding: 8px 15px;
    font-size: 24px;
  }
}
.category-use_camp .entry-content h3 {
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-indent: 0.1em;
  color: #728188;
}
@media all and (max-width: 600px) {
  .category-use_camp .entry-content h3 {
    font-size: 21px;
  }
}
.category-use_camp .entry-content h3 .h3_inner {
  display: inline-block;
  padding-bottom: 16px;
  position: relative;
  max-width: 100%;
  word-wrap: break-word;
}
@media all and (max-width: 600px) {
  .category-use_camp .entry-content h3 .h3_inner {
    padding-bottom: 12px;
  }
}
.category-use_camp .entry-content h3 .h3_inner::before, .category-use_camp .entry-content h3 .h3_inner::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #728188;
  position: absolute;
  left: 0;
}
.category-use_camp .entry-content h3 .h3_inner::before {
  bottom: 0;
}
.category-use_camp .entry-content h3 .h3_inner::after {
  bottom: 10px;
}
@media all and (max-width: 600px) {
  .category-use_camp .entry-content h3 .h3_inner::after {
    bottom: 7px;
  }
}
.category-use_camp .entry-content h3:nth-child(n+2) {
  margin-top: 50px;
}
@media all and (max-width: 600px) {
  .category-use_camp .entry-content h3:nth-child(n+2) {
    margin-top: 30px;
  }
}
.category-use_camp .entry-content h4 {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-indent: 0.1em;
  color: #0437A2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media all and (max-width: 600px) {
  .category-use_camp .entry-content h4 {
    font-size: 18px;
  }
}
.category-use_camp .entry-content h4 .h4_inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  word-wrap: break-word;
}
.category-use_camp .entry-content h4::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #0437A2;
}
.category-use_camp .entry-content h4:nth-child(n+2) {
  margin-top: 50px;
}
@media all and (max-width: 600px) {
  .category-use_camp .entry-content h4:nth-child(n+2) {
    margin-top: 30px;
  }
}
.category-use_camp .entry-content strong,
.category-use_camp .entry-content b {
  font-family: inherit;
  font-weight: bold;
  font-style: normal;
  font-size: inherit;
}

.header {
  height: 72px;
}
@media all and (max-width: 600px) {
  .header {
    height: 91px;
  }
}
.header__inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  padding: 0 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 600px) {
  .header__inner {
    height: 91px;
    padding: 0;
  }
}
@media print {
  .header__inner {
    position: absolute;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header__logo {
  width: auto;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 600px) {
  .header__logo {
    width: auto;
    height: 100%;
  }
}
.header__logo img {
  display: block;
  width: auto;
  height: 100%;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  height: 100%;
}
@media not all and (min-width: 800px) {
  .header__nav {
    gap: 0 30px;
  }
}
.header__nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
}
@media not all and (min-width: 800px) {
  .header__nav__menu {
    gap: 0 10px;
  }
}
.header__nav__menu__item {
  position: relative;
}
.header__nav__menu__item__label {
  font-size: 15px;
  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%;
  padding: 0 10px;
  min-width: 72px;
  text-align: center;
}
@media not all and (min-width: 800px) {
  .header__nav__menu__item__label {
    font-size: 12px;
    padding: 0;
  }
}
.header__nav__menu__item__label span {
  position: relative;
}
.header__nav__menu__item__label.active span::after {
  content: "";
  width: 72px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #0437A2;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__nav__menu__item:hover .header__nav__menu__item__label {
  background-color: #0437A2;
  color: #fff;
}
.header__nav__menu__item.has_children:hover .header__nav__submenu {
  opacity: 1;
  pointer-events: visible;
}
.header__nav__submenu {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
}
.header__nav__submenu__item__label {
  display: block;
  min-width: 190px;
  text-align: center;
  color: #fff;
  background-color: rgba(4, 55, 162, 0.79);
  font-size: 15px;
  line-height: 40px;
}
.header__nav__submenu__item__label:hover {
  color: #fff;
  background-color: #0437a2;
}
.header__nav__submenu__item:nth-child(n+2) {
  border-top: 1px solid #fff;
}
.header__nav .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 35px;
}
@media not all and (min-width: 800px) {
  .header__nav .right-col {
    padding-right: 20px;
  }
}
.header__nav .right-col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__nav .right-col-inner .header-notifications {
  line-height: 1 !important;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav .right-col-inner .header-notifications a.notification-link span {
  margin-top: -40px;
}
.header__nav .right-col-inner .header-notifications .pop {
  position: absolute;
  top: 100% !important;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 600px) {
  .header__nav .right-col-inner .header-notifications .pop {
    display: none;
  }
}
.header__nav .right-col-inner .header-account-login {
  line-height: 1 !important;
  height: 100% !important;
  position: relative;
  padding-left: 32px;
  vertical-align: middle;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (min-width: 800px) {
  .header__nav .right-col-inner .header-account-login {
    padding-left: 20px;
  }
}
@media all and (max-width: 600px) {
  .header__nav .right-col-inner .header-account-login {
    padding-left: 10px;
  }
}
.header__nav .right-col-inner .header-account-login .user-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 100%;
  overflow: inherit;
}
.header__nav .right-col-inner .header-account-login .user-link .name {
  white-space: break-spaces;
  line-height: 1.35;
}
.header__nav .right-col-inner .header-account-login .user-link .name::after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 7px;
}
.header__nav .right-col-inner .header-account-login .user-link .level {
  position: absolute;
  right: -24px;
  bottom: 4px;
}
.header__nav .right-col-inner .header-account-login .user-link .level__badge {
  width: 40px;
  height: auto;
}
.header__nav .right-col-inner .header-account-login .user-link .avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 600px) {
  .header__nav .right-col-inner .header-account-login .user-link:hover {
    color: #8091a1;
  }
}
@media all and (max-width: 600px) {
  .header__nav .right-col-inner .header-account-login.open .pop {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav .right-col-inner .header-account-login .pop {
  position: absolute;
  top: 100% !important;
  left: auto;
  right: 35px;
  opacity: 0;
  visibility: hidden;
  width: auto;
  -webkit-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.2);
          box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__nav .right-col-inner .header-account-login .pop #adminbar-links {
  padding-top: 10px;
}
.header__nav .right-col-inner .header-account-login .pop .bp_components li,
.header__nav .right-col-inner .header-account-login .pop .links li {
  position: relative;
  line-height: normal;
}
.header__nav .right-col-inner .header-account-login .pop #dashboard-links .menupop a,
.header__nav .right-col-inner .header-account-login .pop .links li a,
.header__nav .right-col-inner .header-account-login .pop a,
.header__nav .right-col-inner .header-account-login .pop ul > li > .ab-sub-wrapper > ul li .ab-item {
  display: block;
  padding: 7px 27px 7px;
}
.header__nav .right-col-inner .header-account-login .pop a {
  line-height: normal;
}
.header__nav .right-col-inner .header-account-login .pop .logout {
  padding: 12px 27px;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  display: block;
  margin-top: 10px;
  line-height: normal;
}
.header__nav .right-col-inner .header-account-login .pop .logout a {
  display: inline-block;
  padding: 7px 20px;
}
.header__nav .right-col-inner .header-account-login .pop .bp_components ul li ul li.menupop.active > a,
.header__nav .right-col-inner .header-account-login .pop .links > .current-menu-item > a,
.header__nav .right-col-inner .header-account-login .pop .links > .current-menu-parent > a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.header__nav .right-col-inner .header-account-login img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  vertical-align: middle;
}
.header__nav .right-col .register + .login {
  margin-right: 0;
}

#colophon .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
@media all and (max-width: 600px) {
  #colophon .footer-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#colophon .footer-inner-bottom {
  padding: 15px 24px;
}
@media all and (max-width: 600px) {
  #colophon .footer-inner-bottom {
    background-color: #9e9e9e;
    padding-bottom: 104px;
  }
}
#colophon .footer-credits {
  padding-right: 0;
  font-size: 12px;
  line-height: 24px;
  float: none;
}
#colophon #footer-links {
  float: none;
  width: auto;
}
@media all and (max-width: 600px) {
  #colophon #footer-links {
    display: none;
  }
}
#colophon .footer-menu {
  margin-right: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
#colophon .footer-menu li {
  margin-right: 0;
}
#colophon .footer-menu li a {
  font-size: 12px;
}

.gnav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 100vw;
  height: 100vh;
  padding: 91px 0 100px;
  background-color: #0437A2;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.is-spnav_open .gnav {
  opacity: 1;
  pointer-events: visible;
}
.gnav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  padding: 54px 0 30px;
}
.gnav__link {
  height: 55px;
  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;
  text-align: center;
  font-size: 22px;
  color: #0437A2;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gnav__course__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background-color: #d6d6d6;
}
.gnav__course__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #2bc3d8;
}
.gnav__course__list__item.--jitsumu a {
  background-color: #2a79ef;
}
.gnav__course__list__item.--jisou a {
  background-color: #EB5A3A;
}
.gnav__course__list__item.--syukyaku a {
  background-color: #B6B922;
}
.gnav__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.gnav__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 410px;
  margin: 10px auto 0;
}
.gnav__secondary .menu-item a {
  font-size: 16px;
  color: #fff;
}
.gnav__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px 0 10px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-color: #0437A2;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
}
.gnav__toggle.shadow {
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.6);
}
.gnav__toggle__button {
  font-size: 16px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-weight: 700;
  color: #fff;
  padding: 48px 0 0;
  border-radius: 0;
  outline: none;
  background: none;
  width: auto;
  position: relative;
}
.is-spnav_open .gnav__toggle__button {
  padding-top: 58px;
}
.gnav__toggle__button i {
  width: 74px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.is-spnav_open .gnav__toggle__button i {
  background-color: rgba(255, 255, 255, 0);
  top: 21px;
}
.gnav__toggle__button i::before, .gnav__toggle__button i::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is-spnav_open .gnav__toggle__button i::before, .is-spnav_open .gnav__toggle__button i::after {
  width: 64px;
}
.gnav__toggle__button i::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: -16px;
}
.is-spnav_open .gnav__toggle__button i::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.gnav__toggle__button i::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: -16px;
}
.is-spnav_open .gnav__toggle__button i::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}
.gnav__toggle__button::after {
  content: "MENU";
}
.is-spnav_open .gnav__toggle__button::after {
  content: "CLOSE";
}
.gnav__toggle__button:hover, .gnav__toggle__button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 600px) {
  #left-panel-inner {
    height: 100vh;
    position: fixed;
  }
  #left-panel-inner #scroll-area {
    height: 100%;
    background-color: #012243;
  }
}
.xprofile.bp-user.my-profile.profile #right-panel {
  -webkit-transform: none !important;
          transform: none !important;
}
.xprofile.bp-user.my-profile.profile #right-panel.side-menu-right {
  -webkit-transform: translate(-270px, 0) !important;
  transform: translate(-270px, 0) !important;
}
.xprofile.bp-user.my-profile.profile #right-panel.side-menu-left {
  -webkit-transform: translate(270px, 0) !important;
  transform: translate(270px, 0) !important;
}
.xprofile.bp-user.my-profile.profile #right-panel #profile-edit-form .checkbox-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.xprofile.bp-user.my-profile.profile #right-panel #profile-edit-form .checkbox-options .option-label {
  width: 270px;
}

.bp-user .ld-achievements {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bp-user .ld-achievements .ld-achievement-image {
  display: none;
}
.bp-user .ld-achievements .ld-achievement-image:last-child {
  display: inline-block;
  margin-right: 0;
}
.bp-user .ld-achievements .ld-achievement-image:last-child img {
  width: 180px;
}
.bp-user.profile #buddypress div#item-body {
  padding: 0;
}
.bp-user.profile #item-body {
  padding: 0;
  position: relative;
  border: none;
}
.bp-user.profile #item-body #subnav {
  margin-bottom: 100px !important;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body #subnav {
    display: none;
  }
}
.bp-user.profile #item-body::after {
  content: none;
  background: #5999D5;
  border-radius: 15px;
  color: #ffffff;
  padding: 16px;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.16em;
  line-height: 1.3;
  width: calc(100% - 64px);
  position: absolute;
  top: 88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  height: 300vh;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body::after {
    top: 0;
  }
}
.bp-user.profile #item-body h2 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  color: #244AAD;
  margin-bottom: 32px;
  padding-left: 48px;
  background-position: left center;
  background-repeat: no-repeat;
}
.bp-user.profile #item-body .custom-profile h2 {
  background-image: url(../img/module/icon-profile.svg);
}
.bp-user.profile #item-body .custom-profile h2 .title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bp-user.profile #item-body .custom-profile h2 .title-flex span {
  margin-right: auto;
}
.bp-user.profile #item-body .custom-profile h2 .title-flex a {
  color: #5999D5;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #5999D5;
  padding: 8px 18px;
  font-weight: 800;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  line-height: normal;
  width: auto;
}
.bp-user.profile #item-body .bp-widge-works h2 {
  background-image: url(../img/module/icon-jitsumu.svg);
}
.bp-user.profile #item-body .bp-widge-works h2 .title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bp-user.profile #item-body .bp-widge-works h2 .title-flex span {
  margin-right: auto;
}
.bp-user.profile #item-body .bp-widge-works h2 .title-flex .modal-toggle {
  color: #5999D5;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #5999D5;
  padding: 8px 18px;
  font-weight: 800;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  line-height: normal;
  width: auto;
}
.bp-user.profile #item-body .profile {
  background: #ffffff;
  border: 2px solid #5999D5;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 24px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile {
    padding: 16px;
    margin-top: 80px;
  }
}
.bp-user.profile #item-body .profile:blank {
  display: none;
}
.bp-user.profile #item-body .profile#profile-works {
  margin-top: 40px;
  z-index: 1;
}
.bp-user.profile #item-body .profile .bp-widget.basic-profile, .bp-user.profile #item-body .profile .bp-widget.基本情報 {
  display: none;
}
.bp-user.profile #item-body .profile .bp-widget .nodata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  padding: 40px;
}
.bp-user.profile #item-body .profile .bp-widget .nodata p {
  font-size: 18px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widget .nodata p {
    padding: 16px;
  }
}
.bp-user.profile #item-body .profile .bp-widget .nodata a {
  color: #5999D5;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #5999D5;
  padding: 8px 18px;
  font-weight: 800;
  font-size: 16px;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  line-height: normal;
  margin: 2rem auto 0;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner h3 {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #888888;
  padding-bottom: 8px !important;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--top {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DBDBDB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widge-works__inner--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--top .total-post {
  border-right: 1px solid #DBDBDB;
  padding-right: 16px;
  width: 40%;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widge-works__inner--top .total-post {
    width: 100%;
    padding-right: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-right: none;
    border-bottom: 1px solid #DBDBDB;
  }
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--top .total-sales {
  width: 60%;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widge-works__inner--top .total-sales {
    width: 100%;
  }
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--top .total-num {
  color: #4D4D4D;
  text-align: right;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--top .total-num .num {
  font-family: "SF Pro", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widge-works__inner--top .total-num .num {
    font-size: 32px;
    line-height: 43px;
  }
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--top .total-num .unit {
  font-size: 16px;
  line-height: 24px;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items {
  max-height: 195px;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items {
    max-height: 282px;
  }
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4D4D4D;
  border-bottom: 1px dashed #DBDBDB;
  padding: 6px 4px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item {
    padding: 6px 0;
  }
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  line-height: 26px;
  margin-right: auto;
  width: calc(100% - 48px);
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner.logout {
  width: 100%;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .work-date {
  font-family: "SF Pro", sans-serif;
  width: 96px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .work-date {
    width: 100%;
    line-height: 1.5;
  }
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .salse-type {
  margin: 0 16px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .salse-type {
    margin: 0;
    position: absolute;
    right: 0;
  }
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .salse-type span {
  padding: 0 8px;
  border-radius: 4px;
  display: inline-block;
  font-size: 80%;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .salse-type span.salse-type-1 {
  background-color: #FFC7A4;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .salse-type span.salse-type-2 {
  background-color: #C3E8B3;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .work-prefecture {
  width: 186px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .work-prefecture {
    width: 100%;
    line-height: 1.5;
  }
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .work-category {
  width: 120px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .work-category {
    width: 96px;
    line-height: 1.5;
  }
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .work-content {
    line-height: 1.5;
  }
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .work-sales {
  margin-left: auto;
  font-family: "SF Pro", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item__inner .work-sales {
    line-height: 1.5;
  }
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item .update-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item .update-btns .modal-toggle {
  font-size: 14px;
  font-weight: 400;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item .update-btns .delete-form .acf-fields {
  display: none;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item .update-btns .delete-form .acf-button {
  font-size: 14px;
  width: auto;
  background-color: transparent;
  color: #e90000;
  border: 1px solid #e90000;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item .update-btns .delete-form button {
  width: auto;
  background-color: transparent;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item .update-btns .delete-form button span {
  color: #e90000;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom .work-items .item .modal-toggle {
  width: auto;
  color: #5999D5;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #5999D5;
  padding: 5px 4px;
  font-weight: 800;
  font-size: 13px;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom #more_disp {
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom #more_disp #moreButton {
  border-top: 2px solid #5999D5;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  color: #5999D5;
  font-weight: 700;
}
.bp-user.profile #item-body .profile .bp-widge-works__inner--bottom #more_disp #moreButton:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bp-user.profile #item-body .profile table.profile-fields {
  border: none;
}
.bp-user.profile #item-body .profile table.profile-fields tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.bp-user.profile #item-body .profile table.profile-fields tr:last-child {
  margin-bottom: 0;
}
.bp-user.profile #item-body .profile table.profile-fields tr.field_type_checkbox td.data p,
.bp-user.profile #item-body .profile table.profile-fields tr.field_type_checkbox td.data a {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #5999D5;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile table.profile-fields tr.field_type_checkbox td.data p,
  .bp-user.profile #item-body .profile table.profile-fields tr.field_type_checkbox td.data a {
    font-size: 16px;
    line-height: 28px;
  }
}
.bp-user.profile #item-body .profile table.profile-fields tr.field_type_checkbox td.data a:not(:first-child) {
  margin-left: 1em;
}
.bp-user.profile #item-body .profile table.profile-fields tr.field_type_checkbox td.data p {
  color: #888888;
}
.bp-user.profile #item-body .profile table.profile-fields tr td {
  border: none;
  width: auto;
  padding: 0 !important;
}
.bp-user.profile #item-body .profile table.profile-fields tr td.label {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #888888;
  padding-bottom: 8px !important;
}
.bp-user.profile #item-body .profile table.profile-fields tr td.data p {
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile table.profile-fields tr td.data p {
    font-size: 14px;
    line-height: 28px;
  }
}
.bp-user.profile #item-body form .editfield {
  padding-bottom: 24px;
  border-bottom: 1px solid #DBDBDB;
}
.bp-user.profile #item-body form .editfield legend {
  margin-bottom: 8px;
  font-weight: 700;
}
.bp-user.profile #item-body form .editfield .field-visibility-settings-notoggle,
.bp-user.profile #item-body form .editfield .field-visibility-settings-toggle {
  padding: 8px;
  background-color: rgba(89, 153, 213, 0.1);
  border-radius: 4px;
  font-style: normal;
  display: none;
}
.bp-user.profile #item-body form .wp-editor-wrap {
  margin-bottom: 8px;
}
.bp-user.profile #item-body form .wp-editor-wrap textarea {
  margin-bottom: 0;
  visibility: initial !important;
  color: rgba(0, 0, 0, 0.8) !important;
}
.bp-user.profile #item-body form#profile-edit-form .wp-editor-tools,
.bp-user.profile #item-body form#profile-edit-form .quicktags-toolbar,
.bp-user.profile #item-body form#profile-edit-form .mce-top-part,
.bp-user.profile #item-body form#profile-edit-form .mce-statusbar {
  display: none;
}
.bp-user.profile-edit #buddypress #item-body ul.button-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-bottom: 5px solid #0437A2;
  margin-bottom: 20px;
}
@media all and (max-width: 600px) {
  .bp-user.profile-edit #buddypress #item-body ul.button-nav {
    gap: 6px;
  }
}
.bp-user.profile-edit #buddypress #item-body ul.button-nav li {
  float: none;
  margin: 0;
  width: auto;
}
@media all and (max-width: 600px) {
  .bp-user.profile-edit #buddypress #item-body ul.button-nav li {
    width: calc(50% - 3px);
  }
}
.bp-user.profile-edit #buddypress #item-body ul.button-nav li a {
  border-radius: 10px 10px 0 0;
  background-color: #d4d4d4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media all and (max-width: 600px) {
  .bp-user.profile-edit #buddypress #item-body ul.button-nav li a {
    width: 100%;
  }
}
.bp-user.profile-edit #buddypress #item-body ul.button-nav li a:hover {
  background-color: #bbb;
}
.bp-user.profile-edit #buddypress #item-body ul.button-nav li.current a {
  background-color: #0437A2;
  pointer-events: none;
}

.profile-modal.modal {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-touch-action: none;
      touch-action: none;
}
.profile-modal.modal::before, .profile-modal.modal::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 600px) {
  .profile-modal.modal::before, .profile-modal.modal::after {
    width: 0.1px;
  }
}
.profile-modal.modal::-webkit-scrollbar {
  display: none;
}
.profile-modal.modal .modal__content {
  background-color: #ffffff;
  margin: auto;
  max-width: 600px;
  width: 100%;
  max-height: 100%;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 24px 0px 72px;
  -webkit-animation: modalShow 0.6s linear 0s;
          animation: modalShow 0.6s linear 0s;
}
@media all and (max-width: 600px) {
  .profile-modal.modal .modal__content {
    border-radius: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 67px auto;
    padding: 0;
    position: initial;
    -webkit-transform: none;
            transform: none;
  }
}
.profile-modal.modal .modal__content h4 {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #244AAD;
  padding: 0 40px 16px;
  border-bottom: 1px solid #DBDBDB !important;
}
@media all and (max-width: 600px) {
  .profile-modal.modal .modal__content h4 {
    padding: 16px !important;
    width: 100%;
  }
}
.profile-modal.modal .modal__content #message {
  display: none !important;
}
.profile-modal.modal .modal__content .acf-form {
  overflow-y: scroll;
  height: auto;
  max-height: calc(100vh - 271px);
  padding: 0 24px;
}
@media all and (max-width: 600px) {
  .profile-modal.modal .modal__content .acf-form {
    padding: 0 16px;
    overflow-y: scroll;
    max-height: none;
    float: none !important;
  }
}
.profile-modal.modal .modal__content .acf-form .acf-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field--post-title,
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field-true-false {
  width: 100%;
}
@media all and (max-width: 600px) {
  .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field--post-title,
  .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field-true-false {
    padding: 16px 0;
  }
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-type=date_picker], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=money], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=history-year], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field.acf-field-radio, .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field.acf-field-select {
  width: 50% !important;
  border: none !important;
}
@media all and (max-width: 600px) {
  .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-type=date_picker], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=money], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=history-year], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field.acf-field-radio, .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field.acf-field-select {
    padding: 16px 0;
    width: 100% !important;
  }
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=sales-report], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=sales-detail-url], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=activity-title], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=activity-desc], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=activity-link], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=history-title], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=history-desc] {
  width: 100% !important;
  border: none !important;
}
@media all and (max-width: 600px) {
  .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=sales-report], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=sales-detail-url], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=activity-title], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=activity-desc], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=activity-link], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=history-title], .profile-modal.modal .modal__content .acf-form .acf-fields .acf-field[data-name=history-desc] {
    padding: 16px 0;
  }
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field.acf-field-radio .acf-input .acf-radio-list.acf-hl {
  border: none;
  padding: 0;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field.acf-field-radio .acf-input .acf-radio-list.acf-hl li {
  margin-right: 10px;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field.acf-field-radio .acf-input label {
  display: block;
  border: 1px solid #0437A2;
  padding: 6px 15px;
  border-radius: 6px;
  color: #0437A2;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field.acf-field-radio .acf-input label:hover {
  background-color: rgba(4, 55, 162, 0.8);
  color: #fff;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field.acf-field-radio .acf-input label.selected {
  background-color: #0437A2;
  color: #fff;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field.acf-field-radio .acf-input label input[type=radio] {
  display: none;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field-true-false .acf-label label {
  color: #e90000;
  font-weight: 700;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field .acf-input .acf-input-append {
  padding: 9px;
  border: none;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field .acf-input input {
  font-size: 16px;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field .acf-input input::-webkit-input-placeholder {
  color: #cbcbcb !important;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field .acf-input input::-moz-placeholder {
  color: #cbcbcb !important;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field .acf-input input:-ms-input-placeholder {
  color: #cbcbcb !important;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field .acf-input input::-ms-input-placeholder {
  color: #cbcbcb !important;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field .acf-input input::placeholder {
  color: #cbcbcb !important;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field .acf-input input:-ms-input-placeholder {
  /* for IE */
  color: #cbcbcb !important;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field .acf-input input::-ms-input-placeholder {
  /* for Edge */
  color: #cbcbcb !important;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field .acf-input select {
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 16px;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field .acf-input .acf-switch.-on {
  background: #e90000;
  border-color: #b60000;
}
.profile-modal.modal .modal__content .acf-form .acf-fields .acf-field .acf-input .acf-radio-list li label {
  font-size: 16px;
}
.profile-modal.modal .modal__content .acf-form .acf-form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-color: #ffffff;
  border-top: 1px solid #DBDBDB;
  border-radius: 0 0 15px 15px;
  padding: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
  z-index: 10;
}
@media all and (max-width: 600px) {
  .profile-modal.modal .modal__content .acf-form .acf-form-submit {
    border-radius: 0;
    position: inherit;
    padding: 24px 0 144px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile-modal.modal .modal__content .acf-form .acf-form-submit .acf-button {
  position: absolute;
}
@media all and (max-width: 600px) {
  .profile-modal.modal .modal__content .acf-form .acf-form-submit .acf-button {
    position: inherit;
    width: 100%;
  }
}
.profile-modal.modal .modal__content .acf-form .acf-form-submit .acf-spinner {
  position: relative;
  top: calc(50% - 10px);
  left: calc(-50% + 10px);
}
.profile-modal.modal .modal__content .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: transparent;
  border-radius: 50%;
  color: #5999D5;
  padding: 9px 10px;
  width: auto;
}
.profile-modal.modal .modal__content .modal-close span {
  position: relative;
  top: 2px;
}
.profile-modal.modal#modal1 .acf-field-true-false {
  display: none;
}
.profile-modal.modal#modalRank .modal__content {
  background-color: #5999D5;
  height: auto;
  padding: 40px 0 0;
  max-width: 800px;
}
@media all and (max-width: 600px) {
  .profile-modal.modal#modalRank .modal__content {
    height: 100%;
    padding: 24px 0 0;
  }
}
.profile-modal.modal#modalRank .modal__content h4 {
  color: #ffffff;
  padding: 16px 40px;
  border-bottom: none !important;
  text-align: center;
  margin: 0 !important;
  line-height: normal !important;
}
.profile-modal.modal#modalRank .modal__content--inner {
  padding: 0 40px 40px;
}
@media all and (max-width: 600px) {
  .profile-modal.modal#modalRank .modal__content--inner {
    padding: 0 24px 144px;
    overflow-y: scroll;
  }
}
.profile-modal.modal#modalRank .modal__content--inner p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
@media all and (max-width: 600px) {
  .profile-modal.modal#modalRank .modal__content--inner p {
    text-align: left;
    font-size: 14px;
    line-height: 28px;
  }
}
.profile-modal.modal#modalRank .modal__content--inner .badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
}
.profile-modal.modal#modalRank .modal__content--inner .badges .badge img {
  width: 125px;
  height: 110px;
}
.profile-modal.modal#modalRank .modal__content--inner .badges .badge .badge-level {
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.profile-modal.modal#modalRank .modal__content--inner .badges .badge .badge-level span {
  display: block;
}
.profile-modal.modal#modalRank .modal__content .modal-close {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
          box-shadow: inset 0 0 0 1px #ffffff;
  color: #ffffff;
  padding: 2.75px 4px;
}

.my-profile.logged-in #primary #content footer.entry-meta {
  display: none;
}

/**
 * 2024.04 プロフィールページ改修
 */
@media not all and (max-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}
.bp-user.profile #item-body .profile__wrapper {
  border: 5px solid #0437A2;
  border-radius: 25px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 0 78px;
  position: relative;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__wrapper {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.bp-user.profile #item-body .profile__wrapper .edit-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #0437A2;
  border: 3px solid #0437A2;
  border-radius: 6px;
  padding: 5px 15px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__wrapper .edit-btn {
    top: 10px;
    right: 15px;
    font-size: 14px;
    padding: 4px 10px;
  }
}
.bp-user.profile #item-body .profile__wrapper .edit-back {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #0437A2;
  border: 3px solid #0437A2;
  border-radius: 6px;
  padding: 5px 15px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__wrapper .edit-back {
    top: 10px;
    right: 15px;
    font-size: 14px;
    padding: 4px 10px;
  }
}
.bp-user.profile #item-body .profile__wrapper .edit-back:nth-child(n+2) {
  top: auto;
  bottom: 15px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__wrapper .edit-back:nth-child(n+2) {
    bottom: 10px;
  }
}
.bp-user.profile #item-body .profile__wrapper.edit, .bp-user.profile #item-body .profile__wrapper.change-avatar, .bp-user.profile #item-body .profile__wrapper.change-cover-image {
  padding: 50px 50px;
}
@media not all and (min-width: 800px) {
  .bp-user.profile #item-body .profile__wrapper.edit, .bp-user.profile #item-body .profile__wrapper.change-avatar, .bp-user.profile #item-body .profile__wrapper.change-cover-image {
    padding: 50px 30px;
  }
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__wrapper.edit, .bp-user.profile #item-body .profile__wrapper.change-avatar, .bp-user.profile #item-body .profile__wrapper.change-cover-image {
    padding: 50px 15px;
  }
}
.bp-user.profile #item-body .profile__wrapper form {
  float: none !important;
}
.bp-user.profile #item-body .profile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 7.7777777778%;
}
@media not all and (min-width: 800px) {
  .bp-user.profile #item-body .profile__header {
    -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;
  }
}
.bp-user.profile #item-body .profile__header__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bp-user.profile #item-body .profile__header__avatar a {
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 2px 3px 12px -3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 12px -3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.bp-user.profile #item-body .profile__header__avatar a:hover {
  opacity: 0.7;
}
.bp-user.profile #item-body .profile__header__info {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media not all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__header__info {
    min-width: 354px;
    max-width: 500px;
  }
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__header__info {
    width: 100%;
    padding: 0 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bp-user.profile #item-body .profile__header__info__name {
  width: 100%;
}
@media not all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__header__info__name__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1em;
  }
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__header__info__name__sub {
    text-align: center;
  }
}
.bp-user.profile #item-body .profile__header__info__name__sub p {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #0437A2;
}
@media not all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__header__info__name__sub p.furigana {
    max-width: 300px;
  }
}
.bp-user.profile #item-body .profile__header__info__name__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0437A2;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__header__info__name__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bp-user.profile #item-body .profile__header__info__name__main em {
  font-size: 36px;
  font-style: normal;
  max-width: 350px;
  word-break: break-all;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__header__info__name__main em {
    font-size: 26px;
  }
}
.bp-user.profile #item-body .profile__header__info__name__main .area {
  font-size: 24px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__header__info__name__main .area {
    font-size: 18px;
  }
}
.bp-user.profile #item-body .profile__header__info__name .acquisition_year {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #0437A2;
  text-align: center;
  margin-top: 15px;
}
.bp-user.profile #item-body .profile__header__info__startdate {
  width: 100%;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0437A2;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__header__info__startdate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3px;
    margin-top: 15px;
  }
}
.bp-user.profile #item-body .profile__header__info__startdate::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #0437A2;
  border-radius: 7px;
}
.bp-user.profile #item-body .profile__header__info__startdate__label {
  width: 100%;
  text-align: center;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__header__info__startdate__label {
    line-height: 2;
  }
}
.bp-user.profile #item-body .profile__header__info__startdate__data {
  width: 147px;
  line-height: 37px;
  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;
  border-radius: 7px;
  background-color: #0437A2;
  color: #fff;
  letter-spacing: 0.15em;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__header__info__startdate__data {
    width: 100%;
  }
}
.bp-user.profile #item-body .profile__header__info__pr {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #0437A2;
  margin-top: 10px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__header__info__pr {
    margin-top: 20px;
  }
}
.bp-user.profile #item-body .profile__header__info__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.bp-user.profile #item-body .profile__header__info__sns a:hover {
  opacity: 0.7;
}
.bp-user.profile #item-body .profile__header__info__sns .x {
  width: 28px;
}
.bp-user.profile #item-body .profile__header__info__sns .instagram,
.bp-user.profile #item-body .profile__header__info__sns .website {
  width: 35px;
}
.bp-user.profile #item-body .profile__header__info__sns .youtube {
  width: 38px;
}
.bp-user.profile #item-body .profile__content {
  margin-top: 50px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content {
    margin-top: 45px;
  }
}
.bp-user.profile #item-body .profile__content__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__tab {
    position: relative;
  }
  .bp-user.profile #item-body .profile__content__tab::before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1px 0;
    border-style: solid;
    border-color: #b9b9b9;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
  }
}
.bp-user.profile #item-body .profile__content__tab__item {
  width: 33.3333333333%;
  height: 68px;
  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;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  border-radius: 25px 25px 0 0;
  background-color: #d4d4d4;
}
@media not all and (min-width: 1000px) {
  .bp-user.profile #item-body .profile__content__tab__item {
    height: 60px;
    font-size: 22px;
  }
}
@media not all and (min-width: 800px) {
  .bp-user.profile #item-body .profile__content__tab__item {
    height: 50px;
    font-size: 16px;
  }
}
.bp-user.profile #item-body .profile__content__tab__item br {
  display: none;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__tab__item {
    height: 43px;
    font-size: 14px;
    border-top-left-radius: 0;
    background-color: rgba(4, 55, 162, 0);
    color: #d4d4d4;
    position: relative;
    z-index: 2;
  }
  @media not all and (min-width: 430px) {
    .bp-user.profile #item-body .profile__content__tab__item {
      font-size: 13px;
    }
  }
  @media not all and (min-width: 400px) {
    .bp-user.profile #item-body .profile__content__tab__item {
      font-size: 12px;
    }
  }
  @media not all and (min-width: 380px) {
    .bp-user.profile #item-body .profile__content__tab__item br {
      display: inline-block;
    }
  }
  .bp-user.profile #item-body .profile__content__tab__item:nth-of-type(1) {
    width: 28.7598944591%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .bp-user.profile #item-body .profile__content__tab__item:nth-of-type(2) {
    width: 100%;
  }
  .bp-user.profile #item-body .profile__content__tab__item:nth-of-type(3) {
    width: 30.0791556728%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.bp-user.profile #item-body .profile__content__tab__item.--active {
  background-color: #0437A2;
  pointer-events: none;
}
.bp-user.profile #item-body .profile__content__main__item {
  display: none;
  padding: 50px 30px 0;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item {
    padding: 40px 15px 0;
  }
}
.bp-user.profile #item-body .profile__content__main__item[data-target=profile] {
  padding: 60px 50px 0;
}
@media not all and (min-width: 800px) {
  .bp-user.profile #item-body .profile__content__main__item[data-target=profile] {
    padding: 50px 30px 0;
  }
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item[data-target=profile] {
    padding: 40px 15px 0;
  }
}
.bp-user.profile #item-body .profile__content__main__item[data-target=works] .modal-toggle {
  margin: 0 auto 30px;
  display: block;
}
.bp-user.profile #item-body .profile__content__main__item section:nth-child(n+2) {
  margin-top: 40px;
}
.bp-user.profile #item-body .profile__content__main__item .subtitle {
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #0437A2;
  line-height: 25px;
  padding: 10px;
  font-weight: normal;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .subtitle {
    font-size: 18px;
    padding: 9px 5px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .subtitle:nth-child(n+2) {
  margin-top: 40px;
}
.bp-user.profile #item-body .profile__content__main__item .modal-toggle.--create {
  display: block;
  margin: 20px auto 0;
}
.bp-user.profile #item-body .profile__content__main__item .pr_detail p {
  font-size: 20px;
  font-weight: bold;
  color: #0437A2;
  letter-spacing: 0.15em;
  line-height: 1.45;
  margin-top: 20px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .pr_detail p {
    font-size: 16px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .pr_detail .subtitle {
  position: relative;
}
.bp-user.profile #item-body .profile__content__main__item .pr_detail__edit-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 40px;
  height: 25px;
  background-color: #fff;
  color: #5999D5;
  padding: 5px 5px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  border-radius: 4px;
}
.bp-user.profile #item-body .profile__content__main__item .pr_detail__edit-btn:hover {
  background-color: #ddd;
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list {
  margin-top: 30px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .activity-log__list {
    margin-top: 20px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.15em;
  color: #0437A2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #0437A2;
  padding-bottom: 5px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__title {
    font-size: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10px;
    position: relative;
  }
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__title .date {
  width: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__title .date {
    width: 100%;
  }
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__title .title {
  width: 100%;
  word-break: break-all;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__title .title {
    margin-top: 5px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__title .update-btns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__title .update-btns {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
  }
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__title .update-btns .modal-toggle {
  font-size: 14px;
  font-weight: 400;
  width: auto;
  color: #5999D5;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #5999D5;
  padding: 5px 5px;
  font-weight: 800;
  font-size: 13px;
  border-radius: 4px;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__title .update-btns .modal-toggle {
    padding: 3px 5px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body {
  padding-top: 5px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body {
    padding-top: 10px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body p {
  margin-bottom: 12px;
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body p, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body strong, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body b {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.15em;
  color: #0437A2;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body p, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body strong, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body b {
    font-size: 16px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body h3,
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body h4, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body p h3,
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body p h4, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body strong h3,
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body strong h4, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body b h3,
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body b h4 {
  display: block;
  color: #0437A2;
  font-weight: bold;
  margin: 12px 0;
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body h3, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body p h3, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body strong h3, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body b h3 {
  font-size: 24px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body h3, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body p h3, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body strong h3, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body b h3 {
    font-size: 20px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body h4, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body p h4, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body strong h4, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body b h4 {
  font-size: 20px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body h4, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body p h4, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body strong h4, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body b h4 {
    font-size: 16px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body a, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body p a, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body strong a, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body b a {
  text-decoration: underline;
  color: #0437A2;
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body a:hover, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body p a:hover, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body strong a:hover, .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item__body b a:hover {
  color: #4dcadd;
}
.bp-user.profile #item-body .profile__content__main__item .activity-log__list__item:nth-child(n+2) {
  margin-top: 30px;
}
@media print {
  .bp-user.profile #item-body .profile__content__main__item .activity-log__list__item {
    display: block !important;
  }
}
.bp-user.profile #item-body .profile__content__main__item .history .subtitle {
  border-radius: 10px 10px 0 0;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .history .subtitle {
    border-radius: 5px 5px 0 0;
  }
}
.bp-user.profile #item-body .profile__content__main__item .history__list {
  margin-top: 20px;
}
.bp-user.profile #item-body .profile__content__main__item .history__list__wrapper {
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #0437A2;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 30px 40px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .history__list__wrapper {
    padding: 20px 15px 30px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .history__list__wrapper .modal-toggle.--create {
  margin-top: 0;
}
.bp-user.profile #item-body .profile__content__main__item .history__list__wrapper .modal-toggle.--create + .history__list {
  margin-top: 40px;
}
.bp-user.profile #item-body .profile__content__main__item .history__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .history__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
@media print {
  .bp-user.profile #item-body .profile__content__main__item .history__list__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.bp-user.profile #item-body .profile__content__main__item .history__list__item__date {
  width: 130px;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #0437A2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .history__list__item__date {
    width: 100%;
    font-size: 16px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .history__list__item__body {
  width: 100%;
}
.bp-user.profile #item-body .profile__content__main__item .history__list__item__body__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  border-left: 3px solid #0437A2;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .history__list__item__body__header {
    padding-left: 0;
    padding-bottom: 10px;
    border-left: none;
    border-bottom: 3px solid #0437A2;
  }
}
.bp-user.profile #item-body .profile__content__main__item .history__list__item__body__header .title {
  width: 100%;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  color: #0437A2;
  font-weight: normal;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-break: break-all;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .history__list__item__body__header .title {
    font-size: 16px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .history__list__item__body__header .update-btns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .history__list__item__body__header .update-btns {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
  }
}
.bp-user.profile #item-body .profile__content__main__item .history__list__item__body__header .update-btns .modal-toggle {
  font-size: 14px;
  font-weight: 400;
  width: auto;
  color: #5999D5;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #5999D5;
  padding: 5px 5px;
  font-weight: 800;
  font-size: 13px;
  border-radius: 4px;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .history__list__item__body__header .update-btns .modal-toggle {
    padding: 3px 5px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .history__list__item__body .desc {
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.15em;
  color: #0437A2;
  margin-top: 20px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .history__list__item__body .desc {
    padding-left: 0;
    font-size: 16px;
    margin-top: 10px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .history__list__item__body .desc p {
  color: #0437A2;
}
.bp-user.profile #item-body .profile__content__main__item .history__list__item:nth-child(n+2) {
  margin-top: 30px;
}
.bp-user.profile #item-body .profile__content__main__item .badge__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 3.8978494624%;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .badge__list {
    gap: 25px 11px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .badge__list__item {
  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;
  gap: 15px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .badge__list__item {
    width: calc((100% - 11px) / 2);
  }
}
.bp-user.profile #item-body .profile__content__main__item .badge__list__item .img {
  width: 157px;
  aspect-ratio: 1;
  background: url("../img/module/badge/badge-grey.png") no-repeat center center/contain;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .badge__list__item .img {
    width: 100%;
    max-width: 169px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .badge__list__item .img .in-progress {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.bp-user.profile #item-body .profile__content__main__item .badge__list__item .label {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 10px;
  padding: 6px 11px;
  background-color: #0437A2;
  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;
  gap: 8px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .badge__list__item .label {
    width: 100%;
  }
}
@media not all and (min-width: 410px) {
  .bp-user.profile #item-body .profile__content__main__item .badge__list__item .label {
    font-size: 14px;
    gap: 6px;
  }
}
@media not all and (min-width: 380px) {
  .bp-user.profile #item-body .profile__content__main__item .badge__list__item .label {
    font-size: 13px;
    gap: 5px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .badge__list__item .label::after {
  content: "";
  width: 24px;
  height: 18px;
  background: url("../img/module/icon-youtube.svg") no-repeat center center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 410px) {
  .bp-user.profile #item-body .profile__content__main__item .badge__list__item .label::after {
    width: 20px;
  }
}
@media not all and (min-width: 380px) {
  .bp-user.profile #item-body .profile__content__main__item .badge__list__item .label::after {
    width: 18px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .badge__list__item .label:hover {
  background-color: #7b92cf;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item {
  position: relative;
  list-style: none;
}
@media print {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item {
    display: block !important;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item:not(.no_report)::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 25px 25px;
  border: 5px solid #4faa6e;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__header::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 5px solid #4faa6e;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__header .type {
  width: 112px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 31px;
  letter-spacing: 0.15em;
  border-radius: 10px;
  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;
  color: #fff;
  background-color: #4faa6e;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__header .type {
    width: 68px;
    font-size: 18px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  padding: 21px 25px 21px 10px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 11px 9px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2em;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1em;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title__info p {
  font-size: 31px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #4faa6e;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title__info p {
    font-size: 18px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title__info .category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title .money {
  font-size: 38px;
  letter-spacing: 0.15em;
  font-weight: 900;
  color: #4faa6e;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title .money {
    font-size: 20px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title.is-my_profile {
  position: relative;
  padding-right: 55px;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title .update-btns {
  position: absolute;
  top: 10px;
  right: 10px;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title .update-btns .modal-toggle {
  font-size: 14px;
  font-weight: 400;
  width: auto;
  color: #5999D5;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #5999D5;
  padding: 5px 5px;
  font-weight: 800;
  font-size: 13px;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__header .title .update-btns .modal-toggle {
    padding: 3px 5px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body {
  padding: 40px 40px 40px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__body {
    padding: 20px 15px 35px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__title {
  font-size: 24px;
  letter-spacing: 0.15em;
  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;
  gap: 35px;
  white-space: nowrap;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__title {
    font-size: 16px;
    gap: 9px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__title::before, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__title::after {
  content: "";
  width: 77px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #6c6c6c;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0.15em;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body {
    margin-top: 15px;
    font-size: 14px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body {
  margin-top: 20px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body {
    margin-top: 15px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body p {
  margin-bottom: 12px;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body p, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body strong, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body b {
  font-size: 18px;
  letter-spacing: 0.15em;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body p, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body strong, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body b {
    font-size: 14px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body h3,
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body h4, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body p h3,
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body p h4, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body strong h3,
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body strong h4, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body b h3,
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body b h4 {
  display: block;
  font-weight: bold;
  margin: 12px 0;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body h3, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body p h3, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body strong h3, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body b h3 {
  font-size: 24px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body h3, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body p h3, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body strong h3, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body b h3 {
    font-size: 20px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body h4, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body p h4, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body strong h4, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body b h4 {
  font-size: 20px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body h4, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body p h4, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body strong h4, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body b h4 {
    font-size: 16px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body a, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body p a, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body strong a, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body b a {
  text-decoration: underline;
  color: #0437A2;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body a:hover, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body p a:hover, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body strong a:hover, .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__body b a:hover {
  color: #4dcadd;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__url {
  width: 200px;
  height: 50px;
  border-radius: 4px;
  margin: 50px auto 0;
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  background-color: #888;
  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;
  gap: 10px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__url {
    width: 163px;
    height: 40px;
    font-size: 16px;
    margin-top: 40px;
    gap: 7px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__url::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../img/module/arrow-right.svg") no-repeat center center/contain;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__url::after {
    width: 13px;
    height: 13px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item__body .report__url:hover {
  background-color: #c8c8c8;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item:nth-child(n+2) {
  margin-top: 45px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .works__list__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=売買]::after,
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=売買] .works__list__item__header::after {
  border-color: #4faa6e;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=売買] .works__list__item__header .type {
  background-color: #4faa6e;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=売買] .works__list__item__header .title__info p,
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=売買] .works__list__item__header .title .money {
  color: #4faa6e;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=賃貸]::after,
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=賃貸] .works__list__item__header::after {
  border-color: #E0A853;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=賃貸] .works__list__item__header .type {
  background-color: #E0A853;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=賃貸] .works__list__item__header .title__info p,
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=賃貸] .works__list__item__header .title .money {
  color: #E0A853;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=副業]::after,
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=副業] .works__list__item__header::after {
  border-color: #D86363;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=副業] .works__list__item__header .type {
  background-color: #D86363;
}
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=副業] .works__list__item__header .title__info p,
.bp-user.profile #item-body .profile__content__main__item .works__list__item[data-type=副業] .works__list__item__header .title .money {
  color: #D86363;
}
.bp-user.profile #item-body .profile__content__main__item .no_data {
  text-align: center;
}
.bp-user.profile #item-body .profile__content__main__item .js-more-content:not(.--initialized) {
  opacity: 0;
}
.bp-user.profile #item-body .profile__content__main__item .js-more-content.--hide {
  height: 100px;
  overflow: hidden;
  position: relative;
}
@media print {
  .bp-user.profile #item-body .profile__content__main__item .js-more-content.--hide {
    height: auto;
  }
}
.bp-user.profile #item-body .profile__content__main__item .js-more-content.--hide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}
@media print {
  .bp-user.profile #item-body .profile__content__main__item .js-more-content.--hide::after {
    content: none;
  }
}
.bp-user.profile #item-body .profile__content__main__item .js-more-content.--checking {
  opacity: 0;
  pointer-events: none;
}
.bp-user.profile #item-body .profile__content__main__item .js-more-btn {
  display: none;
  width: 120px;
  height: 32px;
  border-radius: 4px;
  margin: 5px auto 0;
  font-size: 12px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  background-color: #c2c2c2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .js-more-btn {
    width: 100px;
    height: 28px;
    font-size: 11px;
    margin-top: 10px;
    gap: 4px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .js-more-btn::before {
  content: "もっと見る";
}
.bp-user.profile #item-body .profile__content__main__item .js-more-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/module/arrow-right.svg") no-repeat center center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .js-more-btn::after {
    width: 8px;
    height: 8px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .js-more-btn:hover {
  background-color: #bbb;
}
.bp-user.profile #item-body .profile__content__main__item .js-more-btn.--open::before {
  content: "閉じる";
}
.bp-user.profile #item-body .profile__content__main__item .js-more-btn.--open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media print {
  .bp-user.profile #item-body .profile__content__main__item .js-more-btn {
    display: none !important;
  }
}
.bp-user.profile #item-body .profile__content__main__item .pagination-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 30px;
}
@media print {
  .bp-user.profile #item-body .profile__content__main__item .pagination-controls {
    display: none !important;
  }
}
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .prev-page,
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .next-page {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  width: 120px;
  background-color: #0437A2;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 4px;
  position: relative;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__item .pagination-controls .prev-page,
  .bp-user.profile #item-body .profile__content__main__item .pagination-controls .next-page {
    font-size: 0;
    color: transparent;
    width: 30px;
  }
}
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .prev-page:hover,
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .next-page:hover {
  background-color: #2a79ef;
}
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .prev-page::after,
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .next-page::after {
  content: "";
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .prev-page[disabled],
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .next-page[disabled] {
  pointer-events: none;
  background-color: #d4d4d4;
  color: #b7b7b7;
}
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .prev-page[disabled]::after,
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .next-page[disabled]::after {
  border-color: #b7b7b7;
}
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .prev-page::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 13px;
}
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .next-page::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 13px;
}
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .page-number {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #0437A2;
  border: 2px solid #0437A2;
  padding: 6px 4px;
  width: auto;
  min-width: 30px;
}
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .page-number:hover {
  background-color: #2a79ef;
  border-color: #2a79ef;
  color: #fff;
}
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .page-number.active {
  pointer-events: none;
  background-color: #fff;
  color: #0437A2;
}
.bp-user.profile #item-body .profile__content__main__item .pagination-controls .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 5px;
}
.bp-user.profile #item-body .profile__content__main__filter {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #0437A2;
  padding: 5px 30px 5px 15px;
  width: 100%;
  display: block;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media all and (max-width: 600px) {
  .bp-user.profile #item-body .profile__content__main__filter {
    font-size: 14px;
    padding: 5px 30px 5px 10px;
  }
}
.bp-user.profile #item-body .profile__content__main__filter::-ms-expand {
  /*IE10以上矢印消去*/
  display: none !important;
}
.bp-user.profile #item-body .profile__content__main__filter:hover {
  background-color: rgba(4, 55, 162, 0.1);
}
.bp-user.profile #item-body .profile__content__main__filter__box {
  border: 5px solid #0437A2;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
}
.bp-user.profile #item-body .profile__content__main__filter__box::after {
  content: "";
  width: 18px;
  height: 14px;
  background-color: #0437A2;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  pointer-events: none;
}

@page {
  margin: 5mm;
  size: 210mm 297mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1000px;
    zoom: 0.8;
  }
  body.is-desktop:not(.left-menu-open)[data-logo="1"] #right-panel {
    margin-top: 0;
  }
  #buddypress {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  #right-panel-inner {
    margin-left: 0;
  }
  .bp-user.profile #panels #right-panel {
    margin: 0;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner {
    margin: 0;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress {
    margin: 0;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress #item-header {
    width: 300px;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress #item-header .item-header-content .basic .profile-name {
    font-size: 17px !important;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress #item-header .item-header-content .basic h2 {
    font-size: 15px;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress #item-header .item-header-content .basic .learndash-course-points .point {
    font-size: 30px;
    line-height: 40px;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress #item-header .item-header-content .basic .learndash-course-points .unit {
    font-size: 15px;
    line-height: 15px;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress #item-header .item-header-content .basic .acquisition-year,
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress #item-header .item-header-content .basic .other-qualification {
    font-size: 14px;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress .full-width {
    margin-top: -60px;
    margin-bottom: 0;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress .full-width #item-main-content #item-body {
    margin-top: 68px;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress .full-width #item-main-content #item-body::after {
    top: 0;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress .full-width #item-main-content #item-body #profile-works {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress .full-width #item-main-content #item-body #profile-works .bp-widge-works__inner--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress .full-width #item-main-content #item-body #profile-works .bp-widge-works__inner--top .total-post {
    border-right: 1px solid #dbdbdb;
    border-bottom: none;
    padding-right: 16px;
    padding-bottom: 0;
    margin-bottom: 8px;
    width: 45%;
  }
  .bp-user.profile #panels #right-panel #right-panel-inner #buddypress .full-width #item-main-content #item-body .profile {
    margin-top: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #wpadminbar,
  .header-wrap,
  #mastlogo,
  #colophon,
  #mobile-menu,
  #pdf-export,
  #object-nav,
  #subnav,
  .bp-messages-wrap,
  #mobile-header,
  #mobile-item-nav-wrap,
  .sns-list,
  #bp-better-messages-mini-mobile-open,
  #item-nav,
  .modal,
  .modal-toggle {
    display: none !important;
  }
}
/*
 * Fonts
 * -------------------------------------------------------------------
 */