@charset "UTF-8";
/*
Theme Name: ナカウンリース株式会社
Description:ナカウンリース株式会社
Theme URI:
Author: 株式会社ハジメクリエイト
Author URI: http://hajimecreate.com/
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
html {
  -webkit-overflow-scrolling: touch; }

body {
  line-height: 1;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  position: relative; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

img {
  border: 0; }

a {
  text-decoration: none; }

address {
  font-style: normal; }

.clearfix:after {
  clear: both;
  content: '';
  display: block; }

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

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  transition: all .5s;
  background-color: #e68625;
  display: flex;
  align-items: center;
  justify-content: center; }

.ImgBlock {
  display: block;
  width: 100%;
  height: auto; }

.ImgInline {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.Ttl1 {
  width: 200px;
  font-weight: 700;
  font-size: 24px; }
  .Ttl1--center {
    margin: 0 auto;
    text-align: center; }
  .Ttl1 span {
    word-break: normal;
    display: block;
    font-family: 'Oswald', sans-serif;
    color: #003fab;
    font-size: 48px;
    margin-bottom: 16px;
    font-weight: 500; }

.Ttl2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #003fab; }
  .Ttl2 span {
    word-break: normal;
    display: block;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 16px;
    font-size: 48px;
    color: #000;
    font-weight: 500; }

.Cate {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  color: #fff;
  background-color: #e68625;
  font-weight: 500; }

.Cate2 {
  max-width: 160px;
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #003fab;
  border: 1px solid #003fab; }

.Btn1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  border: 1px solid #e68625;
  background-color: #fff;
  font-size: 16px;
  color: #e68625;
  transition: all .5s; }
  .Btn1:after {
    content: '';
    position: absolute;
    top: 28px;
    right: 0;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #e68625; }
  .Btn1:hover {
    background-color: #e68625;
    color: #fff; }
    .Btn1:hover:after {
      background-color: #fff; }

.Btn2 {
  position: relative;
  display: flex;
  width: 100%;
  height: 96px;
  justify-content: center;
  align-items: center;
  color: #e68625;
  border: 2px solid #e68625;
  transition: all .5s; }
  .Btn2:after {
    content: '';
    position: absolute;
    top: 47px;
    right: 16px;
    width: 64px;
    border-top: 2px solid #e68625;
    transition: all 1s; }
  .Btn2:hover {
    background-color: #e68625;
    color: #e68625; }
    .Btn2:hover:after {
      border-color: #fff;
      transform: translateX(16px); }
    .Btn2:hover p {
      color: #fff; }
      .Btn2:hover p span {
        color: #fff; }
  .Btn2 p {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #e68625; }
    .Btn2 p span {
      font-size: 18px;
      color: #000; }

.Sun {
  color: #b6232a; }

.Sat {
  color: #003fab; }

.keyImg {
  position: relative;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .keyImg-logo {
    position: absolute;
    top: 20px;
    left: 64px;
    display: block;
    width: 200px;
    height: auto; }
  .keyImg-ttl {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    text-align: center; }
    .keyImg-ttl span {
      display: block;
      font-family: 'Oswald', sans-serif;
      font-size: 80px;
      margin-bottom: 40px; }

.panKuzu {
  padding: 16px;
  max-width: 1400px;
  margin: 0 auto; }
  .panKuzu a, .panKuzu span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    margin-right: 8px;
    color: #000; }
  .panKuzu a:hover {
    text-decoration: underline; }

#pageTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 100; }
  #pageTop a {
    position: relative;
    font-family: 'Oswald', sans-serif;
    display: block;
    width: 56px;
    height: 72px;
    padding-top: 26px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(0, 63, 171, 0.9); }
    #pageTop a::before {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      left: 28px;
      height: 24px;
      border-left: 1px solid #fff; }

.header-btn {
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-color: #003fab;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer; }
  .header-btn span {
    display: block;
    width: 24px;
    height: 4px;
    background-color: #fff;
    margin-top: 6px;
    transition: .5s; }
    .header-btn span:first-of-type {
      margin-top: 0; }
  .header-btn--active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg); }
  .header-btn--active span:nth-of-type(2) {
    opacity: 0; }
  .header-btn--active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg); }

.headerMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden; }
  .headerMenu-body {
    position: absolute;
    top: 0;
    right: -100%;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    max-width: 720px;
    background-color: #003fab;
    padding: 80px; }
    .headerMenu-body--open {
      animation: menuOpen 1s forwards; }
    .headerMenu-body--close {
      animation: menuClose .5s forwards; }
@keyframes menuOpen {
  0% {
    right: -720px;
    display: inline-block;
    vertical-align: top; }
  100% {
    right: 0; } }
@keyframes menuClose {
  0% {
    right: 0; }
  100% {
    right: -720px; } }
  .headerMenu-list {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .headerMenu-list li {
      border-bottom: 1px solid #fff; }
  .headerMenu-link1 {
    display: flex;
    width: 100%;
    align-items: center;
    height: 88px;
    font-size: 28px;
    color: #fff;
    transition: .5s; }
    .headerMenu-link1 span {
      font-family: 'Oswald', sans-serif;
      margin-right: 16px; }
    .headerMenu-link1:hover {
      transform: translateX(16px); }
  .headerMenu-link2 {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 22px;
    transition: .5s; }
    .headerMenu-link2 span {
      margin-left: 16px;
      font-family: 'Oswald', sans-serif;
      font-size: 20px; }
    .headerMenu-link2:before {
      content: '';
      display: block;
      width: 20px;
      border-top: 1px solid #fff;
      margin-right: 16px; }
    .headerMenu-link2:hover {
      transform: translateX(16px); }

.footer {
  border-top: 10px solid #003fab;
  padding-top: 72px; }
  .footer-nav {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 72px;
    display: flex;
    justify-content: space-between; }
  .footer-head a {
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    color: #000; }
  .footer-head div {
    display: none; }
  .footer-footer {
    border-top: 4px solid #003fab;
    padding: 48px 16px; }
    .footer-footer__logo {
      text-align: center;
      font-family: 'Oswald', sans-serif;
      font-size: 56px;
      color: #e68625;
      font-weight: 400; }
    .footer-footer__adr {
      margin-top: 24px;
      font-size: 16px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer-footer__adr a {
        font-family: 'Oswald', sans-serif;
        display: block;
        width: 112px;
        border: 1px solid #e68625;
        text-align: center;
        padding: 2px 0 4px 0;
        font-weight: 400;
        font-size: 14px;
        color: #e68625;
        transition: all .5s;
        margin-left: 16px; }
        .footer-footer__adr a:hover {
          background-color: #e68625;
          color: #fff; }
    .footer-footer__tel {
      margin-top: 16px;
      font-size: 16px;
      line-height: 1.5;
      text-align: center; }
      .footer-footer__tel span {
        display: block;
        font-size: 14px; }
    .footer-footer--top {
      margin: 40px auto 0 auto;
      width: 280px;
      border-color: #003fab;
      color: #003fab;
      background-color: #f5f5f5; }
      .footer-footer--top:after {
        background-color: #003fab; }
      .footer-footer--top:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 26px;
        height: 20px;
        background-image: url("images/icn_mark_blue.svg");
        background-repeat: no-repeat;
        background-size: 100%; }
      .footer-footer--top:hover {
        background-color: #003fab;
        color: #f5f5f5; }
        .footer-footer--top:hover:after {
          background-color: #f5f5f5; }
        .footer-footer--top:hover:before {
          background-image: url("images/icn_mark_white.svg"); }
  .footer-copyright {
    font-family: 'Oswald', sans-serif;
    display: flex;
    width: 100%;
    height: 64px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background-color: #003fab; }

.topKey {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url("images/top_key.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0 26px; }
  .topKey-ttl {
    font-size: 32px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    text-align: center; }
    .topKey-ttl span {
      display: block;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      font-size: 62px; }

.topNews {
  display: flex;
  min-height: 510px; }
  .topNews-block1 {
    width: 38%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    padding-right: 60px; }
  .topNews-block2 {
    width: 62%;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding-left: 120px; }
  .topNews-btn {
    margin-top: 40px; }
  .topNews-list {
    max-width: 480px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .topNews-list li {
      margin-top: 32px; }
      .topNews-list li:first-child {
        margin-top: 0; }
    .topNews-list__date {
      display: inline-block;
      font-family: 'Oswald', sans-serif;
      font-size: 16px;
      margin-right: 24px; }
    .topNews-list__link {
      margin-top: 8px; }
      .topNews-list__link a {
        font-size: 16px;
        color: #000;
        font-weight: 300;
        line-height: 1.5;
        text-decoration: underline; }
        .topNews-list__link a:hover {
          text-decoration: none; }

.topItem {
  margin-top: 80px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 640px;
  background-image: url("images/top_bg_item1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden; }
  .topItem--2 {
    margin-top: 80px;
    justify-content: flex-end;
    background-image: url("images/top_bg_item2.jpg"); }
  .topItem-band {
    position: relative;
    width: 50%;
    height: 260px;
    background-color: rgba(230, 134, 37, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    padding-right: 240px; }
    .topItem-band:hover {
      background-color: #e68625; }
      .topItem-band:hover .topItem-more1 {
        transform: translateX(16px); }
      .topItem-band:hover .topItem-more2 {
        transform: translateX(-16px); }
    .topItem-band--blue {
      background-color: rgba(0, 63, 171, 0.8);
      padding-left: 240px; }
      .topItem-band--blue:hover {
        background-color: #003fab; }
  .topItem-ttl {
    font-weight: 500;
    color: #fff;
    font-size: 32px; }
    .topItem-ttl span {
      display: block;
      font-family: 'Oswald', sans-serif;
      margin-bottom: 24px;
      font-size: 80px; }
  .topItem-more1, .topItem-more2 {
    position: absolute;
    top: 112px;
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
    transition: all 1s; }
  .topItem-more1 {
    right: -28px; }
    .topItem-more1:after {
      content: '';
      display: block;
      width: 160px;
      border-top: 2px solid #fff;
      margin-left: 20px; }
  .topItem-more2 {
    left: -28px; }
    .topItem-more2:before {
      content: '';
      display: block;
      width: 160px;
      border-top: 2px solid #fff;
      margin-right: 20px; }

.topOffice {
  margin: 48px 0 24px 0;
  display: flex;
  justify-content: space-between; }
  .topOffice-group {
    width: 50%;
    padding: 80px 16px 152px 16px; }
    .topOffice-group--bg {
      background-image: url("images/top_bg_office.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .topOffice-adr {
    max-width: 600px;
    margin: 64px auto 0 auto;
    background-color: #fff;
    padding: 64px 16px; }
    .topOffice-adr table {
      border-collapse: collapse;
      border-spacing: 0;
      max-width: 416px;
      width: 100%;
      margin: 0 auto;
      font-size: 16px;
      line-height: 1.5; }
      .topOffice-adr table th {
        width: 120px;
        text-align: left;
        font-weight: 500;
        padding: 10px 0; }
      .topOffice-adr table td {
        width: calc(100% - 120px);
        font-weight: 300;
        padding: 10px 0; }
  .topOffice-txt1 {
    margin-top: 64px;
    font-size: 20px;
    line-height: 1.75;
    text-align: center; }
  .topOffice-tel {
    margin: 72px auto 0 auto;
    max-width: 720px; }
  .topOffice-fax {
    margin: 40px auto 0 auto;
    max-width: 720px;
    font-weight: 700;
    font-size: 32px;
    color: #e68625;
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 2px solid #e68625; }

.infoKey {
  background-image: url("images/info_key.jpg"); }

.infoNav {
  margin-top: 48px;
  padding: 0 16px; }
  .infoNav-wrap {
    max-width: 976px;
    margin: 0 auto; }
  .infoNav-ttl {
    font-size: 24px;
    padding-bottom: 16px;
    border-bottom: 4px solid #dedede; }
  .infoNav-link {
    display: flex;
    flex-wrap: wrap; }
    .infoNav-link a {
      width: 22.5409836066%;
      height: 56px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      line-height: 1.5;
      color: #003fab;
      border: 1px solid #003fab;
      margin-top: 24px;
      margin-right: 3.2786885246%;
      transition: .5s; }
      .infoNav-link a:nth-child(4n) {
        margin-right: 0; }
      .infoNav-link a:hover {
        background-color: #003fab;
        color: #fff; }
    .infoNav-link--active {
      background-color: #003fab !important;
      color: #fff !important; }

.infoHead {
  margin-top: 80px;
  background-color: #f5f5f5;
  padding: 56px 16px; }
  .infoHead-wrap {
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
    display: flex; }

.infoList {
  padding: 0 16px; }
  .infoList-wrap {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }

.infoItem {
  position: relative;
  width: 28.0575539568%;
  margin-right: 7.9136690647%;
  transition: .5s; }
  .infoItem:last-of-type {
    margin-right: 0; }
  .infoItem:hover {
    transform: translateY(-4px); }
    .infoItem:hover .infoHead-ttl {
      text-decoration: none; }
  .infoItem a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .infoItem-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px; }
    .infoItem-img figure {
      margin: 0;
      padding: 0;
      width: 82.0512820513%; }
    .infoItem-img__shadow {
      width: 17.9487179487%;
      display: flex;
      align-items: flex-end; }
  .infoItem-date {
    margin-top: 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500; }
  .infoItem-ttl {
    margin-top: 8px;
    line-height: 1.75;
    font-size: 20px;
    color: #000;
    text-decoration: underline; }
  .infoItem-content {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
    text-align: justify; }
  .infoItem--normal {
    width: 20.4081632653%;
    margin-right: 6.1224489796%;
    margin-top: 60px; }
    .infoItem--normal:last-of-type {
      margin-right: 0; }
    .infoItem--normal:nth-child(4n) {
      margin-right: 0; }
    .infoItem--normal .infoItem-img figure {
      width: 100%; }

.infoPager {
  margin: 60px auto 80px auto;
  max-width: 472px;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  list-style-type: none; }
  .infoPager li {
    width: 45.4545454545%; }
    .infoPager li a {
      position: relative;
      width: 100%;
      height: 56px;
      background-color: #e68625;
      border: 1px solid #e68625;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      color: #fff;
      font-weight: 300;
      transition: .5s; }
      .infoPager li a:after {
        content: '';
        position: absolute;
        top: 16px;
        left: 16px;
        width: 23px;
        height: 23px;
        background-image: url("images/icn_arrow_pagination.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        -webkit-background-size: 46px;
        background-size: 46px; }
      .infoPager li a:hover {
        background-color: #fff;
        color: #e68625; }
        .infoPager li a:hover:after {
          background-position: top left; }
    .infoPager li:last-child a:after {
      left: inherit;
      right: 16px;
      background-position: bottom right; }
    .infoPager li:last-child a:hover:after {
      background-position: top right; }

.infoArticle {
  margin-top: 48px;
  padding: 0 16px; }
  .infoArticle-wrap {
    max-width: 980px;
    margin: 0 auto;
    border: 2px solid #dedede;
    padding: 40px 96px; }
  .infoArticle-date {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .infoArticle-date__year {
      font-family: 'Oswald', sans-serif;
      font-size: 16px;
      font-weight: 500; }
    .infoArticle-date__cate {
      width: 132px; }
  .infoArticle-ttl {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.75;
    padding-bottom: 16px;
    border-bottom: 2px solid #e68625; }
  .infoArticle-content {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
    padding-bottom: 40px;
    border-bottom: 1px dotted #cecece;
    font-weight: 300; }
    .infoArticle-content img {
      max-width: 100%;
      height: auto; }
  .infoArticle-sns {
    margin-top: 24px;
    text-align: right;
    transition: .5s; }
    .infoArticle-sns:hover {
      opacity: .5; }
    .infoArticle-sns__line {
      display: inline-block;
      width: 120px;
      height: auto; }

.infoPager2 {
  margin: 80px 0;
  padding: 40px 16px;
  border-top: 40px solid #f5f5f5;
  border-bottom: 40px solid #f5f5f5; }
  .infoPager2-wrap {
    max-width: 908px;
    width: 100%;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: center; }
  .infoPager2-item {
    position: relative;
    width: 414px;
    transition: .5s; }
    .infoPager2-item a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
    .infoPager2-item:hover {
      transform: translateY(-4px); }
      .infoPager2-item:hover .infoPager2-item__ttl {
        text-decoration: none; }
    .infoPager2-item__head {
      width: 100%;
      text-align: center;
      font-size: 16px;
      padding-bottom: 8px;
      border-bottom: 2px solid #cecece;
      margin-bottom: 24px; }
    .infoPager2-item__wrap {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .infoPager2-item figure {
      margin: 0;
      padding: 0;
      width: 200px; }
    .infoPager2-item__block {
      width: 192px; }
    .infoPager2-item__date {
      margin-top: 8px;
      font-family: 'Oswald', sans-serif;
      font-size: 16px; }
    .infoPager2-item__ttl {
      margin-top: 8px;
      font-size: 16px;
      line-height: 1.75;
      text-decoration: underline; }
    .infoPager2-item__content {
      margin-top: 8px;
      font-weight: 300;
      font-size: 14px;
      line-height: 1.75; }
  .infoPager2-line {
    width: 0;
    margin: 0 4.4052863436%;
    border-right: 1px dashed #003fab; }
  .infoPager2-btn {
    max-width: 288px;
    width: 100%;
    height: 56px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e68625;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    border: 1px solid #e68625;
    transition: .5s; }
    .infoPager2-btn:hover {
      background-color: #fff;
      color: #e68625; }

.footKey {
  background-image: url("images/foothold_key.jpg"); }

.footHead {
  margin-top: 64px;
  padding: 0 16px; }
  .footHead-txt {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
    font-size: 24px;
    line-height: 1.75;
    text-align: center; }

.footEle {
  margin-top: 100px;
  position: relative; }
  .footEle-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 64px;
    width: calc(100% - 128px);
    height: 360px;
    background-image: url("images/bg_triangle_blue_white.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #003fab; }
  .footEle-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 56px; }
  .footEle-photo {
    width: 48.9583333333%; }
    .footEle-photo figure {
      width: 100%;
      margin: 0;
      padding: 0;
      box-shadow: 20px -20px 0 #003fab; }
  .footEle-block {
    width: 47.5%; }
  .footEle-content {
    max-width: 416px; }
    .footEle-content__ttl span:first-of-type {
      display: inline-block;
      padding: 4px 0;
      font-weight: 500;
      font-family: 'Oswald', sans-serif;
      font-size: 48px;
      color: #003fab;
      background-color: #fff; }
    .footEle-content__ttl span:last-of-type {
      display: inline-block;
      padding: 4px 0;
      margin-top: 12px;
      font-weight: 700;
      font-size: 24px;
      background-color: #fff; }
    .footEle-content__txt {
      margin-top: 40px;
      padding: 40px;
      font-size: 20px;
      line-height: 1.75;
      background-color: #fff;
      text-align: justify; }
      .footEle-content__txt a {
        color: #003fab;
        text-decoration: underline; }
        .footEle-content__txt a:hover {
          text-decoration: none; }

.footCase {
  margin-top: 80px; }
  .footCase-body {
    position: relative;
    margin-top: 56px;
    padding-bottom: 80px; }
  .footCase-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 330px;
    background-color: #003fab; }
  .footCase-wrap {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  .footCase-item {
    width: 48%; }
    .footCase-item figure {
      position: relative;
      margin: 0 auto;
      padding: 0;
      max-width: 400px;
      border: 1px solid #003fab; }
    .footCase-item__txt {
      margin-top: -16px;
      background-color: #fff;
      padding: 32px;
      font-size: 20px;
      line-height: 1.75;
      text-align: justify; }
  .footCase-btn {
    max-width: 720px;
    margin: 80px auto 0 auto; }
    .footCase-btn p {
      font-size: 24px;
      font-weight: 500; }

.Step {
  margin-top: 80px;
  padding: 0 16px 80px 16px; }
  .Step-number {
    position: relative;
    margin: 64px auto 0 auto;
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 26px;
    padding: 6px; }
    .Step-number:before {
      position: absolute;
      top: -64px;
      left: 0;
      right: 0;
      content: '';
      display: block;
      margin: 0 auto;
      width: 1px;
      height: 64px;
      background-color: #e68625; }
    .Step-number span {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      background-color: #e68625;
      font-family: 'Oswald', sans-serif;
      font-size: 20px;
      color: #fff; }
    .Step-number--top {
      margin-top: 120px; }
  .Step-item {
    max-width: 764px;
    margin: -26px auto 0 auto;
    border: 1px solid #003fab;
    padding: 32px 20px 24px 20px;
    text-align: center; }
    .Step-item__ttl {
      font-size: 20px;
      font-weight: 700; }
    .Step-item__txt1 {
      margin-top: 16px;
      font-size: 16px;
      line-height: 1.75; }
      .Step-item__txt1--left {
        text-align: justify; }
    .Step-item__tel {
      margin-top: 16px;
      line-height: 1.75; }
      .Step-item__tel a {
        font-size: 20px;
        color: #003fab; }
      .Step-item__tel p {
        font-size: 14px; }
        .Step-item__tel p span {
          display: inline-block; }

.rentalKey {
  background-image: url("images/rental_key.jpg"); }

.rentalLp {
  margin-top: 64px; }
  .rentalLp-nav {
    margin-top: 64px;
    border-bottom: 1px solid #003fab; }
    .rentalLp-nav__list {
      display: flex;
      justify-content: space-between;
      max-width: 992px;
      margin: 0 auto;
      padding: 0 5px; }
    .rentalLp-nav__link {
      position: relative;
      width: 32.9938900204%;
      height: 56px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      line-height: 1.75;
      color: #003fab;
      border: 1px solid #003fab;
      border-bottom: none;
      transition: .5s;
      cursor: pointer; }
      .rentalLp-nav__link span {
        display: inline-block;
        margin-left: 8px; }
      .rentalLp-nav__link:hover {
        background-color: #003fab;
        color: #fff; }
      .rentalLp-nav__link--active {
        background-color: #003fab;
        color: #fff; }
    .rentalLp-nav--active {
      background-color: #003fab;
      color: #fff; }
      .rentalLp-nav--active:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 16px;
        height: 10px;
        background-image: url("images/icn_triangle_blue.png");
        background-repeat: no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%; }
  .rentalLp-pdf {
    margin-top: 32px;
    background-color: #f5f5f5;
    padding: 40px 16px; }
    .rentalLp-pdf__body {
      max-width: 762px;
      margin: 0 auto; }
    .rentalLp-pdf__ttl {
      font-size: 20px;
      padding-bottom: 16px;
      text-align: center;
      border-bottom: 1px solid #707070; }
    .rentalLp-pdf__select {
      display: flex;
      justify-content: space-between; }
    .rentalLp-pdf label {
      width: 39.3700787402%; }
    .rentalLp-pdf select {
      margin-top: 24px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 300;
      width: 100%;
      height: 48px;
      border: 1px solid #000;
      background-color: #f5f5f5;
      padding: 8px 48px 8px 8px;
      font-size: 16px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url("images/icn_triangle_block.png");
      background-repeat: no-repeat;
      background-position: right 20px center;
      cursor: pointer;
      text-overflow: ellipsis; }
    .rentalLp-pdf__submit {
      margin-top: 24px;
      width: 136px;
      height: 48px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #e68625;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      pointer-events: none;
      opacity: .2;
      transition: .5s; }
      .rentalLp-pdf__submit:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 14px;
        background-image: url("images/icn_download.png");
        background-repeat: no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        margin-right: 8px; }
      .rentalLp-pdf__submit--active {
        pointer-events: auto;
        opacity: 1; }
    .rentalLp-pdf__btn {
      max-width: 762px;
      height: 56px;
      margin: 24px auto 0 auto; }
      .rentalLp-pdf__btn:after {
        top: 25px; }
      .rentalLp-pdf__btn p {
        font-size: 14px; }
  .rentalLp-group {
    display: none; }
    .rentalLp-group--active {
      display: block;
      transition: .5s; }
  .rentalLp-item1 {
    position: relative;
    margin-top: 104px; }
    .rentalLp-item1__wrap {
      position: relative;
      display: flex;
      justify-content: space-between; }
    .rentalLp-item1__photo {
      position: relative;
      z-index: 5;
      width: 48.9583333333%; }
      .rentalLp-item1__photo figure {
        width: 100%;
        margin: 0;
        padding: 0;
        box-shadow: 20px -20px 0 #003fab; }
    .rentalLp-item1__ttl {
      width: 50%;
      text-align: center;
      padding-top: 80px; }
      .rentalLp-item1__ttl-txt {
        font-size: 40px;
        font-weight: 500; }
  .rentalLp-item2 {
    margin-top: -7%;
    position: relative;
    padding-top: 48px;
    min-height: 360px; }
    .rentalLp-item2__bg {
      z-index: 4;
      position: absolute;
      left: 0;
      top: 0;
      width: calc(100% - 260px);
      height: 360px;
      margin-right: 260px;
      background-color: #003fab;
      background-image: url("images/bg_triangle_blue_white.png");
      background-repeat: no-repeat;
      background-position: right top; }
    .rentalLp-item2__group {
      z-index: 6;
      position: relative;
      max-width: 840px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      padding: 32px 0;
      background-color: #fff;
      border: 1px solid #003fab; }
    .rentalLp-item2__list {
      width: 50%;
      padding: 0 16px;
      text-align: center; }
      .rentalLp-item2__list:first-of-type {
        border-right: 2px solid #f5f5f5; }
      .rentalLp-item2__list a {
        display: block;
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 24px;
        color: #000; }
        .rentalLp-item2__list a:last-child {
          margin-bottom: 0; }
        .rentalLp-item2__list a:hover {
          text-decoration: underline;
          color: #e68625; }

.rentalSystem {
  margin: 100px 0 24px 0;
  padding: 60px 0;
  background-image: url("images/rental_bg_compensatory.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .rentalSystem-body {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 80px 16px 60px 16px; }
  .rentalSystem-txt1 {
    margin: 60px auto 0 auto;
    max-width: 688px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.75; }
  .rentalSystem-btn {
    margin: 48px auto 0 auto;
    width: 288px; }
    .rentalSystem-btn--size {
      height: 72px;
      background-color: #fff; }
      .rentalSystem-btn--size:after {
        top: 33px;
        right: 16px;
        width: 20px;
        border-top: 2px solid #e68625; }
      .rentalSystem-btn--size p {
        font-size: 20px; }

/*# sourceMappingURL=style.css.map */
