/* line 3, works.scss */
.semicircle {
  position: fixed; }

/* line 8, works.scss */
.login .read-login {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    /* line 8, works.scss */
    .login .read-login {
      font-size: 16px;
      text-align: left;
      line-height: 2.1;
      margin-bottom: 40px; } }
  @media screen and (max-width: 800px) {
    /* line 20, works.scss */
    .login .read-login.center {
      text-align: center; } }
/* line 26, works.scss */
.login .login-content {
  max-width: 480px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    /* line 26, works.scss */
    .login .login-content {
      max-width: inherit; } }
  /* line 32, works.scss */
  .login .login-content dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    gap: 65px 0;
    margin: 0 0 50px;
    padding: 0; }
    @media screen and (max-width: 800px) {
      /* line 32, works.scss */
      .login .login-content dl {
        display: block;
        margin-bottom: 35px; } }
    /* line 45, works.scss */
    .login .login-content dl dt {
      position: relative;
      width: 75px;
      font-size: 18px;
      line-height: 1.6;
      text-align: center;
      padding: 0 0 35px;
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 45, works.scss */
        .login .login-content dl dt {
          width: 100%;
          font-size: 16px;
          line-height: 1.25;
          padding-bottom: 22px;
          margin-bottom: 12px; } }
      /* line 60, works.scss */
      .login .login-content dl dt::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 75px;
        height: 38px;
        content: "";
        background-color: #6CA5D9;
        mask-image: url("../img/bg_works.svg");
        mask-repeat: no-repeat;
        mask-position: center top;
        mask-size: 75px 38px;
        z-index: 0; }
        @media screen and (max-width: 800px) {
          /* line 60, works.scss */
          .login .login-content dl dt::after {
            left: 50%;
            translate: -50% 0;
            width: 37px;
            height: 18px;
            mask-size: 37px 18px; } }
      @media screen and (max-width: 800px) {
        /* line 81, works.scss */
        .login .login-content dl dt.pass {
          padding-top: 75px; } }
      /* line 85, works.scss */
      .login .login-content dl dt.pass::before {
        position: absolute;
        left: 50%;
        top: -45px;
        translate: -50% 0;
        width: 28px;
        height: 28px;
        background-image: url("../img/icon_plus.svg");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        content: ""; }
        @media screen and (max-width: 800px) {
          /* line 85, works.scss */
          .login .login-content dl dt.pass::before {
            top: 25px; } }
      /* line 101, works.scss */
      .login .login-content dl dt.pass::after {
        background-color: #000000; }
    /* line 106, works.scss */
    .login .login-content dl dd {
      width: calc(100% - 118px);
      margin: 0;
      padding: 25px 0 0; }
      @media screen and (max-width: 800px) {
        /* line 106, works.scss */
        .login .login-content dl dd {
          width: 100%;
          padding: 0; } }
  /* line 116, works.scss */
  .login .login-content .login-captcha {
    margin-bottom: 35px; }
    /* line 118, works.scss */
    .login .login-content .login-captcha p {
      font-size: 18px;
      text-align: center;
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 118, works.scss */
        .login .login-content .login-captcha p {
          font-size: 16px; } }
      /* line 125, works.scss */
      .login .login-content .login-captcha p br {
        display: none; }
      /* line 128, works.scss */
      .login .login-content .login-captcha p label {
        display: block;
        margin-bottom: 15px; }
    /* line 133, works.scss */
    .login .login-content .login-captcha input[type="text"] {
      width: 120px; }
/* line 138, works.scss */
.login input[type="text"],
.login input[type="password"] {
  border: 1px solid #000000;
  padding: 6px 10px; }
/* line 143, works.scss */
.login .btn-logout,
.login input[type="submit"] {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-text-fill-color: #FFFFFF;
  border: none;
  background-color: #000000;
  border-radius: 50%;
  padding: 0;
  margin: 0 auto; }
/* line 159, works.scss */
.login .login_status {
  text-align: center; }

/* line 168, works.scss */
.entry-works-content {
  margin-bottom: 120px; }
  /* line 170, works.scss */
  .entry-works-content:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    /* line 168, works.scss */
    .entry-works-content {
      margin-bottom: 70px; } }
  /* line 176, works.scss */
  .entry-works-content h2 {
    justify-content: center;
    text-align: center;
    margin-bottom: 45px; }
    @media screen and (max-width: 800px) {
      /* line 176, works.scss */
      .entry-works-content h2 {
        margin-bottom: 30px;
        padding: 0; } }
    @media screen and (max-width: 800px) {
      /* line 184, works.scss */
      .entry-works-content h2 .en {
        font-size: 40px; } }
  /* line 190, works.scss */
  .entry-works-content h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px; }
    @media screen and (max-width: 800px) {
      /* line 190, works.scss */
      .entry-works-content h3 {
        font-size: 18px;
        text-align: left;
        line-height: 1.8;
        margin-bottom: 15px; } }
  /* line 201, works.scss */
  .entry-works-content p {
    font-size: 18px;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 40px; }
    @media screen and (max-width: 800px) {
      /* line 201, works.scss */
      .entry-works-content p {
        font-size: 16px;
        text-align: left;
        margin-bottom: 30px; } }
    /* line 211, works.scss */
    .entry-works-content p:last-child {
      margin-bottom: 0; }
  /* line 215, works.scss */
  .entry-works-content table {
    max-width: 610px;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      /* line 215, works.scss */
      .entry-works-content table {
        max-width: inherit; } }
  /* line 222, works.scss */
  .entry-works-content .gallery-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
    width: 100%;
    max-width: 556px;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      /* line 222, works.scss */
      .entry-works-content .gallery-content {
        gap: 40px 0;
        max-width: inherit; } }
    /* line 234, works.scss */
    .entry-works-content .gallery-content .gallery-image {
      width: 100%;
      margin: 0 auto; }
      /* line 239, works.scss */
      .entry-works-content .gallery-content .gallery-image.vertical {
        width: 49%; }
      /* line 242, works.scss */
      .entry-works-content .gallery-content .gallery-image img {
        width: 100%; }
  /* line 247, works.scss */
  .entry-works-content .youtube {
    max-width: 556px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 800px) {
      /* line 247, works.scss */
      .entry-works-content .youtube {
        max-width: inherit;
        margin-bottom: 40px; } }
  /* line 255, works.scss */
  .entry-works-content .logo-client {
    max-width: 180px;
    max-height: 180px;
    margin: 0 auto 45px; }
    @media screen and (max-width: 800px) {
      /* line 255, works.scss */
      .entry-works-content .logo-client {
        margin-bottom: 30px; } }
  /* line 263, works.scss */
  .entry-works-content .clientlink {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 800px) {
      /* line 263, works.scss */
      .entry-works-content .clientlink {
        gap: 8px; } }
    /* line 272, works.scss */
    .entry-works-content .clientlink li {
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 800px) {
        /* line 277, works.scss */
        .entry-works-content .clientlink li.cweb a img {
          width: 26px; } }
      @media screen and (max-width: 800px) {
        /* line 286, works.scss */
        .entry-works-content .clientlink li.cinstagram a img {
          width: 22px; } }
      @media screen and (max-width: 800px) {
        /* line 295, works.scss */
        .entry-works-content .clientlink li.cx a img {
          width: 20px; } }
      @media screen and (max-width: 800px) {
        /* line 304, works.scss */
        .entry-works-content .clientlink li.cline a img {
          width: 24px; } }
      @media screen and (max-width: 800px) {
        /* line 313, works.scss */
        .entry-works-content .clientlink li.cyoutube a img {
          width: 26px; } }
      /* line 320, works.scss */
      .entry-works-content .clientlink li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 68px;
        height: 68px;
        text-decoration: none;
        background-color: #C8C8C8;
        border-radius: 50%;
        text-decoration: none; }
        @media screen and (max-width: 800px) {
          /* line 320, works.scss */
          .entry-works-content .clientlink li a {
            width: 47px;
            height: 47px; } }

/*# sourceMappingURL=works.css.map */
