/* constance variable */
/* noto sans font weight */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* general method */
.flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }

/* constance variable */
/* noto sans font weight */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* general method */
.flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }

h1 {
  margin-left: 8.09211%;
  font-size: 1.5rem;
  letter-spacing: 0.07em; }
  @media only screen and (max-width: 1599px) {
    h1 {
      margin-left: 4.625rem;
      font-size: 1.1875rem; } }
  @media only screen and (max-width: 736px) {
    h1 {
      margin-left: 3.0625rem;
      margin-left: 0; } }
  h1 span {
    border-bottom: solid 5px #000;
    display: inline-block;
    padding-bottom: 0.25em; }

.form {
  width: 82.89474%; }
  @media only screen and (max-width: 1260px) {
    .form {
      width: 94%; } }
  .form h2 {
    margin-bottom: 5rem;
    font-size: 1.5625rem;
    letter-spacing: 0.07em;
    text-align: center; }
    @media only screen and (max-width: 1599px) {
      .form h2 {
        margin-bottom: 3rem;
        font-size: 1.25rem; } }
    @media only screen and (max-width: 736px) {
      .form h2 {
        margin-bottom: 2rem; } }
    .form h2 span {
      border-bottom: solid 5px #000;
      display: inline-block;
      padding-bottom: 0.25em; }
  .form p {
    font-size: 1.25rem;
    letter-spacing: 0.07em; }
    @media only screen and (max-width: 1599px) {
      .form p {
        font-size: 1rem; } }
    .form p.policy {
      text-align: right; }
      .form p.policy a {
        text-decoration: underline; }
    .form p.read {
      margin-bottom: 5rem; }
      @media only screen and (max-width: 1599px) {
        .form p.read {
          margin-bottom: 3rem; } }
      @media only screen and (max-width: 736px) {
        .form p.read {
          margin-bottom: 2rem; } }
  .form p span, .form th span {
    color: #e60012; }
  .form table {
    width: 100%; }
    .form table:first-child {
      margin-bottom: 2.875rem; }
      @media only screen and (max-width: 1599px) {
        .form table:first-child {
          margin-bottom: 1.75rem; } }
      @media only screen and (max-width: 736px) {
        .form table:first-child {
          margin-bottom: 1.125rem; } }
    .form table th, .form table td {
      background: #efefef;
      border-bottom: solid 4px #fff;
      padding: 0.6875rem 2.3125rem;
      font-size: 1.25rem;
      text-align: left; }
      @media only screen and (max-width: 1599px) {
        .form table th, .form table td {
          font-size: 1rem;
          padding: 0.6875rem 1.375rem; } }
      @media only screen and (max-width: 736px) {
        .form table th, .form table td {
          display: block;
          font-size: 0.75rem; } }
    .form table th {
      width: 19.04762%;
      vertical-align: top;
      white-space: nowrap; }
    @media only screen and (max-width: 736px) {
      .form table th {
        border-bottom: none;
        width: auto;
        padding-bottom: 0.5em;
        font-weight: 500; }
      .form table td {
        padding-top: 0; } }
  .form input[type=text],
  .form textarea {
    border: solid 1px #8b8b8c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0.25em;
    font-size: 0.875rem; }
  .form input[type=text]:not(.num) {
    width: 60%; }
    @media only screen and (max-width: 768px) {
      .form input[type=text]:not(.num) {
        width: 70%; } }
    @media only screen and (max-width: 736px) {
      .form input[type=text]:not(.num) {
        width: 100%; } }
  .form input[type=text].other {
    width: 10em;
    margin-left: 1em; }
  .form input[type=radio] {
    margin-right: 0.5em; }
    .form input[type=radio]:not(:first-child) {
      margin-left: 1em; }
  .form textarea {
    width: 60%;
    height: 5em; }
    @media only screen and (max-width: 768px) {
      .form textarea {
        width: 70%; } }
    @media only screen and (max-width: 736px) {
      .form textarea {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .form input.num {
      width: 3em; } }
  .form .btn {
    margin-top: 3.75rem;
    text-align: center; }
    @media only screen and (max-width: 1599px) {
      .form .btn {
        margin-top: 2.25rem; } }
    .form .btn a {
      background: #000;
      -webkit-border-radius: 1em;
      -moz-border-radius: 1em;
      border-radius: 1em;
      display: inline-block;
      padding: 1.25rem 3.75rem;
      color: #fff;
      font-size: 1.3125rem; }
      @media only screen and (max-width: 1599px) {
        .form .btn a {
          padding: 1.25rem 2.25rem;
          font-size: 1.0625rem; } }
      .form .btn a:hover {
        text-decoration: none; }

.works h1 {
  margin-left: 8.09211%;
  margin-bottom: 8.09211%; }
  @media only screen and (max-width: 1599px) {
    .works h1 {
      margin-left: 4.625rem;
      margin-bottom: 4.625rem; } }
  @media only screen and (max-width: 736px) {
    .works h1 {
      margin-left: 0;
      margin-bottom: 3.0625rem; } }
.works h2 {
  margin-left: 8.09211%;
  margin-bottom: 8.09211%;
  font-size: 1.875rem; }
  @media only screen and (max-width: 1599px) {
    .works h2 {
      margin-left: 4.625rem;
      margin-bottom: 4.625rem;
      font-size: 1.5rem; } }
  @media only screen and (max-width: 736px) {
    .works h2 {
      margin-left: 0;
      margin-bottom: 3.0625rem; } }
.works .posts {
  width: 72.36842%;
  margin: 0 auto; }
  @media only screen and (max-width: 1099px) {
    .works .posts {
      width: 94%; } }
.works section:not(:last-child) {
  border-bottom: solid 1px #010101;
  margin-bottom: 3.4375rem;
  padding-bottom: 4.6875rem; }
  @media only screen and (max-width: 1599px) {
    .works section:not(:last-child) {
      margin-bottom: 2.0625rem;
      padding-bottom: 2.8125rem; } }
.works section h3 {
  margin-bottom: 1.875rem;
  font-size: 1.1875rem; }
  @media only screen and (max-width: 1599px) {
    .works section h3 {
      margin-bottom: 1.125rem;
      font-size: 0.9375rem; } }
.works section .contents article:not(:last-child), .works section .contents section:not(:last-child), .works section .contents div:not(:last-child), .works section .contents figure:not(:last-child), .works section .contents ul:not(:last-child), .works section .contents ol:not(:last-child), .works section .contents dl:not(:last-child), .works section .contents table:not(:last-child), .works section .contents p:not(:last-child), .works section .contents video:not(:last-child), .works section .contents audio:not(:last-child) {
  margin-bottom: 3.75rem; }
  @media only screen and (max-width: 1599px) {
    .works section .contents article:not(:last-child), .works section .contents section:not(:last-child), .works section .contents div:not(:last-child), .works section .contents figure:not(:last-child), .works section .contents ul:not(:last-child), .works section .contents ol:not(:last-child), .works section .contents dl:not(:last-child), .works section .contents table:not(:last-child), .works section .contents p:not(:last-child), .works section .contents video:not(:last-child), .works section .contents audio:not(:last-child) {
      margin-bottom: 2.25rem; } }
.works section .contents img {
  width: 100%;
  height: auto !important; }
.works .pager ul {
  text-align: center; }
.works .pager li {
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  margin-top: 4.875rem;
  padding: 0 0.5em;
  display: inline-block;
  font-size: 1.1875rem; }
  @media only screen and (max-width: 1599px) {
    .works .pager li {
      margin-top: 2.9375rem;
      font-size: 0.9375rem; } }
.works .return {
  margin-top: 4.875rem;
  margin-bottom: 15.625rem;
  font-size: 1.1875rem;
  text-align: center; }
  @media only screen and (max-width: 1599px) {
    .works .return {
      margin-top: 2.9375rem;
      margin-bottom: 9.375rem;
      font-size: 0.9375rem; } }
  @media only screen and (max-width: 736px) {
    .works .return {
      margin-bottom: 6.25rem; } }
  .works .return a {
    text-decoration: underline; }

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