@charset "UTF-8";
@media screen and (max-width: 600px) {
  /* wrapper */
  #wrapper {
    min-width: 300px;
  }
  /* header */
  #header {
    width: 100%;
    margin: 0 auto;
    padding: 2.5em 6% 3em 7%;
  }
  #header header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #header header #logo {
    width: 80px;
  }
  #header header nav {
    text-align: left;
    padding-top: 0.5em;
  }
  #header header nav ul {
    display: block;
    margin-bottom: 2em;
  }
  #header header nav ul:last-child {
    margin-bottom: 0;
  }
  #header header nav ul li {
    margin-left: 1.3em;
    line-height: 1;
    margin-bottom: 1em;
  }
  /* top */
  #top #news {
    width: 90%;
    bottom: 10px;
    left: 50%;
  }
  /* curations */
  #curations_list {
    overflow: hidden;
    display: block;
  }
  #curations_list li {
    width: 100%;
  }
  #curations_list li .thumb {
    width: 32%;
  }
  #curations_list li .headline {
    width: 65%;
  }
  /* introduction */
  #introduction section {
    width: 90%;
    margin: 0 auto 7em;
  }
  #introduction section .subtitle {
    text-align: center;
  }
  #introduction section .inner {
    margin-top: 3em;
  }
  #introduction #philosophy .inner {
    padding: 7em 0 8em;
  }
  #introduction #philosophy .inner p {
    font-size: 1.6em;
    width: 80%;
  }
  #introduction #company_info .inner {
    display: block;
  }
  #introduction #company_info .inner figure {
    width: 100%;
    padding: 5%;
    border: 1px solid #777777;
    margin-bottom: 3em;
  }
  #introduction #company_info .inner p {
    width: 100%;
    font-size: 1.2em;
  }
  #introduction #projects .inner ul {
    display: block;
  }
  #introduction #projects .inner ul li {
    width: 100%;
    margin-bottom: 3em;
  }
  #introduction #projects .inner ul li h2 {
    font-size: 1.4em;
    margin-top: 0.7em;
  }
  #introduction #projects .inner ul li h2 .year {
    font-size: 0.8em;
    margin-left: 1em;
  }
  #introduction #projects .inner ul li p {
    font-size: 1.2em;
    margin-top: 0.3em;
  }
  #introduction #biography .inner {
    display: block;
  }
  #introduction #biography .inner figure {
    width: 100%;
    margin-bottom: 3em;
  }
  #introduction #biography .inner div {
    width: 100%;
  }
  #introduction #biography .inner div h2 {
    font-size: 1.4em;
  }
  #introduction #biography .inner div #katagaki {
    font-size: 1em;
    margin-top: 1em;
  }
  #introduction #biography .inner div #text {
    font-size: 1.2em;
    margin-top: 2em;
  }
  #introduction #company_prof .inner {
    display: block;
  }
  #introduction #company_prof .inner #googlemap {
    width: 100%;
    margin-bottom: 3em;
  }
  #introduction #company_prof .inner #googlemap iframe {
    height: 22em;
  }
  #introduction #company_prof .inner div {
    width: 100%;
    font-size: 1.1em;
  }
  #introduction #company_prof .inner div dl dt {
    width: 30%;
  }
  #introduction #company_prof .inner div dl dd {
    width: 65%;
  }
  /* recruit */
  #recruit section {
    width: 90%;
    margin: 0 auto 7em;
  }
  #recruit section .subtitle {
    text-align: center;
    margin-bottom: 2em;
  }
  #recruit #message .inner {
    padding: 4em 0 5em;
  }
  #recruit #message .inner p {
    font-size: 1.4em;
    line-height: 1.8;
    width: 90%;
  }
  #recruit #requirements h4 {
    text-align: center;
    font-size: 1.2em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #recruit #requirements .detail {
    width: 100%;
  }
  #recruit #requirements .detail dl {
    display: block;
    font-size: 1.1em;
  }
  #recruit #requirements .detail dl dt {
    width: 100%;
  }
  #recruit #requirements .detail dl dd {
    width: 100%;
    padding-left: 5%;
    padding-top: 1em;
  }
  /* curations_detail */
  #curations_detail article {
    display: flex;
    flex-wrap: wrap;
    padding: 3em 5% 4em;
  }
  #curations_detail article .left {
    width: 100%;
    order: 2;
  }
  #curations_detail article .left img {
    margin-bottom: 2em;
  }
  #curations_detail article .left img:last-child {
    margin-bottom: 0;
  }
  #curations_detail article .right {
    width: 100%;
    order: 1;
    margin-top: 0;
    margin-bottom: 3em;
  }
  #curations_detail article .right .title {
    font-size: 2em;
    margin-bottom: 1em;
    line-height: 1.6;
  }
  #curations_detail article .right .text {
    font-size: 1.4em;
    text-align: justify;
  }
  #curations_detail article .right .caption {
    font-size: 1.1em;
  }
  /* index */
  #index section .inner {
    width: 100%;
  }
}