@charset "UTF-8";
.content .profile-header {
  text-align: center;
  margin-top: 30px;
}

.content .profile-header .prof-header-description {
  margin: auto;
  width: 480px;
}

@media screen and (max-width: 768px) {
  .content .profile-header .prof-header-description {
    font-size: 14px;
    width: 300px;
  }
}

.content .profile-header .prof-header-description .prof-name {
  padding-bottom: 5px;
  font-size: 24px;
}

.content .profile-header .prof-header-description .prof-description {
  padding-top: 10px;
  border-top: solid 1px #ddd;
}

.content .profile-header p {
  margin: 0 10%;
  text-align: left;
}

.content .profile-header img {
  width: 240px;
  border-radius: 80px;
}

.content .prof-rows {
  margin: 50px 120px;
}

@media screen and (max-width: 1080px) {
  .content .prof-rows {
    margin: 50px 20px;
  }
}

.content .prof-rows .prof-row .prof-title {
  padding-left: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  border-left: solid 3px #ddd;
}

.content .prof-rows .prof-row .prof-contents {
  display: flex;
  height: auto;
  margin: 20px;
}

@media screen and (max-width: 1080px) {
  .content .prof-rows .prof-row .prof-contents {
    display: block;
    text-align: center;
  }
}

.content .prof-rows .prof-row .prof-contents img {
  width: 400px;
  height: 400px;
  border-radius: 40px;
  opacity: 0.7;
  align-self: start;
}

@media screen and (max-width: 768px) {
  .content .prof-rows .prof-row .prof-contents img {
    width: 240px;
    height: 240px;
  }
}

.content .prof-rows .prof-row .prof-contents .prof-content {
  text-align: center;
}

.content .prof-rows .prof-row .prof-contents .prof-content p {
  margin: 0 20px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .content .prof-rows .prof-row .prof-contents .prof-content p {
    margin: 0;
  }
}

.content .prof-rows .prof-row .prof-contents .prof-content span {
  display: inline-block;
  color: white;
  margin: 5px;
  padding: 10px;
  background-color: #123456;
  border-radius: 5px;
  font-size: 12px;
}

.content .prof-rows .prof-row .prof-contents .prof-content .prof-skillset {
  margin: 0px 30px;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .content .prof-rows .prof-row .prof-contents .prof-content .prof-skillset {
    margin: 0;
  }
}

.content .prof-rows .prof-row .prof-contents .prof-content .prof-skillset h3 {
  display: inline-block;
  margin: 10px 0;
  padding: 5px;
  border-bottom: solid 1px #ddd;
}

.content .prof-rows .prof-row .prof-contents .prof-content .prof-skillset h4 {
  padding: 0 15px;
  text-align: left;
}

.content .prof-rows .prof-row .prof-contents .prof-content .prof-skillset .prof-skillset-box {
  padding: 0 15px;
}

.content .prof-rows .prof-row .prof-contents .prof-content .prof-about-description {
  margin: 20px 30px;
}

@media screen and (max-width: 768px) {
  .content .prof-rows .prof-row .prof-contents .prof-content .prof-about-description {
    margin: 20px 0;
  }
}

.content .prof-rows .prof-row .prof-contents .prof-content .prof-about-description .prof_button {
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #555;
  transition-duration: 0.2s;
}

.content .prof-rows .prof-row .prof-contents .prof-content .prof-about-description .prof_button:hover {
  background-color: #3e854b;
}

.content .prof-rows .prof-row .prof-contents .prof-content .prof-about-description .cook-description {
  margin: 80px;
}

@media screen and (max-width: 768px) {
  .content .prof-rows .prof-row .prof-contents .prof-content .prof-about-description .cook-description {
    margin: 20px 0px;
  }
}

.content .prof-rows .prof-row .prof-contents .prof-content .prof-about-description .fa-instagram {
  margin-right: 5px;
}

.content .prof-rows .prof-row .prof-contents .prof-content .prof-about-description .opera-description {
  margin: 80px;
}

@media screen and (max-width: 768px) {
  .content .prof-rows .prof-row .prof-contents .prof-content .prof-about-description .opera-description {
    margin: 20px 0px;
  }
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.top-image {
  background-image: url("../img/top-background.jpg");
  background-color: rgba(0, 0, 0, 0.9);
  background-blend-mode: darken;
  position: relative;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
}

@media screen and (max-width: 1080px) {
  .top-image {
    background-size: repeat;
  }
}

.top-image #top-banner {
  display: inline-block;
  width: 80%;
  margin: 10px 10%;
  padding: 0;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .top-image #top-banner {
    padding: 70px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-image #top-banner {
    width: 100%;
    margin: 0;
    padding: 140px 0;
  }
}

