@charset "UTF-8";
/* ==========================================================================
 * Foundation
 * ========================================================================== */
/* ===========================================
 * Google Fonts
 *   - Noto Sans Japanese
 *   - Darumadrop One
 *   - Material Symbols 
 * ======================================== */
@import url("https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");
/*! 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.
 */
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 {
  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 */
  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 {
  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] {
  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;
}

/* Base Style
 * ----------------------------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  line-height: 1.8;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  filter: opacity(0.5);
}

input,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input[type=submit] {
  cursor: poniter;
}
button:focus-visible,
input[type=submit]:focus-visible {
  outline: none;
}

/* ==========================================================================
 * Layout
 * ========================================================================== */
/* Header
 * ----------------------------------------------------------------- */
.l-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 2.5vw 2.5vw 0 2.5vw;
  top: 0;
}
.l-header__logo {
  height: 4.5vw;
  min-height: 3rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
}
.l-header__logo.is-show {
  visibility: visible;
  opacity: 1;
  filter: none;
  transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
}
.l-header__nav {
  flex: 1;
}
.l-header__nav ul {
  justify-content: flex-end;
  list-style-type: none;
  font-size: clamp(0.75rem, 0.417rem + 1.11vw, 1.25rem);
}
.l-header__nav li {
  margin: 0 0 0 1.5em;
}
.l-header__nav a {
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.5rem;
  filter: none;
  transition: color 0.5s ease-in-out;
}
.l-header__nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #000; /* 下線の色 */
  transition: all 0.4s ease;
}
.l-header__nav a:hover::before {
  width: 100%;
  left: 0;
}
.l-header.is-light .l-header__nav a {
  color: #f0f0f0;
  transition: color 0.5s ease-in-out;
}
.l-header.is-light .l-header__nav a::before {
  background-color: #f0f0f0;
}
.l-header.is-light .l-header__logo {
  filter: invert(99%) sepia(59%) saturate(140%) hue-rotate(244deg) brightness(111%) contrast(88%);
  transition: filter 0.5s ease-in-out;
}

/* Main
 * ----------------------------------------------------------------- */
