/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  color: #111;
  line-height: 1.5;
  padding-top: 108px; }

img {
  max-width: 100%; }

a {
  color: inherit; }

.inner-wide {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.inner {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.inner-narrow {
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  z-index: 10; }

.hd-in {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.hd-logo {
  width: 218px; }

.hd-nav {
  display: flex; }
  .hd-nav li {
    margin-left: 5px;
    text-align: center; }
  .hd-nav a {
    text-decoration: none;
    color: #333;
    letter-spacing: 0.04em;
    display: inline-block;
    padding: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent; }
    .hd-nav a:hover {
      border-bottom-color: #aaa; }

.hd-btn {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 15px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.hd-btn span {
  margin-top: -1px;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border-radius: 2px;
  background: #111; }

.hd-btn span:nth-child(1) {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.hd-btn span:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.hd-btn span:nth-child(3) {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.hd-btn.is-open span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.hd-btn.is-open span:nth-child(2) {
  display: none; }

.hd-btn.is-open span:nth-child(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg); }

.mobileMenu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9); }

.mobileMenu.is-open {
  z-index: 8; }

.mobileMenu.is-fade {
  opacity: 1; }

.mobile-globalNavi {
  font-size: 16px;
  text-align: center;
  width: 90%;
  margin: 0 auto; }

.mobile-globalNavi ul li {
  margin: 15px 0; }

.mobile-globalNavi ul li a {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none; }

.mobile-globalNavi ul li span {
  opacity: 0.3; }

.next {
  position: absolute;
  bottom: -100px;
  left: calc(50% - 5px);
  width: 22px; }
  .next a {
    display: block; }

.footer {
  border-top: 1px solid #aaa;
  padding: 20px;
  text-align: center; }

section {
  position: relative; }

.sec {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 80px; }

.title {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 20px;
  letter-spacing: 0.05em; }

.ja {
  font-size: 1.6rem;
  color: #609703;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.05em; }

.lead {
  text-align: center;
  line-height: 2;
  margin-bottom: 60px; }

.caption {
  font-size: 1.2rem;
  text-align: right; }

.btn {
  position: relative;
  display: block;
  max-width: 560px;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid #ccc;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 500;
  color: #111;
  text-align: center;
  text-decoration: none;
  transition: .3s; }
  .btn:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 2px;
    border-bottom: 10px solid #777;
    border-left: 10px solid transparent;
    transition: .3s; }
  .btn:hover {
    color: #fff;
    background: #777; }
    .btn:hover:after {
      border-bottom-color: #fff; }
  .btn.second {
    margin-top: 20px; }
  .btn.fb {
    box-sizing: border-box;
    background: #1877f2;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px; }
    .btn.fb:after {
      border-bottom: 10px solid #fff; }
    .btn.fb:before {
      content: "";
      position: absolute;
      top: calc(50% - 15px);
      left: calc(50% - 130px);
      width: 30px;
      height: 30px;
      background: url(../images/ico_fb.png) no-repeat center center;
      background-size: contain;
      transition: .3s; }
    .btn.fb:hover {
      background: #fff;
      color: #1877f2; }
      .btn.fb:hover:after {
        border-bottom: 10px solid #1877f2; }
      .btn.fb:hover:before {
        background: url(../images/ico_fb_on.png) no-repeat center center;
        background-size: contain; }

.about {
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center; }
  .about .logo {
    width: 50%;
    max-width: 190px;
    margin: 0 auto 90px; }
  .about .meaning {
    margin-bottom: 100px; }
  .about .catchcopy {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px; }
  .about .txt {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 40px; }
  .about .name {
    font-size: 2rem; }

.rental_lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .rental_lists li {
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    padding: 20px 5px;
    border-right: 1px solid #aaa; }
    .rental_lists li:nth-child(n+5) {
      border-top: 1px solid #aaa; }
    .rental_lists li:nth-child(4n) {
      border-right: none; }
    .rental_lists li p:nth-child(n+2) {
      margin-top: 5px; }

.agency .img {
  margin-bottom: 15px; }
.agency .desc {
  font-size: 1.8rem;
  margin-bottom: 10px; }

.childhood .lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  .childhood .lists .item {
    width: calc(50% - 5px); }

.partner .eyecatch {
  text-align: center;
  margin-bottom: 30px; }
.partner .feature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .partner .feature .desc {
    width: calc(460 / 920 * 100%);
    line-height: 2; }
  .partner .feature .img {
    width: calc(401 / 920 * 100%); }

.support .outline {
  text-align: center;
  margin-bottom: 65px; }
.support .title_suppliers {
  font-size: 1.8rem;
  margin-bottom: 15px; }
.support .suppliers {
  display: flex;
  margin-bottom: 30px; }
  .support .suppliers.is-finished {
    background: #f7f7f7; }
    .support .suppliers.is-finished .item {
      width: 100%; }
      .support .suppliers.is-finished .item:first-child {
        border-right: 1px solid #aaa; }
  .support .suppliers .item {
    box-sizing: border-box;
    width: 50%;
    padding: 25px 20px;
    border: 1px solid #aaa; }
    .support .suppliers .item:first-child {
      border-right: none; }
    .support .suppliers .item .name {
      font-size: 1.6rem;
      margin-bottom: 10px; }
      .support .suppliers .item .name a {
        font-size: 1.2rem;
        text-decoration: none;
        margin-left: 5px; }

.company .title {
  margin-bottom: 40px; }
.company table {
  line-height: 2; }
  .company table th {
    padding: 20px 0;
    width: 160px;
    text-align: left; }
  .company table td {
    padding: 20px 0;
    width: calc(100% - 160px); }

@media (max-width: 767px) {
  body {
    padding-top: 88px; }

  .header {
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px; }

  .hd-logo {
    width: 218px; }

  .hd-nav {
    display: none; }

  .hd-btn {
    display: flex; }

  .mobileMenu {
    display: flex; }

  .title {
    font-size: 3rem;
    margin-bottom: 10px; }

  .ja {
    color: #609703;
    margin-bottom: 20px; }

  .rental_lists li {
    width: 50%;
    padding: 10px 5px;
    border-right: 1px solid #aaa; }
    .rental_lists li:nth-child(n+3) {
      border-top: 1px solid #aaa; }
    .rental_lists li:nth-child(4n) {
      border-right: 1px solid #aaa; }
    .rental_lists li:nth-child(2n) {
      border-right: none; }
    .rental_lists li p:nth-child(n+2) {
      margin-top: 5px; }

  .childhood .lists {
    display: block; }
    .childhood .lists .item {
      width: 100%; }

  .partner .feature {
    display: block; }
    .partner .feature .desc {
      width: 100%;
      margin-bottom: 30px; }
    .partner .feature .img {
      width: 100%; }

  .support .suppliers {
    display: block;
    margin-bottom: 30px; }
    .support .suppliers .item {
      box-sizing: border-box;
      width: 100%;
      padding: 25px 20px; }
      .support .suppliers .item:first-child {
        border-right: 1px solid #aaa;
        border-bottom: none; }

  .company .title {
    margin-bottom: 40px; }
  .company table {
    line-height: 2; }
    .company table th {
      padding: 10px 0;
      width: 100%;
      text-align: left;
      display: block; }
    .company table td {
      display: block;
      padding: 0 0;
      width: 100%;
      margin-bottom: 20px;
      padding-left: 10px; } }
