@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap);
@import url("//fonts.googleapis.com/css?family=Roboto:500&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
 *
 * Diff to HTML (diff2html.css)
 * Author: rtfpessoa
 *
 */
.d2h-wrapper {
  text-align: left; }

.d2h-file-header {
  height: 35px;
  padding: 5px 10px;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f7f7f7; }

.d2h-file-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  font-size: 14px; }

.d2h-lines-added {
  text-align: right;
  border: 1px solid #b4e2b4;
  border-radius: 5px 0 0 5px;
  color: #399839;
  padding: 2px;
  vertical-align: middle; }

.d2h-lines-deleted {
  text-align: left;
  border: 1px solid #e9aeae;
  border-radius: 0 5px 5px 0;
  color: #c33;
  padding: 2px;
  vertical-align: middle;
  margin-left: 1px; }

.d2h-file-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px; }

.d2h-file-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden; }

.d2h-file-wrapper {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 1em; }

.d2h-diff-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Menlo", "Consolas", monospace;
  font-size: 13px; }

.d2h-files-diff {
  display: block;
  width: 100%;
  height: 100%; }

.d2h-file-diff {
  overflow-y: hidden; }

.d2h-file-side-diff {
  display: inline-block;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 50%;
  margin-right: -4px;
  margin-bottom: -8px; }

.d2h-code-line {
  display: inline-block;
  white-space: nowrap;
  /* Compensate for the absolute positioning of the line numbers */
  padding: 0 8em; }

.d2h-code-side-line {
  display: inline-block;
  white-space: nowrap;
  /* Compensate for the absolute positioning of the line numbers */
  padding: 0 4.5em; }

.d2h-code-line del,
.d2h-code-side-line del {
  display: inline-block;
  margin-top: -1px;
  text-decoration: none;
  background-color: #ffb6ba;
  border-radius: 0.2em; }

.d2h-code-line ins,
.d2h-code-side-line ins {
  display: inline-block;
  margin-top: -1px;
  text-decoration: none;
  background-color: #97f295;
  border-radius: 0.2em;
  text-align: left; }

.d2h-code-line-prefix {
  display: inline;
  background: none;
  padding: 0;
  word-wrap: normal;
  white-space: pre; }

.d2h-code-line-ctn {
  display: inline;
  background: none;
  padding: 0;
  word-wrap: normal;
  white-space: pre; }

.line-num1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 3.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5em 0 0.5em; }

.line-num2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 3.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5em 0 0.5em; }

.d2h-code-linenumber {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 7.5em;
  /* Keep the numbers fixed on line contents scroll */
  position: absolute;
  display: inline-block;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.3);
  text-align: right;
  border: solid #eeeeee;
  border-width: 0 1px 0 1px;
  cursor: pointer; }

.d2h-code-linenumber:after {
  content: '\200b'; }

.d2h-code-side-linenumber {
  /* Keep the numbers fixed on line contents scroll */
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4em;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.3);
  text-align: right;
  border: solid #eeeeee;
  border-width: 0 1px 0 1px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis; }

.d2h-code-side-linenumber:after {
  content: '\200b'; }