.l-main__section {
  padding: 4rem 0 5.5rem;
  font-size: clamp(1rem, 0.714rem + 0.95vw, 1.25rem);
}
.l-main__section-inner {
  max-width: 75rem;
  width: 90vw;
  margin: 0 auto;
}
.l-main__heading {
  font-family: "Darumadrop One", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(4rem, 1.714rem + 7.62vw, 6rem);
  text-align: center;
  line-height: 1;
}
.l-main__subheading {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 0;
  padding-left: 1.75rem;
}
.l-main__subheading::before {
  content: "pets";
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Footer
 * ----------------------------------------------------------------- */
.l-footer {
  background-color: #000;
  color: #f0f0f0;
}
.l-footer__copy {
  margin: 0;
  padding: 1.5rem;
  text-align: center;
}

/* ==========================================================================
   Component
   ========================================================================== */
/* Component: フォームの入力欄
 * ----------------------------------------------------------------- */
.c-input, .c-textarea {
  border: 5px solid #000;
  padding: 0.5rem;
  height: 3rem;
}
.c-input.is-invalid, .is-invalid.c-textarea {
  border-color: #e53935;
}

.c-textarea {
  height: 15em;
  line-height: 1.3;
}

/* Component: フォームのラベル
 * ----------------------------------------------------------------- */
.c-label {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3rem;
}
.c-label__required {
  padding-right: 4em;
  position: relative;
}
.c-label__required::after {
  content: "必須";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #e53935;
  font-size: 1rem;
  line-height: 1.8;
  color: #f0f0f0;
  padding: 0 1em;
}

/* Component: ボタン
 * ----------------------------------------------------------------- */
.c-btn {
  display: inline-block;
  border: 5px solid #000;
  padding: 0.5rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.c-btn[disabled], .c-btn[type=submit][disabled] {
  cursor: default;
  filter: opacity(0.5);
}
.c-btn--submit {
  background-color: #000;
  color: #f0f0f0;
  font-size: 1.25rem;
  min-width: 10rem;
  padding: 0.5rem 1.5rem;
}

/* Component: ダイアログ <dialog>
 * ----------------------------------------------------------------- */
.c-dialog {
  border: none;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.c-dialog__inner {
  position: relative;
  padding: 0 2rem 2rem;
}
.c-dialog__header {
  text-align: center;
  padding-bottom: 1rem;
}
.c-dialog__header .material-symbols-outlined {
  font-size: 5rem;
}
.c-dialog__header--check_circle {
  color: #43a047;
}
.c-dialog__header--error {
  color: #e53935;
}
.c-dialog__close {
  text-align: right;
  position: sticky;
  top: 0;
  padding: 0.25em;
  z-index: 1;
}
.c-dialog__close button {
  display: inline-block;
  line-height: 1;
  padding: 0;
  background-color: #000;
  color: #f0f0f0;
  border: none;
}
.c-dialog::backdrop {
  backdrop-filter: blur(5px);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(50px);
  }
}
.c-dialog--open {
  animation-name: slideIn;
  animation-fill-mode: forwards;
  animation-duration: 500ms;
  animation-timing-function: ease-out;
}
.c-dialog--close {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 500ms;
  animation-timing-function: ease-out;
}

/* Component: リスト
 * ----------------------------------------------------------------- */
.c-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-list-horizontal {
  display: flex;
}
.c-list-horizontal__item {
  margin: 0 0.5em;
}
.c-list .type-disc {
  list-style-type: disc;
  padding-left: 1.5em;
}

/* Component: テーブル
 * ----------------------------------------------------------------- */
.c-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table th,
.c-table td {
  border: 3px solid #000;
  padding: 0.5rem 1rem;
}
.c-table thead th {
  background-color: #000;
  color: #f0f0f0;
}
.c-table tbody th {
  background-color: #ccc;
  vertical-align: top;
  text-align: left;
}

/* Component: テキスト関連
 * ----------------------------------------------------------------- */
.c-text-note {
  color: #888;
}

.c-whs-nowrap {
  white-space: nowrap;
}

/* Component: Divider
 * ----------------------------------------------------------------- */
.c-divider--bottom, .c-divider--top {
  position: relative;
  z-index: 2;
}

.c-divider--bottom::after, .c-divider--top::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url("/img/divider.svg");
  background-repeat: repeat-x;
  width: 100%;
  height: 2rem;
}

.c-divider--top::before {
  top: -1rem;
  left: 0;
}
.c-divider--bottom::after {
  bottom: -1rem;
  left: 0;
}

.c-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Main Visual
 * ----------------------------------------------------------------- */
.p-main-visual {
  width: 100%;
  height: 100vh;
  padding: 4rem;
  font-family: "Darumadrop One", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-main-visual h1 {
  font-size: 5rem;
  margin: 0;
}
.p-main-visual__lead {
  font-size: 2rem;
  margin: 0;
}
.p-main-visual__image {
  padding-top: 2rem;
}
.p-main-visual__image img {
  width: auto;
  height: 40vh;
}

/* ABOUT
 * ----------------------------------------------------------------- */
.p-about {
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.p-about__basic-info {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}
.p-about__name {
  font-size: clamp(2rem, 1.333rem + 2.22vw, 3rem);
  font-weight: 500;
  margin: 0;
}
.p-about__name-en {
  margin-left: 1em;
  font-size: 2rem;
  font-weight: 300;
}
.p-about__social-links {
  flex: 1;
  justify-content: flex-end;
}
.p-about__social-links img {
  width: 2.5rem;
}

@media screen and (max-width: 480px) {
  .p-about__basic-info {
    flex-direction: column;
  }
  .p-about__name-en {
    display: block;
    margin: 0 0 0.5rem 0;
    text-align: center;
    font-weight: 300;
    line-height: 1;
  }
  .p-about__social-links img {
    width: 1.5rem;
  }
}
/* WORKS
 * ----------------------------------------------------------------- */
.p-works {
  background-color: #000;
  color: #f0f0f0;
  /* 企業（その他の活動）別の枠 共通スタイル */
  /* 一覧 */
  /* その他の活動用 */
}
.p-works a {
  color: #f0f0f0;
}
.p-works-section {
  border: 8px solid #f0f0f0;
  margin-bottom: 4rem;
}
.p-works-section__header {
  border-bottom: 1px solid #f0f0f0;
  padding: 1.5rem 1rem;
  text-align: center;
}
.p-works-section__company-name {
  font-size: clamp(1.5rem, 0.357rem + 3.81vw, 2.5rem);
  font-weight: 300;
  margin: 0;
}
.p-works-section__term {
  font-size: clamp(1rem, 0.429rem + 1.9vw, 1.5rem);
  margin: 0;
}
.p-works-section__note {
  font-size: clamp(0.75rem, 0.464rem + 0.95vw, 1rem);
  color: #ccc;
  margin: 0;
}
.p-works-list__item {
  border-bottom: 1px dotted #f0f0f0;
}
.p-works-list__item:last-child {
  border: none;
}
.p-works-list__item-loading {
  display: flex;
  justify-content: center;
  padding: 1.5rem;
}
.p-works-list__item-container {
  display: flex;
  cursor: pointer;
}
.p-works-list__item-container:hover {
  filter: opacity(0.5);
}
.p-works-list__item-content {
  flex: 1;
  padding: 1rem 1.5rem;
}
.p-works-list__item-open-detail {
  align-self: center;
  padding: 1rem;
}
.p-works-list__item-period {
  margin: 0;
  font-size: 0.9em;
}
.p-works-list__item-project {
  margin: 0;
  font-weight: 600;
}
.p-works-section__else .p-works-list {
  margin: 1em 0;
}

@media screen and (max-width: 480px) {
  .p-works-list {
    font-size: 0.9rem;
  }
}
/* WORKS - プロジェクトごとの詳細
 * ----------------------------------------------------------------- */
.p-works-detail {
  max-width: 70rem;
  font-size: 1.25rem;
}
.p-works-detail__header {
  margin-bottom: 1rem;
  position: relative;
  padding: 1rem;
}
.p-works-detail__header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-works-detail__period {
  margin: 0;
  font-size: 0.9em;
}
.p-works-detail__project {
  margin: 0 0 0.25em 0;
  font-size: 1.25em;
}
.p-works-detail__title {
  font-size: 1.1em;
  font-weight: 900;
  margin-bottom: 0;
  border-bottom: 3px solid #000;
}
.p-works-detail__subtitle {
  font-weight: 800;
  background: linear-gradient(transparent 65%, #ffd700 65%);
}

@media screen and (max-width: 480px) {
  .p-works-detail {
    font-size: 1rem;
  }
}
/* SKILL
 * ----------------------------------------------------------------- */
.p-skill .c-table {
  margin-top: 1rem;
}
.p-skill__skills {
  width: 100%;
}
.p-skill__skills-skill {
  font-weight: 800;
}
.p-skill__certification {
  min-width: 70%;
}
.p-skill__certification-name {
  font-weight: 600;
}
.p-skill__certification-ym {
  display: inline-block;
  width: 6em;
}

@media screen and (max-width: 900px) {
  .p-skill {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .p-skill__skills {
    border-top: 3px solid #000;
  }
  .p-skill__skills td,
  .p-skill__skills th {
    display: block;
  }
  .p-skill__skills .p-skill__skills-category {
    border-top: none;
  }
  .p-skill__skills .p-skill__skills-skill {
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-skill__skills .p-skill__skills-experience {
    border-top: none;
    padding-top: 0;
  }
  .p-skill__certification {
    font-size: 0.9rem;
    width: 100%;
  }
  .p-skill__certification td,
  .p-skill__certification th {
    display: block;
  }
  .p-skill__certification td:first-child,
  .p-skill__certification th:first-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-skill__certification td:last-child,
  .p-skill__certification th:last-child {
    border-top: none;
    padding-top: 0;
  }
  .p-skill__certification td {
    border-top: none;
  }
}
/* CONTACT
 * ----------------------------------------------------------------- */
.p-contact {
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.p-contact__item {
  display: flex;
  align-items: flex-start;
}
.p-contact__item-label {
  width: 30%;
}
.p-contact__item-input {
  flex: 1;
  padding-left: 1rem;
}
.p-contact__item-input input,
.p-contact__item-input textarea {
  width: 100%;
}
.p-contact__item-error {
  color: #e53935;
  min-height: 2.5rem;
}
.p-contact__bottom {
  padding: 0.5rem;
  text-align: center;
}
.p-contact__bottom .c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
}
.p-contact__bottom .c-btn .c-loader {
  display: none;
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 900px) {
  .p-contact__item {
    flex-direction: column;
    align-items: stretch;
  }
  .p-contact__item-label {
    width: 100%;
  }
  .p-contact__item-input {
    padding: 0;
  }
}
/* Utility: 余白
 *   .u-<Emmetのプロパティ><数値(rem)>
 * ----------------------------------------------------------------- */
.u-m0 {
  margin: 0;
}
.u-m1 {
  margin: 1rem;
}
.u-m2 {
  margin: 2rem;
}

.u-mt0 {
  margin-top: 0;
}
.u-mt1 {
  margin-top: 1rem;
}
.u-mt2 {
  margin-top: 2rem;
}
.u-mt3 {
  margin-top: 3rem;
}
.u-mt4 {
  margin-top: 4rem;
}

.u-ml0 {
  margin-left: 0;
}
.u-ml0-5 {
  margin-left: 0.5rem;
}
.u-ml1 {
  margin-left: 1rem;
}
.u-ml2 {
  margin-left: 2rem;
}

.u-mb0 {
  margin-bottom: 0;
}
.u-mb1 {
  margin-bottom: 1rem;
}
.u-mb2 {
  margin-bottom: 2rem;
}
.u-mb3 {
  margin-bottom: 3rem;
}
.u-mb4 {
  margin-bottom: 4rem;
}

.u-mr0 {
  margin-right: 0;
}
.u-mr0-5 {
  margin-right: 0.5rem;
}
.u-mr1 {
  margin-right: 1rem;
}
.u-mr2 {
  margin-right: 2rem;
}

/* Utility: 文字関連
 * ----------------------------------------------------------------- */
.u-c-danger {
  color: #e53935;
}

.u-c-gray {
  color: #888;
}

.u-c-light-gray {
  color: #ccc;
}

.u-c-dark-gray {
  color: #444;
}

.u-fz-xs {
  font-size: 0.75rem;
}

.u-fz-sm {
  font-size: 0.875rem;
}

.u-fz-def {
  font-size: 1em;
}

.u-fz-md {
  font-size: 1.25rem;
}

.u-fz-lg {
  font-size: 1.5rem;
}