@charset "UTF-8";
/*! normalize.css v8.0.0 | 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; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 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; }

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

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  font-weight: normal; }

html {
  line-height: 1;
  font-size: 62.5%; }

body {
  background-color: #fff;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #696969; }

a {
  text-decoration: none;
  color: #696969;
  transition: all 0.25s ease-out; }

a:hover img {
  opacity: 0.8; }

img, iframe, video {
  vertical-align: top; }

img {
  width: 100%;
  line-height: 0;
  font-size: 0; }

iframe {
  vertical-align: bottom; }

ul, ol {
  list-style: none; }

button {
  appearance: none;
  overflow: hidden;
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  font: inherit; }

.nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap; }

.cf {
  *zoom: 1; }
  .cf:after {
    content: "";
    display: table;
    clear: both; }

@media only screen and (max-width: 600px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media only screen and (max-width: 600px) {
    .sp {
      display: block; } }

#page {
  position: relative; }

.title {
  font-size: 3.6rem;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 480px) {
    .title {
      font-size: 6.875vw !important; } }

.button a {
  display: block;
  border: 2px solid #696969;
  text-align: center;
  cursor: pointer; }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 34px 16px 16px;
  background-color: #fff;
  border-top: 16px solid #efefef; }
  @media only screen and (max-width: 840px) {
    header {
      padding: 26px 0 14px !important; } }
  header .header-inner {
    display: flex;
    justify-content: flex-end;
    position: relative;
    max-width: 1140px;
    margin: 0 auto; }
    @media only screen and (max-width: 840px) {
      header .header-inner {
        justify-content: space-between;
        padding: 0 16px; } }
  header .logo {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 6px; }
    @media only screen and (max-width: 840px) {
      header .logo {
        width: 100%;
        padding-top: 0; } }
    header .logo a {
      display: block;
      width: 303px;
      margin: 0 auto; }
      @media only screen and (min-width: 841px) and (max-width: 960px) {
        header .logo a {
          width: 250px; } }
      @media only screen and (min-width: 521px) and (max-width: 840px) {
        header .logo a {
          width: 270px; } }
      @media only screen and (max-width: 520px) {
        header .logo a {
          width: 51.92308vw; } }
  header .navBtn {
    display: none; }
    @media only screen and (max-width: 840px) {
      header .navBtn {
        display: block;
        order: -1;
        position: relative;
        width: 38px;
        height: 30px;
        cursor: pointer;
        z-index: 1; } }
    @media only screen and (max-width: 840px) {
      header .navBtn .bar {
        width: 100%;
        height: 3px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000; } }
    @media only screen and (max-width: 840px) {
      header .navBtn .bar:before {
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        top: 12px;
        left: 0;
        background-color: #000; } }
    @media only screen and (max-width: 840px) {
      header .navBtn .bar:after {
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        top: 24px;
        left: 0;
        background-color: #000; } }
    @media only screen and (max-width: 840px) {
      header .navBtn .bar.btnClose {
        transform: translate(0px, 14px) rotate(-45deg); } }
    @media only screen and (max-width: 840px) {
      header .navBtn .bar.btnClose:before {
        top: 0;
        transform: translate(0, 0px) rotate(90deg); } }
    header .navBtn .bar.btnClose:after {
      display: none; }
  @media only screen and (min-width: 841px) {
    header .menu {
      display: block !important; } }
  @media only screen and (max-width: 840px) {
    header .menu {
      display: none;
      width: 100%;
      position: absolute;
      top: 40px;
      left: 0;
      z-index: 999;
      height: calc(100vh - 86px);
      overflow: auto; } }
  header .menu .navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 480px;
    padding-top: 15px; }
    @media only screen and (min-width: 961px) and (max-width: 1100px) {
      header .menu .navigation {
        width: 390px; } }
    @media only screen and (min-width: 841px) and (max-width: 960px) {
      header .menu .navigation {
        width: 355px; } }
    @media only screen and (max-width: 840px) {
      header .menu .navigation {
        width: 100% !important;
        padding: 45px 0 !important;
        background-color: #fff; } }
    @media only screen and (max-width: 840px) {
      header .menu .navigation li {
        width: 100%; } }
    header .menu .navigation a {
      display: block;
      text-align: center;
      font-weight: bold; }
      @media only screen and (min-width: 961px) and (max-width: 1100px) {
        header .menu .navigation a {
          font-size: 1.4rem; } }
      @media only screen and (min-width: 841px) and (max-width: 960px) {
        header .menu .navigation a {
          font-size: 1.3rem; } }
      @media only screen and (max-width: 840px) {
        header .menu .navigation a {
          padding: 35px 0;
          font-size: 1.8rem; } }
      header .menu .navigation a:hover {
        opacity: 0.8; }
  header .shopping {
    margin-left: 30px; }
    @media only screen and (min-width: 841px) and (max-width: 1100px) {
      header .shopping {
        margin-left: 20px; } }
    @media only screen and (max-width: 840px) {
      header .shopping {
        position: relative;
        margin-left: 0; } }
    header .shopping a {
      width: 170px;
      padding: 14px 0;
      font-size: 1.5rem;
      letter-spacing: -0.8px; }
      @media only screen and (min-width: 841px) and (max-width: 1100px) {
        header .shopping a {
          width: 130px;
          padding: 10px 0;
          font-size: 1.3rem; } }
      @media only screen and (max-width: 840px) {
        header .shopping a {
          width: auto;
          padding: 0;
          border: none;
          letter-spacing: inherit; } }
      @media only screen and (min-width: 841px) {
        header .shopping a:hover {
          background-color: #000;
          border-color: #000;
          color: #fff; } }
    header .shopping .fa-shopping-cart {
      margin-right: 14px;
      font-size: 2rem; }
      @media only screen and (min-width: 841px) and (max-width: 1100px) {
        header .shopping .fa-shopping-cart {
          margin-right: 8px;
          font-size: 1.8rem; } }
      @media only screen and (max-width: 840px) {
        header .shopping .fa-shopping-cart {
          margin-right: 0;
          font-size: 2.7rem; } }
    header .shopping span {
      display: inline-block;
      padding-top: 2px;
      vertical-align: top; }
      @media only screen and (max-width: 840px) {
        header .shopping span {
          display: none; } }

.content .button {
  max-width: 403px;
  margin: 0 auto; }
  @media only screen and (max-width: 480px) {
    .content .button {
      max-width: 271px; } }
  .content .button a {
    padding: 25px 0;
    font-size: 1.8rem; }
    .content .button a:hover {
      background-color: #000;
      border-color: #000;
      color: #fff; }

footer {
  padding: 40px 16px 27px; }
  footer .address .logo {
    max-width: 292px;
    margin: 0 auto; }
  footer .address .text {
    padding-top: 20px;
    line-height: 1.5;
    text-align: center; }
  footer .address .tel {
    padding-right: 30px; }
  footer .copy {
    padding-top: 36px;
    font-size: 1.4rem;
    text-align: center; }

#page-top {
  width: 100%;
  left: 0; }
  #page-top .page-top-inner {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px; }
  #page-top .topBtn {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer; }
    #page-top .topBtn:hover {
      opacity: 0.9; }
    #page-top .topBtn:before {
      content: '';
      position: absolute;
      top: 23px;
      left: 20px;
      width: 15px;
      height: 15px;
      border-top: 3px solid #fff;
      border-left: 3px solid #fff;
      transform: rotate(45deg); }

.index {
  /*--------- en ---------*/ }
  .index {
    max-width: 1600px;
    margin: 0 auto;
    font-size: 1.6rem; }
  .index .main {
    padding-top: 116px; }
    @media only screen and (max-width: 840px) {
      .index .main {
        padding-top: 83px; } }
    .index .main .title {
      padding: 80px 0 15px;
      font-size: 4.4rem; }
    .index .main .lead {
      max-width: 872px;
      margin-right: auto;
      margin-left: auto;
      padding: 0 16px 120px;
      font-size: 1.8rem;
      line-height: 1.9;
      text-align: center; }
      @media only screen and (max-width: 480px) {
        .index .main .lead {
          padding-top: 40px;
          padding-bottom: 140px;
          text-align: left; } }
      .index .main .lead .text {
        letter-spacing: 0.08em; }
        .index .main .lead .text + .text {
          padding-top: 35px; }
  .index #about {
    margin-top: -80px;
    padding-top: 80px; }
  .index #kitchen, .index #bath, .index #cleaning {
    margin-top: -116px;
    padding-top: 116px; }
  .index .content .trim {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden; }
    @media only screen and (min-width: 1601px) {
      .index .content .trim {
        height: 630.15385px; } }
    @media only screen and (min-width: 1301px) and (max-width: 1600px) {
      .index .content .trim {
        height: 39.38462vw; } }
    @media only screen and (min-width: 751px) and (max-width: 1300px) {
      .index .content .trim {
        height: 512px; } }
    @media only screen and (max-width: 750px) {
      .index .content .trim {
        height: 68.26667vw; } }
    @media only screen and (max-width: 750px) {
      .index .content .trim {
        margin-bottom: 40px; } }
    .index .content .trim img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      max-width: 1600px;
      min-width: 1300px;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      @media only screen and (max-width: 750px) {
        .index .content .trim img {
          width: auto;
          min-width: auto; } }
    @supports (object-fit: cover) {
      .index .content .trim img {
        width: 100% !important;
        top: 0;
        left: 0;
        min-width: auto !important;
        height: 512px;
        object-fit: cover;
        transform: none; }
        @media only screen and (min-width: 1301px) {
          .index .content .trim img {
            height: 100%; } }
        @media only screen and (max-width: 750px) {
          .index .content .trim img {
            height: 100%; } } }
  .index .content .image {
    padding-top: 60px; }
    @media only screen and (max-width: 480px) {
      .index .content .image {
        padding-top: 45px; } }
    .index .content .image + .image {
      padding-top: 30px; }
  .index .content .box {
    max-width: 872px;
    margin: 0 auto;
    padding: 0 16px 110px; }
    @media only screen and (max-width: 480px) {
      .index .content .box {
        padding-bottom: 60px; } }
    .index .content .box .text {
      padding-top: 40px;
      line-height: 2; }
      @media only screen and (max-width: 480px) {
        .index .content .box .text {
          padding-top: 20px; } }
    .index .content .box .type {
      display: flex;
      max-width: 100%;
      padding: 60px 0 50px; }
      @media only screen and (max-width: 480px) {
        .index .content .box .type {
          padding: 30px 0; } }
      @media only screen and (max-width: 885px) {
        .index .content .box .type {
          justify-content: center; } }
      .index .content .box .type ul {
        display: flex;
        flex-wrap: wrap; }
        @media only screen and (min-width: 673px) and (max-width: 888px) {
          .index .content .box .type ul {
            max-width: 624px; } }
        @media only screen and (min-width: 481px) and (max-width: 672px) {
          .index .content .box .type ul {
            max-width: 408px; } }
        @media only screen and (max-width: 480px) {
          .index .content .box .type ul {
            justify-content: space-between;
            width: 100%; } }
        .index .content .box .type ul li {
          width: 192px;
          margin-bottom: 30px; }
          @media only screen and (max-width: 480px) {
            .index .content .box .type ul li {
              width: 47.6%; } }
          @media only screen and (min-width: 481px) {
            .index .content .box .type ul li + li {
              margin-left: 24px; } }
          @media only screen and (min-width: 889px) {
            .index .content .box .type ul li:nth-child(4n+1) {
              margin-left: 0; } }
          @media only screen and (min-width: 673px) and (max-width: 888px) {
            .index .content .box .type ul li:nth-child(3n+1) {
              margin-left: 0; } }
          @media only screen and (min-width: 481px) and (max-width: 672px) {
            .index .content .box .type ul li:nth-child(2n+1) {
              margin-left: 0; } }
          .index .content .box .type ul li img {
            width: 100%; }
      .index .content .box .type .cap {
        padding-top: 10px;
        font-size: 1.5rem;
        line-height: 1.6; }
        .index .content .box .type .cap span {
          display: inline-block;
          padding-top: 24px; }
    .index .content .box .type2 {
      display: flex;
      justify-content: center; }
      .index .content .box .type2 ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding-top: 60px; }
        @media only screen and (min-width: 607px) and (max-width: 888px) {
          .index .content .box .type2 ul {
            max-width: 558px; } }
        @media only screen and (min-width: 481px) and (max-width: 606px) {
          .index .content .box .type2 ul {
            max-width: 276px; } }
        .index .content .box .type2 ul li {
          width: 276px; }
          @media only screen and (max-width: 888px) {
            .index .content .box .type2 ul li {
              margin-bottom: 6px; } }
          @media only screen and (max-width: 480px) {
            .index .content .box .type2 ul li {
              width: 100%; } }
          .index .content .box .type2 ul li + li {
            margin-left: 6px; }
            @media only screen and (max-width: 606px) {
              .index .content .box .type2 ul li + li {
                margin-left: 0; } }
          @media only screen and (min-width: 607px) and (max-width: 888px) {
            .index .content .box .type2 ul li:nth-child(3n) {
              margin-left: 0; } }
  .index .content .material {
    background-color: #f0f0f0; }
  .index .content .note {
    max-width: 872px;
    margin: 0 auto;
    padding: 0 16px 40px;
    font-size: 1.2rem; }
  .index .content .contact {
    padding-top: 70px; }
    @media only screen and (max-width: 480px) {
      .index .content .contact {
        padding-top: 40px; } }
    .index .content .contact .button {
      margin-top: 50px; }
      @media only screen and (max-width: 480px) {
        .index .content .contact .button {
          margin-bottom: 60px; } }
  .index .news {
    padding: 60px 16px;
    background-color: #696969; }
    .index .news .inner {
      max-width: 860px;
      margin: 0 auto;
      color: #fff; }
      @media only screen and (max-width: 480px) {
        .index .news .inner {
          width: 100%; } }
    .index .news .title {
      padding: 0 0 25px 10px; }
    .index .news ul li {
      display: flex;
      padding: 10px;
      line-height: 1.4;
      font-size: 1.8rem;
      border-bottom: 1px solid #848484;
      letter-spacing: 0.08em; }
      @media only screen and (max-width: 480px) {
        .index .news ul li {
          flex-wrap: wrap;
          padding: 12px 0;
          line-height: 1.6;
          font-size: 1.4rem; } }
    .index .news ul .date {
      width: 18%;
      min-width: 130px; }
      @media only screen and (max-width: 480px) {
        .index .news ul .date {
          width: 100%; } }
    .index .news ul .text {
      width: 82%;
      word-wrap: break-word; }
      @media only screen and (max-width: 480px) {
        .index .news ul .text {
          width: 100%;
          padding-top: 5px; } }
    .index .news a {
      color: #fff; }
      .index .news a:hover {
        text-decoration: underline; }
  .index.en header {
    padding-bottom: 28px; }
    .index.en header .menu .navigation {
      align-items: center;
      width: 414px;
      padding-top: 0; }
      @media only screen and (min-width: 841px) and (max-width: 1100px) {
        .index.en header .menu .navigation {
          width: 520px !important; } }
      @media only screen and (min-width: 841px) and (max-width: 960px) {
        .index.en header .menu .navigation a {
          font-size: 1.4rem; } }
    .index.en header .shopping {
      display: none; }
      @media only screen and (min-width: 841px) {
        .index.en header .shopping {
          margin-left: 0; } }
      @media only screen and (max-width: 840px) {
        .index.en header .shopping {
          position: inherit; } }
  .index.en .main .lead .text {
    letter-spacing: normal; }
  .index.en footer {
    padding: 60px 16px; }
    @media only screen and (max-width: 480px) {
      .index.en footer {
        padding-top: 0; } }
    .index.en footer .address {
      display: flex;
      justify-content: space-between;
      max-width: 720px;
      margin: 0 auto; }
      @media only screen and (max-width: 480px) {
        .index.en footer .address {
          flex-wrap: wrap; } }
      .index.en footer .address .logo-ifj {
        max-width: 160px;
        min-width: 120px; }
        @media only screen and (max-width: 480px) {
          .index.en footer .address .logo-ifj {
            width: 120px;
            padding-bottom: 20px; } }
      .index.en footer .address .text {
        padding: 0 0 0 30px;
        line-height: 1.6;
        color: #000;
        font-size: 1.4rem;
        text-align: left; }
        @media only screen and (max-width: 480px) {
          .index.en footer .address .text {
            width: 100%;
            padding-left: 0; } }
      .index.en footer .address .wd {
        display: block;
        padding: 12px 0;
        font-size: 2.2rem; }
        @media only screen and (max-width: 480px) {
          .index.en footer .address .wd {
            font-size: 4.58333vw; } }
      .index.en footer .address a {
        display: block;
        padding-bottom: 26px;
        color: #007cc8; }

.about {
  font-size: 1.6rem; }

.about .content {
  position: relative;
  padding: 214px 16px 160px;
  border-bottom: 16px solid #efefef; }
  .about .content .inner {
    max-width: 840px;
    margin: 0 auto; }
  .about .content .title {
    font-size: 3.4rem;
    text-align: center; }
  .about .content .detail {
    padding: 90px 0;
    line-height: 1.8; }
    @media only screen and (max-width: 480px) {
      .about .content .detail {
        padding-top: 70px; } }
    .about .content .detail li {
      display: flex; }
      @media only screen and (max-width: 640px) {
        .about .content .detail li {
          flex-wrap: wrap; } }
      .about .content .detail li + li {
        padding-top: 34px; }
      .about .content .detail li span {
        display: inline-block; }
    .about .content .detail .name {
      width: 28%;
      font-weight: bold; }
      @media only screen and (max-width: 640px) {
        .about .content .detail .name {
          width: 100%; } }
    .about .content .detail .map {
      display: inline-block;
      margin-left: 20px;
      padding: 0 2px;
      border-bottom: 2px solid #bdbdbd; }
    .about .content .detail .tx {
      width: 72%; }
      @media only screen and (max-width: 640px) {
        .about .content .detail .tx {
          width: 100%; } }
  .about .content .chronology li + li {
    padding-top: 0; }
    @media only screen and (max-width: 640px) {
      .about .content .chronology li + li {
        padding-top: 20px; } }
  .about .content .chronology .ad {
    width: 22%;
    padding-right: 24px;
    font-weight: bold;
    text-align: right; }
    @media only screen and (max-width: 640px) {
      .about .content .chronology .ad {
        width: 100%;
        padding: 0;
        text-align: inherit; } }
  .about .content .chronology .event {
    width: 78%; }
    @media only screen and (max-width: 640px) {
      .about .content .chronology .event {
        width: 100%; } }