.top-image path {
  fill: none;
  stroke: #fff;
  /*線の色を指定する*/
  stroke-dasharray: 2000;
  /*線の間隔を指定する*/
  stroke-dashoffset: 0;
  /*線の位置を指定する(IEは効かない属性)*/
  stroke-width: 1;
  /*線の太さを指定する*/
  -webkit-animation: hello 3s ease-in forwards;
  animation: hello 3s ease-in forwards;
}

@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
    /*透過*/
  }
  50% {
    fill: transparent;
    /*透過*/
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}

@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
    /*透過*/
  }
  50% {
    fill: transparent;
    /*透過*/
  }
  100% {
    stroke-dashoffset: 0;
    fill: #999;
  }
}

h1 {
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
    margin: 30px auto;
  }
}

.work-rows {
  margin: 50px;
}

@media screen and (max-width: 768px) {
  .work-rows {
    margin: 0;
    padding: 0 10px;
  }
}

.work-rows .work-row {
  margin: 20px 0;
}

@media screen and (max-width: 1080px) {
  .work-rows .work-row {
    margin: 0px 20px;
  }
}

.work-rows .work-row .work-title {
  border-bottom: solid 1px #ddd;
  border-left: solid 3px #ddd;
  padding-left: 15px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1080px) {
  .work-rows .work-row .work-title {
    font-size: 20px;
  }
}

.work-rows .work-row .work-content {
  display: flex;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .work-rows .work-row .work-content {
    display: block;
  }
}

.work-rows .work-row .work-content img {
  margin: 20px 0;
  width: 360px;
  height: 360px;
  border-radius: 40px;
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .work-rows .work-row .work-content img {
    width: 240px;
    height: 240px;
  }
}

.work-rows .work-row .work-content .work-description {
  margin: 0 50px;
}

@media screen and (max-width: 1080px) {
  .work-rows .work-row .work-content .work-description {
    margin: 0 15px;
  }
}

.work-rows .work-row .work-content .work-description .work-detail {
  margin: 20px 0;
  text-align: left;
}

.work-rows .work-row .work-content .work-description .work-detail h3 {
  display: inline-block;
  border-bottom: solid 1px #ddd;
}

.work-rows .work-row .work-content .work-description .work-detail p {
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .work-rows .work-row .work-content .work-description .work-detail p {
    font-size: 14px;
  }
}

.work-rows .work-row .work-content .work-description .work-lang span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #123456;
  border-radius: 5px;
}

.work-rows .work-row .work-content .work-description .work-about {
  margin: 20px 0;
}

.work-rows .work-row .work-content .work-description .work-about a {
  color: #FFA500;
}

.work-rows .work-row .work-content .work-description .work-about .work-access {
  display: inline-block;
  margin: 15px 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #333;
}

.work-rows .work-row .work-content .work-description .work-func span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #123456;
  border-radius: 5px;
}

body {
  background-color: #222;
  margin: 0;
}

h1 {
  color: #ddd;
  text-align: center;
}

h2, h3, h4 {
  color: #ddd;
}

p {
  color: white;
  font-family: sans-serif;
}

a {
  text-decoration: none;
  color: white;
}

header {
  background-color: #111;
  display: flex;
  margin: 0;
}

@media screen and (max-width: 768px) {
  header {
    text-align: left;
  }
}

header h1 {
  margin: 10px 0;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  header h1 {
    margin: 33px 0;
    padding-left: 10px;
    font-size: 24px;
  }
}

header a {
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  header a {
    margin: 0;
  }
}

header #top-logo {
  width: 100%;
  margin: 20px 10%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  header #top-logo {
    margin: 20px 0;
  }
}

header #top-logo path {
  fill: none;
  animation: fadeIn 0.2s ease-in forwards;
  -webkit-animation: fadeIn 0.2s ease-in forwards;
}

@keyframes fadeIn {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ddd;
  }
}

@media screen and (max-width: 768px) {
  header ul {
    display: none;
  }
}

header li {
  display: inline-block;
  list-style-type: none;
  margin: 10px 10px;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #555;
  transition-duration: 0.2s;
}

header li:hover {
  background-color: #3e854b;
}

header .humburger-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  header .humburger-menu {
    display: block;
  }
}

footer {
  background-color: #111;
  margin: auto;
}

footer .contact {
  text-align: center;
  padding-bottom: 100px;
}

footer .contact h2 {
  border-bottom: solid 1px #444;
  margin: auto;
  padding: 20px 0;
  width: 400px;
}

@media screen and (max-width: 768px) {
  footer .contact h2 {
    width: 200px;
  }
}

footer .contact .contact-sns {
  margin: 30px;
}

footer .contact .contact-sns a {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #333;
  transition-duration: 0.2s;
}

footer .contact .contact-sns a:hover {
  background-color: #3e854b;
}

@media screen and (max-width: 768px) {
  footer .contact .contact-sns a {
    font-size: 10px;
  }
}

footer .contact .fab {
  margin-right: 5px;
}