.d2h-code-side-emptyplaceholder,
.d2h-emptyplaceholder {
  background-color: #f1f1f1;
  border-color: #e1e1e1; }

/*
 * Changes Highlight
 */
.d2h-del {
  background-color: #fee8e9;
  border-color: #e9aeae; }

.d2h-ins {
  background-color: #dfd;
  border-color: #b4e2b4; }

.d2h-info {
  background-color: #f8fafd;
  color: rgba(0, 0, 0, 0.3);
  border-color: #d5e4f2; }

.d2h-file-diff .d2h-del.d2h-change {
  background-color: #fdf2d0; }

.d2h-file-diff .d2h-ins.d2h-change {
  background-color: #ded; }

/*
 * File Summary List
 */
.d2h-file-list-wrapper {
  margin-bottom: 10px; }

.d2h-file-list-wrapper a {
  text-decoration: none;
  color: #3572b0; }

.d2h-file-list-wrapper a:visited {
  color: #3572b0; }

.d2h-file-list-header {
  text-align: left; }

.d2h-file-list-title {
  font-weight: bold; }

.d2h-file-list-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left; }

.d2h-file-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }

.d2h-file-list > li {
  border-bottom: #ddd solid 1px;
  padding: 5px 10px;
  margin: 0; }

.d2h-file-list > li:last-child {
  border-bottom: none; }

.d2h-file-switch {
  display: none;
  font-size: 10px;
  cursor: pointer; }

.d2h-icon {
  vertical-align: middle;
  margin-right: 10px;
  fill: currentColor; }

.d2h-deleted {
  color: #c33; }

.d2h-added {
  color: #399839; }

.d2h-changed {
  color: #d0b44c; }

.d2h-moved {
  color: #3572b0; }

.d2h-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 10px;
  margin-left: 5px;
  padding: 0 2px;
  background-color: #fff; }

.d2h-deleted-tag {
  border: #c33 1px solid; }

.d2h-added-tag {
  border: #399839 1px solid; }

.d2h-changed-tag {
  border: #d0b44c 1px solid; }

.d2h-moved-tag {
  border: #3572b0 1px solid; }

/*
 * Selection util.
 */
.selecting-left .d2h-code-line,
.selecting-left .d2h-code-line *,
.selecting-right td.d2h-code-linenumber,
.selecting-right td.d2h-code-linenumber *,
.selecting-left .d2h-code-side-line,
.selecting-left .d2h-code-side-line *,
.selecting-right td.d2h-code-side-linenumber,
.selecting-right td.d2h-code-side-linenumber * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selecting-left .d2h-code-line::-moz-selection,
.selecting-left .d2h-code-line *::-moz-selection,
.selecting-right td.d2h-code-linenumber::-moz-selection,
.selecting-left .d2h-code-side-line::-moz-selection,
.selecting-left .d2h-code-side-line *::-moz-selection,
.selecting-right td.d2h-code-side-linenumber::-moz-selection,
.selecting-right td.d2h-code-side-linenumber *::-moz-selection {
  background: transparent; }

.selecting-left .d2h-code-line::selection,
.selecting-left .d2h-code-line *::selection,
.selecting-right td.d2h-code-linenumber::selection,
.selecting-left .d2h-code-side-line::selection,
.selecting-left .d2h-code-side-line *::selection,
.selecting-right td.d2h-code-side-linenumber::selection,
.selecting-right td.d2h-code-side-linenumber *::selection {
  background: transparent; }

.only-pc {
  display: none; }
  @media (min-width: 768px) {
    .only-pc {
      display: initial; } }

@media (min-width: 768px) {
  .only-sp {
    display: none; } }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  color: #4a4a4a;
  overflow-x: hidden;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', 'Helvetica', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }
  a:hover {
    -webkit-transition: .3s;
    transition: .3s; }

ul,
ol {
  list-style: none; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset; }

img {
  max-width: 100%; }

.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 1260px;
      margin: 40px auto;
      padding: 0 48px; } }

.br::before {
  content: "\A";
  white-space: pre; }
  @media (min-width: 768px) {
    .br::before {
      content: ""; } }

.tags-input-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .tags-input-wrapper .tags-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto; }
    .tags-input-wrapper .tags-input .input-for-post {
      display: none; }
    .tags-input-wrapper .tags-input .input-for-write {
      border: none;
      background: transparent;
      font-size: 15px;
      width: initial; }
      .tags-input-wrapper .tags-input .input-for-write:focus, .tags-input-wrapper .tags-input .input-for-write:active {
        outline: none; }
    .tags-input-wrapper .tags-input .tag {
      font-size: 12px;
      cursor: pointer;
      margin: 3px;
      padding: 3px 5px;
      border-radius: 3px;
      background-color: #eff2f5; }
  .tags-input-wrapper .tagslist {
    position: absolute;
    display: none;
    padding: 5px 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 200px;
    width: 100%;
    overflow-y: auto; }
    .tags-input-wrapper .tagslist .group-header {
      font-weight: bold; }
    .tags-input-wrapper .tagslist .option {
      padding-left: 10px;
      padding: 5px 0 5px 10px;
      cursor: pointer;
      display: block; }
      .tags-input-wrapper .tagslist .option.exclude {
        display: none; }
      .tags-input-wrapper .tagslist .option:not(last-of-child) {
        border-bottom: 1px solid #d0d0d0; }
      .tags-input-wrapper .tagslist .option:hover {
        background: rgba(255, 156, 138, 0.3); }
    .tags-input-wrapper .tagslist.active {
      display: block; }

.flash-messages {
  width: 100%; }
  @media (min-width: 768px) {
    .flash-messages {
      width: 50%;
      margin: 20px auto 0; } }
  .flash-messages__message {
    padding: 20px;
    text-align: center;
    z-index: 100;
    font-weight: bold;
    color: white; }
    .flash-messages__message:last-of-type {
      margin-bottom: 10px; }
    .flash-messages__message > a {
      color: white;
      font-size: 20px;
      text-decoration: underline; }
    .flash-messages__message--success {
      background: #fcb46c; }
      .flash-messages__message--success:before {
        content: "\f164";
        font-family: "Font Awesome 5 Free";
        margin-right: 10px; }
    .flash-messages__message--error {
      background: crimson; }
      .flash-messages__message--error:before {
        content: "\f071";
        font-family: "Font Awesome 5 Free";
        margin-right: 10px; }
    .flash-messages__message--info {
      background: #52cea3; }
      .flash-messages__message--info:before {
        content: "\f05a";
        font-family: "Font Awesome 5 Free";
        margin-right: 10px; }
    .flash-messages__message--warning {
      background: #76dbd3; }
      .flash-messages__message--warning:before {
        content: "\f12a";
        font-family: "Font Awesome 5 Free";
        margin-right: 10px; }

.has-count::after {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  vertical-align: bottom;
  content: attr(data-count);
  background: #EB5757;
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-left: 20px; }

.has-count--mini::after {
  line-height: 19px;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin-left: 10px;
  font-size: 10px; }

.section-with-menu {
  margin: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .section-with-menu__menu {
    margin-right: 50px; }
  .section-with-menu__body {
    min-width: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

/* モジュール */
.link-button {
  max-width: 340px;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  line-height: 1.11;
  font-size: 16px;
  padding: 20px 0px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-align: center;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }
  @media (min-width: 768px) {
    .link-button {
      font-size: 18px; } }

.link-button {
  background-color: #ff9c89; }
  .link-button:hover {
    color: #fff;
    background-color: #fdb0a1; }
  .link-button--middle {
    width: 300px;
    padding: 20px 0px; }
  .link-button--small {
    width: 170px;
    padding: 20px 0px; }
  .link-button--mini {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    padding: 0; }
  .link-button--negative {
    background-color: #acacac; }
    .link-button--negative:hover {
      background-color: #acacac; }
  .link-button--notice {
    background-color: #fcb46c; }
    .link-button--notice:hover {
      color: #fff;
      background-color: #ffc790; }
  .link-button--accent {
    background-color: #76dbd3; }
    .link-button--accent:hover {
      background-color: #76dbd3; }
  .link-button--cv {
    position: relative;
    background-color: transparent;
    z-index: 0;
    overflow: hidden; }
    .link-button--cv:not([disabled])::before, .link-button--cv:not([disabled])::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
    .link-button--cv:not([disabled])::before {
      background-image: -webkit-gradient(linear, right top, left top, from(#ffba75), to(#fd5d5a));
      background-image: linear-gradient(to left, #ffba75, #fd5d5a);
      z-index: -1;
      opacity: 1; }
    .link-button--cv:not([disabled])::after {
      background-image: -webkit-gradient(linear, right top, left top, from(#ffc78e), to(#ff8280));
      background-image: linear-gradient(to left, #ffc78e, #ff8280);
      z-index: -2; }
    .link-button--cv:not([disabled]):hover::before {
      opacity: 0; }
  .link-button--shadow {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3); }
  .link-button--transparent {
    background-color: transparent;
    border: solid 3px #fff;
    color: #fff;
    line-height: 16px;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear; }
    .link-button--transparent:hover {
      background-color: transparent;
      -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3); }
  .link-button--cancel {
    background: transparent;
    border: 1px solid #464646;
    color: #464646; }
    .link-button--cancel:hover {
      background: transparent;
      color: #464646; }
  .link-button--polca {
    background-color: #f8cc35;
    color: #fff; }
    .link-button--polca:hover {
      background-color: #f5Cf51; }
  .link-button--twitter {
    background-color: #1da1f2;
    color: #fff; }
    .link-button--twitter:hover {
      background-color: #34a7ef; }
  .link-button--facebook {
    background-color: #3b5998;
    color: #fff; }
    .link-button--facebook:hover {
      background-color: #4562a1; }
  .link-button[disabled] {
    cursor: not-allowed;
    background-color: #acacac;
    color: #fff; }
  .link-button--lp {
    background-color: #fff;
    color: #F6142F; }
    .link-button--lp:hover {
      background-color: #fff;
      color: #F6142F;
      -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3); }

.like-button {
  color: #a8a8a8;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 600; }
  .like-button::before {
    content: "\f02e";
    font-weight: 300;
    font-family: "Font Awesome 5 Free";
    vertical-align: top; }
    @media (min-width: 768px) {
      .like-button::before {
        margin-right: 4px; } }
  @media (min-width: 768px) {
    .like-button {
      height: 40px;
      width: 140px;
      border-radius: 10px; } }
  .like-button_liked {
    color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffba75), to(#fd5d5a));
    background-image: linear-gradient(to left, #ffba75, #fd5d5a);
    border: none;
    padding: 1.5px 13.5px; }
    .like-button_liked::before {
      font-weight: 900; }
      @media (min-width: 768px) {
        .like-button_liked::before {
          margin-right: 3px; } }

.scrollable-project-card-list {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-left: -20px;
  width: calc(100% + 20px*2);
  padding: 20px 0;
  margin-top: -20px; }
  @media (min-width: 768px) {
    .scrollable-project-card-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      overflow: hidden;
      white-space: initial;
      padding: 20px;
      font-size: 0; } }
  .scrollable-project-card-list > .project-card {
    display: inline-block;
    margin-right: 20px; }
    @media (min-width: 768px) {
      .scrollable-project-card-list > .project-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin-bottom: 20px; } }
    .scrollable-project-card-list > .project-card:first-of-type {
      margin-left: 20px; }
      @media (min-width: 768px) {
        .scrollable-project-card-list > .project-card:first-of-type {
          margin-left: 0; } }
    @media (min-width: 768px) {
      .scrollable-project-card-list > .project-card:nth-of-type(2n) {
        margin-right: 0; } }
    @media (min-width: 768px) {
      .scrollable-project-card-list > .project-card:nth-last-of-type(-n+2) {
        margin-bottom: 0; } }

.project-card {
  width: 290px;
  height: 376px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .project-card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 572px;
      width: 100%;
      height: 216px;
      padding: 26px 22px; }
      .project-card > a {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
  .project-card__tag {
    z-index: 10;
    position: absolute;
    top: -10px;
    left: -5px;
    border-radius: 5px;
    color: #fff;
    background: #868686;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    font-size: 14px;
    padding: 8px 22px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .project-card__tag {
        top: 13px;
        left: 13px; } }
    .project-card__tag--1 {
      background: #f76855; }
    .project-card__tag--2 {
      background: #868686; }
    .project-card__tag--3 {
      background: #f7cb55; }
    .project-card__tag--closed {
      background: #464646; }
  .project-card__image-wrapper {
    position: relative;
    display: block; }
  .project-card__image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #fff; }
  .project-card__image {
    width: 100%;
    height: 176px;
    border-radius: 10px 10px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom; }
    @media (min-width: 768px) {
      .project-card__image {
        border-radius: 5px;
        vertical-align: top;
        height: 100%; } }
  .project-card__body {
    margin: 27px 15px 20px;
    position: relative; }
    @media (min-width: 768px) {
      .project-card__body {
        margin: 0 0 0 20px;
        max-width: 283px;
        width: 100%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-flex: 1.5;
        -webkit-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5; } }
  .project-card__like {
    position: absolute;
    top: -47px;
    right: 0px; }
    @media (min-width: 768px) {
      .project-card__like {
        right: 0;
        top: 132px; } }
  .project-card__area, .project-card__category {
    font-size: 10px;
    color: #464646; }
    @media (min-width: 768px) {
      .project-card__area, .project-card__category {
        font-size: 12px; } }
    .project-card__area::before, .project-card__category::before {
      margin-right: 3px;
      color: #ff9c89;
      font-weight: 900;
      font-family: "Font Awesome 5 Free"; }
      @media (min-width: 768px) {
        .project-card__area::before, .project-card__category::before {
          margin-right: 5px; } }
  @media (min-width: 768px) {
    .project-card__area {
      letter-spacing: 1px; } }
  .project-card__area::before {
    content: "\f3c5"; }
  .project-card__category {
    letter-spacing: 0px;
    margin-left: 15px; }
    .project-card__category::before {
      content: "\f292"; }
  .project-card__title {
    font-weight: 600;
    margin: 8px 0 24px;
    letter-spacing: 0.8px;
    color: #464646;
    font-size: 16px;
    display: block;
    min-height: 75px;
    white-space: initial;
    line-height: 1.6;
    height: 76.8px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align: justify; }
    .project-card__title:before, .project-card__title:after {
      position: absolute; }
    .project-card__title:before {
      content: '...';
      background: #fff;
      right: 0px;
      text-align: center;
      width: 1em !important;
      top: 51.2px; }
    .project-card__title:after {
      content: '';
      height: 100%;
      width: 100%;
      background: 0px;
      z-index: 2;
      background: #fff; }
    @media (min-width: 768px) {
      .project-card__title {
        letter-spacing: 0;
        margin: 12px 0 20px;
        min-height: 84px;
        font-size: 18px;
        line-height: 1.6;
        height: 86.4px;
        overflow: hidden;
        position: relative;
        word-break: break-all;
        text-align: justify; }
        .project-card__title:before, .project-card__title:after {
          position: absolute; }
        .project-card__title:before {
          content: '...';
          background: #fff;
          right: 0px;
          text-align: center;
          width: 1em !important;
          top: 57.6px; }
        .project-card__title:after {
          content: '';
          height: 100%;
          width: 100%;
          background: 0px;
          z-index: 2;
          background: #fff; } }
  .project-card__author {
    display: block; }
  .project-card__author-image-wrapper {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 6px; }
  .project-card__author-image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .project-card__author-name {
    font-size: 12px;
    font-weight: 600;
    color: #464646;
    vertical-align: top;
    letter-spacing: 0.3px;
    line-height: 2;
    width: calc(100% - 30px - 90px);
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.pickup-project-card {
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.14);
  border: solid 0.5px #d3d3d3;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  width: calc(100vw - 55px); }
  @media (min-width: 768px) {
    .pickup-project-card {
      max-width: 1154px;
      width: calc(100vw - 2*53px);
      height: 100%;
      max-height: 450px;
      padding: 38px 44px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .pickup-project-card__image {
    width: 100%;
    height: 251px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom; }
    @media (min-width: 768px) {
      .pickup-project-card__image {
        max-width: 500px;
        height: 100%;
        border-radius: 5px; } }
  .pickup-project-card__body {
    padding: 15px 18px 15px;
    position: relative; }
    @media (min-width: 768px) {
      .pickup-project-card__body {
        padding: 0;
        max-width: 544px;
        height: auto;
        margin-left: 44px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
  .pickup-project-card__attributes {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .pickup-project-card__attributes {
        margin-bottom: 30px; } }
  .pickup-project-card__area, .pickup-project-card__category {
    font-size: 10px;
    color: #464646; }
    @media (min-width: 768px) {
      .pickup-project-card__area, .pickup-project-card__category {
        font-size: 15px; } }
    .pickup-project-card__area::before, .pickup-project-card__category::before {
      margin-right: 3px;
      color: #ff9c89;
      font-weight: 900;
      font-family: "Font Awesome 5 Free"; }
  .pickup-project-card__area::before {
    content: "\f3c5"; }
  .pickup-project-card__category {
    margin-left: 15px; }
    .pickup-project-card__category::before {
      content: "\f292"; }
  .pickup-project-card__title {
    font-weight: 600;
    color: #464646;
    font-size: 16px;
    margin: 2px 0 15px;
    letter-spacing: 0.8px;
    line-height: 1.6;
    display: block;
    line-height: 1.6;
    height: 51.2px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align: justify; }
    .pickup-project-card__title:before, .pickup-project-card__title:after {
      position: absolute; }
    .pickup-project-card__title:before {
      content: '...';
      background: #fff;
      right: 0px;
      text-align: center;
      width: 1em !important;
      top: 25.6px; }
    .pickup-project-card__title:after {
      content: '';
      height: 100%;
      width: 100%;
      background: 0px;
      z-index: 2;
      background: #fff; }
    @media (min-width: 768px) {
      .pickup-project-card__title {
        font-size: 22px;
        line-height: 1.6;
        height: 105.6px;
        overflow: hidden;
        position: relative;
        word-break: break-all;
        text-align: justify; }
        .pickup-project-card__title:before, .pickup-project-card__title:after {
          position: absolute; }
        .pickup-project-card__title:before {
          content: '...';
          background: #fff;
          right: 0px;
          text-align: center;
          width: 1em !important;
          top: 70.4px; }
        .pickup-project-card__title:after {
          content: '';
          height: 100%;
          width: 100%;
          background: 0px;
          z-index: 2;
          background: #fff; } }
  .pickup-project-card__desc {
    font-weight: 300;
    font-size: 13px;
    color: #464646;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    line-height: 2;
    line-height: 2;
    height: 78px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align: justify; }
    .pickup-project-card__desc:before, .pickup-project-card__desc:after {
      position: absolute; }
    .pickup-project-card__desc:before {
      content: '...';
      background: #fff;
      right: 0px;
      text-align: center;
      width: 1em !important;
      top: 52px; }
    .pickup-project-card__desc:after {
      content: '';
      height: 100%;
      width: 100%;
      background: 0px;
      z-index: 2;
      background: #fff; }
    @media (min-width: 768px) {
      .pickup-project-card__desc {
        font-size: 14px;
        line-height: 2;
        height: 112px;
        overflow: hidden;
        position: relative;
        word-break: break-all;
        text-align: justify; }
        .pickup-project-card__desc:before, .pickup-project-card__desc:after {
          position: absolute; }
        .pickup-project-card__desc:before {
          content: '...';
          background: #fff;
          right: 0px;
          text-align: center;
          width: 1em !important;
          top: 84px; }
        .pickup-project-card__desc:after {
          content: '';
          height: 100%;
          width: 100%;
          background: 0px;
          z-index: 2;
          background: #fff; } }
  .pickup-project-card__author {
    display: block;
    margin-bottom: 15px; }
  .pickup-project-card__author-image-wrapper {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 3px; }
    @media (min-width: 768px) {
      .pickup-project-card__author-image-wrapper {
        width: 30px;
        height: 30px; } }
  .pickup-project-card__author-image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .pickup-project-card__author-name {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    color: #464646;
    vertical-align: top;
    letter-spacing: 0.3px; }
    @media (min-width: 768px) {
      .pickup-project-card__author-name {
        font-size: 15px;
        line-height: 30px; } }
  .pickup-project-card__styles {
    list-style: none;
    font-size: 0; }
    .pickup-project-card__styles li {
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 5px; }
  .pickup-project-card__style {
    background-color: #ff9c89;
    font-size: 10px;
    padding: 3px 7px;
    min-width: 89px;
    display: inline-block;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    line-height: 15px;
    margin-bottom: 3px; }
    @media (min-width: 768px) {
      .pickup-project-card__style {
        font-size: 12px; } }

.project-management-card {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .project-management-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      border-bottom: 1px solid #d3d3d3;
      margin-bottom: 40px;
      padding-bottom: 40px; } }
  .project-management-card:after {
    content: "";
    height: 1px;
    width: calc(100% - 20px);
    margin: 0 auto;
    display: block;
    position: relative;
    bottom: 0;
    background-color: #d3d3d3; }
    @media (min-width: 768px) {
      .project-management-card:after {
        display: none; } }
  .project-management-card__image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 162px;
    width: 100%;
    border-radius: 5px; }
    @media (min-width: 768px) {
      .project-management-card__image {
        height: 162px;
        width: 243px;
        max-width: initial; } }
  .project-management-card__body {
    padding: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .project-management-card__author {
    display: block; }
    @media (min-width: 768px) {
      .project-management-card__author {
        margin-bottom: 14px; } }
  .project-management-card__author-name {
    font-size: 12px;
    font-weight: bold;
    color: #464646; }
    @media (min-width: 768px) {
      .project-management-card__author-name {
        font-size: 15px; } }
  .project-management-card__title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #464646;
    line-height: 1;
    height: 48px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align: justify; }
    .project-management-card__title:before, .project-management-card__title:after {
      position: absolute; }
    .project-management-card__title:before {
      content: '...';
      background: #fff;
      right: 0px;
      text-align: center;
      width: 1em !important;
      top: 32px; }
    .project-management-card__title:after {
      content: '';
      height: 100%;
      width: 100%;
      background: 0px;
      z-index: 2;
      background: #fff; }
    @media (min-width: 768px) {
      .project-management-card__title {
        font-size: 20px;
        margin-bottom: 14px;
        line-height: 1;
        height: 60px;
        overflow: hidden;
        position: relative;
        word-break: break-all;
        text-align: justify; }
        .project-management-card__title:before, .project-management-card__title:after {
          position: absolute; }
        .project-management-card__title:before {
          content: '...';
          background: #fff;
          right: 0px;
          text-align: center;
          width: 1em !important;
          top: 40px; }
        .project-management-card__title:after {
          content: '';
          height: 100%;
          width: 100%;
          background: 0px;
          z-index: 2;
          background: #fff; } }
  .project-management-card__area, .project-management-card__category {
    font-size: 10px;
    color: #464646; }
    @media (min-width: 768px) {
      .project-management-card__area, .project-management-card__category {
        font-size: 12px; } }
    .project-management-card__area::before, .project-management-card__category::before {
      margin-right: 3px;
      color: #ff9c89;
      font-weight: 900;
      font-family: "Font Awesome 5 Free"; }
      @media (min-width: 768px) {
        .project-management-card__area::before, .project-management-card__category::before {
          margin-right: 5px; } }
  @media (min-width: 768px) {
    .project-management-card__area {
      letter-spacing: 1px; } }
  .project-management-card__area::before {
    content: "\f3c5"; }
  .project-management-card__category {
    letter-spacing: 0px;
    margin-left: 15px; }
    .project-management-card__category::before {
      content: "\f292"; }

.polca-card {
  width: 335px;
  padding: 26px 18px 16px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  margin: 0 auto; }
  .polca-card__header {
    text-align: center;
    margin-bottom: 17.6px; }
  .polca-card__logo {
    width: 147.5px; }
  .polca-card__body {
    margin-bottom: 12px; }
  .polca-card__button {
    margin: 0 auto; }
  .polca-card__footer {
    text-align: right; }
  .polca-card__about-link {
    font-size: 12px;
    color: #464646;
    text-decoration: underline; }

.entry-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  color: #464646; }
  @media (min-width: 768px) {
    .entry-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px; } }
  .entry-card__image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 150px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .entry-card__image {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-right: 35px; } }
  .entry-card__body {
    padding: 0 10px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .entry-card__body {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 45px; } }
  .entry-card__username {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .entry-card__username {
        margin-bottom: 27px;
        font-size: 20px; } }
  .entry-card__project-title {
    font-size: 13px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .entry-card__project-title {
        margin-bottom: 30px;
        font-size: 15px; } }
  .entry-card__recruit-title {
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #d3d3d3; }
    @media (min-width: 768px) {
      .entry-card__recruit-title {
        padding: 7px 12px;
        font-size: 15px;
        margin-bottom: 0; } }
  .entry-card__buttons {
    padding: 0 10px;
    margin-bottom: 10px;
    text-align: center; }
  @media (min-width: 768px) {
    .entry-card__button {
      display: block; }
      .entry-card__button:not(:last-of-type) {
        margin-bottom: 20px; } }
  .entry-card__entry-time {
    bottom: 5px;
    position: absolute;
    right: 10px;
    font-size: 10px;
    color: #a8a8a8; }

.owner-card {
  background-color: #eff2f5;
  padding: 20px; }
  @media (min-width: 768px) {
    .owner-card {
      padding: 38px 20px 20px; } }
  .owner-card__image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
    margin-bottom: 18px; }
    @media (min-width: 768px) {
      .owner-card__image {
        width: 110px;
        height: 110px; } }
  .owner-card__name {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    vertical-align: top;
    line-height: initial;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .owner-card__name {
        line-height: 110px; } }
  .owner-card__profile {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    word-break: break-word; }
  .owner-card__link {
    display: block;
    text-align: center;
    border: 1px solid #acacac;
    line-height: 35px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #464646; }

.modal {
  z-index: 200;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .modal_active {
    display: block; }
  .modal__background {
    z-index: 201;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: absolute; }
  .modal__contents {
    z-index: 202;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    background-color: #ffffff;
    width: calc(100% - 17px * 2); }
    @media (min-width: 768px) {
      .modal__contents {
        width: 100%;
        max-width: 765px; } }
  .modal__close {
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 38px; }
    @media (min-width: 768px) {
      .modal__close {
        right: 30px;
        top: 30px;
        font-size: 44px; } }
  .modal__header {
    background-image: -webkit-gradient(linear, right top, left top, from(#ffcba5), to(#ff9393));
    background-image: linear-gradient(to left, #ffcba5, #ff9393);
    padding: 58px 20px 20px;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .modal__header {
        padding: 76px 70px 32px;
        margin-bottom: 40px; } }
  .modal__title {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-align: left; }
    @media (min-width: 768px) {
      .modal__title {
        font-size: 32px; } }
  .modal__body {
    padding: 0 20px;
    text-align: left; }
    @media (min-width: 768px) {
      .modal__body {
        padding: 0 70px; } }
  .modal__subtitle {
    color: #464646;
    line-height: 1.72;
    font-size: 16px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .modal__subtitle {
        font-size: 18px;
        margin-bottom: 35px; } }
  .modal__desc {
    color: #464646;
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .modal__desc {
        font-size: 15px;
        line-height: 1.87;
        letter-spacing: 0.4px;
        margin-bottom: 38px; } }
  .modal__textarea {
    border: none;
    background-color: #eff2f5;
    width: 100%;
    outline: none;
    line-height: 1.7;
    border-radius: 5px;
    padding: 21px 12px;
    height: 160px;
    margin-bottom: 30px;
    font-size: 14px; }
    .modal__textarea::-webkit-input-placeholder {
      color: #ABABAB;
      font-size: 14px; }
    .modal__textarea:-ms-input-placeholder {
      color: #ABABAB;
      font-size: 14px; }
    .modal__textarea::-ms-input-placeholder {
      color: #ABABAB;
      font-size: 14px; }
    .modal__textarea::placeholder {
      color: #ABABAB;
      font-size: 14px; }
    @media (min-width: 768px) {
      .modal__textarea {
        padding: 27px;
        height: 127px;
        margin-bottom: 50px;
        font-size: 16px;
        font-weight: 300; }
        .modal__textarea::-webkit-input-placeholder {
          font-size: 16px; }
        .modal__textarea:-ms-input-placeholder {
          font-size: 16px; }
        .modal__textarea::-ms-input-placeholder {
          font-size: 16px; }
        .modal__textarea::placeholder {
          font-size: 16px; } }
  .modal__footer {
    text-align: center;
    margin: 0 20px 20px; }
    @media (min-width: 768px) {
      .modal__footer {
        margin-bottom: 50px; } }
  .modal__button > i {
    margin-right: 10px; }

.carousel {
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .carousel {
      overflow-x: initial; } }
  .carousel__contents {
    position: relative;
    width: 2000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: left 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: left 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28); }
    @media (min-width: 768px) {
      .carousel__contents {
        width: 6000px; } }
  .carousel__item {
    margin: 20px; }
  .carousel__navigation {
    text-align: center;
    font-size: 0; }
  .carousel__navigation-bar {
    display: inline-block;
    height: 5px;
    width: 45px;
    background-color: #ECEDF4;
    margin-right: 10px;
    cursor: pointer; }
    .carousel__navigation-bar:last-of-type {
      margin-right: 0; }
    .carousel__navigation-bar--text {
      color: #a8a8a8;
      border-radius: 50%;
      height: 45px;
      font-size: 15px;
      vertical-align: bottom;
      line-height: 45px;
      font-weight: bold; }
    .carousel__navigation-bar--active {
      background-color: #9FA0AA; }
      .carousel__navigation-bar--active.carousel__navigation-bar--text {
        color: #fff;
        background: #646464; }

.form__input input[type=text],
.form__input input[type=email],
.form__input input[type=number], .form__input select, .form__input textarea, .text-copy__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0; }

.form__input input[type=text],
.form__input input[type=email],
.form__input input[type=number] {
  display: block;
  border-bottom: 1px solid #333;
  font-size: 16px;
  width: 100%; }
  .form__input input[type=text]::-webkit-input-placeholder,
  .form__input input[type=email]::-webkit-input-placeholder,
  .form__input input[type=number]::-webkit-input-placeholder {
    color: #bebebe; }
  .form__input input[type=text]:-ms-input-placeholder,
  .form__input input[type=email]:-ms-input-placeholder,
  .form__input input[type=number]:-ms-input-placeholder {
    color: #bebebe; }
  .form__input input[type=text]::-ms-input-placeholder,
  .form__input input[type=email]::-ms-input-placeholder,
  .form__input input[type=number]::-ms-input-placeholder {
    color: #bebebe; }
  .form__input input[type=text]::placeholder,
  .form__input input[type=email]::placeholder,
  .form__input input[type=number]::placeholder {
    color: #bebebe; }

.form {
  margin: 20px 0; }
  .form__label {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 17px;
    color: #464646; }
    @media (min-width: 768px) {
      .form__label {
        width: 210px; } }
    @media (min-width: 768px) {
      .form__label--required {
        position: relative;
        padding-right: 60px; } }
    .form__label--required::after {
      font-size: 12px;
      content: "必須";
      color: #fff;
      letter-spacing: 0.6px;
      margin-left: 15px;
      width: 40px;
      height: 18px;
      line-height: 18px;
      text-align: center;
      display: inline-block;
      border-radius: 3px;
      background-color: #d85b7d; }
      @media (min-width: 768px) {
        .form__label--required::after {
          position: absolute;
          right: 20px;
          top: 0; } }
    .form__label--file {
      font-size: 14px;
      padding: 7.5px 16px;
      border-radius: 3px;
      cursor: pointer;
      border: 2px solid #707070;
      width: 300px;
      text-align: center;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .form__label--file {
          width: 250px; } }
    .form__label--canva {
      border-color: #00adbb;
      color: #00adbb; }
  .form__field:not(:last-of-type) {
    margin-bottom: 50px; }
  @media (min-width: 768px) {
    .form__field {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .form__field--thin:not(:last-of-type) {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .form__field--no-label {
      margin-left: 210px; } }
  .form__field--center {
    text-align: center; }
    @media (min-width: 768px) {
      .form__field--center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .form__field--right {
    text-align: right; }
    @media (min-width: 768px) {
      .form__field--right {
        text-align: left;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  .form__field--column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .form__field--column > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 0; }
      .form__field--column > *:not(:last-of-type) {
        margin-right: 30px; }
  .form__field--flexible-column {
    text-align: center; }
    .form__field--flexible-column > * {
      display: block;
      margin: 0 auto; }
      .form__field--flexible-column > *:not(:last-of-type) {
        margin-bottom: 20px; }
    @media (min-width: 768px) {
      .form__field--flexible-column {
        display: block;
        font-size: 0; }
        .form__field--flexible-column > * {
          display: inline-block; }
          .form__field--flexible-column > *:not(:last-of-type) {
            margin-bottom: 0;
            margin-right: 30px; } }
  @media (min-width: 768px) {
    .form__input {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  .form__input input[type=text],
  .form__input input[type=email],
  .form__input input[type=number] {
    line-height: 30px; }
  .form__input input[type=file] {
    width: 0;
    height: 0;
    display: block; }
  .form__input select {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 16px;
    border-bottom: 1px solid #333;
    border-radius: 0;
    line-height: 30px; }
  .form__input textarea {
    display: block;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    outline: none;
    font-size: 16px; }
    .form__input textarea::-webkit-input-placeholder {
      color: #bebebe; }
    .form__input textarea:-ms-input-placeholder {
      color: #bebebe; }
    .form__input textarea::-ms-input-placeholder {
      color: #bebebe; }
    .form__input textarea::placeholder {
      color: #bebebe; }
  .form__select {
    max-width: 370px;
    position: relative; }
    .form__select::after {
      position: absolute;
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      right: 0;
      top: 0; }
  .form__media-preview {
    display: block;
    margin-bottom: 20px;
    background: #ffffff; }
    .form__media-preview > img {
      display: block; }
    .form__media-preview--slim {
      margin-bottom: 0; }
  .form__media-preview--cropped {
    margin-bottom: 20px;
    min-width: 250px;
    display: none; }
  .form__help-text, .form__help-link {
    font-size: 12px;
    line-height: 20px;
    display: block;
    padding-top: 5px; }
  .form__help-text {
    color: #464646; }
    .form__help-text:before {
      content: "\f06a";
      font-family: "Font Awesome 5 Free";
      font-size: 10px;
      font-weight: 900;
      color: #464646;
      margin-right: 5px; }
  .form__help-text-list {
    font-size: 12px;
    margin-left: 15px;
    line-height: 20px; }
    .form__help-text-list > li:before {
      content: "・";
      display: inline-block; }
  .form__help-link {
    color: #6e6e6e; }
    .form__help-link:before {
      content: "\f059";
      font-family: "Font Awesome 5 Free";
      font-size: 10px;
      font-weight: 900;
      color: #464646;
      margin-right: 5px; }
  .form__tags-input {
    border-bottom: 1px solid #333;
    position: relative; }
    .form__tags-input::after {
      position: absolute;
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      right: 0;
      top: 0; }

.errorlist li {
  color: #ff3c3c;
  font-size: 14px;
  margin-bottom: 15px; }
  .errorlist li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06a";
    margin-right: 5px; }

.text-copy {
  width: 100%;
  height: 40px;
  font-size: 0; }
  .text-copy__input {
    border: 1px solid #d3d3d3;
    border-radius: 3px 0 0 3px;
    padding-left: 7px;
    font-size: 16px;
    font-weight: 600;
    height: inherit;
    width: calc(100% - 40px); }
    @media (min-width: 768px) {
      .text-copy__input {
        width: calc(100% - 60px); } }
  .text-copy__button {
    border-radius: 0 3px 3px 0;
    font-size: initial;
    border: 1px solid #d3d3d3;
    border-left: none;
    height: inherit;
    width: 40px;
    text-align: center;
    color: #d3d3d3; }
    .text-copy__button:hover {
      background: #d3d3d3;
      color: #fff; }
    @media (min-width: 768px) {
      .text-copy__button {
        width: 60px; } }

.hero {
  width: 100%;
  background: #ff9c89;
  margin: 20px auto 50px;
  padding: 30px 50px; }
  @media (min-width: 768px) {
    .hero {
      padding: 50px 70px 60px; } }
  .hero__title, .hero__subtitle {
    color: #fff; }
  .hero__title {
    font-size: 26px;
    font-weight: bold; }
  .hero__subtitle {
    font-size: 18px;
    line-height: 1.7; }
  .hero--grey {
    background: #eff2f5; }
    .hero--grey .hero__title, .hero--grey .hero__subtitle {
      color: #464646; }

.simple-hero__body {
  font-size: 16px;
  color: #464646;
  font-weight: 600;
  text-align: center;
  line-height: 24px; }
  @media (min-width: 768px) {
    .simple-hero__body {
      font-size: 32px;
      line-height: 48px; } }

.header-nav {
  position: relative;
  z-index: 100;
  height: 60px;
  width: 100%;
  padding: 16px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* 検索 */ }
  @media (min-width: 768px) {
    .header-nav {
      padding: 20px 48px;
      -webkit-box-pack: initial;
      -webkit-justify-content: initial;
      -ms-flex-pack: initial;
      justify-content: initial; } }
  .header-nav--shadow {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }
  .header-nav--white {
    background: #fff; }
    @media (min-width: 768px) {
      .header-nav--white {
        background: transparent; } }
  .header-nav__brand {
    margin-right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-nav__brand--hide {
      display: none; }
  .header-nav__brand-logo {
    height: 20px; }
  .header-nav__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .header-nav__menu {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
  .header-nav__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal; }
    .header-nav__items--hide-on-mobi {
      display: none; }
      @media (min-width: 768px) {
        .header-nav__items--hide-on-mobi {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
  .header-nav__item:not(:last-of-type) {
    margin-right: 30px; }
  .header-nav__item--hide-on-mobi {
    display: none; }
    @media (min-width: 768px) {
      .header-nav__item--hide-on-mobi {
        display: initial; } }
  .header-nav__new-message {
    position: relative; }
    .header-nav__new-message:after {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 5px;
      position: absolute;
      background: red;
      top: -4px;
      right: -5px; }
  .header-nav__item-link {
    color: #464646;
    font-size: 15px;
    line-height: 20px; }
    .header-nav__item-link--white {
      color: #fff; }
  .header-nav__login-button {
    color: #fff; }
  .header-nav__item-icon {
    color: #a8a8a8;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px; }
    .header-nav__item-icon--white {
      color: #fff; }
  .header-nav__dropdown-trigger {
    cursor: pointer;
    height: 35px; }
  .header-nav__user-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden; }
  .header-nav__dropdown-background {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none; }
    .header-nav__dropdown-background_active {
      display: block; }
      @media (min-width: 768px) {
        .header-nav__dropdown-background_active {
          display: none; } }
  .header-nav__dropdown-close {
    color: #fff;
    top: 340px;
    position: relative; }
    .header-nav__dropdown-close > i {
      margin-right: 15px; }
  .header-nav__dropdown-menu {
    background-color: #ffffff;
    width: 100%;
    left: 0px;
    border-radius: 0 0 10px 10px;
    height: auto;
    position: absolute;
    top: 60px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    display: none; }
    @media (min-width: 768px) {
      .header-nav__dropdown-menu {
        width: 265px;
        border-radius: 5px;
        right: 40px;
        left: initial; } }
    .header-nav__dropdown-menu--inner {
      position: static;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      overflow: hidden;
      height: 0;
      display: block;
      -webkit-transition: height 0.1s linear;
      transition: height 0.1s linear; }
    .header-nav__dropdown-menu_active {
      display: block; }
    .header-nav__dropdown-menu--inner.header-nav__dropdown-menu_active {
      border-top: 1px solid #d3d3d3;
      margin-bottom: 24px;
      height: 155px; }
  .header-nav__dropdown-item {
    min-height: 66px; }
    .header-nav__dropdown-item:not(:last-of-type) {
      border-bottom: 1px solid #d3d3d3; }
    .header-nav__dropdown-item--inner {
      text-align: center;
      min-height: auto; }
      .header-nav__dropdown-item--inner:not(:last-of-type) {
        border: none;
        margin-bottom: 22px; }
      .header-nav__dropdown-item--inner:first-of-type {
        padding-top: 22px; }
      @media (min-width: 768px) {
        .header-nav__dropdown-item--inner {
          text-align: left;
          margin-left: 70px; } }
  .header-nav__dropdown-link {
    display: block;
    padding: 25px 22px;
    line-height: 16px;
    font-size: 16px;
    color: #464646;
    cursor: pointer;
    letter-spacing: 0.4px; }
    .header-nav__dropdown-link--inner {
      font-size: 14px;
      padding: 0;
      letter-spacing: 0.35px; }
    .header-nav__dropdown-link--parent::after {
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      float: right;
      color: #464646;
      -webkit-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
      -webkit-transition: -webkit-transform 0.1s linear;
      transition: -webkit-transform 0.1s linear;
      transition: transform 0.1s linear;
      transition: transform 0.1s linear, -webkit-transform 0.1s linear; }
    .header-nav__dropdown-link--parent_active::after {
      -webkit-transform: rotateZ(180deg);
      transform: rotateZ(180deg); }
  .header-nav__dropdown-link-icon {
    color: #969696;
    margin-right: 22px; }
  .header-nav__search-field {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 110;
    background: #ffffff;
    height: auto;
    top: -300px;
    -webkit-transition: top 0.1s linear;
    transition: top 0.1s linear; }
    @media (min-width: 768px) {
      .header-nav__search-field {
        top: -60px; } }
    .header-nav__search-field_active {
      top: 0px; }
  .header-nav__search-field-items {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .header-nav__search-field-items {
        display: none; } }
  .header-nav__search-field-item {
    color: #464646;
    margin-bottom: 35px; }
  .header-nav__search-form {
    margin: 20px; }
    @media (min-width: 768px) {
      .header-nav__search-form {
        margin: 15px 20px; } }
  .header-nav__search-input {
    width: 100%;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    display: block;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid #707070; }
    @media (min-width: 768px) {
      .header-nav__search-input {
        height: 25px;
        border: none;
        padding: 0 85px;
        font-size: 25px; } }
  .header-nav__search-field-close {
    position: absolute;
    right: 100px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    display: none; }
    @media (min-width: 768px) {
      .header-nav__search-field-close {
        display: initial; } }

.footer {
  padding: 0; }
  .footer__above {
    height: 200px;
    padding: 34px 0px;
    position: relative; }
    @media (min-width: 768px) {
      .footer__above {
        height: 250px;
        padding: 45px 0; } }
  .footer__above-background {
    background-image: url("../img/footer.jpg");
    background-position: bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .footer__above-body {
    position: relative;
    text-align: center; }
  .footer__above-title {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px; }
    @media (min-width: 768px) {
      .footer__above-title {
        margin-bottom: 25px; } }
  .footer__above-button {
    margin: 0 auto; }
  .footer__title {
    font-size: 15px;
    color: #fff; }
  .footer__contents {
    padding: 45px 0 35px;
    background-color: #4a4852; }
    @media (min-width: 768px) {
      .footer__contents {
        padding: 66px 0 35px; } }
  .footer__header {
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .footer__header {
        margin-bottom: 39px; } }
  .footer__logo {
    display: block;
    margin: 0 auto;
    height: 27px; }
  .footer__hr {
    margin: 0 25px 25px;
    display: block;
    height: 0.8px;
    opacity: 0.46;
    background-color: #d3d3d3; }
    @media (min-width: 768px) {
      .footer__hr {
        margin: 0 50px 43px; } }
  .footer__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 25px 25px; }
    @media (min-width: 768px) {
      .footer__body {
        margin: 0 50px 50px; } }
  .footer__section {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
    @media (min-width: 768px) {
      .footer__section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .footer__sns-section {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  .footer__items {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .footer__items {
        margin-right: 150px; } }
  .footer__item {
    margin-bottom: 17px; }
  .footer__item-link {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .footer__item-link:hover {
      color: #eff2f5; }
  .footer__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px; }
  .footer__sns-item {
    display: inline-block; }
    .footer__sns-item:not(:last-of-type) {
      margin-right: 30px; }
  .footer__sns-link {
    color: #fff;
    font-size: 22px;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .footer__sns-link:hover {
      color: #eff2f5; }
  .footer__sns-caption {
    color: #fff;
    font-size: 10px;
    white-space: nowrap; }
  .footer__footer {
    text-align: center; }
  .footer__footer-link {
    color: #fff;
    font-size: 10px;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .footer__footer-link:hover {
      color: #eff2f5; }

.paginator {
  text-align: right;
  margin-bottom: 30px; }
  .paginator__previous, .paginator__next {
    font-size: 15px;
    color: #464646; }
  .paginator__previous {
    margin-right: 20px; }
  .paginator__number {
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    min-width: 30px;
    background-color: #D5D5D5;
    color: #464646;
    display: inline-block;
    margin-right: 9px;
    font-family: Roboto; }
    .paginator__number:last-of-type {
      margin-right: 20px; }
    .paginator__number--current {
      color: #fff;
      background-color: #575757; }

.tile {
  border-radius: 10px;
  background-color: #f7f8fa;
  width: 100%;
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .tile {
      margin-bottom: 120px; } }
  .tile__body {
    padding: 57px 17px; }
    @media (min-width: 768px) {
      .tile__body {
        padding: 65px 0; } }
  .tile__content:not(:last-of-type) {
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .tile__content:not(:last-of-type) {
      margin-bottom: 45px; } }
  .tile__content--center {
    text-align: center; }
  .tile__text {
    font-size: 15px;
    line-height: 1.47;
    color: #464646; }
    @media (min-width: 768px) {
      .tile__text {
        font-size: 16px; } }
    .tile__text--main {
      text-align: center;
      font-weight: bold; }

.selector {
  position: relative; }
  .selector__selected {
    line-height: 1.69;
    cursor: default;
    padding: 10px; }
    @media (min-width: 768px) {
      .selector__selected {
        padding: 15px; } }
    .selector__selected::after {
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      right: 10px;
      top: calc(50% - 13px);
      -webkit-transition: -webkit-transform 0.1s linear;
      transition: -webkit-transform 0.1s linear;
      transition: transform 0.1s linear;
      transition: transform 0.1s linear, -webkit-transform 0.1s linear;
      -webkit-transform: rotateZ(0deg);
      transform: rotateZ(0deg); }
      @media (min-width: 768px) {
        .selector__selected::after {
          top: calc(50% - 15px); } }

@-webkit-keyframes dropdown-reverse {
  0% {
    border-width: 0px 0px 0px; }
  1% {
    border-width: 0.5px 2px 2px; }
  100% {
    border-width: 0.5px 2px 2px; } }

@keyframes dropdown-reverse {
  0% {
    border-width: 0px 0px 0px; }
  1% {
    border-width: 0.5px 2px 2px; }
  100% {
    border-width: 0.5px 2px 2px; } }
  .selector__select {
    -webkit-transition: height 0.15s linear, padding-top 0.15s linear, border-width 0.15s cubic-bezier(1, 0, 1, 0);
    transition: height 0.15s linear, padding-top 0.15s linear, border-width 0.15s cubic-bezier(1, 0, 1, 0);
    height: 0;
    padding-top: 0;
    overflow-y: auto;
    position: absolute;
    background: white;
    width: auto;
    z-index: 10;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    left: -2px;
    border-radius: 0 0 3px 3px;
    border-style: solid;
    border-color: #7b7b7b;
    border-top-color: #464646;
    border-width: 0px 0px 0px; }
    .selector__select::-webkit-scrollbar {
      width: 5px; }
    .selector__select::-webkit-scrollbar-track {
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); }
    .selector__select::-webkit-scrollbar-thumb {
      background-color: #7b7b7b;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }
  .selector__option {
    text-align: left;
    padding: 6px 0 6px 38px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    letter-spacing: 0.8px;
    line-height: 1.69; }
    .selector__option::before {
      content: "\f111";
      font-size: 20px;
      color: #d3d3d3;
      font-family: "Font Awesome 5 Free";
      font-weight: 400;
      margin-right: 15px; }
    .selector__option_selected::before {
      content: "\f192";
      color: #ff9c89; }
    .selector__option--multiple::before {
      content: "\f058"; }
    .selector__option--multiple_selected::before {
      font-weight: 900; }
  .selector_active .selector__selected::after {
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
  .selector_active .selector__select {
    -webkit-transition: height 0.15s linear, padding-top 0.15s linear, border-width 0.15s cubic-bezier(0, 1, 0, 1);
    transition: height 0.15s linear, padding-top 0.15s linear, border-width 0.15s cubic-bezier(0, 1, 0, 1);
    padding-top: 14px;
    height: 390px;
    border-width: 0.5px 2px 2px;
    -webkit-overflow-scrolling: touch; }

.tag {
  background: #e0e0e0;
  margin: 1px 5px 1px 0;
  padding: 1px 7px;
  letter-spacing: 0.48px;
  border-radius: 5px;
  color: #464646;
  font-size: 12px;
  cursor: default;
  font-weight: normal;
  display: inline-block; }
  .tag--clickable, .tag--deletable {
    cursor: pointer; }
  .tag--deletable::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f056";
    margin-left: 8px; }

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 35px;
  margin-bottom: 90px; }
  .grid__tile--wide {
    grid-column: span 2; }
  .grid__tile-title {
    margin-bottom: 11px;
    font-size: 24px;
    font-weight: bold; }
  .grid__tile-body {
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    padding: 47px 0;
    background: #FFE3C1; }
    .grid__tile-body--blue {
      background: #C6E7FF; }
    .grid__tile-body--yellow {
      background: #FFECAA; }
    .grid__tile-body--green {
      background: #AFEBB1; }

.banner-link {
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .banner-link {
      margin-bottom: 50px; } }
  .banner-link__banner {
    width: 100%; }

@-webkit-keyframes slide-in-pc {
  0% {
    right: -1000px; }
  100% {
    right: 15px; } }

@keyframes slide-in-pc {
  0% {
    right: -1000px; }
  100% {
    right: 15px; } }

@-webkit-keyframes slide-out-pc {
  0% {
    right: 15px; }
  100% {
    right: -1000px; } }

@keyframes slide-out-pc {
  0% {
    right: 15px; }
  100% {
    right: -1000px; } }

@-webkit-keyframes slide-in {
  0% {
    left: 1000px; }
  100% {
    left: 0px; } }

@keyframes slide-in {
  0% {
    left: 1000px; }
  100% {
    left: 0px; } }

@-webkit-keyframes slide-out {
  0% {
    left: 0px; }
  100% {
    left: 1000px; } }

@keyframes slide-out {
  0% {
    left: 0px; }
  100% {
    left: 1000px; } }

.torst {
  font-size: 14px;
  position: fixed;
  -webkit-animation: slide-in 0.3s linear;
  animation: slide-in 0.3s linear;
  padding: 13px 20px;
  color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  z-index: 100;
  cursor: pointer;
  width: auto;
  min-width: 335px;
  bottom: 75px;
  left: 0;
  right: 0;
  margin: 0 20px; }
  @media (min-width: 768px) {
    .torst {
      -webkit-animation: slide-in-pc 0.3s linear;
      animation: slide-in-pc 0.3s linear;
      bottom: 15px;
      left: initial;
      right: 15px;
      margin: initial; } }
  .torst::after {
    content: '\f057';
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    position: absolute;
    right: 12px;
    top: 14px; }
  .torst__bold {
    font-weight: bold;
    margin: 0 5px;
    font-size: 16px; }
  .torst--info {
    background: rgba(0, 0, 0, 0.75); }
  .torst_timeout {
    -webkit-animation: slide-out 0.3s linear;
    animation: slide-out 0.3s linear;
    left: 1000px; }
    @media (min-width: 768px) {
      .torst_timeout {
        -webkit-animation: slide-out-pc 0.3s linear;
        animation: slide-out-pc 0.3s linear;
        right: -1000px;
        left: initial; } }

.accordion summary {
  list-style: none;
  outline: none; }
  .accordion summary::-webkit-details-marker {
    display: none; }

.accordion__header {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer; }
  .accordion__header::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    float: right; }

.accordion__header-image {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 10px; }

.accordion__contents {
  border-radius: 5px;
  padding: 0 10px;
  border: 2px solid #d3d3d3; }
  .accordion__contents[open] {
    padding-bottom: 10px; }
    .accordion__contents[open] summary {
      margin-bottom: 10px; }
      .accordion__contents[open] summary::after {
        content: "\f077"; }

/* ページ */
.top-main {
  margin-bottom: -150px; }
  .top-main__visual {
    background-image: url("../img/main_image.jpg");
    background-position: top right 23%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -60px;
    padding-bottom: 3px;
    text-align: center;
    height: 670px;
    position: relative; }
    @media (min-width: 768px) {
      .top-main__visual {
        height: 715.5px;
        background-position: top right 0; } }
    .top-main__visual::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: rgba(105, 67, 44, 0.3); }
  .top-main__contents {
    position: relative;
    padding-bottom: 10px; }
  .top-main__title--sp {
    margin: 160px 0 30px;
    padding-left: 20px;
    padding-right: 7vw; }
    @media (min-width: 768px) {
      .top-main__title--sp {
        display: none; } }
  .top-main__title--pc {
    display: none;
    text-align: center;
    margin: 0 auto 53px;
    padding: 200px 0 0;
    max-width: 1116px;
    width: 88%; }
    @media (min-width: 768px) {
      .top-main__title--pc {
        display: block; } }
  .top-main__subtitle {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    letter-spacing: 0.7px;
    text-align: left;
    line-height: 22px;
    padding-left: 20px;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .top-main__subtitle {
        text-align: center;
        font-size: 20px;
        margin-bottom: 76px; } }

.top-search-field {
  background: #fff;
  width: 335px;
  min-height: 480px;
  border-radius: 5px;
  border: 0.3px solid #d3d3d3;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 19px 17.5px; }
  @media (min-width: 768px) {
    .top-search-field {
      max-width: 1024px;
      width: 90%;
      min-height: 300px;
      padding: 30px 51px; } }
  @media (min-width: 768px) {
    .top-search-field__form {
      margin-bottom: 41.5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .top-search-field__selector {
    width: 300px;
    border: 2px solid #7b7b7b;
    font-size: 16px;
    color: #464646;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 3px; }
    .top-search-field__selector:last-of-type {
      margin-bottom: 25px; }
    @media (min-width: 768px) {
      .top-search-field__selector {
        width: 325px;
        font-size: 18px; }
        .top-search-field__selector:last-of-type {
          margin-bottom: 0; } }
  .top-search-field__search-button {
    margin-bottom: 28.5px; }
    @media (min-width: 768px) {
      .top-search-field__search-button {
        width: 170px !important;
        padding: 20px 0px;
        margin-bottom: 0;
        margin-left: 20px; } }
  .top-search-field__hr {
    display: block;
    width: 100%;
    border-bottom: 2px solid #d3d3d3;
    margin-bottom: 19.5px; }
  .top-search-field__multiply {
    color: #ff9c89;
    font-size: 27px;
    line-height: 31px;
    display: block;
    font-weight: bold;
    position: relative;
    top: -2px; }
    @media (min-width: 768px) {
      .top-search-field__multiply {
        margin: 0 15px;
        top: 13px; } }
  .top-search-field__header {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px; }
  .top-search-field__tags {
    text-align: left;
    list-style: none; }
  .top-search-field__tag {
    display: inline-block;
    min-width: 130px;
    height: 31px;
    border-radius: 5px;
    background-color: #eff2f5;
    line-height: 31px;
    padding: 0px 7px;
    margin: 0 15px 10px 0;
    text-align: center; }
    .top-search-field__tag a {
      color: #464646;
      font-size: 15px; }

@media (min-width: 768px) {
  .recommend-section,
  .popular-section,
  .interest-section,
  .pickup-section,
  .new-section,
  .information-section,
  .social-section {
    padding: 0 48px; } }

.recommend-section__title,
.popular-section__title,
.interest-section__title,
.pickup-section__title,
.new-section__title,
.information-section__title,
.social-section__title {
  font-family: "Roboto";
  font-size: 30px;
  text-align: left;
  font-weight: 500;
  margin: 50px 0px 10px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 0.5px; }
  @media (min-width: 768px) {
    .recommend-section__title,
    .popular-section__title,
    .interest-section__title,
    .pickup-section__title,
    .new-section__title,
    .information-section__title,
    .social-section__title {
      font-size: 50px;
      margin: 84px 0px 15px; } }

.recommend-section__subtitle,
.popular-section__subtitle,
.interest-section__subtitle,
.pickup-section__subtitle,
.new-section__subtitle,
.information-section__subtitle,
.social-section__subtitle {
  font-size: 13px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 26px;
  float: left; }
  @media (min-width: 768px) {
    .recommend-section__subtitle,
    .popular-section__subtitle,
    .interest-section__subtitle,
    .pickup-section__subtitle,
    .new-section__subtitle,
    .information-section__subtitle,
    .social-section__subtitle {
      font-size: 18px;
      margin-bottom: 50px; } }

.recommend-section__subtitle,
.pickup-section__subtitle,
.new-section__subtitle,
.popular-section__subtitle {
  margin-bottom: 6px; }
  @media (min-width: 768px) {
    .recommend-section__subtitle,
    .pickup-section__subtitle,
    .new-section__subtitle,
    .popular-section__subtitle {
      margin-bottom: 30px; } }

.interest-section__category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 70px;
  clear: both; }
  @media (min-width: 768px) {
    .interest-section__category-list {
      width: 100%;
      margin-bottom: 100px;
      max-width: 1024px; } }

.interest-section__category {
  display: block;
  -webkit-flex-basis: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  height: 105px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 0 3px 3px; }
  @media (min-width: 768px) {
    .interest-section__category {
      margin: 0 15px 15px; } }

.interest-section__category-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.interest-section__image-background {
  background-color: rgba(51, 51, 51, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.interest-section__category-name {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 0 5px; }

.pickup-section {
  height: 787px;
  position: relative;
  padding: 0;
  padding: 0; }
  .pickup-section__container {
    position: relative;
    padding: 0; }
  .pickup-section__title, .pickup-section__subtitle {
    color: #fff; }
  .pickup-section__title {
    padding: 25px 20px 0; }
    @media (min-width: 768px) {
      .pickup-section__title {
        padding: 40px 48px 0; } }
  .pickup-section__subtitle {
    padding: 0 20px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .pickup-section__subtitle {
        padding: 0 48px;
        margin-bottom: 25px; } }
  .pickup-section__background {
    background-image: -webkit-gradient(linear, right top, left top, from(#ffcba5), to(#ff9393));
    background-image: linear-gradient(to left, #ffcba5, #ff9393);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .pickup-section__carousel {
    clear: both; }

.information-section {
  position: relative;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .information-section {
      margin-bottom: 80px; } }
  .information-section__top-news {
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .information-section__top-news {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .information-section__top-keyvisual {
    display: block;
    width: 100%;
    max-width: 560px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .information-section__top-keyvisual {
        margin: 0;
        max-width: 600px;
        width: 50%; } }
  .information-section__top-contents {
    padding-top: 144px;
    margin-top: -79px;
    position: relative;
    padding: 114px 20px 5px;
    background: #eff2f5;
    width: 100vw;
    margin-left: -20px; }
    @media (min-width: 768px) {
      .information-section__top-contents {
        height: 100%;
        background: #eff2f5;
        margin-top: 0;
        margin-left: 0;
        position: relative;
        padding: 6.5% 45px 0 35px; } }
  .information-section__top-date {
    position: absolute;
    top: 50px;
    font-size: 55px;
    text-shadow: 2px 2px 0px #fff;
    right: 10px;
    z-index: 2;
    font-weight: bold; }
    @media (min-width: 768px) {
      .information-section__top-date {
        top: -25px;
        left: 30px; } }
  .information-section__top-tag {
    margin-bottom: 15px; }
  .information-section__top-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px; }
  .information-section__top-link {
    font-size: 14px;
    text-align: right;
    font-weight: 300;
    margin-bottom: 15px; }
    .information-section__top-link > a {
      color: #464646; }
    @media (min-width: 768px) {
      .information-section__top-link {
        margin-bottom: 25px; } }
  .information-section__tag {
    width: 74px;
    height: 15px;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    color: #fff;
    text-align: center; }
    .information-section__tag--info {
      background-color: #ff9c89; }
    .information-section__tag--event {
      background-color: #82DB72; }
    .information-section__tag--media {
      background-color: #88BFFF; }
    .information-section__tag--other {
      background-color: #eff2f5;
      color: #464646; }
  .information-section__news {
    margin-bottom: 15px; }
  .information-section__header {
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .information-section__header {
        display: inline-block;
        margin-right: 50px; } }
  .information-section__date {
    font-size: 14px;
    font-weight: 600; }
    .information-section__date::after {
      content: "|";
      margin: 0 20px;
      font-weight: 300; }
  .information-section__news-title {
    font-size: 14px;
    font-weight: 300;
    color: #464646; }
    @media (min-width: 768px) {
      .information-section__news-title {
        display: inline-block; } }

.social-section {
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .social-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-bottom: 100px; } }
  .social-section__timeline {
    background-color: #eff2f5;
    height: 100%;
    padding: 12px;
    border-radius: 10px;
    max-width: 500px; }
    @media (min-width: 768px) {
      .social-section__timeline {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
    .social-section__timeline:not(:last-of-type) {
      margin: 0 0 30px 0; }
      @media (min-width: 768px) {
        .social-section__timeline:not(:last-of-type) {
          margin: 0 30px 0 0; } }
    .social-section__timeline--twitter {
      height: 374px; }

.more-link {
  color: #464646;
  font-size: 13px;
  color: #262626;
  font-weight: 600;
  float: right; }
  @media (min-width: 768px) {
    .more-link {
      font-size: 18px; } }
  .more-link:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 9px; }
    @media (min-width: 768px) {
      .more-link:after {
        margin-left: 22px; } }

@media (min-width: 768px) {
  .project-header {
    max-width: 1260px;
    padding: 0 48px;
    margin: 0 auto; } }

.project-header__notice {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 20px 10px;
  text-align: center;
  border-radius: 35px;
  border: 1.5px solid black; }
  @media (min-width: 768px) {
    .project-header__notice {
      font-size: 24px;
      padding: 20px;
      margin: 30px 10px 10px; } }
  .project-header__notice--fatal {
    border: 1.5px solid #ff3c3c;
    color: #ff3c3c; }
  .project-header__notice--disabled {
    border: 1.5px solid #acacac;
    background: #acacac;
    color: #fff; }

.project-header__notice-link {
  color: #ff3c3c;
  font-size: 16px; }

.project-header__keyvisual-wrapper {
  position: relative;
  min-width: 335px;
  height: auto;
  width: 100%; }
  .project-header__keyvisual-wrapper:before {
    padding-top: 75%;
    content: "";
    display: block; }
  @media (min-width: 768px) {
    .project-header__keyvisual-wrapper {
      max-width: 500px;
      margin-bottom: 25px; } }
  @media (min-width: 768px) {
    .project-header__keyvisual-wrapper--hide-on-pc {
      display: none; } }
  .project-header__keyvisual-wrapper--hide-on-mobi {
    display: none; }
    @media (min-width: 768px) {
      .project-header__keyvisual-wrapper--hide-on-mobi {
        display: block; } }

.project-header__keyvisual {
  min-width: 335px;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 768px) {
    .project-header__keyvisual {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; } }
  @media (min-width: 768px) {
    .project-header__keyvisual--hide-on-pc {
      display: none; } }
  .project-header__keyvisual--hide-on-mobi {
    display: none; }
    @media (min-width: 768px) {
      .project-header__keyvisual--hide-on-mobi {
        display: initial; } }

.project-header__body {
  margin: 15px 20px;
  position: relative; }
  @media (min-width: 768px) {
    .project-header__body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto 100px; } }

@media (min-width: 768px) {
  .project-header__body-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 65px; } }

@media (min-width: 768px) {
  .project-header__body-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.project-header__like {
  position: absolute;
  right: 40px; }
  @media (min-width: 768px) {
    .project-header__like--hide-on-pc {
      display: none; } }
  .project-header__like--hide-on-mobi {
    display: none; }
    @media (min-width: 768px) {
      .project-header__like--hide-on-mobi {
        display: initial; } }
  @media (min-width: 768px) {
    .project-header__like {
      top: 0;
      right: 0; } }

.project-header__title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 36px; }
  @media (min-width: 768px) {
    .project-header__title {
      margin: 70px auto; } }
  @media (min-width: 768px) {
    .project-header__title--hide-on-pc {
      display: none; } }
  .project-header__title--hide-on-mobi {
    display: none; }
    @media (min-width: 768px) {
      .project-header__title--hide-on-mobi {
        display: block; } }

.project-header__share-field {
  position: fixed;
  bottom: 0;
  z-index: 8;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .project-header__share-field--hide-on-pc {
      display: none; } }
  .project-header__share-field--hide-on-mobi {
    display: none; }
    @media (min-width: 768px) {
      .project-header__share-field--hide-on-mobi {
        display: initial; } }
  @media (min-width: 768px) {
    .project-header__share-field {
      position: static; } }

.project-header__share-button {
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .project-header__share-button {
      margin-bottom: 30px; } }
  .project-header__share-button > i {
    margin-right: 0; }
  .project-header__share-button--facebook {
    background-color: #3b5998; }
  .project-header__share-button--twitter {
    background-color: #1da1f2; }
  .project-header__share-button--line {
    background-color: #00c300; }

.project-header__attributes {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .project-header__attributes {
      padding-bottom: 25px;
      margin-bottom: 25px; } }

.project-header__area, .project-header__category {
  display: inline-block;
  font-size: 12px;
  margin-right: 20px;
  color: #464646; }
  @media (min-width: 768px) {
    .project-header__area, .project-header__category {
      font-size: 15px;
      margin-right: 40px; } }

.project-header__attribute-icon {
  color: #ff9c89;
  margin-right: 10px; }

.project-header__styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.project-header__style {
  background-color: #ff9c89;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  line-height: 19px; }

.project-header__style-link {
  padding: 3px 7px;
  color: #fff;
  font-size: 10px;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .project-header__style-link {
      font-size: 12px; } }

.project-header__desc {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 40px; }

.project-header__owner {
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .project-header__owner {
      margin-bottom: 0; } }

.project-contents {
  margin: 0 auto 45px;
  width: 100%; }
  @media (min-width: 768px) {
    .project-contents {
      width: auto; } }
  .project-contents__header {
    font-size: 28px;
    font-weight: 600;
    color: #464646;
    margin-bottom: 45px;
    text-align: left; }
  .project-contents--main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 768px) {
      .project-contents--main {
        margin-right: 36px; } }

@media (min-width: 768px) {
  .project-content {
    margin-right: 36px; } }

@media (min-width: 768px) {
  .project-content--side {
    margin-right: 0; } }

.project-content__header {
  text-align: left;
  border-left: 10px solid #ff9c89;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 27px; }

.project-content__figure {
  margin-bottom: 40px; }

.project-content__body {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 40px; }

.project-content__interest {
  background-color: #eff2f5;
  border-radius: 5px;
  padding: 42px 10px;
  text-align: center; }

.project-content__interest-title {
  font-size: 20px;
  color: #464646;
  font-weight: bold;
  margin-bottom: 28px;
  letter-spacing: 1px;
  line-height: 25px; }

.project-content__interest-button {
  margin-bottom: 20px; }

.project-content__interest-desc {
  line-height: 1.77;
  font-size: 13px;
  color: #464646; }

.recruit-card {
  width: 335px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 25px 18px;
  margin: 0 auto 30px; }
  .recruit-card__title {
    font-size: 22px;
    text-align: left;
    color: #464646;
    margin-bottom: 33px;
    line-height: 30px; }
  .recruit-card__body {
    margin-bottom: 25px;
    font-size: 13px;
    color: #464646;
    line-height: 23px; }
  .recruit-card__styles {
    margin-bottom: 25px; }
  .recruit-card__style {
    min-width: 91px;
    background-color: #ff9c89;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
    border-radius: 3px; }
    .recruit-card__style > a {
      text-align: center;
      display: block;
      padding: 5px;
      font-size: 10px;
      color: #fff; }
  .recruit-card__subtitle {
    font-size: 12px;
    color: #464646;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    .recruit-card__subtitle:after {
      content: "";
      height: 1px;
      background-color: #d3d3d3;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      margin-left: 12px; }
  .recruit-card__how-many {
    margin-bottom: 30px; }
  .recruit-card__how-many-str {
    font-size: 22px;
    color: #464646;
    margin-bottom: 20px; }
  .recruit-card__how-many-figure {
    display: inline-block; }
  .recruit-card__how-many-icon {
    display: inline-block;
    color: #ddd; }
    .recruit-card__how-many-icon--apply {
      color: #ff9c89; }
  .recruit-card__entry-button {
    width: 100%; }
    .recruit-card__entry-button > i {
      margin-right: 10px; }

.project-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .project-main {
      padding: 0 48px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.application-section {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .application-section {
      margin-top: 50px; } }
  .application-section__title {
    font-size: 24px; }
    @media (min-width: 768px) {
      .application-section__title {
        font-size: 28px; } }

.entry__list {
  margin: 0 30px; }

.apply-share-section {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .apply-share-section {
      margin-top: 72px; } }
  .apply-share-section__row {
    margin: 0 auto 40px; }
    .apply-share-section__row > .pickup-project-card {
      width: 100%; }
    .apply-share-section__row:last-of-type {
      margin-bottom: 80px; }
    @media (min-width: 768px) {
      .apply-share-section__row {
        margin-bottom: 60px; }
        .apply-share-section__row:last-of-type {
          margin-bottom: 120px; } }
    .apply-share-section__row--short {
      max-width: 726px; }
  .apply-share-section__button {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .apply-share-section__button:not(:last-of-type) {
        margin-right: 40px; } }
  .apply-share-section__image {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16); }
  .apply-share-section__column {
    text-align: center; }
  .apply-share-section__desc {
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .apply-share-section__desc {
        font-size: 26px; } }
  .apply-share-section__flow {
    list-style: none;
    counter-reset: flow-counter; }
  .apply-share-section__flow-item {
    color: #464646;
    font-weight: 600;
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .apply-share-section__flow-item {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 22px; } }
    .apply-share-section__flow-item:before {
      width: 15px;
      height: 15px;
      line-height: 15px;
      font-size: 12px;
      text-align: center;
      border-radius: 50%;
      color: #fff;
      background: #464646;
      content: counter(flow-counter);
      counter-increment: flow-counter;
      display: inline-block;
      margin-right: 5px;
      vertical-align: text-bottom; }
      @media (min-width: 768px) {
        .apply-share-section__flow-item:before {
          width: 18px;
          height: 18px;
          line-height: 18px;
          font-size: 14px; } }
  .apply-share-section__hint {
    font-size: 12px;
    color: #707070;
    font-weight: 600;
    line-height: 18px; }
    .apply-share-section__hint:before {
      content: '※'; }
    @media (min-width: 768px) {
      .apply-share-section__hint {
        font-size: 16px;
        line-height: 24px; } }
  .apply-share-section__subtitle {
    color: #464646;
    font-size: 20px;
    font-weight: 600;
    border-left: 9px solid #ff9c89;
    padding-left: 8px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .apply-share-section__subtitle {
        font-size: 40px;
        border-left-width: 15px;
        padding-left: 20px;
        margin-bottom: 40px; } }

.reexam-section {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .reexam-section {
      margin-top: 70px; } }
  .reexam-section__image {
    margin: 30px auto 80px;
    width: 200px; }
    @media (min-width: 768px) {
      .reexam-section__image {
        margin: 70px auto 100px;
        width: 335px; } }
  .reexam-section__title {
    font-size: 20px;
    line-height: 30px;
    color: #464646;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .reexam-section__title {
        font-size: 32px;
        margin-bottom: 35px; } }
  .reexam-section__profile {
    max-width: 550px;
    margin: 0 auto 80px; }
    @media (min-width: 768px) {
      .reexam-section__profile {
        margin: 0 auto 100px; } }
  .reexam-section__projects {
    margin-bottom: 80px; }
    @media (min-width: 768px) {
      .reexam-section__projects {
        margin-bottom: 100px; } }

.userpage-section {
  padding: 0;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .userpage-section {
      padding: 0 48px; } }

.user-sidebar {
  min-width: 335px;
  width: 100%;
  padding: 0;
  margin: 0;
  background: initial; }
  @media (min-width: 768px) {
    .user-sidebar {
      min-width: 255px;
      width: 255px;
      display: inline-block;
      margin-right: 45px; } }
  .user-sidebar__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .user-sidebar__items {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid #d3d3d3; } }
  .user-sidebar__item {
    width: 50%; }
    @media (min-width: 768px) {
      .user-sidebar__item {
        width: 100%; }
        .user-sidebar__item:not(:last-of-type) {
          border-bottom: 1px solid #d3d3d3; } }
  .user-sidebar__link {
    padding: 10px 20px;
    display: block;
    color: #464646;
    font-size: 12px;
    background-color: #ffffff; }
    .user-sidebar__link--active {
      background-color: #eff2f5; }
    @media (min-width: 768px) {
      .user-sidebar__link {
        text-align: left;
        font-size: 13px;
        padding: 20px; } }
    .user-sidebar__link > i {
      margin-right: 10px;
      color: #969696; }

.profile-section {
  margin: 50px 20px 50px; }
  @media (min-width: 768px) {
    .profile-section {
      margin: 60px 0 50px; } }
  .profile-section__header {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .profile-section__header {
        margin-bottom: 32px; } }
  .profile-section__desc {
    text-align: center;
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .profile-section__desc {
        font-size: 14px; } }
  .profile-section__title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 5px solid #ff9c89;
    margin: 60px 0 42.5px;
    padding-bottom: 7px; }
    @media (min-width: 768px) {
      .profile-section__title {
        margin: 80px 0;
        padding-bottom: 15px;
        font-size: 24px; } }
    @media (min-width: 768px) {
      .profile-section__title--first {
        margin-top: 40px; } }
  .profile-section__preview {
    text-align: center; }
    .profile-section__preview > a {
      color: #464646;
      font-size: 12px;
      font-weight: bold;
      border: 0.5px solid #969696;
      border-radius: 5px;
      padding: 10px; }
  .profile-section__form {
    margin: 0 18.5px; }
    .profile-section__form #id_icon,
    .profile-section__form [for="id_icon"] {
      width: 210px; }

.project-management-section {
  margin: 0 20px 20px; }
  @media (min-width: 768px) {
    .project-management-section {
      margin: 0 auto 30px;
      max-width: 1024px; } }
  @media (min-width: 768px) {
    .project-management-section--wide {
      margin: 0 auto 30px;
      max-width: 1164px; } }
  .project-management-section__new-button {
    display: block;
    margin: 25px auto 45px; }
  .project-management-section__tile {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative; }
    @media (min-width: 768px) {
      .project-management-section__tile {
        padding-bottom: 80px;
        margin-bottom: 70px; } }
    .project-management-section__tile--closed::before {
      cursor: not-allowed;
      content: "この募集は終了しています";
      text-align: center;
      color: #fff;
      font-weight: 600;
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(0, 0, 0, 0.6);
      top: 0;
      left: 0;
      border-radius: inherit;
      line-height: 65px;
      font-size: 20px; }
      @media (min-width: 768px) {
        .project-management-section__tile--closed::before {
          line-height: 65px;
          font-size: 28px; } }
  .project-management-section__form {
    margin: 0 17px; }
    @media (min-width: 768px) {
      .project-management-section__form {
        margin: 0 87px; } }
  .project-management-section__header {
    font-size: 24px;
    text-align: center;
    margin: 60px auto 40px; }
    @media (min-width: 768px) {
      .project-management-section__header {
        font-size: 34px;
        margin: 83px auto 66px; } }
  .project-management-section__title {
    border-radius: 10px 10px 0 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 21px 17.5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff9c89), to(#ffcaa5));
    background-image: linear-gradient(to right, #ff9c89, #ffcaa5);
    color: #fff; }
    @media (min-width: 768px) {
      .project-management-section__title {
        margin-bottom: 55px; } }
  .project-management-section__input--title {
    margin-bottom: 30px; }
  .project-management-section__input--content {
    margin-bottom: 20px; }
  .project-management-section__projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .project-management-section__projects {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .project-management-section__projects > .project-card {
      margin-bottom: 45.5px;
      -webkit-box-flex: 290px;
      -webkit-flex: 290px;
      -ms-flex: 290px;
      flex: 290px; }
      @media (min-width: 768px) {
        .project-management-section__projects > .project-card {
          margin-bottom: 60px;
          -webkit-box-flex: calc(50% - 30px);
          -webkit-flex: calc(50% - 30px);
          -ms-flex: calc(50% - 30px);
          flex: calc(50% - 30px); }
          .project-management-section__projects > .project-card:nth-of-type(2n + 1) {
            margin-right: 30px; } }

.usershow-section__body {
  margin: 60px auto 80px; }
  @media (min-width: 768px) {
    .usershow-section__body {
      margin: 60px auto 120px; } }

.usershow-section__header {
  padding-top: 25px;
  text-align: center; }

.usershow__tag {
  min-width: 91px;
  background-color: #ff9c89;
  display: inline-block;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  text-align: center;
  padding: 5px;
  font-size: 10px;
  color: #fff;
  font-weight: 600; }

@media (min-width: 768px) {
  .usershow__profile {
    width: 50%; } }

.usershow__profile-image {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .usershow__profile-image {
      width: 150px;
      height: 150px; } }

.usershow__username {
  color: #464646;
  font-size: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .usershow__username {
      fons-size: 30px;
      margin-bottom: 25px; } }

.usershow__info {
  margin: 0 15px 15px; }
  @media (min-width: 768px) {
    .usershow__info {
      margin: 0 auto 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .usershow__info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.usershow__about {
  margin: 0 auto; }

.usershow__about-area {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .usershow__about-area {
      display: inline-block;
      margin-right: 20px; } }
  .usershow__about-area::before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 900;
    color: #d3d3d3; }

.usershow__about-project {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .usershow__about-project {
      display: inline-block; } }
  .usershow__about-project::before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f024";
    font-weight: 900;
    color: #d3d3d3; }

.usershow__attributes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .usershow__attributes {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      width: 45%; } }

.usershow__attribute-title, .usershow__attribute-value {
  text-align: left;
  padding-bottom: 15px;
  font-size: 13px;
  color: #464646; }
  @media (min-width: 768px) {
    .usershow__attribute-title, .usershow__attribute-value {
      font-size: 14px;
      padding-bottom: 30px;
      margin-bottom: 20px; } }

.usershow__attribute-title {
  width: 100%;
  font-weight: 600;
  border-top: 1px solid #d3d3d3;
  padding-top: 18px; }
  .usershow__attribute-title:last-of-type {
    border-top: none; }
  @media (min-width: 768px) {
    .usershow__attribute-title {
      width: 30%;
      border-bottom: 1px solid #d3d3d3;
      padding-top: 0; }
      .usershow__attribute-title:first-of-type {
        border-top: none; }
      .usershow__attribute-title:last-of-type {
        border-bottom: none; } }

.usershow__attribute-value {
  width: 100%;
  border-bottom: 1px solid #d3d3d3; }
  @media (min-width: 768px) {
    .usershow__attribute-value {
      width: 70%; }
      .usershow__attribute-value:last-of-type {
        border-bottom: none; } }

.usershow__description {
  text-align: left;
  margin: 20px 0 60px;
  font-size: 14px;
  line-height: 24px;
  word-break: break-word; }
  @media (min-width: 768px) {
    .usershow__description {
      margin: -7px 0 40px;
      font-size: 15px;
      line-height: 26px; } }

.usershow__sns-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .usershow__sns-field {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 70px; } }

.usershow__sns-link {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  font-size: 20px; }
  .usershow__sns-link:first-of-type {
    margin-left: 5px; }
  .usershow__sns-link:last-child {
    margin-right: 0; }
  .usershow__sns-link--twitter {
    color: #1da1f2; }
  .usershow__sns-link--facebook {
    color: #3b5998; }
  .usershow__sns-link--website {
    color: #acacac; }
  .usershow__sns-link--disabled {
    color: #eff2f5; }

.usershow__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .usershow__title {
      text-align: left; } }

.usershow__projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .usershow__projects > .project-card {
    margin: 0 10px 20px; }
    @media (min-width: 768px) {
      .usershow__projects > .project-card {
        margin: 0 5px 20px; } }

.usershow__more {
  margin-bottom: 40px;
  text-align: right; }

.usershow__more-link {
  color: #464646; }
  .usershow__more-link:after {
    content: ">";
    margin-left: 5px; }

.goal-form__add, .goal-form__delete {
  width: 200px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px 0;
  font-size: 14px;
  font-weight: bold; }

.goal-form__add {
  border: solid 2px #707070;
  background-color: #ffffff;
  color: #464646; }

.goal-form__delete {
  border: solid 2px #da6484;
  background-color: #ffffff;
  color: #da6484; }

#torch-form textarea[name="title"] {
  height: 73px;
  resize: vertical; }
  @media (min-width: 768px) {
    #torch-form textarea[name="title"] {
      height: 60px; } }

.message-sidebar {
  margin: 0;
  padding: 0;
  border-right: solid 1px #e2e2e2;
  border-radius: unset; }
  @media (min-width: 768px) {
    .message-sidebar {
      width: 40%;
      max-width: 396px; } }
  .message-sidebar__title {
    display: none; }
    @media (min-width: 768px) {
      .message-sidebar__title {
        display: block;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #464646;
        font-weight: bold;
        border-bottom: 0.5px solid #999; } }
  .message-sidebar__sender-list {
    width: 70px;
    max-height: 100vh;
    overflow-y: auto; }
    @media (min-width: 768px) {
      .message-sidebar__sender-list {
        width: 100%; } }
  .message-sidebar__sender {
    padding: 10px;
    border-bottom: 1px solid #d3d3d3;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear; }
    @media (min-width: 768px) {
      .message-sidebar__sender {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .message-sidebar__sender--selected, .message-sidebar__sender:hover {
      background-color: #d3d3d3; }
  .message-sidebar__sender-icon {
    vertical-align: bottom;
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #d3d3d3; }
    @media (min-width: 768px) {
      .message-sidebar__sender-icon {
        width: 40px;
        height: 40px;
        margin-right: 20px; } }
  .message-sidebar__sender-info {
    display: none; }
    @media (min-width: 768px) {
      .message-sidebar__sender-info {
        display: initial;
        width: calc(100% - 80px); } }
  .message-sidebar__sender-name {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    display: block;
    font-size: 15px;
    color: #464646; }
  .message-sidebar__send-time {
    float: right;
    font-size: 10px;
    color: #959595; }
  .message-sidebar__latest-message {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    clear: both;
    font-size: 13px;
    color: #808080; }

.message-area {
  width: 100%;
  border: 1px solid #F4F4F4; }
  .message-area__input-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: white;
    border-top: 1px solid #F4F4F4; }
    .message-area__input-area > textarea {
      width: 100%;
      border-radius: 10px;
      outline: none;
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      margin-right: 10px;
      border: none;
      background: #eee; }
    .message-area__input-area_hidden {
      display: none; }
  .message-area__send-button {
    background: transparent;
    font-size: 20px;
    color: #ccc; }

.message-window {
  height: calc(100vh - 51px);
  overflow: auto; }
  .message-window__error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px; }
  .message-window__icon {
    -webkit-flex-basis: 144px;
    -ms-flex-preferred-size: 144px;
    flex-basis: 144px;
    height: auto;
    margin-bottom: 20px; }
  .message-window__error-message {
    text-align: center;
    font-size: 15px;
    font-weight: bold; }
  .message-window__sender {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #ff9c89;
    padding: 5px 10px;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-weight: bold;
    height: 34px; }
    .message-window__sender > a {
      color: #fff;
      font-weight: bold; }
  .message-window__date {
    display: block;
    text-align: center;
    margin: 20px auto 0;
    width: 150px;
    line-height: 25px;
    background-color: #959595;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 600; }

.message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: initial; }
  .message--me {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .message__sender {
    margin-left: 10px; }
  .message__sender-icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover; }
  .message__balloon {
    margin: 25px 20px 25px 10px;
    padding: 5px 20px;
    max-width: 500px;
    background: #e5e5e5;
    border-radius: 10px;
    position: relative;
    word-wrap: break-word; }
    .message__balloon::before, .message__balloon::after {
      position: absolute;
      width: 100%;
      text-align: left;
      font-size: 0.7rem;
      color: #959595;
      font-weight: 600;
      white-space: nowrap; }
    .message__balloon::before {
      content: attr(sentfrom);
      top: -20px;
      left: 0; }
    .message__balloon::after {
      content: attr(sentat);
      bottom: -20px;
      text-align: right;
      right: -15px; }
    .message__balloon--me {
      background: #FACFD4;
      margin-left: 20px; }
      .message__balloon--me::after {
        left: -20px;
        text-align: left;
        min-width: 100px;
        white-space: nowrap; }

.message-section {
  width: 100%;
  background-color: whitesmoke;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (min-width: 768px) {
    .message-section {
      vertical-align: top;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

.about-topimage {
  width: 100vw;
  height: 650px;
  background-image: url(../images/about/about-firstview.png);
  background-position: bottom;
  background-size: cover;
  background-position-y: -65px;
  background-position-x: -33px;
  background-repeat: no-repeat;
  margin: 0;
  position: relative; }
  .about-topimage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.25); }
  @media (min-width: 768px) {
    .about-topimage {
      background-image: url(../images/about/about-firstview_pc.png);
      width: 100%;
      height: 860px;
      background-position: 43vw -230px;
      background-size: 1164px; } }

.about-section {
  letter-spacing: 1px;
  margin-bottom: 80px; }
  .about-section--bottom-short {
    margin-bottom: 80px; }
    @media (min-width: 768px) {
      .about-section--bottom-short {
        margin-bottom: 80px; } }
  .about-section:first-of-type {
    margin-bottom: -20px; }
  @media (min-width: 768px) {
    .about-section {
      margin-top: 170px;
      width: 100vw; }
      .about-section:first-of-type {
        margin-top: 0;
        margin-bottom: 0;
        max-width: 100vw; }
      .about-section:nth-of-type(2) {
        margin-top: 0px; }
      .about-section:last-of-type {
        margin-top: 40px; } }
  .about-section__textwrapper {
    padding: 56px 0 0;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .about-section__textwrapper {
        text-align: left;
        padding: 100px 48px 0;
        max-width: 1164px; } }
  .about-section__logo {
    width: 200px;
    height: auto;
    padding-bottom: 40px;
    text-align: left;
    display: block; }
    @media (min-width: 768px) {
      .about-section__logo {
        width: 300px;
        padding-bottom: 65px; } }
  .about-section__header {
    color: #262626;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.33;
    margin-bottom: 30px;
    display: block;
    position: relative;
    letter-spacing: 2px; }
    @media (min-width: 768px) {
      .about-section__header {
        font-size: 40px;
        margin-bottom: 50px;
        letter-spacing: 2px; }
        .about-section__header:first-child {
          margin-top: 0; } }
  .about-section__firstview-image {
    display: block;
    margin-bottom: 30px;
    max-width: 750px;
    margin: 0 15vw 30px 0; }
    @media (min-width: 768px) {
      .about-section__firstview-image {
        margin: 0 30vw 40px 0;
        min-width: 600px; } }
    @media (min-width: 768px) {
      .about-section__firstview-image--hide-on-pc {
        display: none; } }
    .about-section__firstview-image--hide-on-mobi {
      display: none; }
      @media (min-width: 768px) {
        .about-section__firstview-image--hide-on-mobi {
          display: block; } }
  .about-section__desc {
    color: #262626;
    padding-bottom: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-align: left; }
    @media (min-width: 768px) {
      .about-section__desc {
        font-size: 20px;
        line-height: 38px;
        padding-bottom: 80px;
        width: 472px; } }
  .about-section__scroll {
    letter-spacing: 2px;
    color: #464646;
    padding-top: 40px;
    display: block;
    text-align: center;
    position: relative;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .about-section__scroll-arrow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    border-left: 1px solid #464646;
    border-bottom: 1px solid #464646;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: down 2s infinite;
    animation: down 2s infinite; }

@-webkit-keyframes down {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0); } }

@keyframes down {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0); } }
  .about-section .about-tile {
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #f7f8fa;
    padding: 20px 17.5px;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .about-section .about-tile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0 17.5px;
        max-width: 1164px; } }
    .about-section .about-tile__order {
      font-family: "Roboto";
      font-size: 100px;
      font-weight: bold;
      line-height: 1.32;
      letter-spacing: normal;
      text-align: left;
      color: #ecf0f4;
      z-index: 0;
      display: block; }
      @media (min-width: 768px) {
        .about-section .about-tile__order {
          display: none; } }
      .about-section .about-tile__order--pc {
        display: none; }
        @media (min-width: 768px) {
          .about-section .about-tile__order--pc {
            display: block;
            font-family: "Roboto";
            font-size: 125px;
            font-weight: bold;
            line-height: 0.9;
            letter-spacing: normal;
            color: #ecf0f4;
            z-index: 0;
            margin-left: -20px; } }
    .about-section .about-tile__title {
      z-index: 100;
      font-size: 20px;
      line-height: 1.7;
      letter-spacing: 0.5px;
      text-align: center;
      position: absolute;
      top: 35px;
      left: 0;
      right: 0; }
      @media (min-width: 768px) {
        .about-section .about-tile__title {
          display: none; } }
      .about-section .about-tile__title--pc {
        display: none; }
        @media (min-width: 768px) {
          .about-section .about-tile__title--pc {
            display: block;
            z-index: 100;
            position: absolute;
            top: 90px;
            width: 60%;
            font-size: 28px;
            line-height: 30px; } }
    .about-section .about-tile__image {
      width: 60%;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .about-section .about-tile__image {
          width: 25%;
          margin-bottom: 0; } }
    .about-section .about-tile__desc {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 15px;
      text-align: left; }
      @media (min-width: 768px) {
        .about-section .about-tile__desc {
          font-size: 16px;
          width: 60%;
          margin: 50px 0;
          line-height: 30px; } }
  .about-section .about-step {
    width: 335px;
    margin-bottom: 22px;
    padding: 20px 17.5px 0;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.16);
    background-image: -webkit-gradient(linear, right top, left top, from(#fd9e9b), to(#ffc791));
    background-image: linear-gradient(to left, #fd9e9b, #ffc791);
    color: #fff; }
    @media (min-width: 768px) {
      .about-section .about-step {
        width: calc(100vw - 96px);
        max-width: 1024px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    @media (min-width: 768px) {
      .about-section .about-step__text {
        width: 40%;
        padding-bottom: 20px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    .about-section .about-step__title {
      margin: 30px 0;
      font-size: 20px; }
      @media (min-width: 768px) {
        .about-section .about-step__title {
          font-size: 38px;
          text-align: left;
          margin-bottom: 70px; } }
    .about-section .about-step__desc {
      padding-bottom: 22px;
      line-height: 22px;
      font-size: 14px;
      text-align: left;
      font-weight: 600; }
      @media (min-width: 768px) {
        .about-section .about-step__desc {
          font-size: 20px;
          line-height: 34px; } }
    .about-section .about-step img {
      height: 250px;
      width: 55%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 50% 0;
      object-position: 50% 0;
      vertical-align: bottom; }
      @media (min-width: 768px) {
        .about-section .about-step img {
          height: 500px;
          width: 32%;
          text-align: right;
          padding-top: 20px; } }
  .about-section .about-example {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 17.5px; }
    @media (min-width: 768px) {
      .about-section .about-example {
        padding: 0 10px;
        width: 300px; } }
    .about-section .about-example__image {
      width: 45%;
      margin: 5px 0 30px 0; }
      @media (min-width: 768px) {
        .about-section .about-example__image {
          width: 80%; } }
    .about-section .about-example__title {
      font-size: 20px;
      margin-bottom: 30px; }
    .about-section .about-example__desc {
      font-size: 14px;
      line-height: 24px;
      text-align: left; }
  .about-section .collaboration-row {
    padding: 0 17.5px;
    max-width: 1024px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .about-section .collaboration-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto 10px; }
        .about-section .collaboration-row:last-of-type {
          margin: 0px auto 90px; } }
  .about-section .collaboration-card {
    position: relative;
    max-width: 450px;
    min-height: 280px;
    margin: 0 auto 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden; }
    .about-section .collaboration-card:hover {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.25);
      opacity: 0.9; }
    @media (min-width: 768px) {
      .about-section .collaboration-card {
        min-height: 360px; }
        .about-section .collaboration-card:not(:last-of-type) {
          margin-right: 30px; } }
    .about-section .collaboration-card__link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .about-section .collaboration-card__logo {
      padding: 15% 15% 10%;
      min-height: 130px;
      width: auto; }
      @media (min-width: 768px) {
        .about-section .collaboration-card__logo {
          min-height: 200px;
          -o-object-fit: contain;
          object-fit: contain; } }
      .about-section .collaboration-card__logo--canva {
        padding: 15% 23% 10%; }
    .about-section .collaboration-card__desc {
      font-weight: 600;
      padding: 0 10% 7%;
      line-height: 24px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .about-section .collaboration-card__desc {
          font-size: 16px;
          line-height: 30px; } }
    .about-section .collaboration-card--polca {
      background-color: #f8cc35; }
    .about-section .collaboration-card--lookme {
      background-color: #ffea79; }
  .about-section__pricelist {
    margin-bottom: 80px; }
    @media (min-width: 768px) {
      .about-section__pricelist {
        margin-bottom: 120px; } }
  .about-section .price-card {
    display: block;
    position: relative;
    margin: 0px auto 10px;
    padding-bottom: 20px;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 20, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 20, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .about-section .price-card {
        width: 500px; } }
    .about-section .price-card__header {
      text-align: center;
      padding: 40px 0; }
    .about-section .price-card__ribbon-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 95px;
      height: 95px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .about-section .price-card__ribbon-content {
          width: 150px;
          height: 150px; } }
    .about-section .price-card__ribbon {
      display: inline-block;
      position: absolute;
      padding: 5px 0;
      left: -45px;
      top: 20px;
      width: 160px;
      font-size: 15px;
      font-weight: 600;
      line-height: 23px;
      background: -webkit-gradient(linear, right top, left top, from(#ffcba5), to(#ff9393));
      background: linear-gradient(to left, #ffcba5, #ff9393);
      color: #fff;
      letter-spacing: 0.05em;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      @media (min-width: 768px) {
        .about-section .price-card__ribbon {
          width: 180px;
          font-size: 18px;
          line-height: 40px; } }
    .about-section .price-card__title {
      font-family: Roboto;
      font-size: 24px;
      font-weight: 600;
      text-align: center; }
      @media (min-width: 768px) {
        .about-section .price-card__title {
          font-size: 28px; } }
    .about-section .price-card__price {
      font-size: 65px;
      font-weight: 600;
      padding: 20px 0 10px;
      margin-left: -10px;
      letter-spacing: 5px; }
      @media (min-width: 768px) {
        .about-section .price-card__price {
          font-size: 75px; } }
    .about-section .price-card__yenmark {
      font-size: 35px;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .about-section .price-card__yenmark {
          font-size: 45px; } }
    .about-section .price-card__line {
      width: 50px;
      border: 2px solid #ff9c89;
      display: inline-block;
      border-radius: 2px; }
    .about-section .price-card__desc {
      padding: 0 30px;
      font-size: 15px; }
      @media (min-width: 768px) {
        .about-section .price-card__desc {
          padding: 5px 105px; } }
    .about-section .price-card__content {
      padding-bottom: 10px;
      line-height: normal; }
      .about-section .price-card__content:before {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        font-weight: 900;
        color: #ff9c89;
        margin-right: 4px; }
      @media (min-width: 768px) {
        .about-section .price-card__content {
          font-size: 18px; }
          .about-section .price-card__content:before {
            margin-right: 8px; } }
    .about-section .price-card__sub-desc {
      font-size: 12px;
      text-align: center; }
      @media (min-width: 768px) {
        .about-section .price-card__sub-desc {
          font-size: 14px; } }
  .about-section .readyfor-card {
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.16);
    padding: 45px 17.5px;
    text-align: center;
    background-image: url(../images/about/icon-tranceparent.svg), -webkit-gradient(linear, left top, left bottom, from(#f6142f), to(#fc8361));
    background-image: url(../images/about/icon-tranceparent.svg), linear-gradient(to bottom, #f6142f, #fc8361);
    background-repeat: no-repeat;
    background-size: 150px, 100%;
    background-position: left -30px bottom -30px, top left; }
    @media (min-width: 768px) {
      .about-section .readyfor-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-size: 170px, 100%;
        background-position: left -20px bottom -30px, top left; } }
    .about-section .readyfor-card__title {
      color: #fff;
      font-size: 20px;
      margin-bottom: 40px;
      line-height: 34px; }
      @media (min-width: 768px) {
        .about-section .readyfor-card__title {
          font-size: 30px;
          text-align: left;
          line-height: 60px;
          letter-spacing: 1.5px;
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .about-section .readyfor-card__body {
        width: 340px; } }
    .about-section .readyfor-card__body .readyfor-button {
      margin-bottom: 15px; }
  @media (min-width: 768px) {
    .about-section .about-categories {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; } }

.search-section {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .search-section {
      margin-top: 50px; } }
  .search-section__title {
    font-size: 24px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .search-section__title {
        margin-bottom: 50px;
        font-size: 28px; } }
  .search-section__subtitle {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .search-section__subtitle {
        margin-bottom: 50px;
        font-size: 12px; } }
  .search-section > .top-search-field {
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .search-section > .top-search-field {
        margin-bottom: 80px; } }

.search-result {
  clear: both;
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
  @media (min-width: 768px) {
    .search-result {
      gap: 30px;
      grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); } }
  .search-result > .project-card {
    margin: 0 auto; }

.signup-section__button {
  margin: 0 auto 30px;
  display: block; }

.login-section {
  margin: 20px auto; }
  @media (min-width: 768px) {
    .login-section {
      margin: 60px auto; } }
  .login-section__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .login-section__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
  .login-section__desc {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    margin: 40px 0 20px;
    letter-spacing: 0.4px; }
    @media (min-width: 768px) {
      .login-section__desc {
        font-size: 18px;
        margin-bottom: 40px;
        letter-spacing: 0.7px; } }

.login-tile {
  background: #eff2f5;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .login-tile {
      padding: 30px 60px;
      margin-bottom: 0; }
      .login-tile:not(:last-of-type) {
        margin-right: 30px; } }
  .login-tile__title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.8px; }
    @media (min-width: 768px) {
      .login-tile__title {
        font-size: 26px;
        margin-bottom: 30px; } }
  .login-tile__body {
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center; }
  .login-tile__button {
    margin-bottom: 20px;
    font-size: 14px; }

.contact-section__send-button {
  margin: 0 auto 30px;
  display: block; }

.terms-of-use__desc {
  font-size: 14px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 30px;
  line-height: 1.72;
  margin-bottom: 30px; }

.terms-of-use__dl {
  line-height: 1.72; }
  .terms-of-use__dl dt {
    font-size: 20px;
    font-weight: bold; }
  .terms-of-use__dl dd {
    font-size: 16px;
    margin: 0 20px 20px; }
  .terms-of-use__dl ol {
    list-style: decimal inside; }

.operation-menu {
  width: 230px;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  overflow: hidden; }
  .operation-menu__item {
    background: #fff;
    height: 48px; }
    .operation-menu__item_active {
      background: #acacac; }
      .operation-menu__item_active > a {
        color: #fff; }
  .operation-menu__link {
    font-weight: bold;
    color: #000;
    line-height: 48px;
    font-size: 15px;
    display: block;
    padding-left: 62px; }

.operation-section__more-link {
  font-size: 24px;
  line-height: 59px;
  font-weight: bold;
  float: right; }

.operation-form {
  margin-bottom: 30px; }

.operation-header {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 5px solid #d3d3d3;
  margin-bottom: 45px; }

.operation-subheader {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px; }

.operation-table {
  border-spacing: initial;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 75px; }
  .operation-table--fixed {
    table-layout: fixed; }
  .operation-table__header {
    background: -webkit-gradient(linear, right top, left top, from(#ffcba5), to(#ff9393));
    background: linear-gradient(to left, #ffcba5, #ff9393); }
    .operation-table__header tr > th {
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      padding: 23px 19px;
      text-align: left; }
  .operation-table__body {
    border-top: none; }
    .operation-table__body tr > td {
      font-weight: bold;
      word-break: break-all;
      min-width: 130px;
      font-size: 14px;
      text-align: center;
      padding: 23px 19px;
      border-bottom: 0.5px solid #d3d3d3; }
      .operation-table__body tr > td:nth-of-type(2n) {
        background: #eff2f5; }
      .operation-table__body tr > td:first-of-type {
        border-left: 3px solid #d3d3d3; }
      .operation-table__body tr > td:last-of-type {
        border-right: 3px solid #d3d3d3; }
      .operation-table__body tr > td > input {
        width: 100%; }
    .operation-table__body tr:last-of-type {
      overflow: hidden; }
      .operation-table__body tr:last-of-type > td {
        border-bottom: 3px solid #d3d3d3; }
        .operation-table__body tr:last-of-type > td:first-of-type {
          border-bottom-left-radius: 10px; }
        .operation-table__body tr:last-of-type > td:last-of-type {
          border-bottom-right-radius: 10px; }
  @media (max-device-width: 1025px) {
    .operation-table {
      table-layout: fixed; } }

.operation-count {
  font-size: 48px !important;
  margin-right: 10px; }

.exam-history-list {
  margin-bottom: 20px; }

.owner-support:first-child {
  margin-top: 60px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .owner-support:first-child {
      margin-top: 100px;
      margin-bottom: 90px; } }

.owner-support:last-child {
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .owner-support:last-child {
      margin-top: 80px;
      margin-bottom: 90px; } }

.owner-support__textimage {
  max-width: 500px; }
  @media (min-width: 768px) {
    .owner-support__textimage--hide-on-pc {
      display: none; } }
  .owner-support__textimage--hide-on-mobi {
    display: none; }
    @media (min-width: 768px) {
      .owner-support__textimage--hide-on-mobi {
        display: block; } }

.owner-support--message {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffba75), to(#fd5d5a));
  background-image: linear-gradient(to left, #ffba75, #fd5d5a);
  min-width: 100vw;
  height: auto;
  color: #fff;
  letter-spacing: 1.3px; }
  @media (min-width: 768px) {
    .owner-support--message {
      padding-top: 60px;
      padding-bottom: 50px; } }

.owner-support__header {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 20px; }
  @media (min-width: 768px) {
    .owner-support__header {
      font-size: 36px; } }

.owner-support__desc {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 auto;
  font-weight: 600; }
  @media (min-width: 768px) {
    .owner-support__desc {
      font-size: 16px;
      max-width: 795px;
      text-align: center; } }

.owner-support__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .owner-support__title {
      font-size: 40px;
      margin-bottom: 40px; } }

@media (min-width: 768px) {
  .owner-support .collaboration-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.owner-support .collaboration-tile {
  border-radius: 5px;
  border: 0.3px solid #f2f2f2;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  padding: 50px 17.5px 30px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .owner-support .collaboration-tile {
      padding: 45px 50px 30px; }
      .owner-support .collaboration-tile:not(:last-of-type) {
        margin-right: 20px; } }
  .owner-support .collaboration-tile__header {
    text-align: center; }
  .owner-support .collaboration-tile__title {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 auto 18px;
    text-align: center; }
    @media (min-width: 768px) {
      .owner-support .collaboration-tile__title {
        font-size: 18px; } }
  .owner-support .collaboration-tile__logo {
    padding: 0 8%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .owner-support .collaboration-tile__logo {
        max-width: 320px;
        min-height: 70px; } }
    .owner-support .collaboration-tile__logo--canva {
      padding: 0 13%; }
  .owner-support .collaboration-tile__desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
    letter-spacing: 1.3px;
    word-break: break-all; }
    @media (min-width: 768px) {
      .owner-support .collaboration-tile__desc {
        max-width: 400px;
        min-height: 156px;
        line-height: 1.9; } }
  .owner-support .collaboration-tile__footer {
    text-align: center;
    margin: 0 auto; }
  .owner-support .collaboration-tile__note {
    display: block;
    font-size: 10px;
    line-height: 1.7;
    padding-top: 10px;
    margin: 0 auto;
    max-width: 300px; }
    @media (min-width: 768px) {
      .owner-support .collaboration-tile__note {
        line-height: 1.6; } }